update ansible collections sops, docker and debops
This commit is contained in:
parent
f1135b818f
commit
e31ee5e39c
910 changed files with 27667 additions and 19786 deletions
|
|
@ -31,7 +31,12 @@ yamllint_config = ".yamllint"
|
|||
yamllint_config_plugins = ".yamllint-docs"
|
||||
yamllint_config_plugins_examples = ".yamllint-examples"
|
||||
yamllint_config_extra_docs = ".yamllint-extra-docs"
|
||||
run_mypy = false
|
||||
run_mypy = true
|
||||
mypy_config = ".mypy.ini"
|
||||
mypy_extra_deps = [
|
||||
"types-mock",
|
||||
"types-PyYAML",
|
||||
]
|
||||
|
||||
[sessions.docs_check]
|
||||
validate_collection_refs="all"
|
||||
|
|
@ -76,6 +81,13 @@ include_devel = true
|
|||
|
||||
[sessions.ansible_test_integration]
|
||||
|
||||
[sessions.ansible_test_integration.nice_docker_names]
|
||||
"quay.io/ansible-community/test-image:debian-bullseye" = "Debian 11"
|
||||
"quay.io/ansible-community/test-image:debian-bookworm" = "Debian 12"
|
||||
"quay.io/ansible-community/test-image:debian-13-trixie" = "Debian 13"
|
||||
"quay.io/ansible-community/test-image:archlinux" = "Arch Linux"
|
||||
"quay.io/ansible-community/test-image:opensuse-tumbleweed" = "OpenSuSE Tumbleweed"
|
||||
|
||||
[sessions.ansible_test_integration.ansible_vars]
|
||||
github_token = { type = "env", name = "GITHUB_TOKEN", unset_if_not_set = true }
|
||||
|
||||
|
|
@ -83,41 +95,53 @@ github_token = { type = "env", name = "GITHUB_TOKEN", unset_if_not_set = true }
|
|||
session_name = "ansible-test-integration-main"
|
||||
description = "Meta-session for all ansible-test-integration-main-* sessions."
|
||||
session_name_template = "ansible-test-integration-main-{ansible_core}{dash_docker_short}{dash_override_sops_version}{dash_gha_arm_lower}"
|
||||
display_name_template = "main+Ⓐ{ansible_core}+SOPS-{override_sops_version}{plus_docker_short}{plus_py_python_version}{plus_gha_arm}"
|
||||
description_template = "Run main integration tests with ansible-core {ansible_core}, {docker_short}, SOPS {override_sops_version}{comma_gha_arm}"
|
||||
display_name_template = "main+Ⓐ{ansible_core}+SOPS-{override_sops_version}{plus_docker_nice}{plus_py_python_version}{plus_gha_arm}"
|
||||
description_template = "Run main integration tests with ansible-core {ansible_core}, {docker_nice}, SOPS {override_sops_version}{comma_gha_arm}"
|
||||
target = "gha/main/"
|
||||
gha_container = "ubuntu-latest"
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = ["ubuntu2204", "ubuntu2404", "fedora42"]
|
||||
docker = ["ubuntu2604"]
|
||||
# Cannot install 3.5.0 on Fedora 44 (digest algorithm used for RPM isn't accepted anymore)
|
||||
ansible_vars = { override_sops_version = "3.5.0" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = ["ubuntu2204", "ubuntu2404", "fedora42"]
|
||||
docker = ["ubuntu2404"]
|
||||
# Cannot install 3.6.1 on Fedora 43 (digest algorithm used for RPM isn't accepted anymore)
|
||||
ansible_vars = { override_sops_version = "3.6.1" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = ["ubuntu2204", "ubuntu2404", "fedora42"]
|
||||
docker = ["fedora44"]
|
||||
ansible_vars = { override_sops_version = "3.7.3" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = ["ubuntu2204", "ubuntu2404", "fedora42"]
|
||||
docker = ["ubuntu2404"]
|
||||
ansible_vars = { override_sops_version = "3.8.1" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = ["ubuntu2204", "ubuntu2404", "fedora42"]
|
||||
ansible_vars = { override_sops_version = "3.9.3" }
|
||||
docker = ["ubuntu2604"]
|
||||
ansible_vars = { override_sops_version = "3.9.4" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = ["ubuntu2204", "ubuntu2404", "fedora42"]
|
||||
docker = ["fedora44"]
|
||||
ansible_vars = { override_sops_version = "3.10.2" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = ["ubuntu2404"]
|
||||
ansible_vars = { override_sops_version = "3.11.0" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = ["ubuntu2604", "ubuntu2404", "fedora44"]
|
||||
ansible_vars = { override_sops_version = "3.12.1" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "2.15"
|
||||
docker = "ubuntu2004"
|
||||
|
|
@ -174,14 +198,34 @@ ansible_core = "2.19"
|
|||
docker = "fedora41"
|
||||
ansible_vars = { override_sops_version = "3.10.2" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "2.20"
|
||||
docker = "fedora42"
|
||||
ansible_vars = { override_sops_version = "3.9.3" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "2.20"
|
||||
docker = "ubuntu2404"
|
||||
ansible_vars = { override_sops_version = "3.11.0" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "2.21"
|
||||
docker = "fedora43"
|
||||
ansible_vars = { override_sops_version = "3.12.2" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "2.21"
|
||||
docker = "ubuntu2404"
|
||||
ansible_vars = { override_sops_version = "3.12.1" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "ubuntu2204"
|
||||
docker = "ubuntu2604"
|
||||
ansible_vars = { override_sops_version = "3.6.0" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "ubuntu2204"
|
||||
docker = "ubuntu2604"
|
||||
ansible_vars = { override_sops_version = "3.7.0" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
|
|
@ -192,7 +236,7 @@ ansible_vars = { override_sops_version = "3.9.1" }
|
|||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "quay.io/ansible-community/test-image:archlinux"
|
||||
python_version = "3.13"
|
||||
python_version = "3.14"
|
||||
ansible_vars = { override_sops_version = "latest" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
|
|
@ -207,6 +251,12 @@ docker = "quay.io/ansible-community/test-image:debian-13-trixie"
|
|||
python_version = "3.13"
|
||||
ansible_vars = { override_sops_version = "latest" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "quay.io/ansible-community/test-image:opensuse-tumbleweed"
|
||||
python_version = "3.13"
|
||||
ansible_vars = { override_sops_version = "latest" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "ubuntu2404"
|
||||
|
|
@ -217,8 +267,8 @@ ansible_vars = { override_sops_version = "latest" }
|
|||
session_name = "ansible-test-integration-install-1"
|
||||
description = "Meta-session for all ansible-test-integration-install-1-* sessions."
|
||||
session_name_template = "ansible-test-integration-install-1-{ansible_core}{dash_docker_short}{dash_gha_arm_lower}"
|
||||
display_name_template = "install-1+Ⓐ{ansible_core}{plus_docker_short}{plus_py_python_version}{plus_gha_arm}"
|
||||
description_template = "Run install role integration tests (specific SOPS version) with ansible-core {ansible_core}, {docker_short}{comma_gha_arm}"
|
||||
display_name_template = "install-1+Ⓐ{ansible_core}{plus_docker_nice}{plus_py_python_version}{plus_gha_arm}"
|
||||
description_template = "Run install role integration tests (specific SOPS version) with ansible-core {ansible_core}, {docker_nice}{comma_gha_arm}"
|
||||
target = "gha/install/1/"
|
||||
gha_container = "ubuntu-latest"
|
||||
|
||||
|
|
@ -244,17 +294,21 @@ ansible_vars = { github_latest_detection = "auto" }
|
|||
session_name = "ansible-test-integration-install-2"
|
||||
description = "Meta-session for all ansible-test-integration-install-2-* sessions."
|
||||
session_name_template = "ansible-test-integration-install-2-{ansible_core}{dash_docker_short}{dash_gha_arm_lower}"
|
||||
display_name_template = "install-2+Ⓐ{ansible_core}{plus_docker_short}{plus_py_python_version}{plus_gha_arm}"
|
||||
description_template = "Run install role integration tests (localhost vs. remote host) with ansible-core {ansible_core}, {docker_short}{comma_gha_arm}"
|
||||
display_name_template = "install-2+Ⓐ{ansible_core}{plus_docker_nice}{plus_py_python_version}{plus_gha_arm}"
|
||||
description_template = "Run install role integration tests (localhost vs. remote host) with ansible-core {ansible_core}, {docker_nice}{comma_gha_arm}"
|
||||
target = "gha/install/2/"
|
||||
gha_container = "ubuntu-latest"
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
# NOTE: We need something with split-controller testing!
|
||||
# ansbile-core devel currently does not seem to have targets we can use.
|
||||
ansible_core = "2.21"
|
||||
docker = "ubuntu2204"
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
# NOTE: We need something with split-controller testing!
|
||||
# ansbile-core devel currently does not seem to have targets we can use.
|
||||
ansible_core = "2.21"
|
||||
docker = "ubuntu2204"
|
||||
gha_container = "ubuntu-24.04-arm"
|
||||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
|
@ -263,14 +317,20 @@ ansible_vars = { github_latest_detection = "auto" }
|
|||
session_name = "ansible-test-integration-install-3"
|
||||
description = "Meta-session for all ansible-test-integration-install-3-* sessions."
|
||||
session_name_template = "ansible-test-integration-install-3-{ansible_core}{dash_docker_short}{dash_gha_arm_lower}"
|
||||
display_name_template = "install-3+Ⓐ{ansible_core}{plus_docker_short}{plus_py_python_version}{plus_gha_arm}"
|
||||
description_template = "Run install role integration tests (latest SOPS version) with ansible-core {ansible_core}, {docker_short}{comma_gha_arm}"
|
||||
display_name_template = "install-3+Ⓐ{ansible_core}{plus_docker_nice}{plus_py_python_version}{plus_gha_arm}"
|
||||
description_template = "Run install role integration tests (latest SOPS version) with ansible-core {ansible_core}, {docker_nice}{comma_gha_arm}"
|
||||
target = "gha/install/3/"
|
||||
gha_container = "ubuntu-latest"
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "quay.io/ansible-community/test-image:archlinux"
|
||||
python_version = "3.14"
|
||||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "quay.io/ansible-community/test-image:opensuse-tumbleweed"
|
||||
python_version = "3.13"
|
||||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
|
|
@ -298,13 +358,23 @@ docker = "fedora41"
|
|||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
ansible_core = "2.20"
|
||||
docker = "fedora42"
|
||||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "2.21"
|
||||
docker = "fedora43"
|
||||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "ubuntu2204"
|
||||
docker = "fedora44"
|
||||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "ubuntu2604"
|
||||
ansible_vars = { github_latest_detection = "api" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
|
|
@ -318,25 +388,35 @@ docker = "alpine321"
|
|||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
ansible_core = "2.20"
|
||||
docker = "alpine322"
|
||||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "2.21"
|
||||
docker = "alpine323"
|
||||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "alpine322"
|
||||
docker = "alpine323"
|
||||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
[[sessions.ansible_test_integration.groups.sessions]]
|
||||
ansible_core = "devel"
|
||||
docker = "alpine323"
|
||||
gha_container = "ubuntu-24.04-arm"
|
||||
ansible_vars = { github_latest_detection = "auto" }
|
||||
|
||||
[[sessions.ee_check.execution_environments]]
|
||||
name = "devel-ubi-9"
|
||||
description = "ansible-core devel @ RHEL UBI 9"
|
||||
name = "devel-ubi-10"
|
||||
description = "ansible-core devel @ RHEL UBI 10"
|
||||
test_playbooks = ["tests/ee/all.yml"]
|
||||
config.images.base_image.name = "docker.io/redhat/ubi9:latest"
|
||||
config.images.base_image.name = "docker.io/redhat/ubi10:latest"
|
||||
config.dependencies.ansible_core.package_pip = "https://github.com/ansible/ansible/archive/devel.tar.gz"
|
||||
config.dependencies.ansible_runner.package_pip = "ansible-runner"
|
||||
config.dependencies.python_interpreter.package_system = "python3.12 python3.12-pip python3.12-wheel python3.12-cryptography"
|
||||
config.dependencies.python_interpreter.python_path = "/usr/bin/python3.12"
|
||||
config.dependencies.python_interpreter.package_system = "python3.14 python3.14-pip python3.14-cryptography"
|
||||
config.dependencies.python_interpreter.python_path = "/usr/bin/python3.14"
|
||||
config.additional_build_steps.append_final = [
|
||||
"RUN ansible-playbook -v community.sops.install_localhost",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue