Use slave roles in Makefile.
authorClint Byrum <clint@fewbar.com>
Thu, 6 Jun 2013 16:30:59 +0000 (09:30 -0700)
committerClint Byrum <clint@fewbar.com>
Thu, 6 Jun 2013 16:30:59 +0000 (09:30 -0700)
Makefile

index c03abea..6949b3a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
 NOTCOMPUTE=nova-api.yaml keystone.yaml heat-allinone.yaml glance.yaml quantum.yaml mysql.yaml rabbitmq.yaml
 
 notcompute.yaml: $(NOTCOMPUTE)
-       python merge.py $(NOTCOMPUTE) > notcompute.yaml
+       python merge.py --master-role notcompute --slave-roles stateless stateful -- $(NOTCOMPUTE) > notcompute.yaml