51e954a70c927695c791b51866871a8f47805a46
[apex-tripleo-heat-templates.git] / Makefile
1 overcloud.yaml: overcloud-source.yaml nova-compute-instance.yaml swift-source.yaml
2         # $^ won't work here because we want to list nova-compute-instance.yaml as
3         # a prerequisite but don't want to pass it into merge.py
4         python merge.py overcloud-source.yaml swift-source.yaml > $@.tmp
5         mv $@.tmp $@
6
7 undercloud-vm-tuskar.yaml: undercloud-vm.yaml tuskar-source.yaml
8         python merge.py $^ > $@.tmp
9         mv $@.tmp $@
10
11 undercloud-vm-ironic.yaml: undercloud-vm.yaml ironic-source.yaml
12         python merge.py $^ > $@.tmp
13         mv $@.tmp $@
14
15 test:
16         @bash test_merge.bash