Document usage of pod dependencies
Replace references to daemonset dependencies with pod dependencies in docs. Change-Id: I252089006929d7e218ebfc4f98d49c4650143a7e
This commit is contained in:
parent
ac2b8a090b
commit
a44ab387b5
@ -137,9 +137,11 @@ for the L2 agent daemonset:
|
|||||||
endpoint: internal
|
endpoint: internal
|
||||||
- service: compute
|
- service: compute
|
||||||
endpoint: internal
|
endpoint: internal
|
||||||
daemonset:
|
pod:
|
||||||
# this should be set to corresponding neutron L2 agent
|
# this should be set to corresponding neutron L2 agent
|
||||||
- neutron-ovs-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-ovs-agent
|
||||||
|
|
||||||
There is also a need for DHCP agent to pass ovs agent config file
|
There is also a need for DHCP agent to pass ovs agent config file
|
||||||
(in :code:`neutron/templates/bin/_neutron-dhcp-agent.sh.tpl`):
|
(in :code:`neutron/templates/bin/_neutron-dhcp-agent.sh.tpl`):
|
||||||
@ -317,14 +319,20 @@ and use this `neutron/values.yaml` override:
|
|||||||
backend: linuxbridge
|
backend: linuxbridge
|
||||||
dependencies:
|
dependencies:
|
||||||
dhcp:
|
dhcp:
|
||||||
daemonset:
|
pod:
|
||||||
- neutron-lb-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-lb-agent
|
||||||
metadata:
|
metadata:
|
||||||
daemonset:
|
pod:
|
||||||
- neutron-lb-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-lb-agent
|
||||||
l3:
|
l3:
|
||||||
daemonset:
|
pod:
|
||||||
- neutron-lb-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-lb-agent
|
||||||
conf:
|
conf:
|
||||||
neutron:
|
neutron:
|
||||||
DEFAULT
|
DEFAULT
|
||||||
|
@ -98,14 +98,20 @@ updated to reflect the new kind on L2 agent:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
dhcp:
|
dhcp:
|
||||||
daemonset:
|
pod:
|
||||||
- lb-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-lb-agent
|
||||||
metadata:
|
metadata:
|
||||||
daemonset:
|
pod:
|
||||||
- lb-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-lb-agent
|
||||||
l3:
|
l3:
|
||||||
daemonset:
|
pod:
|
||||||
- lb-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-lb-agent
|
||||||
|
|
||||||
LinuxBridge should be also enabled in :code:`manifests` section:
|
LinuxBridge should be also enabled in :code:`manifests` section:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user