Uploaded image for project: 'OpenShift Request For Enhancement'
  1. OpenShift Request For Enhancement
  2. RFE-7873

Ability to change the IP address/subnet of the MachineNet on a SNO

XMLWordPrintable

    • None
    • Product / Portfolio Work
    • None
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      • The SNOs are deployed with SINGLE stack IPv6 only
      • There a times when there are changes in the transport that require the SNO to be re-homed to a different transport - different IPv6 network and therefore address and default route
      • The SNOs are deploying using IBI
      • The requirement is to be able to update the IP address, subnet and gateway information on the SNOs MachineNet without having to redeploy
        • A stretch goal is to do this without having to reboot the SNO

       

       

      In the snippet from the ClusterInstance, the bolded text is what would change.

      ==================

        clusterNetwork:
          - cidr: fd01::/48
            hostPrefix: 64
        machineNetwork:
          - cidr: "fd00:ffff:ffff:ffff::/64"
        serviceNetwork:
          - cidr: "fd02::/112"
        nodes:
            nodeNetwork:
              interfaces:
                - name: ens1f3
                  macAddress: "MAC"
            **        config:
                interfaces:
                - name: ens1f3.324
                  type: vlan
                  state: up
                  vlan:
                    base-iface: ens1f3
                    id: 324
                  ipv4:
                    enabled: false
                  ipv6:
                    enabled: true
                    address:
                      - ip: fd00:ffff:ffff:ffff::b06:32
                        prefix-length: 64
                    dhcp: false          
                dns-resolver:
                  config:
                    server:
                    - DNS IPv6 1
                    - DNS IPv6 2
                routes:
                  config:
                  - destination: '::/0'
                    next-hop-interface: ens1f3.324
                    next-hop-address: 'fd00:ffff:ffff:ffff::1'
            hostName: "master-0.sno-32"
            templateRefs:
              - name: ibi-node-templates-v1
                namespace: open-cluster-management

       

       

       

              racedoro@redhat.com Ramon Acedo
              rhn-gps-ncocker Nabeel Cocker
              None
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                None
                None