few more corrections of deployment and enabling interface within 79/28479/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Sat, 11 Feb 2017 01:50:56 +0000 (19:50 -0600)
committerNarinder Gupta <narinder.gupta@canonical.com>
Sat, 11 Feb 2017 01:50:56 +0000 (19:50 -0600)
MAAS.

Change-Id: Ibd3175a5dce98c7be771ef44bbe6df579ce65d44
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/config_tpl/juju2/bundle_tpl/subordinate.yaml
labconfig/default/labconfig.yaml

index 015130b..be7ced2 100644 (file)
@@ -25,9 +25,9 @@
     openvswitch-odl:
       charm: ./{{ ubuntu.release }}/openvswitch-odl
       options:
-+{% if opnfv.ext_port is defined  %}
-+        provider_mappings: "physnet1:{{ opnfv.ext_port }}"
-+{% endif %}
+{% if opnfv.ext_port is defined  %}
+        provider_mappings: "physnet1:{{ opnfv.ext_port }}"
+{% endif %}
 {% if opnfv.spaces_dict.data is defined %}
         os-data-network: {{ opnfv.spaces_dict.data.cidr }}
 {% endif %}
index d698300..2dead60 100644 (file)
@@ -7,28 +7,28 @@ lab:
       architecture: x86_64
       roles: [network,control]
       nics:
-      - ifname: eth0
+      - ifname: ens3
         spaces: [admin]
-      - ifname: eth1
+      - ifname: ens4
         spaces: [floating]
     - name: rack-vir-m2
       architecture: x86_64
       roles: [compute,control,storage]
       nics:
-      - ifname: eth0
+      - ifname: ens3
         spaces: [admin]
-      - ifname: eth1
+      - ifname: ens4
         spaces: [floating]
     - name: rack-vir-m3
       architecture: x86_64
       roles: [compute,control,storage]
       nics:
-      - ifname: eth1
+      - ifname: ens3
         spaces: [admin]
-      - ifname: eth1
+      - ifname: ens4
         spaces: [floating]
     floating-ip-range: 192.168.122.31,192.168.122.49,192.168.122.1,192.168.122.0/24
-    ext-port: "eth1"
+    ext-port: "ens4"
     dns: 8.8.8.8
 opnfv:
   release: d