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

Allow work with CSE on user-mode #36

Closed
pcantera opened this issue Mar 27, 2020 · 0 comments · Fixed by #41
Closed

Allow work with CSE on user-mode #36

pcantera opened this issue Mar 27, 2020 · 0 comments · Fixed by #41
Assignees
Labels

Comments

@pcantera
Copy link
Contributor

pcantera commented Mar 27, 2020

New Cloud Specific Extension commands:

cio cloud-specific-extensions templates <CMD>:

  • list > Lists List CSE templates
    GET /v2/cse/templates

  • show -> Shows CSE template
    GET /v2/cse/templates/:template_id

  • import -> Imports a CSE template
    POST /v2/cse/templates

  • update -> Updates an existing CSE template identified by the given id
    PUT /v2/cse/templates/:template_id

  • list-deployments -> List CSE deployments of a CSE template
    GET /v2/cse/templates/:template_id/deployments

  • delete -> Deletes a CSE template
    DELETE /v2/cse/templates/:template_id

cio cloud-specific-extensions deployments <CMD>:

  • list > Lists List CSE deployments
    GET /v2/cse/deployments

  • show -> Shows CSE deployment
    GET /v2/cse/deployments/:deployment_id

  • deploy -> Deploys a new CSE deployment from CSE template
    POST /v2/cse/templates/:template_id/deployments

  • update -> Updates an existing CSE deployment identified by the given id
    PUT /v2/cse/deployments/:deployment_id

  • delete -> Deletes a CSE deployment
    DELETE /v2/cse/deployments/:deployment_id

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

1.
2.
3.
4.

Context and environment

@pcantera pcantera self-assigned this Apr 8, 2020
@pcantera pcantera changed the title Allow work with CSE templates on user-mode Allow work with CSE on user-mode Apr 8, 2020
pcantera added a commit that referenced this issue Apr 15, 2020
pcantera added a commit that referenced this issue May 4, 2020
pcantera added a commit that referenced this issue May 4, 2020
- Additionally, rename parameters

Closes #36
pcantera added a commit that referenced this issue May 4, 2020
pcantera added a commit that referenced this issue May 6, 2020
Allow work with CSE on user-mode (issue #36)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant