Add tuskar API service configuration
[apex-tripleo-heat-templates.git] / Makefile
index 534cd0f..0d7d3f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,10 @@
-NOTCOMPUTE=nova-api.yaml keystone.yaml heat-allinone.yaml glance.yaml neutron.yaml mysql.yaml rabbitmq.yaml
-
-notcompute.yaml: $(NOTCOMPUTE)
-       python merge.py --master-role notcompute --slave-roles stateless stateful -- $^ > notcompute.yaml
-
 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