Skip to content
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

support for other Azure cloud environments #3634

Merged

Commits on Jun 3, 2020

  1. support for other Azure cloud environments

    Add the `azure.cloudName` field to the installconfig. This field
    directs which Azure cloud environment is used for the cluster.
    
    The `status.platformStatus.azure.cloudName` field is set in the
    infrastructure.config.openshift.io resource to match the cloud name
    configured in the installconfig.
    
    The `cloud` field is set in the cloud-provider-config ConfigMap
    to match the cloud name configured in the installconfig.
    
    See openshift/enhancements#321
    
    https://issues.redhat.com/browse/CORS-1442
    staebler committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    419d5bf View commit details
    Browse the repository at this point in the history
  2. support for installer connecting to other Azure cloud environments

    Use the cloud name specified in the installconfig to have the installer,
    destroyer, and terraform connect to the correct Azure cloud environment.
    
    https://issues.redhat.com/browse/CORS-1442
    staebler committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    8f798c8 View commit details
    Browse the repository at this point in the history
  3. vendor: bump github.com/openshift/api version

    Bump to the latest github.com/openshift/api version in order to
    pick up changes to the infrastructure.config.openshift.io type
    for supporting other Azure cloud environments.
    
    Changes from openshift/api#650.
    
    https://issues.redhat.com/browse/CORS-1442
    staebler committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    833be8c View commit details
    Browse the repository at this point in the history