Bug fix for tacker installation 07/16507/2
authorYifei Xue <xueyifei@huawei.com>
Thu, 7 Jul 2016 14:56:51 +0000 (22:56 +0800)
committerYifei Xue <xueyifei@huawei.com>
Thu, 7 Jul 2016 08:47:22 +0000 (08:47 +0000)
JIRA: COMPASS-430

Change-Id: I39ff41abeeac384613d84734616902303c3e6bce
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
deploy/adapters/ansible/roles/tacker/tasks/tacker_controller.yml

index 52cc3f3..35f896d 100755 (executable)
         --internalurl 'http://{{ internal_vip.ip }}:8888/' tacker
   when: inventory_hostname == haproxy_hosts.keys()[0]
 
+- name: install pip package
+  pip: name=Babel state=present version=2.3.4
+
 - name: install pip packages
   shell: >
-    pip install tosca-parser heat-translator;
+    pip install tosca-parser heat-translator oslosphinx;
 
 - name: install tacker
   shell: >