diff options
author | James Gu <james.gu@att.com> | 2020-03-04 16:14:59 -0800 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2020-03-04 16:14:59 -0800 |
commit | 3e37952aa5f19b531cb485c6e247d37ce349fa68 (patch) | |
tree | d312a99ab93070eeba725c51d3638b7209e0ad87 /type/cntt/software | |
parent | 02bcc5f249fa21873baed5f0177f2a9b98f6aaeb (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.yaml | 3 | ||||
-rw-r--r-- | type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml | 4 |
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 ... |