Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ EOF
AWS_SG_IDS: "${AWS_SG_IDS}"
VXLAN_PORT: "9000"
PODVM_INSTANCE_TYPE: "t3.medium"
PODVM_INSTANCE_TYPES: "t3.small,t3.medium,t3.large,t3.xlarge,g4dn.2xlarge,g5.2xlarge,p3.2xlarge"
PODVM_INSTANCE_TYPES: "${PODVM_INSTANCE_TYPES}"
PROXY_TIMEOUT: "30m"
EOF
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ ref:
operator with peer-pods enabled (networking setup, firewall rules,
secrets, ...) and generates "peerpods-param-cm.yaml" to be
consumed by openshift-tests-private [sig-kata] tests.
- name: PODVM_INSTANCE_TYPES
default: "t3.small,t3.medium,t3.large,t3.xlarge,g4dn.2xlarge,g5.2xlarge"
documentation: |-
Comma-separated list of AWS instance types to populate
PODVM_INSTANCE_TYPES in peerpods-param-cm. CAA validates all
entries at startup so only include types available in the target
region.