diff --git a/group.yml b/group.yml index 7a0ffc7b6..65fcc57d5 100644 --- a/group.yml +++ b/group.yml @@ -95,6 +95,8 @@ rhcos: rhcos_index_tag: quay.io/openshift-release-dev/ocp-v4.0-art-dev:4.21-{RHCOS_EL_MAJOR}.{RHCOS_EL_MINOR}-node-image-extensions enabled_repos: - rhel-96-baseos + - rhel-9-baseos-rpms-x86_64 + - rhel-9-baseos-rpms-aarch64 - rhel-96-appstream - rhel-9-fast-datapath-rpms - rhel-9-server-ose-rpms diff --git a/images/ironic.yml b/images/ironic.yml index 4c4266d45..4b038393a 100644 --- a/images/ironic.yml +++ b/images/ironic.yml @@ -31,6 +31,8 @@ delivery: - openshift4/ose-ironic-rhel9 enabled_repos: - rhel-9-baseos-rpms +- rhel-9-baseos-rpms-x86_64 +- rhel-9-baseos-rpms-aarch64 - rhel-9-appstream-rpms - rhel-9-codeready-builder-rpms - rhel-9-server-ose-rpms-embargoed diff --git a/repos/rhel-9-baseos-rpms-aarch64.yml b/repos/rhel-9-baseos-rpms-aarch64.yml new file mode 100644 index 000000000..90c7532e9 --- /dev/null +++ b/repos/rhel-9-baseos-rpms-aarch64.yml @@ -0,0 +1,19 @@ +- conf: + baseurl: + unsigned: + aarch64: https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.4/aarch64/baseos/os/ + signed: + aarch64: https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.4/aarch64/baseos/os/ + ci_alignment: + localdev: + enabled: true + profiles: + - el9 + extra_options: + module_hotfixes: 1 + content_set: + default: rhel-9-for-aarch64-baseos-eus-rpms__9_DOT_4 + name: rhel-9-baseos-rpms-aarch64 + reposync: + enabled: false + type: external \ No newline at end of file diff --git a/repos/rhel-9-baseos-rpms-x86_64.yml b/repos/rhel-9-baseos-rpms-x86_64.yml new file mode 100644 index 000000000..d874e1a8a --- /dev/null +++ b/repos/rhel-9-baseos-rpms-x86_64.yml @@ -0,0 +1,19 @@ +- conf: + baseurl: + unsigned: + x86_64: https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.4/x86_64/baseos/os/ + signed: + x86_64: https://rhsm-pulp.corp.redhat.com/content/eus/rhel9/9.4/x86_64/baseos/os/ + ci_alignment: + localdev: + enabled: true + profiles: + - el9 + extra_options: + module_hotfixes: 1 + content_set: + default: rhel-9-for-x86_64-baseos-eus-rpms__9_DOT_4 + name: rhel-9-baseos-rpms-x86_64 + reposync: + enabled: false + type: external \ No newline at end of file