diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-08-28 19:40:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-28 19:40:59 +0000 |
commit | b8f0a1c74947c50b3f1a5b3e3ca7cb6e4ccc7ab9 (patch) | |
tree | 63c095d46b2fe9403790b373317f9ea3325b24a3 /kud | |
parent | a73b09212b05b546623143f3fb796609177a4055 (diff) | |
parent | c17f18aa425851f7c5fc38b4343c0d516d645f71 (diff) |
Merge "Remove unsused variables from kud-vars"
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 |