aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2013-07-31 14:07:05 -0700
committerClint Byrum <clint@fewbar.com>2013-08-14 20:27:54 -0700
commit99a1e7525015f4e710e3de6e041cffcd264153cf (patch)
treee724a2d9c1a16933a3f9704414f73f5dbfc0d210 /overcloud-source.yaml
parentc7241b26e5356c1cedeb687d5066d5822c146777 (diff)
Migrate from cfn-hup to os-collect-config
Os-collect-config is meant to replace cfn-hup from heat-cfntools. It allows pulling from multiple metadata sources and runs continuously. Fixes bug #1211289 Change-Id: Ia4e9127fb79048bd1022b32a37272f8463a774ae
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml24
1 files changed, 11 insertions, 13 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index f9c280be..88e21f08 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -96,9 +96,18 @@ Resources:
glance:
db: mysql://glance:unset@localhost/glance
host: 0.0.0.0
+ os-collect-config:
+ cfn:
+ access_key_id:
+ Ref: Key
+ path: notcompute.Metadata
+ secret_access_key:
+ Fn::GetAtt:
+ - Key
+ - SecretAccessKey
+ stack_name:
+ Ref: AWS::StackName
heat:
- access_key_id:
- Ref: Key
admin_password: unset
admin_tenant_name: service
admin_user: heat
@@ -106,17 +115,6 @@ Resources:
db: mysql://heat:unset@localhost/heat
heat_watch_server_url: http://0.0.0.0:8003
metadata_server_url: http://0.0.0.0:8000
- refresh:
- - resource: notcompute
- secret_key:
- Fn::GetAtt:
- - Key
- - SecretAccessKey
- stack:
- name:
- Ref: AWS::StackName
- region:
- Ref: AWS::Region
waitcondition_server_url: http://0.0.0.0:8000/v1/waitcondition
interfaces:
control: eth0