| What As we have been developing APBs, it has become clear that in some scenarios, being able to persist some state across actions can be useful. For instance during a bind certain parameters are passed in, these are not passed back in during a deprovision. An issue and a number of comments have been created around this: https://github.com/openshift/ansible-service-broker/issues/530 How Following the proposal structure, put together a proposal for allowing apb developers to set key value state that is then passed back through to the opposing action.
apb_set_provision_state: key vals |
during a deprovision the state set during provision would be passed back to the apb |