You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
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.
rmeharg
changed the title
Disable-errands task only disabled post-deploy errands and does not disable pre-delete errands.
Disable-errands task only disabled post-deploy errands
Mar 15, 2018
Hey @rmeharg thank you for raising this issue. Could you please talk through how you are deleting tiles using the pcf-pipelines? Currently our pcf-pipelines offering only allows for installation, and upgrade to patch releases. Is the pre-delete errands running when you run the upgrade-tile or the upgrade-ops-manager pipelines? Thanks.
Hi @abbyachau , we are deleting tiles using the wipe-env task for install-pcf after spinning up PCF with a bunch of tiles. We use the upgrade-tile pipeline to install all the associated tiles. This wipe-env task fails because on-demand services are not enabled on the installation and the on-demand pre-delete errands cannot be disabled.
We would like the option to delete individual tiles as well but I believe the Ops Manager API does not support this currently.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for submitting an issue to pcf-pipelines. To help us triage the issue, please fill out the following form as much as you can:
Issue
https://github.com/pivotal-cf/pcf-pipelines/blob/master/tasks/disable-errands/task.sh can't disable pre-delete errands (it can only disable post-deploy errands).
Context
Customer is not using on-demand services and would like to disable the pre-delete errands as well and the post-deploy errands.
An operator would like to delete a tile from Ops Manager without having to modify or change errand configuration.
Expected result
Task will enable/disable pre-delete errands
Current result
Task fails when pre-delete errands are included with message:
could not execute "set-errand-state": post-deploy-state "true" is invalid
Steps to Reproduce
Run
disable-errands
task and include pre-delete errandsPossible Fix
Additional logic to use
--pre-delete-state
or a separate task fordisable-pre-delete-errands
The text was updated successfully, but these errors were encountered: