modfied to make the ceph cluster and access node on same network. 23/27823/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Tue, 31 Jan 2017 23:08:13 +0000 (17:08 -0600)
committerNarinder Gupta <narinder.gupta@canonical.com>
Tue, 31 Jan 2017 23:08:13 +0000 (17:08 -0600)
Change-Id: I989bffbaf829a1646ead3d7fa82ef7c72d5673d1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/config_tpl/juju2/bundle_tpl/ceph.yaml
labconfig/intel/pod5/labconfig.yaml

index 915e73d..779d2c4 100644 (file)
@@ -10,7 +10,7 @@
         public: internal-api
 {% endif %}
 {% if opnfv.spaces_dict.storage is defined %}
-        cluster: cluster-stor
+        cluster: internal-api
 {% else %}
         cluster: internal-api
 {% endif %}
@@ -62,7 +62,7 @@
         public: internal-api
 {% endif %}
 {% if opnfv.spaces_dict.storage is defined %}
-        cluster: cluster-stor
+        cluster: internal-api
 {% else %}
         cluster: internal-api
 {% endif %}
index 441b83a..4090fa4 100644 (file)
@@ -137,10 +137,20 @@ opnfv:
       cidr: 10.5.12.0/24
       gateway:
       vlan:
+    - type: storage
+      bridge: brStor
+      cidr: 10.5.13.0/24
+      gateway:
+      vlan:
+    - type: mgmt
+      bridge: brMgmt
+      cidr: 10.5.14.0/24
+      gateway:
+      vlan:
     - type: public
       bridge: brPublic
       cidr: 10.5.15.0/24
-      gateway: 10.5.15.254
+      gateway:
       vlan:
     - type: external
       bridge: brExt