chef 16.6.14 → 16.7.61
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +4 -11
- data/Rakefile +21 -14
- data/chef-universal-mingw32.gemspec +1 -1
- data/lib/chef/application/knife.rb +1 -1
- data/lib/chef/chef_fs/data_handler/cookbook_data_handler.rb +1 -1
- data/lib/chef/chef_fs/file_pattern.rb +1 -1
- data/lib/chef/client.rb +1 -1
- data/lib/chef/cookbook_manifest.rb +1 -1
- data/lib/chef/cookbook_site_streaming_uploader.rb +1 -1
- data/lib/chef/cookbook_version.rb +2 -5
- data/lib/chef/environment.rb +1 -1
- data/lib/chef/exceptions.rb +1 -1
- data/lib/chef/file_access_control/windows.rb +1 -4
- data/lib/chef/formatters/error_inspectors/compile_error_inspector.rb +2 -2
- data/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb +4 -4
- data/lib/chef/guard_interpreter/resource_guard_interpreter.rb +28 -39
- data/lib/chef/http.rb +2 -12
- data/lib/chef/http/basic_client.rb +1 -1
- data/lib/chef/http/http_request.rb +1 -1
- data/lib/chef/http/socketless_chef_zero_client.rb +1 -1
- data/lib/chef/json_compat.rb +2 -7
- data/lib/chef/key.rb +1 -1
- data/lib/chef/knife/bootstrap.rb +2 -1
- data/lib/chef/knife/bootstrap/templates/windows-chef-client-msi.erb +2 -2
- data/lib/chef/knife/config_show.rb +1 -1
- data/lib/chef/knife/core/cookbook_scm_repo.rb +1 -1
- data/lib/chef/knife/core/gem_glob_loader.rb +1 -1
- data/lib/chef/knife/core/windows_bootstrap_context.rb +7 -4
- data/lib/chef/mixin/convert_to_class_name.rb +0 -56
- data/lib/chef/mixin/openssl_helper.rb +1 -1
- data/lib/chef/mixin/properties.rb +2 -0
- data/lib/chef/mixin/unformatter.rb +1 -1
- data/lib/chef/node/attribute_collections.rb +2 -6
- data/lib/chef/powershell.rb +5 -2
- data/lib/chef/property.rb +1 -1
- data/lib/chef/provider/cron.rb +2 -13
- data/lib/chef/provider/group.rb +14 -6
- data/lib/chef/provider/group/windows.rb +12 -1
- data/lib/chef/provider/ifconfig.rb +7 -7
- data/lib/chef/provider/ifconfig/debian.rb +5 -7
- data/lib/chef/provider/ifconfig/redhat.rb +3 -1
- data/lib/chef/provider/launchd.rb +1 -11
- data/lib/chef/provider/mount.rb +18 -1
- data/lib/chef/provider/mount/linux.rb +4 -0
- data/lib/chef/provider/mount/mount.rb +41 -43
- data/lib/chef/provider/package.rb +3 -0
- data/lib/chef/provider/package/apt.rb +1 -1
- data/lib/chef/provider/package/chocolatey.rb +6 -6
- data/lib/chef/provider/package/freebsd/base.rb +3 -2
- data/lib/chef/provider/package/freebsd/pkgng.rb +1 -1
- data/lib/chef/provider/package/ips.rb +1 -1
- data/lib/chef/provider/package/powershell.rb +2 -3
- data/lib/chef/provider/package/rubygems.rb +1 -1
- data/lib/chef/provider/package/snap.rb +1 -3
- data/lib/chef/provider/package/solaris.rb +0 -2
- data/lib/chef/provider/package/yum/rpm_utils.rb +1 -1
- data/lib/chef/provider/package/zypper.rb +98 -71
- data/lib/chef/provider/registry_key.rb +4 -3
- data/lib/chef/provider/route.rb +2 -2
- data/lib/chef/provider/service/debian.rb +2 -1
- data/lib/chef/provider/user.rb +17 -9
- data/lib/chef/provider/user/aix.rb +1 -1
- data/lib/chef/provider/user/mac.rb +12 -4
- data/lib/chef/provider/user/solaris.rb +1 -1
- data/lib/chef/provider/user/windows.rb +10 -3
- data/lib/chef/providers.rb +0 -3
- data/lib/chef/pwsh.rb +7 -0
- data/lib/chef/resource/bash.rb +119 -1
- data/lib/chef/resource/batch.rb +1 -1
- data/lib/chef/resource/breakpoint.rb +3 -1
- data/lib/chef/resource/build_essential.rb +5 -8
- data/lib/chef/resource/csh.rb +2 -2
- data/lib/chef/resource/execute.rb +6 -4
- data/lib/chef/resource/file.rb +1 -1
- data/lib/chef/resource/homebrew_update.rb +4 -1
- data/lib/chef/resource/hostname.rb +2 -2
- data/lib/chef/resource/ifconfig.rb +52 -5
- data/lib/chef/resource/ksh.rb +3 -3
- data/lib/chef/resource/lwrp_base.rb +3 -5
- data/lib/chef/resource/mount.rb +7 -1
- data/lib/chef/resource/perl.rb +2 -2
- data/lib/chef/resource/plist.rb +2 -6
- data/lib/chef/resource/powershell_package_source.rb +19 -18
- data/lib/chef/resource/powershell_script.rb +7 -10
- data/lib/chef/resource/python.rb +2 -2
- data/lib/chef/resource/registry_key.rb +93 -2
- data/lib/chef/resource/route.rb +1 -1
- data/lib/chef/resource/ruby.rb +2 -2
- data/lib/chef/resource/scm/_scm.rb +2 -1
- data/lib/chef/resource/scm/git.rb +82 -1
- data/lib/chef/resource/scm/subversion.rb +12 -0
- data/lib/chef/resource/script.rb +2 -2
- data/lib/chef/resource/solaris_package.rb +0 -2
- data/lib/chef/resource/sudo.rb +1 -1
- data/lib/chef/resource/support/client.erb +4 -5
- data/lib/chef/resource/systemd_unit.rb +42 -1
- data/lib/chef/resource/windows_ad_join.rb +9 -9
- data/lib/chef/resource/windows_certificate.rb +6 -6
- data/lib/chef/resource/windows_dfs_server.rb +7 -4
- data/lib/chef/resource/windows_env.rb +173 -0
- data/lib/chef/resource/windows_feature.rb +2 -0
- data/lib/chef/resource/windows_firewall_profile.rb +7 -12
- data/lib/chef/resource/windows_firewall_rule.rb +9 -11
- data/lib/chef/resource/windows_font.rb +1 -1
- data/lib/chef/resource/windows_package.rb +1 -0
- data/lib/chef/resource/windows_path.rb +38 -0
- data/lib/chef/resource/windows_security_policy.rb +5 -5
- data/lib/chef/resource/windows_service.rb +108 -0
- data/lib/chef/resource/windows_share.rb +18 -18
- data/lib/chef/resource/windows_task.rb +629 -28
- data/lib/chef/resource/windows_workgroup.rb +6 -4
- data/lib/chef/resource/yum_repository.rb +1 -1
- data/lib/chef/resource_collection/resource_set.rb +1 -5
- data/lib/chef/resource_inspector.rb +77 -75
- data/lib/chef/run_lock.rb +1 -1
- data/lib/chef/server_api.rb +0 -4
- data/lib/chef/shell/ext.rb +1 -1
- data/lib/chef/util/dsc/lcm_output_parser.rb +1 -3
- data/lib/chef/util/dsc/local_configuration_manager.rb +1 -1
- data/lib/chef/util/powershell/cmdlet.rb +3 -9
- data/lib/chef/version.rb +1 -1
- data/lib/chef/win32/security/sid.rb +1 -1
- data/spec/functional/mixin/powershell_out_spec.rb +4 -4
- data/spec/functional/resource/apt_package_spec.rb +4 -6
- data/spec/functional/resource/chocolatey_package_spec.rb +3 -3
- data/spec/functional/resource/cron_spec.rb +3 -3
- data/spec/functional/resource/dsc_script_spec.rb +3 -3
- data/spec/functional/resource/mount_spec.rb +10 -2
- data/spec/functional/resource/powershell_package_source_spec.rb +107 -0
- data/spec/functional/resource/windows_certificate_spec.rb +10 -6
- data/spec/functional/resource/windows_firewall_rule_spec.rb +93 -0
- data/spec/functional/resource/windows_package_spec.rb +36 -10
- data/spec/functional/resource/windows_share_spec.rb +103 -0
- data/spec/functional/resource/windows_task_spec.rb +2 -3
- data/spec/functional/resource/zypper_package_spec.rb +11 -0
- data/spec/integration/knife/client_key_create_spec.rb +1 -1
- data/spec/integration/knife/node_create_spec.rb +1 -1
- data/spec/integration/knife/node_environment_set_spec.rb +1 -1
- data/spec/integration/knife/node_run_list_add_spec.rb +4 -4
- data/spec/integration/knife/node_run_list_remove_spec.rb +1 -1
- data/spec/integration/knife/node_run_list_set_spec.rb +1 -1
- data/spec/integration/knife/node_show_spec.rb +1 -1
- data/spec/integration/recipes/notifies_spec.rb +1 -1
- data/spec/integration/recipes/provider_choice.rb +2 -2
- data/spec/support/lib/chef/resource/cat.rb +1 -1
- data/spec/support/lib/chef/resource/one_two_three_four.rb +1 -1
- data/spec/support/mock/platform.rb +24 -16
- data/spec/support/platform_helpers.rb +6 -4
- data/spec/support/shared/unit/knife_shared.rb +1 -1
- data/spec/support/shared/unit/script_resource.rb +4 -4
- data/spec/support/shared/unit/windows_script_resource.rb +1 -1
- data/spec/unit/client_spec.rb +16 -0
- data/spec/unit/guard_interpreter/resource_guard_interpreter_spec.rb +11 -11
- data/spec/unit/knife/client_create_spec.rb +2 -2
- data/spec/unit/knife/configure_client_spec.rb +5 -5
- data/spec/unit/knife/configure_spec.rb +3 -3
- data/spec/unit/knife/cookbook_delete_spec.rb +2 -2
- data/spec/unit/knife/cookbook_download_spec.rb +2 -2
- data/spec/unit/knife/cookbook_list_spec.rb +2 -2
- data/spec/unit/knife/cookbook_metadata_spec.rb +3 -3
- data/spec/unit/knife/environment_compare_spec.rb +3 -3
- data/spec/unit/knife/supermarket_download_spec.rb +8 -8
- data/spec/unit/knife/supermarket_list_spec.rb +3 -3
- data/spec/unit/knife/supermarket_search_spec.rb +1 -1
- data/spec/unit/knife/tag_create_spec.rb +1 -1
- data/spec/unit/knife/tag_delete_spec.rb +1 -1
- data/spec/unit/knife/user_create_spec.rb +1 -1
- data/spec/unit/mixin/which.rb +1 -1
- data/spec/unit/provider/group/windows_spec.rb +6 -0
- data/spec/unit/provider/group_spec.rb +1 -1
- data/spec/unit/provider/mount/linux_spec.rb +10 -0
- data/spec/unit/provider/mount/mount_spec.rb +21 -10
- data/spec/unit/provider/mount/solaris_spec.rb +1 -1
- data/spec/unit/provider/mount_spec.rb +31 -0
- data/spec/unit/provider/package/chocolatey_spec.rb +1 -2
- data/spec/unit/provider/package/powershell_spec.rb +87 -95
- data/spec/unit/provider/package/zypper_spec.rb +0 -25
- data/spec/unit/provider/package_spec.rb +2 -2
- data/spec/unit/provider/subversion_spec.rb +0 -3
- data/spec/unit/provider/user_spec.rb +7 -1
- data/spec/unit/provider/windows_env_spec.rb +18 -34
- data/spec/unit/provider/windows_path_spec.rb +6 -11
- data/spec/unit/provider/windows_task_spec.rb +7 -6
- data/spec/unit/resource/breakpoint_spec.rb +1 -1
- data/spec/unit/resource/build_essential_spec.rb +0 -12
- data/spec/unit/resource/ifconfig_spec.rb +2 -10
- data/spec/unit/resource/mount_spec.rb +18 -5
- data/spec/unit/resource/powershell_package_source_spec.rb +20 -20
- data/spec/unit/resource/powershell_script_spec.rb +4 -74
- data/spec/unit/resource/service_spec.rb +2 -2
- data/spec/unit/resource/solaris_package_spec.rb +8 -10
- data/spec/unit/resource_inspector_spec.rb +3 -3
- data/spec/unit/shell_spec.rb +2 -2
- data/tasks/rspec.rb +1 -1
- metadata +9 -15
- data/lib/chef/monkey_patches/net_http.rb +0 -22
- data/lib/chef/provider/windows_env.rb +0 -210
- data/lib/chef/provider/windows_path.rb +0 -61
- data/lib/chef/provider/windows_task.rb +0 -631
- data/spec/support/mock/constant.rb +0 -52
- data/spec/unit/monkey_patches/uri_spec.rb +0 -34
- data/spec/unit/provider_resolver_spec.rb +0 -885
- data/spec/unit/resource/data/InstallHistory_with_CLT.plist +0 -92
- data/spec/unit/resource/data/InstallHistory_without_CLT.plist +0 -38
@@ -1,52 +0,0 @@
|
|
1
|
-
# Allows easy mocking of global and class constants
|
2
|
-
|
3
|
-
# Inspired by:
|
4
|
-
# http://missingbit.blogspot.com/2011/07/stubbing-constants-in-rspec_20.html
|
5
|
-
# http://digitaldumptruck.jotabout.com/?p=551
|
6
|
-
|
7
|
-
def mock_constants(constants)
|
8
|
-
saved_constants = {}
|
9
|
-
constants.each do |constant, val|
|
10
|
-
source_object, const_name = parse_constant(constant)
|
11
|
-
saved_constants[constant] = source_object.const_get(const_name)
|
12
|
-
with_warnings(nil) { source_object.const_set(const_name, val) }
|
13
|
-
end
|
14
|
-
|
15
|
-
begin
|
16
|
-
yield
|
17
|
-
ensure
|
18
|
-
constants.each_key do |constant|
|
19
|
-
source_object, const_name = parse_constant(constant)
|
20
|
-
with_warnings(nil) { source_object.const_set(const_name, saved_constants[constant]) }
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
def parse_constant(constant)
|
26
|
-
source, _, constant_name = constant.to_s.rpartition("::")
|
27
|
-
[constantize(source), constant_name]
|
28
|
-
end
|
29
|
-
|
30
|
-
# Taken from ActiveSupport
|
31
|
-
|
32
|
-
# File activesupport/lib/active_support/core_ext/kernel/reporting.rb, line 3
|
33
|
-
#
|
34
|
-
# Sets $VERBOSE for the duration of the block and back to its original value afterwards.
|
35
|
-
def with_warnings(flag)
|
36
|
-
old_verbose, $VERBOSE = $VERBOSE, flag
|
37
|
-
yield
|
38
|
-
ensure
|
39
|
-
$VERBOSE = old_verbose
|
40
|
-
end
|
41
|
-
|
42
|
-
# File activesupport/lib/active_support/inflector/methods.rb, line 209
|
43
|
-
def constantize(camel_cased_word)
|
44
|
-
names = camel_cased_word.split("::")
|
45
|
-
names.shift if names.empty? || names.first.empty?
|
46
|
-
|
47
|
-
constant = Object
|
48
|
-
names.each do |name|
|
49
|
-
constant = constant.const_defined?(name) ? constant.const_get(name) : constant.const_missing(name)
|
50
|
-
end
|
51
|
-
constant
|
52
|
-
end
|
@@ -1,34 +0,0 @@
|
|
1
|
-
#--
|
2
|
-
# Author:: Daniel DeLeo (<dan@chef.io>)
|
3
|
-
# Copyright:: Copyright (c) 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 "spec_helper"
|
20
|
-
describe URI do
|
21
|
-
|
22
|
-
describe "when a URI contains an IPv6 literal" do
|
23
|
-
|
24
|
-
let(:ipv6_uri) do
|
25
|
-
URI.parse("https://[2a00:1450:4009:809::1008]:8443")
|
26
|
-
end
|
27
|
-
|
28
|
-
it "returns the hostname without brackets" do
|
29
|
-
expect(ipv6_uri.hostname).to eq("2a00:1450:4009:809::1008")
|
30
|
-
end
|
31
|
-
|
32
|
-
end
|
33
|
-
|
34
|
-
end
|
@@ -1,885 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# Author:: Lamont Granquist (<lamont@chef.io>)
|
3
|
-
# Copyright:: Copyright (c) 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 "spec_helper"
|
20
|
-
require "chef/mixin/convert_to_class_name"
|
21
|
-
require "chef/provider_resolver"
|
22
|
-
require "chef/platform/service_helpers"
|
23
|
-
require "support/shared/integration/integration_helper"
|
24
|
-
require "tmpdir"
|
25
|
-
require "fileutils"
|
26
|
-
|
27
|
-
include Chef::Mixin::ConvertToClassName
|
28
|
-
|
29
|
-
# Open up Provider so we can write things down easier in here
|
30
|
-
# module Chef::Provider
|
31
|
-
|
32
|
-
describe Chef::ProviderResolver do
|
33
|
-
include IntegrationSupport
|
34
|
-
|
35
|
-
# Root the filesystem under a temp directory so Chef.path_to will point at it
|
36
|
-
when_the_repository "is empty" do
|
37
|
-
before do
|
38
|
-
allow(Chef::Resource::DnfPackage).to receive(:which).with("dnf").and_return(nil)
|
39
|
-
end
|
40
|
-
let(:resource_name) { :service }
|
41
|
-
let(:provider) { nil }
|
42
|
-
let(:action) { :start }
|
43
|
-
|
44
|
-
let(:node) do
|
45
|
-
node = Chef::Node.new
|
46
|
-
node.automatic[:os] = os
|
47
|
-
node.automatic[:platform_family] = platform_family
|
48
|
-
node.automatic[:platform] = platform
|
49
|
-
node.automatic[:platform_version] = platform_version
|
50
|
-
node.automatic[:kernel] = { machine: "i386" }
|
51
|
-
node
|
52
|
-
end
|
53
|
-
let(:run_context) { Chef::RunContext.new(node, nil, nil) }
|
54
|
-
|
55
|
-
let(:provider_resolver) { Chef::ProviderResolver.new(node, resource, action) }
|
56
|
-
let(:resolved_provider) do
|
57
|
-
|
58
|
-
resource ? resource.provider_for_action(action).class : nil
|
59
|
-
rescue Chef::Exceptions::ProviderNotFound
|
60
|
-
nil
|
61
|
-
|
62
|
-
end
|
63
|
-
|
64
|
-
let(:service_name) { "test" }
|
65
|
-
let(:resource) do
|
66
|
-
resource_class = Chef::ResourceResolver.resolve(resource_name, node: node)
|
67
|
-
if resource_class
|
68
|
-
resource = resource_class.new(service_name, run_context)
|
69
|
-
resource.provider = provider if provider
|
70
|
-
end
|
71
|
-
resource
|
72
|
-
end
|
73
|
-
|
74
|
-
def self.on_platform(platform, *tags,
|
75
|
-
platform_version: "11.0.1",
|
76
|
-
platform_family: nil,
|
77
|
-
os: nil,
|
78
|
-
&block)
|
79
|
-
Array(platform).each do |platform|
|
80
|
-
Array(platform_version).each do |platform_version|
|
81
|
-
on_one_platform(platform, platform_version, platform_family || platform, os || platform_family || platform, *tags, &block)
|
82
|
-
end
|
83
|
-
end
|
84
|
-
end
|
85
|
-
|
86
|
-
def self.on_one_platform(platform, platform_version, platform_family, os, *tags, &block)
|
87
|
-
describe "on #{platform} #{platform_version}, platform_family: #{platform_family}, os: #{os}", *tags do
|
88
|
-
let(:os) { os }
|
89
|
-
let(:platform) { platform }
|
90
|
-
let(:platform_family) { platform_family }
|
91
|
-
let(:platform_version) { platform_version }
|
92
|
-
|
93
|
-
define_singleton_method(:os) { os }
|
94
|
-
define_singleton_method(:platform) { platform }
|
95
|
-
define_singleton_method(:platform_family) { platform_family }
|
96
|
-
define_singleton_method(:platform_version) { platform_version }
|
97
|
-
|
98
|
-
instance_eval(&block)
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
def self.expect_providers(**providers)
|
103
|
-
providers.each do |name, expected|
|
104
|
-
describe name.to_s do
|
105
|
-
let(:resource_name) { name }
|
106
|
-
|
107
|
-
tags = []
|
108
|
-
expected_provider = nil
|
109
|
-
expected_resource = nil
|
110
|
-
Array(expected).each do |p|
|
111
|
-
if p.is_a?(Class) && p <= Chef::Provider
|
112
|
-
expected_provider = p
|
113
|
-
elsif p.is_a?(Class) && p <= Chef::Resource
|
114
|
-
expected_resource = p
|
115
|
-
else
|
116
|
-
tags << p
|
117
|
-
end
|
118
|
-
end
|
119
|
-
|
120
|
-
if expected_resource && expected_provider
|
121
|
-
it "'#{name}' resolves to resource #{expected_resource} and provider #{expected_provider}", *tags do
|
122
|
-
expect(resource.class).to eql(expected_resource)
|
123
|
-
provider = double(expected_provider, class: expected_provider)
|
124
|
-
expect(provider).to receive(:action=).with(action)
|
125
|
-
expect(expected_provider).to receive(:new).with(resource, run_context).and_return(provider)
|
126
|
-
expect(resolved_provider).to eql(expected_provider)
|
127
|
-
end
|
128
|
-
elsif expected_provider
|
129
|
-
it "'#{name}' resolves to provider #{expected_provider}", *tags do
|
130
|
-
provider = double(expected_provider)
|
131
|
-
expect(provider).to receive(:action=).with(action)
|
132
|
-
expect(expected_provider).to receive(:new).with(resource, run_context).and_return(provider)
|
133
|
-
expect(resolved_provider).to eql(expected_provider)
|
134
|
-
end
|
135
|
-
elsif expected_resource
|
136
|
-
it "'#{name}' resolves to resource #{expected_resource}", *tags do
|
137
|
-
expect(resource.class).to eql(expected_resource)
|
138
|
-
end
|
139
|
-
else
|
140
|
-
it "'#{name}' fails to resolve (since #{name.inspect} is unsupported on #{platform} #{platform_version})", *tags do
|
141
|
-
Chef::Config[:treat_deprecation_warnings_as_errors] = false
|
142
|
-
expect(resolved_provider).to be_nil
|
143
|
-
end
|
144
|
-
end
|
145
|
-
end
|
146
|
-
end
|
147
|
-
end
|
148
|
-
|
149
|
-
describe "resolving service resource" do
|
150
|
-
def stub_service_providers(*services)
|
151
|
-
allowed = %i{debianrcd invokercd insserv upstart redhatrcd systemd}
|
152
|
-
|
153
|
-
(allowed - services).each do |api|
|
154
|
-
allow(Chef::Provider::Service).to receive(:"#{api}?").and_return(false)
|
155
|
-
end
|
156
|
-
|
157
|
-
raise ArgumentError unless (services - allowed).empty?
|
158
|
-
|
159
|
-
services.each do |api|
|
160
|
-
allow(Chef::Provider::Service).to receive(:"#{api}?").and_return(true)
|
161
|
-
end
|
162
|
-
end
|
163
|
-
|
164
|
-
def stub_service_configs(*configs)
|
165
|
-
allowed = %i{initd upstart xinetd systemd etc_rcd}
|
166
|
-
|
167
|
-
(allowed - configs).each do |type|
|
168
|
-
allow(Chef::Provider::Service).to receive(:service_script_exist?).with(type, service_name).and_return(false)
|
169
|
-
end
|
170
|
-
|
171
|
-
raise ArgumentError unless (configs - allowed).empty?
|
172
|
-
|
173
|
-
configs.each do |type|
|
174
|
-
allow(Chef::Provider::Service).to receive(:service_script_exist?).with(type, service_name).and_return(true)
|
175
|
-
end
|
176
|
-
end
|
177
|
-
|
178
|
-
shared_examples_for "an ubuntu platform with upstart, update-rc.d and systemd" do
|
179
|
-
before do
|
180
|
-
stub_service_providers(:debianrcd, :invokercd, :upstart, :systemd)
|
181
|
-
end
|
182
|
-
|
183
|
-
it "when both the SysV init and Systemd script exists, it returns a Service::Debian provider" do
|
184
|
-
stub_service_configs(:initd, :systemd)
|
185
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Systemd)
|
186
|
-
end
|
187
|
-
|
188
|
-
it "when SysV, Upstart, and Systemd scripts exist, it returns a Service::Systemd provider" do
|
189
|
-
stub_service_configs(:initd, :upstart, :systemd)
|
190
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Systemd)
|
191
|
-
end
|
192
|
-
|
193
|
-
it "when both the Upstart and Systemd scripts exists, it returns a Service::Systemd provider" do
|
194
|
-
stub_service_configs(:upstart, :systemd)
|
195
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Systemd)
|
196
|
-
end
|
197
|
-
|
198
|
-
it "when both do not exist, it calls the old style provider resolver and returns a Systemd Provider" do
|
199
|
-
stub_service_configs(:systemd)
|
200
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Systemd)
|
201
|
-
end
|
202
|
-
|
203
|
-
it "when only the SysV init script exists, it returns a Service::Systemd provider" do
|
204
|
-
stub_service_configs(:initd, :systemd)
|
205
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Systemd)
|
206
|
-
end
|
207
|
-
|
208
|
-
it "when both SysV and Upstart scripts exist, it returns a Service::Systemd provider" do
|
209
|
-
stub_service_configs(:initd, :systemd, :upstart)
|
210
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Systemd)
|
211
|
-
end
|
212
|
-
|
213
|
-
it "when only the Upstart script exists, it returns a Service::Upstart provider" do
|
214
|
-
stub_service_configs(:upstart)
|
215
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Upstart)
|
216
|
-
end
|
217
|
-
|
218
|
-
it "when both do not exist, it calls the old style provider resolver and returns a Systemd Provider" do
|
219
|
-
stub_service_configs
|
220
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Systemd)
|
221
|
-
end
|
222
|
-
end
|
223
|
-
|
224
|
-
shared_examples_for "an ubuntu platform with upstart and update-rc.d" do
|
225
|
-
before do
|
226
|
-
stub_service_providers(:debianrcd, :invokercd, :upstart)
|
227
|
-
end
|
228
|
-
|
229
|
-
# needs to be handled by the highest priority init.d handler
|
230
|
-
context "when only the SysV init script exists" do
|
231
|
-
before do
|
232
|
-
stub_service_configs(:initd)
|
233
|
-
end
|
234
|
-
|
235
|
-
it "enables init, invokercd, debian and upstart providers" do
|
236
|
-
expect(provider_resolver.enabled_handlers).to include(
|
237
|
-
Chef::Provider::Service::Debian,
|
238
|
-
Chef::Provider::Service::Init,
|
239
|
-
Chef::Provider::Service::Invokercd,
|
240
|
-
Chef::Provider::Service::Upstart
|
241
|
-
)
|
242
|
-
end
|
243
|
-
|
244
|
-
it "supports all the enabled handlers except for upstart" do
|
245
|
-
expect(provider_resolver.supported_handlers).to include(
|
246
|
-
Chef::Provider::Service::Debian,
|
247
|
-
Chef::Provider::Service::Init,
|
248
|
-
Chef::Provider::Service::Invokercd
|
249
|
-
)
|
250
|
-
expect(provider_resolver.supported_handlers).to_not include(
|
251
|
-
Chef::Provider::Service::Upstart
|
252
|
-
)
|
253
|
-
end
|
254
|
-
|
255
|
-
it "returns a Service::Debian provider" do
|
256
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Debian)
|
257
|
-
end
|
258
|
-
end
|
259
|
-
|
260
|
-
# on ubuntu this must be handled by upstart, the init script will exit 1 and fail
|
261
|
-
context "when both SysV and Upstart scripts exist" do
|
262
|
-
before do
|
263
|
-
stub_service_configs(:initd, :upstart)
|
264
|
-
end
|
265
|
-
|
266
|
-
it "enables init, invokercd, debian and upstart providers" do
|
267
|
-
expect(provider_resolver.enabled_handlers).to include(
|
268
|
-
Chef::Provider::Service::Debian,
|
269
|
-
Chef::Provider::Service::Init,
|
270
|
-
Chef::Provider::Service::Invokercd,
|
271
|
-
Chef::Provider::Service::Upstart
|
272
|
-
)
|
273
|
-
end
|
274
|
-
|
275
|
-
it "supports all the enabled handlers" do
|
276
|
-
expect(provider_resolver.supported_handlers).to include(
|
277
|
-
Chef::Provider::Service::Debian,
|
278
|
-
Chef::Provider::Service::Init,
|
279
|
-
Chef::Provider::Service::Invokercd,
|
280
|
-
Chef::Provider::Service::Upstart
|
281
|
-
)
|
282
|
-
end
|
283
|
-
|
284
|
-
it "returns a Service::Upstart provider" do
|
285
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Upstart)
|
286
|
-
end
|
287
|
-
end
|
288
|
-
|
289
|
-
# this case is a pure-upstart script which is easy
|
290
|
-
context "when only the Upstart script exists" do
|
291
|
-
before do
|
292
|
-
stub_service_configs(:upstart)
|
293
|
-
end
|
294
|
-
|
295
|
-
it "enables init, invokercd, debian and upstart providers" do
|
296
|
-
expect(provider_resolver.enabled_handlers).to include(
|
297
|
-
Chef::Provider::Service::Debian,
|
298
|
-
Chef::Provider::Service::Init,
|
299
|
-
Chef::Provider::Service::Invokercd,
|
300
|
-
Chef::Provider::Service::Upstart
|
301
|
-
)
|
302
|
-
end
|
303
|
-
|
304
|
-
it "supports only the upstart handler" do
|
305
|
-
expect(provider_resolver.supported_handlers).to include(
|
306
|
-
Chef::Provider::Service::Upstart
|
307
|
-
)
|
308
|
-
expect(provider_resolver.supported_handlers).to_not include(
|
309
|
-
Chef::Provider::Service::Debian,
|
310
|
-
Chef::Provider::Service::Init,
|
311
|
-
Chef::Provider::Service::Invokercd
|
312
|
-
)
|
313
|
-
end
|
314
|
-
|
315
|
-
it "returns a Service::Upstart provider" do
|
316
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Upstart)
|
317
|
-
end
|
318
|
-
end
|
319
|
-
|
320
|
-
# this case is important to get correct for why-run when no config is setup
|
321
|
-
context "when both do not exist" do
|
322
|
-
before do
|
323
|
-
stub_service_configs
|
324
|
-
end
|
325
|
-
|
326
|
-
it "enables init, invokercd, debian and upstart providers" do
|
327
|
-
expect(provider_resolver.enabled_handlers).to include(
|
328
|
-
Chef::Provider::Service::Debian,
|
329
|
-
Chef::Provider::Service::Init,
|
330
|
-
Chef::Provider::Service::Invokercd,
|
331
|
-
Chef::Provider::Service::Upstart
|
332
|
-
)
|
333
|
-
end
|
334
|
-
|
335
|
-
it "no providers claim to support the resource" do
|
336
|
-
expect(provider_resolver.supported_handlers).to_not include(
|
337
|
-
Chef::Provider::Service::Upstart,
|
338
|
-
Chef::Provider::Service::Debian,
|
339
|
-
Chef::Provider::Service::Init,
|
340
|
-
Chef::Provider::Service::Invokercd
|
341
|
-
)
|
342
|
-
end
|
343
|
-
|
344
|
-
it "returns a Debian Provider" do
|
345
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Upstart)
|
346
|
-
end
|
347
|
-
end
|
348
|
-
end
|
349
|
-
|
350
|
-
shared_examples_for "a debian platform using the insserv provider" do
|
351
|
-
context "with a default install" do
|
352
|
-
before do
|
353
|
-
stub_service_providers(:debianrcd, :invokercd, :insserv)
|
354
|
-
end
|
355
|
-
|
356
|
-
it "uses the Service::Insserv Provider to manage sysv init scripts" do
|
357
|
-
stub_service_configs(:initd)
|
358
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Insserv)
|
359
|
-
end
|
360
|
-
|
361
|
-
it "uses the Service::Insserv Provider when there is no config" do
|
362
|
-
stub_service_configs
|
363
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Insserv)
|
364
|
-
end
|
365
|
-
end
|
366
|
-
|
367
|
-
context "when the user has installed upstart" do
|
368
|
-
before do
|
369
|
-
stub_service_providers(:debianrcd, :invokercd, :insserv, :upstart)
|
370
|
-
end
|
371
|
-
|
372
|
-
it "when only the SysV init script exists, it returns an Insserv provider" do
|
373
|
-
stub_service_configs(:initd)
|
374
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Insserv)
|
375
|
-
end
|
376
|
-
|
377
|
-
it "when both SysV and Upstart scripts exist, it returns a Service::Upstart provider" do
|
378
|
-
stub_service_configs(:initd, :upstart)
|
379
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Upstart)
|
380
|
-
end
|
381
|
-
|
382
|
-
it "when only the Upstart script exists, it returns a Service::Upstart provider" do
|
383
|
-
stub_service_configs(:upstart)
|
384
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Upstart)
|
385
|
-
end
|
386
|
-
|
387
|
-
it "when both do not exist, it calls the old style provider resolver and returns a Debian Provider" do
|
388
|
-
stub_service_configs
|
389
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Upstart)
|
390
|
-
end
|
391
|
-
end
|
392
|
-
end
|
393
|
-
|
394
|
-
on_platform "ubuntu", platform_version: "15.10", platform_family: "debian", os: "linux" do
|
395
|
-
it_behaves_like "an ubuntu platform with upstart, update-rc.d and systemd"
|
396
|
-
|
397
|
-
it "when the unit-files are missing and system-ctl list-unit-files returns an error" do
|
398
|
-
stub_service_providers(:debianrcd, :invokercd, :upstart, :systemd)
|
399
|
-
stub_service_configs(:initd, :upstart, :systemd)
|
400
|
-
mock_shellout_command("/bin/systemctl list-unit-files", exitstatus: 1)
|
401
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Systemd)
|
402
|
-
end
|
403
|
-
end
|
404
|
-
|
405
|
-
on_platform "ubuntu", platform_version: "14.10", platform_family: "debian", os: "linux" do
|
406
|
-
it_behaves_like "an ubuntu platform with upstart, update-rc.d and systemd"
|
407
|
-
end
|
408
|
-
|
409
|
-
on_platform "ubuntu", platform_version: "14.04", platform_family: "debian", os: "linux" do
|
410
|
-
it_behaves_like "an ubuntu platform with upstart and update-rc.d"
|
411
|
-
end
|
412
|
-
|
413
|
-
on_platform "ubuntu", platform_version: "10.04", platform_family: "debian", os: "linux" do
|
414
|
-
it_behaves_like "an ubuntu platform with upstart and update-rc.d"
|
415
|
-
end
|
416
|
-
|
417
|
-
# old debian uses the Debian provider (does not have insserv or upstart, or update-rc.d???)
|
418
|
-
on_platform "debian", platform_version: "4.0", os: "linux" do
|
419
|
-
# it_behaves_like "a debian platform using the debian provider"
|
420
|
-
end
|
421
|
-
|
422
|
-
# Debian replaced the debian provider with insserv in the FIXME:VERSION distro
|
423
|
-
on_platform "debian", platform_version: "7.0", os: "linux" do
|
424
|
-
it_behaves_like "a debian platform using the insserv provider"
|
425
|
-
end
|
426
|
-
|
427
|
-
on_platform %w{solaris2 openindiana opensolaris nexentacore omnios smartos}, os: "solaris2", platform_version: "5.11" do
|
428
|
-
it "returns a Solaris provider" do
|
429
|
-
stub_service_providers
|
430
|
-
stub_service_configs
|
431
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Solaris)
|
432
|
-
end
|
433
|
-
|
434
|
-
it "always returns a Solaris provider" do
|
435
|
-
# no matter what we stub on the next two lines we should get a Solaris provider
|
436
|
-
stub_service_providers(:debianrcd, :invokercd, :insserv, :upstart, :redhatrcd, :systemd)
|
437
|
-
stub_service_configs(:initd, :upstart, :xinetd, :systemd)
|
438
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Solaris)
|
439
|
-
end
|
440
|
-
end
|
441
|
-
|
442
|
-
on_platform %w{mswin mingw32 windows}, platform_family: "windows", platform_version: "5.11" do
|
443
|
-
it "returns a Windows provider" do
|
444
|
-
stub_service_providers
|
445
|
-
stub_service_configs
|
446
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Windows)
|
447
|
-
end
|
448
|
-
|
449
|
-
it "always returns a Windows provider" do
|
450
|
-
# no matter what we stub on the next two lines we should get a Windows provider
|
451
|
-
stub_service_providers(:debianrcd, :invokercd, :insserv, :upstart, :redhatrcd, :systemd)
|
452
|
-
stub_service_configs(:initd, :upstart, :xinetd, :systemd)
|
453
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Windows)
|
454
|
-
end
|
455
|
-
end
|
456
|
-
|
457
|
-
on_platform %w{mac_os_x mac_os_x_server}, os: "darwin", platform_family: "mac_os_x", platform_version: "10.9.2" do
|
458
|
-
it "returns a Macosx provider" do
|
459
|
-
stub_service_providers
|
460
|
-
stub_service_configs
|
461
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Macosx)
|
462
|
-
end
|
463
|
-
|
464
|
-
it "always returns a Macosx provider" do
|
465
|
-
# no matter what we stub on the next two lines we should get a Macosx provider
|
466
|
-
stub_service_providers(:debianrcd, :invokercd, :insserv, :upstart, :redhatrcd, :systemd)
|
467
|
-
stub_service_configs(:initd, :upstart, :xinetd, :systemd)
|
468
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Macosx)
|
469
|
-
end
|
470
|
-
end
|
471
|
-
|
472
|
-
on_platform "freebsd", os: "freebsd", platform_version: "10.3" do
|
473
|
-
it "returns a Freebsd provider if it finds the /usr/local/etc/rc.d initscript" do
|
474
|
-
stub_service_providers
|
475
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Freebsd)
|
476
|
-
end
|
477
|
-
|
478
|
-
it "returns a Freebsd provider if it finds the /etc/rc.d initscript" do
|
479
|
-
stub_service_providers
|
480
|
-
stub_service_configs(:etc_rcd)
|
481
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Freebsd)
|
482
|
-
end
|
483
|
-
|
484
|
-
it "always returns a Freebsd provider if it finds the /usr/local/etc/rc.d initscript" do
|
485
|
-
stub_service_providers(:debianrcd, :invokercd, :insserv, :upstart, :redhatrcd, :systemd)
|
486
|
-
stub_service_configs(:initd, :upstart, :xinetd, :systemd)
|
487
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Freebsd)
|
488
|
-
end
|
489
|
-
|
490
|
-
it "always returns a Freebsd provider if it finds the /usr/local/etc/rc.d initscript" do
|
491
|
-
# should only care about :etc_rcd stub in the service configs
|
492
|
-
stub_service_providers(:debianrcd, :invokercd, :insserv, :upstart, :redhatrcd, :systemd)
|
493
|
-
stub_service_configs(:etc_rcd, :initd, :upstart, :xinetd, :systemd)
|
494
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Freebsd)
|
495
|
-
end
|
496
|
-
|
497
|
-
it "always returns a freebsd provider by default?" do
|
498
|
-
stub_service_providers
|
499
|
-
stub_service_configs
|
500
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Freebsd)
|
501
|
-
end
|
502
|
-
end
|
503
|
-
|
504
|
-
on_platform "netbsd", os: "netbsd", platform_version: "7.0.1" do
|
505
|
-
it "returns a Freebsd provider if it finds the /usr/local/etc/rc.d initscript" do
|
506
|
-
stub_service_providers
|
507
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Freebsd)
|
508
|
-
end
|
509
|
-
|
510
|
-
it "returns a Freebsd provider if it finds the /etc/rc.d initscript" do
|
511
|
-
stub_service_providers
|
512
|
-
stub_service_configs(:etc_rcd)
|
513
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Freebsd)
|
514
|
-
end
|
515
|
-
|
516
|
-
it "always returns a Freebsd provider if it finds the /usr/local/etc/rc.d initscript" do
|
517
|
-
stub_service_providers(:debianrcd, :invokercd, :insserv, :upstart, :redhatrcd, :systemd)
|
518
|
-
stub_service_configs(:initd, :upstart, :xinetd, :systemd)
|
519
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Freebsd)
|
520
|
-
end
|
521
|
-
|
522
|
-
it "always returns a Freebsd provider if it finds the /usr/local/etc/rc.d initscript" do
|
523
|
-
# should only care about :etc_rcd stub in the service configs
|
524
|
-
stub_service_providers(:debianrcd, :invokercd, :insserv, :upstart, :redhatrcd, :systemd)
|
525
|
-
stub_service_configs(:etc_rcd, :initd, :upstart, :xinetd, :systemd)
|
526
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Freebsd)
|
527
|
-
end
|
528
|
-
|
529
|
-
it "always returns a freebsd provider by default?" do
|
530
|
-
stub_service_providers
|
531
|
-
stub_service_configs
|
532
|
-
expect(resolved_provider).to eql(Chef::Provider::Service::Freebsd)
|
533
|
-
end
|
534
|
-
end
|
535
|
-
|
536
|
-
end
|
537
|
-
|
538
|
-
PROVIDERS =
|
539
|
-
{
|
540
|
-
aix_user: [ Chef::Resource::User::AixUser, Chef::Provider::User::Aix ],
|
541
|
-
apt_package: [ Chef::Resource::AptPackage, Chef::Provider::Package::Apt ],
|
542
|
-
bash: [ Chef::Resource::Bash, Chef::Provider::Script ],
|
543
|
-
bff_package: [ Chef::Resource::BffPackage, Chef::Provider::Package::Bff ],
|
544
|
-
breakpoint: [ Chef::Resource::Breakpoint, Chef::Resource::Breakpoint.action_class ],
|
545
|
-
chef_gem: [ Chef::Resource::ChefGem, Chef::Provider::Package::Rubygems ],
|
546
|
-
cookbook_file: [ Chef::Resource::CookbookFile, Chef::Provider::CookbookFile ],
|
547
|
-
csh: [ Chef::Resource::Csh, Chef::Provider::Script ],
|
548
|
-
directory: [ Chef::Resource::Directory, Chef::Provider::Directory ],
|
549
|
-
dpkg_package: [ Chef::Resource::DpkgPackage, Chef::Provider::Package::Dpkg ],
|
550
|
-
dsc_script: [ Chef::Resource::DscScript, Chef::Provider::DscScript ],
|
551
|
-
dscl_user: [ Chef::Resource::User::DsclUser, Chef::Provider::User::Dscl ],
|
552
|
-
execute: [ Chef::Resource::Execute, Chef::Provider::Execute ],
|
553
|
-
file: [ Chef::Resource::File, Chef::Provider::File ],
|
554
|
-
gem_package: [ Chef::Resource::GemPackage, Chef::Provider::Package::Rubygems ],
|
555
|
-
git: [ Chef::Resource::Git, Chef::Provider::Git ],
|
556
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Gpasswd ],
|
557
|
-
homebrew_package: [ Chef::Resource::HomebrewPackage, Chef::Provider::Package::Homebrew ],
|
558
|
-
http_request: [ Chef::Resource::HttpRequest, Chef::Provider::HttpRequest ],
|
559
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig ],
|
560
|
-
ips_package: [ Chef::Resource::IpsPackage, Chef::Provider::Package::Ips ],
|
561
|
-
link: [ Chef::Resource::Link, Chef::Provider::Link ],
|
562
|
-
linux_user: [ Chef::Resource::User::LinuxUser, Chef::Provider::User::Linux ],
|
563
|
-
log: [ Chef::Resource::Log ],
|
564
|
-
macports_package: [ Chef::Resource::MacportsPackage, Chef::Provider::Package::Macports ],
|
565
|
-
mdadm: [ Chef::Resource::Mdadm ],
|
566
|
-
mount: [ Chef::Resource::Mount, Chef::Provider::Mount::Mount ],
|
567
|
-
pacman_package: [ Chef::Resource::PacmanPackage, Chef::Provider::Package::Pacman ],
|
568
|
-
paludis_package: [ Chef::Resource::PaludisPackage, Chef::Provider::Package::Paludis ],
|
569
|
-
perl: [ Chef::Resource::Perl, Chef::Provider::Script ],
|
570
|
-
portage_package: [ Chef::Resource::PortagePackage, Chef::Provider::Package::Portage ],
|
571
|
-
pw_user: [ Chef::Resource::User::PwUser, Chef::Provider::User::Pw ],
|
572
|
-
python: [ Chef::Resource::Python, Chef::Provider::Script ],
|
573
|
-
remote_directory: [ Chef::Resource::RemoteDirectory, Chef::Provider::RemoteDirectory ],
|
574
|
-
route: [ Chef::Resource::Route, Chef::Provider::Route ],
|
575
|
-
rpm_package: [ Chef::Resource::Package::RpmPackage, Chef::Provider::Package::Rpm ],
|
576
|
-
ruby_block: [ Chef::Resource::RubyBlock, Chef::Provider::RubyBlock ],
|
577
|
-
ruby: [ Chef::Resource::Ruby, Chef::Provider::Script ],
|
578
|
-
script: [ Chef::Resource::Script, Chef::Provider::Script ],
|
579
|
-
smartos_package: [ Chef::Resource::SmartosPackage, Chef::Provider::Package::SmartOS ],
|
580
|
-
snap_package: [ Chef::Resource::SnapPackage, Chef::Provider::Package::Snap ],
|
581
|
-
solaris_package: [ Chef::Resource::SolarisPackage, Chef::Provider::Package::Solaris ],
|
582
|
-
solaris_user: [ Chef::Resource::User::SolarisUser, Chef::Provider::User::Solaris ],
|
583
|
-
subversion: [ Chef::Resource::Subversion, Chef::Provider::Subversion ],
|
584
|
-
template: [ Chef::Resource::Template, Chef::Provider::Template ],
|
585
|
-
whyrun_safe_ruby_block: [ Chef::Resource::WhyrunSafeRubyBlock, Chef::Provider::WhyrunSafeRubyBlock ],
|
586
|
-
windows_package: [ Chef::Resource::WindowsPackage, Chef::Provider::Package::Windows ],
|
587
|
-
windows_service: [ Chef::Resource::WindowsService, Chef::Provider::Service::Windows ],
|
588
|
-
windows_user: [ Chef::Resource::User::WindowsUser, Chef::Provider::User::Windows ],
|
589
|
-
yum_package: [ Chef::Resource::YumPackage, Chef::Provider::Package::Yum ],
|
590
|
-
build_essential: [ Chef::Resource::BuildEssential ],
|
591
|
-
|
592
|
-
"linux" => {
|
593
|
-
"debian" => {
|
594
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig::Debian ],
|
595
|
-
package: [ Chef::Resource::AptPackage, Chef::Provider::Package::Apt ],
|
596
|
-
# service: [ Chef::Resource::DebianService, Chef::Provider::Service::Debian ],
|
597
|
-
|
598
|
-
"debian" => {
|
599
|
-
"7.0" => {
|
600
|
-
},
|
601
|
-
"6.0" => {
|
602
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig ],
|
603
|
-
# service: [ Chef::Resource::InsservService, Chef::Provider::Service::Insserv ],
|
604
|
-
},
|
605
|
-
"5.0" => {
|
606
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig ],
|
607
|
-
},
|
608
|
-
},
|
609
|
-
"gcel" => {
|
610
|
-
"3.1.4" => {
|
611
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig ],
|
612
|
-
},
|
613
|
-
},
|
614
|
-
"linaro" => {
|
615
|
-
"3.1.4" => {
|
616
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig ],
|
617
|
-
},
|
618
|
-
},
|
619
|
-
"linuxmint" => {
|
620
|
-
"3.1.4" => {
|
621
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig ],
|
622
|
-
# service: [ Chef::Resource::UpstartService, Chef::Provider::Service::Upstart ],
|
623
|
-
},
|
624
|
-
},
|
625
|
-
"raspbian" => {
|
626
|
-
"3.1.4" => {
|
627
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig ],
|
628
|
-
},
|
629
|
-
},
|
630
|
-
"ubuntu" => {
|
631
|
-
"11.10" => {
|
632
|
-
},
|
633
|
-
"10.04" => {
|
634
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig ],
|
635
|
-
},
|
636
|
-
},
|
637
|
-
},
|
638
|
-
|
639
|
-
"arch" => {
|
640
|
-
# TODO should be Chef::Resource::PacmanPackage
|
641
|
-
package: [ Chef::Resource::Package, Chef::Provider::Package::Pacman ],
|
642
|
-
|
643
|
-
"arch" => {
|
644
|
-
"3.1.4" => {
|
645
|
-
},
|
646
|
-
},
|
647
|
-
},
|
648
|
-
|
649
|
-
"suse" => {
|
650
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Gpasswd ],
|
651
|
-
"suse" => {
|
652
|
-
"12.0" => {
|
653
|
-
},
|
654
|
-
%w{11.1 11.2 11.3} => {
|
655
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Suse ],
|
656
|
-
},
|
657
|
-
},
|
658
|
-
"opensuseleap" => {
|
659
|
-
%w{42.3} => {
|
660
|
-
package: [ Chef::Resource::ZypperPackage, Chef::Provider::Package::Zypper ],
|
661
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Gpasswd ],
|
662
|
-
},
|
663
|
-
},
|
664
|
-
},
|
665
|
-
|
666
|
-
"gentoo" => {
|
667
|
-
# TODO should be Chef::Resource::PortagePackage
|
668
|
-
package: [ Chef::Resource::Package, Chef::Provider::Package::Portage ],
|
669
|
-
portage_package: [ Chef::Resource::PortagePackage, Chef::Provider::Package::Portage ],
|
670
|
-
# service: [ Chef::Resource::GentooService, Chef::Provider::Service::Gentoo ],
|
671
|
-
|
672
|
-
"gentoo" => {
|
673
|
-
"3.1.4" => {
|
674
|
-
},
|
675
|
-
},
|
676
|
-
},
|
677
|
-
|
678
|
-
"rhel" => {
|
679
|
-
# service: [ Chef::Resource::SystemdService, Chef::Provider::Service::Systemd ],
|
680
|
-
package: [ Chef::Resource::DnfPackage, Chef::Provider::Package::Dnf ],
|
681
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig::Redhat ],
|
682
|
-
|
683
|
-
%w{amazon xcp xenserver ibm_powerkvm cloudlinux parallels} => {
|
684
|
-
"3.1.4" => {
|
685
|
-
package: [ Chef::Resource::YumPackage, Chef::Provider::Package::Yum ],
|
686
|
-
# service: [ Chef::Resource::RedhatService, Chef::Provider::Service::Redhat ],
|
687
|
-
},
|
688
|
-
},
|
689
|
-
%w{redhat centos scientific oracle} => {
|
690
|
-
"7.0" => {
|
691
|
-
package: [ Chef::Resource::YumPackage, Chef::Provider::Package::Yum ],
|
692
|
-
},
|
693
|
-
"6.0" => {
|
694
|
-
package: [ Chef::Resource::YumPackage, Chef::Provider::Package::Yum ],
|
695
|
-
# service: [ Chef::Resource::RedhatService, Chef::Provider::Service::Redhat ],
|
696
|
-
},
|
697
|
-
},
|
698
|
-
"fedora" => {
|
699
|
-
"15.0" => {
|
700
|
-
},
|
701
|
-
"14.0" => {
|
702
|
-
# service: [ Chef::Resource::RedhatService, Chef::Provider::Service::Redhat ],
|
703
|
-
},
|
704
|
-
},
|
705
|
-
},
|
706
|
-
|
707
|
-
},
|
708
|
-
|
709
|
-
"freebsd" => {
|
710
|
-
"freebsd" => {
|
711
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Pw ],
|
712
|
-
user: [ Chef::Resource::User::PwUser, Chef::Provider::User::Pw ],
|
713
|
-
|
714
|
-
"freebsd" => {
|
715
|
-
"10.3" => {
|
716
|
-
},
|
717
|
-
},
|
718
|
-
},
|
719
|
-
},
|
720
|
-
|
721
|
-
"darwin" => {
|
722
|
-
%w{mac_os_x mac_os_x_server} => {
|
723
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Dscl ],
|
724
|
-
package: [ Chef::Resource::HomebrewPackage, Chef::Provider::Package::Homebrew ],
|
725
|
-
osx_profile: [ Chef::Resource::OsxProfile],
|
726
|
-
user: [ Chef::Resource::User::DsclUser, Chef::Provider::User::Dscl ],
|
727
|
-
|
728
|
-
"mac_os_x" => {
|
729
|
-
"10.9.2" => {
|
730
|
-
},
|
731
|
-
},
|
732
|
-
},
|
733
|
-
},
|
734
|
-
|
735
|
-
"windows" => {
|
736
|
-
batch: [ Chef::Resource::Batch, Chef::Provider::Batch ],
|
737
|
-
dsc_script: [ Chef::Resource::DscScript, Chef::Provider::DscScript ],
|
738
|
-
windows_env: [ Chef::Resource::WindowsEnv, Chef::Provider::WindowsEnv ],
|
739
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Windows ],
|
740
|
-
mount: [ Chef::Resource::Mount, Chef::Provider::Mount::Windows ],
|
741
|
-
package: [ Chef::Resource::WindowsPackage, Chef::Provider::Package::Windows ],
|
742
|
-
powershell_script: [ Chef::Resource::PowershellScript, Chef::Provider::PowershellScript ],
|
743
|
-
service: [ Chef::Resource::WindowsService, Chef::Provider::Service::Windows ],
|
744
|
-
user: [ Chef::Resource::User::WindowsUser, Chef::Provider::User::Windows ],
|
745
|
-
windows_package: [ Chef::Resource::WindowsPackage, Chef::Provider::Package::Windows ],
|
746
|
-
windows_service: [ Chef::Resource::WindowsService, Chef::Provider::Service::Windows ],
|
747
|
-
|
748
|
-
"windows" => {
|
749
|
-
%w{mswin mingw32 windows} => {
|
750
|
-
"10.9.2" => {
|
751
|
-
},
|
752
|
-
},
|
753
|
-
},
|
754
|
-
},
|
755
|
-
|
756
|
-
"aix" => {
|
757
|
-
cron: [ Chef::Resource::Cron, Chef::Provider::Cron::Aix ],
|
758
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Aix ],
|
759
|
-
ifconfig: [ Chef::Resource::Ifconfig, Chef::Provider::Ifconfig::Aix ],
|
760
|
-
mount: [ Chef::Resource::Mount, Chef::Provider::Mount::Aix ],
|
761
|
-
package: [ Chef::Resource::Package, Chef::Provider::Package::Bff ],
|
762
|
-
rpm_package: [ Chef::Resource::RpmPackage, Chef::Provider::Package::Rpm ],
|
763
|
-
user: [ Chef::Resource::User::AixUser, Chef::Provider::User::Aix ],
|
764
|
-
# service: [ Chef::Resource::AixService, Chef::Provider::Service::Aix ],
|
765
|
-
|
766
|
-
"aix" => {
|
767
|
-
"aix" => {
|
768
|
-
"5.6" => {
|
769
|
-
},
|
770
|
-
},
|
771
|
-
},
|
772
|
-
},
|
773
|
-
|
774
|
-
"netbsd" => {
|
775
|
-
"netbsd" => {
|
776
|
-
"netbsd" => {
|
777
|
-
"3.1.4" => {
|
778
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Groupmod ],
|
779
|
-
},
|
780
|
-
},
|
781
|
-
},
|
782
|
-
},
|
783
|
-
|
784
|
-
"openbsd" => {
|
785
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Usermod ],
|
786
|
-
package: [ Chef::Resource::OpenbsdPackage, Chef::Provider::Package::Openbsd ],
|
787
|
-
|
788
|
-
"openbsd" => {
|
789
|
-
"openbsd" => {
|
790
|
-
"3.1.4" => {
|
791
|
-
},
|
792
|
-
},
|
793
|
-
},
|
794
|
-
},
|
795
|
-
|
796
|
-
"solaris2" => {
|
797
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Usermod ],
|
798
|
-
ips_package: [ Chef::Resource::IpsPackage, Chef::Provider::Package::Ips ],
|
799
|
-
package: [ Chef::Resource::SolarisPackage, Chef::Provider::Package::Solaris ],
|
800
|
-
mount: [ Chef::Resource::Mount, Chef::Provider::Mount::Solaris ],
|
801
|
-
solaris_package: [ Chef::Resource::SolarisPackage, Chef::Provider::Package::Solaris ],
|
802
|
-
|
803
|
-
"smartos" => {
|
804
|
-
smartos_package: [ Chef::Resource::SmartosPackage, Chef::Provider::Package::SmartOS ],
|
805
|
-
package: [ Chef::Resource::SmartosPackage, Chef::Provider::Package::SmartOS ],
|
806
|
-
|
807
|
-
"smartos" => {
|
808
|
-
"3.1.4" => {
|
809
|
-
},
|
810
|
-
},
|
811
|
-
},
|
812
|
-
|
813
|
-
"solaris2" => {
|
814
|
-
"nexentacore" => {
|
815
|
-
"3.1.4" => {
|
816
|
-
},
|
817
|
-
},
|
818
|
-
"omnios" => {
|
819
|
-
"3.1.4" => {
|
820
|
-
user: [ Chef::Resource::User::SolarisUser, Chef::Provider::User::Solaris ],
|
821
|
-
},
|
822
|
-
},
|
823
|
-
"openindiana" => {
|
824
|
-
"3.1.4" => {
|
825
|
-
},
|
826
|
-
},
|
827
|
-
"opensolaris" => {
|
828
|
-
"3.1.4" => {
|
829
|
-
},
|
830
|
-
},
|
831
|
-
"solaris2" => {
|
832
|
-
user: [ Chef::Resource::User::SolarisUser, Chef::Provider::User::Solaris ],
|
833
|
-
"5.11" => {
|
834
|
-
package: [ Chef::Resource::IpsPackage, Chef::Provider::Package::Ips ],
|
835
|
-
group: [ Chef::Resource::Group, Chef::Provider::Group::Solaris ],
|
836
|
-
},
|
837
|
-
},
|
838
|
-
},
|
839
|
-
|
840
|
-
},
|
841
|
-
|
842
|
-
"exherbo" => {
|
843
|
-
"exherbo" => {
|
844
|
-
"exherbo" => {
|
845
|
-
"3.1.4" => {
|
846
|
-
# TODO should be Chef::Resource::PaludisPackage
|
847
|
-
package: [ Chef::Resource::Package, Chef::Provider::Package::Paludis ],
|
848
|
-
},
|
849
|
-
},
|
850
|
-
},
|
851
|
-
},
|
852
|
-
}.freeze
|
853
|
-
|
854
|
-
def self.create_provider_tests(providers, test, expected, filter)
|
855
|
-
expected = expected.merge(providers.select { |key, value| key.is_a?(Symbol) })
|
856
|
-
providers.each do |key, value|
|
857
|
-
unless key.is_a?(Symbol)
|
858
|
-
next_test = test.merge({ filter => key })
|
859
|
-
next_filter =
|
860
|
-
case filter
|
861
|
-
when :os
|
862
|
-
:platform_family
|
863
|
-
when :platform_family
|
864
|
-
:platform
|
865
|
-
when :platform
|
866
|
-
:platform_version
|
867
|
-
when :platform_version
|
868
|
-
nil
|
869
|
-
else
|
870
|
-
raise "Hash too deep; only os, platform_family, platform and platform_version supported"
|
871
|
-
end
|
872
|
-
create_provider_tests(value, next_test, expected, next_filter)
|
873
|
-
end
|
874
|
-
end
|
875
|
-
# If there is no filter, we're as deep as we need to go
|
876
|
-
unless filter
|
877
|
-
on_platform test.delete(:platform), **test do
|
878
|
-
expect_providers(**expected)
|
879
|
-
end
|
880
|
-
end
|
881
|
-
end
|
882
|
-
|
883
|
-
create_provider_tests(PROVIDERS, {}, {}, :os)
|
884
|
-
end
|
885
|
-
end
|