Rolling back deployed services with gradle gateway Policy plugin
search cancel

Rolling back deployed services with gradle gateway Policy plugin

book

Article ID: 241203

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

I have been trying a number of scenarios using the delete.bundle file to build rollback functionality in to our CA deployment pipeline.

What I have found is that I am only able to delete services in their entirety and there does not seem to be a way to rollback the deployment of an existing service (with changes).

Is this correct?

Does the policy plugin provide any way to rollback version changes for a service?

Environment

Release : 10.0

Component : API GATEWAY

Resolution

This is the expected behavior.

If your deployment pipeline is built based on Policy-as-a-Code approach and Policy Plugin, then rollback of Nth version of GW service means re-deploying N-1 version of this service.

This refer to the versions in your version control system where the policies are stored.