Jonathan Brownell 3e30e6ab8a Fix bash env var conditionals in merge.py call to be consistent
Bash syntax ${ENV:-'0'} and ${ENV='0'} vary only in their behavior
when $ENV is set to an empty string (in which case the former
expression results in '0' while the latter results in ''.)

There is no reason the Makefile should be using the latter
expression, and rather confusing when the two different forms
are used side-by-side on the same line.

Change-Id: I66bb5ea7437c3f2aa9bc4e1afc9b522c450ff976
2014-08-04 13:56:01 -07:00
2014-08-04 08:57:52 +12:00
2014-06-04 12:16:24 +02:00
2013-10-22 17:49:35 +01:00
2014-08-04 08:57:52 +12:00
2014-08-04 08:57:52 +12:00
2014-08-04 08:57:52 +12:00
2014-08-04 08:57:52 +12:00
2014-01-20 11:58:20 +01:00
2013-10-22 17:49:35 +01:00
2014-08-04 08:57:52 +12:00
2013-10-22 17:49:35 +01:00
2013-10-22 17:49:35 +01:00
2014-08-04 08:57:52 +12:00
2014-08-04 08:57:52 +12:00
2014-08-04 08:57:52 +12:00
2013-10-22 17:49:35 +01:00

templates

Generic templates to describe multi-host infrastructure, consumable by OpenStack Heat, Crowbar, others.

merge.py

The Makefile contains several targets for generated templates, see its contents for all of them. To run functional tests for merge.py, run 'make test'.

Description
RETIRED, Heat templates for deploying OpenStack
Readme 322 MiB