tripleo-heat-templates/Makefile

7 lines
138 B
Makefile

overcloud.yaml: overcloud-source.yaml nova-compute-instance.yaml
python merge.py $< > $@.tmp
mv $@.tmp $@
test:
@bash test_merge.bash