You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: glues/ai-library-intro.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@ Applications in the {sregistry} are not built by the {suse} build system.
34
34
They are mirrored upstream projects with attached supply chain artifacts.
35
35
These artifacts help you source popular applications and tools in the AI ecosystem from a single source and provide built-in visibility into their upstream origins.
36
36
Learn more on the registry's link:https://registry.suse.com/[Web site]
37
-
ifdef::deployment_standard[]
37
+
ifeval::["{PROF_DEPLOYMENT}" == "standard"]
38
38
and refer to xref:ai-library-apps-verifying[] to see how to verify the supply chain artifacts
39
39
endif::[]
40
40
.
41
41
42
-
ifdef::deployment_standard[]
42
+
ifeval::["{PROF_DEPLOYMENT}" == "standard"]
43
43
You can install the required {ailibrary} component {helm} charts using one of the following methods:
44
44
45
45
* Install each AI application manually using the {helm} CLI as described in xref:suse-ai-deploy-suse-ai[].
Copy file name to clipboardExpand all lines: glues/ai-ssecurity-intro.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
= Installing {ssecurity}
3
3
4
4
This chapter describes how to install {ssecurity} to scan {suseai} nodes for vulnerabilities and improve data protection.
5
-
ifdef::deployment_standard[]
5
+
ifeval::["{PROF_DEPLOYMENT}" == "standard"]
6
6
You can install it either using xref:suse-security-installation-rancher[{ranchermanager}] or on any xref:suse-security-installation-kubernetes[{kube} cluster].
Copy file name to clipboardExpand all lines: references/AI-installation-flowchart.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ endif::[]
21
21
:override-abstract!:
22
22
:override-title!:
23
23
24
-
ifdef::deployment_standard[]
24
+
ifeval::["{PROF_DEPLOYMENT}" == "standard"]
25
25
The presented steps mainly relate to *manual* command-line installation.
26
26
27
27
However, there are alternative installation methods that can ease parts of the installation process.
@@ -34,13 +34,13 @@ The chart focuses on the following possible scenarios:
34
34
* You have a supported Linux operating system and {kube} distribution installed on cluster nodes.
35
35
* You have {rancherprime} and all supportive components installed on the {kube} cluster and are prepared to install the required applications from the {ailibrary}.
Copy file name to clipboardExpand all lines: tasks/AI-deployment-ailibrary-installing.adoc
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,14 @@ endif::[]
21
21
:revdate: 2026-02-10
22
22
:page-revdate: {revdate}
23
23
24
-
ifdef::deployment_standard[]
24
+
ifeval::["{PROF_DEPLOYMENT}" == "standard"]
25
25
This procedure includes steps to install {ailibrary} applications.
26
26
endif::[]
27
-
ifdef::deployment_airgap[]
27
+
ifeval::["{PROF_DEPLOYMENT}" == "airgapped"]
28
28
This procedure includes steps to install {ailibrary} applications in an air-gapped environments.
29
29
endif::[]
30
30
31
-
ifdef::deployment_airgap[]
31
+
ifeval::["{PROF_DEPLOYMENT}" == "airgapped"]
32
32
[NOTE]
33
33
====
34
34
If the following steps do not specify on which part of the air-gapped architecture--_local_ or _remote_--the task should be performed, assume _remote_.
@@ -42,11 +42,11 @@ It is a separate entitlement from {rancherprime}.
42
42
. Visit link:https://apps.rancher.io/[] to perform the check for the {productname} entitlement.
43
43
If the entitlement check is successful, you are given access to pull and deploy the {productname}-related {helm} charts and container images available on {sappco}.
44
44
. Visit the {sappco}, sign in and get the user access token as described in link:https://docs.apps.rancher.io/get-started/authentication/[].
45
-
ifdef::deployment_airgap[]
45
+
ifeval::["{PROF_DEPLOYMENT}" == "airgapped"]
46
46
. Visit {scc}, select the organization with an active {productname} subscription from the left sidebar, and save the registration code for the {productname} subscription.
47
47
. On the _local_ cluster, create a {kube} namespace if it does not already exist.
48
48
endif::[]
49
-
ifdef::deployment_standard[]
49
+
ifeval::["{PROF_DEPLOYMENT}" == "standard"]
50
50
. Create a {kube} namespace if it does not already exist.
51
51
endif::[]
52
52
The steps in this procedure assume that all containers are deployed into the same namespace, referred to as `SUSE_AI_NAMESPACE`.
@@ -94,7 +94,7 @@ The username is `regcode` and the password is the {scca} registration code of yo
94
94
-u regcode \
95
95
-p <SCC_REG_CODE>
96
96
----
97
-
ifdef::deployment_airgap[]
97
+
ifeval::["{PROF_DEPLOYMENT}" == "airgapped"]
98
98
. On the _remote_ host, download the `SUSE-AI-get-images.sh` script from the xref:ai-air-gap-stack[air-gap stack] and run it.
99
99
+
100
100
[source,bash,subs="+attributes"]
@@ -117,20 +117,20 @@ Set `DST_REGISTRY_USERNAME` and `DST_REGISTRY_PASSWORD` environment variables if
117
117
endif::[]
118
118
. Install {certmanager} as described in xref:cert-manager-installing[].
119
119
. Install {ailibrary} components.
120
-
ifdef::deployment_standard[]
120
+
ifeval::["{PROF_DEPLOYMENT}" == "standard"]
121
121
You can either install each component separately, or use the {saideployer} chart to install the components together as described in xref:ailibrary-installing-deployer[].
122
122
endif::[]
123
123
124
-
ifdef::deployment_airgap[]
124
+
ifeval::["{PROF_DEPLOYMENT}" == "airgapped"]
125
125
.. Install {milvus} as described in xref:milvus-installing[].
126
126
endif::[]
127
-
ifdef::deployment_standard[]
127
+
ifeval::["{PROF_DEPLOYMENT}" == "standard"]
128
128
.. Install an application with vector database capabilities.
129
129
{owui} supports either xref:opensearch-installing[{opensearch}] or xref:milvus-installing[{milvus}].
130
130
endif::[]
131
131
.. _(Optional)_ Install {ollama} as described in xref:ollama-installing[].
132
132
.. Install {owui} as described in xref:owui-installing[].
133
-
ifdef::deployment_standard[]
133
+
ifeval::["{PROF_DEPLOYMENT}" == "standard"]
134
134
.. Install {vllm} as described in xref:vllm-installing[].
135
135
.. Install {mcpo} as described in xref:mcpo-installing[].
136
136
.. Install {pytorch} as described in xref:pytorch-installing[].
0 commit comments