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
As a service author, I need COAB to force a COA build of the service instance deployment for every service instance update, in order to provide ways for a service instance to get updates I make to service models.
Then: COAB commits into paas-template a marker file (e.g. last-update-date.txt) with the intent of forcing the detection of input changes on the paas-template-<service-instance_id> resource, which in turn pick up the changes made to the symlinked deployment model, and will update the service instance with them. This file has no other impacts than triggering the new build (i.e. it is ignored by the tasks of the deploy concourse job )
Service operators that wish to upgrade all service instances would have to loop other all service instances using the CF CLI/API or perform the same git commit on paas-templates (e.g. a git rebase of the service-instances branch against the paas-template current version commit id)
The text was updated successfully, but these errors were encountered:
gberche-orange
changed the title
Force trigger COA build (template-refresh) on service instance no-op update
Force trigger COA build (template-refresh) on user-triggered service instance no-op update
Aug 9, 2019
For the use-case of service operators that wish to upgrade all service instances, the current service instance rebase operations that are performed on paas-templates deployments, see https://github.com/orange-cloudfoundry/paas-templates/issues/304Rebasing tasks + reset-merged-wip-features job are likely to already trigger new concourse deployments
Closing for now as service instance rebases triggered by service operators trigger COA build (stemcell + release updates) and #245 handle operator triggered updates or #40 handle user-triggered updates
As a service author, I need COAB to force a COA build of the service instance deployment for every service instance update, in order to provide ways for a service instance to get updates I make to service models.
This is a workaround for orange-cloudfoundry/cf-ops-automation#144
last-update-date.txt
) with the intent of forcing the detection of input changes on thepaas-template-<service-instance_id>
resource, which in turn pick up the changes made to the symlinked deployment model, and will update the service instance with them. This file has no other impacts than triggering the new build (i.e. it is ignored by the tasks of thedeploy
concourse job )Service operators that wish to upgrade all service instances would have to loop other all service instances using the CF CLI/API or perform the same git commit on paas-templates (e.g. a git rebase of the service-instances branch against the paas-template current version commit id)
The text was updated successfully, but these errors were encountered: