d3aa08dd5f
Needed for I1d16e535ae50a06a8792e1613bb6b6c4647bf128 to work properly. Change-Id: Ib66e688bd7500f03dea7d4282607cd51078e9a51
11 lines
247 B
Makefile
11 lines
247 B
Makefile
overcloud.yaml: overcloud-source.yaml nova-compute-instance.yaml
|
|
python merge.py $< > $@.tmp
|
|
mv $@.tmp $@
|
|
|
|
undercloud-vm-tuskar.yaml: undercloud-vm.yaml tuskar-source.yaml
|
|
python merge.py $^ > $@.tmp
|
|
mv $@.tmp $@
|
|
|
|
test:
|
|
@bash test_merge.bash
|