-
Notifications
You must be signed in to change notification settings - Fork 9
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
hackathon: group coding session #83
Conversation
This changes (some) directives to allow trailing `.tag`'s to work around the issue of duplicate keys not being available. Signed-off-by: Simon de Vlieger <[email protected]>
These were defined as a group effort during a live programming session on a video call. They're 'how we want things to work', not how things currently work. Signed-off-by: Simon de Vlieger <[email protected]>
4ecf0a8
to
f60f090
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for capturing this, this looks like exactly what we discuss.
example/centos/pipeline/os.yaml
Outdated
options: | ||
root_fs_uuid: ${filesystem.root.uuid} | ||
boot_fs_uuid: ${filesystem.boot.uuid} | ||
kernel_opts: '{{ " ".join(kernel_opts_list) }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might need a "TODO: decide on final syntax"
Just for completeness, we will need to go over this again and de-duplicate fedora and centos pipelnes/yamls to see what can be shared and what has to be duplicated but that is obviously follows and we will need tests that compare any refactoring we do to the expected manifests (so for later, but mentioning it for posterity :) |
For consistency with Ansible it's preferable to use underscores instead of dashes for directive names. Signed-off-by: Simon de Vlieger <[email protected]>
After more discussion yesterday this shows an example of how customizations can be used and splits up the pipeline. Signed-off-by: Simon de Vlieger <[email protected]>
Added more commits to this based on yesterdays work and discussion. Also did the straightforward change to use underscores in directive names. |
With the future include of conditionals we have decided that modifications will not be special cased in directives but instead will be based on convention in the defines. Signed-off-by: Simon de Vlieger <[email protected]>
Signed-off-by: Simon de Vlieger <[email protected]>
Variety of small tidbits and examples as created during the Hackathon 00 group sessions.