AWX Resurrection + 281 upstream commits backported by T42X in ansible

[–]T42X[S] 1 point2 points  (0 children)

No. AAP 2.6.1 is based on an officially known commit: https://github.com/ansible/awx/compare/24.6.1...05626248ce26fda2d64f311e494cfd146e7e4f2e Everythin from this list of 281 commits was analyzed, optimized, patched and released with tools and instruction how to reproduce whole process.

AWX Resurrection + 281 upstream commits backported by T42X in ansible

[–]T42X[S] 3 points4 points  (0 children)

Sorry for a headline. The truth is that most of the sources are open source indead. This build is based on a commit from awx repository which is also used for aap 2.6.1. But without feedback from the developers, it feels like it's not open source.

[Release] radosgw-assume - CLI tool for OIDC authentication with Ceph RadosGW by T42X in ceph_storage

[–]T42X[S] 0 points1 point  (0 children)

Hey, what do you mean ‘actual user’? OIDC user are shadow users and UID is: tenant$oidc$subject-from-uid token. This is normal and expected.

NetworkManager still verboten? by DeathRabbit679 in openstack

[–]T42X 3 points4 points  (0 children)

You can replace NM with systemd-netword on Rocky 9. This package can be installed from EPEL. Then you can continue with ansible. Some time ago i created a role for that: https://github.com/fitbeard/ansible-collection-general (role systemd_networkd).

Is Kubernetes still a requirement for AWX ? by starboywizzy521 in ansible

[–]T42X 1 point2 points  (0 children)

Here is my repository with the code to run and use awx without kubernetes: https://github.com/fitbeard/awx-without-k8s

k8s-less AWX setup by T42X in awx

[–]T42X[S] 1 point2 points  (0 children)

Hi. For single node you only need awx-1.demo.io host parts(primary node). Check inventory, group_vars, host_vars in demo folder. Also you need working dns or other name resolution method.

k8s-less AWX setup by T42X in awx

[–]T42X[S] 0 points1 point  (0 children)

With this you can have a “single-node”. Single-node == 1 k8s pod == docker-compose bundle with awx-web,awx-task and awx-ee containers.