vmware-archive / pcf-pipelines

PCF Pipelines
Apache License 2.0
158 stars 282 forks source link

Required a pipeline for updating more then on tile. #302

Closed vasanthg1210 closed 6 years ago

vasanthg1210 commented 6 years ago

Hi Team,

I am not facing any issue. Its just an request for updating more then one tile using concourse.

I have done with updating single tile "https://github.com/pivotal-cf/pcf-pipelines/tree/master/upgrade-tile" with little modification. Able to update the tile with Apply changes.

Now required to update more then one tile. for example 2 tile. please share me the pipeline and parameter for the same.

Thanks, Vasanth

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

vasanthg1210 commented 6 years ago

I created a pipeline. but getting error. "fly validate-pipeline --config multi-tile-pipeline.yml could not resolve template vars: yaml: did not find expected "

groups: []

resource_types:

resources:

jobs:

abbyachau commented 6 years ago

Hi @vasanthg1210 please review our repo page for more information about managing updating more than one tile. Thanks.