diff --git a/assets/capidoc.yml b/assets/capidoc.yml index 858b12c..18e90da 100644 --- a/assets/capidoc.yml +++ b/assets/capidoc.yml @@ -4,8 +4,8 @@ bootstrap_cf: location: capi-release/scripts group: cf print_env_info: - description: List all the bosh-lites in the pool - location: capi-workspace/custom-bash-it-plugins + description: List all the claimed bosh-lites in the pool + location: capi-env-pool/scripts group: bosh cats: description: Runs cats with local integration_config diff --git a/custom-bash-it-plugins/capi-aliases.bash b/custom-bash-it-plugins/capi-aliases.bash index 02c3123..d79ae3c 100644 --- a/custom-bash-it-plugins/capi-aliases.bash +++ b/custom-bash-it-plugins/capi-aliases.bash @@ -1,12 +1,6 @@ # CATs alias cats='(cd ~/go/src/github.com/cloudfoundry/cf-acceptance-tests && CONFIG=$PWD/integration_config.json bin/test --nodes=3)' -alias print_env_info='pushd ~/workspace/capi-env-pool > /dev/null; git pull > /dev/null && ~/workspace/capi-ci/ci/bosh-lite/src/print_env_info; popd > /dev/null' - -# PSQL -alias psql_bosh_lite='~/workspace/capi-release/scripts/psql-bosh-lite' -alias mysql_bosh_lite='~/workspace/capi-release/scripts/mysql-bosh-lite' - #FASD alias v='fasd -e vim' diff --git a/custom-bash-it-plugins/capi-env.bash b/custom-bash-it-plugins/capi-env.bash index 27da618..f7ee36e 100644 --- a/custom-bash-it-plugins/capi-env.bash +++ b/custom-bash-it-plugins/capi-env.bash @@ -11,7 +11,7 @@ export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin # Add capi-workspace/scripts, capi-ci/scripts, and capi-release/scripts to PATH -export PATH="$PATH:$HOME/workspace/capi-release/scripts:$HOME/workspace/capi-ci/scripts:$HOME/workspace/capi-workspace/scripts" +export PATH="$PATH:$HOME/workspace/capi-release/scripts:$HOME/workspace/capi-ci/scripts:$HOME/workspace/capi-workspace/scripts:$HOME/workspace/capi-env-pool/scripts" # Add brew-installed python to the path. # Must go at the beginning so that it's prioritized over the system installation.