File tree 1 file changed +1
-1
lines changed
roles/contiv_network/tasks
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- name : install v2plugin on {{ run_as }} nodes
16
16
shell : >
17
- /usr/bin/docker plugin install --grant-all-permissions {{contiv_v2plugin_image}} ctrl_ip={{node_addr}} control_url={{node_addr}}:{{netmaster_port}} vxlan_port={{vxlan_port}} iflist={{netplugin_if}} plugin_name={{contiv_v2plugin_image}} cluster_store={{cluster_store}} plugin_role={{run_as}}
17
+ /usr/bin/docker plugin install --grant-all-permissions {{contiv_v2plugin_image}} ctrl_ip={{node_addr}} control_url={{node_addr}}:{{netmaster_port}} vxlan_port={{vxlan_port}} iflist={{netplugin_if}} plugin_name={{contiv_v2plugin_image}} cluster_store={{cluster_store}} plugin_role={{run_as}} fwd_mode={{ fwd_mode }}
18
18
when : v2plugin_installed|failed
19
19
20
20
- name : copy v2plugin.sh file
You can’t perform that action at this time.
0 commit comments