-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlab.config
More file actions
45 lines (36 loc) · 1008 Bytes
/
lab.config
File metadata and controls
45 lines (36 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# Lab environment settings specific to your lab
#
export KUBECONFIG="path to kubeconfig on the bastion"
export REG_KNI_USER=root
export REG_OCPHOST="bastion hostname"
export OCP_WORKER_0=
export OCP_WORKER_1=
export OCP_WORKER_2=
export BM_HOSTS=" hostA hostB"
export REG_DP=generic
# SRIOV nic
export REG_SRIOV_NIC=
export REG_SRIOV_MTU=9000
export REG_SRIOV_NIC_MODEL=
# MACVLAN
export REG_MACVLAN_NIC=
export REG_MACVLAN_MTU=9000
# DPDK trafficgen
export REG_DPDK_NIC_1=ens6f0
export REG_DPDK_NIC_2=ens6f1
export REG_DPDK_NIC_MODEL=E810
# TREX
export TREX_HOSTS=""
export REM_DPDK_CONFIG=false
export TREX_SRIOV_INTERFACE_1=ens6f0
export TREX_SRIOV_INTERFACE_2=ens6f1
export TREX_DPDK_NIC_MODEL=E810
# ElasticSearch configuration for report upload
export ES_HOST=localhost:9200
export ES_INDEX=regulus-results
export ES_USER=
export ES_PASSWORD=
# Users who want to use the AWS ES, you could set:
export ES_HOST="$ES_USERNAME:$ES_PASSWORD@search.amazonaws.com"
export ES_INDEX=regulus-results