Skip to content

Commit 55377b1

Browse files
Add required vars to cont-b inventory files (#2390)
Add the following variables to the inventory file examples for the enterprise container topology - postgresql_admin_username - postgresql_admin_password This affects Supported deployment models and Containerized installation docs. Documentation for enterprise containerized 2.5 installation has misleading inventory example https://issues.redhat.com/browse/AAP-33520
1 parent b8a6c92 commit 55377b1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

downstream/modules/platform/proc-installing-containerized-aap.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ eda2.example.org
155155
# Common variables
156156
# {URLContainerizedInstall}/appendix-inventory-files-vars#ref-general-inventory-variables
157157
# -----------------------------------------------------
158+
postgresql_admin_username=<set your own>
159+
postgresql_admin_password=<set your own>
158160
registry_username=<your RHN username>
159161
registry_password=<your RHN password>
160162

downstream/modules/topologies/ref-cont-b-env-a.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ eda2.example.org
126126
# Common variables
127127
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/containerized_installation/appendix-inventory-files-vars#ref-general-inventory-variables
128128
# -----------------------------------------------------
129+
postgresql_admin_username=<set your own>
130+
postgresql_admin_password=<set your own>
129131
registry_username=<your RHN username>
130132
registry_password=<your RHN password>
131133

0 commit comments

Comments
 (0)