-
Notifications
You must be signed in to change notification settings - Fork 452
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
r/vapp_entity: Add vapp_entity resource #640
Conversation
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 with some non-blocking nits once passing acceptance testing output is shown. 👍
Provides a vSphere vApp entity resource. This can be used to describe the behavior of an entity (virtual machine or sub-vApp container) in a vApp container. | ||
--- | ||
|
||
# vsphere\_vapp\_entity |
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.
Nit: Forward slashes in documentation headers are no longer required
--- | ||
layout: "vsphere" | ||
page_title: "VMware vSphere: vsphere_vapp_entity" | ||
sidebar_current: "docs-vsphere-resource-compute-vapp-entity" |
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.
Does this need a sidebar link in website/vsphere.erb
?
* `stop_delay` - (Optional) Delay in seconds before continuing with the next | ||
entity in the order sequence. This is only used if the stopAction is | ||
guestShutdown. Default: 120 | ||
* `wait_for_guest` - (Optional) Determines if the VM should be marked as being |
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.
Nit: Looks like some tabs found their way into here
``` | ||
|
||
The above would import the vApp entity that governs the behavior of the virtual | ||
machine with a MOID of vm-123 in the vApp container with the MOID res-456. |
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.
Nit: Might be better to spell out managed object ID instead of its abbreviation
9c3f23e
to
3278925
Compare
3278925
to
b7e2b27
Compare
|
No description provided.