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

WiP: Add customization to Windows guests using WinRM #174

Closed
wants to merge 5 commits into from

Conversation

luisfdez
Copy link
Contributor

@clalancette,

This is a work in progress pull request to add customization to Windows guests using WinRM. I'm opening it for you and anyone else that want to take a look, give feedback, input, etc...

It basically relies on the module pywinrm (https://github.com/diyan/pywinrm) to execute the commands on the guest instance. It will offer the option of executing commands, inject files, basic package management...

Apart from the polishing & more improvements, the only issue I see now is that pywinrm has not official RPMs yet in the standard repositories to depend on it.

Said that, please take a look and let me know your thoughts :)

@luisfdez
Copy link
Contributor Author

@clalancette, great to hear that you're interested in the patch.

About the dependencies...

  • libguestfs-winsupport shouldn't be needed in Fedora, only in RHEL. According to: http://libguestfs.org/guestfs-faq.1.html. That's why I put %if 0%{?rhel} >= 6 in the spec file.
  • pywinrm: yes, it's not there yet...

I'll keep you posted with the updates!

@itamarjp
Copy link

I would like to test this, but I stopped on this one

#268

@clalancette
Copy link
Owner

I think it is safe to say that this PR isn't moving forward at this time. I'm going to close it out, thanks anyway @luisfdez .

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

Successfully merging this pull request may close these issues.

3 participants