I deployed AWX (1.0.4.113) on Kubernetes cluster. But I cannot even get SCM revision on Demo Project. I can do this manually on awx_task container (git clone https://github.com/ansible/ansible-tower-samples). What could be the reason?
You’ll need to run the project update first (click the launch icon on the project)… as part of the preload data we put the project definition in but don’t include the actual project files instead they’ll be synced when you manually update the project or when you run a job using the project (such as the demo Job Template)
I have talked to you on Freenode. I did click the launch icon on the project; but nothing happened after the click.
I deployed AWX on Tectonic Kubernetes cluster by using ansible-playbook after modified the inventory file to use Kubernetes. I also customized the awx_task and awx_web images to keep root account.
Lets start by looking at the task container logs from around the time you launched the project update. Are there any errors on the javascript console when you attempt to launch the project update?