diff options
author | Victor Morales <victor.morales@intel.com> | 2019-05-13 16:58:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-13 16:58:15 +0000 |
commit | 9294d82d6cf301727f8cd3a40116af5cb56a521f (patch) | |
tree | 39dcb221bb72e8954a057b3ea921ba895f0b696d /kud/deployment_infra | |
parent | 658466ee680c98730d2deac6f1cdcffd201972f2 (diff) | |
parent | fb251acb8f84f67b9bdbd4fe5dd8475dffd3331a (diff) |
Merge "Move OVN to the latest version"
Diffstat (limited to 'kud/deployment_infra')
-rw-r--r-- | kud/deployment_infra/playbooks/kud-vars.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/deployment_infra/playbooks/kud-vars.yml b/kud/deployment_infra/playbooks/kud-vars.yml index ffe12fce..8e4f3c4f 100644 --- a/kud/deployment_infra/playbooks/kud-vars.yml +++ b/kud/deployment_infra/playbooks/kud-vars.yml @@ -54,7 +54,7 @@ istio_url: "https://github.com/istio/istio/releases/download/{{ istio_version }} go_path: "{{ base_dest }}/go" ovn4nfv_dest: "{{ go_path }}/src/ovn4nfv-k8s-plugin" ovn4nfv_source_type: "source" -ovn4nfv_version: 5026d1d89b05eac5e004279b742df6745a73d93a +ovn4nfv_version: aa14577f6bc672bc8622edada8a487825fdebce1 ovn4nfv_url: "https://git.opnfv.org/ovn4nfv-k8s-plugin/" go_version: '1.12.4' |