Skip to content

Commit 00886b6

Browse files
authored
Merge pull request #549 from kquinn1204/TELCODOCS-2203-fixes
fixing minor display issues
2 parents 0a8f5b8 + d766584 commit 00886b6

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

content/patterns/federated-edge-observability/getting-started.adoc

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,7 @@ $ git commit -m "No updates"
212212
$ git push origin my-branch
213213
----
214214

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.
218216

219217
[id="deploying-cluster-using-patternsh-file"]
220218
== Deploying the cluster by using the pattern.sh file
@@ -248,10 +246,8 @@ $ ./pattern.sh make install
248246

249247
.Verification
250248

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.
250+
+
255251
.federated-edge-observability-operators
256252
image::/images/federated-edge-observability/FEO-operators.png[federated-edge-observability-operators,title="Federated Edge Observability Operators"]
257253

@@ -287,17 +283,12 @@ See link:/federated-edge-observability/ansible-automation-platform/[AnsibleAutom
287283

288284
=== https://www.redhat.com/en/technologies/management/ansible[Ansible Automation Platform]
289285

290-
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.
293287

294288
=== OpenShift https://docs.openshift.com/container-platform/latest/virt/about_virt/about-virt.html[Virtualization]
295289

296-
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.
299291

300292
=== HashiCorp https://www.vaultproject.io/[Vault]
301293

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

Comments
 (0)