Skip to content

Commit e0674e5

Browse files
committed
Adding SME review comments 10
1 parent 00d3da5 commit e0674e5

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

content/patterns/federated-edge-observability/ansible-automation-platform.adoc

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ weight: 20
44
aliases: /federated-edge-observability/aap/
55
---
66

7-
:toc:
7+
:toc: right
88
:imagesdir: /images
99
:_content-type: ASSEMBLY
1010
include::modules/comm-attributes.adoc[]
1111

1212
[id="ansible-automation-pattern"]
1313
== Logging in to the Ansible Automation Platform
1414

15-
The default login user for the AAP interface is `admin`, and the password is randomly generated during installation. This password is required to access the interface. However, logging into the interface is not necessary, as the pattern automatically configures the AAP instance. The pattern retrieves the password using the same method as the `ansible_get_credentials.sh` script (described below).
15+
The default login user for the AAP interface is `admin`, and the password is randomly generated during installation. This password is required to access the interface. However, logging into the interface is not necessary, as the pattern automatically configures the AAP instance. The pattern retrieves the password by using the same method as the `ansible_get_credentials.sh` script (described below).
1616

1717
If you need to inspect the AAP instance or modify its configuration, there are two ways to log in. Both methods give access to the same instance using the same password.
1818

@@ -21,8 +21,7 @@ If you need to inspect the AAP instance or modify its configuration, there are t
2121

2222
Follow these steps to log in to the Ansible Automation Platform using the OpenShift console:
2323

24-
. In the OpenShift console, go to *Workloads* > *Secrets* and select the `ansible-automation-platform` project if you want to limit the number
25-
of secrets you can see.
24+
. In the OpenShift console, go to *Workloads* > *Secrets* and select the `ansible-automation-platform` project if you want to limit the number of secrets you can see.
2625
+
2726
.AAP secret
2827
image::/images/federated-edge-observability/ocp-console-secrets-aap-admin-password.png[federated-edge-observability-operators,title="AAP secret"]
@@ -34,16 +33,15 @@ image::/images/federated-edge-observability/ocp-console-secrets-aap-admin-passwo
3433
.AAP secret detail
3534
image::/images/federated-edge-observability/ocp-console-aap-admin-password-detail.png[federated-edge-observability-operators,title="AAP secret details"]
3635

37-
. Under *Networking* > *Routes*, click the URL for `aap` route to open the Ansible Automation Platform interface.
36+
. Under *Networking* > *Routes*, click the URL for the `aap` route to open the Ansible Automation Platform interface.
3837

39-
.. Log in using the `admin` user and the password you retrieved from the `aap-admin-password` secret. The following image shows the screen that appears after logging in
38+
.. Log in using the `admin` user and the password you retrieved from the `aap-admin-password` secret. The following image shows the screen that appears after logging in.
4039
+
4140
.AAP screen
4241
image::/images/federated-edge-observability/app-login.png[federated-edge-observability-operators,title="AAP screen"]
4342

44-
4543
[id="logging-in-using-secret-retrieved-using-script-ansible_get_credentials"]
46-
=== Logging in using secret retrieved using ansible_get_credentials.sh
44+
=== Logging in using a secret retrieved with ansible_get_credentials.sh
4745

4846
Follow this procedure to log in to the Ansible Automation Platform using the `ansible_get_credentials.sh` script:
4947

@@ -91,5 +89,4 @@ ok: [localhost] => {
9189
9290
PLAY RECAP ***********************************************************************************************************************************************************************************************
9391
localhost : ok=7 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
94-
95-
----
92+
----

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,7 @@ image::/images/federated-edge-observability/FEO-grafana.png[federated-edge-obser
281281
.federated-edge-observability-grafana
282282
image::/images/federated-edge-observability/FEO-grafana-plotted.png[federated-edge-observability-grafana,title="Federated Edge Observability displayed Graphs"]
283283

284-
See link:/federated-edge-observability/ansible-automation-platform/[AnsibleAutomation Platform] for more information on how this pattern uses the
285-
Ansible Automation Platform Operator for OpenShift.
284+
See link:/federated-edge-observability/ansible-automation-platform/[AnsibleAutomation Platform] for more information on how this pattern uses the Ansible Automation Platform Operator for OpenShift.
286285

287286
== Infrastructure Elements of this Pattern
288287

0 commit comments

Comments
 (0)