Skip to content

Commit 1d3362b

Browse files
authored
Merge pull request #68155 from jneczypor/OSDOCS-8374
OSDOCS-8374 Migrate "Getting Started with Rosa - Deploy the Cluster (Simple UI)"
2 parents eb4b080 + 729b711 commit 1d3362b

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,11 @@ Topics:
131131
File: cloud-experts-getting-started-detailed-cli-guide
132132
- Name: Hosted Control Planes guide
133133
File: cloud-experts-getting-started-hcp
134+
- Name: Simple UI guide
135+
File: cloud-experts-getting-started-simple-ui-guide
134136
- Name: Setting up an identity provider
135137
File: cloud-experts-getting-started-idp
138+
136139
---
137140
Name: Getting started
138141
Dir: rosa_getting_started
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="cloud-experts-getting-started-simple-ui-guide"]
3+
= Tutorial: Simple UI guide
4+
include::_attributes/attributes-openshift-dedicated.adoc[]
5+
:context: cloud-experts-getting-started-simple-ui-guide
6+
7+
toc::[]
8+
9+
//rosaworkshop.io content metadata
10+
//Brought into ROSA product docs 2023-11-17
11+
12+
This page outlines the minimum list of commands to deploy a ROSA cluster using the user interface (UI).
13+
14+
[NOTE]
15+
====
16+
While this simple deployment works well for a workshop setting, clusters used in production should be deployed with a more detailed method.
17+
====
18+
19+
== Prerequisites
20+
21+
* You have completed the prerequisites in the xref:../../../cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-setup.adoc#cloud-experts-getting-started-setup[Setup] tutorial.
22+
23+
== Creating account roles
24+
Run the following command _once_ for each AWS account and y-stream OpenShift version:
25+
26+
[source,terminal]
27+
----
28+
rosa create account-roles --mode auto --yes
29+
----
30+
31+
== Creating Red Hat OpenShift Cluster Manager roles
32+
. Create one OpenShift Cluster Manager role for each AWS account by running the following command:
33+
+
34+
[source,terminal]
35+
----
36+
rosa create ocm-role --mode auto --admin --yes
37+
----
38+
39+
. Create one OpenShift Cluster Manager user role for each AWS account by running the following command:
40+
+
41+
[source,terminal]
42+
----
43+
rosa create user-role --mode auto --yes
44+
----
45+
46+
. Use the link:https://console.redhat.com/openshift/create/rosa/wizard[Red Hat OpenShift Cluster Manager UI] to select your AWS account, cluster options, and begin deployment.
47+
48+
. OpenShift Cluster Manager UI displays cluster status.
49+
+
50+
image:cloud-experts-getting-started-deployment-ui-cluster-create.png[]
153 KB
Loading

0 commit comments

Comments
 (0)