Skip to content
Snippets Groups Projects
  1. May 11, 2021
  2. Apr 08, 2021
  3. Apr 06, 2021
  4. Apr 02, 2021
  5. Mar 24, 2021
  6. Mar 19, 2021
  7. Mar 16, 2021
    • Doug Szumski's avatar
      Upgrade service configuration for ELK 7 · c2e08be4
      Doug Szumski authored
      ELK 7 requires some minor changes from the existing ELK 6 config.
      
      Depends-On: Icfa3db5788b25f70ee75411dbaf20d8d4a6a734b
      Change-Id: I9815d202a77da0477aea43d714a5def8a24724fa
      c2e08be4
  8. Mar 10, 2021
    • Michał Nasiadka's avatar
      Reduce number of logs and disable ara HTML report · 191b46ef
      Michał Nasiadka authored
      - Remove /var/log/kolla link to omit uploading the same logs twice
      - Remove ARA HTML report (usually takes around 120MB) - can be easily
        generated from the sqlite db
      
      Change-Id: I74cd6d1128689ab2c73f00ee08af3778d7d670a4
      191b46ef
    • Michał Nasiadka's avatar
      Introduce nova_libvirt_logging_debug · eabdf1e9
      Michał Nasiadka authored
      In order to disable libvirt debug in CI (which takes vast amount of storage)
      this change introduces nova_libvirt_logging_debug and disables that in CI.
      
      Change-Id: I90bfd1b300ad3202ea4d139fda6d6beb44c5820f
      eabdf1e9
  9. Mar 08, 2021
  10. Mar 05, 2021
    • Pierre Riteau's avatar
      Remove whitespace around equal signs in zookeeper.cfg · 2b723ead
      Pierre Riteau authored
      The merge_configs action plugin is updated with an option to control
      whether whitespace should be used around equal signs. The default
      remains to use whitespace: only zookeeper.cfg doesn't use them.
      
      This is to avoid issues with the zkCleanup.sh script which expects no
      whitespace. The ZooKeeper documentation also uses no whitespace in
      configuration file examples.
      
      Change-Id: Ia082a1c002cc4e8b04f7696fdee827b747c6d13f
      Closes-Bug: #1917490
      2b723ead
  11. Mar 04, 2021
  12. Mar 03, 2021
  13. Mar 02, 2021
  14. Feb 24, 2021
  15. Feb 20, 2021
  16. Feb 16, 2021
  17. Feb 11, 2021
    • Mark Goddard's avatar
      CI: fix ceph-ansible installation after cryptography 3.4 release · 5fc77079
      Mark Goddard authored
      Installing ceph-ansible in the virtualenv on CentOS 8 fails with:
      
          ModuleNotFoundError: No module named 'setuptools_rust'
      
      This error appeared following the release of cryptography 3.4, which now
      includes Rust code. It can be installed without Rust using a Python
      wheel, but only with more recent pip than version 9.0.3 available as RPM
      on CentOS 8. The cryptography bug report [1] recommends pip>=19.1.1.
      
      This change upgrades pip in the virtualenv before installing
      ceph-ansible.
      
      [1] https://github.com/pyca/cryptography/issues/5753
      
      Change-Id: I47473de6f71c422db2238d653c2d8f379c55e79b
      5fc77079
  18. Feb 10, 2021
    • Mark Goddard's avatar
      CI: fix kolla-ansible installation after cryptography 3.4 release · 3dd6834a
      Mark Goddard authored
      Installing kolla-ansible system-wide on CentOS 8 fails with:
      
          ModuleNotFoundError: No module named 'setuptools_rust'
      
      This error appeared following the release of cryptography 3.4, which now
      includes Rust code. It can be installed without Rust using a Python
      wheel, but only with more recent pip than version 9.0.3 available as RPM
      on CentOS 8. The cryptography bug report [1] recommends pip>=19.1.1.
      
      This change switches to using pip --user when installing kolla-ansible.
      
      Also fixes an issue with ansible-lint which was failing on
      etc/kolla/globals.yml due to a missing space before comments.
      
      [1] https://github.com/pyca/cryptography/issues/5753
      
      Change-Id: Ifaf1948ed5d42eebaa62d7bad375bbfc12b134d5
      Closes-Bug: #1915141
      3dd6834a
  19. Jan 23, 2021
    • likui's avatar
      remove unicode from code · 341a6ed0
      likui authored
      Change-Id: Id9110a1f536377cea0386dda6814035d73de13b1
      Implements: blueprint remove-unicode
      341a6ed0
  20. Jan 19, 2021
    • Doug Szumski's avatar
      CI: Add monasca scenario · 47fee115
      Doug Szumski authored
      
      Adds the following new Zuul job for testing deployment of Monasca and
      associated services:
      
      * kolla-ansible-centos8-source-monasca
      
      All core OpenStack services except for Keystone are disabled to ensure
      enough memory is available.
      
      A follow up patch will replace the basic tests here with Tempest.
      
      Co-Authored-By: default avatarDoug Szumski <doug@stackhpc.com>
      
      Change-Id: I5d33fd3d7b69798ba0aa23509f7b809065f61c19
      47fee115
  21. Dec 23, 2020
    • Radosław Piliszek's avatar
      [CI] Cinder upgrade testing · 62b8c6b6
      Radosław Piliszek authored
      To gain visibility into how our upgrades affect existing Cinder
      volumes, a new testing path is required.
      This patch adds it.
      
      Additionally, it refactors the repeated actions and ensures that
      we wait for volume deletions as well.
      
      Change-Id: Ic08d461e6fdf91c378a87860765a489c2f86d690
      Related-Bug: #1904062
      62b8c6b6
  22. Dec 22, 2020
  23. Dec 16, 2020
  24. Nov 30, 2020
  25. Nov 19, 2020
  26. Nov 13, 2020
  27. Nov 10, 2020
  28. Nov 04, 2020
  29. Oct 08, 2020
  30. Oct 07, 2020
    • Mark Goddard's avatar
      CI: enable designate in magnum CI job · c2987d65
      Mark Goddard authored
      Follows designate guide, adding a default zone for fixed and
      floating IPs, then boots an instance and verifies that its
      name resolves.
      
      Change-Id: Ifbfdab425e2c8a36a8f3ab8539f70dca4cce2abc
      c2987d65
  31. Oct 05, 2020
    • Michal Nasiadka's avatar
      Use Docker healthchecks for core services · c52a89ae
      Michal Nasiadka authored
      This change enables the use of Docker healthchecks for core OpenStack
      services.
      Also check-failures.sh has been updated to treat containers with
      unhealthy status as failed.
      
      Implements: blueprint container-health-check
      Change-Id: I79c6b11511ce8af70f77e2f6a490b59b477fefbb
      c52a89ae
  32. Oct 04, 2020
    • Radosław Piliszek's avatar
      Coordinate haproxy and keepalived restarts · c2d0bf30
      Radosław Piliszek authored
      Keepalived and haproxy cooperate to provide control plane HA in
      kolla-ansible deployments.
      Certain care should be exerted to avoid prolonged availability
      loss during reconfigurations and upgrades.
      This patch aims to provide this care.
      There is nothing special about keepalived upgrade compared to
      reconfig, hence it is simplified to run the same code as for
      deploy.
      The broken logic of safe upgrade is replaced by common handler
      code which's goal is to ensure we down current master only after
      we have backups ready.
      
      This change introduces a switch to kolla_docker module that allows
      to ignore missing containers (as they are logically stopped).
      ignore_missing is the switch's name.
      All tests are included.
      
      Change-Id: I22ddec5f7ee4a7d3d502649a158a7e005fe29c48
      c2d0bf30
Loading