Skip to content

Commit

Permalink
Update 17.1 helper scripts README (#476)
Browse files Browse the repository at this point in the history
Update the README to move the OCP_ROUTE_IP to the top making it easier to not
include it when copying the command (since it needs to be populated manually).
Update the default path contents with an oc command to fill that in
automatically.
  • Loading branch information
leifmadsen authored Sep 21, 2023
1 parent dcf6964 commit 3765a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/infrared/17.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## Basic deployment

```bash
CA_CERT_FILE_CONTENT="$(oc get secret/default-interconnect-selfsigned -o jsonpath='{.data.ca\.crt}' | base64 -d)" \
OCP_ROUTE_IP="10.0.100.50" \
AMQP_HOST="default-interconnect-5671-service-telemetry.apps.stf15.localhost" \
CA_CERT_FILE_CONTENT="$(oc get secret/default-interconnect-selfsigned -o jsonpath='{.data.ca\.crt}' | base64 -d)" \
AMQP_HOST="$(oc get route default-interconnect-5671 -ojsonpath='{.spec.host}')" \
ENABLE_STF_CONNECTORS=true \
ENABLE_GNOCCHI_CONNECTORS=false \
CONTROLLER_MEMORY="24000" \
Expand Down

0 comments on commit 3765a65

Please sign in to comment.