aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8e0d18f4..3f388594 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
NOTCOMPUTE=nova-api.yaml keystone.yaml heat-allinone.yaml glance.yaml quantum.yaml mysql.yaml rabbitmq.yaml
notcompute.yaml: $(NOTCOMPUTE)
- python merge.py --master-role notcompute --slave-roles stateless stateful -- $(NOTCOMPUTE) > notcompute.yaml
+ python merge.py --master-role notcompute --slave-roles stateless stateful -- $^ > notcompute.yaml
overcloud.yaml: bootstack-vm.yaml nova-compute-group.yaml
- python merge.py bootstack-vm.yaml nova-compute-group.yaml > overcloud.yaml
+ python merge.py $^ > $@.tmp
+ mv $@.tmp $@