summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-21 18:53:45 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:31 +0000
commit5fec3bdcd0fc99a10ebd8fd4dfd6b88aaeffb5a6 (patch)
treea9f262722b48142cf906a3bc3d2c1f618e36f8e2 /clusters
parent704f7701e94739ee6fabbf4d3586f295572226f6 (diff)
downloaddefinitions-5fec3bdcd0fc99a10ebd8fd4dfd6b88aaeffb5a6.tar.gz
Setup cinder, glance, nova and keystone to use postgres instead of sqlite
Diffstat (limited to 'clusters')
-rw-r--r--clusters/openstack-cluster.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph
index efd9c4c4..e05e54d0 100644
--- a/clusters/openstack-cluster.morph
+++ b/clusters/openstack-cluster.morph
@@ -22,6 +22,8 @@ systems:
KEYSTONE_PUBLIC_URL: http:\/\/localhost:5000\/v2.0
KEYSTONE_INTERNAL_URL: http:\/\/localhost:5000\/v2.0
KEYSTONE_ADMIN_URL: http:\/\/localhost:35357\/v2.0
+ KEYSTONE_DB_USER: keystoneDB
+ KEYSTONE_DB_PASSWORD: veryinsecure
IDENTITY_URI: http:\/\/localhost:35357
OPENSTACK_AUTH_HOST: localhost
OPENSTACK_AUTH_PORT: 35357
@@ -31,6 +33,8 @@ systems:
GLANCE_INTERNAL_URL: http:\/\/localhost:9292
GLANCE_ADMIN_URL: http:\/\/localhost:9292
GLANCE_HOST: localhost
+ GLANCE_DB_USER: glanceDB
+ GLANCE_DB_PASSWORD: veryinsecure
NOVA_HOST: 127.0.0.1
NOVA_SERVICE_USER: nova
NOVA_SERVICE_PASSWORD: veryinsecure
@@ -39,6 +43,8 @@ systems:
NOVA_ADMIN_URL: \"http:\/\/localhost:8774\/v2\/\%\(tenant_id\)s\"
NOVA_NOVNCPROXY_BASE_URL: http:\/\/localhost:6080\/vnc_auto.html
NOVA_REGION: regionOne
+ NOVA_DB_USER: novaDB
+ NOVA_DB_PASSWORD: veryinsecure
CINDER_USER: cinder
CINDER_PASSWORD: veryinsecure
CINDER_PUBLIC_URL: \"http:\/\/localhost:8776\/v1\/\%\(tenant_id\)s\"
@@ -48,6 +54,8 @@ systems:
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\"
+ CINDER_DB_USER: cinderDB
+ CINDER_DB_PASSWORD: veryinsecure
NEUTRON_SERVICE_USER: neutron
NEUTRON_SERVICE_PASSWORD: veryinsecure
NEUTRON_DB_USER: neutronDB