1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 13:55:31 +03:00
awx/installer
Shane McDonald 85deb8711c
Add queue / instance group registration to heartbeat for k8s installs
There is some history here.

https://github.com/ansible/awx/pull/7190 <- This PR was an attempt at fixing a
bug notting ran into where some jobs on k8s installs would get stuck in Waiting
forever.

The PR mentioned above introduced a bug where there are no instance groups on a
fresh k8s-based install. This is because this process currently happens in the
launch scripts, before the database is up.

With this patch, queue / instance group registration happens in the heartbeat,
right after auto-registering the instance.
2020-06-10 16:55:27 -04:00
..
roles Add queue / instance group registration to heartbeat for k8s installs 2020-06-10 16:55:27 -04:00
build.yml yamllint: Make all files in awx pass yamllint 2019-12-02 15:12:51 +01:00
install.yml yamllint: Make all files in awx pass yamllint 2019-12-02 15:12:51 +01:00
inventory Initial migration of rabbitmq -> redis for k8s installs 2020-03-18 16:10:17 -04:00