-
Notifications
You must be signed in to change notification settings - Fork 53
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
F-498: add support for passwd
and random_passwd
arguments
#499
Conversation
@frousselet may I ask you to approve the flows once more? |
Done, @axbgrossi :) |
@frousselet once more if you're available, please |
passwd
and random_passwd
arguments
passwd
and random_passwd
argumentspasswd
and random_passwd
arguments
|
@treywelsh @frousselet will this be merged by you maintainers when the time comes? |
@frousselet please consider reviewing this PR so we can finally close that issue |
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.
Hello @axbgrossi,
Thanks for your work.
If I understand the documentation, random password should be a boolean (then converted in a 'YES'
or a 'NO'
string by the provider).
The way you did is a good start but it might be too permissive.
Also, both passwd
and random_passwd
should conflict with each other.
@frousselet could you please approve the workflows? |
251027e
to
b3bd076
Compare
@frousselet would you be kind to approve the workflows once more? |
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.
Hi @axbgrossi,
Thanks for your work!
There is a SDK native ConflictsWith
argument you can use to natively deal with conflicting attributes.
@frousselet would you please approve the flows once more? |
@frousselet once more please |
Seems due to the ConflictsWith: their values targets nested Graphics attributes, not attributes at the root of the schema. |
done, @treywelsh or @frousselet could you please approve the flows? |
Hello @axbgrossi, Thanks a lot for your work. Then I will be able to merge and include it in the |
Community Note
Description
Adds support for
passwd
andrandom_passwd
arguments forgraphics
section for VNC so we avoid the following:References
#498: Add
passwd
andrandom_passwd
arguments for opennebula_virtual_machine and opennebula_templategraphics
sectionsNew or Affected Resource(s)
opennebula_virtual_machine
opennebula_template
Checklist
References
go fmt
)