From 780eb412ccc7a04d75346339dbf3fbaa764fb549 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Sat, 1 Sep 2018 10:33:34 -0400 Subject: [PATCH] ci-operator/templates/cluster-launch-installer-e2e.yaml: modern RHCOS "HVM":"ami-06d864b4154214132" "SnapshotID":"snap-07b63a4c2f8869c15" "S3Object":"s3://openshift-qe-images/rhcos/cloud/rhcos-4.0.5122-aws.vmdk" --- ci-operator/templates/cluster-launch-installer-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/templates/cluster-launch-installer-e2e.yaml b/ci-operator/templates/cluster-launch-installer-e2e.yaml index 110e071829f3b..95a4b9065ebc8 100644 --- a/ci-operator/templates/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/cluster-launch-installer-e2e.yaml @@ -193,7 +193,7 @@ objects: export EMAIL=test@ci.openshift.io export PASSWORD=$( date +%s | sha256sum | base64 | head -c 32 ; echo ) export SSH_KEY="$( cat /etc/openshift-installer/ssh-publickey )" - export EC2_AMI_OVERRIDE=ami-02323e873420d8eab + export EC2_AMI_OVERRIDE=ami-06d864b4154214132 export EXPIRATION_DATE=$( date -d '4 hours' --iso=minutes --utc ) envsubst /tmp/cluster/inputs.yaml )