summaryrefslogtreecommitdiff
path: root/Makefile
blob: d612afc9748fcdbf7fbd3e7d73b66016ec41f5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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