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

feat: add specsFile to clabverter #151

Merged
merged 23 commits into from
Jun 15, 2024
Merged

Conversation

SimPeccaud
Copy link
Contributor

--specsFile clabverter option allows to point to a yaml file containing values to be included in the output. More specifically in the specs field of the topology manifest.

The value of specsFile is to be able to share values of a shared cluster across all users, especially when not all users are comfortable with k8s/c9s.

@carlmontanari
Copy link
Contributor

boom! very nice! will check it out and comment hopefully tomorrow but if not this weekend!

@SimPeccaud
Copy link
Contributor Author

boom! very nice! will check it out and comment hopefully tomorrow but if not this weekend!

thanks, in the meantime I'll have a look at that lint error

statusProbes:
enabled: true
excludedNodes:
- baguette
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥖 😁

@@ -9,6 +9,7 @@ import (

const (
topologyFile = "topologyFile"
specsFile = "specsFile"
Copy link
Member

@hellt hellt Jun 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am rooting for shorter arg names, but for this feature I fail to find one.
Maybe though it should be --topoSpecFile (or --topoSpec) to be precise what it is about.

@carlmontanari carlmontanari merged commit 44fe1b5 into srl-labs:main Jun 15, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

3 participants