Fix OVN issue in KUD 96/101496/1
authorRitu Sood <ritu.sood@intel.com>
Tue, 11 Feb 2020 02:47:15 +0000 (18:47 -0800)
committerRitu Sood <ritu.sood@intel.com>
Tue, 11 Feb 2020 02:53:11 +0000 (18:53 -0800)
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

kud/deployment_infra/playbooks/configure-ovn.yml

index 28de6e9..fc4c21a 100644 (file)
         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 }}"