Slack notifications are failing
Install AWX with docker. Setup Slack notifications and test it. Error message " Job Notification: Notification failed" will appear.
The slack message should be sent successfully.
Nothing sent, error message appears.
AWX is installed with the database on the separate box. SSL was configured with nginx.
may have the same source of error as https://github.com/ansible/awx/issues/2161
@larrybg Managed to make it work:
@computerlyrik, we already have Slack boat and our existing Tower instance can send notifications to our channel. But AWX cannot send test notifications with the same Notifications settings. I'm using the same channel name and token. It's clearly AWX problem
@computerlyrik Found the problem - just added the # at the beginning the channel name...
It's clearly stating that The pound symbol (#) is not required, but you MUST put it with the channel name
@larrybg Nope. Not on my side. Without # works good for me.
Just a note: I set up the AWX today, and i used a git checkout 1.0.7 before running the install playbook. Just to make sure i am on the latest release version and not getting some in-between-version-bugs from master :)
@computerlyrik That is the only change I did... hmm.. weird but it's working now
got the same results as the last messages in this thread:
Also:
Most helpful comment
@larrybg Managed to make it work: