mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
12 lines
No EOL
300 B
Bash
Executable file
12 lines
No EOL
300 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# get the bastion host
|
|
BASTION=$(cat ./qa/tf/ci/smoketest/outputs.json | jq -r '[.ingest_ips][0]["value"][0]')
|
|
echo "using bastion ${BASTION}"
|
|
|
|
NODE=$(cat ./qa/tf/ci/smoketest/outputs.json | jq -r '[.data_node_ips][0]["value"][0]')
|
|
echo "using node ${NODE}"
|
|
|
|
|
|
|
|
echo "Smoke test complete" |