summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4c378d24b0194726455643cebb8512d10927ea38 (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