diff options
author | Yifei Xue <xueyifei@huawei.com> | 2017-10-05 17:42:34 +0800 |
---|---|---|
committer | Yifei Xue <xueyifei@huawei.com> | 2017-10-17 15:56:03 +0800 |
commit | d0886a8dcf47ef0d27a0b7960dd152596f0a3a88 (patch) | |
tree | 7cf5637523a994bbc85c95abfa009c9a79fcbd36 /deploy/adapters/ansible/roles/config-osa/vars | |
parent | d8f5f4a460d4c84a6552a6bed8af5c7fa5eedc22 (diff) |
add tacker support
JIRA: -
Add tacker support in compass euphrates. Upsteam OSA currently doesn't
support tacker in Ocata. But OPNFV needs to use tacker in SFC scenario.
So we refactor os_tacker of Pike to satisfy OpenStack Ocata.
Change-Id: I40bb90949d8cd3b9db166527b0d85ff42ad5cdb9
Signed-off-by: Yifei Xue <xueyifei@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 18687fa5..0b3b0c1e 100644 --- a/deploy/adapters/ansible/roles/config-osa/vars/main.yml +++ b/deploy/adapters/ansible/roles/config-osa/vars/main.yml @@ -10,3 +10,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/" +networking_sfc_version: 4.0.0 |