Skip to content
Snippets Groups Projects
  1. Nov 30, 2023
  2. Nov 29, 2023
  3. Nov 28, 2023
  4. Nov 23, 2023
  5. Nov 22, 2023
  6. Nov 21, 2023
  7. Nov 17, 2023
  8. Nov 15, 2023
  9. Nov 14, 2023
  10. Nov 10, 2023
  11. Nov 09, 2023
  12. Nov 08, 2023
  13. Nov 07, 2023
  14. Nov 06, 2023
  15. Nov 03, 2023
  16. Nov 02, 2023
    • Mark Goddard's avatar
      dnf: Remove workaround for uppercase repo files · 1fd4e05c
      Mark Goddard authored
      I8bf75ce44b9ec1fdd477fcddf2deebf2929d9fc1 added a workaround to remove
      incorrectly named DNF repository files.
      
      This workaround has been in place since the Antelope release and can now
      be removed.
      
      Change-Id: I7ba61ffa8aaabcedf1c5249e5f39f39257410f9a
      1fd4e05c
    • Mark Goddard's avatar
      provision-net: Remove transitional unshare code · 874e3d10
      Mark Goddard authored
      Ie59f0c729381e5bea112ab7f5d0c738a9488b772 changed the provision-net and
      cleaning-net to be non-shared when they are VLAN networks. It also
      added some transitional tasks to modify existing VLAN networks to unset
      the shared property.
      
      This change removes the transitional code since it has been in place for
      over 3 years.
      
      This change also slightly refactors the code to use only a 'tasks' list.
      
      Change-Id: I6d358502d37e6a2d0098ad4733840613e93b4279
      874e3d10
    • Michal Nasiadka's avatar
      Improve neutron images regex · d9ee59ea
      Michal Nasiadka authored
      Match ML2/OVS agents only when OVN is not enabled.
      
      Change-Id: Ia2ba7414202de6750b18ada47e7a5bb0b636e7b3
      d9ee59ea
  17. Nov 01, 2023
    • Zuul's avatar
      Merge "Bump hacking version" · 9836fa7e
      Zuul authored
      9836fa7e
    • Zuul's avatar
      Merge "Support building Neutron OVN agent image" · af90e846
      Zuul authored
      af90e846
    • Mark Goddard's avatar
      veth: Remove support for EL8 / network-scripts · 8dc73ed2
      Mark Goddard authored
      We no longer support EL8 or network-scripts.
      
      Debian systems never used this role, so also removing those tasks.
      
      Change-Id: I17b93c75a1ff8eb8d636247696f4a1709ca486d5
      8dc73ed2
    • Zuul's avatar
      29f7b3b7
    • Mark Goddard's avatar
      Allow more fine-grained groups for ironic, loadbalancer & network · 2071dc9a
      Mark Goddard authored
      Kayobe has fairly coarse-grained default groups - controller, compute,
      etc, which work well in the majority of cases. Kolla Ansible allows much
      more fine-grained placement on a per-service basis, e.g.
      ironic-conductor. If the operator has taken advantage of this
      fine-grained placement, then it is possible that some of the assumptions
      in Kayobe may be incorrect. This is one downside of the split between
      Kayobe and Kolla Ansible.
      
      For example, Ironic conductor services may have been moved to a subset
      of the top level 'controllers' group. In this case, we would not want
      the Ironic networks to be mapped to all hosts in the controllers group -
      only those running Ironic conductor services. The same argument can be
      made if the loadbalancer services (HAProxy & keepalived) or Neutron
      dataplane services (e.g. L3 & DHCP agents) have been separated from the
      top level 'network' group.
      
      This change abstracts the placement of Ironic conductor Ironic
      inspector, loadbalancer and network services into separate variables,
      rather than referencing the top level 'controllers' and 'network' groups
      directly. These variables may be updated by the operator to match the
      service placement.
      
      Change-Id: Idbf181c795ee98ad653f11ae483f9dab4ef1b599
      2071dc9a
Loading