Skip to content
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

unable to search for templates in child folders #29

Closed
smackmybitsup opened this issue Nov 12, 2018 · 1 comment
Closed

unable to search for templates in child folders #29

smackmybitsup opened this issue Nov 12, 2018 · 1 comment
Labels
Triage: Confirmed Indicates and issue has been confirmed as described. Type: Bug Does not work as expected.

Comments

@smackmybitsup
Copy link

Versions:

  • Version of kitchen-vcenter: 1.2.1
  • Version of test-kitchen: 1.22.0
  • Version of chef: +13

Platform Details

  • Version of vCenter: 6.5
  • Version of ESXi:

Scenario:

given the following configuration in .kitchen.yml
'''
platforms:

  • name: default
    driver_config:
    template: cent4kitchentmpl
    datacenter: "vCenterDC"
    folder: "kitchen"
    '''
    it would be nice to be able to use a template in a sub-folder. It appears the issue is because of a limitation in rbVmomi

Actual Result:

templates that are not in the root are not found.

@thheinen
Copy link
Collaborator

thheinen commented Nov 14, 2018

Seconded, we ran into this in a workshop last week. Had to copy templates into the root, then it works.

The referenced rbVmomi issue appears to be vmware-archive/rbvmomi#117

@tas50 tas50 added Type: Bug Does not work as expected. Triage: Confirmed Indicates and issue has been confirmed as described. labels Jan 4, 2019
@tas50 tas50 closed this as completed Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Triage: Confirmed Indicates and issue has been confirmed as described. Type: Bug Does not work as expected.
Projects
None yet
Development

No branches or pull requests

3 participants