if need ip: obtain the actual ip address from configuration file
Signed-off-by: Xiao Shenwei xiaoshenwei96@163.com --- container/assign-account/get_account_info.rb | 2 +- doc/develop-environment.md | 2 +- src/features/jobs/right_iperf.yaml | 2 -- src/scheduler/README.md | 2 +- user-client/helper/iperf.yaml | 1 - 5 files changed, 3 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/doc/develop-environment.md b/doc/develop-environment.md index 8760878..ac408a2 100644 --- a/doc/develop-environment.md +++ b/doc/develop-environment.md @@ -4,7 +4,7 @@
cat >> ~/.ssh/config <<-EOF Host crystal - Hostname 124.90.34.227 + Hostname xxx.xxx.xxx.xxx Port 22113 EOF
diff --git a/src/features/jobs/right_iperf.yaml b/src/features/jobs/right_iperf.yaml index f81af38..db83832 100644 --- a/src/features/jobs/right_iperf.yaml +++ b/src/features/jobs/right_iperf.yaml @@ -30,8 +30,6 @@ proc-vmstat: proc-stat: meminfo:
-LKP_SERVER: 172.168.131.113 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..c92c1e8 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..50c9ac6 100644 --- a/user-client/helper/iperf.yaml +++ b/user-client/helper/iperf.yaml @@ -30,7 +30,6 @@ proc-vmstat: proc-stat: meminfo:
-LKP_SERVER: 172.168.131.113 LKP_CGI_PORT: 3000 result_root: /result/iperf LKP_DEBUG_PREFIX: bash -x