chef 12.0.0.alpha.2 → 12.0.0.rc.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CONTRIBUTING.md +9 -0
- data/README.md +1 -1
- data/Rakefile +12 -0
- data/bin/chef-service-manager +1 -1
- data/bin/chef-windows-service +35 -0
- data/distro/common/html/_sources/ctl_chef_server.txt +307 -10
- data/distro/common/html/ctl_chef_client.html +3 -7
- data/distro/common/html/ctl_chef_server.html +609 -41
- data/distro/common/html/ctl_chef_shell.html +2 -2
- data/distro/common/html/ctl_chef_solo.html +1 -1
- data/distro/common/html/index.html +13 -13
- data/distro/common/html/knife.html +10 -10
- data/distro/common/html/knife_bootstrap.html +8 -8
- data/distro/common/html/knife_client.html +12 -12
- data/distro/common/html/knife_common_options.html +7 -7
- data/distro/common/html/knife_configure.html +3 -3
- data/distro/common/html/knife_cookbook.html +19 -19
- data/distro/common/html/knife_cookbook_site.html +28 -28
- data/distro/common/html/knife_data_bag.html +28 -13
- data/distro/common/html/knife_delete.html +2 -2
- data/distro/common/html/knife_deps.html +3 -3
- data/distro/common/html/knife_diff.html +4 -4
- data/distro/common/html/knife_download.html +3 -3
- data/distro/common/html/knife_edit.html +2 -2
- data/distro/common/html/knife_environment.html +14 -14
- data/distro/common/html/knife_exec.html +11 -11
- data/distro/common/html/knife_index_rebuild.html +2 -2
- data/distro/common/html/knife_list.html +3 -3
- data/distro/common/html/knife_node.html +23 -23
- data/distro/common/html/knife_raw.html +4 -4
- data/distro/common/html/knife_recipe_list.html +3 -3
- data/distro/common/html/knife_role.html +11 -11
- data/distro/common/html/knife_search.html +4 -4
- data/distro/common/html/knife_serve.html +3 -3
- data/distro/common/html/knife_show.html +3 -3
- data/distro/common/html/knife_ssh.html +7 -7
- data/distro/common/html/knife_ssl_check.html +7 -7
- data/distro/common/html/knife_ssl_fetch.html +9 -9
- data/distro/common/html/knife_status.html +3 -3
- data/distro/common/html/knife_tag.html +9 -9
- data/distro/common/html/knife_upload.html +3 -3
- data/distro/common/html/knife_user.html +9 -9
- data/distro/common/html/knife_using.html +11 -11
- data/distro/common/html/knife_xargs.html +14 -5
- data/distro/common/html/search.html +2 -2
- data/distro/common/html/searchindex.js +1 -1
- data/distro/common/man/man1/chef-shell.1 +2 -2
- data/distro/common/man/man1/knife-bootstrap.1 +7 -7
- data/distro/common/man/man1/knife-client.1 +10 -10
- data/distro/common/man/man1/knife-configure.1 +5 -5
- data/distro/common/man/man1/knife-cookbook-site.1 +24 -24
- data/distro/common/man/man1/knife-cookbook.1 +12 -12
- data/distro/common/man/man1/knife-data-bag.1 +34 -10
- data/distro/common/man/man1/knife-delete.1 +5 -5
- data/distro/common/man/man1/knife-deps.1 +5 -5
- data/distro/common/man/man1/knife-diff.1 +7 -7
- data/distro/common/man/man1/knife-download.1 +5 -5
- data/distro/common/man/man1/knife-edit.1 +5 -5
- data/distro/common/man/man1/knife-environment.1 +11 -11
- data/distro/common/man/man1/knife-exec.1 +11 -11
- data/distro/common/man/man1/knife-index-rebuild.1 +1 -1
- data/distro/common/man/man1/knife-list.1 +5 -5
- data/distro/common/man/man1/knife-node.1 +16 -16
- data/distro/common/man/man1/knife-raw.1 +6 -6
- data/distro/common/man/man1/knife-recipe-list.1 +1 -1
- data/distro/common/man/man1/knife-role.1 +7 -7
- data/distro/common/man/man1/knife-search.1 +6 -6
- data/distro/common/man/man1/knife-serve.1 +6 -6
- data/distro/common/man/man1/knife-show.1 +5 -5
- data/distro/common/man/man1/knife-ssh.1 +9 -9
- data/distro/common/man/man1/knife-ssl-check.1 +7 -7
- data/distro/common/man/man1/knife-ssl-fetch.1 +9 -9
- data/distro/common/man/man1/knife-status.1 +5 -5
- data/distro/common/man/man1/knife-tag.1 +8 -8
- data/distro/common/man/man1/knife-upload.1 +5 -5
- data/distro/common/man/man1/knife-user.1 +8 -8
- data/distro/common/man/man1/knife-xargs.1 +36 -10
- data/distro/common/man/man1/knife.1 +14 -14
- data/distro/common/man/man8/chef-client.8 +3 -10
- data/distro/common/man/man8/chef-solo.8 +1 -1
- data/lib/chef/application.rb +313 -241
- data/lib/chef/application/apply.rb +10 -8
- data/lib/chef/application/client.rb +58 -33
- data/lib/chef/application/solo.rb +33 -12
- data/lib/chef/chef_fs/chef_fs_data_store.rb +1 -1
- data/lib/chef/chef_fs/command_line.rb +1 -1
- data/lib/chef/chef_fs/file_system/organization_invites_entry.rb +2 -1
- data/lib/chef/chef_fs/file_system/organization_members_entry.rb +2 -1
- data/lib/chef/chef_fs/file_system/rest_list_entry.rb +2 -1
- data/lib/chef/client.rb +18 -48
- data/lib/chef/config.rb +43 -11
- data/lib/chef/cookbook/cookbook_version_loader.rb +14 -7
- data/lib/chef/cookbook/metadata.rb +81 -38
- data/lib/chef/cookbook/syntax_check.rb +18 -52
- data/lib/chef/cookbook_loader.rb +1 -1
- data/lib/chef/cookbook_version.rb +58 -39
- data/lib/chef/data_bag.rb +2 -2
- data/lib/chef/deprecation/provider/file.rb +2 -1
- data/lib/chef/dsl/data_query.rb +2 -29
- data/lib/chef/dsl/recipe.rb +8 -22
- data/lib/chef/encrypted_data_bag_item/assertions.rb +1 -1
- data/lib/chef/encrypted_data_bag_item/check_encrypted.rb +56 -0
- data/lib/chef/encrypted_data_bag_item/encrypted_data_bag_item_assertions.rb +1 -1
- data/lib/chef/event_loggers/base.rb +62 -0
- data/lib/chef/event_loggers/windows_eventlog.rb +104 -0
- data/lib/chef/exceptions.rb +18 -1
- data/lib/chef/file_cache.rb +3 -2
- data/lib/chef/guard_interpreter/resource_guard_interpreter.rb +15 -6
- data/lib/chef/http.rb +20 -13
- data/lib/chef/http/ssl_policies.rb +2 -1
- data/lib/chef/json_compat.rb +9 -3
- data/lib/chef/knife.rb +2 -1
- data/lib/chef/knife/bootstrap.rb +12 -18
- data/lib/chef/knife/bootstrap/archlinux-gems.erb +2 -2
- data/lib/chef/knife/bootstrap/chef-aix.erb +2 -2
- data/lib/chef/knife/bootstrap/chef-full.erb +2 -2
- data/lib/chef/knife/cookbook_create.rb +1 -1
- data/lib/chef/knife/cookbook_site_share.rb +43 -8
- data/lib/chef/knife/core/bootstrap_context.rb +6 -11
- data/lib/chef/knife/core/object_loader.rb +5 -5
- data/lib/chef/knife/core/status_presenter.rb +156 -0
- data/lib/chef/knife/core/subcommand_loader.rb +6 -5
- data/lib/chef/knife/core/ui.rb +4 -4
- data/lib/chef/knife/data_bag_create.rb +7 -32
- data/lib/chef/knife/data_bag_edit.rb +24 -43
- data/lib/chef/knife/data_bag_from_file.rb +6 -31
- data/lib/chef/knife/data_bag_secret_options.rb +142 -0
- data/lib/chef/knife/data_bag_show.rb +19 -33
- data/lib/chef/knife/node_from_file.rb +9 -8
- data/lib/chef/knife/ssh.rb +0 -7
- data/lib/chef/knife/ssl_check.rb +70 -6
- data/lib/chef/knife/status.rb +11 -58
- data/lib/chef/mixin/command/unix.rb +2 -2
- data/lib/chef/mixin/convert_to_class_name.rb +54 -0
- data/lib/chef/mixin/descendants_tracker.rb +82 -0
- data/lib/chef/mixin/homebrew_user.rb +68 -0
- data/lib/chef/mixin/shell_out.rb +0 -4
- data/lib/chef/mixin/windows_architecture_helper.rb +16 -0
- data/lib/chef/mixin/windows_env_helper.rb +56 -0
- data/lib/chef/node.rb +2 -2
- data/lib/chef/node_map.rb +146 -0
- data/lib/chef/platform/provider_mapping.rb +11 -39
- data/lib/chef/platform/provider_priority_map.rb +80 -0
- data/lib/chef/platform/query_helpers.rb +5 -1
- data/lib/chef/platform/service_helpers.rb +113 -0
- data/lib/chef/provider.rb +24 -0
- data/lib/chef/provider/breakpoint.rb +2 -0
- data/lib/chef/provider/cookbook_file.rb +2 -0
- data/lib/chef/provider/cron.rb +1 -1
- data/lib/chef/provider/cron/unix.rb +13 -9
- data/lib/chef/provider/deploy.rb +3 -2
- data/lib/chef/provider/deploy/revision.rb +4 -2
- data/lib/chef/provider/deploy/timestamped.rb +2 -0
- data/lib/chef/provider/directory.rb +2 -0
- data/lib/chef/provider/dsc_script.rb +179 -0
- data/lib/chef/provider/env.rb +25 -10
- data/lib/chef/provider/env/windows.rb +9 -16
- data/lib/chef/provider/erl_call.rb +2 -0
- data/lib/chef/provider/execute.rb +5 -2
- data/lib/chef/provider/file.rb +2 -0
- data/lib/chef/provider/git.rb +51 -23
- data/lib/chef/provider/group/dscl.rb +2 -2
- data/lib/chef/provider/group/pw.rb +9 -13
- data/lib/chef/provider/http_request.rb +2 -0
- data/lib/chef/provider/link.rb +3 -0
- data/lib/chef/provider/log.rb +2 -0
- data/lib/chef/provider/lwrp_base.rb +11 -9
- data/lib/chef/provider/mount/mount.rb +1 -1
- data/lib/chef/provider/package/aix.rb +2 -0
- data/lib/chef/provider/package/apt.rb +2 -0
- data/lib/chef/provider/package/dpkg.rb +2 -0
- data/lib/chef/provider/package/easy_install.rb +2 -0
- data/lib/chef/provider/package/freebsd/pkg.rb +2 -1
- data/lib/chef/provider/package/freebsd/pkgng.rb +1 -1
- data/lib/chef/provider/package/freebsd/port.rb +1 -9
- data/lib/chef/provider/package/homebrew.rb +127 -0
- data/lib/chef/provider/package/ips.rb +2 -0
- data/lib/chef/provider/package/macports.rb +3 -0
- data/lib/chef/provider/package/pacman.rb +5 -4
- data/lib/chef/provider/package/paludis.rb +4 -2
- data/lib/chef/provider/package/portage.rb +4 -1
- data/lib/chef/provider/package/rpm.rb +2 -0
- data/lib/chef/provider/package/rubygems.rb +4 -0
- data/lib/chef/provider/package/smartos.rb +2 -0
- data/lib/chef/provider/package/solaris.rb +2 -0
- data/lib/chef/provider/package/windows.rb +5 -2
- data/lib/chef/provider/package/yum.rb +2 -0
- data/lib/chef/provider/powershell_script.rb +3 -1
- data/lib/chef/provider/remote_directory.rb +25 -10
- data/lib/chef/provider/route.rb +2 -0
- data/lib/chef/provider/ruby_block.rb +2 -0
- data/lib/chef/provider/script.rb +6 -0
- data/lib/chef/provider/service/aix.rb +128 -0
- data/lib/chef/provider/service/aixinit.rb +117 -0
- data/lib/chef/provider/service/arch.rb +6 -0
- data/lib/chef/provider/service/debian.rb +35 -29
- data/lib/chef/provider/service/freebsd.rb +7 -1
- data/lib/chef/provider/service/gentoo.rb +5 -1
- data/lib/chef/provider/service/init.rb +2 -0
- data/lib/chef/provider/service/insserv.rb +15 -8
- data/lib/chef/provider/service/invokercd.rb +6 -0
- data/lib/chef/provider/service/macosx.rb +4 -1
- data/lib/chef/provider/service/redhat.rb +9 -3
- data/lib/chef/provider/service/simple.rb +2 -0
- data/lib/chef/provider/service/solaris.rb +2 -0
- data/lib/chef/provider/service/systemd.rb +7 -0
- data/lib/chef/provider/service/upstart.rb +7 -0
- data/lib/chef/provider/service/windows.rb +5 -0
- data/lib/chef/provider/subversion.rb +2 -0
- data/lib/chef/provider/template.rb +1 -0
- data/lib/chef/provider/user/dscl.rb +3 -2
- data/lib/chef/provider/whyrun_safe_ruby_block.rb +2 -0
- data/lib/chef/provider_resolver.rb +103 -0
- data/lib/chef/providers.rb +6 -2
- data/lib/chef/recipe.rb +2 -0
- data/lib/chef/resource.rb +69 -78
- data/lib/chef/resource/apt_package.rb +3 -1
- data/lib/chef/resource/bash.rb +1 -0
- data/lib/chef/resource/bff_package.rb +0 -1
- data/lib/chef/resource/breakpoint.rb +1 -1
- data/lib/chef/resource/chef_gem.rb +1 -2
- data/lib/chef/resource/conditional.rb +26 -6
- data/lib/chef/resource/cookbook_file.rb +2 -3
- data/lib/chef/resource/csh.rb +1 -0
- data/lib/chef/resource/deploy.rb +0 -1
- data/lib/chef/resource/deploy_revision.rb +6 -1
- data/lib/chef/resource/directory.rb +1 -2
- data/lib/chef/resource/dpkg_package.rb +2 -1
- data/lib/chef/resource/dsc_script.rb +125 -0
- data/lib/chef/resource/easy_install_package.rb +2 -1
- data/lib/chef/resource/erl_call.rb +1 -0
- data/lib/chef/resource/execute.rb +26 -9
- data/lib/chef/resource/file.rb +1 -3
- data/lib/chef/resource/freebsd_package.rb +10 -23
- data/lib/chef/resource/gem_package.rb +2 -1
- data/lib/chef/resource/git.rb +2 -1
- data/lib/chef/resource/homebrew_package.rb +46 -0
- data/lib/chef/resource/http_request.rb +1 -0
- data/lib/chef/resource/ips_package.rb +3 -1
- data/lib/chef/resource/link.rb +1 -2
- data/lib/chef/resource/log.rb +4 -0
- data/lib/chef/resource/lwrp_base.rb +24 -15
- data/lib/chef/resource/macports_package.rb +3 -1
- data/lib/chef/resource/pacman_package.rb +2 -1
- data/lib/chef/resource/paludis_package.rb +3 -1
- data/lib/chef/resource/perl.rb +1 -0
- data/lib/chef/resource/powershell_script.rb +0 -2
- data/lib/chef/resource/python.rb +1 -1
- data/lib/chef/resource/remote_directory.rb +1 -2
- data/lib/chef/resource/remote_file.rb +1 -1
- data/lib/chef/resource/rpm_package.rb +2 -1
- data/lib/chef/resource/ruby.rb +1 -0
- data/lib/chef/resource/ruby_block.rb +3 -0
- data/lib/chef/resource/script.rb +2 -25
- data/lib/chef/resource/service.rb +0 -4
- data/lib/chef/resource/smartos_package.rb +3 -4
- data/lib/chef/resource/solaris_package.rb +7 -1
- data/lib/chef/resource/subversion.rb +0 -1
- data/lib/chef/resource/template.rb +2 -3
- data/lib/chef/resource/timestamped_deploy.rb +1 -2
- data/lib/chef/resource/whyrun_safe_ruby_block.rb +0 -1
- data/lib/chef/resource/windows_package.rb +3 -4
- data/lib/chef/resource/windows_script.rb +3 -0
- data/lib/chef/resource/windows_service.rb +2 -2
- data/lib/chef/resource/yum_package.rb +3 -1
- data/lib/chef/resource_collection.rb +50 -227
- data/lib/chef/resource_collection/resource_collection_serialization.rb +59 -0
- data/lib/chef/resource_collection/resource_list.rb +89 -0
- data/lib/chef/resource_collection/resource_set.rb +170 -0
- data/lib/chef/resources.rb +2 -0
- data/lib/chef/role.rb +1 -1
- data/lib/chef/run_context.rb +5 -1
- data/lib/chef/shell/ext.rb +1 -1
- data/lib/chef/util/backup.rb +3 -2
- data/lib/chef/util/dsc/configuration_generator.rb +115 -0
- data/lib/chef/util/dsc/lcm_output_parser.rb +133 -0
- data/lib/chef/util/dsc/local_configuration_manager.rb +141 -0
- data/lib/chef/util/dsc/resource_info.rb +26 -0
- data/lib/chef/util/path_helper.rb +12 -0
- data/lib/chef/util/powershell/cmdlet.rb +136 -0
- data/lib/chef/util/powershell/cmdlet_result.rb +46 -0
- data/lib/chef/version.rb +1 -1
- data/lib/chef/win32/api/system.rb +9 -0
- data/lib/chef/win32/version.rb +2 -0
- data/spec/.DS_Store +0 -0
- data/spec/data/.DS_Store +0 -0
- data/spec/data/bootstrap/test-hints.erb +1 -1
- data/spec/data/bootstrap/test.erb +1 -1
- data/spec/data/cb_version_cookbooks/cookbook2/files/test.txt +0 -0
- data/spec/data/cb_version_cookbooks/cookbook2/templates/test.erb +0 -0
- data/spec/data/cookbooks/ignorken/files/default/not_me.rb +2 -0
- data/spec/data/cookbooks/ignorken/templates/ubuntu-12.10/not_me.rb +2 -0
- data/spec/data/cookbooks/openldap/libraries/openldap.rb +4 -0
- data/spec/data/cookbooks/openldap/libraries/openldap/version.rb +3 -0
- data/spec/data/lwrp/.DS_Store +0 -0
- data/spec/data/lwrp/providers/.DS_Store +0 -0
- data/spec/data/lwrp/providers/buck_passer.rb +9 -2
- data/spec/data/lwrp/resources/.DS_Store +0 -0
- data/spec/data/lwrp/resources/foo.rb +3 -2
- data/spec/data/lwrp_override/.DS_Store +0 -0
- data/spec/data/lwrp_override/providers/.DS_Store +0 -0
- data/spec/data/lwrp_override/providers/buck_passer.rb +5 -10
- data/spec/data/lwrp_override/resources/.DS_Store +0 -0
- data/spec/data/lwrp_override/resources/foo.rb +4 -3
- data/spec/functional/assets/chefinittest +34 -0
- data/spec/functional/assets/testchefsubsys +11 -0
- data/spec/functional/dsl/reboot_pending_spec.rb +19 -16
- data/spec/functional/event_loggers/windows_eventlog_spec.rb +82 -0
- data/spec/functional/knife/cookbook_delete_spec.rb +3 -3
- data/spec/functional/knife/exec_spec.rb +1 -1
- data/spec/functional/resource/aix_service_spec.rb +136 -0
- data/spec/functional/resource/aixinit_service_spec.rb +211 -0
- data/spec/functional/resource/base.rb +1 -0
- data/spec/functional/resource/batch_spec.rb +4 -11
- data/spec/functional/resource/cron_spec.rb +7 -1
- data/spec/functional/resource/dsc_script_spec.rb +382 -0
- data/spec/functional/resource/env_spec.rb +54 -0
- data/spec/functional/resource/execute_spec.rb +113 -0
- data/spec/functional/resource/file_spec.rb +2 -0
- data/spec/functional/resource/group_spec.rb +7 -4
- data/spec/functional/resource/powershell_spec.rb +198 -185
- data/spec/functional/resource/rpm_spec.rb +5 -4
- data/spec/functional/resource/user/dscl_spec.rb +2 -1
- data/spec/functional/util/path_helper_spec.rb +37 -0
- data/spec/functional/util/powershell/cmdlet_spec.rb +114 -0
- data/spec/integration/client/client_spec.rb +1 -1
- data/spec/integration/client/ipv6_spec.rb +1 -1
- data/spec/integration/knife/chef_fs_data_store_spec.rb +1 -1
- data/spec/integration/knife/chef_repo_path_spec.rb +1 -1
- data/spec/integration/knife/chef_repository_file_system_spec.rb +1 -1
- data/spec/integration/knife/chefignore_spec.rb +1 -1
- data/spec/integration/knife/common_options_spec.rb +1 -1
- data/spec/integration/knife/cookbook_api_ipv6_spec.rb +2 -2
- data/spec/integration/knife/delete_spec.rb +1 -1
- data/spec/integration/knife/deps_spec.rb +1 -1
- data/spec/integration/knife/diff_spec.rb +1 -1
- data/spec/integration/knife/download_spec.rb +1 -1
- data/spec/integration/knife/list_spec.rb +1 -1
- data/spec/integration/knife/raw_spec.rb +1 -1
- data/spec/integration/knife/redirection_spec.rb +1 -1
- data/spec/integration/knife/serve_spec.rb +1 -1
- data/spec/integration/knife/show_spec.rb +1 -1
- data/spec/integration/knife/upload_spec.rb +4 -3
- data/spec/integration/recipes/lwrp_inline_resources_spec.rb +1 -1
- data/spec/spec_helper.rb +15 -0
- data/spec/support/chef_helpers.rb +1 -0
- data/spec/support/lib/chef/provider/snakeoil.rb +1 -0
- data/spec/support/lib/chef/resource/zen_follower.rb +1 -7
- data/spec/support/platform_helpers.rb +28 -0
- data/spec/support/shared/functional/file_resource.rb +6 -0
- data/spec/support/shared/functional/windows_script.rb +118 -0
- data/spec/support/shared/integration/integration_helper.rb +5 -2
- data/spec/support/shared/matchers/exit_with_code.rb +28 -0
- data/spec/support/shared/matchers/match_environment_variable.rb +17 -0
- data/spec/support/shared/shared_examples.rb +14 -0
- data/spec/support/shared/unit/execute_resource.rb +0 -7
- data/spec/support/shared/unit/resource/static_provider_resolution.rb +71 -0
- data/spec/support/shared/unit/script_resource.rb +1 -1
- data/spec/support/shared/unit/windows_script_resource.rb +35 -2
- data/spec/tiny_server.rb +1 -2
- data/spec/unit/api_client_spec.rb +5 -1
- data/spec/unit/application/{apply.rb → apply_spec.rb} +13 -5
- data/spec/unit/application/client_spec.rb +106 -13
- data/spec/unit/application/solo_spec.rb +25 -1
- data/spec/unit/client_spec.rb +1 -26
- data/spec/unit/config_fetcher_spec.rb +2 -1
- data/spec/unit/config_spec.rb +91 -2
- data/spec/unit/cookbook/cookbook_version_loader_spec.rb +8 -0
- data/spec/unit/cookbook/metadata_spec.rb +43 -6
- data/spec/unit/cookbook/syntax_check_spec.rb +8 -2
- data/spec/unit/cookbook_loader_spec.rb +4 -2
- data/spec/unit/cookbook_version_spec.rb +83 -2
- data/spec/unit/data_bag_item_spec.rb +5 -1
- data/spec/unit/data_bag_spec.rb +6 -1
- data/spec/unit/dsl/data_query_spec.rb +8 -110
- data/spec/unit/encrypted_data_bag_item/check_encrypted_spec.rb +95 -0
- data/spec/unit/encrypted_data_bag_item_spec.rb +16 -23
- data/spec/unit/environment_spec.rb +6 -2
- data/spec/unit/exceptions_spec.rb +6 -0
- data/spec/unit/guard_interpreter/resource_guard_interpreter_spec.rb +16 -15
- data/spec/unit/json_compat_spec.rb +12 -2
- data/spec/unit/knife/bootstrap_spec.rb +16 -63
- data/spec/unit/knife/cookbook_site_share_spec.rb +59 -6
- data/spec/unit/knife/core/bootstrap_context_spec.rb +8 -37
- data/spec/unit/knife/core/subcommand_loader_spec.rb +1 -1
- data/spec/unit/knife/core/ui_spec.rb +28 -0
- data/spec/unit/knife/data_bag_create_spec.rb +63 -71
- data/spec/unit/knife/data_bag_edit_spec.rb +83 -49
- data/spec/unit/knife/data_bag_from_file_spec.rb +104 -126
- data/spec/unit/knife/data_bag_secret_options_spec.rb +165 -0
- data/spec/unit/knife/data_bag_show_spec.rb +74 -72
- data/spec/unit/knife/environment_from_file_spec.rb +3 -2
- data/spec/unit/knife/ssl_check_spec.rb +46 -1
- data/spec/unit/knife/status_spec.rb +1 -2
- data/spec/unit/knife_spec.rb +18 -1
- data/spec/unit/lwrp_spec.rb +29 -8
- data/spec/unit/mixin/homebrew_user_spec.rb +100 -0
- data/spec/unit/node_map_spec.rb +155 -0
- data/spec/unit/node_spec.rb +11 -0
- data/spec/unit/platform/query_helpers_spec.rb +23 -0
- data/spec/unit/platform_spec.rb +23 -0
- data/spec/unit/provider/breakpoint_spec.rb +9 -9
- data/spec/unit/provider/cookbook_file/content_spec.rb +3 -3
- data/spec/unit/provider/cookbook_file_spec.rb +1 -1
- data/spec/unit/provider/cron/unix_spec.rb +78 -60
- data/spec/unit/provider/cron_spec.rb +175 -175
- data/spec/unit/provider/deploy/revision_spec.rb +22 -21
- data/spec/unit/provider/deploy/timestamped_spec.rb +3 -3
- data/spec/unit/provider/deploy_spec.rb +231 -230
- data/spec/unit/provider/directory_spec.rb +55 -55
- data/spec/unit/provider/dsc_script_spec.rb +174 -0
- data/spec/unit/provider/env/windows_spec.rb +70 -34
- data/spec/unit/provider/env_spec.rb +95 -49
- data/spec/unit/provider/erl_call_spec.rb +9 -9
- data/spec/unit/provider/execute_spec.rb +43 -27
- data/spec/unit/provider/file/content_spec.rb +9 -9
- data/spec/unit/provider/file_spec.rb +1 -1
- data/spec/unit/provider/git_spec.rb +221 -159
- data/spec/unit/provider/group/dscl_spec.rb +64 -63
- data/spec/unit/provider/group/gpasswd_spec.rb +14 -14
- data/spec/unit/provider/group/groupadd_spec.rb +33 -33
- data/spec/unit/provider/group/groupmod_spec.rb +23 -23
- data/spec/unit/provider/group/pw_spec.rb +21 -21
- data/spec/unit/provider/group/usermod_spec.rb +20 -20
- data/spec/unit/provider/group/windows_spec.rb +15 -15
- data/spec/unit/provider/group_spec.rb +76 -76
- data/spec/unit/provider/http_request_spec.rb +30 -30
- data/spec/unit/provider/ifconfig/aix_spec.rb +20 -20
- data/spec/unit/provider/ifconfig/debian_spec.rb +25 -9
- data/spec/unit/provider/ifconfig/redhat_spec.rb +13 -13
- data/spec/unit/provider/ifconfig_spec.rb +43 -43
- data/spec/unit/provider/link_spec.rb +60 -60
- data/spec/unit/provider/log_spec.rb +0 -4
- data/spec/unit/provider/mdadm_spec.rb +23 -23
- data/spec/unit/provider/mount/aix_spec.rb +17 -17
- data/spec/unit/provider/mount/mount_spec.rb +115 -119
- data/spec/unit/provider/mount/solaris_spec.rb +72 -72
- data/spec/unit/provider/mount/windows_spec.rb +24 -24
- data/spec/unit/provider/ohai_spec.rb +11 -11
- data/spec/unit/provider/package/aix_spec.rb +34 -34
- data/spec/unit/provider/package/apt_spec.rb +36 -36
- data/spec/unit/provider/package/dpkg_spec.rb +27 -27
- data/spec/unit/provider/package/easy_install_spec.rb +16 -16
- data/spec/unit/provider/package/freebsd/pkg_spec.rb +53 -53
- data/spec/unit/provider/package/freebsd/pkgng_spec.rb +24 -24
- data/spec/unit/provider/package/freebsd/port_spec.rb +45 -35
- data/spec/unit/provider/package/homebrew_spec.rb +266 -0
- data/spec/unit/provider/package/ips_spec.rb +34 -34
- data/spec/unit/provider/package/macports_spec.rb +49 -49
- data/spec/unit/provider/package/pacman_spec.rb +35 -39
- data/spec/unit/provider/package/paludis_spec.rb +20 -20
- data/spec/unit/provider/package/portage_spec.rb +38 -38
- data/spec/unit/provider/package/rpm_spec.rb +29 -29
- data/spec/unit/provider/package/rubygems_spec.rb +284 -270
- data/spec/unit/provider/package/smartos_spec.rb +15 -15
- data/spec/unit/provider/package/solaris_spec.rb +35 -35
- data/spec/unit/provider/package/windows/msi_spec.rb +3 -3
- data/spec/unit/provider/package/windows_spec.rb +6 -6
- data/spec/unit/provider/package/yum_spec.rb +416 -416
- data/spec/unit/provider/package/zypper_spec.rb +47 -47
- data/spec/unit/provider/package_spec.rb +107 -107
- data/spec/unit/provider/powershell_spec.rb +1 -1
- data/spec/unit/provider/registry_key_spec.rb +61 -61
- data/spec/unit/provider/remote_directory_spec.rb +36 -36
- data/spec/unit/provider/remote_file/cache_control_data_spec.rb +24 -24
- data/spec/unit/provider/remote_file/content_spec.rb +45 -45
- data/spec/unit/provider/remote_file/fetcher_spec.rb +9 -9
- data/spec/unit/provider/remote_file/ftp_spec.rb +32 -32
- data/spec/unit/provider/remote_file/http_spec.rb +44 -44
- data/spec/unit/provider/remote_file/local_file_spec.rb +9 -9
- data/spec/unit/provider/remote_file_spec.rb +3 -3
- data/spec/unit/provider/route_spec.rb +63 -63
- data/spec/unit/provider/ruby_block_spec.rb +4 -4
- data/spec/unit/provider/script_spec.rb +12 -12
- data/spec/unit/provider/service/aix_service_spec.rb +181 -0
- data/spec/unit/provider/service/aixinit_service_spec.rb +269 -0
- data/spec/unit/provider/service/arch_service_spec.rb +48 -48
- data/spec/unit/provider/service/debian_service_spec.rb +40 -40
- data/spec/unit/provider/service/gentoo_service_spec.rb +28 -28
- data/spec/unit/provider/service/init_service_spec.rb +39 -39
- data/spec/unit/provider/service/insserv_service_spec.rb +8 -8
- data/spec/unit/provider/service/invokercd_service_spec.rb +35 -35
- data/spec/unit/provider/service/macosx_spec.rb +49 -49
- data/spec/unit/provider/service/redhat_spec.rb +27 -27
- data/spec/unit/provider/service/simple_service_spec.rb +28 -28
- data/spec/unit/provider/service/solaris_smf_service_spec.rb +43 -46
- data/spec/unit/provider/service/systemd_service_spec.rb +63 -63
- data/spec/unit/provider/service/upstart_service_spec.rb +78 -78
- data/spec/unit/provider/service/windows_spec.rb +92 -92
- data/spec/unit/provider/service_spec.rb +40 -40
- data/spec/unit/provider/subversion_spec.rb +80 -80
- data/spec/unit/provider/template/content_spec.rb +9 -9
- data/spec/unit/provider/template_spec.rb +6 -6
- data/spec/unit/provider/user/dscl_spec.rb +170 -167
- data/spec/unit/provider/user/pw_spec.rb +48 -48
- data/spec/unit/provider/user/solaris_spec.rb +8 -8
- data/spec/unit/provider/user/useradd_spec.rb +1 -1
- data/spec/unit/provider/user/windows_spec.rb +26 -26
- data/spec/unit/provider/user_spec.rb +72 -72
- data/spec/unit/provider/whyrun_safe_ruby_block_spec.rb +4 -4
- data/spec/unit/provider_resolver_spec.rb +387 -0
- data/spec/unit/recipe_spec.rb +33 -12
- data/spec/unit/resource/apt_package_spec.rb +10 -13
- data/spec/unit/resource/bash_spec.rb +4 -4
- data/spec/unit/resource/batch_spec.rb +1 -1
- data/spec/unit/resource/breakpoint_spec.rb +11 -7
- data/spec/unit/resource/chef_gem_spec.rb +8 -15
- data/spec/unit/resource/conditional_action_not_nothing_spec.rb +2 -2
- data/spec/unit/resource/conditional_spec.rb +35 -16
- data/spec/unit/resource/cookbook_file_spec.rb +13 -13
- data/spec/unit/resource/cron_spec.rb +37 -37
- data/spec/unit/resource/csh_spec.rb +4 -4
- data/spec/unit/resource/deploy_revision_spec.rb +13 -18
- data/spec/unit/resource/deploy_spec.rb +60 -55
- data/spec/unit/resource/directory_spec.rb +18 -18
- data/spec/unit/resource/dpkg_package_spec.rb +8 -14
- data/spec/unit/resource/dsc_script_spec.rb +98 -0
- data/spec/unit/resource/easy_install_package_spec.rb +9 -18
- data/spec/unit/resource/env_spec.rb +12 -12
- data/spec/unit/resource/erl_call_spec.rb +11 -11
- data/spec/unit/resource/execute_spec.rb +5 -0
- data/spec/unit/resource/file_spec.rb +29 -29
- data/spec/unit/resource/freebsd_package_spec.rb +11 -12
- data/spec/unit/resource/gem_package_spec.rb +8 -15
- data/spec/unit/resource/git_spec.rb +12 -8
- data/spec/unit/resource/group_spec.rb +27 -27
- data/spec/unit/resource/homebrew_package_spec.rb +50 -0
- data/spec/unit/resource/http_request_spec.rb +6 -6
- data/spec/unit/resource/ifconfig_spec.rb +8 -8
- data/spec/unit/resource/ips_package_spec.rb +10 -13
- data/spec/unit/resource/link_spec.rb +25 -25
- data/spec/unit/resource/log_spec.rb +9 -9
- data/spec/unit/resource/macports_package_spec.rb +8 -13
- data/spec/unit/resource/mdadm_spec.rb +18 -18
- data/spec/unit/resource/mount_spec.rb +45 -45
- data/spec/unit/resource/ohai_spec.rb +7 -7
- data/spec/unit/resource/package_spec.rb +12 -12
- data/spec/unit/resource/pacman_package_spec.rb +8 -14
- data/spec/unit/resource/perl_spec.rb +4 -4
- data/spec/unit/resource/portage_package_spec.rb +3 -3
- data/spec/unit/resource/powershell_spec.rb +7 -7
- data/spec/unit/resource/python_spec.rb +4 -4
- data/spec/unit/resource/registry_key_spec.rb +32 -32
- data/spec/unit/resource/remote_directory_spec.rb +17 -17
- data/spec/unit/resource/remote_file_spec.rb +41 -41
- data/spec/unit/resource/route_spec.rb +19 -19
- data/spec/unit/resource/rpm_package_spec.rb +9 -13
- data/spec/unit/resource/ruby_block_spec.rb +8 -8
- data/spec/unit/resource/ruby_spec.rb +4 -4
- data/spec/unit/resource/scm_spec.rb +40 -40
- data/spec/unit/resource/script_spec.rb +2 -2
- data/spec/unit/resource/service_spec.rb +37 -47
- data/spec/unit/resource/smartos_package_spec.rb +10 -15
- data/spec/unit/resource/solaris_package_spec.rb +13 -28
- data/spec/unit/resource/subversion_spec.rb +16 -12
- data/spec/unit/resource/template_spec.rb +35 -35
- data/spec/unit/resource/timestamped_deploy_spec.rb +30 -4
- data/spec/unit/resource/user_spec.rb +23 -23
- data/spec/unit/resource/windows_package_spec.rb +17 -10
- data/spec/unit/resource/windows_service_spec.rb +9 -6
- data/spec/unit/resource/yum_package_spec.rb +16 -21
- data/spec/unit/resource_collection/resource_list_spec.rb +137 -0
- data/spec/unit/resource_collection/resource_set_spec.rb +199 -0
- data/spec/unit/resource_collection_spec.rb +73 -92
- data/spec/unit/resource_definition_spec.rb +38 -40
- data/spec/unit/resource_reporter_spec.rb +3 -3
- data/spec/unit/resource_spec.rb +68 -33
- data/spec/unit/rest_spec.rb +83 -76
- data/spec/unit/role_spec.rb +5 -0
- data/spec/unit/run_list_spec.rb +5 -1
- data/spec/unit/runner_spec.rb +245 -238
- data/spec/unit/shell/shell_ext_spec.rb +1 -1
- data/spec/unit/user_spec.rb +5 -1
- data/spec/unit/util/dsc/configuration_generator_spec.rb +171 -0
- data/spec/unit/util/dsc/lcm_output_parser_spec.rb +169 -0
- data/spec/unit/util/dsc/local_configuration_manager_spec.rb +139 -0
- data/spec/unit/util/path_helper_spec.rb +23 -1
- data/spec/unit/util/powershell/cmdlet_spec.rb +106 -0
- data/spec/unit/workstation_config_loader_spec.rb +1 -1
- metadata +257 -191
- checksums.yaml +0 -7
- data/distro/README +0 -2
- data/distro/arch/etc/conf.d/chef-client.conf +0 -5
- data/distro/arch/etc/conf.d/chef-expander.conf +0 -8
- data/distro/arch/etc/conf.d/chef-server-webui.conf +0 -10
- data/distro/arch/etc/conf.d/chef-server.conf +0 -10
- data/distro/arch/etc/conf.d/chef-solr.conf +0 -8
- data/distro/arch/etc/rc.d/chef-client +0 -90
- data/distro/arch/etc/rc.d/chef-expander +0 -78
- data/distro/arch/etc/rc.d/chef-server +0 -78
- data/distro/arch/etc/rc.d/chef-server-webui +0 -78
- data/distro/arch/etc/rc.d/chef-solr +0 -78
- data/distro/debian/etc/default/chef-client +0 -4
- data/distro/debian/etc/default/chef-expander +0 -8
- data/distro/debian/etc/default/chef-server +0 -9
- data/distro/debian/etc/default/chef-server-webui +0 -9
- data/distro/debian/etc/default/chef-solr +0 -8
- data/distro/debian/etc/init.d/chef-client +0 -212
- data/distro/debian/etc/init.d/chef-expander +0 -176
- data/distro/debian/etc/init.d/chef-server +0 -122
- data/distro/debian/etc/init.d/chef-server-webui +0 -123
- data/distro/debian/etc/init.d/chef-solr +0 -176
- data/distro/debian/etc/init/chef-client.conf +0 -17
- data/distro/debian/etc/init/chef-expander.conf +0 -17
- data/distro/debian/etc/init/chef-server-webui.conf +0 -17
- data/distro/debian/etc/init/chef-server.conf +0 -17
- data/distro/debian/etc/init/chef-solr.conf +0 -17
- data/distro/redhat/etc/init.d/chef-client +0 -121
- data/distro/redhat/etc/init.d/chef-expander +0 -104
- data/distro/redhat/etc/init.d/chef-server +0 -112
- data/distro/redhat/etc/init.d/chef-server-webui +0 -112
- data/distro/redhat/etc/init.d/chef-solr +0 -104
- data/distro/redhat/etc/logrotate.d/chef-client +0 -8
- data/distro/redhat/etc/logrotate.d/chef-expander +0 -8
- data/distro/redhat/etc/logrotate.d/chef-server +0 -8
- data/distro/redhat/etc/logrotate.d/chef-server-webui +0 -8
- data/distro/redhat/etc/logrotate.d/chef-solr +0 -8
- data/distro/redhat/etc/sysconfig/chef-client +0 -15
- data/distro/redhat/etc/sysconfig/chef-expander +0 -7
- data/distro/redhat/etc/sysconfig/chef-server +0 -14
- data/distro/redhat/etc/sysconfig/chef-server-webui +0 -14
- data/distro/redhat/etc/sysconfig/chef-solr +0 -8
- data/distro/windows/service_manager.rb +0 -20
- data/lib/chef/resource_platform_map.rb +0 -151
- data/spec/support/shared/matchers.rb +0 -17
- data/spec/unit/resource_platform_map_spec.rb +0 -164
@@ -359,6 +359,9 @@ class Chef
|
|
359
359
|
Chef::Log.logger
|
360
360
|
end
|
361
361
|
|
362
|
+
provides :chef_gem
|
363
|
+
provides :gem_package
|
364
|
+
|
362
365
|
include Chef::Mixin::GetSourceFromPackage
|
363
366
|
|
364
367
|
def initialize(new_resource, run_context=nil)
|
@@ -493,6 +496,7 @@ class Chef
|
|
493
496
|
def target_version_already_installed?
|
494
497
|
return false unless @current_resource && @current_resource.version
|
495
498
|
return false if @current_resource.version.nil?
|
499
|
+
return false if @new_resource.version.nil?
|
496
500
|
|
497
501
|
Gem::Requirement.new(@new_resource.version).satisfied_by?(Gem::Version.new(@current_resource.version))
|
498
502
|
end
|
@@ -29,6 +29,8 @@ class Chef
|
|
29
29
|
class SmartOS < Chef::Provider::Package
|
30
30
|
attr_accessor :is_virtual_package
|
31
31
|
|
32
|
+
provides :smartos_package, os: "solaris2", platform_family: "smartos"
|
33
|
+
|
32
34
|
def load_current_resource
|
33
35
|
Chef::Log.debug("#{@new_resource} loading current resource")
|
34
36
|
@current_resource = Chef::Resource::Package.new(@new_resource.name)
|
@@ -25,8 +25,11 @@ class Chef
|
|
25
25
|
class Package
|
26
26
|
class Windows < Chef::Provider::Package
|
27
27
|
|
28
|
-
|
29
|
-
|
28
|
+
provides :package, os: "windows"
|
29
|
+
provides :windows_package, os: "windows"
|
30
|
+
|
31
|
+
# Depending on the installer, we may need to examine installer_type or
|
32
|
+
# source attributes, or search for text strings in the installer file
|
30
33
|
# binary to determine the installer type for the user. Since the file
|
31
34
|
# must be on disk to do so, we have to make this choice in the provider.
|
32
35
|
require 'chef/provider/package/windows/msi.rb'
|
@@ -51,6 +51,8 @@ $chefscriptresult = {
|
|
51
51
|
}.invokereturnasis()
|
52
52
|
if ($interpolatedexitcode -and $chefscriptresult.gettype().name -eq 'boolean') { exit [int32](!$chefscriptresult) } else { exit 0 }
|
53
53
|
EOH
|
54
|
+
Chef::Log.debug("powershell_script provider called with script code:\n\n#{code}\n")
|
55
|
+
Chef::Log.debug("powershell_script provider will execute transformed code:\n\n#{@code}\n")
|
54
56
|
end
|
55
57
|
|
56
58
|
public
|
@@ -65,7 +67,7 @@ EOH
|
|
65
67
|
"-NoLogo",
|
66
68
|
"-NonInteractive",
|
67
69
|
"-NoProfile",
|
68
|
-
"-ExecutionPolicy
|
70
|
+
"-ExecutionPolicy Unrestricted",
|
69
71
|
# Powershell will hang if STDIN is redirected
|
70
72
|
# http://connect.microsoft.com/PowerShell/feedback/details/572313/powershell-exe-can-hang-if-stdin-is-redirected
|
71
73
|
"-InputFormat None",
|
@@ -26,30 +26,30 @@ require 'uri'
|
|
26
26
|
require 'tempfile'
|
27
27
|
require 'net/https'
|
28
28
|
require 'set'
|
29
|
+
require 'chef/util/path_helper'
|
29
30
|
|
30
31
|
class Chef
|
31
32
|
class Provider
|
32
33
|
class RemoteDirectory < Chef::Provider::Directory
|
33
34
|
|
35
|
+
provides :remote_directory
|
36
|
+
|
34
37
|
include Chef::Mixin::FileClass
|
35
38
|
|
36
39
|
def action_create
|
37
40
|
super
|
38
|
-
|
39
|
-
|
40
|
-
name !~ /(?:^|#{Regexp.escape(::File::SEPARATOR)})\.\.?$/
|
41
|
-
end)
|
41
|
+
# Mark all files as needing to be purged
|
42
|
+
files_to_purge = Set.new(ls(@new_resource.path)) # Make sure each path is clean
|
42
43
|
|
44
|
+
# Transfer files
|
43
45
|
files_to_transfer.each do |cookbook_file_relative_path|
|
44
46
|
create_cookbook_file(cookbook_file_relative_path)
|
45
|
-
#
|
46
|
-
|
47
|
-
|
48
|
-
directories=::File.dirname(::File.join(@new_resource.path, cookbook_file_relative_path)).split(::File::SEPARATOR)
|
49
|
-
for i in 0..directories.length-1
|
50
|
-
files_to_purge.delete(::File.join(directories[0..i]))
|
47
|
+
# parent directories and file being transfered are removed from the purge list
|
48
|
+
Pathname.new(Chef::Util::PathHelper.cleanpath(::File.join(@new_resource.path, cookbook_file_relative_path))).descend do |d|
|
49
|
+
files_to_purge.delete(d.to_s)
|
51
50
|
end
|
52
51
|
end
|
52
|
+
|
53
53
|
purge_unmanaged_files(files_to_purge)
|
54
54
|
end
|
55
55
|
|
@@ -61,6 +61,21 @@ class Chef
|
|
61
61
|
|
62
62
|
protected
|
63
63
|
|
64
|
+
# List all excluding . and ..
|
65
|
+
def ls(path)
|
66
|
+
files = Dir.glob(::File.join(Chef::Util::PathHelper.escape_glob(path), '**', '*'),
|
67
|
+
::File::FNM_DOTMATCH)
|
68
|
+
|
69
|
+
# Remove current directory and previous directory
|
70
|
+
files.reject! do |name|
|
71
|
+
basename = Pathname.new(name).basename().to_s
|
72
|
+
['.', '..'].include?(basename)
|
73
|
+
end
|
74
|
+
|
75
|
+
# Clean all the paths... this is required because of the join
|
76
|
+
files.map {|f| Chef::Util::PathHelper.cleanpath(f)}
|
77
|
+
end
|
78
|
+
|
64
79
|
def purge_unmanaged_files(unmanaged_files)
|
65
80
|
if @new_resource.purge
|
66
81
|
unmanaged_files.sort.reverse.each do |f|
|
data/lib/chef/provider/route.rb
CHANGED
data/lib/chef/provider/script.rb
CHANGED
@@ -22,6 +22,12 @@ require 'chef/provider/execute'
|
|
22
22
|
class Chef
|
23
23
|
class Provider
|
24
24
|
class Script < Chef::Provider::Execute
|
25
|
+
provides :bash
|
26
|
+
provides :csh
|
27
|
+
provides :perl
|
28
|
+
provides :python
|
29
|
+
provides :ruby
|
30
|
+
provides :script
|
25
31
|
|
26
32
|
def initialize(new_resource, run_context)
|
27
33
|
super
|
@@ -0,0 +1,128 @@
|
|
1
|
+
#
|
2
|
+
# Author:: kaustubh (<kaustubh@clogeny.com>)
|
3
|
+
# Copyright:: Copyright (c) 2014 Chef Software, Inc.
|
4
|
+
# License:: Apache License, Version 2.0
|
5
|
+
#
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
+
# you may not use this file except in compliance with the License.
|
8
|
+
# You may obtain a copy of the License at
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
# See the License for the specific language governing permissions and
|
16
|
+
# limitations under the License.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'chef/provider/service'
|
20
|
+
|
21
|
+
class Chef
|
22
|
+
class Provider
|
23
|
+
class Service
|
24
|
+
class Aix < Chef::Provider::Service
|
25
|
+
attr_reader :status_load_success
|
26
|
+
|
27
|
+
provides :service, os: "aix"
|
28
|
+
|
29
|
+
def initialize(new_resource, run_context)
|
30
|
+
super
|
31
|
+
end
|
32
|
+
|
33
|
+
def load_current_resource
|
34
|
+
@current_resource = Chef::Resource::Service.new(@new_resource.name)
|
35
|
+
@current_resource.service_name(@new_resource.service_name)
|
36
|
+
|
37
|
+
@status_load_success = true
|
38
|
+
@priority_success = true
|
39
|
+
@is_resource_group = false
|
40
|
+
|
41
|
+
determine_current_status!
|
42
|
+
|
43
|
+
@current_resource
|
44
|
+
end
|
45
|
+
|
46
|
+
def whyrun_supported?
|
47
|
+
true
|
48
|
+
end
|
49
|
+
|
50
|
+
def start_service
|
51
|
+
if @is_resource_group
|
52
|
+
shell_out!("startsrc -g #{@new_resource.service_name}")
|
53
|
+
else
|
54
|
+
shell_out!("startsrc -s #{@new_resource.service_name}")
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
def stop_service
|
59
|
+
if @is_resource_group
|
60
|
+
shell_out!("stopsrc -g #{@new_resource.service_name}")
|
61
|
+
else
|
62
|
+
shell_out!("stopsrc -s #{@new_resource.service_name}")
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
66
|
+
def restart_service
|
67
|
+
stop_service
|
68
|
+
start_service
|
69
|
+
end
|
70
|
+
|
71
|
+
def reload_service
|
72
|
+
if @is_resource_group
|
73
|
+
shell_out!("refresh -g #{@new_resource.service_name}")
|
74
|
+
else
|
75
|
+
shell_out!("refresh -s #{@new_resource.service_name}")
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
def shared_resource_requirements
|
80
|
+
super
|
81
|
+
requirements.assert(:all_actions) do |a|
|
82
|
+
a.assertion { @status_load_success }
|
83
|
+
a.whyrun ["Service status not available. Assuming a prior action would have installed the service.", "Assuming status of not running."]
|
84
|
+
end
|
85
|
+
end
|
86
|
+
|
87
|
+
def define_resource_requirements
|
88
|
+
# FIXME? need reload from service.rb
|
89
|
+
shared_resource_requirements
|
90
|
+
end
|
91
|
+
|
92
|
+
protected
|
93
|
+
def determine_current_status!
|
94
|
+
Chef::Log.debug "#{@new_resource} using lssrc to check the status "
|
95
|
+
begin
|
96
|
+
services = shell_out!("lssrc -a | grep -w #{@new_resource.service_name}").stdout.split("\n")
|
97
|
+
is_resource_group?(services)
|
98
|
+
|
99
|
+
if services.length == 1 && services[0].split(' ').last == "active"
|
100
|
+
@current_resource.running true
|
101
|
+
else
|
102
|
+
@current_resource.running false
|
103
|
+
end
|
104
|
+
Chef::Log.debug "#{@new_resource} running: #{@current_resource.running}"
|
105
|
+
# ShellOut sometimes throws different types of Exceptions than ShellCommandFailed.
|
106
|
+
# Temporarily catching different types of exceptions here until we get Shellout fixed.
|
107
|
+
# TODO: Remove the line before one we get the ShellOut fix.
|
108
|
+
rescue Mixlib::ShellOut::ShellCommandFailed, SystemCallError
|
109
|
+
@status_load_success = false
|
110
|
+
@current_resource.running false
|
111
|
+
nil
|
112
|
+
end
|
113
|
+
end
|
114
|
+
|
115
|
+
def is_resource_group? (services)
|
116
|
+
if services.length > 1
|
117
|
+
Chef::Log.debug("#{@new_resource.service_name} is a group")
|
118
|
+
@is_resource_group = true
|
119
|
+
elsif services[0].split(' ')[1] == @new_resource.service_name
|
120
|
+
Chef::Log.debug("#{@new_resource.service_name} is a group")
|
121
|
+
@is_resource_group = true
|
122
|
+
end
|
123
|
+
end
|
124
|
+
end
|
125
|
+
end
|
126
|
+
end
|
127
|
+
end
|
128
|
+
|
@@ -0,0 +1,117 @@
|
|
1
|
+
#
|
2
|
+
# Author:: kaustubh (<kaustubh@clogeny.com>)
|
3
|
+
# Copyright:: Copyright (c) 2014 Chef Software, Inc.
|
4
|
+
# License:: Apache License, Version 2.0
|
5
|
+
#
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
7
|
+
# you may not use this file except in compliance with the License.
|
8
|
+
# You may obtain a copy of the License at
|
9
|
+
#
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
#
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
+
# See the License for the specific language governing permissions and
|
16
|
+
# limitations under the License.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'chef/provider/service/init'
|
20
|
+
|
21
|
+
class Chef
|
22
|
+
class Provider
|
23
|
+
class Service
|
24
|
+
class AixInit < Chef::Provider::Service::Init
|
25
|
+
RC_D_SCRIPT_NAME = /\/etc\/rc.d\/rc2.d\/([SK])(\d\d|)/i
|
26
|
+
|
27
|
+
def initialize(new_resource, run_context)
|
28
|
+
super
|
29
|
+
@init_command = "/etc/rc.d/init.d/#{@new_resource.service_name}"
|
30
|
+
end
|
31
|
+
|
32
|
+
def load_current_resource
|
33
|
+
super
|
34
|
+
@priority_success = true
|
35
|
+
@rcd_status = nil
|
36
|
+
|
37
|
+
set_current_resource_attributes
|
38
|
+
@current_resource
|
39
|
+
end
|
40
|
+
|
41
|
+
def action_enable
|
42
|
+
if @new_resource.priority.nil?
|
43
|
+
priority_ok = true
|
44
|
+
else
|
45
|
+
priority_ok = @current_resource.priority == @new_resource.priority
|
46
|
+
end
|
47
|
+
if @current_resource.enabled and priority_ok
|
48
|
+
Chef::Log.debug("#{@new_resource} already enabled - nothing to do")
|
49
|
+
else
|
50
|
+
converge_by("enable service #{@new_resource}") do
|
51
|
+
enable_service
|
52
|
+
Chef::Log.info("#{@new_resource} enabled")
|
53
|
+
end
|
54
|
+
end
|
55
|
+
load_new_resource_state
|
56
|
+
@new_resource.enabled(true)
|
57
|
+
end
|
58
|
+
|
59
|
+
def enable_service
|
60
|
+
Dir.glob(["/etc/rc.d/rc2.d/[SK][0-9][0-9]#{@new_resource.service_name}", "/etc/rc.d/rc2.d/[SK]#{@new_resource.service_name}"]).each { |f| ::File.delete(f)}
|
61
|
+
|
62
|
+
if @new_resource.priority.is_a? Integer
|
63
|
+
create_symlink(2, 'S', @new_resource.priority)
|
64
|
+
|
65
|
+
elsif @new_resource.priority.is_a? Hash
|
66
|
+
@new_resource.priority.each do |level,o|
|
67
|
+
create_symlink(level,(o[0] == :start ? 'S' : 'K'),o[1])
|
68
|
+
end
|
69
|
+
else
|
70
|
+
create_symlink(2, 'S', '')
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
def disable_service
|
75
|
+
Dir.glob(["/etc/rc.d/rc2.d/[SK][0-9][0-9]#{@new_resource.service_name}", "/etc/rc.d/rc2.d/[SK]#{@new_resource.service_name}"]).each { |f| ::File.delete(f) }
|
76
|
+
|
77
|
+
if @new_resource.priority.is_a? Integer
|
78
|
+
create_symlink(2, 'K',100 - @new_resource.priority)
|
79
|
+
elsif @new_resource.priority.is_a? Hash
|
80
|
+
@new_resource.priority.each do |level,o|
|
81
|
+
create_symlink(level, 'K', 100 - o[1]) if o[0] == :stop
|
82
|
+
end
|
83
|
+
else
|
84
|
+
create_symlink(2, 'K', '')
|
85
|
+
end
|
86
|
+
end
|
87
|
+
|
88
|
+
def create_symlink(run_level, status, priority)
|
89
|
+
::File.symlink("/etc/rc.d/init.d/#{@new_resource.service_name}", "/etc/rc.d/rc#{run_level}.d/#{status}#{priority}#{@new_resource.service_name}")
|
90
|
+
end
|
91
|
+
|
92
|
+
def set_current_resource_attributes
|
93
|
+
# assuming run level 2 for aix
|
94
|
+
is_enabled = false
|
95
|
+
files = Dir.glob(["/etc/rc.d/rc2.d/[SK][0-9][0-9]#{@new_resource.service_name}", "/etc/rc.d/rc2.d/[SK]#{@new_resource.service_name}"])
|
96
|
+
|
97
|
+
priority = {}
|
98
|
+
|
99
|
+
files.each do |file|
|
100
|
+
if (RC_D_SCRIPT_NAME =~ file)
|
101
|
+
priority[2] = [($1 == "S" ? :start : :stop), ($2.empty? ? '' : $2.to_i)]
|
102
|
+
if $1 == "S"
|
103
|
+
is_enabled = true
|
104
|
+
end
|
105
|
+
end
|
106
|
+
end
|
107
|
+
|
108
|
+
if is_enabled && files.length == 1
|
109
|
+
priority = priority[2][1]
|
110
|
+
end
|
111
|
+
@current_resource.enabled(is_enabled)
|
112
|
+
@current_resource.priority(priority)
|
113
|
+
end
|
114
|
+
end
|
115
|
+
end
|
116
|
+
end
|
117
|
+
end
|
@@ -20,6 +20,12 @@ require 'chef/provider/service/init'
|
|
20
20
|
|
21
21
|
class Chef::Provider::Service::Arch < Chef::Provider::Service::Init
|
22
22
|
|
23
|
+
provides :service, platform_family: "arch"
|
24
|
+
|
25
|
+
def self.supports?(resource, action)
|
26
|
+
::File.exist?("/etc/rc.d/#{resource.service_name}")
|
27
|
+
end
|
28
|
+
|
23
29
|
def initialize(new_resource, run_context)
|
24
30
|
super
|
25
31
|
@init_command = "/etc/rc.d/#{@new_resource.service_name}"
|
@@ -25,13 +25,19 @@ class Chef
|
|
25
25
|
UPDATE_RC_D_ENABLED_MATCHES = /\/rc[\dS].d\/S|not installed/i
|
26
26
|
UPDATE_RC_D_PRIORITIES = /\/rc([\dS]).d\/([SK])(\d\d)/i
|
27
27
|
|
28
|
+
provides :service, platform_family: "debian"
|
29
|
+
|
30
|
+
def self.supports?(resource, action)
|
31
|
+
Chef::Platform::ServiceHelpers.service_resource_providers.include?(:debian)
|
32
|
+
end
|
33
|
+
|
28
34
|
def load_current_resource
|
29
35
|
super
|
30
36
|
@priority_success = true
|
31
37
|
@rcd_status = nil
|
32
|
-
|
33
|
-
|
34
|
-
|
38
|
+
current_resource.priority(get_priority)
|
39
|
+
current_resource.enabled(service_currently_enabled?(current_resource.priority))
|
40
|
+
current_resource
|
35
41
|
end
|
36
42
|
|
37
43
|
def define_resource_requirements
|
@@ -47,7 +53,7 @@ class Chef
|
|
47
53
|
|
48
54
|
requirements.assert(:all_actions) do |a|
|
49
55
|
a.assertion { @priority_success }
|
50
|
-
a.failure_message Chef::Exceptions::Service, "/usr/sbin/update-rc.d -n -f #{
|
56
|
+
a.failure_message Chef::Exceptions::Service, "/usr/sbin/update-rc.d -n -f #{current_resource.service_name} failed - #{@rcd_status.inspect}"
|
51
57
|
# This can happen if the service is not yet installed,so we'll fake it.
|
52
58
|
a.whyrun ["Unable to determine priority of service, assuming service would have been correctly installed earlier in the run.",
|
53
59
|
"Assigning temporary priorities to continue.",
|
@@ -59,7 +65,7 @@ class Chef
|
|
59
65
|
"3"=>[:start, "20"],
|
60
66
|
"4"=>[:start, "20"],
|
61
67
|
"5"=>[:start, "20"]}
|
62
|
-
|
68
|
+
current_resource.priority(temp_priorities)
|
63
69
|
end
|
64
70
|
end
|
65
71
|
end
|
@@ -67,7 +73,7 @@ class Chef
|
|
67
73
|
def get_priority
|
68
74
|
priority = {}
|
69
75
|
|
70
|
-
@rcd_status = popen4("/usr/sbin/update-rc.d -n -f #{
|
76
|
+
@rcd_status = popen4("/usr/sbin/update-rc.d -n -f #{current_resource.service_name} remove") do |pid, stdin, stdout, stderr|
|
71
77
|
|
72
78
|
[stdout, stderr].each do |iop|
|
73
79
|
iop.each_line do |line|
|
@@ -99,7 +105,7 @@ class Chef
|
|
99
105
|
def service_currently_enabled?(priority)
|
100
106
|
enabled = false
|
101
107
|
priority.each { |runlevel, arguments|
|
102
|
-
Chef::Log.debug("#{
|
108
|
+
Chef::Log.debug("#{new_resource} runlevel #{runlevel}, action #{arguments[0]}, priority #{arguments[1]}")
|
103
109
|
# if we are in a update-rc.d default startup runlevel && we start in this runlevel
|
104
110
|
if %w[ 1 2 3 4 5 S ].include?(runlevel) && arguments[0] == :start
|
105
111
|
enabled = true
|
@@ -111,63 +117,63 @@ class Chef
|
|
111
117
|
|
112
118
|
# Override method from parent to ensure priority is up-to-date
|
113
119
|
def action_enable
|
114
|
-
if
|
120
|
+
if new_resource.priority.nil?
|
115
121
|
priority_ok = true
|
116
122
|
else
|
117
|
-
priority_ok = @current_resource.priority ==
|
123
|
+
priority_ok = @current_resource.priority == new_resource.priority
|
118
124
|
end
|
119
|
-
if
|
120
|
-
Chef::Log.debug("#{
|
125
|
+
if current_resource.enabled and priority_ok
|
126
|
+
Chef::Log.debug("#{new_resource} already enabled - nothing to do")
|
121
127
|
else
|
122
|
-
converge_by("enable service #{
|
128
|
+
converge_by("enable service #{new_resource}") do
|
123
129
|
enable_service
|
124
|
-
Chef::Log.info("#{
|
130
|
+
Chef::Log.info("#{new_resource} enabled")
|
125
131
|
end
|
126
132
|
end
|
127
133
|
load_new_resource_state
|
128
|
-
|
134
|
+
new_resource.enabled(true)
|
129
135
|
end
|
130
136
|
|
131
137
|
def enable_service
|
132
|
-
if
|
133
|
-
shell_out!("/usr/sbin/update-rc.d -f #{
|
134
|
-
shell_out!("/usr/sbin/update-rc.d #{
|
135
|
-
elsif
|
138
|
+
if new_resource.priority.is_a? Integer
|
139
|
+
shell_out!("/usr/sbin/update-rc.d -f #{new_resource.service_name} remove")
|
140
|
+
shell_out!("/usr/sbin/update-rc.d #{new_resource.service_name} defaults #{new_resource.priority} #{100 - new_resource.priority}")
|
141
|
+
elsif new_resource.priority.is_a? Hash
|
136
142
|
# we call the same command regardless of we're enabling or disabling
|
137
143
|
# users passing a Hash are responsible for setting their own start priorities
|
138
144
|
set_priority
|
139
145
|
else # No priority, go with update-rc.d defaults
|
140
|
-
shell_out!("/usr/sbin/update-rc.d -f #{
|
141
|
-
shell_out!("/usr/sbin/update-rc.d #{
|
146
|
+
shell_out!("/usr/sbin/update-rc.d -f #{new_resource.service_name} remove")
|
147
|
+
shell_out!("/usr/sbin/update-rc.d #{new_resource.service_name} defaults")
|
142
148
|
end
|
143
149
|
|
144
150
|
end
|
145
151
|
|
146
152
|
def disable_service
|
147
|
-
if
|
153
|
+
if new_resource.priority.is_a? Integer
|
148
154
|
# Stop processes in reverse order of start using '100 - start_priority'
|
149
|
-
shell_out!("/usr/sbin/update-rc.d -f #{
|
150
|
-
shell_out!("/usr/sbin/update-rc.d -f #{
|
151
|
-
elsif
|
155
|
+
shell_out!("/usr/sbin/update-rc.d -f #{new_resource.service_name} remove")
|
156
|
+
shell_out!("/usr/sbin/update-rc.d -f #{new_resource.service_name} stop #{100 - new_resource.priority} 2 3 4 5 .")
|
157
|
+
elsif new_resource.priority.is_a? Hash
|
152
158
|
# we call the same command regardless of we're enabling or disabling
|
153
159
|
# users passing a Hash are responsible for setting their own stop priorities
|
154
160
|
set_priority
|
155
161
|
else
|
156
162
|
# no priority, using '100 - 20 (update-rc.d default)' to stop in reverse order of start
|
157
|
-
shell_out!("/usr/sbin/update-rc.d -f #{
|
158
|
-
shell_out!("/usr/sbin/update-rc.d -f #{
|
163
|
+
shell_out!("/usr/sbin/update-rc.d -f #{new_resource.service_name} remove")
|
164
|
+
shell_out!("/usr/sbin/update-rc.d -f #{new_resource.service_name} stop 80 2 3 4 5 .")
|
159
165
|
end
|
160
166
|
end
|
161
167
|
|
162
168
|
def set_priority
|
163
169
|
args = ""
|
164
|
-
|
170
|
+
new_resource.priority.each do |level, o|
|
165
171
|
action = o[0]
|
166
172
|
priority = o[1]
|
167
173
|
args += "#{action} #{priority} #{level} . "
|
168
174
|
end
|
169
|
-
shell_out!("/usr/sbin/update-rc.d -f #{
|
170
|
-
shell_out!("/usr/sbin/update-rc.d #{
|
175
|
+
shell_out!("/usr/sbin/update-rc.d -f #{new_resource.service_name} remove")
|
176
|
+
shell_out!("/usr/sbin/update-rc.d #{new_resource.service_name} #{args}")
|
171
177
|
end
|
172
178
|
end
|
173
179
|
end
|