github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/tests/bin/accept/options/provider/vagrant.sh (about)

     1  function _setup-provider-dependencies {
     2    :
     3  }
     4  
     5  function _create {
     6    rerun_log "Creating Vagrant cluster..."
     7    vagrant up --provider virtualbox
     8  
     9    export DEISCTL_TUNNEL="127.0.0.1:2222"
    10  }
    11  
    12  function _destroy {
    13    rerun_log "Destroying Vagrant cluster..."
    14    ${BIN_DIR}/destroy-all-vagrants.sh
    15  }