Install PBR to ensure we're not breaking builds 81/54681/1
authorwutianwei <wutianwei1@huawei.com>
Sat, 31 Mar 2018 07:38:49 +0000 (15:38 +0800)
committerwutianwei <wutianwei1@huawei.com>
Sat, 31 Mar 2018 07:38:49 +0000 (15:38 +0800)
Change-Id: Icd423f469debc4d54b759445f642805c06683bcd
Signed-off-by: wutianwei <wutianwei1@huawei.com>
deploy/adapters/ansible/roles/config-osa/tasks/main.yml

index 1fdcea4..1a75dd7 100755 (executable)
     regexp: '^  - python-ldap'
     line: '  - python-ldap==2.5.2'
   when: offline_deployment is defined and offline_deployment == "Disable"
+
+- name: add pbr in gnocchi requires pip packages
+  lineinfile:
+    dest: /etc/ansible/roles/repo_build/defaults/main.yml
+    insertafter: "repo_pip_packages:"
+    line: '  - pbr'