Skip to content
Snippets Groups Projects
  1. May 18, 2021
  2. May 13, 2021
  3. May 12, 2021
  4. May 11, 2021
    • Mark Goddard's avatar
      CentOS Stream: update DNF repo file names · ece41b7a
      Mark Goddard authored
      CentOS repositories were renamed following the separation of CentOS
      Linux and Stream. This change updates their names when using a local
      mirror. It also removes the old files.
      
      Change-Id: Ifcc3781d771e150b5771f2bf20cd8bcbc5faa443
      Story: 2008795
      Task: 42435
      ece41b7a
    • Mark Goddard's avatar
      Make docker registry network mode configurable · e187ad79
      Mark Goddard authored
      Adds a new flag, 'docker_registry_network_mode', which defaults to
      'host'. This may be used to set the network mode of the Docker registry
      container.
      
      This is a follow up to I404dd52701426a10c2e92727bd52b7fd7112abf6, which
      changed the network mode from the default of bridge to host. It allows
      that change to be backported to stable branches, without modifying the
      default value.
      
      Change-Id: Ic8ec3bb98f8f016e1d089bf10bd0538264394241
      e187ad79
    • Mark Goddard's avatar
      Fixes for Ansible 2.10 · c44f4815
      Mark Goddard authored
      os_image_facts renamed to os_image_info, and no longer sets a fact.
      Instead we use the registered result. The same is true for
      os_networks_facts and os_networks_info.
      
      We did not catch the networks issue in CI because the code only runs
      with a VLAN provisioning network, and we use a flat network.
      
      Change-Id: I6a801e8bb5171bebd2b3f20d6140329d38ea36a5
      c44f4815
    • Zuul's avatar
    • Zuul's avatar
      Merge "Adds support for configuring chrony" · 0000a131
      Zuul authored
      0000a131
    • Pierre Riteau's avatar
      CI: Remove unused Docker images after overcloud upgrade · 93a8baca
      Pierre Riteau authored
      Overcloud upgrade jobs often fail when running on nodes with a 38G root
      disk. The overcloud upgrade itself generally works, but post-upgrade
      testing fails, for example when RabbitMQ gets in alarm state due to lack
      of free disk space, which prevents Nova from functioning correctly and
      makes it return "Unknown Error (HTTP 504)".
      
      Change-Id: I536a526340f6d7dea7a69372904b777292774eba
      93a8baca
  5. May 10, 2021
  6. May 07, 2021
  7. May 06, 2021
  8. May 05, 2021
  9. May 04, 2021
  10. May 03, 2021
  11. Apr 30, 2021
    • Mark Goddard's avatar
      Ubuntu: avoid shadowing of networkd config files · c355935c
      Mark Goddard authored
      Kayobe removes any systemd-networkd configuration generated by netplan,
      since it can shadow our own configuration. This is performed via a
      handler, but in practice it may run after the handler that restarts
      systemd-networkd. This can leave the system using the netplan
      configuration, which might not be correct. For example, if the interface
      should be a bridge port.
      
      This change fixes the issue by flushing handlers before importing the
      systemd-networkd role.
      
      Change-Id: I62ef7746aca4c6889526692cd0897e422937e70e
      Story: 2004960
      Task: 42415
      c355935c
  12. Apr 29, 2021
  13. Apr 28, 2021
  14. Apr 27, 2021
Loading