Skip to content
Snippets Groups Projects
  1. Jul 22, 2021
  2. Jun 24, 2021
  3. 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
  4. Jun 12, 2021
  5. Jun 11, 2021
  6. Jun 10, 2021
  7. Jun 09, 2021
  8. Jun 08, 2021
  9. Jun 07, 2021
  10. Jun 04, 2021
  11. Jun 03, 2021
  12. May 31, 2021
  13. May 27, 2021
    • Mark Goddard's avatar
      ntp: check for ntp group in inventory · 9d3045db
      Mark Goddard authored
      The Wallaby release adds support for configuring a chrony daemon on
      hosts in the ntp group. The kolla chrony container is disabled by
      default, meaning that users could be left without an NTP client if they
      forget to add hosts to the ntp group.
      
      This change adds a check for the existence of an ntp group in the
      inventory. The group may be empty.
      
      Change-Id: Ic0ff71bb11692eb6c5699a1673df2d16b8f894ec
      Story: 2007872
      Task: 42533
      9d3045db
    • Mark Goddard's avatar
      docs: improve automated seed development info · d2e3f6f1
      Mark Goddard authored
      * add 'bridge_type: linuxbridge' to tenks configuration to avoid
        dependency on OVS
      * extend seed development environment testing to include overcloud
        provisioning and deployment
      * remove seed hypervisor and seed VM environments. These are very
        stale, and largely replaced by a-universe-from-nothing. Add a link to
        that workshop on the same page
      
      Change-Id: I9928e5912e6770bdcc1d5d0884d2f101c16ee6a9
      d2e3f6f1
    • Pierre Riteau's avatar
      CI: Fix libvirt errors caused by latest edk2-ovmf · 1e14fa3a
      Pierre Riteau authored
      Some CentOS Stream CI jobs started to fail when defining VMs with:
      
          libvirt.libvirtError: internal error: unknown feature amd-sev-es
      
      This was introduced by edk2-ovmf-20200602gitca407c7246bf-5.el8.noarch.
      This change excludes this package version in Zuul jobs, which fixes the
      kayobe-seed-vm-centos8s job.
      
      Overcloud centos8s jobs were also broken by the nova-libvirt Kolla image
      containing this package, which is used by Tenks. Updated images using
      the previous version of edk2-ovmf [1][2] are now available from quay.io.
      
      This also needs to be fixed for Kayobe and Tenks in general, unless a
      new package is released soon.
      
      [1] https://review.opendev.org/c/openstack/kolla/+/792999
      [2] https://review.opendev.org/c/openstack/kolla/+/793174
      
      Change-Id: I5bc8197143ce763cdaf8a9ac0b782b524d5df258
      1e14fa3a
  14. May 24, 2021
  15. May 21, 2021
  16. May 20, 2021
  17. May 18, 2021
  18. May 13, 2021
    • Pierre Riteau's avatar
      Remove default time sources from customisable configuration · 223e310b
      Pierre Riteau authored
      It seems unlikely that anyone would want to extend the time servers
      variable, so let's keep it simple and not add an additional variable
      where one isn't necessary. This is also consistent with how we configure
      DNS.
      
      These variables haven't made it into an official release yet, so now
      is the time to clean up.
      
      Change-Id: I3c15c6976296abf9c78f1480c1779b854145c7ca
      223e310b
Loading