Skip to content

Commit 08f8883

Browse files
authored
feat: update defaults for tna agent installs (#1793)
Updating defaults for agent based tna deployments to be more inline with what we support Signed-off-by: ehila <ehila@redhat.com>
1 parent 117444c commit 08f8883

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

common.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,13 +470,13 @@ if [[ ! -z ${AGENT_E2E_TEST_SCENARIO} ]]; then
470470
;;
471471
"TNA" )
472472
export NUM_MASTERS=2
473-
export MASTER_VCPU=4
473+
export MASTER_VCPU=8
474474
export MASTER_DISK=100
475475
export MASTER_MEMORY=32768
476476
export NUM_ARBITERS=1
477477
export ARBITER_VCPU=2
478-
export ARBITER_MEMORY=16384
479-
export ARBITER_DISK=100
478+
export ARBITER_MEMORY=8192
479+
export ARBITER_DISK=50
480480
export NUM_WORKERS=0
481481
;;
482482
"HA" )

0 commit comments

Comments
 (0)