aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2020-02-10 18:47:15 -0800
committerRitu Sood <ritu.sood@intel.com>2020-02-10 18:53:11 -0800
commitd9d703d4903fb7047fb6d140618730c9497a3c87 (patch)
treea204843919bd3118f1125f1da91fe6460f38a20c
parent90e13d101cf0d695058876ea53cdcf335dcb2caf (diff)
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 <ritu.sood@intel.com> Change-Id: Idfa7d256b74d01d9ff604a02ba06d6ce82a8f09d
-rw-r--r--kud/deployment_infra/playbooks/configure-ovn.yml8
1 files changed, 8 insertions, 0 deletions
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 }}"