Skip to content
Snippets Groups Projects
  1. Jun 21, 2022
    • Michal Arbet's avatar
      Fix nested mounts of /run/openvswitch · 889c0d16
      Michal Arbet authored
      As kolla-toolbox is mounting /run:/run
      there is no need to mount also /run/openvswitch.
      This is causing /run/openvswitch is mounted
      again and again up to 32767 times after kolla-toolbox
      restart.
      
      Closes-Bug: #1979295
      Change-Id: I49b3bde8b2bd61b6c931a81542a0d89f8a303ffc
      889c0d16
  2. Jun 20, 2022
  3. Jun 15, 2022
  4. Jun 13, 2022
  5. Jun 09, 2022
    • Will Szumski's avatar
      Add keystone_authtoken.service_type · 49006e56
      Will Szumski authored
      Fixes an issue where access rules failed to validate:
      
          Cannot validate request with restricted access rules. Set
          service_type in [keystone_authtoken] to allow access rule validation
      
      I've used the values from the endpoint. This was mostly a straight
      forward copy and paste, except:
      
      - versioned endpoints e.g cinderv3 where I stripped the version
      - monasca has multiple endpoints associated with a single service. For
        this, I concatenated logging and monitoring to be logging-monitoring.
      
      Closes-Bug: #1965111
      Change-Id: Ic4b3ab60abad8c3dd96cd4923a67f2a8f9d195d7
      49006e56
  6. Jun 08, 2022
  7. Jun 07, 2022
    • Michal Arbet's avatar
      Enable hacluster role when it is needed · e2f5c0db
      Michal Arbet authored
      Masakari-hostmonitor needs to have
      corosync/pacemaker deployed.
      
      This patch is just changing default enable_hacluter: "no"
      to "yes" if masakari-hostmonitor is enabled.
      
      Closes-Bug: #1934149
      Change-Id: I979d1d6d08ca0cc0a748f175da77f68bcecc2d1a
      e2f5c0db
  8. Jun 03, 2022
  9. Jun 02, 2022
  10. Jun 01, 2022
  11. May 31, 2022
  12. May 30, 2022
  13. May 29, 2022
  14. May 28, 2022
  15. May 27, 2022
    • Radosław Piliszek's avatar
      [CI] Nullify attempts · 153956e4
      Radosław Piliszek authored
      Per Clark Boylan's feedback [1], retries cause a retry not only
      for pre playbook failures but also for cases where Ansible detects
      network connectivity issues and they are caused by disks getting
      filled to their fullest. This is an issue we experience that
      sometimes results in a POST_FAILURE but certain FAILUREs are
      retried which wastes CI resources.
      The problematic jobs are ceph jobs. They are to be looked into.
      Backport to all branches.
      We can adjust retries for the core jobs that do not exhibit the
      nasty behaviour but first we can try running without retries
      to measure the troublesomeness.
      
      [1] https://review.opendev.org/c/openstack/kolla-ansible/+/843536
      
      Change-Id: I32fc296083b4881e8f457f4235a32f94ed819d9f
      153956e4
    • Zuul's avatar
  16. May 26, 2022
  17. May 25, 2022
Loading