You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.3 KiB
56 lines
1.3 KiB
--- |
|
schema: armada/Chart/v1 |
|
metadata: |
|
schema: metadata/Document/v1 |
|
name: neutron-airskiff |
|
layeringDefinition: |
|
abstract: false |
|
layer: site |
|
parentSelector: |
|
name: neutron-global |
|
component: neutron |
|
actions: |
|
- method: merge |
|
path: .values.pod |
|
- method: replace |
|
path: .values.labels.agent.l3 |
|
- method: replace |
|
path: .values.network |
|
- method: replace |
|
path: .values.conf.neutron |
|
- method: replace |
|
path: .values.conf.plugins |
|
storagePolicy: cleartext |
|
data: |
|
values: |
|
pod: |
|
replicas: |
|
server: 1 |
|
labels: |
|
agent: |
|
l3: |
|
node_selector_key: openstack-control-plane |
|
node_selector_value: enabled |
|
network: |
|
interface: |
|
tunnel: docker0 |
|
conf: |
|
neutron: |
|
DEFAULT: |
|
l3_ha: False |
|
max_l3_agents_per_router: 1 |
|
l3_ha_network_type: vxlan |
|
dhcp_agents_per_network: 1 |
|
plugins: |
|
ml2_conf: |
|
ml2_type_flat: |
|
flat_networks: public |
|
openvswitch_agent: |
|
agent: |
|
tunnel_types: vxlan |
|
ovs: |
|
bridge_mappings: public:br-ex |
|
linuxbridge_agent: |
|
linux_bridge: |
|
bridge_mappings: public:br-ex |
|
...
|
|
|