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

Support the creation of databases as a service #374

Open
3 tasks
aguerra opened this issue Nov 27, 2017 · 0 comments
Open
3 tasks

Support the creation of databases as a service #374

aguerra opened this issue Nov 27, 2017 · 0 comments
Assignees

Comments

@aguerra
Copy link
Contributor

aguerra commented Nov 27, 2017

Basically we should be able to do:

teresa resource create mysql --set foo1=bar1 --set foo2=bar2 ...

where the variables are optional customizations (disk size, mysql version, etc). We should avoid to hardcode resource templates and instead use a secure transport such as https to get them.

Tasks

  • Create the templates and the transport infra (suggestion: use helm as a starting point)
  • Create a client or adapt the current storage to get the resources templates
  • Create the resource command. Requirements:
    • create an arbitrary number of component resources in a specific order
    • sane template defaults with support for overriding values
    • interactive with user friendly messages
    • rollback all creations on any failure
@arnaldopereira arnaldopereira added this to the Database as a service mechanism milestone Nov 30, 2017
@drgarcia1986 drgarcia1986 removed this from the Database as a service mechanism milestone Oct 20, 2020
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

4 participants