JIRA: COMPASS-506
update pip to 9.0.1 in ansible common
adjust pip download source to http://10.1.0.12/pip-openstack
Change-Id: I043d199faf57342f89e46bc9d90229ed40c510f0
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
--- /dev/null
+[global]
+find-links = http://{{ COMPASS_SERVER.stdout_lines[0] }}/pip-openstack
+no-index = true
+[install]
+trusted-host={{ COMPASS_SERVER.stdout_lines[0] }}
- name: make config template dir exist
file: path=/opt/os_templates state=directory mode=0755
+- name: upgrade pip
+ pip: name=pip state=latest
+
- name: create pip config directory
file: path=~/.pip state=directory