skymill / cumulus

Cumulus is a deployment suite used to deploy and manage environments built with AWS CloudFormation
http://cumulus-ds.readthedocs.org/
Apache License 2.0
12 stars 5 forks source link

Get rid of Cumulus metadata.conf and make the bundle handler self-contained #41

Closed sebdah closed 11 years ago

sebdah commented 11 years ago

Get rid of Cumulus metadata.conf and make the bundle handle self-contained. This will avoid sync issues in CloudFormation between metadata.conf and cfn-hup execution.

sebdah commented 11 years ago

This implementation will not be necessary. I found a way to resolve the issue using configSets in the CloudFormation template. See the updated example CF template as per commit 8997914.