diff options
author | Nick Bartos <flamingo@2thebatcave.com> | 2017-12-19 11:45:23 +1100 |
---|---|---|
committer | Nick Bartos <flamingo@2thebatcave.com> | 2018-01-08 07:44:35 +1100 |
commit | a6860728cf634fdcba82db9dd5b2a2d82e93eaca (patch) | |
tree | bfa095bf7b3da94936d703e3b1091efe986d24b8 /roles/contiv/templates/netmaster.j2 | |
parent | 6daf71565fd69e9ddb2ac20e787d49f74cf7a9d7 (diff) | |
download | openshift-a6860728cf634fdcba82db9dd5b2a2d82e93eaca.tar.gz openshift-a6860728cf634fdcba82db9dd5b2a2d82e93eaca.tar.bz2 openshift-a6860728cf634fdcba82db9dd5b2a2d82e93eaca.tar.xz openshift-a6860728cf634fdcba82db9dd5b2a2d82e93eaca.zip |
Use Contiv version 1.2.0
Diffstat (limited to 'roles/contiv/templates/netmaster.j2')
-rw-r--r-- | roles/contiv/templates/netmaster.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/contiv/templates/netmaster.j2 b/roles/contiv/templates/netmaster.j2 new file mode 100644 index 000000000..c9db122b5 --- /dev/null +++ b/roles/contiv/templates/netmaster.j2 @@ -0,0 +1 @@ +NETMASTER_ARGS='--etcd={{ contiv_etcd_url }} --listen-url=127.0.0.1:{{ contiv_netmaster_port }} --fwdmode={{ contiv_netplugin_fwd_mode }} --infra={{ contiv_fabric_mode }} --control-url={{ contiv_netmaster_ctrl_ip }}:{{ contiv_netmaster_port }} --cluster-mode=kubernetes --netmode={{ contiv_encap_mode }}' |