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

Cloud resource provisioning #18

Open
plombardi89 opened this issue May 4, 2017 · 0 comments
Open

Cloud resource provisioning #18

plombardi89 opened this issue May 4, 2017 · 0 comments
Assignees

Comments

@plombardi89
Copy link
Contributor

Developers would like to be able to spin up cloud resources, for example, a PostgreSQL database that runs on AWS RDS.

From Bob the Ops Engineers perspective he wants to be able to do the following things:

  1. Define a template for the resource that will be created so that Bob can define constraints for the resources that will be created. For example, the size of the database instance backing the database.
  2. Provide a mechanism for viewing what resources are currently provisiond.

From Alice the Developers perspective she wants to be able to do the following things:

  1. Create or delete cloud resources with an HTTP API.
  2. View the status of a resources provisioning.
  3. Inject configuration about the resource such as URL, Username and Password into her Kubernetes cluster.
@plombardi89 plombardi89 self-assigned this May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant