diff options
author | Ritu Sood <ritu.sood@intel.com> | 2019-08-30 05:54:22 -0700 |
---|---|---|
committer | Ritu Sood <ritu.sood@intel.com> | 2019-08-30 05:56:27 -0700 |
commit | c17f18aa425851f7c5fc38b4343c0d516d645f71 (patch) | |
tree | 77abc07909c128799c2ff30ebc504d37a90ac0a3 /kud | |
parent | b5e4a8178fce6ab9d60f1c4e2cd9ec53cbd5d2f8 (diff) |
Remove unsused variables from kud-vars
ovn4nfv url and other information not
required now after the patch
https://gerrit.onap.org/r/#/c/multicloud/k8s/+/93602/
Issue-ID: MULTICLOUD-684
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: Ic4ccc67647c85a39d482ff7d71122f05641d1acb
Diffstat (limited to 'kud')
-rw-r--r-- | kud/deployment_infra/playbooks/kud-vars.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kud/deployment_infra/playbooks/kud-vars.yml b/kud/deployment_infra/playbooks/kud-vars.yml index c2bd2c84..ca382eae 100644 --- a/kud/deployment_infra/playbooks/kud-vars.yml +++ b/kud/deployment_infra/playbooks/kud-vars.yml @@ -51,12 +51,6 @@ istio_source_type: "tarball" istio_version: 1.0.3 istio_url: "https://github.com/istio/istio/releases/download/{{ istio_version }}/istio-{{ istio_version }}-linux.tar.gz" -go_path: "{{ base_dest }}/go" -ovn4nfv_dest: "{{ go_path }}/src/ovn4nfv-k8s-plugin" -ovn4nfv_source_type: "source" -ovn4nfv_version: adc7b2d430c44aa4137ac7f9420e14cfce3fa354 -ovn4nfv_url: "https://git.opnfv.org/ovn4nfv-k8s-plugin/" - go_version: '1.12.5' kubespray_version: 2.10.4 helm_client_version: 2.9.1 |