-
Notifications
You must be signed in to change notification settings - Fork 584
config: Azure Stack Hub support #860
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
config: Azure Stack Hub support #860
Conversation
f2cf617 to
09019a6
Compare
|
/lgtm |
Tests from personal branch as this depends on 09019a62fcc130deb99d5a6d529909205c9d6f60 from openshift/api#860
|
I'm ok adding this, but the enhancement should be agreed and merged before merging the API. |
@deads2k The enhancement has merged. |
Tests from personal branch as this depends on 09019a62fcc130deb99d5a6d529909205c9d6f60 from openshift/api#860
09019a6 to
06a64d9
Compare
|
Lost the |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, patrickdillon, staebler The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
I have added a field for the ARM Endpoint in 6734eef This is redundant information that is already captured in the cloud provider config, but the infrastructure object may be a preferable place to discover the endpoints. If this API field is approved, we will update the cloud config operator to monitor this field, and upon a change, update the cloud provider config. |
6734eef to
effd6e9
Compare
effd6e9 to
1b50c52
Compare
Add Azure Stack Hub as a valid Azure cloud environment. config/infra: add Azure ARM Endpoint Adds ARM Endpoint to the Azure infrastructure status. This endpoint would be used with Azure Stack Hub for resource management and endpoint discovery.
1b50c52 to
0d1c2dc
Compare
Danil-Grigorev
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Danil-Grigorev, deads2k, patrickdillon, staebler The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add Azure Stack Hub as a valid Azure cloud environment.
See openshift/enhancements#689
cc @staebler