aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/cli/commands/cmd_project.py
AgeCommit message (Collapse)AuthorFilesLines
2018-02-27Add SUT option in CLITaseer Ahmed1-2/+12
Change-Id: I43063793497ebdc8b2383c23739eb89df1ffa74b Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-10-16Add support for Mirantis Cloud Platform.Taseer Ahmed1-1/+1
JIRA: QTIP-261 Change-Id: Ied9c3d91b25bc8dad7deb0cf30f83cd2b7855a92 Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-08-26Refactor storperf testing scripts into ansible roleYujun Zhang1-1/+2
Change-Id: Ifbfe0818a528dbd9b2c176acf39450ca480e931a Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-06-05Beautify the argument namesYujun Zhang1-16/+21
- keep the argument consisten with OPNFV convention - installer-ip is not used because in fact we use host address instead - remove optional argurment from prompt Change-Id: I3db3cf53b62cc86e143bc59a7dd8bb83d0f74b7d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-05-31Merge "Pass on all unhandled options"Yujun Zhang1-9/+15
2017-05-29Pass on all unhandled optionsTaseer Ahmed1-9/+15
Change-Id: Ic86002732c87d3b4ac5b5b3b664f116354d4bf9d Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-05-25Add support for create new project from different templatesYujun Zhang1-7/+15
Change-Id: Ic260c59b12eb9882406d6172311f2e401963c64b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-05-17Add cli-prompts while creating workspaceTaseer1-4/+8
Change-Id: I954b2fcf38e89f875f6b52cde63031fc663491dd Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2017-05-16Add support for manually installed (not using installer) OPNFV podYujun Zhang1-2/+2
Change-Id: I314882dd8a9e491f253f825a8da7ec4c91ed3321 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-05-15Refactoring workspace related commands to `project` groupYujun Zhang1-0/+75
- renamed `workspace` to `project`, which is more accurate - group create/setup/run/teardown into `project` - shortcut for project commands, e.g. `qtip create` <=> `qtip project create` - even shorter command alias, e.g. `qtip s` => `qtip setup` Change-Id: I69ba5aa571bccc1cc4687481189c329b099bee91 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>