![Derek Higgins](/assets/img/avatar_default.png)
Almost all references to quantum have been changed neutron in tripleo-image-elements. Change-Id: Ib17353d5834dd95d0348f62111074180c6e47181
9 lines
341 B
Makefile
9 lines
341 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: bootstack-vm.yaml nova-compute-group.yaml
|
|
python merge.py $^ > $@.tmp
|
|
mv $@.tmp $@
|