Use slave roles in Makefile.
[apex-tripleo-heat-templates.git] / Makefile
1 NOTCOMPUTE=nova-api.yaml keystone.yaml heat-allinone.yaml glance.yaml quantum.yaml mysql.yaml rabbitmq.yaml
2
3 notcompute.yaml: $(NOTCOMPUTE)
4         python merge.py --master-role notcompute --slave-roles stateless stateful -- $(NOTCOMPUTE) > notcompute.yaml