From: Clint Byrum Date: Tue, 14 May 2013 18:41:36 +0000 (-0700) Subject: Add a Makefile for regenerating common merges X-Git-Tag: opnfv-6.0.0~3017 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=022cc12afc82cbc9387a428d6ecc4a1f08979e9f;p=apex-tripleo-heat-templates.git Add a Makefile for regenerating common merges --- diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..c03abea4 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +NOTCOMPUTE=nova-api.yaml keystone.yaml heat-allinone.yaml glance.yaml quantum.yaml mysql.yaml rabbitmq.yaml + +notcompute.yaml: $(NOTCOMPUTE) + python merge.py $(NOTCOMPUTE) > notcompute.yaml