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 @@ -189,7 +189,6 @@ objects:
export [email protected]
export PASSWORD=$( date +%s | sha256sum | base64 | head -c 32 ; echo )
export SSH_KEY="$( cat /etc/openshift-installer/ssh-publickey )"
export EC2_AMI_OVERRIDE=ami-07307c397daf4d02e
export EXPIRATION_DATE=$( date -d '4 hours' --iso=minutes --utc )
envsubst </etc/openshift-installer/openshift.yaml >/tmp/cluster/inputs.yaml
)
Expand Down
1 change: 0 additions & 1 deletion ci-operator/templates/cluster-launch-installer-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ objects:
export [email protected]
export PASSWORD=$( date +%s | sha256sum | base64 | head -c 32 ; echo )
export SSH_KEY="$( cat /etc/openshift-installer/ssh-publickey )"
export EC2_AMI_OVERRIDE=ami-07307c397daf4d02e
export EXPIRATION_DATE=$( date -d '4 hours' --iso=minutes --utc )
envsubst </etc/openshift-installer/openshift.yaml >/tmp/cluster/inputs.yaml
)
Expand Down
2 changes: 1 addition & 1 deletion cluster/test-deploy/aws/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aws:
# assetsS3BucketName:

# (optional) AMI override for all nodes. Example: `ami-foobar123`.
ec2AMIOverride: "${EC2_AMI_OVERRIDE}"
${EC2_AMI_OVERRIDE}

external:
# (optional) List of subnet IDs within an existing VPC to deploy master nodes into.
Expand Down