summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4ef37e14d106ba4769a6ce06497459d87abff5da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
cosmos:
	fab all cosmos 

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

tag: db
	./bump-tag