-
Notifications
You must be signed in to change notification settings - Fork 372
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
Allow for more fine tune provisioning options #1807
base: develop
Are you sure you want to change the base?
Conversation
@anhvoms @trstringer - Could you please take a look at this? This is from the offline discussion you had with @AZaugg. |
Allow a user to better control what WAAgent provisions during a Provisioning event. Allow the user to control if, useraccounts, hostname and custom data be set.
Allow a user to better control what WAAgent provisions during a Provisioning event. Allow the user to control if, useraccounts, hostname and custom data be set.
_Type: Boolean_ | ||
_Default: y_ | ||
|
||
Control if WAAgent should attempt to set the VMs hostname |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain when this would be used? Perhaps add an example for when you would want to change from the default and not set the hostname.
Nit: periods at the end of the sentence for document consistency.
_Type: Boolean_ | ||
_Default: y_ | ||
|
||
Control if WAAgent should configure user accounts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above. Maybe add an example usage when you wouldn't want to configure user accounts.
Nit: period at the end of the sentence for consistency.
Allow a user to better control what WAAgent provisions during a
Provisioning event. Allow the user to control if, useraccounts, hostname
and custom data be set.
Description
Issue #
PR information
Quality of Code and Contribution Guidelines
This change is