Skip to content
  1. May 18, 2024
  2. May 10, 2024
  3. May 08, 2024
    • Max Gautier's avatar
      Fix amazon linux bootstrap (#11139) · 8c12dedf
      Max Gautier authored
      c58497cd (Refactor bootstrap-os (#10983), 2024-03-27) refactored the
      boostrap-os include but didn't adapt the amazon linux tasks to the
      actual ID of amazon linux ('amzn')
      
      Re-enable the CI so we can avoid that kind of breakage.
      8c12dedf
  4. Feb 19, 2024
  5. Jan 11, 2024
  6. Dec 20, 2023
  7. Dec 18, 2023
  8. Dec 06, 2023
    • Max Gautier's avatar
      Check jinja templates for syntax error (#10667) · d2944d28
      Max Gautier authored
      Allow to fail early (pre-commit time) for jinja error, rather than
      waiting until executing the playbook and the invalid template.
      
      I could not find a simple jinja pre-commit hook in the wild.
      d2944d28
  9. Nov 16, 2023
  10. Sep 05, 2023
  11. Aug 17, 2023
  12. Aug 14, 2023
  13. Aug 08, 2023
  14. Jun 26, 2023
  15. Jun 19, 2023
  16. Jun 03, 2023
    • Arthur Outhenin-Chalandre's avatar
      project: upgrade test dependencies and drop ansible-core 2.11 (#10034) · edc73bc3
      Arthur Outhenin-Chalandre authored
      
      
      Molecule 5.0 require ansible-core 2.12.10.
      So this commit we update ansible-core from 2.12.5 to 2.12.10.
      We also drop supporting two ansible-core version. Also we now use the "oldest"
      still supported ansible-core version as both 2.11 is EOL and not
      supported by molecule.
      
      
      
      tests/molecule: remove linting in molecule to support molecule 5
      
      
      
      tests/molecule: remove role name check for molecule 5 support
      
      Kubespray doesn't use ansible galaxy style naming so we have to disable
      that check.
      
      
      
      contrib/inventory_builder: fix tox.ini for tox4
      
      
      
      tests/molecule: fix get_playbook in testinfra tests
      
      
      
      tests: upgrade most tests requirements
      
      Exclude ansible-lint for now, I will do that in a separate PR.
      
      
      
      tests/molecule: force kvm driver option
      
      If we don't do this it fallbacks to qemu emulated on our CI for some
      reasons.
      
      Signed-off-by: default avatarArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
      edc73bc3
  17. May 25, 2023
  18. May 22, 2023
  19. May 19, 2023
    • 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
  20. 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
  21. May 11, 2023
  22. May 08, 2023
  23. May 02, 2023
  24. Apr 24, 2023
  25. Mar 27, 2023
  26. Mar 03, 2023
  27. Jan 27, 2023
  28. Jan 14, 2023
  29. Jan 09, 2023
  30. Jan 07, 2023
  31. Nov 07, 2022
    • Kenichi Omichi's avatar
      Make vagrant-ubuntu20-flannel voting (#9469) · a731e257
      Kenichi Omichi authored
      We made all vagrant jobs non-voting because those jobs were not stable.
      However the setting allowed a pull request which broke vagrant jobs
      completely merged into the master branch.
      To avoid such situation, this makes one of vagrant jobs voting.
      Let's see the stability of the job.
      a731e257
  32. Oct 19, 2022
  33. Oct 07, 2022
  34. Sep 05, 2022
  35. Aug 03, 2022
  36. Jul 27, 2022
    • Kenichi Omichi's avatar
      Enable shellcheck for contrib/ (#9122) · 9c28f61d
      Kenichi Omichi authored
      Today we have many contributions to contrib/offline/ and some PRs
      contained invalid coding style for those scripts.
      This enables shellcheck to make such invalid coding style easily.
      9c28f61d
Loading