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

Possibility to enable a Network Adapter #365

Closed
dodmi opened this issue Nov 18, 2018 · 5 comments · Fixed by #379
Closed

Possibility to enable a Network Adapter #365

dodmi opened this issue Nov 18, 2018 · 5 comments · Fixed by #379
Labels
resource proposal The issue is proposing a new resource in the resource module.

Comments

@dodmi
Copy link

dodmi commented Nov 18, 2018

I searched through the resources and ended up writing a small script resource to ensure, because I didn't find what I was looking for.
I'd like to ensure, that a network adapter is enabled, but it seems, that there's no fitting resource?

@PlagueHO PlagueHO added resource proposal The issue is proposing a new resource in the resource module. help wanted The issue is up for grabs for anyone in the community. labels Nov 20, 2018
@PlagueHO
Copy link
Member

Hi @Big--Mike - this does seem like a bit of an oversight! I can definitely see the need for this and am not sure how it has slipped by for this long. I'll look at it once I've got my current PR through.

@dodmi
Copy link
Author

dodmi commented Nov 20, 2018

Basically, I like to ensure network connections on some machines, which are used for test scenarios, and therefore also by users with admin privileges, are pretty robust against configuration failures, such that a user which locks himself out from the machine by killing the network or RDP access needs only to wait, until LCM repairs it all.
If this fails, the user has to open a support ticket, because they have no access to the underlying virtualization environment and therefore, no console access. Which means more work and more waiting.
As the machines have multiple network adapters and network loss is simulated by disabling the network adapter, I'd like to ensure, that the one for the RDP connection of the tester gets enabled again, if it's diabled by accident. (That really happened before)

If you don't see a need, I can live with my solution with the script resource.

@dcuomo
Copy link

dcuomo commented Jan 16, 2019

I would second this and I believe there is a need. For example, creating a VMSwitch fails using xVMSwitch if the adapter is disabled. Desired state of that system can't be reached.

@PlagueHO PlagueHO added in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. labels Mar 2, 2019
@rdavisunr
Copy link

Came here looking for this resource too! Looks like it's getting close; any idea on release timing?

@PlagueHO
Copy link
Member

Sorry @rdavisunr - thank you for reminding me. Too many jobs on the go. I'll aim to get this sorted this weekend once @danielboth has resolved the conflicts. I dropped the ball. Sorry about that!

@kwirkykat kwirkykat removed the in progress The issue is being actively worked on by someone. label Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resource proposal The issue is proposing a new resource in the resource module.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants