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

As service author, I can describe in a manifest services that get created and bound to a backing app #14

Closed
royclarkson opened this issue May 3, 2018 · 0 comments
Labels
accepted feature New feature or request
Milestone

Comments

@royclarkson
Copy link
Member

royclarkson commented May 3, 2018

GIVEN The application manifest contains:

spring:
  cloud
    appbroker:
      services: 
        apps:
        - name: app-with-services
          services:
          - service-instance-name: my-db-service
            name: mysqldb
            plan: small
            parameters: 
              key: value
          - service-instance-name: my-messaging-service
            name: rabbitmq
            plan: medium
            parameters: 
              key: value

WHEN a service instance is created
THEN backing service instances with the given names and plans should be created (asynchronously if required by the service) and bound to the app-with-services app

@scottfrederick scottfrederick added the feature New feature or request label May 9, 2018
@scottfrederick scottfrederick changed the title As service author, I can describe in a manifest to which multiple services that get created on create should be bound As service author, I can describe in a manifest services that get created and bound to a backing app Aug 22, 2018
@ojhughes ojhughes self-assigned this Oct 9, 2018
@ojhughes ojhughes removed their assignment Oct 9, 2018
@Albertoimpl Albertoimpl self-assigned this Oct 24, 2018
Albertoimpl added a commit that referenced this issue Oct 25, 2018
Albertoimpl added a commit that referenced this issue Nov 6, 2018
@scottfrederick scottfrederick added this to the 1.0.0.M1 milestone Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted feature New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants