summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-28 13:12:28 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-01 12:21:46 +0000
commit8768d5d77a1a1b5f65e0856cfa41dc2861590200 (patch)
tree9cfe164cbd845d0a884763c7d6f2968ae8bf47cd /clusters
parentcbbbca7493e907a0670c2cff39d8d341ce2915d8 (diff)
downloaddefinitions-8768d5d77a1a1b5f65e0856cfa41dc2861590200.tar.gz
openstack: enable glance only in the controller
Change-Id: I506525f48952b1807732fb726aa16f9f33e608d7
Diffstat (limited to 'clusters')
-rw-r--r--clusters/openstack-one-node.morph1
-rw-r--r--clusters/openstack-three-node-installer.morph3
-rw-r--r--clusters/openstack-two-node-installer.morph3
3 files changed, 7 insertions, 0 deletions
diff --git a/clusters/openstack-one-node.morph b/clusters/openstack-one-node.morph
index 497a0ba4..037cd23c 100644
--- a/clusters/openstack-one-node.morph
+++ b/clusters/openstack-one-node.morph
@@ -61,6 +61,7 @@ systems:
KEYSTONE_DB_USER: keystoneDB
KEYSTONE_DB_PASSWORD: veryinsecure
+ GLANCE_ENABLE_SERVICE: True
GLANCE_SERVICE_USER: glance
GLANCE_SERVICE_PASSWORD: veryinsecure
GLANCE_DB_USER: glanceDB
diff --git a/clusters/openstack-three-node-installer.morph b/clusters/openstack-three-node-installer.morph
index ff82f20f..6285217a 100644
--- a/clusters/openstack-three-node-installer.morph
+++ b/clusters/openstack-three-node-installer.morph
@@ -96,6 +96,7 @@ systems:
KEYSTONE_DB_USER: keystoneDB
KEYSTONE_DB_PASSWORD: veryinsecure
+ GLANCE_ENABLE_SERVICE: False
GLANCE_SERVICE_USER: glance
GLANCE_SERVICE_PASSWORD: veryinsecure
GLANCE_DB_USER: glanceDB
@@ -174,6 +175,8 @@ systems:
KEYSTONE_ENABLE_SERVICE: True
+ GLANCE_ENABLE_SERVICE: True
+
NOVA_ENABLE_CONTROLLER: True
CINDER_ENABLE_CONTROLLER: True
diff --git a/clusters/openstack-two-node-installer.morph b/clusters/openstack-two-node-installer.morph
index 93d126bc..f05b0e9b 100644
--- a/clusters/openstack-two-node-installer.morph
+++ b/clusters/openstack-two-node-installer.morph
@@ -95,6 +95,7 @@ systems:
KEYSTONE_DB_USER: keystoneDB
KEYSTONE_DB_PASSWORD: veryinsecure
+ GLANCE_ENABLE_SERVICE: True
GLANCE_SERVICE_USER: glance
GLANCE_SERVICE_PASSWORD: veryinsecure
GLANCE_DB_USER: glanceDB
@@ -171,6 +172,8 @@ systems:
KEYSTONE_ENABLE_SERVICE: False
+ GLANCE_ENABLE_SERVICE: False
+
NOVA_ENABLE_COMPUTE: True
NOVA_ENABLE_CONTROLLER: False