From 9c3ebc3d2eaaffe986ca8f689f79a2c7e8f96389 Mon Sep 17 00:00:00 2001 From: Akhila Kishore Date: Mon, 26 Aug 2019 15:33:09 -0700 Subject: Use Multus Daemonset for installing Multus in KuD Currently KuD uses Ansible scripts for installing Multus. Multus has a daemonset that should be used for installing the multus as part of an add-on. This is also helpful for KuD offline deployment in the future. Removed the comment. Updated the images path and removed error supression addressed by comments. Signed-off-by: Akhila Kishore Issue-ID: MULTICLOUD-681 Change-Id: Id3702a2b5bd18804c2d7e4d063eba656202cb840 --- kud/deployment_infra/playbooks/kud-vars.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'kud/deployment_infra/playbooks/kud-vars.yml') diff --git a/kud/deployment_infra/playbooks/kud-vars.yml b/kud/deployment_infra/playbooks/kud-vars.yml index c2bd2c84..52910cc5 100644 --- a/kud/deployment_infra/playbooks/kud-vars.yml +++ b/kud/deployment_infra/playbooks/kud-vars.yml @@ -10,14 +10,6 @@ base_dest: /tmp -multus_dest: "{{ base_dest }}/multus-cni" -multus_source_type: "tarball" -multus_version: 3.3-tp -multus_url: "https://github.com/intel/multus-cni/releases/download/v{{ multus_version }}/multus-cni_{{ multus_version }}_linux_amd64.tar.gz" -#multus_source_type: "source" -#multus_version: 366f2120cb88c85deab6343b7062fd38fdb0ece9 -#multus_url: "https://github.com/ritusood/multus-cni" - ovn_kubernetes_dest: "{{ base_dest }}/ovn-kubernetes" ovn_kubernetes_source_type: "tarball" ovn_kubernetes_version: 0.3.0 -- cgit 1.2.3-korg