automate-tower-ha-dr icon indicating copy to clipboard operation
automate-tower-ha-dr copied to clipboard

Configure High Availability and/or Disaster Recovery on a Tower Cluster

Results 13 automate-tower-ha-dr issues
Sort by recently updated
recently updated
newest added

Testing with Tower 3.8.4-1 and Ansible 2.9.25. The tower_inventory role has a step to refresh the inventory: ``` - name: refresh_inventory meta: refresh_inventory ``` When running any of the `...

- Updating playbook for more flexibility - Using postgresql_query module for queries - Replacing python script with awx-manage to run on both RHEL7 and RHEL8

Failover and failback may not work with with licensing changes

Please clarify the process for re-enabling replication once the primary database has been repaired: "....Also ensure the database_replica group has the repaired database host if you took it out before...

``` TASK [tower_install : run tower installer for version 3.5.2-1] ******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************* task path: /root/automate-tower-ha-dr/roles/tower_install/tasks/main.yml:9 Using module file /usr/lib/python3.6/site-packages/ansible/modules/commands/command.py Pipelining is enabled. ESTABLISH LOCAL CONNECTION FOR USER: root EXEC /bin/sh -c...

bug

TASK [tower-installer/ansible-tower-setup-3.6.4-1/roles/repos_el : Copy bundle packages to repo source directory] ******************************************* fatal: [towerdb3]: FAILED! => changed=false cmd: sshpass -d4 /usr/bin/rsync --delay-updates -F --compress --delete-after --archive --rsh=/usr/bin/ssh -S none -o StrictHostKeyChecking=no...

Hi, is there anything specific to consider while doing cluster upgrades? I assume first of all, one can add several [tower] section inventory items to make it cluster, right? Then...

pgsqlrep_wal_level: "hot_standby" should be changed to "replica" for postresql 10+

there's a lot of options in tasks that are coded. This will need to be changed into variables. Preferable into a group_vars/all.yml or change depending on the group.

enhancement

pg_host needs to be an ip address, but it is possible that pg_host is defined as a hostname. This PR ensures that an ip address is always used for checking...