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

aii-shellfe: add metaconfig command to generate the metaconfig service files #278

Merged
merged 2 commits into from
Apr 3, 2018

Conversation

stdweird
Copy link
Member

@stdweird stdweird commented Mar 16, 2018

We want to generate files using metaconfig for hosts that are not under quattor. The idea is to generate the files via AII and eg scp them.

@@ -196,7 +202,11 @@ sub app_options
DEFAULT => undef },

{ NAME => "$PROTECTED_OPTION=s",
HELP => 'required when removing/configuring/(re)installing protected nodes otherwise the operation will fail. A node is protected when /system/aii/protected is set, and the value of that path must be passed to this parameter. Consequently only those protected nodes with same confirmation can be modified in a single shellfe command invocation.',
HELP => 'required when removing/configuring/(re)installing protected nodes otherwise ' .
Copy link
Contributor

Choose a reason for hiding this comment

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

This change seems unrelated and should be its own commit?

@@ -214,7 +224,8 @@ sub app_options
DEFAULT => undef },

{ NAME => 'use_fqdn',
HELP => 'Use the fully qualified domain name in the profile name (if specified). Enable it if you use a regular expression with a dot as "host name"',
HELP => 'Use the fully qualified domain name in the profile name (if specified). Enable it if you ' .
Copy link
Contributor

Choose a reason for hiding this comment

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

Ditto

@stdweird
Copy link
Member Author

@ned21 done

Copy link
Member

@jrha jrha left a comment

Choose a reason for hiding this comment

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

LGTM

@jrha jrha merged commit 9c7b846 into quattor:master Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants