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 does not currently configure anti-affinity settings in Nova to prevent amphora VMs from being scheduled to the same compute node.

      To workaround add the relevant setting to octavia through customConfig, for 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 does not currently configure anti-affinity settings in Nova to prevent amphora VMs from being scheduled to the same compute node. To workaround add the relevant setting to octavia through customConfig, for 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
    • 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: