Skip to content
Snippets Groups Projects
  1. Apr 16, 2024
  2. Mar 11, 2024
  3. Jan 30, 2024
  4. Jan 23, 2024
    • Simon Wessel's avatar
      chore: improve performance of python script for hash download (#10335) · 0e26f6f3
      Simon Wessel authored
      The old version of the script downloaded all binaries and generated file checksums locally.
      This was a slow process since all binaries of all architectures needed to be downloaded.
      The new version simply downloads the .sha256 files containing the binary checksum in text
      form which saves a lot of traffic and time.
      0e26f6f3
  5. Dec 12, 2023
  6. Dec 11, 2023
    • Max Gautier's avatar
      Decouple kubespray-defaults from download (#10626) · 51069223
      Max Gautier authored
      * Decouple role kubespray-defaults from download
      
      Avoids doing re-importing the download role on every invocation of
      kubespray-defaults (and skipping everything).
      
      This has a measurable effect on playbook performance.
      
      * Update docs refering to moved download defaults
      51069223
  7. Aug 09, 2023
  8. Jul 26, 2023
  9. Jul 05, 2023
  10. Jun 26, 2023
  11. Jun 22, 2023
  12. Jun 19, 2023
  13. May 25, 2023
  14. May 23, 2023
  15. May 18, 2023
    • Kenichi Omichi's avatar
      Add six module into openstack-cleanup/requirements.txt (#10099) · c14d9c5c
      Kenichi Omichi authored
      To fix tf-elastx_cleanup job which was failed with the following error:
      
         File "/usr/local/lib/python3.11/site-packages/keystoneauth1/identity/generic/password.py", line 16, in <module>
           from keystoneauth1.identity import v3
         File "/usr/local/lib/python3.11/site-packages/keystoneauth1/identity/v3/__init__.py", line 27, in <module>
           from keystoneauth1.identity.v3.oauth2_mtls_client_credential import *  # noqa
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         File "/usr/local/lib/python3.11/site-packages/keystoneauth1/identity/v3/oauth2_mtls_client_credential.py", line 17, in <module>
           import six
       ModuleNotFoundError: No module named 'six'
      c14d9c5c
  16. May 17, 2023
  17. May 11, 2023
  18. Mar 10, 2023
  19. Feb 04, 2022
  20. Jan 15, 2022
    • Kenichi Omichi's avatar
      Remove subnet from router on tf-elastx_cleanup (#8425) · c0d1bb1a
      Kenichi Omichi authored
      The tf-elastx_cleanup test job was failed with error message:
      
      Port xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx cannot be deleted
      directly via the port API: has device owner network:router_interface.
      
      That means necessary to remove a subnet from the router before
      deleting the port.
      This adds a method to removes a subnet from the router automatically.
      c0d1bb1a
  21. Aug 19, 2021
  22. Aug 14, 2021
  23. Jul 12, 2021
    • Cristian Calin's avatar
      Move to Ansible 3.4.0 (#7672) · 7516fe14
      Cristian Calin authored
      * Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10
      
      * Docs: add a note about ansible upgrade post 2.9.x
      
      * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures
      
      * Ansible: use newer ansible-lint
      
      * Fix ansible-lint 5.0.11 found issues
      
      * syntax issues
      * risky-file-permissions
      * var-naming
      * role-name
      * molecule tests
      
      * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+
      
      * Pin ansible-base to 2.10.11 to get package fix on RHEL8
      7516fe14
  24. Jan 22, 2021
  25. Sep 19, 2020
  26. Aug 05, 2020
  27. Jul 27, 2020
  28. Jul 20, 2020
  29. Jun 26, 2020
  30. Jun 25, 2020
  31. May 27, 2020
  32. Mar 27, 2020
  33. Mar 21, 2020
  34. Mar 13, 2020
  35. Dec 18, 2019
  36. Jul 16, 2019
  37. May 16, 2019
Loading