-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
workflow error #297
Comments
bad, never make changes to the main branch like that, and looks like your using the old thing. Or put state: present on each node. is the fix. |
So I don't understand the comment about the main branch. I will try changing simplified_workflow_nodes to workflow_nodes and see if that fixes it. |
My bad, I misread the REPO, i thought you had made a change to rehdat_cop.controller configuration without a PR, not your own, why did it even alert us of that??? |
it did it because in my commit message i referenced this issue number. |
when I tried changing from simplified_workflow_nodes to workflow_nodes, I now get.
and when looking at the code it looks like it still is expecting simplified_workflow_nodes https://github.com/redhat-cop/controller_configuration/blob/8028d7105a183da44915714754ab8f2ebe0d7995/roles/workflow_job_templates/tasks/main.yml#L68 |
we figured out the issue, README example needs to be updated. I will leave this issue open until that happens. |
if you look at the blog post linked in #304 it should help someone rewrite this example |
It's not the only example that is out of date, it seems. I used the templates.yml example. It refused to also create the survey until I wrapped the survey spec in a "related:" entry. |
@fvzwieten PRs are welcome, but I agree we do have a lot of examples that are currently out of data |
This appears to be related to the other issue that lead down the path of examples being added to the repo in the roles Suggest referencing our module docs that provide examples at the bottom and are properly maintained. For example: Understandably, we would have 2 links (for certified collection and community, but...) and having to deal with related versions. For example, version X of this collection should map or support version Y of the awx.awx collection (since we support those fields on those modules, etc). |
I am trying to figure out if there is a bug in the role or if I have something wrong in the vars.
I get this error
I did test removing this line https://github.com/redhat-cop/controller_configuration/blob/8028d7105a183da44915714754ab8f2ebe0d7995/roles/workflow_job_templates/tasks/main.yml#L69 and that works but I am not sure if that is the correct fix or if something else is wrong.
The text was updated successfully, but these errors were encountered: