-
- Downloads
project: upgrade test dependencies and drop ansible-core 2.11 (#10034)
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:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
Showing
- .gitlab-ci.yml 1 addition, 2 deletions.gitlab-ci.yml
- .gitlab-ci/packet.yml 0 additions, 8 deletions.gitlab-ci/packet.yml
- Dockerfile 2 additions, 2 deletionsDockerfile
- contrib/inventory_builder/tox.ini 10 additions, 4 deletionscontrib/inventory_builder/tox.ini
- pipeline.Dockerfile 3 additions, 3 deletionspipeline.Dockerfile
- playbooks/ansible_version.yml 1 addition, 1 deletionplaybooks/ansible_version.yml
- requirements-2.11.txt 0 additions, 10 deletionsrequirements-2.11.txt
- requirements-2.12.txt 0 additions, 10 deletionsrequirements-2.12.txt
- requirements.txt 10 additions, 1 deletionrequirements.txt
- requirements.txt 10 additions, 1 deletionrequirements.txt
- roles/adduser/molecule/default/molecule.yml 3 additions, 7 deletionsroles/adduser/molecule/default/molecule.yml
- roles/adduser/molecule/default/tests/test_default.py 19 additions, 13 deletionsroles/adduser/molecule/default/tests/test_default.py
- roles/bastion-ssh-config/molecule/default/molecule.yml 3 additions, 7 deletionsroles/bastion-ssh-config/molecule/default/molecule.yml
- roles/bastion-ssh-config/molecule/default/tests/test_default.py 17 additions, 11 deletions...bastion-ssh-config/molecule/default/tests/test_default.py
- roles/bootstrap-os/molecule/default/molecule.yml 11 additions, 7 deletionsroles/bootstrap-os/molecule/default/molecule.yml
- roles/container-engine/containerd/molecule/default/molecule.yml 7 additions, 9 deletions...container-engine/containerd/molecule/default/molecule.yml
- roles/container-engine/cri-dockerd/molecule/default/molecule.yml 5 additions, 11 deletions...ontainer-engine/cri-dockerd/molecule/default/molecule.yml
- roles/container-engine/cri-o/molecule/default/molecule.yml 9 additions, 9 deletionsroles/container-engine/cri-o/molecule/default/molecule.yml
- roles/container-engine/gvisor/molecule/default/molecule.yml 5 additions, 11 deletionsroles/container-engine/gvisor/molecule/default/molecule.yml
- roles/container-engine/kata-containers/molecule/default/molecule.yml 5 additions, 11 deletions...iner-engine/kata-containers/molecule/default/molecule.yml
Loading
Please register or sign in to comment