Skip to content
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

generic support for ondemand.d files #257

Closed
johrstrom opened this issue Dec 10, 2024 · 1 comment
Closed

generic support for ondemand.d files #257

johrstrom opened this issue Dec 10, 2024 · 1 comment

Comments

@johrstrom
Copy link
Collaborator

Right now this role writes out all the ondemand.d configurations into a single file ondemand.d/ondemand.yml in this task -

- name: Template ondemand.yml
ansible.builtin.template:
src: "ondemand.yml.j2"
dest: "{{ ood_base_conf_dir }}/ondemand.d/ondemand.yml"
mode: 'u=rw,g=r,o=r'

Instead what this should do is have the ability to write out multiple files each with it's own ownership flags. This would mimic the puppet behavior that's both easier to use and more flexible to deploy.

@johrstrom johrstrom pinned this issue Dec 10, 2024
johrstrom added a commit that referenced this issue Jan 14, 2025
Update to 4.0. This has a few things in it in addition to updating to 4.0.

* It removes support for EL7 as that's been dropped since OOD version 3.1
* Adds functionality for flexible ondemand.d configurations (support for generic support for ondemand.d files #257)
@johrstrom
Copy link
Collaborator Author

I'm closing this as complete, but leaving it pinned so other folks can see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant