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

upgrade:
	fab 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