Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-2262

[gcp][CORS-1774] "platform.gcp.publicDNSZone" and "platform.gcp.privateDNSZone" should be for existing DNS zones

    XMLWordPrintable

Details

    • 2
    • Sprint 226
    • 1
    • Proposed
    • False
    • Hide

      None

      Show
      None
    • Hide
      {product-title} {product-version} updates the descriptions for the private and public `DNSRecord` objects. Each description replaces "DNS Record zone" with "DNS Record zone records", so that information pertaining to creating DNS records on a public or private DNZ zone is more accurate.

      For example, after you issue the `openshift-install explain installconfig.platform.gcp.publicDNSZone` command in the directory that contains your installed program, the command outputs the following description in your terminal:

      [source,terminal]
      ----
      ...
      PublicDNSZone Technology Preview. PublicDNSZone contains the zone ID and project where the Public DNS zone records will be created.FIELDS:
      ...
      ----

      (link:https://issues.redhat.com/browse/OCPBUGS-2262[*OCPBUGS-2262*])
      Show
      {product-title} {product-version} updates the descriptions for the private and public `DNSRecord` objects. Each description replaces "DNS Record zone" with "DNS Record zone records", so that information pertaining to creating DNS records on a public or private DNZ zone is more accurate. For example, after you issue the `openshift-install explain installconfig.platform.gcp.publicDNSZone` command in the directory that contains your installed program, the command outputs the following description in your terminal: [source,terminal] ---- ... PublicDNSZone Technology Preview. PublicDNSZone contains the zone ID and project where the Public DNS zone records will be created.FIELDS: ... ---- (link: https://issues.redhat.com/browse/OCPBUGS-2262 [* OCPBUGS-2262 *])
    • Bug Fix
    • Done

    Description

      Description of problem:

      For example, "openshift-install explain installconfig.platform.gcp.publicDNSZone" tells "PublicDNSZone contains the zone ID and project where the Public DNS zone will be created", but in fact it's for specifying an existing zone where the Public DNS zone records will be put in.

      Version-Release number of selected component (if applicable):

      4.12.0-0.nightly-2022-10-10-015203

      How reproducible:

      Always

      Steps to Reproduce:

      1. openshift-install explain installconfig.platform.gcp.publicDNSZone
      2. openshift-install explain installconfig.platform.gcp.privateDNSZone
      3.
      

      Actual results:

      For example, it tells "PublicDNSZone contains the zone ID and project where the Public DNS zone will be created."

      Expected results:

      It should be like "PublicDNSZone contains the zone ID and project where the Public DNS zone records will be created."

      Additional info:

      $ openshift-install version
      openshift-install 4.12.0-0.nightly-2022-10-10-015203
      built from commit 02102a96b3f7c78337b32dcafe2e28be6fb67a0f
      release image registry.ci.openshift.org/ocp/release@sha256:00806cf7faaa86981e73b478a72c1b7a838cd08b215f3a9ab9b278ae94d9a794
      release architecture amd64
      $ 
      $ openshift-install explain installconfig.platform.gcp.publicDNSZone
      KIND:     InstallConfig
      VERSION:  v1RESOURCE: <object>
        PublicDNSZone Technology Preview. PublicDNSZone contains the zone ID and project where the Public DNS zone will be created.FIELDS:
          id <string>
            ID Technology Preview. ID or name of the zone.
          project <string>   
            ProjectID Technology Preview When the ProjectID is provided, the zone will be created in this project. When the ProjectID is empty, the DNS zone with this ID will be created and managed in the Service Project (GCP.ProjectID).
      $ 
      $ openshift-install explain installconfig.platform.gcp.privateDNSZone
      KIND:     InstallConfig
      VERSION:  v1RESOURCE: <object>
        PrivateDNSZone Technology Preview. PrivateDNSZone contains the zone ID and project where the Private DNS zone will be created.FIELDS:
          id <string>
            ID Technology Preview. ID or name of the zone.
          project <string>
            ProjectID Technology Preview When the ProjectID is provided, the zone will be created in this project. When the ProjectID is empty, the DNS zone with this ID will be created and managed in the Service Project (GCP.ProjectID).
      $ 

       

       

       

       

      Attachments

        Issue Links

          Activity

            People

              rh-ee-bbarbach Brent Barbachem
              rhn-support-jiwei Jianli Wei
              Jianli Wei Jianli Wei
              Darragh Fitzmaurice Darragh Fitzmaurice
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: