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: content/patterns/federated-edge-observability/getting-started.adoc
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,9 +212,7 @@ $ git commit -m "No updates"
212
212
$ git push origin my-branch
213
213
----
214
214
215
-
The preferred way to install this pattern is You can proceed to install the {fe-pattern} pattern by using the web console or from command line by using the script `./pattern.sh` script.
216
-
217
-
To install the {fe-pattern} pattern by using the web console you must first install the Validated Patterns Operator. The Validated Patterns Operator installs and manages Validated Patterns.
215
+
The preferred way to install this pattern is to use the script `./pattern.sh` script.
218
216
219
217
[id="deploying-cluster-using-patternsh-file"]
220
218
== Deploying the cluster by using the pattern.sh file
@@ -248,10 +246,8 @@ $ ./pattern.sh make install
248
246
249
247
.Verification
250
248
251
-
. Verify that the Operators have been installed.
252
-
253
-
.. To verify, in the OpenShift Container Platform web console, navigate to *Operators → Installed Operators* page.
254
-
+
249
+
. Verify that the Operators have been installed, in the OpenShift Container Platform web console, navigate to *Operators → Installed Operators* page.
A fully functional installation of the Ansible Automation Platform operator is installed on your OpenShift cluster to configure and
291
-
maintain the VMs for this demo. AAP maintains a dynamic inventory of kiosk machines and can configure a VM from template to fully functional
292
-
kiosk in about 10 minutes.
286
+
A fully functional installation of the Ansible Automation Platform operator is installed on your OpenShift cluster to configure and maintain the VMs for this demo. AAP maintains a dynamic inventory of kiosk machines and can configure a VM from template to fully functional kiosk in about 10 minutes.
OpenShift Virtualization is a Kubernetes-native way to run virtual machine workloads. It is used in this pattern to host VMs simulating an
297
-
Edge environment; the chart that configures the VMs is designed to be flexible to allow easy customization to model different VM sizes, mixes,
298
-
versions and profiles for future pattern development.
290
+
OpenShift Virtualization is a Kubernetes-native way to run virtual machine workloads. It is used in this pattern to host VMs simulating an Edge environment; the chart that configures the VMs is designed to be flexible to allow easy customization to model different VM sizes, mixes, versions and profiles for future pattern development.
299
291
300
292
=== HashiCorp https://www.vaultproject.io/[Vault]
301
293
302
-
Vault is used as the authoritative source for the Kiosk ssh pubkey via the External Secrets Operator. As part of this pattern HashiCorp Vault
303
-
has been installed. Refer to the section on https://validatedpatterns.io/secrets/vault/[Vault].
294
+
Vault is used as the authoritative source for the Kiosk ssh pubkey via the External Secrets Operator. As part of this pattern HashiCorp Vault has been installed. Refer to the section on https://validatedpatterns.io/secrets/vault/[Vault].
0 commit comments