aboutsummaryrefslogtreecommitdiffstats
path: root/cli/entry.py
AgeCommit message (Collapse)AuthorFilesLines
2016-11-10Adjust folder structureYujun Zhang1-44/+0
Note: this patchset may break existing features, but it will help to accelerate the refactoring work. JIRA: QTIP-131 Change-Id: Ie0cd9d185e6b02316878daef905e26f4e533a66b Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-11-09rename cli_ansibleSerenaFeng1-2/+2
rename cli_ansible.py to ansible.py rename CliAnsible to Ansible Change-Id: Ia2852de4df2f67efe6a3765b029f3cecc8515c59 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-11-01Create setuptool configuration for qtip-cliYujun Zhang1-0/+44
- currently only the cli is installed via setuptool - api server in docker container will be installed via cli[1] - normalized version string[2] for cli [1]: https://jira.opnfv.org/browse/QTIP-133 [2]: https://setuptools.readthedocs.io/en/latest/setuptools.html#specifying-your-project-s-version JIRA: QTIP-137 Change-Id: Ia53ae14fca271a250d59cb08e7c6c5cd7dad97a9 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>