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

OpenStack UPI scripts do not create server group for Computes

    • +
    • None
    • ShiftStack Sprint 225, ShiftStack Sprint 226
    • 2
    • False
    • Hide

      None

      Show
      None

      This is a clone of issue OCPBUGS-1226. The following is the description of the original issue:

      We added server groups for control plane and computes as part of OSASINFRA-2570, except for UPI that only creates server group for the control plane.

      We need to update the UPI scripts to create server group for computes to be consistent with IPI and have the instruction at https://docs.openshift.com/container-platform/4.11/machine_management/creating_machinesets/creating-machineset-osp.html work out of the box in case customers want to create MachineSets on their UPI clusters.

      Related to OCPCLOUD-1135.

            [OCPBUGS-1346] OpenStack UPI scripts do not create server group for Computes

            Errata Tool added a comment -

            Since the problem described in this issue should be resolved in a recent advisory, it has been closed.

            For information on the advisory, and where to find the updated files, follow the link below.

            If the solution does not work for you, open a new bug report.
            https://access.redhat.com/errata/RHSA-2022:7201

            Errata Tool added a comment - Since the problem described in this issue should be resolved in a recent advisory, it has been closed. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:7201

            4.11.0-0.nightly-2022-10-25-013107
            $ openstack server group list
            ---------------------------------------------------------------------------

            ID Name Policy

            ---------------------------------------------------------------------------

            1806d08e-220f-430e-8be0-24574ba31052 ostest-5lpgq-master soft-anti-affinity
            9e34a6f7-c8c7-4553-8447-d2519c4238da ostest-5lpgq-worker soft-anti-affinity

            ---------------------------------------------------------------------------

            oc get nodes
            NAME STATUS ROLES AGE VERSION
            ostest-5lpgq-master-0 Ready master 26m v1.24.6+5157800
            ostest-5lpgq-master-1 Ready master 26m v1.24.6+5157800
            ostest-5lpgq-master-2 Ready master 26m v1.24.6+5157800
            ostest-5lpgq-worker-0 Ready worker 6m17s v1.24.6+5157800
            ostest-5lpgq-worker-1 Ready worker 6m12s v1.24.6+5157800
            ostest-5lpgq-worker-2 Ready worker 6m11s v1.24.6+5157800

            $ openstack server list -c Name -f value
            ostest-5lpgq-worker-2
            ostest-5lpgq-worker-1
            ostest-5lpgq-worker-0
            ostest-5lpgq-master-2
            ostest-5lpgq-master-1
            ostest-5lpgq-master-0
            installer_host

            $ for i in $(openstack server list -c Name -f value |grep worker);do openstack server show $i |grep server_groups ; done

            server_groups ['9e34a6f7-c8c7-4553-8447-d2519c4238da']
            server_groups ['9e34a6f7-c8c7-4553-8447-d2519c4238da']
            server_groups ['9e34a6f7-c8c7-4553-8447-d2519c4238da']

            Itshak Brown added a comment - 4.11.0-0.nightly-2022-10-25-013107 $ openstack server group list ------------------------------------- ------------------- ------------------- ID Name Policy ------------------------------------- ------------------- ------------------- 1806d08e-220f-430e-8be0-24574ba31052 ostest-5lpgq-master soft-anti-affinity 9e34a6f7-c8c7-4553-8447-d2519c4238da ostest-5lpgq-worker soft-anti-affinity ------------------------------------- ------------------- ------------------- oc get nodes NAME STATUS ROLES AGE VERSION ostest-5lpgq-master-0 Ready master 26m v1.24.6+5157800 ostest-5lpgq-master-1 Ready master 26m v1.24.6+5157800 ostest-5lpgq-master-2 Ready master 26m v1.24.6+5157800 ostest-5lpgq-worker-0 Ready worker 6m17s v1.24.6+5157800 ostest-5lpgq-worker-1 Ready worker 6m12s v1.24.6+5157800 ostest-5lpgq-worker-2 Ready worker 6m11s v1.24.6+5157800 $ openstack server list -c Name -f value ostest-5lpgq-worker-2 ostest-5lpgq-worker-1 ostest-5lpgq-worker-0 ostest-5lpgq-master-2 ostest-5lpgq-master-1 ostest-5lpgq-master-0 installer_host $ for i in $(openstack server list -c Name -f value |grep worker);do openstack server show $i |grep server_groups ; done server_groups ['9e34a6f7-c8c7-4553-8447-d2519c4238da'] server_groups ['9e34a6f7-c8c7-4553-8447-d2519c4238da'] server_groups ['9e34a6f7-c8c7-4553-8447-d2519c4238da']

            Removing the Triaged label because:

            • the Test coverage assessment is missing

            OpenShift On OpenStack added a comment - Removing the Triaged label because: the Test coverage assessment is missing

              maandre@redhat.com Martin André
              openshift-crt-jira-prow OpenShift Prow Bot
              Itshak Brown Itshak Brown
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: