Skip to content
  1. Feb 06, 2024
    • Max Gautier's avatar
      Refactor check_galaxy + fix version (#10729) (#10891) · 12a65c45
      Max Gautier authored
      * Remove checks for docs using exact tags
      
      Instead use a more generic documentation for installing kubespray as a
      collection from git.
      
      * Check that we upgraded galaxy.yml to next version
      
      This is only intented to check for human error. The version in galaxy
      should be the next (which does not mean the same if we're on master or a
      release branch).
      
      * Set collection version to KUBESPRAY_NEXT_VERSION
      v2.22.2
      12a65c45
  2. Feb 05, 2024
  3. Jan 22, 2024
  4. Jan 11, 2024
  5. Dec 18, 2023
  6. Dec 12, 2023
  7. Sep 19, 2023
  8. Jun 06, 2023
  9. Jun 05, 2023
  10. Jun 02, 2023
  11. May 23, 2023
  12. May 22, 2023
  13. May 19, 2023
  14. May 18, 2023
    • Kenichi Omichi's avatar
      Drop canal network_plugin (#10100) · 7afbdb3e
      Kenichi Omichi authored
      According to the canal github[1] the repo is not maintained over 5 years.
      In addition, the README says
      ```
        Originally, we thought we might more deeply integrate the two projects
        (possibly even going as far as a rebranding!). However, over time it
        became clear that that wasn't really necessary to fulfil our goal of
        making them work well together. Ultimately, we decided to focus on
        adding features to both projects rather than doing work just to
        combine them.
      ```
      So it is difficult to support canal by Kubespray at this situation.
      
      [1]: https://github.com/projectcalico/canal
      7afbdb3e
    • 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
  15. May 17, 2023
  16. May 16, 2023