Closed vasanthg1210 closed 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.
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:
name: pcf-pipelines type: git source: uri: https://github.com/pivotal-cf/pcf-pipelines.git branch: master
name: pivnet-product type: pivnet source: api_token: xxxxx product_slug: p-mysql sort_by: semver
name: pivnet-product1 type: pivnet source: api_token: xxxxx product_slug: p-rabbitmq sort_by: semver
jobs:
name: upload-tile max_in_flight: 1 plan:
aggregate:
get: pcf-pipelines
get: pivnet-product params: product_slugs: p-mysql trigger: true
task: upload-tile-and-stemcell file: pcf-pipelines/tasks/upload-product-and-stemcell/task.yml params: IAAS: aws OPSMAN_DOMAIN_OR_IP_ADDRESS: xxxxx OPS_MGR_USR: xxxxx OPS_MGR_PWD: xxxxx PIVNET_API_TOKEN: xxxxx
name: upload-tile max_in_flight: 1 plan:
aggregate:
get: pcf-pipelines
get: pivnet-product1 params: product_slugs: p-rabbitmq trigger: true
task: upload-tile-and-stemcell file: pcf-pipelines/tasks/upload-product-and-stemcell/task.yml params: IAAS: aws OPSMAN_DOMAIN_OR_IP_ADDRESS: xxxxx OPS_MGR_USR: xxxxx OPS_MGR_PWD: xxxxx PIVNET_API_TOKEN: xxxxx
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