793dd12964
This new version does not need any nested stacks and correctly references notcompute. Change-Id: I16f846f7983a956b5159d17bef85cf6a87d69b45
9 lines
348 B
Makefile
9 lines
348 B
Makefile
NOTCOMPUTE=nova-api.yaml keystone.yaml heat-allinone.yaml glance.yaml neutron.yaml mysql.yaml rabbitmq.yaml
|
|
|
|
notcompute.yaml: $(NOTCOMPUTE)
|
|
python merge.py --master-role notcompute --slave-roles stateless stateful -- $^ > notcompute.yaml
|
|
|
|
overcloud.yaml: overcloud-source.yaml nova-compute-instance.yaml
|
|
python merge.py $< > $@.tmp
|
|
mv $@.tmp $@
|