Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-10705

Octavia-operator doesn't enable anti affinity

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • rhos-18.0.4
    • rhos-18.0.0
    • octavia-operator
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • ?
    • ?
    • ?
    • None
    • Hide
      .octavia-operator does not enable anti affinity

      The Load-balancing service (octavia) does not currently configure anti-affinity settings in Nova to prevent amphora VMs from being scheduled to the same compute node.

      *Workaround:* Add the relevant setting to octavia through customConfig, as shown in the following example:

      .Example
      ----
      # names will be dependent on the deployment
      oc patch -n openstack openstackcontrolplane openstack-galera-network-isolation --type=merge --patch '
      spec:
        octavia:
          template:
             octaviaHousekeeping:
               customServiceConfig: |
                 [nova]
                 enable_anti_affinity = true
             octaviaWorker:
               customServiceConfig: |
                 [nova]
                 enable_anti_affinity = true
             octaviaHealthManager:
               customServiceConfig: |
                 [nova]
                 enable_anti_affinity = true
      '
      ----
      Show
      .octavia-operator does not enable anti affinity The Load-balancing service (octavia) does not currently configure anti-affinity settings in Nova to prevent amphora VMs from being scheduled to the same compute node. *Workaround:* Add the relevant setting to octavia through customConfig, as shown in the following example: .Example ---- # names will be dependent on the deployment oc patch -n openstack openstackcontrolplane openstack-galera-network-isolation --type=merge --patch ' spec:   octavia:     template:        octaviaHousekeeping:          customServiceConfig: |            [nova]            enable_anti_affinity = true        octaviaWorker:          customServiceConfig: |            [nova]            enable_anti_affinity = true        octaviaHealthManager:          customServiceConfig: |            [nova]            enable_anti_affinity = true ' ----
    • Known Issue
    • Done
    • Moderate

            rhn-support-gthiemon Gregory Thiemonge
            rhn-support-gthiemon Gregory Thiemonge
            rhos-dfg-networking-squad-vans
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: