cloudfoundry-community / autosleep

Auto sleep service for CloudFoundry
Apache License 2.0
39 stars 21 forks source link

Evaluate deploying autosleep with “Shared service instance” support enabled #288

Open pradyutsarma opened 6 years ago

pradyutsarma commented 6 years ago

Use case: In some cloudfoundry instances, autosleep isn't made available in the marketplace by CF admins, so users need to register autosleep themselves as space-scoped broker. These users would like to be able to share the autosleep service instance to avoid deploying autosleep app multiple times. In other words, users create service instances in one space (even from a space-scoped broker) and share it in other spaces of the same or different orgs.

The auto enrollment feature still provides value for end users, in the sense that

See document for shared service instance support in cloud foundry here https://docs.cloudfoundry.org/devguide/services/sharing-instances.html

Some tasks that come to mind: