From ae3005db256a2a8248c2d0ff438fa04423372836 Mon Sep 17 00:00:00 2001 From: Michelle McCausland <141345897+michellemacrh@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:06:50 +0100 Subject: [PATCH] Create AAP 2.6 inventory files for Tested deployment models (#3912) Create AAP 2.6 inventory files for Tested deployment models https://issues.redhat.com/browse/AAP-47926 --- downstream/snippets/inventory-rpm-a-env-a.adoc | 16 ++++++++-------- downstream/snippets/inventory-rpm-b-env-a.adoc | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/downstream/snippets/inventory-rpm-a-env-a.adoc b/downstream/snippets/inventory-rpm-a-env-a.adoc index 0b3d680733..aa01e2baba 100644 --- a/downstream/snippets/inventory-rpm-a-env-a.adoc +++ b/downstream/snippets/inventory-rpm-a-env-a.adoc @@ -4,11 +4,11 @@ ---- # This is the {PlatformNameShort} installer inventory file intended for the RPM growth deployment topology. # Consult the {PlatformNameShort} product documentation about this topology's tested hardware configuration. -# {URLTopologies}/rpm-topologies +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/tested_deployment_models/rpm-topologies # # Consult the docs if you are unsure what to add # For all optional variables consult the {PlatformNameShort} documentation: -# {URLInstallationGuide} +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/index # This section is for your {Gateway} hosts @@ -47,7 +47,7 @@ db.example.org [all:vars] # Common variables -# {URLInstallationGuide}/appendix-inventory-files-vars#general-variables +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#general-variables # ----------------------------------------------------- registry_username= registry_password= @@ -55,30 +55,30 @@ registry_password= redis_mode=standalone # {GatewayStart} -# {URLInstallationGuide}/appendix-inventory-files-vars#platform-gateway-variables +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#platform-gateway-variables # ----------------------------------------------------- automationgateway_admin_password= automationgateway_pg_host=db.example.org automationgateway_pg_password= # {ControllerNameStart} -# {URLInstallationGuide}/appendix-inventory-files-vars#controller-variables +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#controller-variables # ----------------------------------------------------- admin_password= pg_host=db.example.org pg_password= # {HubNameStart} -# {URLInstallationGuide}/appendix-inventory-files-vars#hub-variables +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#hub-variables # ----------------------------------------------------- automationhub_admin_password= automationhub_pg_host=db.example.org automationhub_pg_password= # {EDAcontroller} -# {URLInstallationGuide}/appendix-inventory-files-vars#event-driven-ansible-variables +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#event-driven-ansible-variables # ----------------------------------------------------- automationedacontroller_admin_password= automationedacontroller_pg_host=db.example.org automationedacontroller_pg_password= ----- \ No newline at end of file +---- diff --git a/downstream/snippets/inventory-rpm-b-env-a.adoc b/downstream/snippets/inventory-rpm-b-env-a.adoc index fce25e63de..c42f3be2be 100644 --- a/downstream/snippets/inventory-rpm-b-env-a.adoc +++ b/downstream/snippets/inventory-rpm-b-env-a.adoc @@ -5,7 +5,7 @@ # This is the {PlatformNameShort} enterprise installer inventory file # Consult the docs if you are unsure what to add # For all optional variables consult the Red Hat documentation: -# {URLInstallationGuide} +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/index # This section is for your {Gateway} hosts # ----------------------------------------------------- @@ -51,13 +51,13 @@ eda2.example.org [all:vars] # Common variables -# {URLInstallationGuide}/appendix-inventory-files-vars#general-variables +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#general-variables # ----------------------------------------------------- registry_username= registry_password= # {GatewayStart} -# {URLInstallationGuide}/appendix-inventory-files-vars#platform-gateway-variables +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#platform-gateway-variables # ----------------------------------------------------- automationgateway_admin_password= automationgateway_pg_host= @@ -66,7 +66,7 @@ automationgateway_pg_username= automationgateway_pg_password= # {ControllerNameStart} -# {URLInstallationGuide}/appendix-inventory-files-vars#controller-variables +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#controller-variables # ----------------------------------------------------- admin_password= pg_host= @@ -75,7 +75,7 @@ pg_username= pg_password= # {HubNameStart} -# {URLInstallationGuide}/appendix-inventory-files-vars#hub-variables +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#hub-variables # ----------------------------------------------------- automationhub_admin_password= automationhub_pg_host= @@ -84,11 +84,11 @@ automationhub_pg_username= automationhub_pg_password= # {EDAcontroller} -# {URLInstallationGuide}/appendix-inventory-files-vars#event-driven-ansible-variables +# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#event-driven-ansible-variables # ----------------------------------------------------- automationedacontroller_admin_password= automationedacontroller_pg_host= automationedacontroller_pg_database= automationedacontroller_pg_username= automationedacontroller_pg_password= ----- \ No newline at end of file +----