aboutsummaryrefslogtreecommitdiffstats
path: root/examples/scale1.yaml
AgeCommit message (Collapse)AuthorFilesLines
2014-08-01merge.py --hot to process and generate HOTSteve Baker1-0/+1
This adds a --hot flag to merge.py which will assume source templates are in the HOT format, and generate a HOT template artifact. Tests have also been ported to HOT, along with some minor corrections to the existing tests to make the source and result templates valid heat templates. Partial-Blueprint: tripleo-juno-remove-mergepy Change-Id: If18ff79f89456123c884a1ab2f910ce4cc9a6e0b
2014-02-17Add username parameter for rabbitRichard Su1-0/+1
Username is currently assumed to be guest in the configuration files. This change makes it more explicit. Configuration files in tripleo-image-elements will be updated to use this parameter in an upcoming patch. Change-Id: Ia176f4d573a3a293560c72236a4181befa678301
2014-01-29Make scaling out a feature for merge.py.Robert Collins1-0/+30
This is a simple implementation designed to work with our current non-HOT approach. We need to adjust our templates a little to support this - though future work could make that better, it's orthogonal to this effort. Change-Id: I555617e5f24a5882de915f057dc02e008c81e753