Skip to content
  1. Nov 08, 2023
  2. Nov 07, 2023
  3. Oct 30, 2023
  4. Oct 17, 2023
  5. Oct 13, 2023
  6. Sep 26, 2023
    • Feruzjon Muyassarov's avatar
      Refactor NRI activation for containerd and CRI-O (#10470) · 1fd31ccc
      Feruzjon Muyassarov authored
      
      
      Refactor NRI (Node Resource Interface) activation in CRI-O and
      containerd. Introduce a shared variable, nri_enabled, to streamline
      the process. Currently, enabling NRI requires a separate update of
      defaults for each container runtime independently, without any
      verification of NRI support for the specific version of containerd
      or CRI-O in use.
      
      With this commit, the previous approach is replaced. Now, a single
      variable, nri_enabled, handles this functionality. Also, this commit
      separates the responsibility of verifying NRI supported versions of
      containerd and CRI-O from cluster administrators, and leaves it to
      Ansible.
      
      Signed-off-by: default avatarFeruzjon Muyassarov <feruzjon.muyassarov@intel.com>
      1fd31ccc
  7. Sep 22, 2023
  8. Sep 12, 2023
  9. Sep 08, 2023
  10. Sep 05, 2023
  11. Sep 04, 2023
  12. Sep 01, 2023
  13. Aug 18, 2023
  14. Aug 16, 2023
  15. Aug 08, 2023
  16. Jul 25, 2023
  17. Jul 03, 2023
  18. Jun 30, 2023
  19. Jun 28, 2023
  20. Jun 27, 2023
  21. Jun 23, 2023
  22. Jun 22, 2023
  23. Jun 19, 2023
  24. Jun 08, 2023
  25. Jun 02, 2023
  26. May 31, 2023
  27. May 30, 2023
  28. May 25, 2023
  29. May 24, 2023
  30. May 22, 2023
  31. May 19, 2023
    • qlijin's avatar
      Some update for the deploy on fedora coreos: (#10030) · b7a9217d
      qlijin authored
      - Test with new version: 37.20230322.3.0. Both containerd and
        cri-o is tested
      - bugfix: when we use crio and the var bin_dir is changed,
        there will be some error about the new bin dir.
      b7a9217d
    • Kay Yan's avatar
      Remove the Support of Debian 9 because Debian 9 is EOF (#10097) · 82633c6f
      Kay Yan authored
      
      
      * remove-debian9-support
      
      * Add six module into openstack-cleanup/requirements.txt (#10099)
      
      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'
      
      ---------
      
      Co-authored-by: default avatarKenichi Omichi <ken1ohmichi@gmail.com>
      82633c6f
  32. 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
  33. May 17, 2023
    • Kenichi Omichi's avatar
      Drop CI jobs related to canal (#10092) · 48035e3a
      Kenichi Omichi authored
      * Drop CI jobs related to canal
      
      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 we don't need to run CI jobs related to the canal at this situation.
      
      [1]: https://github.com/projectcalico/canal
      
      * Update ci.md
      48035e3a
Loading