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

[Enhancement] Way to setup config from stdin and/or file #36

Closed
jedel1043 opened this issue Jul 3, 2024 · 1 comment
Closed

[Enhancement] Way to setup config from stdin and/or file #36

jedel1043 opened this issue Jul 3, 2024 · 1 comment
Assignees
Labels
wontfix This will not be worked on

Comments

@jedel1043
Copy link
Contributor

jedel1043 commented Jul 3, 2024

As an improvement to integrate with the Slurm charms, we need to have a way to set multiple configurations using either input or a file. This should make it really easy to bulk-modify a lot of settings without having to call snap set slurm for each one of the modified setting.

@NucciTheBoss NucciTheBoss self-assigned this Jul 12, 2024
@NucciTheBoss NucciTheBoss added the wontfix This will not be worked on label Jul 12, 2024
@NucciTheBoss
Copy link
Member

I'm going to close this one out. We discussed over Mattermost that snap set ... enables us to set multiple configs at once so that we don't have to call snap set slurm ... one-by-one for each configuration we want to update:

$ snap set slurm config.value1=... config.value2=... config.value3=... ...

I think it could potentially be an interesting discussion for us to add the ability to export your configuration from one snap to and import into another, but I think the charmed operators and snap get -d enable us to do this pretty easily right now for our needs, so I think this discussion should happen later down the line and potentially in a separate issue.

@NucciTheBoss NucciTheBoss closed this as not planned Won't fix, can't repro, duplicate, stale Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants