summaryrefslogtreecommitdiffstats
path: root/resources/ansible_roles/openstack/tasks/main.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-03-14adjust the execution pipeline for vnfzhihui wu1-6/+8
- Add a new execution logic for vnf. use a variable "sut" as the conditional judgement. - Loop attempt to connect the vnf - check whether install python in remote target Change-Id: I29b13603a0f75380471c586c642d46d626d8ce22 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-03-12Get Ansible to work with bare ubuntu 16.04zhihui wu1-0/+6
Bare ubuntu 16.04 doesn't have python2. [1] https://gist.github.com/gwillem/4ba393dceb55e5ae276a87300f6b8e6f. Change-Id: I677fe0b387826b0c94c8a819a6424d3f4e8a3448 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-03-06generate inventory file and ssh configuration filezhihui wu1-0/+11
Generate inventory file and ssh configuration file for VM. The default image is ubuntu 16.04. So the ansible user is ubuntu. Change-Id: Ie14ebcdcfbc24f045ffd32785eec07df5798c5fb Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-02-26create VM via heatzhihui wu1-1/+75
JIRA: QTIP-290 Change-Id: I3b87b06e7f2b134c28d9cb046150fb000070a760 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-02-11Add the creation/deletion of image in the pipelinezhihui wu1-13/+3
- Specify image download and upload details JIRA: QTIP-291 Change-Id: I9f4e0d179f7d907b448b716274348fb6c71dd3bc Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-11-20Add role for heat stack creationTaseer Ahmed1-0/+22
JIRA: QTIP-284 Change-Id: I8de67c74fe31d6353f05892df67f21ae9af9640e Signed-off-by: Taseer Ahmed <taseer94@gmail.com>