Skip to content

Commit 3cc1980

Browse files
danpawlikdasm
authored andcommitted
Update Ansible requirements to latest version
It was not done for a while. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent 146a068 commit 3cc1980

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

requirements.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,42 +17,42 @@
1717
collections:
1818
- name: https://github.com/ansible-collections/ansible.posix
1919
type: git
20-
version: "1.6.2"
20+
version: "v2.0.0"
2121
- name: https://github.com/ansible-collections/ansible.utils
2222
type: git
23-
version: "v5.1.2"
23+
version: "v6.0.0"
2424
- name: https://github.com/ansible-collections/community.general
2525
type: git
26-
version: "10.0.1"
26+
version: "10.6.0"
2727
- name: https://github.com/ansible-collections/community.crypto
2828
type: git
29-
version: "2.22.3"
29+
version: "2.26.1"
3030
- name: https://github.com/containers/ansible-podman-collections
3131
type: git
32-
version: "1.16.2"
32+
version: "1.16.3"
3333
- name: https://github.com/ansible-collections/community.libvirt
3434
type: git
35-
version: "1.3.0"
35+
version: "1.3.1"
3636
- name: https://github.com/ansible-collections/kubernetes.core
3737
type: git
38-
version: "5.0.0"
38+
version: "5.2.0"
3939
- name: https://github.com/ansible-collections/ansible.netcommon
4040
type: git
41-
version: "v7.1.0"
41+
version: "v8.0.0"
4242
- name: https://github.com/openstack/ansible-config_template
4343
type: git
4444
version: "2.1.1"
4545
- name: https://github.com/ansible-collections/junipernetworks.junos
4646
type: git
47-
version: "v9.1.0"
47+
version: "v10.0.0"
4848
- name: https://github.com/ansible-collections/cisco.ios
4949
type: git
50-
version: "v9.0.3"
50+
version: "v10.0.0"
5151
- name: https://github.com/ansible-collections/mellanox.onyx
5252
type: git
5353
- name: https://github.com/openshift/community.okd
5454
type: git
55-
version: "4.0.0"
55+
version: "4.0.1"
5656
- name: https://github.com/ovirt/ovirt-ansible-collection
5757
type: git
5858
version: "3.2.0-1"

zuul.d/base.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
# openstack-ansibleee-operator
7474
- examples
7575
- mkdocs.yml
76+
files: &files
77+
- ^requirements.yml
7678
required-projects:
7779
- opendev.org/zuul/zuul-jobs
7880
- openstack-k8s-operators/barbican-operator
@@ -127,6 +129,7 @@
127129
attempts: 1
128130
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-18-1-3xl
129131
irrelevant-files: *ir_files
132+
files: *files
130133
required-projects: &multinode_edpm_rp
131134
- openstack-k8s-operators/ci-framework
132135
- openstack-k8s-operators/install_yamls
@@ -214,6 +217,7 @@
214217
attempts: 1
215218
nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-18-1-3xl
216219
irrelevant-files: *ir_files
220+
files: *files
217221
required-projects: *multinode_edpm_rp
218222
roles: *multinode_edpm_roles
219223
pre-run:
@@ -268,6 +272,7 @@
268272
timeout: 10800
269273
abstract: true
270274
irrelevant-files: *ir_files
275+
files: *files
271276
required-projects:
272277
- openstack-k8s-operators/ci-framework
273278
- openstack-k8s-operators/install_yamls

zuul.d/kuttl_multinode.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
- ^ci/playbooks/kuttl/.*
5959
- ^scenarios/centos-9/kuttl.yml
6060
- ^zuul.d/kuttl.yaml
61+
- ^requirements.yml
6162
vars:
6263
cifmw_extras:
6364
- '@scenarios/centos-9/kuttl_multinode.yml'

0 commit comments

Comments
 (0)