summaryrefslogtreecommitdiffstats
path: root/type/cntt/software
diff options
context:
space:
mode:
authorJames Gu <james.gu@att.com>2020-03-04 16:14:59 -0800
committerJames Gu <james.gu@att.com>2020-03-04 16:14:59 -0800
commit3e37952aa5f19b531cb485c6e247d37ce349fa68 (patch)
treed312a99ab93070eeba725c51d3638b7209e0ad87 /type/cntt/software
parent02bcc5f249fa21873baed5f0177f2a9b98f6aaeb (diff)
Enable trunk in Neutron
Enabled trunk service in Neutron by default Signed-off-by: James Gu <james.gu@att.com> Change-Id: Ibff5494ce9d7eef2323794da33712e61c46a3e10
Diffstat (limited to 'type/cntt/software')
-rw-r--r--type/cntt/software/charts/osh/openstack-compute-kit/neutron-ovsdpdk.yaml3
-rw-r--r--type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml4
2 files changed, 7 insertions, 0 deletions
diff --git a/type/cntt/software/charts/osh/openstack-compute-kit/neutron-ovsdpdk.yaml b/type/cntt/software/charts/osh/openstack-compute-kit/neutron-ovsdpdk.yaml
index 12e06f2..6c2d228 100644
--- a/type/cntt/software/charts/osh/openstack-compute-kit/neutron-ovsdpdk.yaml
+++ b/type/cntt/software/charts/osh/openstack-compute-kit/neutron-ovsdpdk.yaml
@@ -169,6 +169,9 @@ data:
vf_index: 0
- name: dpdk_b0s1
vf_index: 0
+ neutron:
+ DEFAULT:
+ service_plugins: router,trunk
plugins:
openvswitch_agent:
default:
diff --git a/type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml b/type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml
index d220fcb..b6b8f7d 100644
--- a/type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml
+++ b/type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml
@@ -19,4 +19,8 @@ data:
pod:
replicas:
server: 9
+ conf:
+ neutron:
+ DEFAULT:
+ service_plugins: router,trunk
...