From 16955ec39b525dd8a507cf6eb524231244926883 Mon Sep 17 00:00:00 2001 From: Jan von Loewenstein Date: Tue, 27 Oct 2015 18:28:33 -0700 Subject: [PATCH] Simplifies the pipeline configuration document. ...referencing the bosh/docs version. [#95665326](https://www.pivotaltracker.com/story/show/95665326) Signed-off-by: Corey Innis --- ci/README.md | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/ci/README.md b/ci/README.md index 3ac48290f..592a20d13 100644 --- a/ci/README.md +++ b/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= - export LASTPASS_USER= - 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)