summaryrefslogtreecommitdiffstats
path: root/type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml
blob: ef9cf77a39721c5acf391682dc5ca6ea4e971ff1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
schema: armada/Chart/v1
metadata:
  schema: metadata/Document/v1
  name: neutron
  labels:
    name: neutron-type
  layeringDefinition:
    abstract: false
    layer: type
    parentSelector:
      name: neutron-global
    actions:
      - method: merge
        path: .
  storagePolicy: cleartext
data:
  values:
    pod:
      replicas:
        server: 9
    conf:
      neutron:
        DEFAULT:
          service_plugins: router,trunk,neutron.services.qos.qos_plugin.QoSPlugin
      plugins:
        ml2_conf:
          ml2:
            extension_drivers: port_security, qos
          agent:
            extensions: qos
...