aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-vm.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-09-13 08:23:17 +1200
committerClint Byrum <clint@fewbar.com>2013-09-12 18:10:28 -0700
commit21980f5d6519ac799a882e82713270d85efbaa9e (patch)
treed70cf6c988c19893cf81ff65a44090cfa766840b /undercloud-vm.yaml
parent8695e9aee7f5c5b0e5930295a3337d8173992758 (diff)
Make admin-password configurable.
We use the admin password in in-instance scripts that configure e.g. nagios from the cloud metadata, but production clouds will all have unique passwords - it has to be a parameter. Change-Id: I1f6c697ce27580fd669c7623e7fcea4c96ec62d0
Diffstat (limited to 'undercloud-vm.yaml')
-rw-r--r--undercloud-vm.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml
index 45a5386b..d2b4a4e4 100644
--- a/undercloud-vm.yaml
+++ b/undercloud-vm.yaml
@@ -1,6 +1,10 @@
escription: All-in-one baremetal OpenStack and all dependencies.
HeatTemplateFormatVersion: '2012-12-12'
Parameters:
+ AdminPassword:
+ Default: unset
+ Description: The password for the keystone admin account, used for monitoring, querying neutron etc.
+ Type: String
AdminToken:
Default: unset
Description: The keystone auth secret.
@@ -44,7 +48,8 @@ Resources:
Metadata:
OpenStack::Heat::Stack: {}
Openstack::ImageBuilder::Elements: [ boot-stack, heat-cfntools, neutron-network-node ]
- admin-password: unset
+ admin-password:
+ Ref: AdminPassword
admin-token:
Ref: AdminToken
controller-address: