Uploaded image for project: 'OpenShift Installer'
  1. OpenShift Installer
  2. CORS-4209

CCMO: Restore AWS cloud-config NodeIPFamilies field structures

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • None
    • None
    • None
    • None

      User Story:

      The CCMO has a transformer that patch the cloud-config ConfigMap to set defaults here. However, as a side effect, it brings the following format problem.

      The installer lays down the cloud-config:

      [Global]
      NodeIPFamilies=ipv4
      NodeIPFamilies=ipv6

      But later, the CCMO transforms it into:

      [Global]
      NodeIPFamilies=ipv4,ipv6

      The CCM understands the first format and updates the node IP accordingly. However, the second format will cause the CCM to completely skip updating node as it mistakenly parses it as a single value "ipv4,ipv6".

      Acceptance Criteria:

      Description of criteria:

      • Restore the original format of cloud-config for NodeIPFamilies field.

      (optional) Out of Scope:

      Detail about what is specifically not being delivered in the story

      Engineering Details:

      This requires/does not require a design proposal.
      This requires/does not require a feature gate.

              rh-ee-thvo Thuan Vo
              rh-ee-thvo Thuan Vo
              None
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: