modified to enable ceph and fix ceph issues with single ceph 87/3587/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Tue, 24 Nov 2015 13:06:56 +0000 (07:06 -0600)
committerNarinder Gupta <narinder.gupta@canonical.com>
Tue, 24 Nov 2015 13:07:40 +0000 (07:07 -0600)
module.

Change-Id: Idcc7c8da18ec77a2cad3012a14e0f12983b30c4d

ci/odl/juju-deployer/ovs-odl-ha.yaml

index 30b3757..ae333d2 100644 (file)
@@ -118,8 +118,8 @@ openstack-phase2:
       num_units: 1
       options:
         block-device: None
-#        glance-api-version: 2
-#        ha-mcastport: 5401
+        glance-api-version: 2
+        ha-mcastport: 5401
       to:
         - "lxc:nodes-api=0"
     cinder-ceph:
@@ -127,6 +127,8 @@ openstack-phase2:
     "rabbitmq-server": 
       branch: lp:charms/trusty/rabbitmq-server
       num_units: 3
+      options:
+        ceph-osd-replication-count: 1
       to:
         - "lxc:nodes-api=0"
         - "lxc:nodes-api=1"
@@ -135,6 +137,7 @@ openstack-phase2:
       branch: lp:charms/trusty/keystone
       num_units: 3
       options: 
+        ha-mcastport: 5402
         "admin-password": openstack
         "admin-token": admin
         vip: 10.4.1.13
@@ -211,7 +214,9 @@ openstack-phase2:
       branch: lp:charms/trusty/glance
       num_units: 3
       options: 
+        ceph-osd-replication-count: 1
         vip: 10.4.1.12
+        ha-mcastport: 5402
       to:
         - "lxc:nodes-api=0"
         - "lxc:nodes-api=1"