Skip to content

Commit 1e9c1ca

Browse files
author
Wei Tie
committed
Fix netplugin start scripts and documents
The netplugin starting scripts and README files need to be updated according to the netplugin CLI refactoring. Signed-off-by: Wei Tie <[email protected]>
1 parent 1cf82e9 commit 1e9c1ca

16 files changed

+90
-81
lines changed

install/HowtoSetupContiv.md

+37-27
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Download tarball for the version you want to try.
99
- `netplugin` and `netmaster` are main binaries which are part of contiv networking.
1010
- `netctl` is command line utinlity you will need to talk to netmaster.
1111

12-
## How to start netmaster ?
12+
## How to start netmaster ?
1313

14-
We recommend starting netmaster on master node in your master slave architecture. You can start netmaster in HA mode and appropriate netmaster node will handle all the queries from end user.
14+
We recommend starting netmaster on master node in your master slave architecture. You can start netmaster in HA mode and appropriate netmaster node will handle all the queries from end user.
1515

1616
```
1717
netmaster --help
@@ -30,41 +30,51 @@ Usage: netmaster [OPTION]...
3030
prints current version
3131
```
3232

33-
## How to start netplugin ?
33+
## How to start netplugin ?
3434

3535
You start netplugin on each node in your cluster.
3636

3737
```
3838
netplugin --help
39-
Usage of netplugin:
40-
-cluster-store string
41-
state store url (default "etcd://127.0.0.1:2379")
42-
-config string
43-
plugin configuration. Use '-' to read configuration from stdin
44-
-ctrl-ip string
45-
Local ip address to be used for control communication
46-
-debug
47-
Show debugging information generated by netplugin
48-
-host-label string
49-
label used to identify endpoints homed for this host, default is host name. If -config flag is used then host-label must be specified in the the configuration passed. (default "aci-testbed-swarm-1")
50-
-json-log
51-
Format logs as JSON
52-
-plugin-mode string
53-
plugin mode docker|kubernetes (default "docker")
54-
-syslog string
55-
Log to syslog at proto://ip:port -- use 'kernel' to log via kernel syslog
56-
-version
57-
Show version
58-
-vlan-if string
59-
VLAN uplink interface
60-
-vtep-ip string
61-
My VTEP ip address
39+
NAME:
40+
netplugin - Contiv netplugin service
41+
42+
USAGE:
43+
netplugin [global options] command [command options] [arguments...]
44+
45+
VERSION:
46+
47+
Version: <netplugin-version>
48+
GitCommit: <netplugin-commit-sha>
49+
BuildTime: <netplugin-build-time>
50+
51+
52+
COMMANDS:
53+
help, h Shows a list of commands or help for one command
54+
55+
GLOBAL OPTIONS:
56+
--consul-endpoints value, --consul value set netplugin consul endpoints [$CONTIV_NETPLUGIN_CONSUL_ENDPOINTS]
57+
--ctrl-ip value set netplugin control ip for control plane communication (default: <current-ip-address>) [$CONTIV_NETPLUGIN_CONTROL_IP]
58+
--etcd-endpoints value, --etcd value set netplugin etcd endpoints [$CONTIV_NETPLUGIN_ETCD_ENDPOINTS]
59+
--fwdmode value, --forward-mode value set netplugin forwarding network mode, options: [bridge, routing] [$CONTIV_NETPLUGIN_NET_MODE]
60+
--host value, --host-label value set netplugin host to identify itself (default: "8994bb27e5fb") [$CONTIV_NETPLUGIN_HOST]
61+
--log-level value set netplugin log level, options: [DEBUG, INFO, WARN, ERROR] (default: "INFO") [$CONTIV_NETPLUGIN_LOG_LEVEL]
62+
--mode value, --plugin-mode value set netplugin mode, options: [docker, kubernetes, swarm-mode] [$CONTIV_NETPLUGIN_MODE]
63+
--netmode value, --network-mode value set netplugin network mode, options: [vlan, vxlan] [$CONTIV_NETPLUGIN_NET_MODE]
64+
--syslog-url value set netplugin syslog url in format protocol://ip:port (default: "udp://127.0.0.1:514") [$CONTIV_NETPLUGIN_SYSLOG_URL]
65+
--use-json-log, --json-log set netplugin log format to json [$CONTIV_NETPLUGIN_USE_JSON_LOG]
66+
--use-syslog, --syslog set netplugin send log to syslog or not [$CONTIV_NETPLUGIN_USE_SYSLOG]
67+
--vlan-uplinks value, --vlan-if value set netplugin uplink interfaces [$CONTIV_NETPLUGIN_VLAN_UPLINKS]
68+
--vtep-ip value set netplugin vtep ip for vxlan communication (default: <current-ip-address>) [$CONTIV_NETPLUGIN_VTEP_IP]
69+
--vxlan-port value set netplugin VXLAN port (default: 4789) [$CONTIV_NETPLUGIN_VXLAN_PORT]
70+
--help, -h show help
71+
--version, -v print the version
6272
```
6373

