summaryrefslogtreecommitdiff
path: root/clusters/openstack-cluster.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-26 17:34:14 +0000
committerRichard Ipsum <richardipsum@fastmail.co.uk>2014-11-27 18:12:15 +0000
commite7bcbd54b0c083faefa6cc21a5e96e2dcd7228a9 (patch)
tree03c4699721d0acb8ce5001eebff90e292fbfd193 /clusters/openstack-cluster.morph
parent013743c82c7cbd19fe1be92236e12ce5a7d1880b (diff)
downloaddefinitions-e7bcbd54b0c083faefa6cc21a5e96e2dcd7228a9.tar.gz
Add cinder services
This commit add: - Cinder services - Cinder setup script and service - Cinder integration script (config file) - Cinder files in the manifest - Cinder string on the cluster - Move nova region to regionOne (default value) rather than LON
Diffstat (limited to 'clusters/openstack-cluster.morph')
-rw-r--r--clusters/openstack-cluster.morph11
1 files changed, 10 insertions, 1 deletions
diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph
index 0d8a13b0..935aaa84 100644
--- a/clusters/openstack-cluster.morph
+++ b/clusters/openstack-cluster.morph
@@ -34,4 +34,13 @@ systems:
NOVA_INTERNAL_URL: \"http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s\"
NOVA_ADMIN_URL: \"http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s\"
NOVA_NOVNCPROXY_BASE_URL: http:\/\/localhost:6080\/vnc_auto.html
- NOVA_REGION: LON
+ NOVA_REGION: regionOne
+ CINDER_USER: cinder
+ CINDER_PASSWORD: veryinsecure
+ CINDER_PUBLIC_URL: \"http:\/\/localhost:8776\/v1\/\%\(tenant_id\)s\"
+ CINDER_INTERNAL_URL: \"http:\/\/localhost:8776\/v1\/\%\(tenant_id\)s\"
+ CINDER_ADMIN_URL: \"http:\/\/localhost:8776\/v1\/\%\(tenant_id\)s\"
+ CINDER_USER_V2: cinderv2
+ CINDER_PUBLIC_URL_V2: \"http:\/\/localhost:8776\/v2\/\%\(tenant_id\)s\"
+ CINDER_INTERNAL_URL_V2: \"http:\/\/localhost:8776\/v2\/\%\(tenant_id\)s\"
+ CINDER_ADMIN_URL_V2: \"http:\/\/localhost:8776\/v2\/\%\(tenant_id\)s\"