aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/playbooks/configure-multus.yml
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-04-23 02:02:25 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-23 02:02:25 +0000
commitce36e99a466993bdbbfba8a235db52e565da3340 (patch)
treeadbe25911900d4278d05e87584f0dad296663f03 /kud/deployment_infra/playbooks/configure-multus.yml
parent5414c23063815207c68bfc7398561cec7409c963 (diff)
parenta0a8f025b3a3a4dca0b31731d11d5dfeffcc3d69 (diff)
Merge "Updating Multus to v3.3-tp"
Diffstat (limited to 'kud/deployment_infra/playbooks/configure-multus.yml')
-rw-r--r--kud/deployment_infra/playbooks/configure-multus.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/kud/deployment_infra/playbooks/configure-multus.yml b/kud/deployment_infra/playbooks/configure-multus.yml
index 1f6d6ce9..91da8746 100644
--- a/kud/deployment_infra/playbooks/configure-multus.yml
+++ b/kud/deployment_infra/playbooks/configure-multus.yml
@@ -54,7 +54,12 @@
dest: "{{ multus_dest }}"
remote_src: yes
- name: copy multus binary to opt folder
- command: "mv {{ multus_dest }}/multus-cni_v{{ multus_version }}_linux_amd64/multus-cni /opt/cni/bin/multus"
+ command: "mv {{ multus_dest }}/multus-cni_{{ multus_version }}_linux_amd64/multus-cni /opt/cni/bin/multus"
+ - file:
+ path: /opt/cni/bin/multus
+ owner: root
+ group: root
+ mode: 0755
when: multus_source_type == "tarball"
- name: create multus configuration file
blockinfile: