aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-19 13:17:50 +0000
committerGerrit Code Review <review@openstack.org>2014-08-19 13:17:50 +0000
commitb7363014fe38503a8a73430b57ec244a1b9d1a8f (patch)
treeefb201c9151d7d9566fbae4513128e29a0935e3d /overcloud-source.yaml
parent1192fb70d6e0e867887b0ff8e7b16fac005ea3c2 (diff)
parente01f11cc43533d8d59b1144759bb38b4d8160eb0 (diff)
Merge "Set the MySQL root password"
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 93a68344..bca88cc6 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -295,6 +295,10 @@ resources:
type: OS::Heat::RandomString
properties:
length: 10
+ MysqlRootPassword:
+ type: OS::Heat::RandomString
+ properties:
+ length: 10
PublicVirtualIP:
type: OS::Neutron::Port
properties:
@@ -482,6 +486,7 @@ resources:
mysql:
innodb_buffer_pool_size: {get_param: MysqlInnodbBufferPoolSize}
local_bind: true
+ root-password: {get_resource: MysqlRootPassword}
nodes:
Merge::Map:
controller0: