aboutsummaryrefslogtreecommitdiffstats
path: root/notcompute.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'notcompute.yaml')
-rw-r--r--notcompute.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/notcompute.yaml b/notcompute.yaml
index 19a47853..a5c0cb4f 100644
--- a/notcompute.yaml
+++ b/notcompute.yaml
@@ -24,6 +24,12 @@ Outputs:
Fn::GetAtt:
- notcompute
- PrivateIp
+ NovaPassword:
+ Fn::GetAtt:
+ - NovaPassword
+ - Data
+ NovaUser:
+ Ref: NovaUser
RabbitMQHost:
Fn::GetAtt:
- notcompute
@@ -89,6 +95,10 @@ Parameters:
NovaInterfaces:
Default: eth0
Type: String
+ NovaUser:
+ Default: heat
+ Description: Glance database username.
+ Type: String
QuantumDSN:
Description: DSN for connecting to quantum database
Type: String
@@ -181,6 +191,15 @@ Resources:
Type: AWS::CloudFormation::WaitCondition
KeystonePasswordHandle:
Type: AWS::CloudFormation::WaitConditionHandle
+ NovaPassword:
+ DependsOn: notcompute
+ Properties:
+ Handle:
+ Ref: NovaPasswordHandle
+ Timeout: 90
+ Type: AWS::CloudFormation::WaitCondition
+ NovaPasswordHandle:
+ Type: AWS::CloudFormation::WaitConditionHandle
RabbitMQPassword:
DependsOn: notcompute
Properties:
@@ -298,6 +317,11 @@ Resources:
Ref: GlancePasswordHandle
username:
Ref: GlanceUser
+ - database: nova
+ userhandle:
+ Ref: NovaPasswordHandle
+ username:
+ Ref: NovaUser
mysql-migration:
bootstrap_host:
Ref: BootstrapHost