Modify CLI to deploy app in a single step

Bug #1340804 reported by Devdatta Kulkarni
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Solum
New
Wishlist
Unassigned

Bug Description

See https://review.openstack.org/#/c/105885/ for prior discussion on this point.

Tags: solum-api
Revision history for this message
Adrian Otto (aotto) wrote :

Devdatta,

Please indicate which implementation approach you are suggesting. Ideally we should be able to get a feeling for the whole feature without hunting for the ideas from a Gerrit review.

Thanks,

Adrian

Changed in solum:
status: New → Incomplete
Revision history for this message
Devdatta Kulkarni (devdatta-kulkarni) wrote :

Currently deploying an app is a two step process.

Step 1: Create an app
solum app create --app-file <app-file>

Step 2: Deploy the app
solum app deploy <app_name | uuid>

This bug is to add the ability to deploy an app in a single step.

One way to do this will be to change the 'solum app deploy' command to take input the necessary information, such as languagepack, git_url, ports, run_command. Then, within the CLI we make two calls -- first to create an app (POST to /apps), and second to trigger the deploy worklow (POST to /workflows)

Changed in solum:
status: Incomplete → New
summary: - Modify CLI to create an assembly in a single step
+ Modify CLI to deploy app in a single step
Changed in solum:
importance: Undecided → Wishlist
tags: added: solum-api
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.