vmware-archive / pcf-pipelines

PCF Pipelines
Apache License 2.0
158 stars 282 forks source link

More strict check for disable-errands task #310

Open antonsoroko opened 6 years ago

antonsoroko commented 6 years ago

Thanks for contributing to pcf-pipelines. To speed up the process of reviewing your pull request please provide us with:

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.

abbyachau commented 6 years ago

Hi @antonsoroko thank you for creating this issue. Could you please clarify how you ran into this issue, which pipeline you used, did you make modifications to the pipeline, for example. We currently do not offer a pipeline to install service tiles, nor is there a feature in which you can disable errands for service tiles. The upgrade-tile pipeline (which does patch updates of PAS and service tiles, allow you to enable or disable errands - not to choose which ones specifically to disable). Thanks for helping us triage the issue. We also have the following pull request scheduled for engineering review: https://github.com/pivotal-cf/pcf-pipelines/pull/287.

antonsoroko commented 6 years ago

@abbyachau Hi. We use upgrade-tile pipeline with on-fly modifications (yaml-patch). And because of our customer needs (currently they disable on-demand service brokers) we need to be able to specify which errands should be disabled. I do not see any harm in this PR (this is a simple bug fix). Thanks.