Skip to content

Commit

Permalink
Simplifies the pipeline configuration document.
Browse files Browse the repository at this point in the history
...referencing the bosh/docs version.

[#95665326](https://www.pivotaltracker.com/story/show/95665326)

Signed-off-by: Corey Innis <cinnis@pivotal.io>
  • Loading branch information
loewenstein-sap authored and Corey Innis committed Oct 28, 2015
1 parent 80ed2d4 commit 16955ec
Showing 1 changed file with 3 additions and 31 deletions.
34 changes: 3 additions & 31 deletions ci/README.md
@@ -1,33 +1,5 @@
# Steps for Configuring the BOSH Pipeline
# Steps for Configuring the Pipeline

- [ ] 0. Set up environment
``` bash
export PROJECT_PATH=</PATH/TO/PROJECT>
export LASTPASS_USER=<USERNAME@pivotal.io>
export LASTPASS_NOTE="bosh-agent concourse secrets"
```
- [ ] 1. Configure the pipeline
``` bash
# Update project
cd $PROJECT_PATH
git co develop
git pull
Follow the steps in [BOSH: Configuring Concourse Pipelines][link], using "bosh-agent" as the value for `PROJECT_NAME`.

# Get pipeline secrets (see "lpass" installation notes below)
lpass login $LASTPASS_USER
lpass show --notes "${LASTPASS_NOTE}" > /tmp/bosh-agent-secrets.yml

# Configure the pipeline
fly -t production configure -c ci/pipeline.yml \
--vf /tmp/bosh-agent-secrets.yml bosh-agent

# Clean up secrets
rm /tmp/bosh-agent-secrets.yml
```

## Notes

- To install the LastPass CLI:
``` bash
brew install lastpass-cli --with-pinentry
```
[link]: (https://github.com/cloudfoundry/bosh/blob/develop/docs/configuring_concourse_pipelines.md)

0 comments on commit 16955ec

Please sign in to comment.