From d9d703d4903fb7047fb6d140618730c9497a3c87 Mon Sep 17 00:00:00 2001 From: Ritu Sood Date: Mon, 10 Feb 2020 18:47:15 -0800 Subject: Fix OVN issue in KUD OVN related test cases are failing. This patch updates the installation of OVN. Issue-ID: MULTICLOUD-474 Signed-off-by: Ritu Sood Change-Id: Idfa7d256b74d01d9ff604a02ba06d6ce82a8f09d --- kud/deployment_infra/playbooks/configure-ovn.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'kud') diff --git a/kud/deployment_infra/playbooks/configure-ovn.yml b/kud/deployment_infra/playbooks/configure-ovn.yml index 28de6e94..fc4c21a4 100644 --- a/kud/deployment_infra/playbooks/configure-ovn.yml +++ b/kud/deployment_infra/playbooks/configure-ovn.yml @@ -15,6 +15,14 @@ file: "{{ item }}" with_items: - "{{ ansible_os_family }}.yml" + - name: get Wand GPI files + get_url: + url: https://packages.wand.net.nz/keyring.gpg + dest: /etc/apt/trusted.gpg.d/wand.gpg + - name: add WAND Debian Repo + apt_repository: + repo: "deb https://packages.wand.net.nz {{ ansible_lsb.codename }} ovs-2.10" + state: present - name: install OpenVSwitch packages package: name: "{{ item }}" -- cgit 1.2.3-korg