-
Notifications
You must be signed in to change notification settings - Fork 336
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
Add example using four networks to map #1731
base: main
Are you sure you want to change the base?
Conversation
Added an example that shows how networks mapping is done with an OVA template that contains four source networks.
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 8m 25s |
@Tronde I'm afraid this won't do. You see, the documentation is generated from the module code. So your changes will probably be undone when we release a another version (which includes re-generating the documentation). You should add this to the community.vmware/plugins/modules/vmware_deploy_ovf.py Lines 141 to 173 in f50a717
|
OK, then let me edit the PR to put the example in the code of the module.
--
E-Mail: ***@***.***
Twitter: https://twitter.com/JoergKastning
Internet: https://www.my-it-brain.de
Threema-ID: K2Y6W49N
OpenPGP-ID: 7A302E30
OpenPGP-Fingerabdruck:
2026 DF56 89B6 F79A E776 B15B 55E2 83FB 7A30 2E30
|
Added an example showing how to deploy an OVF/OVA template containing four source networks and map them to vSphere networks.
Hi @mariolenz , Cheers, |
Build failed. ❌ ansible-tox-linters FAILURE in 8m 31s |
Sorry, I may need some help here as I cannot figure out what I did wrong causing the ansible/check to fail. |
recheck |
Build failed. ❌ ansible-tox-linters FAILURE in 8m 23s |
I don't understand why this fails, either :-/ BTW: You've committed your changes to the main branch of your fork. That might be problematic. Not for us, but for you. You should have created a so-called feature branch. You see, merging the PR creates a new commit in this repo which will be different from the one in your fork. This will probably lead to a merge conflict. If you create a feature branch for a PR, you can simply delete it once the PR is merged and sync your main branch with ours. That's usually a lot easier. |
Well, at least that makes two of us. ;-)
Yeah, I know. I thought this would be an easy and quick one so I didn't bother creating a feature branch first. Who could have guessed that there would be an issue with just adding a comment. ;-) |
SUMMARY
Added an example that shows how networks mapping is done with an OVA template that contains four source networks.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
Lines added: