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

FEATURE: Create new commands to simplify daily operations #80

Open
Masber opened this issue Jun 14, 2024 · 0 comments
Open

FEATURE: Create new commands to simplify daily operations #80

Masber opened this issue Jun 14, 2024 · 0 comments

Comments

@Masber
Copy link
Collaborator

Masber commented Jun 14, 2024

Propose of new commands under a new verb set for most common operations while managing clusters

manta set <target> [-H <hsm group name> | -x <list of xnames>] <operation>

eg:

manta set runtime_configuration -H my-hsm my-configuration
manta set runtime-configuration
manta set boot-confguration
manta set boot-image
manta set kernel-parameters

NOTE:
We could define HSM or xname list as an argument or as a subcommand. This is an open discussion.

eg:

# subcommand examples
manta set runtime-configuration cluster my-hsm my-configuration
manta set runtime-configuration nodes x1,x2 my-configuration

# argument examples
manta set runtime-configuration -H my-hsm my-configuration
manta set runtime-configuration -x x1,x2 my-configuration
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