diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-10-16 11:12:50 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2017-10-16 11:36:55 +0000 |
commit | e3fc65b43e71c7c83b2019faf11e93aa3ab82b7b (patch) | |
tree | e5879c9b6bdfbfe358aa6e387fc0b227f153d48b /deploy/adapters/ansible/roles/config-osa/vars/main.yml | |
parent | 1a1f792afdb66343645a3703f4fccb65ba3c11d1 (diff) |
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 <wutianwei1@huawei.com>
(cherry picked from commit 05aafa14c76537222fac2f93fc6ab7bec741cff5)
Diffstat (limited to 'deploy/adapters/ansible/roles/config-osa/vars/main.yml')
-rw-r--r-- | deploy/adapters/ansible/roles/config-osa/vars/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/roles/config-osa/vars/main.yml b/deploy/adapters/ansible/roles/config-osa/vars/main.yml index 3c95bc64..18687fa5 100644 --- a/deploy/adapters/ansible/roles/config-osa/vars/main.yml +++ b/deploy/adapters/ansible/roles/config-osa/vars/main.yml @@ -9,3 +9,4 @@ --- LOCAL_REPOSITORY_IP: "192.168.137.222" ceph_host: "{{ hostvars[inventory_hostname]['groups']['ceph_osd'][0] }}" +repo_dest_path: "/var/www/repo/os-releases/15.1.4/ubuntu-16.04-x86_64/" |