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