Skip to content

Commit

Permalink
DNM Pin edpm-ansible collections to downstream versions
Browse files Browse the repository at this point in the history
Signed-off-by: rabi <[email protected]>
  • Loading branch information
rabi committed Nov 22, 2024
1 parent 35dc39b commit 7ed1e68
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
7 changes: 4 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ tags:
- RHOSP
- EDPM
dependencies:
ansible.posix: '*'
community.general: '*'
containers.podman: '*'
ansible.posix: "==1.2.0"
community.general: "==4.0.0"
containers.podman: "==1.10.4"
fedora.linux_system_roles: "==1.23.0"
repository: https://github.com/openstack-k8s-operators/edpm-ansible
documentation: https://openstack-k8s-operators.github.io/edpm-ansible
homepage: https://github.com/openstack-k8s-operators/edpm-ansible
Expand Down
1 change: 0 additions & 1 deletion openstack_ansibleee/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ COPY $REMOTE_SOURCE $REMOTE_SOURCE_DIR
RUN $REMOTE_SOURCE_DIR/openstack_ansibleee/setup.sh

RUN cd $REMOTE_SOURCE_DIR/openstack_ansibleee && \
ansible-galaxy collection install -U --timeout 120 -r ansibleee-requirements.yaml --collections-path "/usr/share/ansible/collections" && \
ansible-galaxy collection install -U --timeout 120 -r requirements.yaml --collections-path "/usr/share/ansible/collections" && \
ansible-galaxy collection install -U $REMOTE_SOURCE_DIR --collections-path "/usr/share/ansible/collections"

Expand Down
3 changes: 0 additions & 3 deletions openstack_ansibleee/ansibleee-requirements.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions openstack_ansibleee/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core>=2.16.1
ansible-runner>=2.4.0
ansible-builder>=3.1.0
dumb-init>=1.2.2
ansible-core==2.16.11
ansible-runner==2.4.0
ansible-builder==3.1.0
dumb-init==1.2.2
12 changes: 8 additions & 4 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
# under the License.

collections:
- ansible.posix
- community.general
- containers.podman
- fedora.linux_system_roles
- name: ansible.posix
version: 1.2.0
- name: community.general
version: 4.0.0
- name: containers.podman
version: 1.10.4
- name: fedora.linux_system_roles
version: 1.23.0

0 comments on commit 7ed1e68

Please sign in to comment.