Announcing AWX 10.0.0

Hey everyone,

We’re excited to announce a new major version of AWX, 10.0.0.

Here are some of the notable changes from the official changelog (https://github.com/ansible/awx/blob/devel/CHANGELOG.md):

Happy automating!

Hey everyone,

In previous version AWX-HA-Cluster builded via RabbitMQ-Cluster, but now AWX no longer relies on RabbitMQ.

How to build AWX-HA-Cluster with Redis? Do you have documentation about this?

Thank you for answering my question.

Hello,

I’m looking for this too.

Thanks to anyone who find out.

Fabrice BERTRAND (f.bertrand@autosur.com) said:

Hello,

I'm looking for this too.

Thanks to anyone who find out.

Short answer is you don't use redis to build the cluster, redis is unrelated to
clustering. It's now using postgres for inter-node communication.
For more information, see https://groups.google.com/d/msgid/awx-project/c2b636b7-e525-4955-817a-793fb43e4a48%40googlegroups.com?utm_medium=email&utm_source=footer
and https://github.com/ansible/awx/issues/5443.

Bill

Thanks you for answer.

But i have a problem with AWX-HA-Cluster instalations.

Content inventroy-file:

`
[tower]
node1
node2
node3

[all:vars]

dockerhub_base=ansible

awx_task_hostname=awx
awx_web_hostname=awxweb
postgres_data_dir=“~/.awx/pgdocker”
host_port=80
host_port_ssl=443
docker_compose_dir=“~/.awx/awxcompose”

pg_hostname=db_external
pg_username=dbusername
pg_password=dbuserpass
pg_database=awxdb
pg_port=5432

admin_user=admin
admin_password=pass_for_admin

create_preload_data=True

secret_key=mysecret

`

After launch i get 3 nodes with containers

`
ansible/awx_task:10.0.0
ansible/awx_web:10.0.0
memcached:alpine
redis

`

But when i trying open awx web-page i see “Error 500: Internal Server Error”

Do you have documentations about correctly drawing up inventory-file?

I found mistake with external db and fixed it.

Install complete. But i see 1 instances in Instance Group.

When i start Templates Job i see connects from all nodes in AWX-HA-Cluster. To my mind i must see connect from 1 node.

Also I have 3 nodes and i want to see 3 instances in Instance Group.

Tell me please, what is wrong?

Hello,

I’m interested with installing AWX HA with Redis and didn’t know if it will work or not (Since Redis in HA mode needs some special configuration, Sentinel…)

Wanted to know if you’ve face the same problems ? and if you still have the issue ? :slight_smile:

Thank you in advance