Skip to content
Merged
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 @@ -32,6 +32,7 @@ compute:
- name: worker
platform:
aws:
type: ${COMPUTE_NODE_TYPE}
zones:
- ${zone_1:-${aws_region}a}
- ${zone_2:-${aws_region}b}
Expand Down
5 changes: 5 additions & 0 deletions ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-ref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ ref:
requests:
cpu: 10m
memory: 100Mi
env:
- name: COMPUTE_NODE_TYPE
default: 'null'
documentation: |-
The instance type to use for compute nodes (e.g. AWS https://aws.amazon.com/ec2/instance-types/)
documentation: |-
The IPI AWS configure step generates the AWS-specific install-config.yaml contents based on the cluster profile and optional input files.