aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 52d65efbadb37b1e3455fe64a6d678c13baf8529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 $@

undercloud-vm-ironic.yaml: undercloud-vm.yaml ironic-source.yaml
	python merge.py $^ > $@.tmp
	mv $@.tmp $@

test:
	@bash test_merge.bash