https://github.com/ananace/foreman_hyperv
Microsoft Hyper-V compute resource for Foreman
https://github.com/ananace/foreman_hyperv
foreman foreman-hyperv hyper-v hyperv
Last synced: 11 months ago
JSON representation
Microsoft Hyper-V compute resource for Foreman
- Host: GitHub
- URL: https://github.com/ananace/foreman_hyperv
- Owner: ananace
- License: gpl-3.0
- Created: 2017-08-14T13:05:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T07:23:08.000Z (almost 6 years ago)
- Last Synced: 2025-05-25T20:16:45.241Z (about 1 year ago)
- Topics: foreman, foreman-hyperv, hyper-v, hyperv
- Language: Ruby
- Size: 101 KB
- Stars: 16
- Watchers: 6
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Foreman Hyper-V
[](https://badge.fury.io/rb/foreman_hyperv)
Microsoft Hyper-V compute resource for Foreman
Uses the in-development `fog-hyperv` gem found [here](https://github.com/ananace/fog-hyperv).
## Nota Bene
Currently the plugin only supports Hyper-V hosts where the names are well defined in DNS and in connection strings, avoid using IP addresses for now.
If you're using SELinux, you may need to enable the connect_all boolean. For Foreman 2.0 and earlier, run `setsebool -P passenger_can_connect_all 1`. For Foreman 2.1 and later the command would be `setsebool -P foreman_rails_can_connect_all 1`.
## Testing/Installing
Follow the Foreman manual for [advanced installation from gems](https://theforeman.org/plugins/#2.3AdvancedInstallationfromGems) for `fog-hyperv` and `foreman_hyperv`.
There are RPMs packaged for the `fog-hyperv` dependencies under [Release v0.0.1](https://github.com/ace13/foreman_hyperv/releases/tag/v0.0.1), or they too can be installed from gems.
Do bear in mind that this is still very early in development, so plenty of issues may exist.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ananace/foreman_hyperv.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).