Skip to content

Commit f4bd2cb

Browse files
committed
trying to fix display for AAP 7
1 parent 4129e57 commit f4bd2cb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ include::modules/comm-attributes.adoc[]
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 by 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.
16+
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).
1617

1718
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.
1819

@@ -24,21 +25,21 @@ Follow these steps to log in to the Ansible Automation Platform using the OpenSh
2425
. 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.
2526
+
2627
.AAP secret
27-
image::/images/federated-edge-observability/ocp-console-secrets-aap-admin-password.png[federated-edge-observability-operators,title="AAP secret",width=800]
28+
image::/images/federated-edge-observability/ocp-console-secrets-aap-admin-password.png[federated-edge-observability-operators,title="AAP secret",width=1200]
2829

2930
.. Select the `aap-admin-password`.
3031

3132
.. In the Data field click *Reveal values* to display the password.
3233
+
3334
.AAP secret detail
34-
image::/images/federated-edge-observability/ocp-console-aap-admin-password-detail.png[federated-edge-observability-operators,title="AAP secret details",width=800]
35+
image::/images/federated-edge-observability/ocp-console-aap-admin-password-detail.png[federated-edge-observability-operators,title="AAP secret details",width=1200]
3536

3637
. Under *Networking* > *Routes*, click the URL for the `aap` route to open the Ansible Automation Platform interface.
3738

3839
.. 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.
3940
+
4041
.AAP screen
41-
image::/images/federated-edge-observability/app-login.png[federated-edge-observability-operators,title="AAP screen",width=800]
42+
image::/images/federated-edge-observability/app-login.png[federated-edge-observability-operators,title="AAP screen",width=1200]
4243

4344
[id="logging-in-using-secret-retrieved-using-script-ansible_get_credentials"]
4445
=== Logging in using a secret retrieved with ansible_get_credentials.sh

0 commit comments

Comments
 (0)