From 3e37952aa5f19b531cb485c6e247d37ce349fa68 Mon Sep 17 00:00:00 2001 From: James Gu Date: Wed, 4 Mar 2020 16:14:59 -0800 Subject: Enable trunk in Neutron Enabled trunk service in Neutron by default Signed-off-by: James Gu Change-Id: Ibff5494ce9d7eef2323794da33712e61c46a3e10 --- .../software/charts/osh/openstack-compute-kit/neutron-ovsdpdk.yaml | 3 +++ type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'type/cntt/software/charts') 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 ... -- cgit 1.2.3-korg