Merge "Use pod dependencies in neutron chart"
This commit is contained in:
commit
c8af030287
@ -38,7 +38,7 @@ images:
|
|||||||
neutron_linuxbridge_agent: docker.io/openstackhelm/neutron:newton
|
neutron_linuxbridge_agent: docker.io/openstackhelm/neutron:newton
|
||||||
neutron_sriov_agent: docker.io/openstackhelm/neutron:newton-sriov-1804
|
neutron_sriov_agent: docker.io/openstackhelm/neutron:newton-sriov-1804
|
||||||
neutron_sriov_agent_init: docker.io/openstackhelm/neutron:newton-sriov-1804
|
neutron_sriov_agent_init: docker.io/openstackhelm/neutron:newton-sriov-1804
|
||||||
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1
|
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
@ -128,36 +128,54 @@ dependencies:
|
|||||||
targeted:
|
targeted:
|
||||||
openvswitch:
|
openvswitch:
|
||||||
dhcp:
|
dhcp:
|
||||||
daemonset:
|
pod:
|
||||||
- neutron-ovs-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-ovs-agent
|
||||||
l3:
|
l3:
|
||||||
daemonset:
|
pod:
|
||||||
- neutron-ovs-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-ovs-agent
|
||||||
metadata:
|
metadata:
|
||||||
daemonset:
|
pod:
|
||||||
- neutron-ovs-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-ovs-agent
|
||||||
linuxbridge:
|
linuxbridge:
|
||||||
dhcp:
|
dhcp:
|
||||||
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
|
||||||
metadata:
|
metadata:
|
||||||
daemonset:
|
pod:
|
||||||
- neutron-lb-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-lb-agent
|
||||||
lb_agent:
|
lb_agent:
|
||||||
daemonset: null
|
pod: null
|
||||||
sriov:
|
sriov:
|
||||||
dhcp:
|
dhcp:
|
||||||
daemonset:
|
pod:
|
||||||
- neutron-sriov-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-sriov-agent
|
||||||
l3:
|
l3:
|
||||||
daemonset:
|
pod:
|
||||||
- neutron-sriov-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-sriov-agent
|
||||||
metadata:
|
metadata:
|
||||||
daemonset:
|
pod:
|
||||||
- neutron-sriov-agent
|
- labels:
|
||||||
|
application: neutron
|
||||||
|
component: neutron-sriov-agent
|
||||||
static:
|
static:
|
||||||
bootstrap:
|
bootstrap:
|
||||||
services:
|
services:
|
||||||
@ -180,7 +198,7 @@ dependencies:
|
|||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
service: oslo_db
|
service: oslo_db
|
||||||
dhcp:
|
dhcp:
|
||||||
daemonset: null
|
pod: null
|
||||||
jobs:
|
jobs:
|
||||||
- neutron-rabbit-init
|
- neutron-rabbit-init
|
||||||
services:
|
services:
|
||||||
@ -209,7 +227,7 @@ dependencies:
|
|||||||
- service: oslo_messaging
|
- service: oslo_messaging
|
||||||
endpoint: internal
|
endpoint: internal
|
||||||
l3:
|
l3:
|
||||||
daemonset: null
|
pod: null
|
||||||
jobs:
|
jobs:
|
||||||
- neutron-rabbit-init
|
- neutron-rabbit-init
|
||||||
services:
|
services:
|
||||||
@ -220,7 +238,7 @@ dependencies:
|
|||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
service: compute
|
service: compute
|
||||||
lb_agent:
|
lb_agent:
|
||||||
daemonset: null
|
pod: null
|
||||||
jobs:
|
jobs:
|
||||||
- neutron-rabbit-init
|
- neutron-rabbit-init
|
||||||
services:
|
services:
|
||||||
@ -229,7 +247,7 @@ dependencies:
|
|||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
service: network
|
service: network
|
||||||
metadata:
|
metadata:
|
||||||
daemonset: null
|
pod: null
|
||||||
jobs:
|
jobs:
|
||||||
- neutron-rabbit-init
|
- neutron-rabbit-init
|
||||||
services:
|
services:
|
||||||
@ -244,9 +262,13 @@ dependencies:
|
|||||||
ovs_agent:
|
ovs_agent:
|
||||||
jobs:
|
jobs:
|
||||||
- neutron-rabbit-init
|
- neutron-rabbit-init
|
||||||
daemonset:
|
pod:
|
||||||
- openvswitch-vswitchd
|
- labels:
|
||||||
- openvswitch-db
|
application: openvswitch
|
||||||
|
component: openvswitch-vswitchd
|
||||||
|
- labels:
|
||||||
|
application: openvswitch
|
||||||
|
component: openvswitch-vswitchd-db
|
||||||
services:
|
services:
|
||||||
- endpoint: internal
|
- endpoint: internal
|
||||||
service: oslo_messaging
|
service: oslo_messaging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user