-
Notifications
You must be signed in to change notification settings - Fork 174
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 inventory folder support to vic-machine and VCH #773
Comments
@andrewtchin @emlin I assume that this is the issue we hit with the customer. Could you confirm? Also @hickeng the customer was using folders in VC to organize their switches. Besides datastores and datacenters, we might also need to account for folders in networking. |
@hickeng @karthik-narayan This customer also has network folder As we already had hierarchy structure to configure datastore path in the parameter for image datastore, volume datastore, I'm wondering if together with folder hierarchy, we'll need more complicated validation. |
I'll let you figure out the implementation details, but this is a use case that I've hit more than once and is a very common one. Asking customers to move objects out of the folder to get VIC working is a non-starter and we should get to this at the earliest. |
Already in the release notes, so removing the kind/note tag. |
assigning to dougm to investigate the govmomi requirements |
There are 2 high level issues related to folder support. Spoke with @hickeng and this issue is related to inventory support for creating new resources. For example, users should be able to specify which inventory folder container VMs are created in. A separate issue is finding existing resources within inventory folders when the full path is not specified. I'm going to convert this issue to an epic and create 2 separate issues for create + find. |
* First mention of dch-photon * More dch-photon edits * Adding new file for VCH deployment with dchphoton * Documenting dch-photon * Committing so I can swap branches * More dch-photon updates * More dch-photon updates * Typo
why is this now a ROBO requirement? |
ROBO Licensing doesn't include resource pools (RP). RPs are the mechanism we use to group a VCH with it's containers -- essentially we identify that the containerVMs belong to a given VCH because they are in the same RP. That grouping / identification is the used in many areas of vic-machine and the VCH appliance. Inventory Folders provide a similar grouping mechanism so it's a natural fit as a ROBO alternative. |
All issues closed. Closing the Epic. |
Add folder and naming pattern options to vic-machine design doc and implementation.
Various customers use folder and naming conventions as organisation mechanisms within VC, and if we're going to allow tight integration we need to support continued usage of those models.
There are two variants of folders that we must concern ourselves with:
(1) is expected to be addressed via
container-store
options to vic-machine.This issue addresses (2), and it's expected that be done via a name pattern that includes a datacenter folder path element.
The text was updated successfully, but these errors were encountered: