I’m attempting to scale AWX, but am constantly running into road blocks. I have a couple of questions and hope someone from the community can point me in the right direction:
Is there a scaling guide for AWX? I’m sure a number of shops have run into this previously, so any best practices that the community has come up with would be awesome!
Is it possible to select a Container group for a job_template launch using the awx cli? or maybe a curl command? I’m attempting to isolate portions of my inventory to run on specific container groups so that we can scale. I might have to put in more work, but it’ll be pretty simple from a python scripting perspective.
I’m attempting to scale AWX, but am constantly running into road blocks. I have a couple of questions and hope someone from the community can point me in the right direction:
Is there a scaling guide for AWX? I’m sure a number of shops have run into this previously, so any best practices that the community has come up with would be awesome!
I’m not aware of a scaling guide specifically for AWX.
For the downstream Red Hat offerings there exists:
There are scatterings of many relevant settings/options for scaling the cluster in different ways. What are some of the road blocks you are running into? Maybe could link to more specific docs or use to help formulate what you are requesting.
Is it possible to select a Container group for a job_template launch using the awx cli? or maybe a curl command? I’m attempting to isolate portions of my inventory to run on specific container groups so that we can scale. I might have to put in more work, but it’ll be pretty simple from a python scripting perspective.
the hope / goal is to have a openshift/k8s/k3s cluster in each region/dc that can host jobs from awx and thus run the ansible much much much closer to the nodes. ideally, I would have an instance group as close as a single switch away from the nodes.
I want to get as close to running ansible-pull as I can with AWX.
thanks, reading up on this. but also looking to update my awx instance, very worried about destroying this as it was deployed by another employee. so trying to figure out awx backups and restoration.