Skip to content
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

Service doc WIP #1580

Merged
merged 1 commit into from
Feb 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/planning/services.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Services

The goal with this feature is to provide first-class Services support in Stratos. Up to now, Services support was limited to:

- Viewing the service instances in a space and being able to delete these
- Creating a service instance an bind it to an application

Going forward, we want to be able to expose all fo the concepts around Services that are exposed via the API, namely:

- Services
- Service Instances
- Service Keys
- Service Plans (and plan visibility)
- User-provided Service Instances
- Service brokers

## First Class Support

By "First class Support" we mean that Services will become a top-level item in the side-navigation menu, much like Applications is today.

Since Stratos allows multiple CLoud Foundry deployments to be manged, this means that the Services views we add will need to aggregate service information in the same was that the Applciations view does, including being able ot filter by a specific Cloud Foundry deployment, org and space.

Unlike the Appliction view, where we only have one entity to display (i.e. Applications), for Services, there are a number of entities that we may wish to choose from:

- Services (i.e. the marketplace or catalog)
- Service Instances (the actual instances that have been created form the cataalog)
- Service Plans
- Service Keys
- User-provided Service Instances



2 changes: 1 addition & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Last Updated: 31 January 2018
The current high-level features are:

* Angular 2 - move to Angular 2 for the front-end UI
* Services - make Services a first-class citizen in the UI
* Services - make Services a first-class citizen in the UI - See [here](planning/services.md)
* Metrics - add metrics to Stratos. See [here](planning/metrics.md) for some initial thoughts


Expand Down