Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Ability to remove vswitch without path parameter #210

Open
ggeldenhuis opened this issue Aug 16, 2016 · 1 comment
Open

Ability to remove vswitch without path parameter #210

ggeldenhuis opened this issue Aug 16, 2016 · 1 comment

Comments

@ggeldenhuis
Copy link
Contributor

Currently the ported esx_vswitch resource does not allow you to do the following:

esx_vswitch { "esx00001.local:vSwitch0":
  ensure    => absent,
  host      => "esx00001.local",
  vswitch   => "vSwitch0",
  transport => Transport['vcenter'],
}

The following additional PR from Dell will fix the issue:
dell-asm@de585f8

@crayfishx

@crayfishx
Copy link
Contributor

@gjngeldenhuis I'm not going to backport this directly, I'm refactoring how the esx_* providers implement the method to find the host (every provider currently has an "almost the same" method for doing it. I'll see if I can use the method in that commit in a more centralized way from the vcenter main provider for all of the esx types.....

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants