Skip to content
Snippets Groups Projects
  1. Aug 19, 2021
  2. Aug 13, 2021
  3. Aug 10, 2021
  4. Aug 04, 2021
  5. Aug 03, 2021
  6. Jul 30, 2021
    • Lukasz Zalewski's avatar
      Ubuntu: Set MTU for veth in the network files · 5a0206ae
      Lukasz Zalewski authored
      Configuring veth pair MTU in the systemd-networkd .netdev files
      does not set the correct MTU for the peer and there isn't
      configuration option in the [Peer] section to do so [1].
      This results in an MTU mismatch with peer having the default
      (1500) value.
      
      This change moves the MTU configuration from the .netdev file
      to the [Link] section of the corresponding veth pair .network files.
      Same approach is already recommended in [1] for the tun and
      tap devices.
      
      [1] https://www.freedesktop.org/software/systemd/man/systemd.netdev.html
      
      Story: 2009072
      Task: 42882
      Change-Id: I082e1b807497d17ae40ddf86e1473fbfcdf625e2
      5a0206ae
  7. Jul 28, 2021
  8. Jul 27, 2021
    • Pierre Riteau's avatar
      Add missing font for PDF generation · b8ff8fa8
      Pierre Riteau authored
      The openstack-tox-docs job started failing with the following error:
      
          ! LaTeX Error: File `tgtermes.sty' not found.
      
      This change adds the required font package to the bindep doc profile.
      
      Change-Id: I9acf8fd03150b9cc03a011364f0c45929b9a9f87
      b8ff8fa8
  9. Jul 26, 2021
  10. Jul 23, 2021
    • Pierre Riteau's avatar
      Remove stale DIB_DISABLE_KERNEL_CLEANUP references · d4bbdada
      Pierre Riteau authored
      Documentation about DIB_DISABLE_KERNEL_CLEANUP was left in place after
      the variable was removed in Ie25e88bb96f186399ae69837e93185127628ce86.
      
      Backport: wallaby, victoria, ussuri
      
      Change-Id: Iddb699aa98ddee8446d532ce4bd23ba9174fb38e
      d4bbdada
  11. Jul 22, 2021
  12. Jun 24, 2021
  13. Jun 17, 2021
    • Pierre Riteau's avatar
      Prevent matching unrelated images · f575f4b7
      Pierre Riteau authored
      Because regexes defined by Kayobe are not strict enough, Kolla can build
      container images unrelated to the deployment. For example, the default
      service configuration will build:
      
      - centos-binary-barbican-keystone-listener (matches keystone)
      - centos-binary-prometheus-memcached-exporter (matches memcached)
      
      This commit makes regexes stricter to avoid unecessary builds. Note that
      some images are still built unecessarily, such as nova-compute-ironic
      when ironic is disabled or neutron-metadata-agent-ovn when ovn is
      disabled.
      
      Change-Id: I67f0e48ee03b150f6fe52b1a3e7e727b79207231
      f575f4b7
    • Pierre Riteau's avatar
      Remove outdated upgrade step · bca23698
      Pierre Riteau authored
      Migrating to Ironic hardware types was required in Rocky. This can now
      be removed from upgrading instructions.
      
      Change-Id: I0510db9fd1b8dd72540c83173267491b32728330
      bca23698
  14. Jun 12, 2021
  15. Jun 11, 2021
  16. Jun 10, 2021
  17. Jun 09, 2021
  18. Jun 08, 2021
  19. Jun 07, 2021
  20. Jun 04, 2021
Loading