-
Notifications
You must be signed in to change notification settings - Fork 339
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
vmware_vsan_hcl_db: Add initial module #1675
vmware_vsan_hcl_db: Add initial module #1675
Conversation
e348a1b
to
80a413a
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 36s |
Regarding the failed pipeline: Why is it required to have the interpreter set to |
Good question, but I can't answer it. The CI fails because BTW, shebang says: This does not apply to Ansible modules, which should not be executable and must always use You could also ask on Matrix ( |
This module can be used to upload the HCL DB to an airgapped vCenter instance.
80a413a
to
810febf
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 31s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 25s |
recheck |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 8m 28s |
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.
Thanks @p-fruck! There are just a few minor changes you should implement.
Co-authored-by: Mario Lenz <[email protected]>
Thanks for the suggestions @mariolenz , I've added them to the PR and will keep them in mind for future modules ;) |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 8m 21s |
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.
LGTM
Thanks @p-fruck!
Build succeeded (gate pipeline). ✔️ ansible-tox-linters SUCCESS in 8m 31s |
add vmware_vsan_release_catalog module SUMMARY This module allows to manually upload the vSAN release catalog to the vCenter which is useful for airgapped environments or other environments where the vCenter cannot directly connect to the VMware cloud service. ISSUE TYPE New Module Pull Request COMPONENT NAME vmware_vsan_release_catalog ADDITIONAL INFORMATION Similar to #1675 Reviewed-by: Mario Lenz <[email protected]> Reviewed-by: Philipp Fruck <[email protected]>
SUMMARY
This module can be used to upload the HCL DB to an air-gapped vCenter instance.
ISSUE TYPE
COMPONENT NAME
vmware_vsan_hcl_db
ADDITIONAL INFORMATION