forked from openshift-kni/baremetal-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
myvars.example
19 lines (18 loc) · 1000 Bytes
/
myvars.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Those vars are environment dependant
export nic="${nic:-eno1}"
export numvfs="${numvfs:-5}"
export pciid="${pciid:-0000:01:00.0}"
export mtu="${mtu:-1500}"
# https://docs.openshift.com/container-platform/4.2/networking/multiple-networks/configuring-sr-iov.html#install-operator-cli
export sriovoperatorversion="${sriovoperatorversion:-alpha}"
export priority="${priority:-10}"
export vlan="${vlan:-0}"
export label="${label:-feature.node.kubernetes.io/network-sriov.capable=true}"
# Those variables are probably ok with the default values
export operatornamespace="${operatornamespace:-openshift-sriov-network-operator}"
export targetnamespace="${targetnamespace:-sriov-testing}"
export sriovnetworkname="${sriovnetworkname:-sriov-network}"
export sriovnetworknodepolicy="${sriovnetworknodepolicy:-sriov-network-node-policy}"
export sriovresourcename="${sriovresourcename:-sriovnic}"
export targetnamespace="${targetnamespace:-sriov-testing}"
export demodeployment="${demodeployment:-sriov-test}"