Skip to content

Commit

Permalink
small changes to makefile and dtr backup script
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yu committed Oct 26, 2017
1 parent d0fed09 commit 8d1ed82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@ snap: ## snapshot all vms
rollback: ## rollback to the previous snapshot
./scripts/rollback.sh

build:
@vagrant provision

destroy:
@vagrant destroy -f haproxy ucp-node1 ucp-node2 ucp-node3 dtr-node1 worker-node1 worker-node2
1 change: 0 additions & 1 deletion scripts/backup_dtr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
export UCP_PASSWORD=$(cat /vagrant/ucp_password)
export UCP_IPADDR=$(cat /vagrant/ucp-node1-ipaddr)
export DTR_IPADDR=$(cat /vagrant/dtr-node1-ipaddr)
export SWARM_JOIN_TOKEN_WORKER=$(cat /vagrant/swarm-join-token-worker)
export DTR_REPLICA_ID=$(cat /vagrant/dtr-replica-id)
export DTR_VERSION=2.3.3

Expand Down

0 comments on commit 8d1ed82

Please sign in to comment.