Klaas Demter

Results 125 comments of Klaas Demter

memcached was removed from awx in 12, I'd guess we need to change this role to reflect the upstream changes in kubernetes role; CCing @cfelder https://github.com/ansible/awx/pull/7240

https://github.com/ikke-t/awx_pod/blob/master/templates/settings.py.j2 https://github.com/ansible/awx/blob/devel/installer/roles/kubernetes/templates/configmap.yml.j2#L128-L202 and https://github.com/ansible/awx/blob/devel/installer/roles/kubernetes/templates/deployment.yml.j2 https://github.com/ikke-t/awx_pod/blob/master/templates/awx.yml.j2 don't have my test setup ready at the moment so I won't get around to that soon :D

If I recall right awx assumes it runs priviledged, so you won't need to change the runscripts but add priviledged to the web container. With 11 it seems this was...

and for the no preload, I am guessing you could just configmap a launch_awx_task.sh into the image, then you don't need to rebuild it. But that would make a fine...

@cfelder https://github.com/ikke-t/awx_pod/blob/master/templates/awx.yml.j2#L216-L217 that also for the web container, that should help :)

It should be honoured, otherwise the tasks container should have never been working :) but upstream also changed the security context to unpriviledged for all containers: https://github.com/ansible/awx/commit/b13a175668e8d120046462f08f6a78b43ddc05cf so maybe there...

https://github.com/ansible/awx/blob/devel/installer/roles/kubernetes/templates/configmap.yml.j2#L128-L207 that's how the file looks in the awx kubernetes install - that's where I copied the last version from :D

I could never get the proot working though: https://github.com/ikke-t/awx_pod/pull/7

Hi, https://github.com/ansible/awx/blob/devel/installer/roles/local_docker/tasks/upgrade_postgres.yml that _should_ work. I've sucessfully updated awx from 6.something and 9.3. to 10, but I have been using the sclorg postgres image from start (which includes an upgrade...

I did not find a way to easily migrate from docker library postgres to sclorg postgres images :)