aboutsummaryrefslogtreecommitdiffstats
path: root/kud
diff options
context:
space:
mode:
authorRitu Sood <Ritu.Sood@intel.com>2019-12-05 18:17:28 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-05 18:17:28 +0000
commit1dbc29dcbf9fe51a53df886c324b5b330d1381e6 (patch)
tree860cb070476c50bf1ccf94ad84da2bf9b8a563b6 /kud
parent34650dd155c5351f17c542a2aae6b6e5015b82a3 (diff)
parent5a094f5aebccda58232ccd8cddffe20b49bb910d (diff)
Merge "Remove WAND repository"
Diffstat (limited to 'kud')
-rw-r--r--kud/deployment_infra/playbooks/configure-ovn.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/kud/deployment_infra/playbooks/configure-ovn.yml b/kud/deployment_infra/playbooks/configure-ovn.yml
index 3fd2c765..28de6e94 100644
--- a/kud/deployment_infra/playbooks/configure-ovn.yml
+++ b/kud/deployment_infra/playbooks/configure-ovn.yml
@@ -15,14 +15,6 @@
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 }} main"
- state: present
- name: install OpenVSwitch packages
package:
name: "{{ item }}"