mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
FB-1253: Fixes for scheduled test (#2048)
* fix for changes in utilCluster * fixes for samsung and backup-restore gauntlets
This commit is contained in:
parent
b82375bca2
commit
ffed9531fc
8 changed files with 28 additions and 0 deletions
|
|
@ -21,6 +21,12 @@ terraform apply -input=false -auto-approve
|
|||
terraform output -json > outputs.json
|
||||
popd
|
||||
|
||||
# path for ebs device
|
||||
EBS_DEVICE_NAME=/dev/nvme1n1
|
||||
|
||||
# featurebase architecture
|
||||
FB_BINARY=featurebase_linux_arm64
|
||||
|
||||
# get the first ingest host
|
||||
INGESTNODE0=$(cat ./qa/tf/perf/able/outputs.json | jq -r '[.ingest_ips][0]["value"][0]')
|
||||
echo "using INGESTNODE0 ${INGESTNODE0}"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,12 @@ terraform apply -input=false -auto-approve
|
|||
terraform output -json > outputs.json
|
||||
popd
|
||||
|
||||
# path for ebs device
|
||||
EBS_DEVICE_NAME=/dev/nvme1n1
|
||||
|
||||
# featurebase architecture
|
||||
FB_BINARY=featurebase_linux_arm64
|
||||
|
||||
# get the first ingest host
|
||||
INGESTNODE0=$(cat ./qa/tf/perf/delete/outputs.json | jq -r '[.ingest_ips][0]["value"][0]')
|
||||
echo "using INGESTNODE0 ${INGESTNODE0}"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,12 @@ terraform apply -input=false -auto-approve
|
|||
terraform output -json > outputs.json
|
||||
popd
|
||||
|
||||
# path for ebs device
|
||||
EBS_DEVICE_NAME=/dev/nvme1n1
|
||||
|
||||
# featurebase architecture
|
||||
FB_BINARY=featurebase_linux_arm64
|
||||
|
||||
# get the first ingest host
|
||||
INGESTNODE0=$(cat ./qa/tf/gauntlet/backuprestore/outputs.json | jq -r '[.ingest_ips][0]["value"][0]')
|
||||
echo "using INGESTNODE0 ${INGESTNODE0}"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,12 @@ terraform apply -input=false -auto-approve
|
|||
terraform output -json > outputs.json
|
||||
popd
|
||||
|
||||
# path for ebs device
|
||||
EBS_DEVICE_NAME=/dev/nvme1n1
|
||||
|
||||
# featurebase architecture
|
||||
FB_BINARY=featurebase_linux_arm64
|
||||
|
||||
# get the first ingest host
|
||||
INGESTNODE0=$(cat ./qa/tf/gauntlet/samsung/outputs.json | jq -r '[.ingest_ips][0]["value"][0]')
|
||||
echo "using INGESTNODE0 ${INGESTNODE0}"
|
||||
|
|
|
|||
|
|
@ -14,4 +14,5 @@ module "samsung-cluster" {
|
|||
vpc_cidr_block = "10.0.0.0/16"
|
||||
vpc_public_subnets = ["subnet-066b4b922b54e51a2", "subnet-037b8884269a69025", "subnet-08482631514426210", ]
|
||||
vpc_private_subnets = ["subnet-0319dde319380326f", "subnet-0517ca9a646d80f88", "subnet-05a7b685ed27eb1cf", ]
|
||||
user_data = "../../.modules/featurebase-cluster/cloud-init.sh"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,4 +13,5 @@ module "samsung-cluster" {
|
|||
vpc_cidr_block = "10.0.0.0/16"
|
||||
vpc_public_subnets = ["subnet-066b4b922b54e51a2","subnet-037b8884269a69025","subnet-08482631514426210",]
|
||||
vpc_private_subnets = ["subnet-0319dde319380326f","subnet-0517ca9a646d80f88","subnet-05a7b685ed27eb1cf",]
|
||||
user_data = "../../.modules/featurebase-cluster/cloud-init.sh"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,4 +14,5 @@ module "able-cluster" {
|
|||
vpc_cidr_block = "10.0.0.0/16"
|
||||
vpc_public_subnets = ["subnet-066b4b922b54e51a2","subnet-037b8884269a69025","subnet-08482631514426210",]
|
||||
vpc_private_subnets = ["subnet-0319dde319380326f","subnet-0517ca9a646d80f88","subnet-05a7b685ed27eb1cf",]
|
||||
user_data = "../../.modules/featurebase-cluster/cloud-init.sh"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,4 +14,5 @@ module "delete-cluster" {
|
|||
vpc_cidr_block = "10.0.0.0/16"
|
||||
vpc_public_subnets = ["subnet-066b4b922b54e51a2", "subnet-037b8884269a69025", "subnet-08482631514426210", ]
|
||||
vpc_private_subnets = ["subnet-0319dde319380326f", "subnet-0517ca9a646d80f88", "subnet-05a7b685ed27eb1cf", ]
|
||||
user_data = "../../.modules/featurebase-cluster/cloud-init.sh"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue