Add a Makefile for regenerating common merges
authorClint Byrum <clint@fewbar.com>
Tue, 14 May 2013 18:41:36 +0000 (11:41 -0700)
committerClint Byrum <clint@fewbar.com>
Thu, 6 Jun 2013 16:28:39 +0000 (09:28 -0700)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..c03abea
--- /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