summaryrefslogtreecommitdiff
path: root/Makefile
blob: 968aa02adf58d3b78b760287236e24bf0d5c6a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: db

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