obtain the actual ip address from configuration file
Signed-off-by: Xiao Shenwei <xiaoshenwei96(a)163.com>
---
container/assign-account/get_account_info.rb | 2 +-
src/features/jobs/right_iperf.yaml | 2 +-
src/scheduler/README.md | 2 +-
user-client/helper/iperf.yaml | 2 +-
user-client/jobs/iperf-pxe.yaml | 2 +-
user-client/jobs/iperf-vm.yaml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/container/assign-account/get_account_info.rb b/container/assign-account/get_account_info.rb
index 137f5c6..ca86e88 100755
--- a/container/assign-account/get_account_info.rb
+++ b/container/assign-account/get_account_info.rb
@@ -39,7 +39,7 @@ the returned data for setup_jumper_account_info like:
{
"account" => "guest",
"passwd" => "Use pub_key to login",
- "jumper_ip" => "10.10.10.10",
+ "jumper_ip" => "0.0.0.0",
"jumper_port" => "10000"
}
diff --git a/src/features/jobs/right_iperf.yaml b/src/features/jobs/right_iperf.yaml
index f81af38..e239ccd 100644
--- a/src/features/jobs/right_iperf.yaml
+++ b/src/features/jobs/right_iperf.yaml
@@ -30,7 +30,7 @@ proc-vmstat:
proc-stat:
meminfo:
-LKP_SERVER: 172.168.131.113
+LKP_SERVER:
LKP_CGI_PORT: 3000
result_root: /result/iperf
LKP_DEBUG_PREFIX: bash -x
diff --git a/src/scheduler/README.md b/src/scheduler/README.md
index fdc7027..8e3a197 100644
--- a/src/scheduler/README.md
+++ b/src/scheduler/README.md
@@ -6,7 +6,7 @@
- And set the environment variables needed for running (modify "/etc/compass-ci/defaults/crystal.yaml", and run $CCI_SRC/container/defconfig.rb | defconfig.sh)
LKP_SRC: ~/code/lkp-tests # path to your lkp-tests repo
CCI_SRC: ~/code/compass-ci # path to your compass-ci repo
- SCHED_HOST: 172.168.131.131 # hostname or ip of the scheduler
+ SCHED_HOST: 172.17.0.1 # hostname or ip of the scheduler
SCHED_PORT: 3000 # port of the scheduler
JOB_INDEX_TYPE: "jobs/_doc" # es job document index and type
- '$'{variable} is used at shell command, means the value of variable
diff --git a/user-client/helper/iperf.yaml b/user-client/helper/iperf.yaml
index 1509470..30e929f 100644
--- a/user-client/helper/iperf.yaml
+++ b/user-client/helper/iperf.yaml
@@ -30,7 +30,7 @@ proc-vmstat:
proc-stat:
meminfo:
-LKP_SERVER: 172.168.131.113
+LKP_SERVER:
LKP_CGI_PORT: 3000
result_root: /result/iperf
LKP_DEBUG_PREFIX: bash -x
diff --git a/user-client/jobs/iperf-pxe.yaml b/user-client/jobs/iperf-pxe.yaml
index 209c5d6..cb5a513 100644
--- a/user-client/jobs/iperf-pxe.yaml
+++ b/user-client/jobs/iperf-pxe.yaml
@@ -53,7 +53,7 @@ proc-vmstat:
proc-stat:
meminfo:
-LKP_SERVER: 172.168.131.113
+LKP_SERVER:
LKP_CGI_PORT: 3000
result_root: /result/iperf
LKP_DEBUG_PREFIX: bash -x
diff --git a/user-client/jobs/iperf-vm.yaml b/user-client/jobs/iperf-vm.yaml
index 434b964..c976bed 100644
--- a/user-client/jobs/iperf-vm.yaml
+++ b/user-client/jobs/iperf-vm.yaml
@@ -34,7 +34,7 @@ proc-vmstat:
proc-stat:
meminfo:
-LKP_SERVER: 172.168.131.113
+LKP_SERVER:
LKP_CGI_PORT: 3000
result_root: /result/iperf
LKP_DEBUG_PREFIX: bash -x
--
2.23.0