summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9b681b2..29f39df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,15 @@
+all: db
+
cosmos:
fab all cosmos
upgrade:
- fab upgrade
+ fab -P all upgrade
db:
@python ./fabfile/db.py > global/overlay/etc/puppet/cosmos-db.yaml
- @git add global/overlay/etc/puppet/cosmos-db.yaml && git commit -m "update db" global/overlay/etc/puppet/cosmos-db.yaml
+ @git add global/overlay/etc/puppet/cosmos-db.yaml global/overlay/etc/puppet/cosmos-rules.yaml
+ @git commit -m "update db" global/overlay/etc/puppet/cosmos-db.yaml
tag: db
./bump-tag