-
Notifications
You must be signed in to change notification settings - Fork 1.5k
AWS: support custom regions and custom endpoints. #3277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
openshift-merge-robot
merged 18 commits into
openshift:master
from
abhinavdahiya:aws_service_endpoints
Apr 18, 2020
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
9ca048e
pkg/types/aws: add service endpoints to aws platform
abhinavdahiya 6e32f0d
asset/installconfig/aws/session.go: allow creating session with regio…
abhinavdahiya 5c621c0
asset: Use common session when fetching public zone ID for AWS
abhinavdahiya 915c773
aws: configure terraform with service endpoints
abhinavdahiya e035875
destroy/aws: use the service overrides for AWS apis
abhinavdahiya d28c3af
data/aws/main.tf: load sts service endpoint override
abhinavdahiya 805a108
platformtests: drop aws as no longer required
abhinavdahiya ce9dd4d
aws: use SDK and rhcos AMIs to calculate known regions
abhinavdahiya 92cfcd7
asset/installconfig/aws/platform.go: use the known regions for region…
abhinavdahiya 3e5f419
aws/validation/platform.go: drop region validation from install-config
abhinavdahiya cf79a75
asset/installconfig/aws: add validation to require endpoints for cert…
abhinavdahiya 0ac6cb1
aws: copy AMI from us-east-1 for SDK regions when not available
abhinavdahiya 982bd2f
vendor: update the openshift/api
abhinavdahiya 204413d
manifests/infrastructure.go: aws: update the config/v1 Infra with ser…
abhinavdahiya 2b4fed0
data/data/aws: skip region validation for custom regions
abhinavdahiya 2ef70a9
aws: add missing endpoints for aws china route53
abhinavdahiya 61ea70e
FIXUP: terraform formatting
abhinavdahiya 6ced6ad
FIXUP: drop shadowing withing range in isAWSRegion
abhinavdahiya File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like something weird is going on with tf-fmt, or I'm missing something... normally tf-fmt likes to have the = vertically aligned. I encountered something similar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, i think we are using an old version of tf that had some weird bug... we should fix it and use a newer version..