From e3fc65b43e71c7c83b2019faf11e93aa3ab82b7b Mon Sep 17 00:00:00 2001 From: wutianwei Date: Mon, 16 Oct 2017 11:12:50 +0800 Subject: Ascertain the pandas version the 0.21.0rc1 version of pandas will block the gnocchi install, so we use 0.20.3. we replace the pandas package in repo Change-Id: Ic8d9fa3a691b64a0783034ffbf0d958427e30d16 Signed-off-by: wutianwei (cherry picked from commit 05aafa14c76537222fac2f93fc6ab7bec741cff5) --- deploy/adapters/ansible/roles/config-osa/tasks/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'deploy/adapters/ansible/roles/config-osa/tasks/main.yml') diff --git a/deploy/adapters/ansible/roles/config-osa/tasks/main.yml b/deploy/adapters/ansible/roles/config-osa/tasks/main.yml index 139b426f..d3779fd4 100755 --- a/deploy/adapters/ansible/roles/config-osa/tasks/main.yml +++ b/deploy/adapters/ansible/roles/config-osa/tasks/main.yml @@ -252,3 +252,14 @@ include: noha.yml when: - "{{ hostvars[inventory_hostname]['groups']['controller'] | length < 2 }}" + +- name: copy the repo_fix_andas.yml + template: + src: repo_fix_pandas.yml + dest: /etc/ansible/roles/repo_build/tasks/repo_fix_pandas.yml + +- name: change repore build + lineinfile: + dest: /etc/ansible/roles/repo_build/tasks/main.yml + insertafter: "^- include: repo_post_build.yml" + line: "- include: repo_fix_pandas.yml" -- cgit 1.2.3-korg