diff --git a/execution_environments/requirements-25.yml b/execution_environments/requirements-25.yml index 79ba0932..ae31def0 100644 --- a/execution_environments/requirements-25.yml +++ b/execution_environments/requirements-25.yml @@ -59,5 +59,15 @@ collections: version: ">=3.0.1" - name: redhat.openshift_virtualization version: ">=1.4.0" + # for RHDP + - name: ansible.utils + version: ">=5.1.0" + - name: kubevirt.core + version: ">=2.1.0" + - name: community.okd + version: ">=4.0.0" + - name: https://github.com/rhpds/assisted_installer.git + type: git + version: "v0.0.1" ...