Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -o nounset
set -o pipefail
set -x

cat /etc/os-release

# For disconnected or otherwise unreachable environments, we want to
# have steps use an HTTP(S) proxy to reach the API server. This proxy
Expand All @@ -16,12 +15,7 @@ if test -f "${SHARED_DIR}/proxy-conf.sh"; then
source "${SHARED_DIR}/proxy-conf.sh"
fi

oc config view
oc projects
python --version
pushd /tmp
python -m virtualenv ./venv_qe
source ./venv_qe/bin/activate

ES_PASSWORD=$(cat "/secret/password")
ES_USERNAME=$(cat "/secret/username")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ ref:
default: "config/standard.yml"
documentation: |-
Defaults to "config/standard.yml"
- name: ES_METADATA_INDEX
default: "perf_scale_ci"
documentation: |-
Elasticsearch metadata index
- name: LOG_LEVEL
default: "info"
documentation: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -o nounset
set -o pipefail
set -x

cat /etc/os-release

# For disconnected or otherwise unreachable environments, we want to
# have steps use an HTTP(S) proxy to reach the API server. This proxy
Expand All @@ -16,12 +15,7 @@ if test -f "${SHARED_DIR}/proxy-conf.sh"; then
source "${SHARED_DIR}/proxy-conf.sh"
fi

oc config view
oc projects
python --version
pushd /tmp
python -m virtualenv ./venv_qe
source ./venv_qe/bin/activate

ES_PASSWORD=$(cat "/secret/password")
ES_USERNAME=$(cat "/secret/username")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ ref:
default: ""
documentation: |-
External netserver address hosted on bastion node
- name: ES_METADATA_INDEX
default: "perf_scale_ci"
documentation: |-
Elasticsearch metadata index
- name: LOCAL
default: "false"
documentation: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ ref:
default: "config/standard-servicemesh.yml"
documentation: |-
Use the standard servicemesh configuration file.
- name: ES_METADATA_INDEX
default: "perf_scale_ci_data-plane"
documentation: |-
Elasticsearch metadata index
- name: LOG_LEVEL
default: "info"
documentation: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ ref:
default: "90"
documentation: |-
Tolerance of delta from hostNetwork to podNetwork - single stream
- name: ES_METADATA_INDEX
default: "perf_scale_ci_data-plane"
documentation: |-
Elasticsearch metadata index
- name: EXTERNAL_SERVER_ADDRESS
default: ""
documentation: |-
Expand Down