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

Refactor models to support other clouds #105

Closed
4 of 5 tasks
infinitewarp opened this issue Mar 7, 2018 · 1 comment
Closed
4 of 5 tasks

Refactor models to support other clouds #105

infinitewarp opened this issue Mar 7, 2018 · 1 comment
Assignees

Comments

@infinitewarp
Copy link
Member

infinitewarp commented Mar 7, 2018

As a Doppler developer, I want models designed so that AWS isn't the only first-class cloud provider so that later I can support Azure, GCP, etc.

Acceptance Criteria

  • Verify that database tables have been migrated to new scheme.
  • Verify that HTTP APIs have been updated to reflect flexibility in cloud types.
    • Verify that creating an account requires a "cloud provider" identifier as an input.
    • Verify that the returned account JSON includes the cloud provider in each instance
  • Verify that CLI commands have been updated to reflect flexibility in cloud types.

Tech assumptions

  • We probably want some parent-child class relationship for our models. This could include all of the ones defined so far.
  • Some "cloud provider" ID/value should be included in the account creation, but everything else going forward can continue to just use the IDs that reference back to other models.
@infinitewarp
Copy link
Member Author

demo: https://asciinema.org/a/170978

infinitewarp added a commit to infinitewarp/demo-notes that referenced this issue Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants