Skip to content

Commit cfcff89

Browse files
authored
Merge pull request #729 from snir911/update_cmhelper
pp-cm-helper.sh: add INITDATA & ROOT_VOLUME_SIZE
2 parents e8515be + 77375a9 commit cfcff89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/cm-helpers/pp-cm-helper.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ done
4040

4141
# Expected Configuration Keys
4242
common_vars=("CLOUD_PROVIDER" "VXLAN_PORT" "PROXY_TIMEOUT" "DISABLECVM")
43+
[[ "${DISABLECVM}" == "false" ]] && common_vars+=("INITDATA")
4344

4445
aws_vars=("PODVM_INSTANCE_TYPE" "PODVM_INSTANCE_TYPES" "AWS_REGION" "AWS_SUBNET_ID" "AWS_VPC_ID" "AWS_SG_IDS")
4546
aws_optional=("PODVM_AMI_ID")

0 commit comments

Comments
 (0)