-
Notifications
You must be signed in to change notification settings - Fork 0
GitHub V1 #1
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
GitHub V1 #1
Conversation
The `run-overcloud-service-reconfigure` workflow is identicial to `run-overcloud-service-deploy` workflow and should be removed to avoid redundancy.
Due to limitations of `ansible.builtin.template` module template hooks wouldn't work in the desired manner. Therefore, template hooks have been removed and variable hooks have been added instead.
|
EOF newlines on: |
That is done to ensure the generated files have the correct EOF newlines. Jinja2 whitespace is awkward. |
I don't think this one has been addressed: https://github.com/jackhodgkiss/kayobe_automation_workflows/commit/8a0538b1316c68c6a4015bd17835a156791bdfe6#r114438404. I'm not really sure what the poetry stuff is for. Would be nice to get this into stackhpc-release-train and use the new collection linting workflows. |
Co-authored-by: Mark Goddard <mark@stackhpc.com>
The poetry config/lock was for managing some developer dependencies when writing this and other ansible content. It can be removed as nothing relies upon it. |
This PR exists to address the comments left by @markgoddard here.
githubprefix on role variablesformat_file_namemacroA copy of each workflow can be found at this gist. Each workflow has been generated with the default settings with the exception of
github_checkout_hookto demonstrate the inclusion of an additional step.Missing support for tests and support for printing properties.