From e62006c515f040fc1d4cc8607199862cf468c632 Mon Sep 17 00:00:00 2001 From: Elizabeth Murtough Date: Wed, 11 Mar 2026 05:51:14 -0400 Subject: [PATCH 1/2] AAP-68152 updated inventory file variables in installation procedure and vartiable table --- .../proc-installing-automation-dashboard.adoc | 10 ++++++++++ .../ref-automation-dashboard-inventory-variables.adoc | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/downstream/modules/automation-dashboard/proc-installing-automation-dashboard.adoc b/downstream/modules/automation-dashboard/proc-installing-automation-dashboard.adoc index 504a20a833..b6d42ed646 100644 --- a/downstream/modules/automation-dashboard/proc-installing-automation-dashboard.adoc +++ b/downstream/modules/automation-dashboard/proc-installing-automation-dashboard.adoc @@ -101,6 +101,7 @@ vi inventory ** Change the RHEL 9 or RHEL 10 host occurrences from `host.example.com` to your FQDN host ** Change the phrase `TODO` to match your passwords within all `_admin_password` or `_pg_password` values. ** Change the `dashboard_pg_host` value to the IP address or DNS name of the database server. +** If your automation dashboard images are hosted in a different registry than your core components, you must provide separate login credentials using the `registry_url_aap_automation_dashboard` variables. * For more information, see the link:https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/{PlatformVers}/html/using_automation_dashboard/assembly-appendix-inventory-file-automation-dashboard#ref-automation-dashboard-inventory-variables[Inventory variables] section of this document. ==== + @@ -170,8 +171,17 @@ redis_mode=standalone postgresql_admin_username=postgres postgresql_admin_password=TODO +# Standard registry settings # registry_username= # registry_password= + +# Dashboard Registry - optional (use if dashboard images are in a different registry) +# registry_url_aap_automation_dashboard=quay.io +# registry_ns_aap_automation_dashboard=ansible +# registry_username_aap_automation_dashboard=TODO +# registry_password_aap_automation_dashboard=TODO +# registry_tls_verify_aap_automation_dashboard=True + # AAP Dashboard - mandatory # -------------------------- dashboard_pg_containerized=True diff --git a/downstream/modules/automation-dashboard/ref-automation-dashboard-inventory-variables.adoc b/downstream/modules/automation-dashboard/ref-automation-dashboard-inventory-variables.adoc index d7a5a2e1c6..a82ebb8159 100644 --- a/downstream/modules/automation-dashboard/ref-automation-dashboard-inventory-variables.adoc +++ b/downstream/modules/automation-dashboard/ref-automation-dashboard-inventory-variables.adoc @@ -103,4 +103,13 @@ The following variables control how {AutomationDashboardName} interacts with rem |`registry_ns_aap_automation_dashboard` |Configures a custom namespace specifically for the {AutomationDashboardName} images. + +|`registry_username_aap_automation_dashboard` +|The username for the custom registry defined in `registry_url_aap_automation_dashboard`. Required if the dashboard registry differs from the primary registry. + +|`registry_password_aap_automation_dashboard` +|The password for the custom registry defined in `registry_url_aap_automation_dashboard`. Required if the dashboard registry differs from the primary registry. + +|`registry_tls_verify_aap_automation_dashboard` +|Enforces or disables TLS certificate verification when pulling {AutomationDashboardName} images from a custom registry. Default: `True`. |=== \ No newline at end of file From 55cb2dad0ba5f2e1a42af7264e28024fb79bc7c7 Mon Sep 17 00:00:00 2001 From: Elizabeth Murtough Date: Wed, 11 Mar 2026 08:14:43 -0400 Subject: [PATCH 2/2] AAP-68152 updated following peer review --- .../proc-installing-automation-dashboard.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/downstream/modules/automation-dashboard/proc-installing-automation-dashboard.adoc b/downstream/modules/automation-dashboard/proc-installing-automation-dashboard.adoc index b6d42ed646..84ef924aa7 100644 --- a/downstream/modules/automation-dashboard/proc-installing-automation-dashboard.adoc +++ b/downstream/modules/automation-dashboard/proc-installing-automation-dashboard.adoc @@ -101,7 +101,7 @@ vi inventory ** Change the RHEL 9 or RHEL 10 host occurrences from `host.example.com` to your FQDN host ** Change the phrase `TODO` to match your passwords within all `_admin_password` or `_pg_password` values. ** Change the `dashboard_pg_host` value to the IP address or DNS name of the database server. -** If your automation dashboard images are hosted in a different registry than your core components, you must provide separate login credentials using the `registry_url_aap_automation_dashboard` variables. +** If your automation dashboard images are hosted in a different registry than your core components, you must provide separate login credentials using the `registry__aap_automation_dashboard` variables. * For more information, see the link:https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/{PlatformVers}/html/using_automation_dashboard/assembly-appendix-inventory-file-automation-dashboard#ref-automation-dashboard-inventory-variables[Inventory variables] section of this document. ==== + @@ -177,7 +177,7 @@ postgresql_admin_password=TODO # Dashboard Registry - optional (use if dashboard images are in a different registry) # registry_url_aap_automation_dashboard=quay.io -# registry_ns_aap_automation_dashboard=ansible +# registry_ns_aap_automation_dashboard=aap # registry_username_aap_automation_dashboard=TODO # registry_password_aap_automation_dashboard=TODO # registry_tls_verify_aap_automation_dashboard=True