pivotal-cf/concourse-deploy-gemfire

Name: concourse-deploy-gemfire

Owner: Pivotal Cloud Foundry

Description: null

Created: 2016-10-11 17:31:43.0

Updated: 2017-04-06 19:27:52.0

Pushed: 2016-10-28 18:21:01.0

Homepage: null

Size: 26

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

concourse-deploy-gemfire

Deploy Gemfire with omg in a Concourse pipeline.

Prerequisites
  1. Git
  2. Concourse
Steps to use this pipeline
  1. Clone this repository.

    clone https://github.com/c0-ops/concourse-deploy-gemfire.git
    
  2. Copy the pipeline variables template.

    ipeline-vars-template.yml pipeline-vars.yml
    
  3. Edit pipeline-vars.yml, adding appropriate values.

    TOR pipeline-vars.yml
    
  4. Create or update the pipeline.

    -t TARGET set-pipeline -p deploy-gemfire -c ci/pivotal-gemfire-service-pipeline.yml -l pipeline-vars.yml
    

    or

    -t TARGET set-pipeline -p deploy-gemfire -c ci/pivotal-gemfire-service-pipeline.yml -l pipeline-vars.yml
    
  5. Delete or move pipeline-vars.yml to a secure location.

  6. Unpause the pipeline

    -t TARGET unpause-pipeline -p deploy-gemfire
    
  7. Trigger the deployment job and observe the output.

    -t TARGET trigger-job -j deploy-gemfire/get-product-version -w
    -t TARGET trigger-job -j deploy-gemfire/deploy -w
    

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.