{"id":28477886,"url":"https://github.com/fog/fog-ovirt","last_synced_at":"2025-07-02T18:31:46.791Z","repository":{"id":24046469,"uuid":"100181917","full_name":"fog/fog-ovirt","owner":"fog","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-15T12:47:23.000Z","size":189,"stargazers_count":12,"open_issues_count":5,"forks_count":21,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-28T11:55:06.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"geemus"}},"created_at":"2017-08-13T14:23:25.000Z","updated_at":"2024-12-10T13:56:42.000Z","dependencies_parsed_at":"2024-06-18T20:03:25.613Z","dependency_job_id":"c1daab08-c295-4898-bdd1-ddab64e216bc","html_url":"https://github.com/fog/fog-ovirt","commit_stats":{"total_commits":98,"total_committers":13,"mean_commits":7.538461538461538,"dds":0.6938775510204082,"last_synced_commit":"fa79642fa3e7ca22879248ad69ac03802b579c70"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/fog/fog-ovirt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-ovirt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-ovirt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-ovirt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-ovirt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fog","download_url":"https://codeload.github.com/fog/fog-ovirt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-ovirt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263193686,"owners_count":23428561,"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":[],"created_at":"2025-06-07T17:08:50.413Z","updated_at":"2025-07-02T18:31:46.781Z","avatar_url":"https://github.com/fog.png","language":"Ruby","funding_links":["https://github.com/sponsors/geemus"],"categories":[],"sub_categories":[],"readme":"# Fog::Ovirt\n\nfog-ovirt is an ovirt provider for [fog](https://github.com/fog/fog).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fog-ovirt'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fog-ovirt\n\n## Usage\n\nRequire the gem:\n```ruby\nrequire 'fog/ovirt' \n```\n\nConnect to ovirt instance:\n```ruby\n\ncompute = Fog::Compute.new(\n          :provider         =\u003e \"ovirt\",\n          :ovirt_username   =\u003e user,\n          :ovirt_password   =\u003e password,\n          :ovirt_url        =\u003e url,\n          :ovirt_datacenter =\u003e uuid,\n          :ovirt_ca_cert_store =\u003e ca_cert_store\n      )\n```\n\n## API Support\n\nThis gem fully supports API V4 of oVirt.\nThe first version does not give full support.\nThe supported requests for API V4 are:\n\n    :vm_action, :destroy_vm, :create_vm, :update_vm (without os changes)\n    :datacenters\n    :storage_domains\n    :list_virtual_machines, :get_virtual_machine\n    :list_templates, :get_template\n    :list_instance_types, :get_instance_type\n    :list_clusters, :get_cluster\n    :add_interface, :destroy_interface, :update_interface, :list_vm_interfaces, :list_template_interfaces\n    :list_networks\n    :vm_ticket\n    :list_vm_volumes, :list_template_volumes, :list_volumes, :add_volume, :destroy_volume, :update_volume\n    :get_api_version\n    :list_quotas, :get_quota\n    :list_operating_systems\n    \n### Choosing api version\n\nThis example shows the usage as a fog provider:\n\n    client = Fog::Compute.new(\n        :provider         =\u003e \"ovirt\",\n        :ovirt_username   =\u003e user,\n        :ovirt_password   =\u003e password,\n        :ovirt_url        =\u003e url,\n        :ovirt_datacenter =\u003e datacenter,\n        :public_key       =\u003e public_key,\n      )    \n\n\nFeedback is welcome. Please feel free to open issues for the V4 support and contribute.\n\n## Contributing\n\nPlease refer to [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nPlease refer to [LICENSE.md](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffog%2Ffog-ovirt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffog%2Ffog-ovirt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffog%2Ffog-ovirt/lists"}