Skip to content

Commit

Permalink
[hcp-ocpv] Fix requirements (#8788)
Browse files Browse the repository at this point in the history
* [hcp-ocpv] Fix requirements

* Update configure_operators.sh
  • Loading branch information
agonzalezrh authored Nov 11, 2024
1 parent 758795f commit 0bd9778
Showing 1 changed file with 33 additions and 19 deletions.
52 changes: 33 additions & 19 deletions ansible/configs/hcp-ocpv/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,53 @@ roles:
name: ocp4_aio_base_software

- name: ocp4_aio_base_virt
src: https://github.com/rhpds/ocp4_aio_infra_role_base_virt.git
src: https://github.com/RHFieldProductManagement/ocp4_aio_infra_role_base_virt.git
scm: git

version: hcp
- name: ocp4_aio_prepare_bastion
src: https://github.com/rhpds/ocp4_aio_infra_role_prepare_bastion.git
src: https://github.com/RHFieldProductManagement/ocp4_aio_infra_role_prepare_bastion.git
scm: git

- name: ocp4_aio_deploy_bastion
src: https://github.com/rhpds/ocp4_aio_infra_role_deploy_bastion.git
version: v0.0.5
- name: ocp4_aio_role_acm
src: https://github.com/RHFieldProductManagement/ocp4_aio_role_acm.git
scm: git

- name: ocp4_aio_deploy_ocp
src: https://github.com/rhpds/ocp4_aio_infra_role_deploy_ocp.git
version: ocp414
- name: ocp4_aio_role_acs
src: https://github.com/RHFieldProductManagement/ocp4_aio_role_acs.git
scm: git

- name: ocp4_aio_role_ocs
src: https://github.com/rhpds/ocp4_aio_role_ocs.git
version: v0.0.1
- name: ocp4_aio_role_cnv
src: https://github.com/RHFieldProductManagement/ocp4_aio_role_cnv.git
scm: git

version: v0.0.1
- name: ocp4_aio_role_imgreg
src: https://github.com/RHFieldProductManagement/ocp4_aio_role_imgreg.git
scm: git
version: v0.0.3

- name: ocp4_aio_role_acm
src: https://github.com/RHFieldProductManagement/ocp4_aio_role_acm.git
- name: ocp4_aio_role_nfsmount
src: https://github.com/RHFieldProductManagement/ocp4_aio_role_nfsmount.git
scm: git
version: v0.0.3
- name: ocp4_aio_role_ocs
src: https://github.com/RHFieldProductManagement/ocp4_aio_role_ocs.git
scm: git
version: ocp414

- name: ocp4_aio_role_cnv
src: https://github.com/RHFieldProductManagement/ocp4_aio_role_cnv.git
- name: ocp4_aio_deploy_bastion
src: https://github.com/RHFieldProductManagement/ocp4_aio_infra_role_deploy_bastion.git
scm: git
version: ocp414
- name: ocp4_aio_deploy_guac
src: https://github.com/RHFieldProductManagement/ocp4_aio_infra_role_deploy_guacamole.git
scm: git
version: v0.0.1
- name: ocp4_aio_deploy_ocp
src: https://github.com/RHFieldProductManagement/ocp4_aio_infra_role_deploy_ocp.git
scm: git
version: v0.0.9
- name: ocp4_aio_workload_cnvlab
src: https://github.com/RHFieldProductManagement/ocp4_aio_role_deploy_cnvlab.git
scm: git
version: v0.0.16

collections:
- name: community.general
Expand Down

0 comments on commit 0bd9778

Please sign in to comment.