2023-01-19 10:40:42 +00:00
|
|
|
DIST := "ubuntu:latest"
|
|
|
|
|
2013-09-02 14:17:46 +00:00
|
|
|
cosmos:
|
2023-01-19 10:40:42 +00:00
|
|
|
fab all cosmos
|
2013-09-02 14:17:46 +00:00
|
|
|
|
|
|
|
upgrade:
|
|
|
|
fab upgrade
|
|
|
|
|
2023-01-30 10:21:01 +00:00
|
|
|
db: global/overlay/etc/puppet/cosmos-db.yaml
|
|
|
|
|
2023-02-03 09:58:25 +00:00
|
|
|
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
|
2023-01-19 10:40:42 +00:00
|
|
|
./bump-tag
|
|
|
|
|
|
|
|
test_in_docker:
|
|
|
|
docker run --rm -it \
|
|
|
|
-v ${CURDIR}:/multiverse:ro \
|
|
|
|
\
|
|
|
|
$(DIST) /multiverse/scripts/test-in-docker.sh
|