diff options
author | Clint Byrum <clint@fewbar.com> | 2013-03-13 18:43:28 +0000 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-03-13 18:43:28 +0000 |
commit | ebbfa0a7ee541c636b86eca14cc0d0adfe9fed69 (patch) | |
tree | 960dc3b6d3602f0c39bca9165975d06c8a84b855 /mysql.yaml | |
parent | 422b34354c6ce900eed7be85640430de5a494abb (diff) |
works but missing stuff
Diffstat (limited to 'mysql.yaml')
-rw-r--r-- | mysql.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -11,10 +11,6 @@ Parameters: Default: bm.small MySQLImage: Type: String - KeystoneUser: - Description: Keystone database username. - Type: String - Default: keystone BootstrapUrl: Description: Fetch a mysql dump file from this URL and load it Type: String @@ -45,8 +41,6 @@ Resources: mysql: users: - database: keystone - username: {Ref: KeystoneUser} - userhandle: {Ref: KeystonePasswordHandle} bootstrap_url: {Ref: BootstrapUrl} root_cnf_url: {Ref: BootstrapRootCnfUrl} heat: @@ -65,17 +59,6 @@ Resources: InstanceType: {Ref: InstanceType} KeyName: {Ref: KeyName} UserData: "#!/bin/bash\ntouch /tmp/userdata-finished\necho Userdata finished $(date)\n" - KeystonePasswordHandle: - Type: AWS::CloudFormation::WaitConditionHandle - KeystonePassword: - DependsOn: MySQL - Type: AWS::CloudFormation::WaitCondition - Properties: - Handle: {Ref: KeystonePasswordHandle} - Timeout: 60 Outputs: MySQLHost: Fn::GetAtt: [ MySQL , PrivateIp ] - KeystonePassword: - Fn::GetAtt: [ KeystonePassword, Data ] - KeystoneUser: {Ref: KeystoneUser} |