Skip to content

Commit df5358b

Browse files
AGENT-1309: Modify NoRegistryClusterInstall storage requirements
1 parent 0adc4d6 commit df5358b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,8 @@ if [[ ! -z ${AGENT_E2E_TEST_SCENARIO} ]]; then
546546
if [ "${SCENARIO}" == "HA" ]; then
547547
export WORKER_VCPU=5
548548
fi
549+
# Increase disk storage requirements for NoRegistryClusterInstall aka agent OVE ISO
550+
export MASTER_DISK=220
549551
fi
550552

551553
if [[ "$AGENT_OPERATORS" =~ "mtv" ]]; then

0 commit comments

Comments
 (0)