--- !ruby/object:Gem::Specification name: vagrant-ovirt4 version: !ruby/object:Gem::Version version: 1.2.2 platform: ruby authors: - Marcus Young autorequire: bindir: bin cert_chain: [] date: 2017-03-09 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ovirt-engine-sdk requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.0.1 - !ruby/object:Gem::Dependency name: filesize requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' description: Vagrant provider for oVirt and RHEV v4 email: - myoung34@my.apsu.edu executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".kitchen.yml" - ".rspec" - Dockerfile - Gemfile - Gemfile.lock - Jenkinsfile - LICENSE - README.md - Rakefile - example_box/README.md - example_box/Vagrantfile - example_box/dummy.box - example_box/metadata.json - lib/vagrant-ovirt4.rb - lib/vagrant-ovirt4/action.rb - lib/vagrant-ovirt4/action/connect_ovirt.rb - lib/vagrant-ovirt4/action/create_network_interfaces.rb - lib/vagrant-ovirt4/action/create_vm.rb - lib/vagrant-ovirt4/action/destroy_vm.rb - lib/vagrant-ovirt4/action/halt_vm.rb - lib/vagrant-ovirt4/action/is_created.rb - lib/vagrant-ovirt4/action/is_running.rb - lib/vagrant-ovirt4/action/message_already_created.rb - lib/vagrant-ovirt4/action/message_already_up.rb - lib/vagrant-ovirt4/action/message_not_created.rb - lib/vagrant-ovirt4/action/message_not_suspended.rb - lib/vagrant-ovirt4/action/message_not_up.rb - lib/vagrant-ovirt4/action/message_powering_up.rb - lib/vagrant-ovirt4/action/message_saving_state.rb - lib/vagrant-ovirt4/action/read_ssh_info.rb - lib/vagrant-ovirt4/action/read_state.rb - lib/vagrant-ovirt4/action/resize_disk.rb - lib/vagrant-ovirt4/action/set_name_of_domain.rb - lib/vagrant-ovirt4/action/snapshot_delete.rb - lib/vagrant-ovirt4/action/snapshot_list.rb - lib/vagrant-ovirt4/action/snapshot_save.rb - lib/vagrant-ovirt4/action/start_vm.rb - lib/vagrant-ovirt4/action/suspend_vm.rb - lib/vagrant-ovirt4/action/sync_folders.rb - lib/vagrant-ovirt4/action/wait_til_suspended.rb - lib/vagrant-ovirt4/action/wait_till_down.rb - lib/vagrant-ovirt4/action/wait_till_up.rb - lib/vagrant-ovirt4/cap/snapshot_list.rb - lib/vagrant-ovirt4/cap/snapshot_save.rb - lib/vagrant-ovirt4/config.rb - lib/vagrant-ovirt4/errors.rb - lib/vagrant-ovirt4/plugin.rb - lib/vagrant-ovirt4/provider.rb - lib/vagrant-ovirt4/util.rb - lib/vagrant-ovirt4/util/collection.rb - lib/vagrant-ovirt4/util/timer.rb - lib/vagrant-ovirt4/version.rb - locales/en.yml - spec/spec_helper.rb - spec/vagrant-ovirt4/action/is_created_spec.rb - spec/vagrant-ovirt4/action/is_running_spec.rb - spec/vagrant-ovirt4/action/message_already_up_spec.rb - spec/vagrant-ovirt4/action/message_not_created_spec.rb - spec/vagrant-ovirt4/action/message_not_suspended_spec.rb - spec/vagrant-ovirt4/action/message_not_up_spec.rb - spec/vagrant-ovirt4/action/message_powering_up_spec.rb - spec/vagrant-ovirt4/action/message_saving_state_spec.rb - spec/vagrant-ovirt4/action/read_ssh_info_spec.rb - spec/vagrant-ovirt4/action/read_state_spec.rb - spec/vagrant-ovirt4/config_spec.rb - templates/Vagrantfile.erb - test/Vagrantfile - test/integration/dynamic_network/network_spec.rb - test/integration/singleton-static_network/network_spec.rb - tools/prepare_redhat_for_box.sh - vagrant-ovirt4.gemspec homepage: https://github.com/myoung34/vagrant-ovirt4 licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.8 signing_key: specification_version: 4 summary: This vagrant plugin provides the ability to create, control, and destroy virtual machines under oVirt/RHEV test_files: - spec/spec_helper.rb - spec/vagrant-ovirt4/action/is_created_spec.rb - spec/vagrant-ovirt4/action/is_running_spec.rb - spec/vagrant-ovirt4/action/message_already_up_spec.rb - spec/vagrant-ovirt4/action/message_not_created_spec.rb - spec/vagrant-ovirt4/action/message_not_suspended_spec.rb - spec/vagrant-ovirt4/action/message_not_up_spec.rb - spec/vagrant-ovirt4/action/message_powering_up_spec.rb - spec/vagrant-ovirt4/action/message_saving_state_spec.rb - spec/vagrant-ovirt4/action/read_ssh_info_spec.rb - spec/vagrant-ovirt4/action/read_state_spec.rb - spec/vagrant-ovirt4/config_spec.rb - test/Vagrantfile - test/integration/dynamic_network/network_spec.rb - test/integration/singleton-static_network/network_spec.rb