Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

pivotal-cf/concourse-deploy-gemfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

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.

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

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

    $EDITOR pipeline-vars.yml
    
  4. Create or update the pipeline.

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

    or

    fly -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

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

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages