Skip to content
Snippets Groups Projects
  1. Jun 20, 2022
  2. Jun 15, 2022
  3. Jun 13, 2022
  4. 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
  5. Jun 08, 2022
  6. 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
  7. Jun 03, 2022
  8. Jun 02, 2022
  9. Jun 01, 2022
  10. May 31, 2022
  11. May 30, 2022
  12. May 29, 2022
  13. May 28, 2022
  14. 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
  15. May 26, 2022
  16. May 25, 2022
  17. May 24, 2022
    • Zuul's avatar
      e9882bae
    • k-s-dean's avatar
      talk TLS to openstack exporter via haproxy · fcba927d
      k-s-dean authored
      Closes-Bug: #1975598
      Change-Id: If4c85f8e960141d08a89accdc11a3271f31974c1
      fcba927d
    • Zuul's avatar
      118ca739
    • Marcin Juszkiewicz's avatar
      genpwd: handle lack of password file nicer · 333c74fe
      Marcin Juszkiewicz authored
      From:
      
      (kolla) 13:11 (s) marcin@puchatek:kolla-ansible$ kolla-genpwd
      Traceback (most recent call last):
        File "/home/marcin/.virtualenvs/kolla/bin/kolla-genpwd", line 8, in <module>
          sys.exit(main())
        File "/home/marcin/.virtualenvs/kolla/lib/python3.10/site-packages/kolla_ansible/cmd/genpwd.py", line 135, in main
          genpwd(passwords_file, length, uuid_keys, ssh_keys, blank_keys,
        File "/home/marcin/.virtualenvs/kolla/lib/python3.10/site-packages/kolla_ansible/cmd/genpwd.py", line 59, in genpwd
          with open(passwords_file, 'r') as f:
      FileNotFoundError: [Errno 2] No such file or directory: '/etc/kolla/passwords.yml'
      
      To:
      
      (kolla) 13:17 (s) marcin@puchatek:kolla-ansible$ kolla-genpwd
      ERROR: Passwords file "/etc/kolla/passwords.yml" is missing
      
      Change-Id: I18a9559daeb3d124a03dcb735ebb01a2cf24f617
      333c74fe
Loading