diff options
author | Clint Byrum <clint@fewbar.com> | 2013-04-18 14:04:06 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-04-18 14:04:06 -0700 |
commit | 41fb3c49045fd5dc6ae3ec013c51e8b8428d1fff (patch) | |
tree | fc4970ad2a2f1abdb86f81c4cb6aeba40f1c748e /mysql.yaml | |
parent | 9954c0f5b2fda18757c2bcb5240c4b19da7dc69e (diff) |
Match Metadata with tripleo-image-elements.
Diffstat (limited to 'mysql.yaml')
-rw-r--r-- | mysql.yaml | 59 |
1 files changed, 29 insertions, 30 deletions
@@ -57,36 +57,35 @@ Resources: Type: AWS::EC2::Instance Metadata: OpenStack::ImageBuilder::Elements: [ mysql-migration ] - OpenStack::Config: - mysql: - create-users: - - database: keystone - username: {Ref: KeystoneUser} - userhandle: {Ref: KeystonePasswordHandle} - - database: heat - username: {Ref: HeatUser} - userhandle: {Ref: HeatPasswordHandle} - mysql-migration: - users: - root: - username: root - password: {Ref: BootstrapRootPassword} - dump: - username: dump - password: {Ref: BootstrapDumpPassword} - bootstrap_host: {Ref: BootstrapHost} - slave_user: {Ref: BootstrapSlaveUser} - slave_password: {Ref: BootstrapSlavePassword} - heat: - access_key_id: - Ref: ApiKey - secret_key: - Fn::GetAtt: [ ApiKey, SecretAccessKey ] - stack: - name: {Ref: 'AWS::StackName'} - region: {Ref: 'AWS::Region'} - refresh: - - resource: MySQL + mysql: + create-users: + - database: keystone + username: {Ref: KeystoneUser} + userhandle: {Ref: KeystonePasswordHandle} + - database: heat + username: {Ref: HeatUser} + userhandle: {Ref: HeatPasswordHandle} + mysql-migration: + users: + root: + username: root + password: {Ref: BootstrapRootPassword} + dump: + username: dump + password: {Ref: BootstrapDumpPassword} + bootstrap_host: {Ref: BootstrapHost} + slave_user: {Ref: BootstrapSlaveUser} + slave_password: {Ref: BootstrapSlavePassword} + heat: + access_key_id: + Ref: ApiKey + secret_key: + Fn::GetAtt: [ ApiKey, SecretAccessKey ] + stack: + name: {Ref: 'AWS::StackName'} + region: {Ref: 'AWS::Region'} + refresh: + - resource: MySQL Properties: ImageId: {Ref: MySQLImage} |