trying to add the os-data-network for openvswitch only. 61/17261/3
authorNarinder Gupta <narinder.gupta@canonical.com>
Wed, 20 Jul 2016 20:02:04 +0000 (15:02 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Wed, 20 Jul 2016 20:15:25 +0000 (15:15 -0500)
Change-Id: Ie0862c77d82e5446f898d0553a126fece1720366
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/bundle_tpl/neutron-gateway.yaml
ci/bundle_tpl/neutron-ovs.yaml
ci/bundle_tpl/phase2-overrides.yaml
ci/bundle_tpl/subordinate.yaml

index c5678a0..6b7d19a 100644 (file)
@@ -1,6 +1,11 @@
     neutron-gateway:
       charm: "local:{{ ubuntu.release }}/neutron-gateway"
       options:
+{% if opnfv.spaces_dict.data is defined %}
+        os-data-network: {{ opnfv.spaces_dict.data.cidr }}
+{% else %}
+        #os-data-network: {{ opnfv.spaces_dict.data.cidr }}
+{% endif %}
 {% if opnfv.ext_port is defined  %}
         ext-port: {{ opnfv.ext_port }}
 {% endif %}
index 446c6f2..a5b9253 100644 (file)
@@ -1,7 +1,12 @@
     neutron-openvswitch:
       charm: local:{{ ubuntu.release }}/neutron-openvswitch
-{% if os.network.dpdk %}
       options:
+{% if opnfv.spaces_dict.data is defined %}
+        os-data-network: {{ opnfv.spaces_dict.data.cidr }}
+{% else %}
+        #os-data-network: {{ opnfv.spaces_dict.data.cidr }}
+{% endif %}
+{% if os.network.dpdk %}
         enable-dpdk: true
         #dpdk-driver: uio_pci_generic
         #data-port: ""
index dd44ab5..03bf981 100644 (file)
@@ -1,6 +1,3 @@
-{% if opnfv.spaces_dict.data is defined %}
-    os-data-network: {{ opnfv.spaces_dict.data.cidr }}
-{% endif %}
 {% if opnfv.spaces_dict.storage is defined %}
     #ceph-cluster-network: {{ opnfv.spaces_dict.storage.cidr }}
 {% endif %}
index 6f65445..aea5232 100644 (file)
         security-groups: True
     openvswitch-odl:
       charm: local:{{ ubuntu.release }}/openvswitch-odl
+      options:
+{% if opnfv.spaces_dict.data is defined %}
+        os-data-network: {{ opnfv.spaces_dict.data.cidr }}
+{% else %}
+        #os-data-network: {{ opnfv.spaces_dict.data.cidr }}
+{% endif %}
 {% elif os.network.controller == 'onos' %}
     neutron-api-onos:
       charm: local:{{ ubuntu.release }}/neutron-api-onos
         security-groups: True
     openvswitch-onos:
       charm: local:{{ ubuntu.release }}/openvswitch-onos
-{% if os.network.sfc %}
       options:
+{% if opnfv.spaces_dict.data is defined %}
+        os-data-network: {{ opnfv.spaces_dict.data.cidr }}
+{% else %}
+        #os-data-network: {{ opnfv.spaces_dict.data.cidr }}
+{% endif %}
+{% if os.network.sfc %}
         profile: onos-sfc
 {% endif %}
 {% elif os.network.controller == 'ocl' %}