Skip to content

Commit

Permalink
Document scripts for using the bosh lite pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerg committed May 13, 2024
1 parent 0ce3c6b commit a185005
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,17 @@ Pipeline responsible for managing the development [bosh-lite pool](https://githu

- Create new bosh-lites if there is room in the pool
- Delete released bosh-lites

#### Using Pooled Environments

There are a number of helpful scripts in
[capi-workspace](https://github.com/cloudfoundry/capi-workspace) for using the
bosh lite pool. For example:
- `lib/claim-bosh-lite`: Claim a bosh lite environment from the pool.
- `lib/unclaim-bosh-lite`: Mark a bosh lite environment for deletion to free up space in the pool.
- `lib/target-bosh`: Set bosh environment variables in your terminal for a given pool environment.
- `bin/which_bosh`: Check which environment your terminal is currently targeting.
- `bin/print_env_info`: List the currently-claimed environments in the pool.
- `bin/deploy`: Deploy your local cf-deployment and capi-release to your targeted environment.
- `bin/target_cf`: Log in as admin via the cf CLI to your targeted environment.
- And more!

0 comments on commit a185005

Please sign in to comment.