File: flows.rst

package info (click to toggle)
octavia 16.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,168 kB
  • sloc: python: 99,766; sh: 2,437; pascal: 450; makefile: 112; ruby: 18
file content (23 lines) | stat: -rw-r--r-- 700 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
========================
Octavia Controller Flows
========================

Octavia uses OpenStack TaskFlow to orchestrate the actions the Octavia
controller needs to take while managing load balancers.

This document is meant as a reference for the key flows used in the
Octavia controller.

The following are flow diagrams for the **amphora V2** driver.

.. toctree::
    :maxdepth: 1

    flow_diagrams_v2/AmphoraFlows.rst
    flow_diagrams_v2/HealthMonitorFlows.rst
    flow_diagrams_v2/L7PolicyFlows.rst
    flow_diagrams_v2/L7RuleFlows.rst
    flow_diagrams_v2/ListenerFlows.rst
    flow_diagrams_v2/LoadBalancerFlows.rst
    flow_diagrams_v2/MemberFlows.rst
    flow_diagrams_v2/PoolFlows.rst