vagrant 1.0.7 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +14 -43
- data/Gemfile +2 -1
- data/LICENSE.txt +22 -0
- data/README.md +3 -90
- data/Rakefile +1 -18
- data/bin/vagrant +2 -58
- data/message.txt +17 -0
- data/vagrant.gemspec +20 -69
- metadata +43 -655
- data/.yardopts +0 -1
- data/CHANGELOG.md +0 -723
- data/LICENSE +0 -21
- data/config/default.rb +0 -30
- data/contrib/README.md +0 -12
- data/contrib/emacs/vagrant.el +0 -8
- data/contrib/vim/vagrantfile.vim +0 -9
- data/keys/README.md +0 -17
- data/keys/vagrant +0 -27
- data/keys/vagrant.pub +0 -1
- data/lib/vagrant.rb +0 -197
- data/lib/vagrant/action.rb +0 -63
- data/lib/vagrant/action/box/destroy.rb +0 -25
- data/lib/vagrant/action/box/download.rb +0 -84
- data/lib/vagrant/action/box/package.rb +0 -19
- data/lib/vagrant/action/box/unpackage.rb +0 -61
- data/lib/vagrant/action/box/verify.rb +0 -23
- data/lib/vagrant/action/builder.rb +0 -128
- data/lib/vagrant/action/builtin.rb +0 -171
- data/lib/vagrant/action/env/set.rb +0 -21
- data/lib/vagrant/action/environment.rb +0 -12
- data/lib/vagrant/action/general/check_virtualbox.rb +0 -28
- data/lib/vagrant/action/general/package.rb +0 -101
- data/lib/vagrant/action/general/validate.rb +0 -18
- data/lib/vagrant/action/runner.rb +0 -53
- data/lib/vagrant/action/vm/boot.rb +0 -53
- data/lib/vagrant/action/vm/check_accessible.rb +0 -23
- data/lib/vagrant/action/vm/check_box.rb +0 -33
- data/lib/vagrant/action/vm/check_guest_additions.rb +0 -38
- data/lib/vagrant/action/vm/check_port_collisions.rb +0 -89
- data/lib/vagrant/action/vm/clean_machine_folder.rb +0 -43
- data/lib/vagrant/action/vm/clear_forwarded_ports.rb +0 -18
- data/lib/vagrant/action/vm/clear_network_interfaces.rb +0 -31
- data/lib/vagrant/action/vm/clear_shared_folders.rb +0 -18
- data/lib/vagrant/action/vm/customize.rb +0 -36
- data/lib/vagrant/action/vm/default_name.rb +0 -22
- data/lib/vagrant/action/vm/destroy.rb +0 -19
- data/lib/vagrant/action/vm/destroy_unused_network_interfaces.rb +0 -20
- data/lib/vagrant/action/vm/discard_state.rb +0 -22
- data/lib/vagrant/action/vm/export.rb +0 -57
- data/lib/vagrant/action/vm/forward_ports.rb +0 -92
- data/lib/vagrant/action/vm/halt.rb +0 -32
- data/lib/vagrant/action/vm/host_name.rb +0 -21
- data/lib/vagrant/action/vm/import.rb +0 -48
- data/lib/vagrant/action/vm/match_mac_address.rb +0 -21
- data/lib/vagrant/action/vm/network.rb +0 -403
- data/lib/vagrant/action/vm/nfs.rb +0 -196
- data/lib/vagrant/action/vm/package.rb +0 -23
- data/lib/vagrant/action/vm/package_vagrantfile.rb +0 -36
- data/lib/vagrant/action/vm/provision.rb +0 -61
- data/lib/vagrant/action/vm/provisioner_cleanup.rb +0 -26
- data/lib/vagrant/action/vm/prune_nfs_exports.rb +0 -20
- data/lib/vagrant/action/vm/resume.rb +0 -20
- data/lib/vagrant/action/vm/sane_defaults.rb +0 -78
- data/lib/vagrant/action/vm/setup_package_files.rb +0 -54
- data/lib/vagrant/action/vm/share_folders.rb +0 -114
- data/lib/vagrant/action/vm/suspend.rb +0 -20
- data/lib/vagrant/action/warden.rb +0 -92
- data/lib/vagrant/box.rb +0 -44
- data/lib/vagrant/box_collection.rb +0 -58
- data/lib/vagrant/cli.rb +0 -76
- data/lib/vagrant/command.rb +0 -24
- data/lib/vagrant/command/base.rb +0 -167
- data/lib/vagrant/command/box.rb +0 -58
- data/lib/vagrant/command/box_add.rb +0 -37
- data/lib/vagrant/command/box_list.rb +0 -28
- data/lib/vagrant/command/box_remove.rb +0 -27
- data/lib/vagrant/command/box_repackage.rb +0 -27
- data/lib/vagrant/command/destroy.rb +0 -64
- data/lib/vagrant/command/gem.rb +0 -39
- data/lib/vagrant/command/halt.rb +0 -39
- data/lib/vagrant/command/init.rb +0 -40
- data/lib/vagrant/command/package.rb +0 -75
- data/lib/vagrant/command/provision.rb +0 -40
- data/lib/vagrant/command/reload.rb +0 -39
- data/lib/vagrant/command/resume.rb +0 -33
- data/lib/vagrant/command/ssh.rb +0 -90
- data/lib/vagrant/command/ssh_config.rb +0 -51
- data/lib/vagrant/command/start_mixins.rb +0 -26
- data/lib/vagrant/command/status.rb +0 -36
- data/lib/vagrant/command/suspend.rb +0 -33
- data/lib/vagrant/command/up.rb +0 -40
- data/lib/vagrant/communication.rb +0 -7
- data/lib/vagrant/communication/base.rb +0 -56
- data/lib/vagrant/communication/ssh.rb +0 -230
- data/lib/vagrant/config.rb +0 -49
- data/lib/vagrant/config/base.rb +0 -82
- data/lib/vagrant/config/container.rb +0 -37
- data/lib/vagrant/config/error_recorder.rb +0 -19
- data/lib/vagrant/config/loader.rb +0 -127
- data/lib/vagrant/config/nfs.rb +0 -8
- data/lib/vagrant/config/package.rb +0 -7
- data/lib/vagrant/config/ssh.rb +0 -27
- data/lib/vagrant/config/top.rb +0 -72
- data/lib/vagrant/config/vagrant.rb +0 -14
- data/lib/vagrant/config/vm.rb +0 -168
- data/lib/vagrant/config/vm/provisioner.rb +0 -52
- data/lib/vagrant/config/vm/sub_vm.rb +0 -17
- data/lib/vagrant/data_store.rb +0 -92
- data/lib/vagrant/downloaders.rb +0 -7
- data/lib/vagrant/downloaders/base.rb +0 -25
- data/lib/vagrant/downloaders/file.rb +0 -22
- data/lib/vagrant/downloaders/http.rb +0 -97
- data/lib/vagrant/driver.rb +0 -8
- data/lib/vagrant/driver/virtualbox.rb +0 -134
- data/lib/vagrant/driver/virtualbox_4_0.rb +0 -459
- data/lib/vagrant/driver/virtualbox_4_1.rb +0 -459
- data/lib/vagrant/driver/virtualbox_4_2.rb +0 -606
- data/lib/vagrant/driver/virtualbox_base.rb +0 -326
- data/lib/vagrant/environment.rb +0 -522
- data/lib/vagrant/errors.rb +0 -445
- data/lib/vagrant/guest.rb +0 -18
- data/lib/vagrant/guest/arch.rb +0 -56
- data/lib/vagrant/guest/base.rb +0 -99
- data/lib/vagrant/guest/debian.rb +0 -64
- data/lib/vagrant/guest/fedora.rb +0 -66
- data/lib/vagrant/guest/freebsd.rb +0 -86
- data/lib/vagrant/guest/gentoo.rb +0 -46
- data/lib/vagrant/guest/linux.rb +0 -118
- data/lib/vagrant/guest/linux/config.rb +0 -19
- data/lib/vagrant/guest/linux/error.rb +0 -9
- data/lib/vagrant/guest/openbsd.rb +0 -20
- data/lib/vagrant/guest/redhat.rb +0 -67
- data/lib/vagrant/guest/solaris.rb +0 -118
- data/lib/vagrant/guest/suse.rb +0 -17
- data/lib/vagrant/guest/ubuntu.rb +0 -23
- data/lib/vagrant/hosts.rb +0 -37
- data/lib/vagrant/hosts/arch.rb +0 -55
- data/lib/vagrant/hosts/base.rb +0 -66
- data/lib/vagrant/hosts/bsd.rb +0 -97
- data/lib/vagrant/hosts/fedora.rb +0 -47
- data/lib/vagrant/hosts/freebsd.rb +0 -41
- data/lib/vagrant/hosts/gentoo.rb +0 -20
- data/lib/vagrant/hosts/linux.rb +0 -94
- data/lib/vagrant/hosts/opensuse.rb +0 -30
- data/lib/vagrant/hosts/windows.rb +0 -16
- data/lib/vagrant/plugin.rb +0 -81
- data/lib/vagrant/provisioners.rb +0 -12
- data/lib/vagrant/provisioners/base.rb +0 -44
- data/lib/vagrant/provisioners/chef.rb +0 -168
- data/lib/vagrant/provisioners/chef_client.rb +0 -132
- data/lib/vagrant/provisioners/chef_solo.rb +0 -234
- data/lib/vagrant/provisioners/puppet.rb +0 -176
- data/lib/vagrant/provisioners/puppet_server.rb +0 -78
- data/lib/vagrant/provisioners/shell.rb +0 -103
- data/lib/vagrant/registry.rb +0 -52
- data/lib/vagrant/ssh.rb +0 -126
- data/lib/vagrant/test_helpers.rb +0 -154
- data/lib/vagrant/ui.rb +0 -168
- data/lib/vagrant/util.rb +0 -12
- data/lib/vagrant/util/ansi_escape_code_remover.rb +0 -34
- data/lib/vagrant/util/busy.rb +0 -59
- data/lib/vagrant/util/counter.rb +0 -24
- data/lib/vagrant/util/file_checksum.rb +0 -38
- data/lib/vagrant/util/file_mode.rb +0 -12
- data/lib/vagrant/util/hash_with_indifferent_access.rb +0 -63
- data/lib/vagrant/util/is_port_open.rb +0 -38
- data/lib/vagrant/util/line_ending_helpers.rb +0 -14
- data/lib/vagrant/util/network_ip.rb +0 -28
- data/lib/vagrant/util/platform.rb +0 -68
- data/lib/vagrant/util/retryable.rb +0 -25
- data/lib/vagrant/util/safe_exec.rb +0 -36
- data/lib/vagrant/util/safe_puts.rb +0 -31
- data/lib/vagrant/util/stacked_proc_runner.rb +0 -35
- data/lib/vagrant/util/subprocess.rb +0 -247
- data/lib/vagrant/util/template_renderer.rb +0 -83
- data/lib/vagrant/version.rb +0 -6
- data/lib/vagrant/vm.rb +0 -195
- data/tasks/acceptance.rake +0 -113
- data/tasks/bundler.rake +0 -3
- data/tasks/test.rake +0 -20
- data/templates/commands/init/Vagrantfile.erb +0 -99
- data/templates/commands/ssh_config/config.erb +0 -15
- data/templates/config/validation_failed.erb +0 -7
- data/templates/guests/arch/network_dhcp.erb +0 -7
- data/templates/guests/arch/network_static.erb +0 -7
- data/templates/guests/debian/network_dhcp.erb +0 -6
- data/templates/guests/debian/network_static.erb +0 -7
- data/templates/guests/fedora/network_dhcp.erb +0 -6
- data/templates/guests/fedora/network_static.erb +0 -13
- data/templates/guests/freebsd/network_dhcp.erb +0 -3
- data/templates/guests/freebsd/network_static.erb +0 -3
- data/templates/guests/gentoo/network_dhcp.erb +0 -4
- data/templates/guests/gentoo/network_static.erb +0 -4
- data/templates/guests/redhat/network_dhcp.erb +0 -6
- data/templates/guests/redhat/network_static.erb +0 -7
- data/templates/locales/en.yml +0 -759
- data/templates/nfs/exports.erb +0 -5
- data/templates/nfs/exports_freebsd.erb +0 -5
- data/templates/nfs/exports_linux.erb +0 -5
- data/templates/package_Vagrantfile.erb +0 -11
- data/templates/provisioners/chef_client/client.erb +0 -32
- data/templates/provisioners/chef_solo/solo.erb +0 -25
- data/test/acceptance/base.rb +0 -48
- data/test/acceptance/box_test.rb +0 -99
- data/test/acceptance/destroy_test.rb +0 -37
- data/test/acceptance/halt_test.rb +0 -72
- data/test/acceptance/init_test.rb +0 -33
- data/test/acceptance/networking/host_only_test.rb +0 -37
- data/test/acceptance/networking/port_forward_test.rb +0 -125
- data/test/acceptance/package_test.rb +0 -46
- data/test/acceptance/provisioning/basic_test.rb +0 -61
- data/test/acceptance/provisioning/chef_solo_test.rb +0 -37
- data/test/acceptance/provisioning/shell_test.rb +0 -53
- data/test/acceptance/resume_test.rb +0 -17
- data/test/acceptance/shared_folders_test.rb +0 -84
- data/test/acceptance/skeletons/chef_solo_basic/README.md +0 -3
- data/test/acceptance/skeletons/chef_solo_basic/cookbooks/basic/recipes/default.rb +0 -5
- data/test/acceptance/skeletons/chef_solo_json/README.md +0 -3
- data/test/acceptance/skeletons/chef_solo_json/cookbooks/basic/recipes/default.rb +0 -6
- data/test/acceptance/skeletons/provisioner_multi/README.md +0 -3
- data/test/acceptance/skeletons/provisioner_multi/cookbooks/basic/recipes/default.rb +0 -5
- data/test/acceptance/ssh_test.rb +0 -46
- data/test/acceptance/support/config.rb +0 -42
- data/test/acceptance/support/isolated_environment.rb +0 -117
- data/test/acceptance/support/matchers/have_color.rb +0 -9
- data/test/acceptance/support/matchers/match_output.rb +0 -14
- data/test/acceptance/support/matchers/succeed.rb +0 -14
- data/test/acceptance/support/network_tests.rb +0 -29
- data/test/acceptance/support/output.rb +0 -95
- data/test/acceptance/support/shared/base_context.rb +0 -72
- data/test/acceptance/support/shared/command_examples.rb +0 -33
- data/test/acceptance/support/virtualbox.rb +0 -36
- data/test/acceptance/suspend_test.rb +0 -56
- data/test/acceptance/up_basic_test.rb +0 -33
- data/test/acceptance/up_with_box_url.rb +0 -40
- data/test/acceptance/vagrant_test.rb +0 -47
- data/test/acceptance/version_test.rb +0 -15
- data/test/buildbot/README.md +0 -72
- data/test/buildbot/buildbot_config/__init__.py +0 -0
- data/test/buildbot/buildbot_config/config/__init__.py +0 -0
- data/test/buildbot/buildbot_config/config/loader.py +0 -24
- data/test/buildbot/buildbot_config/config/master.py +0 -24
- data/test/buildbot/buildbot_config/config/slave.py +0 -22
- data/test/buildbot/buildbot_config/master/__init__.py +0 -6
- data/test/buildbot/buildbot_config/master/builders.py +0 -78
- data/test/buildbot/buildbot_config/master/buildsteps.py +0 -100
- data/test/buildbot/buildbot_config/master/change_sources.py +0 -8
- data/test/buildbot/buildbot_config/master/schedulers.py +0 -32
- data/test/buildbot/buildbot_config/master/slaves.py +0 -60
- data/test/buildbot/buildbot_config/master/status.py +0 -52
- data/test/buildbot/master/Makefile.sample +0 -28
- data/test/buildbot/master/buildbot.tac +0 -36
- data/test/buildbot/master/master.cfg +0 -67
- data/test/buildbot/master/public_html/bg_gradient.jpg +0 -0
- data/test/buildbot/master/public_html/default.css +0 -545
- data/test/buildbot/master/public_html/favicon.ico +0 -0
- data/test/buildbot/master/public_html/robots.txt +0 -10
- data/test/buildbot/master/public_html/static/css/bootstrap-1.4.0.min.css +0 -356
- data/test/buildbot/master/public_html/static/css/prettify.css +0 -97
- data/test/buildbot/master/public_html/static/css/syntax.css +0 -60
- data/test/buildbot/master/public_html/static/css/vagrant.base.css +0 -205
- data/test/buildbot/master/public_html/static/images/base_box_mac.jpg +0 -0
- data/test/buildbot/master/public_html/static/images/getting-started/success.jpg +0 -0
- data/test/buildbot/master/public_html/static/images/icons/error.png +0 -0
- data/test/buildbot/master/public_html/static/images/vagrant_chilling.png +0 -0
- data/test/buildbot/master/public_html/static/images/vagrant_holding.png +0 -0
- data/test/buildbot/master/public_html/static/images/vagrant_looking.png +0 -0
- data/test/buildbot/master/public_html/static/images/windows/alter_path.jpg +0 -0
- data/test/buildbot/master/public_html/static/images/windows/edit_path.jpg +0 -0
- data/test/buildbot/master/public_html/static/images/windows/environment_variables_button.jpg +0 -0
- data/test/buildbot/master/public_html/static/images/windows/port_and_ppk_path.jpg +0 -0
- data/test/buildbot/master/public_html/static/images/windows/ppk_selection.jpg +0 -0
- data/test/buildbot/master/public_html/static/images/windows/putty_first_screen.jpg +0 -0
- data/test/buildbot/master/public_html/static/images/windows/save_result.jpg +0 -0
- data/test/buildbot/master/public_html/static/images/windows/vbox_manage_default_location.jpg +0 -0
- data/test/buildbot/master/public_html/static/js/bootstrap-tabs.js +0 -80
- data/test/buildbot/master/public_html/static/js/jquery-1.7.min.js +0 -4
- data/test/buildbot/master/templates/authfail.html +0 -9
- data/test/buildbot/master/templates/build.html +0 -205
- data/test/buildbot/master/templates/builder.html +0 -118
- data/test/buildbot/master/templates/builders.html +0 -33
- data/test/buildbot/master/templates/buildslave.html +0 -72
- data/test/buildbot/master/templates/buildslaves.html +0 -70
- data/test/buildbot/master/templates/change.html +0 -15
- data/test/buildbot/master/templates/layouts/base.html +0 -58
- data/test/buildbot/master/templates/macros/box.html +0 -37
- data/test/buildbot/master/templates/macros/build_line.html +0 -50
- data/test/buildbot/master/templates/macros/change.html +0 -81
- data/test/buildbot/master/templates/macros/forms.html +0 -300
- data/test/buildbot/master/templates/root.html +0 -42
- data/test/buildbot/master/templates/waterfall.html +0 -53
- data/test/buildbot/requirements.txt +0 -4
- data/test/buildbot/scripts/deploy.sh +0 -38
- data/test/buildbot/scripts/setup.sh +0 -107
- data/test/buildbot/slave/buildbot.tac +0 -43
- data/test/buildbot/slave/info/admin +0 -1
- data/test/buildbot/slave/info/host +0 -1
- data/test/buildbot/tests/__init__.py +0 -0
- data/test/buildbot/tests/master/__init__.py +0 -0
- data/test/buildbot/tests/master/test_slaves.py +0 -41
- data/test/buildbot/vendor/choices-0.4.0.tar.gz +0 -0
- data/test/config/acceptance_boxes.yml +0 -7
- data/test/support/isolated_environment.rb +0 -46
- data/test/support/tempdir.rb +0 -34
- data/test/unit/base.rb +0 -21
- data/test/unit/support/isolated_environment.rb +0 -47
- data/test/unit/support/shared/base_context.rb +0 -30
- data/test/unit/vagrant/action/builder_test.rb +0 -156
- data/test/unit/vagrant/action/environment_test.rb +0 -16
- data/test/unit/vagrant/action/runner_test.rb +0 -65
- data/test/unit/vagrant/action/warden_test.rb +0 -92
- data/test/unit/vagrant/box_collection_test.rb +0 -56
- data/test/unit/vagrant/box_test.rb +0 -34
- data/test/unit/vagrant/command/base_test.rb +0 -150
- data/test/unit/vagrant/config/base_test.rb +0 -48
- data/test/unit/vagrant/config/loader_test.rb +0 -79
- data/test/unit/vagrant/config/ssh_test.rb +0 -17
- data/test/unit/vagrant/config/top_test.rb +0 -69
- data/test/unit/vagrant/config/vm_test.rb +0 -71
- data/test/unit/vagrant/config_test.rb +0 -27
- data/test/unit/vagrant/data_store_test.rb +0 -79
- data/test/unit/vagrant/downloaders/base_test.rb +0 -18
- data/test/unit/vagrant/downloaders/file_test.rb +0 -75
- data/test/unit/vagrant/downloaders/http_test.rb +0 -19
- data/test/unit/vagrant/environment_test.rb +0 -220
- data/test/unit/vagrant/hosts_test.rb +0 -36
- data/test/unit/vagrant/registry_test.rb +0 -74
- data/test/unit/vagrant/util/ansi_escape_code_remover_test.rb +0 -16
- data/test/unit/vagrant/util/file_checksum_test.rb +0 -23
- data/test/unit/vagrant/util/hash_with_indifferent_access_test.rb +0 -38
- data/test/unit/vagrant/util/is_port_open_test.rb +0 -53
- data/test/unit/vagrant/util/line_endings_helper_test.rb +0 -16
- data/test/unit/vagrant/util/network_ip_test.rb +0 -17
- data/test/unit/vagrant/util/retryable_test.rb +0 -106
- data/test/unit/vagrant_test.rb +0 -27
- data/test/unit_legacy/locales/en.yml +0 -8
- data/test/unit_legacy/test_helper.rb +0 -32
- data/test/unit_legacy/vagrant/action/box/destroy_test.rb +0 -18
- data/test/unit_legacy/vagrant/action/box/download_test.rb +0 -125
- data/test/unit_legacy/vagrant/action/box/package_test.rb +0 -25
- data/test/unit_legacy/vagrant/action/box/unpackage_test.rb +0 -84
- data/test/unit_legacy/vagrant/action/box/verify_test.rb +0 -30
- data/test/unit_legacy/vagrant/action/env/set_test.rb +0 -24
- data/test/unit_legacy/vagrant/action/general/package_test.rb +0 -268
- data/test/unit_legacy/vagrant/action/general/validate_test.rb +0 -31
- data/test/unit_legacy/vagrant/action/vm/boot_test.rb +0 -66
- data/test/unit_legacy/vagrant/action/vm/check_accessible_test.rb +0 -61
- data/test/unit_legacy/vagrant/action/vm/check_box_test.rb +0 -61
- data/test/unit_legacy/vagrant/action/vm/check_guest_additions_test.rb +0 -9
- data/test/unit_legacy/vagrant/action/vm/clean_machine_folder_test.rb +0 -84
- data/test/unit_legacy/vagrant/action/vm/clear_forwarded_ports_test.rb +0 -52
- data/test/unit_legacy/vagrant/action/vm/clear_nfs_exports_test.rb +0 -22
- data/test/unit_legacy/vagrant/action/vm/clear_shared_folders_test.rb +0 -40
- data/test/unit_legacy/vagrant/action/vm/customize_test.rb +0 -37
- data/test/unit_legacy/vagrant/action/vm/destroy_test.rb +0 -25
- data/test/unit_legacy/vagrant/action/vm/destroy_unused_network_interfaces_test.rb +0 -49
- data/test/unit_legacy/vagrant/action/vm/discard_state_test.rb +0 -45
- data/test/unit_legacy/vagrant/action/vm/export_test.rb +0 -107
- data/test/unit_legacy/vagrant/action/vm/forward_ports_helpers_test.rb +0 -77
- data/test/unit_legacy/vagrant/action/vm/forward_ports_test.rb +0 -197
- data/test/unit_legacy/vagrant/action/vm/halt_test.rb +0 -79
- data/test/unit_legacy/vagrant/action/vm/host_name_test.rb +0 -36
- data/test/unit_legacy/vagrant/action/vm/import_test.rb +0 -66
- data/test/unit_legacy/vagrant/action/vm/match_mac_address_test.rb +0 -40
- data/test/unit_legacy/vagrant/action/vm/modify_test.rb +0 -38
- data/test/unit_legacy/vagrant/action/vm/network_test.rb +0 -286
- data/test/unit_legacy/vagrant/action/vm/nfs_helpers_test.rb +0 -26
- data/test/unit_legacy/vagrant/action/vm/nfs_test.rb +0 -260
- data/test/unit_legacy/vagrant/action/vm/package_test.rb +0 -25
- data/test/unit_legacy/vagrant/action/vm/package_vagrantfile_test.rb +0 -46
- data/test/unit_legacy/vagrant/action/vm/provision_test.rb +0 -65
- data/test/unit_legacy/vagrant/action/vm/provisioner_cleanup_test.rb +0 -56
- data/test/unit_legacy/vagrant/action/vm/resume_test.rb +0 -35
- data/test/unit_legacy/vagrant/action/vm/share_folders_test.rb +0 -144
- data/test/unit_legacy/vagrant/action/vm/suspend_test.rb +0 -35
- data/test/unit_legacy/vagrant/action_test.rb +0 -89
- data/test/unit_legacy/vagrant/box_collection_test.rb +0 -45
- data/test/unit_legacy/vagrant/box_test.rb +0 -74
- data/test/unit_legacy/vagrant/cli_test.rb +0 -35
- data/test/unit_legacy/vagrant/command/base_test.rb +0 -23
- data/test/unit_legacy/vagrant/command/group_base_test.rb +0 -15
- data/test/unit_legacy/vagrant/command/helpers_test.rb +0 -88
- data/test/unit_legacy/vagrant/command/init_test.rb +0 -10
- data/test/unit_legacy/vagrant/command/package_test.rb +0 -27
- data/test/unit_legacy/vagrant/config/base_test.rb +0 -52
- data/test/unit_legacy/vagrant/config/error_recorder_test.rb +0 -18
- data/test/unit_legacy/vagrant/config/ssh_test.rb +0 -12
- data/test/unit_legacy/vagrant/config/vagrant_test.rb +0 -35
- data/test/unit_legacy/vagrant/config/vm/provisioner_test.rb +0 -92
- data/test/unit_legacy/vagrant/config/vm_test.rb +0 -47
- data/test/unit_legacy/vagrant/config_test.rb +0 -148
- data/test/unit_legacy/vagrant/downloaders/http_test.rb +0 -93
- data/test/unit_legacy/vagrant/environment_test.rb +0 -539
- data/test/unit_legacy/vagrant/errors_test.rb +0 -42
- data/test/unit_legacy/vagrant/hosts/base_test.rb +0 -46
- data/test/unit_legacy/vagrant/hosts/bsd_test.rb +0 -53
- data/test/unit_legacy/vagrant/hosts/linux_test.rb +0 -54
- data/test/unit_legacy/vagrant/plugin_test.rb +0 -9
- data/test/unit_legacy/vagrant/provisioners/base_test.rb +0 -63
- data/test/unit_legacy/vagrant/provisioners/chef_client_test.rb +0 -190
- data/test/unit_legacy/vagrant/provisioners/chef_solo_test.rb +0 -115
- data/test/unit_legacy/vagrant/provisioners/chef_test.rb +0 -209
- data/test/unit_legacy/vagrant/provisioners/puppet_server_test.rb +0 -68
- data/test/unit_legacy/vagrant/provisioners/puppet_test.rb +0 -182
- data/test/unit_legacy/vagrant/provisioners/shell_test.rb +0 -79
- data/test/unit_legacy/vagrant/ssh/session_test.rb +0 -40
- data/test/unit_legacy/vagrant/ssh_test.rb +0 -304
- data/test/unit_legacy/vagrant/systems/base_test.rb +0 -18
- data/test/unit_legacy/vagrant/systems/linux_test.rb +0 -104
- data/test/unit_legacy/vagrant/util/busy_test.rb +0 -106
- data/test/unit_legacy/vagrant/util/counter_test.rb +0 -29
- data/test/unit_legacy/vagrant/util/platform_test.rb +0 -18
- data/test/unit_legacy/vagrant/util/stacked_proc_runner_test.rb +0 -43
- data/test/unit_legacy/vagrant/util/template_renderer_test.rb +0 -145
- data/test/unit_legacy/vagrant/vm_test.rb +0 -300
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 02bb150efd0342b6d138865af00ef485029ffe24
|
4
|
+
data.tar.gz: 4338f9173c29a28b7430cb18b0ec5e86b89c3f3a
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 8fb0bb77c7beb6db6c68bb912014648f01529692a8c6b6d2b787f7da0c406da77e1166e011f6f143fd76d0fbe8b4946797f8906fc6ed0f0973e563f3fbf846e2
|
7
|
+
data.tar.gz: 13b281edb7ee0e05af9a1e3b1c3f271c5fbf2eec284a60787e1c13db4bde816a094778246001695314a62540e5b0230443d8d1674fda5ff9206d61ac1c93dc85
|
data/.gitignore
CHANGED
@@ -1,46 +1,17 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
# Vagrant stuff
|
5
|
-
acceptance_config.yml
|
6
|
-
boxes/*
|
7
|
-
test/buildbot/config.cfg
|
8
|
-
test/buildbot/env
|
9
|
-
test/buildbot/master/http.log
|
10
|
-
test/buildbot/master/master.cfg.sample
|
11
|
-
test/buildbot/master/twistd.log
|
12
|
-
test/buildbot/master/twistd.pid
|
13
|
-
test/buildbot/master/state.sqlite
|
14
|
-
test/buildbot/master/osx-*/
|
15
|
-
test/buildbot/master/linux-*/
|
16
|
-
test/buildbot/master/win-*/
|
17
|
-
test/buildbot/slave/twistd.hostname
|
18
|
-
test/buildbot/slave/twistd.log
|
19
|
-
test/buildbot/slave/twistd.pid
|
20
|
-
test/buildbot/slave/osx-*/
|
21
|
-
test/buildbot/slave/linux-*/
|
22
|
-
test/buildbot/slave/win-*/
|
23
|
-
Vagrantfile
|
24
|
-
.vagrant
|
25
|
-
|
26
|
-
# Bundler/Rubygems
|
1
|
+
*.gem
|
2
|
+
*.rbc
|
27
3
|
.bundle
|
28
|
-
|
29
|
-
|
4
|
+
.config
|
5
|
+
.yardoc
|
30
6
|
Gemfile.lock
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
_site/*
|
35
|
-
.yardoc/
|
7
|
+
InstalledFiles
|
8
|
+
_yardoc
|
9
|
+
coverage
|
36
10
|
doc/
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
# IDE junk
|
45
|
-
.idea/*
|
46
|
-
*.iml
|
11
|
+
lib/bundler/man
|
12
|
+
pkg
|
13
|
+
rdoc
|
14
|
+
spec/reports
|
15
|
+
test/tmp
|
16
|
+
test/version_tmp
|
17
|
+
tmp
|
data/Gemfile
CHANGED
data/LICENSE.txt
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
Copyright (c) 2014 Mitchell Hashimoto
|
2
|
+
|
3
|
+
MIT License
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
"Software"), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
@@ -1,91 +1,4 @@
|
|
1
|
-
# Vagrant
|
1
|
+
# Vagrant Stub
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
* IRC: `#vagrant` on Freenode
|
6
|
-
* Mailing list: [Google Groups](http://groups.google.com/group/vagrant-up)
|
7
|
-
|
8
|
-
Vagrant is a tool for building and distributing virtualized development environments.
|
9
|
-
|
10
|
-
By providing automated creation and provisioning of virtual machines using [Oracle’s VirtualBox](http://www.virtualbox.org),
|
11
|
-
Vagrant provides the tools to create and configure lightweight, reproducible, and portable
|
12
|
-
virtual environments. For more information, see the part of the getting started guide
|
13
|
-
on “[Why Vagrant?](http://vagrantup.com/docs/getting-started/why.html)”
|
14
|
-
|
15
|
-
## Quick Start
|
16
|
-
|
17
|
-
First, make sure your development machine has [VirtualBox](http://www.virtualbox.org)
|
18
|
-
installed. The setup from that point forward is very easy, since Vagrant is simply
|
19
|
-
a rubygem.
|
20
|
-
|
21
|
-
gem install vagrant
|
22
|
-
|
23
|
-
To build your first virtual environment:
|
24
|
-
|
25
|
-
vagrant init lucid32 http://files.vagrantup.com/lucid32.box
|
26
|
-
vagrant up
|
27
|
-
|
28
|
-
Note: The above `vagrant up` command will also trigger Vagrant to download the
|
29
|
-
`lucid32` box via the specified URL. Vagrant only does this if it detects that
|
30
|
-
the box doesn't already exist on your system.
|
31
|
-
|
32
|
-
## Getting Started Guide
|
33
|
-
|
34
|
-
To learn how to build a fully functional rails development environment, view the
|
35
|
-
[getting started guide](http://vagrantup.com/docs/getting-started/index.html).
|
36
|
-
|
37
|
-
## Installing the Gem from Git
|
38
|
-
|
39
|
-
If you want the bleeding edge version of Vagrant, we try to keep master pretty stable
|
40
|
-
and you're welcome to give it a shot. The following is an example showing how to do this:
|
41
|
-
|
42
|
-
rake install
|
43
|
-
|
44
|
-
## Contributing to Vagrant
|
45
|
-
|
46
|
-
### Dependencies and Unit Tests
|
47
|
-
|
48
|
-
To hack on vagrant, you'll need [bundler](http://github.com/carlhuda/bundler) which can
|
49
|
-
be installed with a simple `gem install bundler`. Afterwords, do the following:
|
50
|
-
|
51
|
-
bundle install
|
52
|
-
rake
|
53
|
-
|
54
|
-
This will run the unit test suite, which should come back all green! Then you're good to go!
|
55
|
-
|
56
|
-
If you want to run Vagrant without having to install the gem, you may use `bundle exec`,
|
57
|
-
like so:
|
58
|
-
|
59
|
-
bundle exec bin/vagrant help
|
60
|
-
|
61
|
-
### Acceptance Tests
|
62
|
-
|
63
|
-
Vagrant also comes with an acceptance test suite which runs the system
|
64
|
-
end-to-end, without mocking out any dependencies. Note that this test
|
65
|
-
suite is **extremely slow**, with the test suite taking hours on even
|
66
|
-
a decent system. A CI will be setup in due time to run these tests
|
67
|
-
automatically. However, it is still useful to know how to run these
|
68
|
-
tests since it is often useful to run a single test if you're working
|
69
|
-
on a specific feature.
|
70
|
-
|
71
|
-
The acceptance tests have absolutely _zero_ dependence on the Vagrant
|
72
|
-
source. Instead, an external configuration file must be used to give
|
73
|
-
the acceptance tests some parameters (such as what Vagrant version is
|
74
|
-
running, where the Vagrant `vagrant` binary is, etc.). If you want to
|
75
|
-
run acceptance tests against source, or just want to see an example of
|
76
|
-
this file, you can generate it automatically for the source code:
|
77
|
-
|
78
|
-
rake acceptance:config
|
79
|
-
|
80
|
-
This will drop an `acceptance_config.yml` file in your working directory.
|
81
|
-
You can then run a specific acceptance test like so:
|
82
|
-
|
83
|
-
ACCEPTANCE_CONFIG=./acceptance_config.yml ruby test/acceptance/version_test.rb
|
84
|
-
|
85
|
-
That's it!
|
86
|
-
|
87
|
-
If you're developing an acceptance test and you're unsure why things
|
88
|
-
might be failing, you can also view log output for the acceptance tests,
|
89
|
-
which can be very verbose but are a great help in finding bugs:
|
90
|
-
|
91
|
-
ACCEPTANCE_LOGGING=debug ACCEPTANCE_CONFIG=./acceptance_config.yml ruby test/acceptance/version_test.rb
|
3
|
+
This is a stub gem that is now uploaded to RubyGems to point people
|
4
|
+
to the installers for Vagrant.
|
data/Rakefile
CHANGED
@@ -1,18 +1 @@
|
|
1
|
-
require
|
2
|
-
require 'bundler/setup'
|
3
|
-
|
4
|
-
# Immediately sync all stdout so that tools like buildbot can
|
5
|
-
# immediately load in the output.
|
6
|
-
$stdout.sync = true
|
7
|
-
$stderr.sync = true
|
8
|
-
|
9
|
-
# Load all the rake tasks from the "tasks" folder. This folder
|
10
|
-
# allows us to nicely separate rake tasks into individual files
|
11
|
-
# based on their role, which makes development and debugging easier
|
12
|
-
# than one monolithic file.
|
13
|
-
task_dir = File.expand_path("../tasks", __FILE__)
|
14
|
-
Dir["#{task_dir}/**/*.rake"].each do |task_file|
|
15
|
-
load task_file
|
16
|
-
end
|
17
|
-
|
18
|
-
task :default => "test:unit"
|
1
|
+
require "bundler/gem_tasks"
|
data/bin/vagrant
CHANGED
@@ -1,60 +1,4 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
-
require 'log4r'
|
3
|
-
require 'vagrant'
|
4
|
-
require 'vagrant/cli'
|
5
|
-
require 'vagrant/util/platform'
|
6
2
|
|
7
|
-
|
8
|
-
|
9
|
-
logger.info("`vagrant` invoked: #{ARGV.inspect}")
|
10
|
-
|
11
|
-
# Stdout/stderr should not buffer output
|
12
|
-
$stdout.sync = true
|
13
|
-
$stderr.sync = true
|
14
|
-
|
15
|
-
# These will be the options that are passed to initialze the Vagrant
|
16
|
-
# environment.
|
17
|
-
opts = {}
|
18
|
-
|
19
|
-
# Disable color if the proper argument was passed or if we're
|
20
|
-
# on Windows since the default Windows terminal doesn't support
|
21
|
-
# colors.
|
22
|
-
if ARGV.include?("--no-color") || !$stdout.tty? || !Vagrant::Util::Platform.terminal_supports_colors?
|
23
|
-
# Delete the argument from the list so that it doesn't cause any
|
24
|
-
# invalid arguments down the road.
|
25
|
-
ARGV.delete("--no-color")
|
26
|
-
opts[:ui_class] = Vagrant::UI::Basic
|
27
|
-
else
|
28
|
-
opts[:ui_class] = Vagrant::UI::Colored
|
29
|
-
end
|
30
|
-
|
31
|
-
env = nil
|
32
|
-
begin
|
33
|
-
# Create the environment, which is the cwd of wherever the
|
34
|
-
# `vagrant` command was invoked from
|
35
|
-
logger.debug("Creating Vagrant environment")
|
36
|
-
env = Vagrant::Environment.new(opts)
|
37
|
-
|
38
|
-
# Load the environment
|
39
|
-
logger.debug("Loading environment")
|
40
|
-
env.load!
|
41
|
-
|
42
|
-
# Execute the CLI interface, and exit with the proper error code
|
43
|
-
exit(env.cli(ARGV))
|
44
|
-
rescue Vagrant::Errors::VagrantError => e
|
45
|
-
logger.error("Vagrant experienced an error! Details:")
|
46
|
-
logger.error(e.inspect)
|
47
|
-
logger.error(e.message)
|
48
|
-
logger.error(e.backtrace.join("\n"))
|
49
|
-
|
50
|
-
if env
|
51
|
-
opts = { :prefix => false }
|
52
|
-
env.ui.error e.message, opts if e.message
|
53
|
-
else
|
54
|
-
$stderr.puts "Vagrant failed to initialize at a very early stage:\n\n"
|
55
|
-
$stderr.puts e.message
|
56
|
-
end
|
57
|
-
|
58
|
-
exit e.status_code if e.respond_to?(:status_code)
|
59
|
-
exit 999 # An error occurred with no status code defined
|
60
|
-
end
|
3
|
+
$stderr.puts File.read(File.expand_path("../../message.txt", __FILE__))
|
4
|
+
abort
|
data/message.txt
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
Thanks for wanting to use Vagrant! Unfortunately, this is not the way
|
2
|
+
to install Vagrant anymore. We now make installers for the various operating
|
3
|
+
systems Vagrant supports.
|
4
|
+
|
5
|
+
Vagrant is no longer distributed as a RubyGem. Please download the latest
|
6
|
+
version for your operating system from the URL below. If you still wish
|
7
|
+
to use the RubyGem version, you can manually install version 1.0.7. Note that
|
8
|
+
the RubyGem version hasn't been updated in over a year and will no longer
|
9
|
+
receive any updates.
|
10
|
+
|
11
|
+
Prior to installing Vagrant using the installer, make sure you uninstall
|
12
|
+
all your Vagrant gems, since they sometimes conflict.
|
13
|
+
|
14
|
+
http://www.vagrantup.com
|
15
|
+
|
16
|
+
If you want to learn more about why we don't distribute using RubyGems
|
17
|
+
anymore, please read this: http://mitchellh.com/abandoning-rubygems
|
data/vagrant.gemspec
CHANGED
@@ -1,70 +1,21 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
s.add_dependency "json", ">= 1.5.1", "< 1.8.0"
|
22
|
-
s.add_dependency "log4r", "~> 1.1.9"
|
23
|
-
s.add_dependency "net-ssh", "~> 2.2.2"
|
24
|
-
s.add_dependency "net-scp", "~> 1.0.4"
|
25
|
-
|
26
|
-
s.add_development_dependency "rake"
|
27
|
-
s.add_development_dependency "contest", ">= 0.1.2"
|
28
|
-
s.add_development_dependency "minitest", "~> 2.5.1"
|
29
|
-
s.add_development_dependency "mocha"
|
30
|
-
#s.add_development_dependency "sys-proctable", "~> 0.9.0"
|
31
|
-
s.add_development_dependency "rspec-core", "~> 2.8.0"
|
32
|
-
s.add_development_dependency "rspec-expectations", "~> 2.8.0"
|
33
|
-
s.add_development_dependency "rspec-mocks", "~> 2.8.0"
|
34
|
-
|
35
|
-
# The following block of code determines the files that should be included
|
36
|
-
# in the gem. It does this by reading all the files in the directory where
|
37
|
-
# this gemspec is, and parsing out the ignored files from the gitignore.
|
38
|
-
# Note that the entire gitignore(5) syntax is not supported, specifically
|
39
|
-
# the "!" syntax, but it should mostly work correctly.
|
40
|
-
root_path = File.dirname(__FILE__)
|
41
|
-
all_files = Dir.chdir(root_path) { Dir.glob("**/{*,.*}") }
|
42
|
-
all_files.reject! { |file| [".", ".."].include?(File.basename(file)) }
|
43
|
-
gitignore_path = File.join(root_path, ".gitignore")
|
44
|
-
gitignore = File.readlines(gitignore_path)
|
45
|
-
gitignore.map! { |line| line.chomp.strip }
|
46
|
-
gitignore.reject! { |line| line.empty? || line =~ /^(#|!)/ }
|
47
|
-
|
48
|
-
unignored_files = all_files.reject do |file|
|
49
|
-
# Ignore any directories, the gemspec only cares about files
|
50
|
-
next true if File.directory?(file)
|
51
|
-
|
52
|
-
# Ignore any paths that match anything in the gitignore. We do
|
53
|
-
# two tests here:
|
54
|
-
#
|
55
|
-
# - First, test to see if the entire path matches the gitignore.
|
56
|
-
# - Second, match if the basename does, this makes it so that things
|
57
|
-
# like '.DS_Store' will match sub-directories too (same behavior
|
58
|
-
# as git).
|
59
|
-
#
|
60
|
-
gitignore.any? do |ignore|
|
61
|
-
File.fnmatch(ignore, file, File::FNM_PATHNAME) ||
|
62
|
-
File.fnmatch(ignore, File.basename(file), File::FNM_PATHNAME)
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
s.files = unignored_files
|
67
|
-
s.executables = unignored_files.map { |f| f[/^bin\/(.*)/, 1] }.compact
|
68
|
-
s.require_path = 'lib'
|
1
|
+
# coding: utf-8
|
2
|
+
Gem::Specification.new do |spec|
|
3
|
+
spec.name = "vagrant"
|
4
|
+
spec.version = "1.5.0"
|
5
|
+
spec.authors = ["Mitchell Hashimoto"]
|
6
|
+
spec.email = ["mitchell.hashimoto@gmail.com"]
|
7
|
+
spec.summary = %q{Vagrant is a tool for building and distributing development environments}
|
8
|
+
spec.description = %q{Vagrant is a tool for building and distributing development environments.}
|
9
|
+
spec.homepage = "http://www.vagrantup.com"
|
10
|
+
spec.license = "MIT"
|
11
|
+
|
12
|
+
spec.post_install_message = File.read(File.expand_path("../message.txt", __FILE__))
|
13
|
+
|
14
|
+
spec.files = `git ls-files -z`.split("\x0")
|
15
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
16
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
17
|
+
spec.require_paths = ["lib"]
|
18
|
+
|
19
|
+
spec.add_development_dependency "bundler", "~> 1.5"
|
20
|
+
spec.add_development_dependency "rake"
|
69
21
|
end
|
70
|
-
|
metadata
CHANGED
@@ -1,710 +1,98 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
5
|
-
prerelease:
|
4
|
+
version: 1.5.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Mitchell Hashimoto
|
9
|
-
- John Bender
|
10
8
|
autorequire:
|
11
9
|
bindir: bin
|
12
10
|
cert_chain: []
|
13
|
-
date:
|
11
|
+
date: 2014-03-13 00:00:00.000000000 Z
|
14
12
|
dependencies:
|
15
13
|
- !ruby/object:Gem::Dependency
|
16
|
-
name:
|
14
|
+
name: bundler
|
17
15
|
requirement: !ruby/object:Gem::Requirement
|
18
|
-
none: false
|
19
|
-
requirements:
|
20
|
-
- - '='
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 0.5.2
|
23
|
-
type: :runtime
|
24
|
-
prerelease: false
|
25
|
-
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
none: false
|
27
|
-
requirements:
|
28
|
-
- - '='
|
29
|
-
- !ruby/object:Gem::Version
|
30
|
-
version: 0.5.2
|
31
|
-
- !ruby/object:Gem::Dependency
|
32
|
-
name: childprocess
|
33
|
-
requirement: !ruby/object:Gem::Requirement
|
34
|
-
none: false
|
35
|
-
requirements:
|
36
|
-
- - ~>
|
37
|
-
- !ruby/object:Gem::Version
|
38
|
-
version: 0.3.1
|
39
|
-
type: :runtime
|
40
|
-
prerelease: false
|
41
|
-
version_requirements: !ruby/object:Gem::Requirement
|
42
|
-
none: false
|
43
|
-
requirements:
|
44
|
-
- - ~>
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
version: 0.3.1
|
47
|
-
- !ruby/object:Gem::Dependency
|
48
|
-
name: erubis
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
50
|
-
none: false
|
51
|
-
requirements:
|
52
|
-
- - ~>
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: 2.7.0
|
55
|
-
type: :runtime
|
56
|
-
prerelease: false
|
57
|
-
version_requirements: !ruby/object:Gem::Requirement
|
58
|
-
none: false
|
59
|
-
requirements:
|
60
|
-
- - ~>
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: 2.7.0
|
63
|
-
- !ruby/object:Gem::Dependency
|
64
|
-
name: i18n
|
65
|
-
requirement: !ruby/object:Gem::Requirement
|
66
|
-
none: false
|
67
|
-
requirements:
|
68
|
-
- - ~>
|
69
|
-
- !ruby/object:Gem::Version
|
70
|
-
version: 0.6.0
|
71
|
-
type: :runtime
|
72
|
-
prerelease: false
|
73
|
-
version_requirements: !ruby/object:Gem::Requirement
|
74
|
-
none: false
|
75
|
-
requirements:
|
76
|
-
- - ~>
|
77
|
-
- !ruby/object:Gem::Version
|
78
|
-
version: 0.6.0
|
79
|
-
- !ruby/object:Gem::Dependency
|
80
|
-
name: json
|
81
|
-
requirement: !ruby/object:Gem::Requirement
|
82
|
-
none: false
|
83
|
-
requirements:
|
84
|
-
- - ! '>='
|
85
|
-
- !ruby/object:Gem::Version
|
86
|
-
version: 1.5.1
|
87
|
-
- - <
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: 1.8.0
|
90
|
-
type: :runtime
|
91
|
-
prerelease: false
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
93
|
-
none: false
|
94
|
-
requirements:
|
95
|
-
- - ! '>='
|
96
|
-
- !ruby/object:Gem::Version
|
97
|
-
version: 1.5.1
|
98
|
-
- - <
|
99
|
-
- !ruby/object:Gem::Version
|
100
|
-
version: 1.8.0
|
101
|
-
- !ruby/object:Gem::Dependency
|
102
|
-
name: log4r
|
103
|
-
requirement: !ruby/object:Gem::Requirement
|
104
|
-
none: false
|
105
|
-
requirements:
|
106
|
-
- - ~>
|
107
|
-
- !ruby/object:Gem::Version
|
108
|
-
version: 1.1.9
|
109
|
-
type: :runtime
|
110
|
-
prerelease: false
|
111
|
-
version_requirements: !ruby/object:Gem::Requirement
|
112
|
-
none: false
|
113
|
-
requirements:
|
114
|
-
- - ~>
|
115
|
-
- !ruby/object:Gem::Version
|
116
|
-
version: 1.1.9
|
117
|
-
- !ruby/object:Gem::Dependency
|
118
|
-
name: net-ssh
|
119
|
-
requirement: !ruby/object:Gem::Requirement
|
120
|
-
none: false
|
121
|
-
requirements:
|
122
|
-
- - ~>
|
123
|
-
- !ruby/object:Gem::Version
|
124
|
-
version: 2.2.2
|
125
|
-
type: :runtime
|
126
|
-
prerelease: false
|
127
|
-
version_requirements: !ruby/object:Gem::Requirement
|
128
|
-
none: false
|
129
|
-
requirements:
|
130
|
-
- - ~>
|
131
|
-
- !ruby/object:Gem::Version
|
132
|
-
version: 2.2.2
|
133
|
-
- !ruby/object:Gem::Dependency
|
134
|
-
name: net-scp
|
135
|
-
requirement: !ruby/object:Gem::Requirement
|
136
|
-
none: false
|
137
|
-
requirements:
|
138
|
-
- - ~>
|
139
|
-
- !ruby/object:Gem::Version
|
140
|
-
version: 1.0.4
|
141
|
-
type: :runtime
|
142
|
-
prerelease: false
|
143
|
-
version_requirements: !ruby/object:Gem::Requirement
|
144
|
-
none: false
|
145
16
|
requirements:
|
146
17
|
- - ~>
|
147
18
|
- !ruby/object:Gem::Version
|
148
|
-
version: 1.
|
149
|
-
- !ruby/object:Gem::Dependency
|
150
|
-
name: rake
|
151
|
-
requirement: !ruby/object:Gem::Requirement
|
152
|
-
none: false
|
153
|
-
requirements:
|
154
|
-
- - ! '>='
|
155
|
-
- !ruby/object:Gem::Version
|
156
|
-
version: '0'
|
19
|
+
version: '1.5'
|
157
20
|
type: :development
|
158
21
|
prerelease: false
|
159
22
|
version_requirements: !ruby/object:Gem::Requirement
|
160
|
-
none: false
|
161
|
-
requirements:
|
162
|
-
- - ! '>='
|
163
|
-
- !ruby/object:Gem::Version
|
164
|
-
version: '0'
|
165
|
-
- !ruby/object:Gem::Dependency
|
166
|
-
name: contest
|
167
|
-
requirement: !ruby/object:Gem::Requirement
|
168
|
-
none: false
|
169
|
-
requirements:
|
170
|
-
- - ! '>='
|
171
|
-
- !ruby/object:Gem::Version
|
172
|
-
version: 0.1.2
|
173
|
-
type: :development
|
174
|
-
prerelease: false
|
175
|
-
version_requirements: !ruby/object:Gem::Requirement
|
176
|
-
none: false
|
177
|
-
requirements:
|
178
|
-
- - ! '>='
|
179
|
-
- !ruby/object:Gem::Version
|
180
|
-
version: 0.1.2
|
181
|
-
- !ruby/object:Gem::Dependency
|
182
|
-
name: minitest
|
183
|
-
requirement: !ruby/object:Gem::Requirement
|
184
|
-
none: false
|
185
23
|
requirements:
|
186
24
|
- - ~>
|
187
25
|
- !ruby/object:Gem::Version
|
188
|
-
version:
|
189
|
-
type: :development
|
190
|
-
prerelease: false
|
191
|
-
version_requirements: !ruby/object:Gem::Requirement
|
192
|
-
none: false
|
193
|
-
requirements:
|
194
|
-
- - ~>
|
195
|
-
- !ruby/object:Gem::Version
|
196
|
-
version: 2.5.1
|
26
|
+
version: '1.5'
|
197
27
|
- !ruby/object:Gem::Dependency
|
198
|
-
name:
|
28
|
+
name: rake
|
199
29
|
requirement: !ruby/object:Gem::Requirement
|
200
|
-
none: false
|
201
30
|
requirements:
|
202
|
-
- -
|
31
|
+
- - '>='
|
203
32
|
- !ruby/object:Gem::Version
|
204
33
|
version: '0'
|
205
34
|
type: :development
|
206
35
|
prerelease: false
|
207
36
|
version_requirements: !ruby/object:Gem::Requirement
|
208
|
-
none: false
|
209
37
|
requirements:
|
210
|
-
- -
|
38
|
+
- - '>='
|
211
39
|
- !ruby/object:Gem::Version
|
212
40
|
version: '0'
|
213
|
-
|
214
|
-
name: rspec-core
|
215
|
-
requirement: !ruby/object:Gem::Requirement
|
216
|
-
none: false
|
217
|
-
requirements:
|
218
|
-
- - ~>
|
219
|
-
- !ruby/object:Gem::Version
|
220
|
-
version: 2.8.0
|
221
|
-
type: :development
|
222
|
-
prerelease: false
|
223
|
-
version_requirements: !ruby/object:Gem::Requirement
|
224
|
-
none: false
|
225
|
-
requirements:
|
226
|
-
- - ~>
|
227
|
-
- !ruby/object:Gem::Version
|
228
|
-
version: 2.8.0
|
229
|
-
- !ruby/object:Gem::Dependency
|
230
|
-
name: rspec-expectations
|
231
|
-
requirement: !ruby/object:Gem::Requirement
|
232
|
-
none: false
|
233
|
-
requirements:
|
234
|
-
- - ~>
|
235
|
-
- !ruby/object:Gem::Version
|
236
|
-
version: 2.8.0
|
237
|
-
type: :development
|
238
|
-
prerelease: false
|
239
|
-
version_requirements: !ruby/object:Gem::Requirement
|
240
|
-
none: false
|
241
|
-
requirements:
|
242
|
-
- - ~>
|
243
|
-
- !ruby/object:Gem::Version
|
244
|
-
version: 2.8.0
|
245
|
-
- !ruby/object:Gem::Dependency
|
246
|
-
name: rspec-mocks
|
247
|
-
requirement: !ruby/object:Gem::Requirement
|
248
|
-
none: false
|
249
|
-
requirements:
|
250
|
-
- - ~>
|
251
|
-
- !ruby/object:Gem::Version
|
252
|
-
version: 2.8.0
|
253
|
-
type: :development
|
254
|
-
prerelease: false
|
255
|
-
version_requirements: !ruby/object:Gem::Requirement
|
256
|
-
none: false
|
257
|
-
requirements:
|
258
|
-
- - ~>
|
259
|
-
- !ruby/object:Gem::Version
|
260
|
-
version: 2.8.0
|
261
|
-
description: Vagrant is a tool for building and distributing virtualized development
|
262
|
-
environments.
|
41
|
+
description: Vagrant is a tool for building and distributing development environments.
|
263
42
|
email:
|
264
43
|
- mitchell.hashimoto@gmail.com
|
265
|
-
- john.m.bender@gmail.com
|
266
44
|
executables:
|
267
45
|
- vagrant
|
268
46
|
extensions: []
|
269
47
|
extra_rdoc_files: []
|
270
48
|
files:
|
271
|
-
-
|
272
|
-
- CHANGELOG.md
|
273
|
-
- config/default.rb
|
274
|
-
- contrib/emacs/vagrant.el
|
275
|
-
- contrib/README.md
|
276
|
-
- contrib/vim/vagrantfile.vim
|
49
|
+
- .gitignore
|
277
50
|
- Gemfile
|
278
|
-
-
|
279
|
-
- keys/vagrant
|
280
|
-
- keys/vagrant.pub
|
281
|
-
- lib/vagrant/action/box/destroy.rb
|
282
|
-
- lib/vagrant/action/box/download.rb
|
283
|
-
- lib/vagrant/action/box/package.rb
|
284
|
-
- lib/vagrant/action/box/unpackage.rb
|
285
|
-
- lib/vagrant/action/box/verify.rb
|
286
|
-
- lib/vagrant/action/builder.rb
|
287
|
-
- lib/vagrant/action/builtin.rb
|
288
|
-
- lib/vagrant/action/env/set.rb
|
289
|
-
- lib/vagrant/action/environment.rb
|
290
|
-
- lib/vagrant/action/general/check_virtualbox.rb
|
291
|
-
- lib/vagrant/action/general/package.rb
|
292
|
-
- lib/vagrant/action/general/validate.rb
|
293
|
-
- lib/vagrant/action/runner.rb
|
294
|
-
- lib/vagrant/action/vm/boot.rb
|
295
|
-
- lib/vagrant/action/vm/check_accessible.rb
|
296
|
-
- lib/vagrant/action/vm/check_box.rb
|
297
|
-
- lib/vagrant/action/vm/check_guest_additions.rb
|
298
|
-
- lib/vagrant/action/vm/check_port_collisions.rb
|
299
|
-
- lib/vagrant/action/vm/clean_machine_folder.rb
|
300
|
-
- lib/vagrant/action/vm/clear_forwarded_ports.rb
|
301
|
-
- lib/vagrant/action/vm/clear_network_interfaces.rb
|
302
|
-
- lib/vagrant/action/vm/clear_shared_folders.rb
|
303
|
-
- lib/vagrant/action/vm/customize.rb
|
304
|
-
- lib/vagrant/action/vm/default_name.rb
|
305
|
-
- lib/vagrant/action/vm/destroy.rb
|
306
|
-
- lib/vagrant/action/vm/destroy_unused_network_interfaces.rb
|
307
|
-
- lib/vagrant/action/vm/discard_state.rb
|
308
|
-
- lib/vagrant/action/vm/export.rb
|
309
|
-
- lib/vagrant/action/vm/forward_ports.rb
|
310
|
-
- lib/vagrant/action/vm/halt.rb
|
311
|
-
- lib/vagrant/action/vm/host_name.rb
|
312
|
-
- lib/vagrant/action/vm/import.rb
|
313
|
-
- lib/vagrant/action/vm/match_mac_address.rb
|
314
|
-
- lib/vagrant/action/vm/network.rb
|
315
|
-
- lib/vagrant/action/vm/nfs.rb
|
316
|
-
- lib/vagrant/action/vm/package.rb
|
317
|
-
- lib/vagrant/action/vm/package_vagrantfile.rb
|
318
|
-
- lib/vagrant/action/vm/provision.rb
|
319
|
-
- lib/vagrant/action/vm/provisioner_cleanup.rb
|
320
|
-
- lib/vagrant/action/vm/prune_nfs_exports.rb
|
321
|
-
- lib/vagrant/action/vm/resume.rb
|
322
|
-
- lib/vagrant/action/vm/sane_defaults.rb
|
323
|
-
- lib/vagrant/action/vm/setup_package_files.rb
|
324
|
-
- lib/vagrant/action/vm/share_folders.rb
|
325
|
-
- lib/vagrant/action/vm/suspend.rb
|
326
|
-
- lib/vagrant/action/warden.rb
|
327
|
-
- lib/vagrant/action.rb
|
328
|
-
- lib/vagrant/box.rb
|
329
|
-
- lib/vagrant/box_collection.rb
|
330
|
-
- lib/vagrant/cli.rb
|
331
|
-
- lib/vagrant/command/base.rb
|
332
|
-
- lib/vagrant/command/box.rb
|
333
|
-
- lib/vagrant/command/box_add.rb
|
334
|
-
- lib/vagrant/command/box_list.rb
|
335
|
-
- lib/vagrant/command/box_remove.rb
|
336
|
-
- lib/vagrant/command/box_repackage.rb
|
337
|
-
- lib/vagrant/command/destroy.rb
|
338
|
-
- lib/vagrant/command/gem.rb
|
339
|
-
- lib/vagrant/command/halt.rb
|
340
|
-
- lib/vagrant/command/init.rb
|
341
|
-
- lib/vagrant/command/package.rb
|
342
|
-
- lib/vagrant/command/provision.rb
|
343
|
-
- lib/vagrant/command/reload.rb
|
344
|
-
- lib/vagrant/command/resume.rb
|
345
|
-
- lib/vagrant/command/ssh.rb
|
346
|
-
- lib/vagrant/command/ssh_config.rb
|
347
|
-
- lib/vagrant/command/start_mixins.rb
|
348
|
-
- lib/vagrant/command/status.rb
|
349
|
-
- lib/vagrant/command/suspend.rb
|
350
|
-
- lib/vagrant/command/up.rb
|
351
|
-
- lib/vagrant/command.rb
|
352
|
-
- lib/vagrant/communication/base.rb
|
353
|
-
- lib/vagrant/communication/ssh.rb
|
354
|
-
- lib/vagrant/communication.rb
|
355
|
-
- lib/vagrant/config/base.rb
|
356
|
-
- lib/vagrant/config/container.rb
|
357
|
-
- lib/vagrant/config/error_recorder.rb
|
358
|
-
- lib/vagrant/config/loader.rb
|
359
|
-
- lib/vagrant/config/nfs.rb
|
360
|
-
- lib/vagrant/config/package.rb
|
361
|
-
- lib/vagrant/config/ssh.rb
|
362
|
-
- lib/vagrant/config/top.rb
|
363
|
-
- lib/vagrant/config/vagrant.rb
|
364
|
-
- lib/vagrant/config/vm/provisioner.rb
|
365
|
-
- lib/vagrant/config/vm/sub_vm.rb
|
366
|
-
- lib/vagrant/config/vm.rb
|
367
|
-
- lib/vagrant/config.rb
|
368
|
-
- lib/vagrant/data_store.rb
|
369
|
-
- lib/vagrant/downloaders/base.rb
|
370
|
-
- lib/vagrant/downloaders/file.rb
|
371
|
-
- lib/vagrant/downloaders/http.rb
|
372
|
-
- lib/vagrant/downloaders.rb
|
373
|
-
- lib/vagrant/driver/virtualbox.rb
|
374
|
-
- lib/vagrant/driver/virtualbox_4_0.rb
|
375
|
-
- lib/vagrant/driver/virtualbox_4_1.rb
|
376
|
-
- lib/vagrant/driver/virtualbox_4_2.rb
|
377
|
-
- lib/vagrant/driver/virtualbox_base.rb
|
378
|
-
- lib/vagrant/driver.rb
|
379
|
-
- lib/vagrant/environment.rb
|
380
|
-
- lib/vagrant/errors.rb
|
381
|
-
- lib/vagrant/guest/arch.rb
|
382
|
-
- lib/vagrant/guest/base.rb
|
383
|
-
- lib/vagrant/guest/debian.rb
|
384
|
-
- lib/vagrant/guest/fedora.rb
|
385
|
-
- lib/vagrant/guest/freebsd.rb
|
386
|
-
- lib/vagrant/guest/gentoo.rb
|
387
|
-
- lib/vagrant/guest/linux/config.rb
|
388
|
-
- lib/vagrant/guest/linux/error.rb
|
389
|
-
- lib/vagrant/guest/linux.rb
|
390
|
-
- lib/vagrant/guest/openbsd.rb
|
391
|
-
- lib/vagrant/guest/redhat.rb
|
392
|
-
- lib/vagrant/guest/solaris.rb
|
393
|
-
- lib/vagrant/guest/suse.rb
|
394
|
-
- lib/vagrant/guest/ubuntu.rb
|
395
|
-
- lib/vagrant/guest.rb
|
396
|
-
- lib/vagrant/hosts/arch.rb
|
397
|
-
- lib/vagrant/hosts/base.rb
|
398
|
-
- lib/vagrant/hosts/bsd.rb
|
399
|
-
- lib/vagrant/hosts/fedora.rb
|
400
|
-
- lib/vagrant/hosts/freebsd.rb
|
401
|
-
- lib/vagrant/hosts/gentoo.rb
|
402
|
-
- lib/vagrant/hosts/linux.rb
|
403
|
-
- lib/vagrant/hosts/opensuse.rb
|
404
|
-
- lib/vagrant/hosts/windows.rb
|
405
|
-
- lib/vagrant/hosts.rb
|
406
|
-
- lib/vagrant/plugin.rb
|
407
|
-
- lib/vagrant/provisioners/base.rb
|
408
|
-
- lib/vagrant/provisioners/chef.rb
|
409
|
-
- lib/vagrant/provisioners/chef_client.rb
|
410
|
-
- lib/vagrant/provisioners/chef_solo.rb
|
411
|
-
- lib/vagrant/provisioners/puppet.rb
|
412
|
-
- lib/vagrant/provisioners/puppet_server.rb
|
413
|
-
- lib/vagrant/provisioners/shell.rb
|
414
|
-
- lib/vagrant/provisioners.rb
|
415
|
-
- lib/vagrant/registry.rb
|
416
|
-
- lib/vagrant/ssh.rb
|
417
|
-
- lib/vagrant/test_helpers.rb
|
418
|
-
- lib/vagrant/ui.rb
|
419
|
-
- lib/vagrant/util/ansi_escape_code_remover.rb
|
420
|
-
- lib/vagrant/util/busy.rb
|
421
|
-
- lib/vagrant/util/counter.rb
|
422
|
-
- lib/vagrant/util/file_checksum.rb
|
423
|
-
- lib/vagrant/util/file_mode.rb
|
424
|
-
- lib/vagrant/util/hash_with_indifferent_access.rb
|
425
|
-
- lib/vagrant/util/is_port_open.rb
|
426
|
-
- lib/vagrant/util/line_ending_helpers.rb
|
427
|
-
- lib/vagrant/util/network_ip.rb
|
428
|
-
- lib/vagrant/util/platform.rb
|
429
|
-
- lib/vagrant/util/retryable.rb
|
430
|
-
- lib/vagrant/util/safe_exec.rb
|
431
|
-
- lib/vagrant/util/safe_puts.rb
|
432
|
-
- lib/vagrant/util/stacked_proc_runner.rb
|
433
|
-
- lib/vagrant/util/subprocess.rb
|
434
|
-
- lib/vagrant/util/template_renderer.rb
|
435
|
-
- lib/vagrant/util.rb
|
436
|
-
- lib/vagrant/version.rb
|
437
|
-
- lib/vagrant/vm.rb
|
438
|
-
- lib/vagrant.rb
|
439
|
-
- LICENSE
|
440
|
-
- Rakefile
|
51
|
+
- LICENSE.txt
|
441
52
|
- README.md
|
442
|
-
-
|
443
|
-
-
|
444
|
-
-
|
445
|
-
- templates/commands/init/Vagrantfile.erb
|
446
|
-
- templates/commands/ssh_config/config.erb
|
447
|
-
- templates/config/validation_failed.erb
|
448
|
-
- templates/guests/arch/network_dhcp.erb
|
449
|
-
- templates/guests/arch/network_static.erb
|
450
|
-
- templates/guests/debian/network_dhcp.erb
|
451
|
-
- templates/guests/debian/network_static.erb
|
452
|
-
- templates/guests/fedora/network_dhcp.erb
|
453
|
-
- templates/guests/fedora/network_static.erb
|
454
|
-
- templates/guests/freebsd/network_dhcp.erb
|
455
|
-
- templates/guests/freebsd/network_static.erb
|
456
|
-
- templates/guests/gentoo/network_dhcp.erb
|
457
|
-
- templates/guests/gentoo/network_static.erb
|
458
|
-
- templates/guests/redhat/network_dhcp.erb
|
459
|
-
- templates/guests/redhat/network_static.erb
|
460
|
-
- templates/locales/en.yml
|
461
|
-
- templates/nfs/exports.erb
|
462
|
-
- templates/nfs/exports_freebsd.erb
|
463
|
-
- templates/nfs/exports_linux.erb
|
464
|
-
- templates/package_Vagrantfile.erb
|
465
|
-
- templates/provisioners/chef_client/client.erb
|
466
|
-
- templates/provisioners/chef_solo/solo.erb
|
467
|
-
- test/acceptance/base.rb
|
468
|
-
- test/acceptance/box_test.rb
|
469
|
-
- test/acceptance/destroy_test.rb
|
470
|
-
- test/acceptance/halt_test.rb
|
471
|
-
- test/acceptance/init_test.rb
|
472
|
-
- test/acceptance/networking/host_only_test.rb
|
473
|
-
- test/acceptance/networking/port_forward_test.rb
|
474
|
-
- test/acceptance/package_test.rb
|
475
|
-
- test/acceptance/provisioning/basic_test.rb
|
476
|
-
- test/acceptance/provisioning/chef_solo_test.rb
|
477
|
-
- test/acceptance/provisioning/shell_test.rb
|
478
|
-
- test/acceptance/resume_test.rb
|
479
|
-
- test/acceptance/shared_folders_test.rb
|
480
|
-
- test/acceptance/skeletons/chef_solo_basic/cookbooks/basic/recipes/default.rb
|
481
|
-
- test/acceptance/skeletons/chef_solo_basic/README.md
|
482
|
-
- test/acceptance/skeletons/chef_solo_json/cookbooks/basic/recipes/default.rb
|
483
|
-
- test/acceptance/skeletons/chef_solo_json/README.md
|
484
|
-
- test/acceptance/skeletons/provisioner_multi/cookbooks/basic/recipes/default.rb
|
485
|
-
- test/acceptance/skeletons/provisioner_multi/README.md
|
486
|
-
- test/acceptance/ssh_test.rb
|
487
|
-
- test/acceptance/support/config.rb
|
488
|
-
- test/acceptance/support/isolated_environment.rb
|
489
|
-
- test/acceptance/support/matchers/have_color.rb
|
490
|
-
- test/acceptance/support/matchers/match_output.rb
|
491
|
-
- test/acceptance/support/matchers/succeed.rb
|
492
|
-
- test/acceptance/support/network_tests.rb
|
493
|
-
- test/acceptance/support/output.rb
|
494
|
-
- test/acceptance/support/shared/base_context.rb
|
495
|
-
- test/acceptance/support/shared/command_examples.rb
|
496
|
-
- test/acceptance/support/virtualbox.rb
|
497
|
-
- test/acceptance/suspend_test.rb
|
498
|
-
- test/acceptance/up_basic_test.rb
|
499
|
-
- test/acceptance/up_with_box_url.rb
|
500
|
-
- test/acceptance/vagrant_test.rb
|
501
|
-
- test/acceptance/version_test.rb
|
502
|
-
- test/buildbot/buildbot_config/__init__.py
|
503
|
-
- test/buildbot/buildbot_config/config/__init__.py
|
504
|
-
- test/buildbot/buildbot_config/config/loader.py
|
505
|
-
- test/buildbot/buildbot_config/config/master.py
|
506
|
-
- test/buildbot/buildbot_config/config/slave.py
|
507
|
-
- test/buildbot/buildbot_config/master/__init__.py
|
508
|
-
- test/buildbot/buildbot_config/master/builders.py
|
509
|
-
- test/buildbot/buildbot_config/master/buildsteps.py
|
510
|
-
- test/buildbot/buildbot_config/master/change_sources.py
|
511
|
-
- test/buildbot/buildbot_config/master/schedulers.py
|
512
|
-
- test/buildbot/buildbot_config/master/slaves.py
|
513
|
-
- test/buildbot/buildbot_config/master/status.py
|
514
|
-
- test/buildbot/master/buildbot.tac
|
515
|
-
- test/buildbot/master/Makefile.sample
|
516
|
-
- test/buildbot/master/master.cfg
|
517
|
-
- test/buildbot/master/public_html/bg_gradient.jpg
|
518
|
-
- test/buildbot/master/public_html/default.css
|
519
|
-
- test/buildbot/master/public_html/favicon.ico
|
520
|
-
- test/buildbot/master/public_html/robots.txt
|
521
|
-
- test/buildbot/master/public_html/static/css/bootstrap-1.4.0.min.css
|
522
|
-
- test/buildbot/master/public_html/static/css/prettify.css
|
523
|
-
- test/buildbot/master/public_html/static/css/syntax.css
|
524
|
-
- test/buildbot/master/public_html/static/css/vagrant.base.css
|
525
|
-
- test/buildbot/master/public_html/static/images/base_box_mac.jpg
|
526
|
-
- test/buildbot/master/public_html/static/images/getting-started/success.jpg
|
527
|
-
- test/buildbot/master/public_html/static/images/icons/error.png
|
528
|
-
- test/buildbot/master/public_html/static/images/vagrant_chilling.png
|
529
|
-
- test/buildbot/master/public_html/static/images/vagrant_holding.png
|
530
|
-
- test/buildbot/master/public_html/static/images/vagrant_looking.png
|
531
|
-
- test/buildbot/master/public_html/static/images/windows/alter_path.jpg
|
532
|
-
- test/buildbot/master/public_html/static/images/windows/edit_path.jpg
|
533
|
-
- test/buildbot/master/public_html/static/images/windows/environment_variables_button.jpg
|
534
|
-
- test/buildbot/master/public_html/static/images/windows/port_and_ppk_path.jpg
|
535
|
-
- test/buildbot/master/public_html/static/images/windows/ppk_selection.jpg
|
536
|
-
- test/buildbot/master/public_html/static/images/windows/putty_first_screen.jpg
|
537
|
-
- test/buildbot/master/public_html/static/images/windows/save_result.jpg
|
538
|
-
- test/buildbot/master/public_html/static/images/windows/vbox_manage_default_location.jpg
|
539
|
-
- test/buildbot/master/public_html/static/js/bootstrap-tabs.js
|
540
|
-
- test/buildbot/master/public_html/static/js/jquery-1.7.min.js
|
541
|
-
- test/buildbot/master/templates/authfail.html
|
542
|
-
- test/buildbot/master/templates/build.html
|
543
|
-
- test/buildbot/master/templates/builder.html
|
544
|
-
- test/buildbot/master/templates/builders.html
|
545
|
-
- test/buildbot/master/templates/buildslave.html
|
546
|
-
- test/buildbot/master/templates/buildslaves.html
|
547
|
-
- test/buildbot/master/templates/change.html
|
548
|
-
- test/buildbot/master/templates/layouts/base.html
|
549
|
-
- test/buildbot/master/templates/macros/box.html
|
550
|
-
- test/buildbot/master/templates/macros/build_line.html
|
551
|
-
- test/buildbot/master/templates/macros/change.html
|
552
|
-
- test/buildbot/master/templates/macros/forms.html
|
553
|
-
- test/buildbot/master/templates/root.html
|
554
|
-
- test/buildbot/master/templates/waterfall.html
|
555
|
-
- test/buildbot/README.md
|
556
|
-
- test/buildbot/requirements.txt
|
557
|
-
- test/buildbot/scripts/deploy.sh
|
558
|
-
- test/buildbot/scripts/setup.sh
|
559
|
-
- test/buildbot/slave/buildbot.tac
|
560
|
-
- test/buildbot/slave/info/admin
|
561
|
-
- test/buildbot/slave/info/host
|
562
|
-
- test/buildbot/tests/__init__.py
|
563
|
-
- test/buildbot/tests/master/__init__.py
|
564
|
-
- test/buildbot/tests/master/test_slaves.py
|
565
|
-
- test/buildbot/vendor/choices-0.4.0.tar.gz
|
566
|
-
- test/config/acceptance_boxes.yml
|
567
|
-
- test/support/isolated_environment.rb
|
568
|
-
- test/support/tempdir.rb
|
569
|
-
- test/unit/base.rb
|
570
|
-
- test/unit/support/isolated_environment.rb
|
571
|
-
- test/unit/support/shared/base_context.rb
|
572
|
-
- test/unit/vagrant/action/builder_test.rb
|
573
|
-
- test/unit/vagrant/action/environment_test.rb
|
574
|
-
- test/unit/vagrant/action/runner_test.rb
|
575
|
-
- test/unit/vagrant/action/warden_test.rb
|
576
|
-
- test/unit/vagrant/box_collection_test.rb
|
577
|
-
- test/unit/vagrant/box_test.rb
|
578
|
-
- test/unit/vagrant/command/base_test.rb
|
579
|
-
- test/unit/vagrant/config/base_test.rb
|
580
|
-
- test/unit/vagrant/config/loader_test.rb
|
581
|
-
- test/unit/vagrant/config/ssh_test.rb
|
582
|
-
- test/unit/vagrant/config/top_test.rb
|
583
|
-
- test/unit/vagrant/config/vm_test.rb
|
584
|
-
- test/unit/vagrant/config_test.rb
|
585
|
-
- test/unit/vagrant/data_store_test.rb
|
586
|
-
- test/unit/vagrant/downloaders/base_test.rb
|
587
|
-
- test/unit/vagrant/downloaders/file_test.rb
|
588
|
-
- test/unit/vagrant/downloaders/http_test.rb
|
589
|
-
- test/unit/vagrant/environment_test.rb
|
590
|
-
- test/unit/vagrant/hosts_test.rb
|
591
|
-
- test/unit/vagrant/registry_test.rb
|
592
|
-
- test/unit/vagrant/util/ansi_escape_code_remover_test.rb
|
593
|
-
- test/unit/vagrant/util/file_checksum_test.rb
|
594
|
-
- test/unit/vagrant/util/hash_with_indifferent_access_test.rb
|
595
|
-
- test/unit/vagrant/util/is_port_open_test.rb
|
596
|
-
- test/unit/vagrant/util/line_endings_helper_test.rb
|
597
|
-
- test/unit/vagrant/util/network_ip_test.rb
|
598
|
-
- test/unit/vagrant/util/retryable_test.rb
|
599
|
-
- test/unit/vagrant_test.rb
|
600
|
-
- test/unit_legacy/locales/en.yml
|
601
|
-
- test/unit_legacy/test_helper.rb
|
602
|
-
- test/unit_legacy/vagrant/action/box/destroy_test.rb
|
603
|
-
- test/unit_legacy/vagrant/action/box/download_test.rb
|
604
|
-
- test/unit_legacy/vagrant/action/box/package_test.rb
|
605
|
-
- test/unit_legacy/vagrant/action/box/unpackage_test.rb
|
606
|
-
- test/unit_legacy/vagrant/action/box/verify_test.rb
|
607
|
-
- test/unit_legacy/vagrant/action/env/set_test.rb
|
608
|
-
- test/unit_legacy/vagrant/action/general/package_test.rb
|
609
|
-
- test/unit_legacy/vagrant/action/general/validate_test.rb
|
610
|
-
- test/unit_legacy/vagrant/action/vm/boot_test.rb
|
611
|
-
- test/unit_legacy/vagrant/action/vm/check_accessible_test.rb
|
612
|
-
- test/unit_legacy/vagrant/action/vm/check_box_test.rb
|
613
|
-
- test/unit_legacy/vagrant/action/vm/check_guest_additions_test.rb
|
614
|
-
- test/unit_legacy/vagrant/action/vm/clean_machine_folder_test.rb
|
615
|
-
- test/unit_legacy/vagrant/action/vm/clear_forwarded_ports_test.rb
|
616
|
-
- test/unit_legacy/vagrant/action/vm/clear_nfs_exports_test.rb
|
617
|
-
- test/unit_legacy/vagrant/action/vm/clear_shared_folders_test.rb
|
618
|
-
- test/unit_legacy/vagrant/action/vm/customize_test.rb
|
619
|
-
- test/unit_legacy/vagrant/action/vm/destroy_test.rb
|
620
|
-
- test/unit_legacy/vagrant/action/vm/destroy_unused_network_interfaces_test.rb
|
621
|
-
- test/unit_legacy/vagrant/action/vm/discard_state_test.rb
|
622
|
-
- test/unit_legacy/vagrant/action/vm/export_test.rb
|
623
|
-
- test/unit_legacy/vagrant/action/vm/forward_ports_helpers_test.rb
|
624
|
-
- test/unit_legacy/vagrant/action/vm/forward_ports_test.rb
|
625
|
-
- test/unit_legacy/vagrant/action/vm/halt_test.rb
|
626
|
-
- test/unit_legacy/vagrant/action/vm/host_name_test.rb
|
627
|
-
- test/unit_legacy/vagrant/action/vm/import_test.rb
|
628
|
-
- test/unit_legacy/vagrant/action/vm/match_mac_address_test.rb
|
629
|
-
- test/unit_legacy/vagrant/action/vm/modify_test.rb
|
630
|
-
- test/unit_legacy/vagrant/action/vm/network_test.rb
|
631
|
-
- test/unit_legacy/vagrant/action/vm/nfs_helpers_test.rb
|
632
|
-
- test/unit_legacy/vagrant/action/vm/nfs_test.rb
|
633
|
-
- test/unit_legacy/vagrant/action/vm/package_test.rb
|
634
|
-
- test/unit_legacy/vagrant/action/vm/package_vagrantfile_test.rb
|
635
|
-
- test/unit_legacy/vagrant/action/vm/provision_test.rb
|
636
|
-
- test/unit_legacy/vagrant/action/vm/provisioner_cleanup_test.rb
|
637
|
-
- test/unit_legacy/vagrant/action/vm/resume_test.rb
|
638
|
-
- test/unit_legacy/vagrant/action/vm/share_folders_test.rb
|
639
|
-
- test/unit_legacy/vagrant/action/vm/suspend_test.rb
|
640
|
-
- test/unit_legacy/vagrant/action_test.rb
|
641
|
-
- test/unit_legacy/vagrant/box_collection_test.rb
|
642
|
-
- test/unit_legacy/vagrant/box_test.rb
|
643
|
-
- test/unit_legacy/vagrant/cli_test.rb
|
644
|
-
- test/unit_legacy/vagrant/command/base_test.rb
|
645
|
-
- test/unit_legacy/vagrant/command/group_base_test.rb
|
646
|
-
- test/unit_legacy/vagrant/command/helpers_test.rb
|
647
|
-
- test/unit_legacy/vagrant/command/init_test.rb
|
648
|
-
- test/unit_legacy/vagrant/command/package_test.rb
|
649
|
-
- test/unit_legacy/vagrant/config/base_test.rb
|
650
|
-
- test/unit_legacy/vagrant/config/error_recorder_test.rb
|
651
|
-
- test/unit_legacy/vagrant/config/ssh_test.rb
|
652
|
-
- test/unit_legacy/vagrant/config/vagrant_test.rb
|
653
|
-
- test/unit_legacy/vagrant/config/vm/provisioner_test.rb
|
654
|
-
- test/unit_legacy/vagrant/config/vm_test.rb
|
655
|
-
- test/unit_legacy/vagrant/config_test.rb
|
656
|
-
- test/unit_legacy/vagrant/downloaders/http_test.rb
|
657
|
-
- test/unit_legacy/vagrant/environment_test.rb
|
658
|
-
- test/unit_legacy/vagrant/errors_test.rb
|
659
|
-
- test/unit_legacy/vagrant/hosts/base_test.rb
|
660
|
-
- test/unit_legacy/vagrant/hosts/bsd_test.rb
|
661
|
-
- test/unit_legacy/vagrant/hosts/linux_test.rb
|
662
|
-
- test/unit_legacy/vagrant/plugin_test.rb
|
663
|
-
- test/unit_legacy/vagrant/provisioners/base_test.rb
|
664
|
-
- test/unit_legacy/vagrant/provisioners/chef_client_test.rb
|
665
|
-
- test/unit_legacy/vagrant/provisioners/chef_solo_test.rb
|
666
|
-
- test/unit_legacy/vagrant/provisioners/chef_test.rb
|
667
|
-
- test/unit_legacy/vagrant/provisioners/puppet_server_test.rb
|
668
|
-
- test/unit_legacy/vagrant/provisioners/puppet_test.rb
|
669
|
-
- test/unit_legacy/vagrant/provisioners/shell_test.rb
|
670
|
-
- test/unit_legacy/vagrant/ssh/session_test.rb
|
671
|
-
- test/unit_legacy/vagrant/ssh_test.rb
|
672
|
-
- test/unit_legacy/vagrant/systems/base_test.rb
|
673
|
-
- test/unit_legacy/vagrant/systems/linux_test.rb
|
674
|
-
- test/unit_legacy/vagrant/util/busy_test.rb
|
675
|
-
- test/unit_legacy/vagrant/util/counter_test.rb
|
676
|
-
- test/unit_legacy/vagrant/util/platform_test.rb
|
677
|
-
- test/unit_legacy/vagrant/util/stacked_proc_runner_test.rb
|
678
|
-
- test/unit_legacy/vagrant/util/template_renderer_test.rb
|
679
|
-
- test/unit_legacy/vagrant/vm_test.rb
|
53
|
+
- Rakefile
|
54
|
+
- bin/vagrant
|
55
|
+
- message.txt
|
680
56
|
- vagrant.gemspec
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
post_install_message:
|
57
|
+
homepage: http://www.vagrantup.com
|
58
|
+
licenses:
|
59
|
+
- MIT
|
60
|
+
metadata: {}
|
61
|
+
post_install_message: |
|
62
|
+
Thanks for wanting to use Vagrant! Unfortunately, this is not the way
|
63
|
+
to install Vagrant anymore. We now make installers for the various operating
|
64
|
+
systems Vagrant supports.
|
65
|
+
|
66
|
+
Vagrant is no longer distributed as a RubyGem. Please download the latest
|
67
|
+
version for your operating system from the URL below. If you still wish
|
68
|
+
to use the RubyGem version, you can manually install version 1.0.7. Note that
|
69
|
+
the RubyGem version hasn't been updated in over a year and will no longer
|
70
|
+
receive any updates.
|
71
|
+
|
72
|
+
Prior to installing Vagrant using the installer, make sure you uninstall
|
73
|
+
all your Vagrant gems, since they sometimes conflict.
|
74
|
+
|
75
|
+
http://www.vagrantup.com
|
76
|
+
|
77
|
+
If you want to learn more about why we don't distribute using RubyGems
|
78
|
+
anymore, please read this: http://mitchellh.com/abandoning-rubygems
|
686
79
|
rdoc_options: []
|
687
80
|
require_paths:
|
688
81
|
- lib
|
689
82
|
required_ruby_version: !ruby/object:Gem::Requirement
|
690
|
-
none: false
|
691
83
|
requirements:
|
692
|
-
- -
|
84
|
+
- - '>='
|
693
85
|
- !ruby/object:Gem::Version
|
694
86
|
version: '0'
|
695
|
-
segments:
|
696
|
-
- 0
|
697
|
-
hash: -4595047100771247865
|
698
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
699
|
-
none: false
|
700
88
|
requirements:
|
701
|
-
- -
|
89
|
+
- - '>='
|
702
90
|
- !ruby/object:Gem::Version
|
703
|
-
version:
|
91
|
+
version: '0'
|
704
92
|
requirements: []
|
705
|
-
rubyforge_project:
|
706
|
-
rubygems_version:
|
93
|
+
rubyforge_project:
|
94
|
+
rubygems_version: 2.0.14
|
707
95
|
signing_key:
|
708
|
-
specification_version:
|
709
|
-
summary:
|
96
|
+
specification_version: 4
|
97
|
+
summary: Vagrant is a tool for building and distributing development environments
|
710
98
|
test_files: []
|