AWX 5.0.0

Hello everyone. As some of you have already noticed, we pushed AWX 5.0.0 yesterday.

We’re mainly bumping the major version due to the removal of /api/v1.

Some other notable changes and fixes are:

  • Bump Django Rest Framework from 3.7.7 to 3.9.4
  • Bump setuptools / pip dependencies
  • Fixed bug where Recent Notification list would not appear
  • Added notifications on job start
  • Ansible 2.8

For a full list of commits included in this release, see the tag page on GitHub: https://github.com/ansible/awx/releases/tag/5.0.0

Thanks,

Shane

Hello,

what's the recommended strategy to update from 4.0.0 -> 5.0.0?

Thanks.
Stefan

Shane McDonald:

Hi,

i’ve just updated the source code and started the install process again:

`

upstream https://github.com/ansible/awx.git

$ git fetch upstream
$ git checkout 5.0.0
$ cd installer/
$ ansible-playbook -i inventory install.yml
`

Important data are into an external postgresql database in my setup. I am not using this tool in productive so far.

Cheers
Flo

Hey,

I’ve upgraded from 4.0.0.0 to 5.0.0 and noticed that the Azure inventory plugin doesn’t save the credentials anymore. Did anybody else notice this?

Hi,

Every time I try to install V5.0.0. I install from the zip file https://github.com/ansible/awx/releases. I get the following error.

ERROR Error trying to receive messages: (0, 0): (403) ACCESS_REFUSED - Login was refused using authentication mechanism AMQPLAIN. For details see the broker logfile awx

and the first issue I hit is cannot sync any GIT repo’s. etc.

Has anyone else tried to install from scratch (not upgrade)?

Thanks
Calum

More info:

I have a playbook which installs AWX.

It installs versions upto 4.0.0 all day long but with V5.0.0 I keep getting the same error.

2019-07-01 06:23:18.862 [info] <0.7922.0> closing AMQP connection <0.7922.0> (172.18.0.5:39404 → 172.18.0.4:5672)
2019-07-01 06:23:19.343 [info] <0.7926.0> accepting AMQP connection <0.7926.0> (172.18.0.5:39406 → 172.18.0.4:5672)
2019-07-01 06:23:19.345 [error] <0.7926.0> Error on AMQP connection <0.7926.0> (172.18.0.5:39406 → 172.18.0.4:5672, state: starting):
AMQPLAIN login refused: user ‘guest’ - invalid credentials

I cannot identify the issue.

Any help appreciated.

Thanks

Calum