Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch: Update ceems exporter and LB roles #47

Merged
merged 8 commits into from
Dec 28, 2024
Prev Previous commit
Next Next commit
test: Do not test ansible < 2.12
* Ignore almalinux platforms as CI fails for them due to possibly upstream issue

Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Dec 28, 2024
commit 8818c2e91d6683e08e7a877a80ea02d3d542e54c
29 changes: 14 additions & 15 deletions .config/molecule/config.yml
Original file line number Diff line number Diff line change
@@ -4,22 +4,21 @@ dependency:
prerun: false
driver:
name: docker
# Almalinux 8, Centos 7 and 8 ships Python 3.6 which is not supported anymore
# from Ansible >= 2.17
# So we are removing them from test matrix
# Almalinux 8 and 9 failing in CI due to unsorted issue.
# Ignore them for now until the issue is fixed upstream
platforms:
- name: almalinux-8
image: dokken/almalinux-8
pre_build_image: true
privileged: true
cgroup_parent: docker.slice
command: /lib/systemd/systemd
- name: almalinux-9
image: dokken/almalinux-9
pre_build_image: true
privileged: true
cgroup_parent: docker.slice
command: /lib/systemd/systemd
# - name: almalinux-8
# image: dokken/almalinux-8
# pre_build_image: true
# privileged: true
# cgroup_parent: docker.slice
# command: /lib/systemd/systemd
# - name: almalinux-9
# image: dokken/almalinux-9
# pre_build_image: true
# privileged: true
# cgroup_parent: docker.slice
# command: /lib/systemd/systemd
# - name: centos-7
# image: dokken/centos-7
# pre_build_image: true
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Collections must specify a minimum required ansible version to upload
# to galaxy
requires_ansible: ">=2.10.0,<=2.17.99"
requires_ansible: ">=2.12.0,<=2.17.99"

# Content that Ansible needs to load from another location or that has
# been deprecated/removed
Loading