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 @@ -191,6 +191,7 @@ objects:
export [email protected]
export PASSWORD=$( date +%s | sha256sum | base64 | head -c 32 ; echo )
export EC2_AMI_OVERRIDE=ami-02323e873420d8eab
export EXPIRATION_DATE=$( date -d '4 hours' --iso=minutes --utc )
cat /etc/openshift-installer/openshift.yaml | envsubst > /tmp/cluster/inputs.yaml
)
echo "Invoking installer ..."
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 @@ -73,7 +73,7 @@ aws:
# (optional) Extra AWS tags to be applied to created resources.
#
# Example: `{ "key" = "value", "foo" = "bar" }`
# extraTags:
extraTags: {"expirationDate" = "${EXPIRATION_DATE}"}

# (optional) Name of IAM role to use to access AWS in order to deploy the Tectonic Cluster.
# The name is also the full role's ARN.
Expand Down