From: Ritu Sood Date: Tue, 11 Feb 2020 02:47:15 +0000 (-0800) Subject: Fix OVN issue in KUD X-Git-Tag: 0.6.0~75^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F101496%2F1;p=multicloud%2Fk8s.git 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 --- 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 }}"