chef 11.10.0.rc.0 → 11.10.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -75
- data/distro/common/html/_sources/ctl_chef_client.txt +36 -0
- data/distro/common/html/_sources/ctl_chef_server.txt +26 -0
- data/distro/common/html/_sources/ctl_chef_shell.txt +15 -0
- data/distro/common/html/_sources/ctl_chef_solo.txt +25 -0
- data/distro/common/html/_sources/index.txt +126 -0
- data/distro/common/html/_sources/knife.txt +74 -0
- data/distro/common/html/_sources/knife_bootstrap.txt +56 -0
- data/distro/common/html/_sources/knife_client.txt +151 -0
- data/distro/common/html/_sources/knife_common_options.txt +6 -0
- data/distro/common/html/_sources/knife_configure.txt +29 -0
- data/distro/common/html/_sources/knife_cookbook.txt +236 -0
- data/distro/common/html/_sources/knife_cookbook_site.txt +157 -0
- data/distro/common/html/_sources/knife_data_bag.txt +160 -0
- data/distro/common/html/_sources/knife_delete.txt +26 -0
- data/distro/common/html/_sources/knife_deps.txt +61 -0
- data/distro/common/html/_sources/knife_diff.txt +34 -0
- data/distro/common/html/_sources/knife_download.txt +44 -0
- data/distro/common/html/_sources/knife_edit.txt +26 -0
- data/distro/common/html/_sources/knife_environment.txt +158 -0
- data/distro/common/html/_sources/knife_exec.txt +47 -0
- data/distro/common/html/_sources/knife_index_rebuild.txt +21 -0
- data/distro/common/html/_sources/knife_list.txt +33 -0
- data/distro/common/html/_sources/knife_node.txt +250 -0
- data/distro/common/html/_sources/knife_raw.txt +35 -0
- data/distro/common/html/_sources/knife_recipe_list.txt +23 -0
- data/distro/common/html/_sources/knife_role.txt +157 -0
- data/distro/common/html/_sources/knife_search.txt +53 -0
- data/distro/common/html/_sources/knife_show.txt +27 -0
- data/distro/common/html/_sources/knife_ssh.txt +43 -0
- data/distro/common/html/_sources/knife_status.txt +37 -0
- data/distro/common/html/_sources/knife_tag.txt +69 -0
- data/distro/common/html/_sources/knife_upload.txt +49 -0
- data/distro/common/html/_sources/knife_user.txt +127 -0
- data/distro/common/html/_sources/knife_using.txt +43 -0
- data/distro/common/html/_sources/knife_xargs.txt +30 -0
- data/distro/common/html/_static/ajax-loader.gif +0 -0
- data/distro/common/html/_static/basic.css +540 -0
- data/distro/common/html/_static/chef.css +507 -0
- data/distro/common/html/_static/chef.ico +0 -0
- data/distro/common/html/_static/chef_html_logo.png +0 -0
- data/distro/common/html/_static/chef_logo.png +0 -0
- data/distro/common/html/_static/comment-bright.png +0 -0
- data/distro/common/html/_static/comment-close.png +0 -0
- data/distro/common/html/_static/comment.png +0 -0
- data/distro/common/html/_static/contents.png +0 -0
- data/distro/common/html/_static/doctools.js +247 -0
- data/distro/common/html/_static/down-pressed.png +0 -0
- data/distro/common/html/_static/down.png +0 -0
- data/distro/common/html/_static/file.png +0 -0
- data/distro/common/html/_static/guide.css +505 -0
- data/distro/common/html/_static/jquery.js +154 -0
- data/distro/common/html/_static/minus.png +0 -0
- data/distro/common/html/_static/navigation.png +0 -0
- data/distro/common/html/_static/plus.png +0 -0
- data/distro/common/html/_static/pygments.css +62 -0
- data/distro/common/html/_static/searchtools.js +560 -0
- data/distro/common/html/_static/underscore.js +23 -0
- data/distro/common/html/_static/up-pressed.png +0 -0
- data/distro/common/html/_static/up.png +0 -0
- data/distro/common/html/_static/websupport.js +808 -0
- data/distro/common/html/ctl_chef_client.html +219 -0
- data/distro/common/html/ctl_chef_server.html +111 -0
- data/distro/common/html/ctl_chef_shell.html +120 -0
- data/distro/common/html/ctl_chef_solo.html +144 -0
- data/distro/common/html/index.html +185 -0
- data/distro/common/html/knife.html +172 -0
- data/distro/common/html/knife_bootstrap.html +250 -0
- data/distro/common/html/knife_client.html +283 -0
- data/distro/common/html/knife_common_options.html +98 -0
- data/distro/common/html/knife_configure.html +107 -0
- data/distro/common/html/knife_cookbook.html +481 -0
- data/distro/common/html/knife_cookbook_site.html +372 -0
- data/distro/common/html/knife_data_bag.html +359 -0
- data/distro/common/html/knife_delete.html +95 -0
- data/distro/common/html/knife_deps.html +145 -0
- data/distro/common/html/knife_diff.html +125 -0
- data/distro/common/html/knife_download.html +147 -0
- data/distro/common/html/knife_edit.html +91 -0
- data/distro/common/html/knife_environment.html +328 -0
- data/distro/common/html/knife_exec.html +222 -0
- data/distro/common/html/knife_index_rebuild.html +85 -0
- data/distro/common/html/knife_list.html +116 -0
- data/distro/common/html/knife_node.html +450 -0
- data/distro/common/html/knife_raw.html +112 -0
- data/distro/common/html/knife_recipe_list.html +93 -0
- data/distro/common/html/knife_role.html +295 -0
- data/distro/common/html/knife_search.html +204 -0
- data/distro/common/html/knife_show.html +106 -0
- data/distro/common/html/knife_ssh.html +179 -0
- data/distro/common/html/knife_status.html +142 -0
- data/distro/common/html/knife_tag.html +140 -0
- data/distro/common/html/knife_upload.html +155 -0
- data/distro/common/html/knife_user.html +244 -0
- data/distro/common/html/knife_using.html +211 -0
- data/distro/common/html/knife_xargs.html +115 -0
- data/distro/common/html/objects.inv +0 -0
- data/distro/common/html/search.html +84 -0
- data/distro/common/html/searchindex.js +1 -0
- data/distro/common/man/man1/chef-shell.1 +5 -5
- data/distro/common/man/man1/knife-bootstrap.1 +6 -9
- data/distro/common/man/man1/knife-client.1 +1 -9
- data/distro/common/man/man1/knife-configure.1 +10 -6
- data/distro/common/man/man1/knife-cookbook-site.1 +1 -9
- data/distro/common/man/man1/knife-cookbook.1 +11 -21
- data/distro/common/man/man1/knife-data-bag.1 +8 -22
- data/distro/common/man/man1/knife-delete.1 +1 -1
- data/distro/common/man/man1/knife-deps.1 +4 -12
- data/distro/common/man/man1/knife-diff.1 +1 -1
- data/distro/common/man/man1/knife-download.1 +2 -2
- data/distro/common/man/man1/knife-edit.1 +1 -1
- data/distro/common/man/man1/knife-environment.1 +108 -9
- data/distro/common/man/man1/knife-exec.1 +1 -15
- data/distro/common/man/man1/knife-index-rebuild.1 +1 -1
- data/distro/common/man/man1/knife-list.1 +1 -1
- data/distro/common/man/man1/knife-node.1 +3 -13
- data/distro/common/man/man1/knife-raw.1 +1 -1
- data/distro/common/man/man1/knife-recipe-list.1 +1 -1
- data/distro/common/man/man1/knife-role.1 +2 -12
- data/distro/common/man/man1/knife-search.1 +5 -5
- data/distro/common/man/man1/knife-show.1 +1 -3
- data/distro/common/man/man1/knife-ssh.1 +1 -5
- data/distro/common/man/man1/knife-status.1 +1 -1
- data/distro/common/man/man1/knife-tag.1 +1 -9
- data/distro/common/man/man1/knife-upload.1 +7 -9
- data/distro/common/man/man1/knife-user.1 +3 -17
- data/distro/common/man/man1/knife-xargs.1 +1 -3
- data/distro/common/man/man8/chef-client.8 +18 -18
- data/distro/common/man/man8/chef-solo.8 +12 -6
- data/lib/chef/client.rb +9 -5
- data/lib/chef/cookbook_uploader.rb +1 -1
- data/lib/chef/dsl/recipe.rb +119 -38
- data/lib/chef/exceptions.rb +4 -0
- data/lib/chef/policy_builder/expand_node_object.rb +11 -4
- data/lib/chef/policy_builder/policyfile.rb +7 -1
- data/lib/chef/provider/file.rb +1 -0
- data/lib/chef/resource_platform_map.rb +1 -1
- data/lib/chef/resource_reporter.rb +2 -2
- data/lib/chef/version.rb +1 -1
- data/spec/functional/knife/cookbook_delete_spec.rb +9 -9
- data/spec/functional/knife/ssh_spec.rb +1 -1
- data/spec/functional/resource/link_spec.rb +6 -6
- data/spec/functional/resource/registry_spec.rb +7 -7
- data/spec/functional/run_lock_spec.rb +1 -1
- data/spec/integration/knife/download_spec.rb +1 -1
- data/spec/integration/solo/solo_spec.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- data/spec/stress/win32/file_spec.rb +6 -0
- data/spec/support/lib/chef/resource/zen_master.rb +1 -1
- data/spec/support/mock/platform.rb +1 -1
- data/spec/support/shared/functional/file_resource.rb +0 -2
- data/spec/support/shared/functional/securable_resource.rb +2 -2
- data/spec/support/shared/unit/api_error_inspector.rb +7 -7
- data/spec/support/shared/unit/provider/file.rb +47 -8
- data/spec/support/shared/unit/provider/useradd_based_user_provider.rb +23 -23
- data/spec/unit/api_client/registration_spec.rb +5 -5
- data/spec/unit/api_client_spec.rb +2 -2
- data/spec/unit/application/apply.rb +6 -6
- data/spec/unit/application/client_spec.rb +6 -6
- data/spec/unit/application/knife_spec.rb +5 -5
- data/spec/unit/application/solo_spec.rb +13 -13
- data/spec/unit/application_spec.rb +19 -19
- data/spec/unit/checksum/storage/filesystem_spec.rb +2 -2
- data/spec/unit/client_spec.rb +23 -23
- data/spec/unit/config_spec.rb +4 -4
- data/spec/unit/cookbook/metadata_spec.rb +22 -22
- data/spec/unit/cookbook/synchronizer_spec.rb +17 -17
- data/spec/unit/daemon_spec.rb +21 -22
- data/spec/unit/data_bag_item_spec.rb +8 -8
- data/spec/unit/data_bag_spec.rb +6 -6
- data/spec/unit/deprecation_spec.rb +1 -1
- data/spec/unit/dsl/data_query_spec.rb +1 -1
- data/spec/unit/environment_spec.rb +5 -5
- data/spec/unit/file_access_control_spec.rb +5 -5
- data/spec/unit/file_cache_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_unix_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_windows_spec.rb +12 -12
- data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +1 -1
- data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +6 -6
- data/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +4 -4
- data/spec/unit/handler/json_file_spec.rb +1 -1
- data/spec/unit/handler_spec.rb +3 -3
- data/spec/unit/knife/bootstrap_spec.rb +17 -17
- data/spec/unit/knife/client_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/client_create_spec.rb +7 -7
- data/spec/unit/knife/client_reregister_spec.rb +2 -2
- data/spec/unit/knife/client_show_spec.rb +1 -1
- data/spec/unit/knife/config_file_selection_spec.rb +4 -4
- data/spec/unit/knife/configure_client_spec.rb +4 -4
- data/spec/unit/knife/configure_spec.rb +16 -16
- data/spec/unit/knife/cookbook_bulk_delete_spec.rb +10 -10
- data/spec/unit/knife/cookbook_create_spec.rb +5 -5
- data/spec/unit/knife/cookbook_delete_spec.rb +6 -6
- data/spec/unit/knife/cookbook_download_spec.rb +10 -10
- data/spec/unit/knife/cookbook_list_spec.rb +3 -3
- data/spec/unit/knife/cookbook_metadata_from_file_spec.rb +2 -2
- data/spec/unit/knife/cookbook_metadata_spec.rb +8 -8
- data/spec/unit/knife/cookbook_show_spec.rb +4 -4
- data/spec/unit/knife/cookbook_site_download_spec.rb +3 -3
- data/spec/unit/knife/cookbook_site_install_spec.rb +8 -8
- data/spec/unit/knife/cookbook_site_share_spec.rb +22 -22
- data/spec/unit/knife/cookbook_site_unshare_spec.rb +8 -8
- data/spec/unit/knife/cookbook_test_spec.rb +7 -7
- data/spec/unit/knife/cookbook_upload_spec.rb +20 -20
- data/spec/unit/knife/core/cookbook_scm_repo_spec.rb +6 -6
- data/spec/unit/knife/core/object_loader_spec.rb +1 -1
- data/spec/unit/knife/core/ui_spec.rb +19 -21
- data/spec/unit/knife/data_bag_create_spec.rb +4 -4
- data/spec/unit/knife/data_bag_edit_spec.rb +7 -7
- data/spec/unit/knife/data_bag_from_file_spec.rb +15 -15
- data/spec/unit/knife/data_bag_show_spec.rb +5 -5
- data/spec/unit/knife/environment_create_spec.rb +6 -6
- data/spec/unit/knife/environment_delete_spec.rb +6 -6
- data/spec/unit/knife/environment_edit_spec.rb +5 -5
- data/spec/unit/knife/environment_from_file_spec.rb +7 -7
- data/spec/unit/knife/environment_list_spec.rb +4 -4
- data/spec/unit/knife/environment_show_spec.rb +4 -4
- data/spec/unit/knife/index_rebuild_spec.rb +2 -2
- data/spec/unit/knife/knife_help.rb +11 -11
- data/spec/unit/knife/node_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/node_delete_spec.rb +5 -5
- data/spec/unit/knife/node_edit_spec.rb +2 -2
- data/spec/unit/knife/node_from_file_spec.rb +5 -5
- data/spec/unit/knife/node_list_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_add_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_remove_spec.rb +4 -4
- data/spec/unit/knife/node_run_list_set_spec.rb +5 -5
- data/spec/unit/knife/node_show_spec.rb +2 -2
- data/spec/unit/knife/role_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/role_create_spec.rb +5 -5
- data/spec/unit/knife/role_delete_spec.rb +5 -5
- data/spec/unit/knife/role_edit_spec.rb +5 -5
- data/spec/unit/knife/role_from_file_spec.rb +5 -5
- data/spec/unit/knife/role_list_spec.rb +2 -2
- data/spec/unit/knife/ssh_spec.rb +6 -6
- data/spec/unit/knife/status_spec.rb +4 -4
- data/spec/unit/knife/tag_create_spec.rb +3 -3
- data/spec/unit/knife/tag_delete_spec.rb +3 -3
- data/spec/unit/knife/tag_list_spec.rb +2 -2
- data/spec/unit/knife/user_create_spec.rb +7 -7
- data/spec/unit/knife/user_reregister_spec.rb +3 -3
- data/spec/unit/knife/user_show_spec.rb +1 -1
- data/spec/unit/knife_spec.rb +29 -29
- data/spec/unit/lwrp_spec.rb +2 -2
- data/spec/unit/mixin/checksum_spec.rb +2 -2
- data/spec/unit/mixin/command_spec.rb +1 -1
- data/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb +4 -4
- data/spec/unit/mixin/params_validate_spec.rb +17 -17
- data/spec/unit/mixin/path_sanity_spec.rb +8 -8
- data/spec/unit/mixin/securable_spec.rb +87 -87
- data/spec/unit/mixin/shell_out_spec.rb +1 -1
- data/spec/unit/mixin/template_spec.rb +2 -2
- data/spec/unit/node/attribute_spec.rb +3 -3
- data/spec/unit/node_spec.rb +12 -12
- data/spec/unit/platform_spec.rb +1 -1
- data/spec/unit/policy_builder/expand_node_object_spec.rb +16 -0
- data/spec/unit/policy_builder/policyfile_spec.rb +4 -0
- data/spec/unit/provider/breakpoint_spec.rb +8 -8
- data/spec/unit/provider/cookbook_file/content_spec.rb +4 -4
- data/spec/unit/provider/cookbook_file_spec.rb +1 -1
- data/spec/unit/provider/cron/unix_spec.rb +11 -11
- data/spec/unit/provider/cron_spec.rb +40 -40
- data/spec/unit/provider/deploy/revision_spec.rb +11 -12
- data/spec/unit/provider/deploy/timestamped_spec.rb +3 -3
- data/spec/unit/provider/deploy_spec.rb +50 -50
- data/spec/unit/provider/directory_spec.rb +18 -18
- data/spec/unit/provider/env_spec.rb +15 -15
- data/spec/unit/provider/erl_call_spec.rb +1 -1
- data/spec/unit/provider/execute_spec.rb +5 -5
- data/spec/unit/provider/file/content_spec.rb +5 -5
- data/spec/unit/provider/file_spec.rb +1 -1
- data/spec/unit/provider/git_spec.rb +47 -47
- data/spec/unit/provider/group/dscl_spec.rb +16 -15
- data/spec/unit/provider/group/gpasswd_spec.rb +6 -5
- data/spec/unit/provider/group/groupadd_spec.rb +10 -10
- data/spec/unit/provider/group/groupmod_spec.rb +3 -3
- data/spec/unit/provider/group/pw_spec.rb +9 -8
- data/spec/unit/provider/group/usermod_spec.rb +13 -12
- data/spec/unit/provider/group/windows_spec.rb +9 -9
- data/spec/unit/provider/group_spec.rb +31 -31
- data/spec/unit/provider/http_request_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/aix_spec.rb +7 -7
- data/spec/unit/provider/ifconfig/debian_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/redhat_spec.rb +5 -5
- data/spec/unit/provider/ifconfig_spec.rb +13 -13
- data/spec/unit/provider/link_spec.rb +33 -33
- data/spec/unit/provider/mdadm_spec.rb +4 -4
- data/spec/unit/provider/mount/aix_spec.rb +5 -5
- data/spec/unit/provider/mount/mount_spec.rb +49 -50
- data/spec/unit/provider/mount/windows_spec.rb +18 -18
- data/spec/unit/provider/mount_spec.rb +12 -12
- data/spec/unit/provider/ohai_spec.rb +6 -6
- data/spec/unit/provider/package/aix_spec.rb +14 -14
- data/spec/unit/provider/package/apt_spec.rb +10 -10
- data/spec/unit/provider/package/dpkg_spec.rb +13 -13
- data/spec/unit/provider/package/easy_install_spec.rb +6 -6
- data/spec/unit/provider/package/freebsd_spec.rb +29 -29
- data/spec/unit/provider/package/ips_spec.rb +4 -4
- data/spec/unit/provider/package/macports_spec.rb +6 -6
- data/spec/unit/provider/package/pacman_spec.rb +17 -17
- data/spec/unit/provider/package/portage_spec.rb +18 -18
- data/spec/unit/provider/package/rpm_spec.rb +7 -7
- data/spec/unit/provider/package/rubygems_spec.rb +31 -31
- data/spec/unit/provider/package/smartos_spec.rb +4 -4
- data/spec/unit/provider/package/solaris_spec.rb +15 -15
- data/spec/unit/provider/package/yum_spec.rb +100 -100
- data/spec/unit/provider/package/zypper_spec.rb +10 -10
- data/spec/unit/provider/package_spec.rb +21 -21
- data/spec/unit/provider/registry_key_spec.rb +2 -2
- data/spec/unit/provider/remote_file/content_spec.rb +31 -31
- data/spec/unit/provider/remote_file/fetcher_spec.rb +8 -8
- data/spec/unit/provider/remote_file/ftp_spec.rb +10 -10
- data/spec/unit/provider/remote_file/http_spec.rb +4 -4
- data/spec/unit/provider/remote_file/local_file_spec.rb +2 -2
- data/spec/unit/provider/remote_file_spec.rb +1 -1
- data/spec/unit/provider/route_spec.rb +23 -23
- data/spec/unit/provider/script_spec.rb +5 -5
- data/spec/unit/provider/service/arch_service_spec.rb +41 -41
- data/spec/unit/provider/service/debian_service_spec.rb +23 -23
- data/spec/unit/provider/service/freebsd_service_spec.rb +33 -33
- data/spec/unit/provider/service/gentoo_service_spec.rb +16 -16
- data/spec/unit/provider/service/init_service_spec.rb +13 -13
- data/spec/unit/provider/service/insserv_service_spec.rb +4 -4
- data/spec/unit/provider/service/invokercd_service_spec.rb +12 -12
- data/spec/unit/provider/service/macosx_spec.rb +20 -20
- data/spec/unit/provider/service/redhat_spec.rb +15 -15
- data/spec/unit/provider/service/simple_service_spec.rb +9 -9
- data/spec/unit/provider/service/solaris_smf_service_spec.rb +13 -13
- data/spec/unit/provider/service/systemd_service_spec.rb +28 -28
- data/spec/unit/provider/service/upstart_service_spec.rb +41 -41
- data/spec/unit/provider/service/windows_spec.rb +37 -37
- data/spec/unit/provider/service_spec.rb +9 -9
- data/spec/unit/provider/subversion_spec.rb +36 -36
- data/spec/unit/provider/template/content_spec.rb +8 -8
- data/spec/unit/provider/template_spec.rb +1 -1
- data/spec/unit/provider/user/dscl_spec.rb +9 -9
- data/spec/unit/provider/user/pw_spec.rb +20 -20
- data/spec/unit/provider/user/solaris_spec.rb +5 -5
- data/spec/unit/provider/user/windows_spec.rb +8 -8
- data/spec/unit/provider/user_spec.rb +34 -34
- data/spec/unit/provider_spec.rb +3 -3
- data/spec/unit/recipe_spec.rb +79 -4
- data/spec/unit/registry_helper_spec.rb +2 -2
- data/spec/unit/resource/cron_spec.rb +2 -2
- data/spec/unit/resource/directory_spec.rb +5 -5
- data/spec/unit/resource/env_spec.rb +2 -2
- data/spec/unit/resource/erl_call_spec.rb +1 -1
- data/spec/unit/resource/file_spec.rb +8 -8
- data/spec/unit/resource/group_spec.rb +3 -3
- data/spec/unit/resource/link_spec.rb +8 -8
- data/spec/unit/resource/mdadm_spec.rb +3 -3
- data/spec/unit/resource/mount_spec.rb +3 -3
- data/spec/unit/resource/route_spec.rb +2 -2
- data/spec/unit/resource/user_spec.rb +2 -2
- data/spec/unit/resource/yum_package_spec.rb +2 -2
- data/spec/unit/resource_collection_spec.rb +1 -1
- data/spec/unit/resource_definition_spec.rb +2 -2
- data/spec/unit/resource_reporter_spec.rb +71 -16
- data/spec/unit/resource_spec.rb +3 -3
- data/spec/unit/rest/auth_credentials_spec.rb +2 -2
- data/spec/unit/rest_spec.rb +3 -40
- data/spec/unit/run_list/run_list_expansion_spec.rb +3 -3
- data/spec/unit/run_list_spec.rb +9 -9
- data/spec/unit/run_status_spec.rb +1 -1
- data/spec/unit/runner_spec.rb +8 -8
- data/spec/unit/scan_access_control_spec.rb +3 -3
- data/spec/unit/search/query_spec.rb +7 -7
- data/spec/unit/shell/model_wrapper_spec.rb +2 -2
- data/spec/unit/shell/shell_ext_spec.rb +15 -15
- data/spec/unit/shell/shell_session_spec.rb +9 -9
- data/spec/unit/shell_spec.rb +1 -2
- data/spec/unit/user_spec.rb +4 -4
- data/spec/unit/util/backup_spec.rb +1 -1
- data/spec/unit/util/selinux_spec.rb +7 -7
- metadata +106 -51
- data/distro/common/html/chef-client.8.html +0 -145
- data/distro/common/html/chef-expander.8.html +0 -164
- data/distro/common/html/chef-expanderctl.8.html +0 -146
- data/distro/common/html/chef-server-webui.8.html +0 -185
- data/distro/common/html/chef-server.8.html +0 -182
- data/distro/common/html/chef-shell.1.html +0 -286
- data/distro/common/html/chef-solo.8.html +0 -185
- data/distro/common/html/chef-solr.8.html +0 -165
- data/distro/common/html/knife-bootstrap.1.html +0 -241
- data/distro/common/html/knife-client.1.html +0 -219
- data/distro/common/html/knife-configure.1.html +0 -170
- data/distro/common/html/knife-cookbook-site.1.html +0 -241
- data/distro/common/html/knife-cookbook.1.html +0 -381
- data/distro/common/html/knife-data-bag.1.html +0 -235
- data/distro/common/html/knife-environment.1.html +0 -265
- data/distro/common/html/knife-exec.1.html +0 -134
- data/distro/common/html/knife-index.1.html +0 -125
- data/distro/common/html/knife-node.1.html +0 -250
- data/distro/common/html/knife-role.1.html +0 -200
- data/distro/common/html/knife-search.1.html +0 -288
- data/distro/common/html/knife-ssh.1.html +0 -156
- data/distro/common/html/knife-status.1.html +0 -128
- data/distro/common/html/knife-tag.1.html +0 -137
- data/distro/common/html/knife.1.html +0 -315
@@ -39,8 +39,8 @@ describe Chef::Resource::Cron do
|
|
39
39
|
end
|
40
40
|
|
41
41
|
it "should accept create or delete for action" do
|
42
|
-
lambda { @resource.action :create }.should_not raise_error
|
43
|
-
lambda { @resource.action :delete }.should_not raise_error
|
42
|
+
lambda { @resource.action :create }.should_not raise_error
|
43
|
+
lambda { @resource.action :delete }.should_not raise_error
|
44
44
|
lambda { @resource.action :lolcat }.should raise_error(ArgumentError)
|
45
45
|
end
|
46
46
|
|
@@ -39,8 +39,8 @@ describe Chef::Resource::Directory do
|
|
39
39
|
end
|
40
40
|
|
41
41
|
it "should accept create or delete for action" do
|
42
|
-
lambda { @resource.action :create }.should_not raise_error
|
43
|
-
lambda { @resource.action :delete }.should_not raise_error
|
42
|
+
lambda { @resource.action :create }.should_not raise_error
|
43
|
+
lambda { @resource.action :delete }.should_not raise_error
|
44
44
|
lambda { @resource.action :blues }.should raise_error(ArgumentError)
|
45
45
|
end
|
46
46
|
|
@@ -49,14 +49,14 @@ describe Chef::Resource::Directory do
|
|
49
49
|
end
|
50
50
|
|
51
51
|
it "should accept a string as the path" do
|
52
|
-
lambda { @resource.path "/tmp" }.should_not raise_error
|
52
|
+
lambda { @resource.path "/tmp" }.should_not raise_error
|
53
53
|
@resource.path.should eql("/tmp")
|
54
54
|
lambda { @resource.path Hash.new }.should raise_error(ArgumentError)
|
55
55
|
end
|
56
56
|
|
57
57
|
it "should allow you to have specify whether the action is recursive with true/false" do
|
58
|
-
lambda { @resource.recursive true }.should_not raise_error
|
59
|
-
lambda { @resource.recursive false }.should_not raise_error
|
58
|
+
lambda { @resource.recursive true }.should_not raise_error
|
59
|
+
lambda { @resource.recursive false }.should_not raise_error
|
60
60
|
lambda { @resource.recursive "monkey" }.should raise_error(ArgumentError)
|
61
61
|
end
|
62
62
|
|
@@ -43,7 +43,7 @@ describe Chef::Resource::Env do
|
|
43
43
|
if bad_value
|
44
44
|
lambda { @resource.action action }.should raise_error(ArgumentError)
|
45
45
|
else
|
46
|
-
lambda { @resource.action action }.should_not raise_error
|
46
|
+
lambda { @resource.action action }.should_not raise_error
|
47
47
|
end
|
48
48
|
end
|
49
49
|
end
|
@@ -53,7 +53,7 @@ describe Chef::Resource::Env do
|
|
53
53
|
end
|
54
54
|
|
55
55
|
it "should accept a string as the env value via 'value'" do
|
56
|
-
lambda { @resource.value "bar" }.should_not raise_error
|
56
|
+
lambda { @resource.value "bar" }.should_not raise_error
|
57
57
|
end
|
58
58
|
|
59
59
|
it "should not accept a Hash for the env value via 'to'" do
|
@@ -39,7 +39,7 @@ describe Chef::Resource::ErlCall do
|
|
39
39
|
end
|
40
40
|
|
41
41
|
it "should accept run as an action" do
|
42
|
-
lambda { @resource.action :run }.should_not raise_error
|
42
|
+
lambda { @resource.action :run }.should_not raise_error
|
43
43
|
end
|
44
44
|
|
45
45
|
it "should allow you to set the code attribute" do
|
@@ -44,25 +44,25 @@ describe Chef::Resource::File do
|
|
44
44
|
lambda { @resource.content 5 }.should raise_error(ArgumentError)
|
45
45
|
lambda { @resource.content :foo }.should raise_error(ArgumentError)
|
46
46
|
lambda { @resource.content "hello" => "there" }.should raise_error(ArgumentError)
|
47
|
-
lambda { @resource.content "hi" }.should_not raise_error
|
47
|
+
lambda { @resource.content "hi" }.should_not raise_error
|
48
48
|
end
|
49
49
|
|
50
50
|
it "should only accept false or a number for backup" do
|
51
51
|
lambda { @resource.backup true }.should raise_error(ArgumentError)
|
52
|
-
lambda { @resource.backup false }.should_not raise_error
|
53
|
-
lambda { @resource.backup 10 }.should_not raise_error
|
52
|
+
lambda { @resource.backup false }.should_not raise_error
|
53
|
+
lambda { @resource.backup 10 }.should_not raise_error
|
54
54
|
lambda { @resource.backup "blues" }.should raise_error(ArgumentError)
|
55
55
|
end
|
56
56
|
|
57
57
|
it "should accept a sha256 for checksum" do
|
58
|
-
lambda { @resource.checksum "0fd012fdc96e96f8f7cf2046522a54aed0ce470224513e45da6bc1a17a4924aa" }.should_not raise_error
|
58
|
+
lambda { @resource.checksum "0fd012fdc96e96f8f7cf2046522a54aed0ce470224513e45da6bc1a17a4924aa" }.should_not raise_error
|
59
59
|
lambda { @resource.checksum "monkey!" }.should raise_error(ArgumentError)
|
60
60
|
end
|
61
61
|
|
62
62
|
it "should accept create, delete or touch for action" do
|
63
|
-
lambda { @resource.action :create }.should_not raise_error
|
64
|
-
lambda { @resource.action :delete }.should_not raise_error
|
65
|
-
lambda { @resource.action :touch }.should_not raise_error
|
63
|
+
lambda { @resource.action :create }.should_not raise_error
|
64
|
+
lambda { @resource.action :delete }.should_not raise_error
|
65
|
+
lambda { @resource.action :touch }.should_not raise_error
|
66
66
|
lambda { @resource.action :blues }.should raise_error(ArgumentError)
|
67
67
|
end
|
68
68
|
|
@@ -71,7 +71,7 @@ describe Chef::Resource::File do
|
|
71
71
|
end
|
72
72
|
|
73
73
|
it "should accept a string as the path" do
|
74
|
-
lambda { @resource.path "/tmp" }.should_not raise_error
|
74
|
+
lambda { @resource.path "/tmp" }.should_not raise_error
|
75
75
|
@resource.path.should eql("/tmp")
|
76
76
|
lambda { @resource.path Hash.new }.should raise_error(ArgumentError)
|
77
77
|
end
|
@@ -60,11 +60,11 @@ describe Chef::Resource::Group, "initialize" do
|
|
60
60
|
end
|
61
61
|
|
62
62
|
it "should accept domain groups (@ or \ separator) on non-windows" do
|
63
|
-
lambda { @resource.group_name "domain\@group" }.should_not raise_error
|
63
|
+
lambda { @resource.group_name "domain\@group" }.should_not raise_error
|
64
64
|
@resource.group_name.should == "domain\@group"
|
65
|
-
lambda { @resource.group_name "domain\\group" }.should_not raise_error
|
65
|
+
lambda { @resource.group_name "domain\\group" }.should_not raise_error
|
66
66
|
@resource.group_name.should == "domain\\group"
|
67
|
-
lambda { @resource.group_name "domain\\group^name" }.should_not raise_error
|
67
|
+
lambda { @resource.group_name "domain\\group^name" }.should_not raise_error
|
68
68
|
@resource.group_name.should == "domain\\group^name"
|
69
69
|
end
|
70
70
|
end
|
@@ -44,7 +44,7 @@ describe Chef::Resource::Link do
|
|
44
44
|
if bad_value
|
45
45
|
lambda { @resource.action action }.should raise_error(ArgumentError)
|
46
46
|
else
|
47
|
-
lambda { @resource.action action }.should_not raise_error
|
47
|
+
lambda { @resource.action action }.should_not raise_error
|
48
48
|
end
|
49
49
|
end
|
50
50
|
end
|
@@ -54,7 +54,7 @@ describe Chef::Resource::Link do
|
|
54
54
|
end
|
55
55
|
|
56
56
|
it "should accept a string as the link source via 'to'" do
|
57
|
-
lambda { @resource.to "/tmp" }.should_not raise_error
|
57
|
+
lambda { @resource.to "/tmp" }.should_not raise_error
|
58
58
|
end
|
59
59
|
|
60
60
|
it "should not accept a Hash for the link source via 'to'" do
|
@@ -85,15 +85,15 @@ describe Chef::Resource::Link do
|
|
85
85
|
end
|
86
86
|
|
87
87
|
it "should accept a group name or id for group" do
|
88
|
-
lambda { @resource.group "root" }.should_not raise_error
|
89
|
-
lambda { @resource.group 123 }.should_not raise_error
|
90
|
-
lambda { @resource.group "root
|
88
|
+
lambda { @resource.group "root" }.should_not raise_error
|
89
|
+
lambda { @resource.group 123 }.should_not raise_error
|
90
|
+
lambda { @resource.group "root:goo" }.should raise_error(ArgumentError)
|
91
91
|
end
|
92
92
|
|
93
93
|
it "should accept a user name or id for owner" do
|
94
|
-
lambda { @resource.owner "root" }.should_not raise_error
|
95
|
-
lambda { @resource.owner 123 }.should_not raise_error
|
96
|
-
lambda { @resource.owner "root
|
94
|
+
lambda { @resource.owner "root" }.should_not raise_error
|
95
|
+
lambda { @resource.owner 123 }.should_not raise_error
|
96
|
+
lambda { @resource.owner "root:goo" }.should raise_error(ArgumentError)
|
97
97
|
end
|
98
98
|
|
99
99
|
describe "when it has to, link_type, owner, and group" do
|
@@ -39,9 +39,9 @@ describe Chef::Resource::Mdadm do
|
|
39
39
|
end
|
40
40
|
|
41
41
|
it "should accept create, assemble, stop as actions" do
|
42
|
-
lambda { @resource.action :create }.should_not raise_error
|
43
|
-
lambda { @resource.action :assemble }.should_not raise_error
|
44
|
-
lambda { @resource.action :stop }.should_not raise_error
|
42
|
+
lambda { @resource.action :create }.should_not raise_error
|
43
|
+
lambda { @resource.action :assemble }.should_not raise_error
|
44
|
+
lambda { @resource.action :stop }.should_not raise_error
|
45
45
|
end
|
46
46
|
|
47
47
|
it "should allow you to set the raid_device attribute" do
|
@@ -42,9 +42,9 @@ describe Chef::Resource::Mount do
|
|
42
42
|
end
|
43
43
|
|
44
44
|
it "should accept mount, umount and remount as actions" do
|
45
|
-
lambda { @resource.action :mount }.should_not raise_error
|
46
|
-
lambda { @resource.action :umount }.should_not raise_error
|
47
|
-
lambda { @resource.action :remount }.should_not raise_error
|
45
|
+
lambda { @resource.action :mount }.should_not raise_error
|
46
|
+
lambda { @resource.action :umount }.should_not raise_error
|
47
|
+
lambda { @resource.action :remount }.should_not raise_error
|
48
48
|
lambda { @resource.action :brooklyn }.should raise_error(ArgumentError)
|
49
49
|
end
|
50
50
|
|
@@ -39,8 +39,8 @@ describe Chef::Resource::Route do
|
|
39
39
|
end
|
40
40
|
|
41
41
|
it "should accept add or delete for action" do
|
42
|
-
lambda { @resource.action :add }.should_not raise_error
|
43
|
-
lambda { @resource.action :delete }.should_not raise_error
|
42
|
+
lambda { @resource.action :add }.should_not raise_error
|
43
|
+
lambda { @resource.action :delete }.should_not raise_error
|
44
44
|
lambda { @resource.action :lolcat }.should raise_error(ArgumentError)
|
45
45
|
end
|
46
46
|
|
@@ -61,9 +61,9 @@ describe Chef::Resource::User, "initialize" do
|
|
61
61
|
end
|
62
62
|
|
63
63
|
it "should accept domain users (@ or \ separator) on non-windows" do
|
64
|
-
lambda { @resource.username "domain\@user" }.should_not raise_error
|
64
|
+
lambda { @resource.username "domain\@user" }.should_not raise_error
|
65
65
|
@resource.username.should == "domain\@user"
|
66
|
-
lambda { @resource.username "domain\\user" }.should_not raise_error
|
66
|
+
lambda { @resource.username "domain\\user" }.should_not raise_error
|
67
67
|
@resource.username.should == "domain\\user"
|
68
68
|
end
|
69
69
|
end
|
@@ -78,8 +78,8 @@ describe Chef::Resource::YumPackage, "allow_downgrade" do
|
|
78
78
|
end
|
79
79
|
|
80
80
|
it "should allow you to specify whether allow_downgrade is true or false" do
|
81
|
-
lambda { @resource.allow_downgrade true }.should_not raise_error
|
82
|
-
lambda { @resource.allow_downgrade false }.should_not raise_error
|
81
|
+
lambda { @resource.allow_downgrade true }.should_not raise_error
|
82
|
+
lambda { @resource.allow_downgrade false }.should_not raise_error
|
83
83
|
lambda { @resource.allow_downgrade "monkey" }.should raise_error(ArgumentError)
|
84
84
|
end
|
85
85
|
end
|
@@ -58,7 +58,7 @@ describe Chef::ResourceDefinition do
|
|
58
58
|
lambda {
|
59
59
|
@def.define :smoke do
|
60
60
|
end
|
61
|
-
}.should_not raise_error
|
61
|
+
}.should_not raise_error
|
62
62
|
lambda {
|
63
63
|
@def.define "george washington" do
|
64
64
|
end
|
@@ -70,7 +70,7 @@ describe Chef::ResourceDefinition do
|
|
70
70
|
lambda {
|
71
71
|
@def.define :smoke, :cigar => "cuban", :cigarette => "marlboro" do
|
72
72
|
end
|
73
|
-
}.should_not raise_error
|
73
|
+
}.should_not raise_error
|
74
74
|
end
|
75
75
|
|
76
76
|
it "should expose the prototype hash params in the params hash" do
|
@@ -35,21 +35,21 @@ describe Chef::ResourceReporter do
|
|
35
35
|
before do
|
36
36
|
@node = Chef::Node.new
|
37
37
|
@node.name("spitfire")
|
38
|
-
@rest_client =
|
39
|
-
@rest_client.stub
|
38
|
+
@rest_client = double("Chef::REST (mock)")
|
39
|
+
@rest_client.stub(:post_rest).and_return(true)
|
40
40
|
@resource_reporter = Chef::ResourceReporter.new(@rest_client)
|
41
41
|
@run_id = @resource_reporter.run_id
|
42
42
|
@new_resource = Chef::Resource::File.new("/tmp/a-file.txt")
|
43
43
|
@new_resource.cookbook_name = "monkey"
|
44
|
-
@cookbook_version =
|
45
|
-
@new_resource.stub
|
44
|
+
@cookbook_version = double("Cookbook::Version", :version => "1.2.3")
|
45
|
+
@new_resource.stub(:cookbook_version).and_return(@cookbook_version)
|
46
46
|
@current_resource = Chef::Resource::File.new("/tmp/a-file.txt")
|
47
47
|
@start_time = Time.new
|
48
48
|
@end_time = Time.new + 20
|
49
49
|
@events = Chef::EventDispatch::Dispatcher.new
|
50
50
|
@run_context = Chef::RunContext.new(@node, {}, @events)
|
51
51
|
@run_status = Chef::RunStatus.new(@node, @events)
|
52
|
-
Time.stub
|
52
|
+
Time.stub(:now).and_return(@start_time, @end_time)
|
53
53
|
end
|
54
54
|
|
55
55
|
context "when first created" do
|
@@ -87,9 +87,9 @@ describe Chef::ResourceReporter do
|
|
87
87
|
|
88
88
|
context "when chef fails" do
|
89
89
|
before do
|
90
|
-
@rest_client.stub
|
91
|
-
@rest_client.stub
|
92
|
-
@rest_client.stub
|
90
|
+
@rest_client.stub(:create_url).and_return("reports/nodes/spitfire/runs/#{@run_id}");
|
91
|
+
@rest_client.stub(:raw_http_request).and_return({"result"=>"ok"});
|
92
|
+
@rest_client.stub(:post_rest).and_return({"uri"=>"https://example.com/reports/nodes/spitfire/runs/#{@run_id}"});
|
93
93
|
|
94
94
|
end
|
95
95
|
|
@@ -255,13 +255,68 @@ describe Chef::ResourceReporter do
|
|
255
255
|
describe "when generating a report for the server" do
|
256
256
|
|
257
257
|
before do
|
258
|
-
@rest_client.stub
|
259
|
-
@rest_client.stub
|
260
|
-
@rest_client.stub
|
258
|
+
@rest_client.stub(:create_url).and_return("reports/nodes/spitfire/runs/#{@run_id}");
|
259
|
+
@rest_client.stub(:raw_http_request).and_return({"result"=>"ok"});
|
260
|
+
@rest_client.stub(:post_rest).and_return({"uri"=>"https://example.com/reports/nodes/spitfire/runs/#{@run_id}"});
|
261
261
|
|
262
262
|
@resource_reporter.run_started(@run_status)
|
263
263
|
end
|
264
264
|
|
265
|
+
context "when the new_resource does not have a string for name and identity" do
|
266
|
+
context "the new_resource name and id are nil" do
|
267
|
+
before do
|
268
|
+
@bad_resource = Chef::Resource::File.new("/tmp/nameless_file.txt")
|
269
|
+
@bad_resource.stub(:name).and_return(nil)
|
270
|
+
@bad_resource.stub(:identity).and_return(nil)
|
271
|
+
@resource_reporter.resource_action_start(@bad_resource, :create)
|
272
|
+
@resource_reporter.resource_current_state_loaded(@bad_resource, :create, @current_resource)
|
273
|
+
@resource_reporter.resource_updated(@bad_resource, :create)
|
274
|
+
@resource_reporter.resource_completed(@bad_resource)
|
275
|
+
@run_status.stop_clock
|
276
|
+
@report = @resource_reporter.prepare_run_data
|
277
|
+
@first_update_report = @report["resources"].first
|
278
|
+
end
|
279
|
+
|
280
|
+
it "resource_name in prepared_run_data is a string" do
|
281
|
+
@first_update_report["name"].class.should == String
|
282
|
+
end
|
283
|
+
|
284
|
+
it "resource_id in prepared_run_data is a string" do
|
285
|
+
@first_update_report["id"].class.should == String
|
286
|
+
end
|
287
|
+
end
|
288
|
+
|
289
|
+
context "the new_resource name and id are hashes" do
|
290
|
+
before do
|
291
|
+
@bad_resource = Chef::Resource::File.new("/tmp/filename_as_hash.txt")
|
292
|
+
@bad_resource.stub(:name).and_return({:foo=>:bar})
|
293
|
+
@bad_resource.stub(:identity).and_return({:foo=>:bar})
|
294
|
+
@resource_reporter.resource_action_start(@bad_resource, :create)
|
295
|
+
@resource_reporter.resource_current_state_loaded(@bad_resource, :create, @current_resource)
|
296
|
+
@resource_reporter.resource_updated(@bad_resource, :create)
|
297
|
+
@resource_reporter.resource_completed(@bad_resource)
|
298
|
+
@run_status.stop_clock
|
299
|
+
@report = @resource_reporter.prepare_run_data
|
300
|
+
@first_update_report = @report["resources"].first
|
301
|
+
end
|
302
|
+
# Ruby 1.8.7 flattens out hash to string using join instead of inspect, resulting in
|
303
|
+
# irb(main):001:0> {:foo => :bar}.to_s
|
304
|
+
# => "foobar"
|
305
|
+
# instead of the expected
|
306
|
+
# irb(main):001:0> {:foo => :bar}.to_s
|
307
|
+
# => "{:foo=>:bar}"
|
308
|
+
# Hence checking for the class instead of the actual value.
|
309
|
+
it "resource_name in prepared_run_data is a string" do
|
310
|
+
@first_update_report["name"].class.should == String
|
311
|
+
end
|
312
|
+
|
313
|
+
it "resource_id in prepared_run_data is a string" do
|
314
|
+
@first_update_report["id"].class.should == String
|
315
|
+
end
|
316
|
+
end
|
317
|
+
end
|
318
|
+
|
319
|
+
|
265
320
|
context "for a successful client run" do
|
266
321
|
before do
|
267
322
|
# TODO: add inputs to generate expected output.
|
@@ -381,10 +436,10 @@ describe Chef::ResourceReporter do
|
|
381
436
|
@backtrace = ["foo.rb:1 in `foo!'","bar.rb:2 in `bar!","'baz.rb:3 in `baz!'"]
|
382
437
|
@node = Chef::Node.new
|
383
438
|
@node.name("spitfire")
|
384
|
-
@exception =
|
385
|
-
@exception.stub
|
386
|
-
@exception.stub
|
387
|
-
@exception.stub
|
439
|
+
@exception = double("ArgumentError")
|
440
|
+
@exception.stub(:inspect).and_return("Net::HTTPServerException")
|
441
|
+
@exception.stub(:message).and_return("Object not found")
|
442
|
+
@exception.stub(:backtrace).and_return(@backtrace)
|
388
443
|
@resource_reporter.run_list_expand_failed(@node, @exception)
|
389
444
|
@resource_reporter.run_failed(@exception)
|
390
445
|
@report = @resource_reporter.prepare_run_data
|
@@ -602,7 +657,7 @@ describe Chef::ResourceReporter do
|
|
602
657
|
@resource_reporter.resource_current_state_loaded(@new_resource, :create, @current_resource)
|
603
658
|
@resource_reporter.resource_updated(@new_resource, :create)
|
604
659
|
|
605
|
-
@resource_reporter.stub
|
660
|
+
@resource_reporter.stub(:end_time).and_return(@end_time)
|
606
661
|
@expected_data = @resource_reporter.prepare_run_data
|
607
662
|
|
608
663
|
post_url = "https://chef_server/example_url"
|
data/spec/unit/resource_spec.rb
CHANGED
@@ -205,8 +205,8 @@ describe Chef::Resource do
|
|
205
205
|
|
206
206
|
describe "noop" do
|
207
207
|
it "should accept true or false for noop" do
|
208
|
-
lambda { @resource.noop true }.should_not raise_error
|
209
|
-
lambda { @resource.noop false }.should_not raise_error
|
208
|
+
lambda { @resource.noop true }.should_not raise_error
|
209
|
+
lambda { @resource.noop false }.should_not raise_error
|
210
210
|
lambda { @resource.noop "eat it" }.should raise_error(ArgumentError)
|
211
211
|
end
|
212
212
|
end
|
@@ -589,7 +589,7 @@ describe Chef::Resource do
|
|
589
589
|
|
590
590
|
it "should print \"skipped due to action :nothing\" message for doc formatter when action is :nothing" do
|
591
591
|
fdoc = Chef::Formatters.new(:doc, STDOUT, STDERR)
|
592
|
-
@run_context.stub
|
592
|
+
@run_context.stub(:events).and_return(fdoc)
|
593
593
|
fdoc.should_receive(:puts).with(" (skipped due to action :nothing)")
|
594
594
|
@resource.should_skip?(:nothing)
|
595
595
|
end
|
@@ -84,7 +84,7 @@ describe Chef::REST::AuthCredentials do
|
|
84
84
|
end
|
85
85
|
|
86
86
|
it "generates signature headers for the request" do
|
87
|
-
Time.stub
|
87
|
+
Time.stub(:now).and_return(@request_time)
|
88
88
|
actual = @auth_credentials.signature_headers(@request_params)
|
89
89
|
actual["HOST"].should == "localhost"
|
90
90
|
actual["X-OPS-AUTHORIZATION-1"].should == "kBssX1ENEwKtNYFrHElN9vYGWS7OeowepN9EsYc9csWfh8oUovryPKDxytQ/"
|
@@ -110,7 +110,7 @@ describe Chef::REST::AuthCredentials do
|
|
110
110
|
end
|
111
111
|
|
112
112
|
it "generates the correct signature for version 1.1" do
|
113
|
-
Time.stub
|
113
|
+
Time.stub(:now).and_return(@request_time)
|
114
114
|
actual = @auth_credentials.signature_headers(@request_params)
|
115
115
|
actual["HOST"].should == "localhost"
|
116
116
|
actual["X-OPS-CONTENT-HASH"].should == "1tuzs5XKztM1ANrkGNPah6rW9GY="
|
data/spec/unit/rest_spec.rb
CHANGED
@@ -70,6 +70,7 @@ describe Chef::REST do
|
|
70
70
|
Chef::Log.init(log_stringio)
|
71
71
|
end
|
72
72
|
|
73
|
+
|
73
74
|
describe "calling an HTTP verb on a path or absolute URL" do
|
74
75
|
it "adds a relative URL to the base url it was initialized with" do
|
75
76
|
expect(rest.create_url("foo/bar/baz")).to eq(URI.parse(base_url + "/foo/bar/baz"))
|
@@ -165,44 +166,6 @@ describe Chef::REST do
|
|
165
166
|
end
|
166
167
|
end
|
167
168
|
|
168
|
-
describe "legacy API" do
|
169
|
-
before(:each) do
|
170
|
-
Chef::Config[:node_name] = "webmonkey.example.com"
|
171
|
-
Chef::Config[:client_key] = CHEF_SPEC_DATA + "/ssl/private_key.pem"
|
172
|
-
@rest = Chef::REST.new(@base_url)
|
173
|
-
end
|
174
|
-
|
175
|
-
it 'responds to raw_http_request as a public method' do
|
176
|
-
@rest.public_methods.map(&:to_s).should include("raw_http_request")
|
177
|
-
end
|
178
|
-
|
179
|
-
it 'calls the authn middleware' do
|
180
|
-
data = "\"secure data\""
|
181
|
-
|
182
|
-
auth_headers = STANDARD_WRITE_HEADERS.merge({"auth_done"=>"yep"})
|
183
|
-
|
184
|
-
@rest.authenticator.should_receive(:handle_request).
|
185
|
-
with(:POST, monkey_uri, STANDARD_WRITE_HEADERS, data).
|
186
|
-
and_return([:POST, monkey_uri, auth_headers, data])
|
187
|
-
@rest.should_receive(:send_http_request).
|
188
|
-
with(:POST, monkey_uri, auth_headers, data).
|
189
|
-
and_return([1,2,3])
|
190
|
-
@rest.should_receive('success_response?'.to_sym).with(1).and_return(true)
|
191
|
-
@rest.raw_http_request(:POST, monkey_uri, STANDARD_WRITE_HEADERS, data)
|
192
|
-
end
|
193
|
-
|
194
|
-
it 'sets correct authn headers' do
|
195
|
-
data = "\"secure data\""
|
196
|
-
method, uri, auth_headers, d = @rest.authenticator.handle_request(:POST, monkey_uri, STANDARD_WRITE_HEADERS, data)
|
197
|
-
|
198
|
-
@rest.should_receive(:send_http_request).
|
199
|
-
with(:POST, monkey_uri, auth_headers, data).
|
200
|
-
and_return([1,2,3])
|
201
|
-
@rest.should_receive('success_response?'.to_sym).with(1).and_return(true)
|
202
|
-
@rest.raw_http_request(:POST, monkey_uri, STANDARD_WRITE_HEADERS, data)
|
203
|
-
end
|
204
|
-
end
|
205
|
-
|
206
169
|
|
207
170
|
describe "when configured to authenticate to the Chef server" do
|
208
171
|
let(:base_url) { URI.parse("http://chef.example.com:4000") }
|
@@ -615,13 +578,13 @@ describe Chef::REST do
|
|
615
578
|
it "does not raise a divide by zero exception if the content's actual size is 0" do
|
616
579
|
http_response['Content-Length'] = "5"
|
617
580
|
http_response.stub(:read_body).and_yield('')
|
618
|
-
expect { rest.streaming_request(url, {}) }.
|
581
|
+
expect { rest.streaming_request(url, {}) }.to raise_error(Chef::Exceptions::ContentLengthMismatch)
|
619
582
|
end
|
620
583
|
|
621
584
|
it "does not raise a divide by zero exception when the Content-Length is 0" do
|
622
585
|
http_response['Content-Length'] = "0"
|
623
586
|
http_response.stub(:read_body).and_yield("ninja")
|
624
|
-
expect { rest.streaming_request(url, {}) }.
|
587
|
+
expect { rest.streaming_request(url, {}) }.to raise_error(Chef::Exceptions::ContentLengthMismatch)
|
625
588
|
end
|
626
589
|
|
627
590
|
it "it raises an exception when the download is truncated" do
|