21.1.0 to 21.2.0 Upgrade Failure

Hello,

I am updating AWX with kustomazation.yaml in microk8s environment. I put all errors in github gist . This is a short review for all people.

Github gist: https://gist.github.com/rection/c889e6f74a0d1fe9c43fa19b7ddd5134

My failure appeared at awx-operator deployment in awx-manager container. These outputs comes from this container log output.


--------------------------- Ansible Task StdOut ------------------------------- 

TASK [Apply Resources] ******************************** 
fatal: [localhost]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 

------------------------------------------------------------------------------- 
{"level":"error","ts":1664204002.6927752,"logger":"logging_event_handler","msg":"","name":"awx-demo","namespace":"awx","gvk":"awx.ansible.com/v1beta1, Kind=AWX","event_type":"runner_on_failed","job":"492042192980930187","EventData.Task":"Apply Resources","EventData.TaskArgs":"","EventData.FailedTaskPath":"/opt/ansible/roles/installer/tasks/resources_configuration.yml:30","error":"[playbook task failed]"}

Best,
Safa

Can you add

no_log: “False”

see https://github.com/ansible/awx-operator#no-log

to your awx-demo.yml spec and re-apply the AWX CRD (kubectl apply -f awx-demo.yml)

This should give you more detailed logging for the operator. Feel free to post the details as a followup and we’ll take a look

Thanks

AWX Team

Hello,

I tried add before too but I got validation error.

Best,
Safa

(attachments)



MicrosoftTeams-image (5).png