6474
for example we can start netplugin in following manner :
6575
```
6676
For example:
67-
netplugin -plugin-mode docker -vlan-if eno33559296 -vtep-ip 10.193.246.2 -ctrl-ip 10.193.246.2
77+
netplugin --plugin-mode docker --vlan-if eno33559296 --vtep-ip 10.193.246.2 --ctrl-ip 10.193.246.2
6878
where,
6979
eno33559296 = Data interface of the node on which this netplugin is running
7080
10.193.246.2 = Control IP of my node

install/v2plugin/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ docker plugin install contiv/v2plugin:<version-tag> iflist=<data ifs used for vl
6565
docker swarm join-token worker -q
6666
6767
# on worker nodes, use the token to join swarm
68-
docker swarm join --token SWMTKN-1-4qgg20vkzhc3jhc765k5x0coyriggkdvw1t7fmbiimqguagqr7-8um9goip0d03yqmmrb4c4fh1j 192.168.2.10:2377
69-
```
68+
docker swarm join --token SWMTKN-1-4qgg20vkzhc3jhc765k5x0coyriggkdvw1t7fmbiimqguagqr7-8um9goip0d03yqmmrb4c4fh1j 192.168.2.10:2377
69+
```
7070
3. Install contiv v2plugin
7171
```
7272
# on swarm manager node install plugin with 'master' role
@@ -90,9 +90,9 @@ docker plugin install contiv/v2plugin:<version-tag> iflist=<data ifs used for vl
9090
# bootup logs are in /var/log/contiv/plugin_bootup.log
9191
# netplugin, netmaster and ovs logs are also in /var/log/contiv/
9292
```
93-
5. Docker workflow
93+
5. Docker workflow
9494

95-
5.1 Create docker network and start docker services
95+
5.1 Create docker network and start docker services
9696

9797
This workflow doesn't support multi-tenancy and policy
9898
```
@@ -126,8 +126,8 @@ docker plugin install contiv/v2plugin:<version-tag> iflist=<data ifs used for vl
126126
```
127127

128128
## Contiv plugin workflow (legacy docker mode)
129-
v2plugin can also run in legacy mode by setting the plugin_mode to docker explicitly when installing the plugin
130-
1. Etcd cluster should be brought up on the hosts on localhost:2379.
129+
v2plugin can also run in legacy mode by setting the plugin_mode to docker explicitly when installing the plugin
130+
1. Etcd cluster should be brought up on the hosts on localhost:2379.
131131
2. Install contiv v2plugin
132132
```
133133
docker plugin install contiv/v2plugin:<version-tag> plugin-mode=docker iflist=<data ifs used for vlan networks> fwd_mode=<bridge/routing>

install/v2plugin/startcontiv.sh

+12-5
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ if [ $iflist == "" ]; then
2727
echo "iflist is empty. Host interface(s) should be specified to use vlan mode" >> $BOOTUP_LOGFILE
2828
fi
2929
if [ $ctrl_ip != "none" ]; then
30-
ctrl_ip_cfg="-ctrl-ip=$ctrl_ip"
30+
ctrl_ip_cfg="--ctrl-ip=$ctrl_ip"
3131
fi
3232
if [ $vtep_ip != "none" ]; then
33-
vtep_ip_cfg="-vtep-ip=$vtep_ip"
33+
vtep_ip_cfg="--vtep-ip=$vtep_ip"
3434
fi
3535
if [ $listen_url != ":9999" ]; then
3636
listen_url_cfg="-listen-url=$listen_url"
@@ -39,9 +39,16 @@ if [ $control_url != ":9999" ]; then
3939
control_url_cfg="-control-url=$control_url"
4040
fi
4141
if [ $vxlan_port != "4789" ]; then
42-
vxlan_port_cfg="-vxlan-port=$vxlan_port"
42+
vxlan_port_cfg="--vxlan-port=$vxlan_port"
4343
fi
4444

45+
if [[ "$cluster_store" =~ ^etcd://.+ ]]; then
46+
store_arg="--etcd-endpoints $(echo $cluster_store | sed s/etcd/http/)"
47+
else
48+
store_arg="--consul-endpoints $(echo $cluster_store | sed s/consul/http/)"
49+
fi
50+
set -e
51+
4552
echo "Loading OVS" >> $BOOTUP_LOGFILE
4653
(modprobe openvswitch) || (echo "Load ovs FAILED!!! " >> $BOOTUP_LOGFILE)
4754

@@ -66,8 +73,8 @@ set +e
6673

6774
echo "Starting Netplugin " >> $BOOTUP_LOGFILE
6875
while true ; do
69-
echo "/netplugin $dbg_flag -plugin-mode=$plugin_mode $vxlan_port_cfg -vlan-if=$iflist -cluster-store=$cluster_store $ctrl_ip_cfg $vtep_ip_cfg" >> $BOOTUP_LOGFILE
70-
/netplugin $dbg_flag -plugin-mode=$plugin_mode $vxlan_port_cfg -vlan-if=$iflist -cluster-store=$cluster_store $ctrl_ip_cfg $vtep_ip_cfg &> $log_dir/netplugin.log
76+
echo "/netplugin $dbg_flag --plugin-mode=$plugin_mode $vxlan_port_cfg --vlan-if=$iflist $store_arg $ctrl_ip_cfg $vtep_ip_cfg" >> $BOOTUP_LOGFILE
77+
/netplugin $dbg_flag --plugin-mode=$plugin_mode $vxlan_port_cfg --vlan-if=$iflist $store_arg $ctrl_ip_cfg $vtep_ip_cfg &> $log_dir/netplugin.log
7178
echo "CRITICAL : Net Plugin has exited, Respawn in 5" >> $BOOTUP_LOGFILE
7279
mv $log_dir/netplugin.log $log_dir/netplugin.log.lastrun
7380
sleep 5

netplugin/netd.go

+11-8
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,15 @@ func initNetPluginConifg(ctx *cli.Context) (plugin.Config, error) {
125125

126126
// 4. validate forward mode
127127
forwardMode := strings.ToLower(ctx.String("fwdmode"))
128-
if (networkMode == "vlan" && forwardMode == "bridge") || forwardMode == "routing" {
129-
logrus.Infof("Using netplugin forwarding mode: %v", forwardMode)
130-
} else if forwardMode == "" {
131-
return plugin.Config{}, fmt.Errorf("netplugin network mode is not set")
132-
} else {
133-
return plugin.Config{}, fmt.Errorf("invalid netplugin forwarding mode: %v", forwardMode)
128+
if forwardMode == "" {
129+
return plugin.Config{}, fmt.Errorf("unknown netplugin forwarding mode: %v", forwardMode)
130+
} else if forwardMode != "bridge" && forwardMode != "routing" {
131+
return plugin.Config{}, fmt.Errorf("netplugin forwarding mode is not set")
132+
} else if networkMode == "vxlan" && forwardMode == "bridge" {
133+
return plugin.Config{}, fmt.Errorf("invalid netplugin forwarding mode: %q (network mode: %q)", forwardMode, networkMode)
134134
}
135+
// vxlan/vlan+routing, vlan+bridge are valid combinations
136+
logrus.Infof("Using netplugin forwarding mode: %v", forwardMode)
135137

136138
// 5. validate and set other optional configs
137139
hostLabel := ctx.String("host")
@@ -268,7 +270,7 @@ func main() {
268270
cli.StringFlag{
269271
Name: "consul-endpoints, consul",
270272
EnvVar: "CONTIV_NETPLUGIN_CONSUL_ENDPOINTS",
271-
Usage: "a comma-delimited list of netplugin consul endpoints",
273+
Usage: "a comma-delimited list of netplugin consul endpoints, ignored when etcd-endpoints is set",
272274
},
273275
cli.IntFlag{
274276
Name: "vxlan-port",
@@ -283,11 +285,12 @@ func main() {
283285
},
284286
cli.StringFlag{
285287
Name: "fwdmode, forward-mode",
286-
EnvVar: "CONTIV_NETPLUGIN_NET_MODE",
288+
EnvVar: "CONTIV_NETPLUGIN_FORWARD_MODE",
287289
Usage: "set netplugin forwarding network mode, options: [bridge, routing]",
288290
},
289291
/*
290292
// only ovs is supported
293+
// TODO: turn it on when having more than one backend supported
291294
cli.StringFlag {
292295
Name: "driver, net-driver",
293296
Value: "ovs",

netplugin/plugin/netplugin.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ func InitGlobalSettings(stateDriver core.StateDriver, inst *core.InstanceInfo) e
342342

343343
// make sure local config matches netmaster config
344344
if inst.FwdMode != "" && inst.FwdMode != gCfg.FwdMode {
345-
err := fmt.Errorf("Netplugin's local forward mode [%v] doesn't match global settings [%v]", inst.FwdMode, gCfg.FwdMode)
345+
err := fmt.Errorf("netplugin's local forward mode %q doesn't match global settings %q", inst.FwdMode, gCfg.FwdMode)
346346
logrus.Errorf(err.Error())
347347
return err
348348
}
@@ -351,7 +351,7 @@ func InitGlobalSettings(stateDriver core.StateDriver, inst *core.InstanceInfo) e
351351
logrus.Infof("Using forwarding mode: %v", inst.FwdMode)
352352
net, err := netutils.CIDRToMask(gCfg.PvtSubnet)
353353
if err != nil {
354-
err := fmt.Errorf("Error convert private subnet %v from CIDR to mask, error %v", gCfg.PvtSubnet, err.Error())
354+
err := fmt.Errorf("error convert private subnet %v from CIDR to mask, error %v", gCfg.PvtSubnet, err.Error())
355355
logrus.Errorf(err.Error())
356356
return err
357357
}

objdb/client.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func InitClient(storeName string, storeURLs []string) (API, error) {
2929
plugin := GetPlugin(storeName)
3030
if plugin == nil {
3131
log.Errorf("Invalid DB type %s", storeName)
32-
return nil, errors.New("Unsupported DB type")
32+
return nil, errors.New("unsupported DB type")
3333
}
3434
cl, err := plugin.NewClient(storeURLs)
3535
if err != nil {
@@ -49,7 +49,7 @@ func NewClient(dbURL string) (API, error) {
4949
parts := strings.Split(dbURL, "://")
5050
if len(parts) < 2 {
5151
log.Errorf("Invalid DB URL format %s", dbURL)
52-
return nil, errors.New("Invalid DB URL")
52+
return nil, errors.New("invalid DB URL")
5353
}
5454
clientName := parts[0]
5555
clientURL := parts[1]

scripts/netContain/contivInit.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "0.0.0.0 localhost" >>/etc/hosts
1515
export no_proxy="0.0.0.0, $NETMASTER_IP"
1616

1717
if [ not $CONTIV_FWD_MODE == "routing" ]; then
18-
CONTIV_FWD_MODE="bridged"
18+
CONTIV_FWD_MODE="bridge"
1919
fi
2020

21-
/contiv/bin/netplugin -vtep-ip $VTEP_IP -vlan-if $VLAN_IF -fwd-mode $CONTIV_FWD_MODE 2>/var/log/contiv/netplugin.errlog 1>/var/log/contiv/netplugin.log &
21+
/contiv/bin/netplugin --netmode vlan --plugin-mode docker --vtep-ip $VTEP_IP --vlan-if $VLAN_IF --fwdmode $CONTIV_FWD_MODE 2>/var/log/contiv/netplugin.errlog 1>/var/log/contiv/netplugin.log &

scripts/netContain/contivRc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RC file for passing or tuning contiv parameters correctly. Please set
2-
# them as necessary and described below.
2+
# them as necessary and described below.
33

44
# IF this contiv node needs to run as netmaster, set the following to 1
55
IS_NETMASTER=0
@@ -8,7 +8,7 @@ IS_NETMASTER=0
88
# netplugin process
99
NETMASTER_IP="172.28.11.253"
1010

11-
# VTEP IP address used for VXLAN encapsulation. This should be one
11+
# VTEP IP address used for VXLAN encapsulation. This should be one
1212
# routable within the contiv cluster
1313
VTEP_IP="172.28.11.252"
1414

@@ -18,5 +18,5 @@ VTEP_IP="172.28.11.252"
1818
# Also used for BGP when started
1919
VLAN_IF="ens32"
2020

21-
#routing or bridged
21+
#routing or bridge
2222
CONTIV_FWD_MODE="routing"

scripts/netContain/scripts/contivNet.sh

+3-14
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ netmaster=false
1313
netplugin=true
1414
debug=""
1515
cleanup=false
16-
cstore_param=""
1716
vtep_ip_param=""
1817
vlan_if_param=""
1918
control_url=":9999"
@@ -49,9 +48,6 @@ while getopts ":xmp:v:i:c:drl:o:t:" opt; do
4948
c)
5049
cstore=$OPTARG
5150
;;
52-
t)
53-
cstore_type=$OPTARG
54-
;;
5551
p)
5652
plugin=$OPTARG
5753
;;
@@ -144,20 +140,13 @@ elif [ $netplugin == true ]; then
144140

145141
while true; do
146142
if [ -f /tmp/restart_netplugin ]; then
147-
if [ "$cstore" != "" ]; then
148-
if [ "$cstore_type" = "etcd" ]; then
149-
cstore_param="--etcd-endpoints"
150-
else
151-
cstore_param="--consul-endpoints"
152-
fi
153-
fi
154143
if [ "$vtep_ip" != "" ]; then
155-
vtep_ip_param="-vtep-ip"
144+
vtep_ip_param="--vtep-ip"
156145
fi
157146
if [ "$vlan_if" != "" ]; then
158-
vlan_if_param="-vlan-if"
147+
vlan_if_param="--vlan-if"
159148
fi
160-
/contiv/bin/netplugin $debug $cstore_param $cstore $vtep_ip_param $vtep_ip $vlan_if_param $vlan_if -plugin-mode $plugin || true
149+
/contiv/bin/netplugin $debug $store_arg $vtep_ip_param $vtep_ip $vlan_if_param $vlan_if --plugin-mode $plugin || true
161150
echo "CRITICAL : Netplugin has exited. Trying to respawn in 5s"
162151
fi
163152
sleep 5

scripts/python/api/tnode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def startNetplugin(self, args=""):
9595
# TODO: determine the fwdmode and netmode
9696
fwd_arg = " --fwdmode bridge "
9797
net_arg = " --netmode vlan "
98-
command = "sudo " + self.binpath + "/netplugin -vlan-if eth2 -vlan-if eth3 " + fwd_arg + fwd_arg + store_args + args + "> /tmp/netplugin.log 2>&1"
98+
command = "sudo " + self.binpath + "/netplugin --vlan-if eth2 --vlan-if eth3 " + fwd_arg + fwd_arg + store_args + args + "> /tmp/netplugin.log 2>&1"
9999
self.npThread = threading.Thread(target=ssh_exec_thread, args=(ssh_object, command))
100100
# npThread.setDaemon(True)
101101
self.npThread.start()

state/consulstatedriver.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ func (d *ConsulStateDriver) Init(instInfo *core.InstanceInfo) error {
4949
var endpoint *url.URL
5050

5151
if instInfo == nil || instInfo.DbURL == "" {
52-
return errors.New("no Consul config found")
52+
return errors.New("no consul config found")
5353
}
5454
endpoint, err = url.Parse(instInfo.DbURL)
55+
if err != nil {
56+
return err
57+
}
5558
if endpoint.Scheme == "consul" {
5659
endpoint.Scheme = "http"
5760
} else if endpoint.Scheme != "http" && endpoint.Scheme != "https" {
58-
return fmt.Errorf("invalid Consul URL scheme %q", endpoint.Scheme)
59-
}
60-
if err != nil {
61-
return err
61+
return fmt.Errorf("invalid consul URL scheme %q", endpoint.Scheme)
6262
}
6363
cfg := api.Config{
6464
Address: endpoint.Host,

state/etcdstatedriver.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (d *EtcdStateDriver) Init(instInfo *core.InstanceInfo) error {
5656
var endpoint *url.URL
5757

5858
if instInfo == nil || instInfo.DbURL == "" {
59-
return errors.New("no Etcd config found")
59+
return errors.New("no etcd config found")
6060
}
6161
endpoint, err = url.Parse(instInfo.DbURL)
6262
if err != nil {
@@ -65,7 +65,7 @@ func (d *EtcdStateDriver) Init(instInfo *core.InstanceInfo) error {
6565
if endpoint.Scheme == "etcd" {
6666
endpoint.Scheme = "http"
6767
} else if endpoint.Scheme != "http" && endpoint.Scheme != "https" {
68-
return core.Errorf("invalid Etcd URL scheme %q", endpoint.Scheme)
68+
return core.Errorf("invalid etcd URL scheme %q", endpoint.Scheme)
6969
}
7070
// TODO: support multi-endpoints
7171
etcdConfig := client.Config{

test/systemtests/docker_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ func (d *docker) startNetplugin(args string) error {
438438
storeArgs = " --consul-endpoints " + strings.Replace(cStore, "consul", "http", 1) + " "
439439
}
440440

441-
cmd := "sudo " + d.node.suite.basicInfo.BinPath + "/netplugin --netmode " + netMode + " --fwdmode " + fwdMode + " -plugin-mode docker -vlan-if " + d.node.suite.hostInfo.HostDataInterfaces + storeArgs + args + " &> /tmp/netplugin.log"
441+
cmd := "sudo " + d.node.suite.basicInfo.BinPath + "/netplugin --netmode " + netMode + " --fwdmode " + fwdMode + " --plugin-mode docker --vlan-if " + d.node.suite.hostInfo.HostDataInterfaces + storeArgs + args + " &> /tmp/netplugin.log"
442442
logrus.Infof("Starting netplugin on %s with command: %s", d.node.Name(), cmd)
443443
return d.node.tbnode.RunCommandBackground(cmd)
444444
}

test/systemtests/k8setup_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ func (k *kubernetes) startNetplugin(args string) error {
453453
}
454454
logrus.Infof("Starting netplugin on %s", k.node.Name())
455455

456-
return k.node.tbnode.RunCommandBackground("sudo " + k.node.suite.basicInfo.BinPath + "/netplugin --netmode " + netMode + " --fwdmode " + fwdMode + " -plugin-mode kubernetes -vlan-if " + k.node.suite.hostInfo.HostDataInterfaces + storeArgs + args + "&> /tmp/netplugin.log")
456+
return k.node.tbnode.RunCommandBackground("sudo " + k.node.suite.basicInfo.BinPath + "/netplugin --netmode " + netMode + " --fwdmode " + fwdMode + " --plugin-mode kubernetes --vlan-if " + k.node.suite.hostInfo.HostDataInterfaces + storeArgs + args + "&> /tmp/netplugin.log")
457457
}
458458

459459
func (k *kubernetes) stopNetplugin() error {

test/systemtests/kubeadm_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ func (k *kubePod) startNetplugin(args string) error {
496496
}
497497

498498
logrus.Infof("Starting netplugin on %s", k.node.Name())
499-
startNetpluginCmd := k.node.suite.basicInfo.BinPath + `/netplugin --netmode ` + netMode + ` --fwdmode ` + fwdMode + ` -plugin-mode=kubernetes -vlan-if=` + k.node.suite.hostInfo.HostDataInterfaces + storeArgs + args + ` > ` + netpluginLogLocation + ` 2>&1`
499+
startNetpluginCmd := k.node.suite.basicInfo.BinPath + `/netplugin --netmode ` + netMode + ` --fwdmode ` + fwdMode + ` --plugin-mode=kubernetes --vlan-if=` + k.node.suite.hostInfo.HostDataInterfaces + storeArgs + args + ` > ` + netpluginLogLocation + ` 2>&1`
500500

501501
return k.podExecBG(podName, startNetpluginCmd, "kube-system")
502502
}

0 commit comments

Comments
 (0)