Merge "Add Ironic-source.yaml"
[apex-tripleo-heat-templates.git] / Makefile
1 overcloud.yaml: overcloud-source.yaml nova-compute-instance.yaml
2         python merge.py $< > $@.tmp
3         mv $@.tmp $@
4
5 undercloud-vm-tuskar.yaml: undercloud-vm.yaml tuskar-source.yaml
6         python merge.py $^ > $@.tmp
7         mv $@.tmp $@
8
9 undercloud-vm-ironic.yaml: undercloud-vm.yaml ironic-source.yaml
10         python merge.py $^ > $@.tmp
11         mv $@.tmp $@
12
13 test:
14         @bash test_merge.bash