diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-10-16 11:12:50 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2017-10-16 16:20:45 +0800 |
commit | 05aafa14c76537222fac2f93fc6ab7bec741cff5 (patch) | |
tree | e5879c9b6bdfbfe358aa6e387fc0b227f153d48b /deploy/adapters/ansible/roles/config-osa/vars | |
parent | 45af5111e2c39105cdfd38a7ab8f3def25c3779d (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>
Diffstat (limited to 'deploy/adapters/ansible/roles/config-osa/vars')
-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/" |