-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a service author, I can invoke a service to stop, start, restart, and restage the backing applications associated with a service instance #118
Comments
scottfrederick
changed the title
As a service author, I can invoke a service that can stop, start, and restart the backing applications associated with a service instance
As a service author, I can invoke a service to stop, start, and restart the backing applications associated with a service instance
Oct 8, 2018
scottfrederick
changed the title
As a service author, I can invoke a service to stop, start, and restart the backing applications associated with a service instance
As a service author, I can invoke a service to stop, start, restart, and restage the backing applications associated with a service instance
Jan 9, 2019
royclarkson
added a commit
that referenced
this issue
Mar 13, 2019
This commit adds support to stop, start, restart, and restage the backing applications associated with a deployed service instance. The management functions are available from the new `BackingAppManagementService`. Resolves #118
royclarkson
added a commit
that referenced
this issue
Mar 14, 2019
This commit adds support to stop, start, restart, and restage the backing applications associated with a deployed service instance. The management functions are available from the new `BackingAppManagementService`. Resolves #118
royclarkson
added a commit
that referenced
this issue
Mar 14, 2019
This commit adds support to stop, start, restart, and restage the backing applications associated with a deployed service instance. The management functions are available from the new `BackingAppManagementService`. Resolves #118
royclarkson
added a commit
that referenced
this issue
Mar 15, 2019
This commit adds support to stop, start, restart, and restage the backing applications associated with a deployed service instance. The management functions are available from the new `BackingAppManagementService`. Resolves #118
royclarkson
added a commit
that referenced
this issue
Mar 15, 2019
This commit adds support to stop, start, restart, and restage the backing applications associated with a deployed service instance. The management functions are available from the new `BackingAppManagementService`. Resolves #118
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GIVEN
one or more backing apps are configured for a service and planTHEN
a service broker application can auto-wire a service bean that provides methods to start, stop, restart, and restage all backing apps associated with a service instance (as identified by a service instance GUID)The goal of this feature is to make it easy for implementing brokers to support generic actions as proposed in the OSB API spec, with actions that act on SI-backing applications. With this feature, broker authors would implement the web endpoints (e.g.
Controller
classes) that respond to external requests, and delegate the work to service beans provided by App Broker.The text was updated successfully, but these errors were encountered: