Skip to content

goverdhanr55/pcf-concourse-pipelines

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCF product tiles Concourse Pipelines:

CAUTION: Pivotal does not provide support for these pipelines. If you find anything broken, then please submit a PR.


Pipelines available in this repository are:

This repository provides the pipelines for the products listed in the following table.

The pipeline for the tiles is common and is located here

PIVOTAL PRODUCT NAME VERSION PIPELINE PARAMS LOCATION
Isolation Segments 2.1.x Isolation Segments Installation
RabbitMQ 1.13.x RabbitMQ Installation
Redis 1.12.x Redis Installation
Spring Cloud Services 1.5.x Spring Cloud Services Installation
MySQL-v1 1.10.x MySQL-v1 Installation [TO BE DISCONTINUED]
MySQL-v2 2.2.x MySQL-v2 Installation
PCF Metrics 1.4.x PCF Metrics Installation
Healthwatch 1.2.x Healthwatch Installation
Splunk Nozzle 1.0.x Splunk Nozzle Installation
New Relic Nozzle 1.0.x New Relic Nozzle Installation
New Relic Service Broker 1.12.x New Relic Service Broker Installation
Spring Cloud Data Flow 1.0.x Spring Cloud Data Flow Installation
Single Signon 1.6.x Single Signon Installation
AppDynamics Service Broker 4.4.135 AppDynamics Service Broker Installation
Credhub Service Broker 1.0.2 Credhub Service Broker Installation
Upgrade Buildpacks any Upgrade Buildpacks
Upgrade Tile any Upgrade Tile

If there is any product that you are looking for and its missing, then use the template to write your own pipeline. Install Product Tile Template


Following is an example on how to fly a pipeline:

>	fly -t concourse-[ENV] login -c https://<CONCOURSE-URL> -k
>	fly -t concourse-[ENV] set-pipeline -p healthwatch -c ./pipelines/install-product/pipeline.yml -l ./pipelines/tiles/healthwatch/params.yml
>	fly -t concourse-[ENV] unpause-pipeline -p healthwatch

If you wish to use your own docker images in the task.yml files, then the original docker file is located under the ci folder. ci/Dockerfile

About

Concourse pipelines to deploy Pivotal Products

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 99.5%
  • Dockerfile 0.5%