{"id":15510324,"url":"https://github.com/ananace/fog-hyperv","last_synced_at":"2025-04-23T02:54:00.739Z","repository":{"id":56847376,"uuid":"99009847","full_name":"ananace/fog-hyperv","owner":"ananace","description":"Hyper-V provider for fog","archived":false,"fork":false,"pushed_at":"2020-04-20T07:35:18.000Z","size":193,"stargazers_count":8,"open_issues_count":14,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-23T02:53:54.525Z","etag":null,"topics":["fog","hyper-v","hyperv","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ananace.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-01T14:24:56.000Z","updated_at":"2020-11-06T06:01:35.000Z","dependencies_parsed_at":"2022-09-12T11:44:28.872Z","dependency_job_id":null,"html_url":"https://github.com/ananace/fog-hyperv","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananace%2Ffog-hyperv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananace%2Ffog-hyperv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananace%2Ffog-hyperv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananace%2Ffog-hyperv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ananace","download_url":"https://codeload.github.com/ananace/fog-hyperv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250360259,"owners_count":21417718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fog","hyper-v","hyperv","ruby"],"created_at":"2024-10-02T09:47:47.698Z","updated_at":"2025-04-23T02:54:00.713Z","avatar_url":"https://github.com/ananace.png","language":"Ruby","readme":"# Fog Hyper-V\n\n[![Build Status](https://travis-ci.org/ananace/fog-hyperv.svg?branch=master)](https://travis-ci.org/ananace/fog-hyperv) [![Gem Version](https://badge.fury.io/rb/fog-hyperv.svg)](https://badge.fury.io/rb/fog-hyperv)\n\nManage your Hyper-V instance with the help of the Fog cloud service abstractions.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fog-hyperv'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fog-hyperv\n\n## Usage\n\nTo remotely manage your Hyper-V instance;\n\n```ruby\nrequire 'fog/hyperv'\n\ncompute = Fog::Compute.new(\n  provider: :hyperv,\n  hyperv_host: 'hyperv.example.com',\n  hyperv_username: 'domain\\\\user',\n  hyperv_password: 'password'\n)\n\ncompute.servers.all\n#=\u003e [\u003cFog::Compute::Hyperv::Server\n#=\u003e   id='',\n#=\u003e   name='example',\n#=\u003e   computer_name='HYPERV',\n#=\u003e   dynamic_memory_enabled=false,\n#=\u003e   ...\n```\n\n## Troubleshooting\n\nIf you're getting `WinRM::AuthorizationErrors` from the negotiate transport\neven when using a valid user, make sure that the WinRM service is configured\nfor Negotiate auth.\n\nIf you're using a local (non-domain) user, you may also need to set the DWORD\nregistry value `LocalAccountTokenFilterPolicy` at `HKLM\\software\\Microsoft\\Windows\\CurrentVersion\\Policies\\system`\nto `1`.\n\n## Development\n\nAfter checking out the repo, run `bundle install` to install dependencies. Then, run `rake test` to run the tests. You can also run `bundle exec irb` for an interactive prompt that will allow you to experiment.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ananace/fog-hyperv\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananace%2Ffog-hyperv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fananace%2Ffog-hyperv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananace%2Ffog-hyperv/lists"}