Skip to content

Commit be4939c

Browse files
author
Seth Goings
committed
Merge pull request #4462 from sgoings/rigger-vagrant-2
contrib(vagrant): move scripts to root vagrant contrib dir
2 parents f900525 + e847160 commit be4939c

8 files changed

Lines changed: 11 additions & 4 deletions

File tree

contrib/vagrant/check

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#!/usr/bin/env bash

contrib/vagrant/config.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export SUGGEST_DEIS_TEST_DOMAIN="local3.deisapp.com"
2+
export SUGGEST_DEIS_SSH_KEY="${HOME}/.vagrant.d/insecure_private_key"
3+
4+
rigger-save-vars SUGGEST_DEIS_TEST_DOMAIN SUGGEST_DEIS_SSH_KEY
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
#!/usr/bin/env bash
2+
13
(
24
cd ${DEIS_ROOT}
35
vagrant up --provider virtualbox
46
)
57

68
export DEISCTL_TUNNEL="${DEISCTL_TUNNEL:-127.0.0.1:2222}"
7-
save-var DEISCTL_TUNNEL
9+
rigger-save-vars DEISCTL_TUNNEL
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
#!/usr/bin/env bash
2+
13
function _destroy-all-vagrants {
24
VMS=$(vagrant global-status | grep deis | awk '{ print $5 }')
35
for dir in $VMS; do
46
cd ${dir} && vagrant destroy --force
57
done
68
}
79

8-
rerun_log "Destroying Vagrant cluster..."
910
_destroy-all-vagrants

contrib/vagrant/install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#!/usr/bin/env bash

contrib/vagrant/rigger/check.sh

Whitespace-only changes.

contrib/vagrant/rigger/config.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

contrib/vagrant/rigger/install.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)