Skip to content
Snippets Groups Projects
  1. May 24, 2022
    • 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
  2. May 21, 2022
    • Mark Goddard's avatar
      masakari: support libvirt SASL in instance monitor · 5d28a7c8
      Mark Goddard authored
      Since enabling libvirt SASL authentication, the masakari instance
      monitor fails to connect to libvirt. We see the following error in logs:
      
          libvirt.libvirtError: authentication failed: Failed to start SASL
          negotiation: -4 (SASL(-4): no mechanism available: No worthy mechs
          found)
      
      This change adds support for SASL authentication in Masakari instance
      monitor.
      
      Depends-On: https://review.opendev.org/c/openstack/kolla/+/834456
      Closes-Bug: #1965754
      Change-Id: I974046662b383a12ac6281b725523760a96657bd
      5d28a7c8
    • Radosław Piliszek's avatar
      [CI] Restore token critical error filter · 564b405a
      Radosław Piliszek authored
      It was removed as part of improvements in [1]. But it seems it's
      a different type/class of errors and should still be filtered
      out here.
      This time for all the services to avoid extra copies.
      
      [1] Ie6a95c3ca84df82ca8463cf76054e125cb1ffff1
      
      Change-Id: If7c5b938dc7417831a90f360d6e3655d1ad4084e
      564b405a
    • Radosław Piliszek's avatar
      [CI] Keep testing with Yoga u-c · ae88173f
      Radosław Piliszek authored
      The projects started dropping support for Python 3.6 and thus
      CentOS Stream 8 which K-A tests against, resulting in broken CI.
      This change ensures that we keep upper-contraints also on Yoga as
      we do for the images we deploy.
      
      Change-Id: I82c4ff3b246c7db65ac8660b096d4a9a15dda8d7
      ae88173f
  3. May 18, 2022
  4. May 17, 2022
  5. May 16, 2022
  6. May 13, 2022
  7. May 12, 2022
  8. May 10, 2022
  9. May 06, 2022
  10. May 02, 2022
  11. Apr 29, 2022
  12. Apr 28, 2022
  13. Apr 27, 2022
  14. Apr 25, 2022
  15. Apr 24, 2022
    • Christian Berendt's avatar
      [bifrost] add bifrost_deploy_verbosity parameter · ea5b4d7e
      Christian Berendt authored
      With the parameter bifrost_deploy_verbosity it is possible
      to set the verbosity of the bootstrap of Bifrost.
      
      This makes it possible to reduce verbosity when running
      /bifrost/playbooks/install.yaml if needed.
      
      Change-Id: I5815220f2193a492ae7e1f63443075790ae7aaef
      ea5b4d7e
  16. Apr 23, 2022
  17. Apr 22, 2022
Loading