X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=notcompute.yaml;h=5a4d9d21d01a4b5d3da10960fd74d773d9ccd52a;hb=65351560a421f40c0d66d6dcb00ee5515d5feb0f;hp=b097dd025ab71000ee9f15bbd5cdcf7004bc8e74;hpb=ff0959a200cfad26d0c688bf293e3ebeb365ff48;p=apex-tripleo-heat-templates.git diff --git a/notcompute.yaml b/notcompute.yaml index b097dd02..5a4d9d21 100644 --- a/notcompute.yaml +++ b/notcompute.yaml @@ -31,6 +31,14 @@ Parameters: Description: Password for connecting to glance database Type: String NoEcho: true + GlanceNotifierStrategy: + Description: Strategy to use for Glance notification queue + Type: String + Default: noop + GlanceLogFile: + Description: The filepath of the file to use for logging messages from Glance. + Type: String + Default: '' HeatDBPassword: Description: Password for accessing Heat database. Type: String @@ -76,6 +84,11 @@ Parameters: NoEcho: true notcomputeImage: Type: String + HeatStackDomainAdminPassword: + Description: Password for heat_domain_admin user. + Type: String + Default: '' + NoEcho: true Resources: AccessPolicy: Properties: @@ -130,6 +143,10 @@ Resources: - - 'mysql://glance:' - {Ref: GlanceDBPassword} - '@127.0.0.1/glance' + notifier-strategy: + Ref: GlanceNotifierStrategy + log-file: + Ref: GlanceLogFile heat: db: Fn::Join: @@ -151,6 +168,7 @@ Resources: region: Ref: AWS::Region auth_encryption_key: unset + stack_domain_admin_password: {Ref: HeatStackDomainAdminPassword} interfaces: control: Ref: NovaInterfaces @@ -191,6 +209,10 @@ Resources: Ref: RabbitUserName password: Ref: RabbitPassword + cookie: + Fn::GetAtt: + - RabbitCookie + - value service-password: Ref: ServicePassword Properties: