rut-test-ops/Makefile

23 lines
540 B
Makefile
Raw Normal View History

DIST := "ubuntu:latest"
2013-09-02 14:17:46 +00:00
cosmos:
fab all cosmos
2013-09-02 14:17:46 +00:00
upgrade:
fab upgrade
db: global/overlay/etc/puppet/cosmos-db.yaml
global/overlay/etc/puppet/cosmos-db.yaml: global/overlay/etc/puppet/cosmos-rules.yaml:
2014-02-22 20:43:18 +00:00
@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
test_in_docker:
docker run --rm -it \
-v ${CURDIR}:/multiverse:ro \
\
$(DIST) /multiverse/scripts/test-in-docker.sh