huit / nepho

A deployment tool for virtual data centers.
MIT License
12 stars 6 forks source link

Support multiple CloudFormation templates in one blueprint #208

Open agperson opened 10 years ago

agperson commented 10 years ago

Execute each CF template in alphanumeric order, adding outputs to the parameters for each following template.

For example if you have four separate templates that each take care of an individual piece of infrastructure, you might have: 01-vpc.json 02-rds.json 03-s3.json 04-ec2.json

robparrott commented 10 years ago

Not sure why this is needed. A CF template can support any number of resources, coupled or uncoupled. 

Probably need a clearer use case.

agperson commented 10 years ago

See here for the use case: http://awsadvent.tumblr.com/post/38685647817/strategies-reusable-cfn-templates

robparrott commented 10 years ago

Bam! I’m sold.

On December 10, 2013 at 1:04:42 PM, Daniel Silverman (notifications@github.com) wrote:

See here for the use case: http://awsadvent.tumblr.com/post/38685647817/strategies-reusable-cfn-templates

— Reply to this email directly or view it on GitHub.