Skip to content

Commit c29a7b1

Browse files
authored
Merge pull request #75410 from bmcelvee/OSDOCS-10430
[WIP] OSDOCS-10430: Create ROSA HCP distro
2 parents fbdc22a + 6626733 commit c29a7b1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

_distro_map.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,19 @@ openshift-rosa:
187187
rosa-preview:
188188
name: ''
189189
dir: rosa-preview/
190+
openshift-rosa-hcp:
191+
name: Red Hat OpenShift Service on AWS
192+
author: OpenShift Documentation Project <openshift-docs@redhat.com>
193+
site: commercial
194+
site_name: Documentation
195+
site_url: https://docs.openshift.com/
196+
branches:
197+
enterprise-4.15:
198+
name: ''
199+
dir: rosa-hcp/
200+
rosa-preview:
201+
name: ''
202+
dir: rosa-hcp-preview/
190203
openshift-rosa-portal:
191204
name: Red Hat OpenShift Service on AWS
192205
author: OpenShift Documentation Project <openshift-docs@redhat.com>

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</span>
6868
<% end %>
6969

70-
<% if (version == "4.16") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu") %>
70+
<% if (version == "4.16") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu" && distro_key != "rosa-hcp") %>
7171
<span>
7272
<div class="alert alert-danger" role="alert" id="support-alert">
7373
<strong>This documentation is a work in progress that aligns to preview releases of the next pending OpenShift Container Platform version 4 minor release. It might not be complete or fully tested, and some features and content might be removed before the next release. </strong>For the most recent released and supported version, see <a href="https://docs.openshift.com/container-platform/latest/welcome/index.html" style="color: #545454 !important" class="link-primary">[4]</a>.

0 commit comments

Comments
 (0)