modfied to fix it for onos. 15/15415/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Sun, 12 Jun 2016 05:40:40 +0000 (00:40 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Sun, 12 Jun 2016 05:41:26 +0000 (00:41 -0500)
Change-Id: I70249ba7df9d681b7ee1cf2ad9f1721143973a9e
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/02-maasdeploy.sh
ci/deploy.py
ci/openstack.sh
labconfig/intel/pod5/labconfig.yaml
labconfig/intel/pod6/labconfig.yaml

index 7214719..62e57da 100755 (executable)
@@ -269,7 +269,7 @@ enable_if(){
           i="0"
           while [ ! -z "${EXTNET[i]}" ];
           do
-              echo enableautomode ${EXTNET[i]} AUTO $stornet || true
+              enableautomode ${EXTNET[i]} AUTO $stornet || true
               i=$[$i+1]
           done
       fi
@@ -278,7 +278,7 @@ enable_if(){
           i="0"
           while [ ! -z "${EXTNET[i]}" ];
           do
-              echo enableautomode ${EXTNET[i]} AUTO $pubnet || true
+              enableautomode ${EXTNET[i]} AUTO $pubnet || true
               i=$[$i+1]
           done
       fi
index e3d3cdd..99dce0d 100644 (file)
@@ -88,7 +88,7 @@ while c < len(labcfg["opnfv"]["spaces"]):
         brgway = getFromDict(labcfg, ["opnfv","spaces",c,"gateway"])
         tmpcidr = brcidr[:-4]
         opnfvlabcfg["opnfv"]["admNetwork"]=tmpcidr+"2"
-        opnfvlabcfg["opnfv"]["admNetworkgway"]=brgway
+        opnfvlabcfg["opnfv"]["admNetgway"]=brgway
 
         nodegroup={"device": "eth"+str(y), "ip": tmpcidr+"5","subnet_mask": "255.255.255.0", \
                    "broadcast_ip": tmpcidr+"255", "router_ip": brgway,\
@@ -133,7 +133,7 @@ while c < len(labcfg["opnfv"]["spaces"]):
             y=y+1
         if brtype == "public":
             opnfvcfg["demo-maas"]["juju-bootstrap"]["interfaces"].append("bridge="+brname+",model=virtio")
-            opnfvlabcfg["opnfv"]["pubicNetwork"]=brcidr
+            opnfvlabcfg["opnfv"]["publicNetwork"]=brcidr
         if brtype == "external":
             ipaddress = getFromDict(labcfg, ["opnfv","spaces",c,"ipaddress"])
             ethbrAdm  = (ethbrAdm+'\n'
index ed32f99..1e82ff9 100755 (executable)
@@ -19,7 +19,7 @@ if [ -f ./deployconfig.yaml ];then
     EXTNET_GW=${EXTNET[2]}
     EXTNET_NET=${EXTNET[3]}
     EXTNET_PORT=`grep "ext-port" deployconfig.yaml | cut -d ' ' -f 4 | sed -e 's/ //' | tr ',' ' '`
-    ADMNET_GW=`grep "admNetworkgway" deployconfig.yaml | cut -d ' ' -f 4 | sed -e 's/ //' | tr ',' ' '`
+    ADMNET_GW=`grep "admNetgway" deployconfig.yaml | cut -d ' ' -f 4 | sed -e 's/ //' | tr ',' ' '`
 
 fi
 
index e7f8c0d..ebd1b17 100644 (file)
@@ -13,6 +13,9 @@ lab:
       - ifname: eth4
         spaces: [data]
         mac: ["90:E2:BA:85:4E:2C"]
+      - ifname: eth5
+        spaces: [public]
+        mac: ["90:E2:BA:85:4E:2D"]
       power:
         type: ipmi
         address: 10.2.117.81
@@ -28,6 +31,9 @@ lab:
       - ifname: eth4
         spaces: [data]
         mac: ["90:E2:BA:84:08:B8"]
+      - ifname: eth5
+        spaces: [public]
+        mac: ["90:E2:BA:84:08:B9"]
       power:
         type: ipmi
         address: 10.2.117.82
@@ -43,6 +49,9 @@ lab:
       - ifname: eth4
         spaces: [data]
         mac: ["90:E2:BA:84:07:0D"]
+      - ifname: eth5
+        spaces: [public]
+        mac: ["90:E2:BA:84:07:0E"]
       power:
         type: ipmi
         address: 10.2.117.83
@@ -58,6 +67,9 @@ lab:
       - ifname: eth4
         spaces: [data]
         mac: ["90:E2:BA:83:FD:80"]
+      - ifname: eth5
+        spaces: [public]
+        mac: ["90:E2:BA:83:FD:81"]
       power:
         type: ipmi
         address: 10.2.117.84
@@ -73,6 +85,9 @@ lab:
       - ifname: eth4
         spaces: [data]
         mac: ["90:E2:BA:75:22:74"]
+      - ifname: eth5
+        spaces: [public]
+        mac: ["90:E2:BA:75:22:75"]
       power:
         type: ipmi
         address: 10.2.117.85
index f3ff6db..e342d43 100644 (file)
@@ -13,6 +13,9 @@ lab:
       - ifname: eth4
         spaces: [data]
         mac: ["90:E2:BA:83:FD:20"]
+      - ifname: eth5
+        spaces: [public]
+        mac: ["90:E2:BA:83:FD:21"]
       power:
         type: ipmi
         address: 10.2.117.96
@@ -28,6 +31,9 @@ lab:
       - ifname: eth4
         spaces: [data]
         mac: ["90:E2:BA:75:30:F4"]
+      - ifname: eth5
+        spaces: [public]
+        mac: ["90:E2:BA:75:30:F5"]
       power:
         type: ipmi
         address: 10.2.117.97
@@ -43,6 +49,9 @@ lab:
       - ifname: eth4
         spaces: [data]
         mac: ["90:E2:BA:83:FE:74"]
+      - ifname: eth5
+        spaces: [public]
+        mac: ["90:E2:BA:83:FE:75"]
       power:
         type: ipmi
         address: 10.2.117.98
@@ -58,6 +67,9 @@ lab:
       - ifname: eth4
         spaces: [data]
         mac: ["90:E2:BA:84:15:7C"]
+      - ifname: eth5
+        spaces: [public]
+        mac: ["90:E2:BA:84:15:7D"]
       power:
         type: ipmi
         address: 10.2.117.99
@@ -73,6 +85,9 @@ lab:
       - ifname: eth4
         spaces: [data]
         mac: ["90:E2:BA:84:08:F4"]
+      - ifname: eth5
+        spaces: [public]
+        mac: ["90:E2:BA:84:08:F5"]
       power:
         type: ipmi
         address: 10.2.117.100