ansible / awx-resource-operator

41 stars 31 forks source link

Modifying Job Template parameters to be consistent with AWX API #116

Closed rlopez133 closed 1 year ago

rlopez133 commented 1 year ago

The goal of this PR is to have the Job Template parameters be consistent with the AWX API. Fixes: #111

It does the following based on the Checklist from #111 :

Checklist

Things to note:

@rooftopcellist - please verify thoroughly as I've never done this before :)

cooktheryan commented 1 year ago

this is failing due to a broken test. When the tests from the iaac-poc branch are brought over then the tests will pass. I could also carry over the tests to the devel branch in a separate PR if that is wanted /cc @rooftopcellist

rooftopcellist commented 1 year ago

I tested this out with the old params and the new params, and all is working as expected. Thanks for the contribution @rlopez133 !