Skip to content

Commit 97448c5

Browse files
committed
OSDOCS-13287: adds RHOAI to MicroShift
1 parent a8f1d57 commit 97448c5

File tree

8 files changed

+57
-13
lines changed

8 files changed

+57
-13
lines changed

_attributes/attributes-microshift.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
:OCP: OpenShift Container Platform
77
:ocp-version: 4.18
88
:oc-first: pass:quotes[OpenShift CLI (`oc`)]
9+
:rhoai-full: Red{nbsp}Hat OpenShift AI
10+
:rhoai: RHOAI
911
//OpenShift Kubernetes Engine
1012
:oke: OpenShift Kubernetes Engine
1113
:product-title-first: Red Hat build of MicroShift (MicroShift)

_topic_maps/_topic_map_ms.yml

+20-13
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,6 @@ Topics:
9999
- Name: Listing update package contents
100100
File: microshift-list-update-contents
101101
---
102-
Name: Support
103-
Dir: microshift_support
104-
Distros: microshift
105-
Topics:
106-
- Name: The etcd service
107-
File: microshift-etcd
108-
- Name: The sos report tool
109-
File: microshift-sos-report
110-
- Name: Getting your cluster ID
111-
File: microshift-getting-cluster-id
112-
- Name: Getting support
113-
File: microshift-getting-support
114-
---
115102
Name: Configuring
116103
Dir: microshift_configuring
117104
Distros: microshift
@@ -198,6 +185,13 @@ Topics:
198185
- Name: Understanding storage migration
199186
File: microshift-storage-migration
200187
---
188+
Name: Using AI models
189+
Dir: microshift_ai
190+
Distros: microshift
191+
Topics:
192+
- Name: Using artificial intelligence with MicroShift
193+
File: microshift-rhoai
194+
---
201195
Name: Running applications
202196
Dir: microshift_running_apps
203197
Distros: microshift
@@ -239,6 +233,19 @@ Topics:
239233
- Name: Automated recovery from manual backups
240234
File: microshift-auto-recover-manual-backup
241235
---
236+
Name: Support
237+
Dir: microshift_support
238+
Distros: microshift
239+
Topics:
240+
- Name: The etcd service
241+
File: microshift-etcd
242+
- Name: The sos report tool
243+
File: microshift-sos-report
244+
- Name: Getting your cluster ID
245+
File: microshift-getting-cluster-id
246+
- Name: Getting support
247+
File: microshift-getting-support
248+
---
242249
Name: Troubleshooting
243250
Dir: microshift_troubleshooting
244251
Distros: microshift

microshift_ai/_attributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/

microshift_ai/images

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images/

microshift_ai/microshift-rhoai.adoc

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="microshift-rh-openshift-ai"]
3+
include::_attributes/attributes-microshift.adoc[]
4+
= Using Red Hat OpenShift AI with {microshift-short}
5+
:context: microshift-rh-openshift-ai
6+
7+
toc::[]
8+
9+
Learn how to serve artificial intelligence (AI) models on your {microshift-short} edge deployments in a lightweight manner.
10+
11+
include::modules/microshift-rhoai-con.adoc[leveloffset=+1]
12+
13+
//include::modules/ [leveloffset=+1]
14+

microshift_ai/modules

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules/

microshift_ai/snippets

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../snippets/

modules/microshift-rhoai-con.adoc

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * microshift_ai/microshift-rhoai.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="microshift-rhoai-con_{context}"]
7+
= How {rhoai-full} works in {microshift-short}
8+
9+
You can train an artificial intelligence (AI) model in the cloud or datacenter on {OCP}, then serve your model in your edge deployments on {microshift-short}.
10+
11+
{rhoai-full} ({rhoia}) is a platform for data scientists and developers of AI and machine learning (AI/ML) applications.
12+
13+
{rhoia} provides an environment to develop, train, serve, test, and monitor AI/ML models and applications on-premise or in the cloud.
14+
15+
For data scientists, OpenShift AI includes Jupyter and a collection of default notebook images optimized with the tools and libraries required for model development, and the TensorFlow and PyTorch frameworks. Deploy and host your models, integrate models into external applications, and export models to host them in any hybrid cloud environment. You can enhance your data science projects on OpenShift AI by building portable machine learning (ML) workflows with data science pipelines, using Docker containers. You can also accelerate your data science experiments through the use of graphics processing units (GPUs) and Intel Gaudi AI accelerators.
16+
17+
For administrators, OpenShift AI enables data science workloads in an existing Red Hat OpenShift or ROSA environment. Manage users with your existing OpenShift identity provider, and manage the resources available to notebook servers to ensure data scientists have what they require to create, train, and host models. Use accelerators to reduce costs and allow your data scientists to enhance the performance of their end-to-end data science workflows using graphics processing units (GPUs) and Intel Gaudi AI accelerators.

0 commit comments

Comments
 (0)