Enable trunk in Neutron 54/69754/1
authorJames Gu <james.gu@att.com>
Thu, 5 Mar 2020 00:14:59 +0000 (16:14 -0800)
committerJames Gu <james.gu@att.com>
Thu, 5 Mar 2020 00:14:59 +0000 (16:14 -0800)
Enabled trunk service in Neutron by default

Signed-off-by: James Gu <james.gu@att.com>
Change-Id: Ibff5494ce9d7eef2323794da33712e61c46a3e10

type/cntt/software/charts/osh/openstack-compute-kit/neutron-ovsdpdk.yaml
type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml

index 12e06f2..6c2d228 100644 (file)
@@ -169,6 +169,9 @@ data:
                 vf_index: 0
               - name: dpdk_b0s1
                 vf_index: 0
+      neutron:
+        DEFAULT:
+          service_plugins: router,trunk
       plugins:
         openvswitch_agent:
           default:
index d220fcb..b6b8f7d 100644 (file)
@@ -19,4 +19,8 @@ data:
     pod:
       replicas:
         server: 9
+    conf:
+      neutron:
+        DEFAULT:
+          service_plugins: router,trunk
 ...