r10k 3.15.0 → 3.15.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (156) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.mkd +5 -0
  3. data/CODEOWNERS +2 -2
  4. data/doc/dynamic-environments/configuration.mkd +65 -1
  5. data/lib/r10k/version.rb +1 -1
  6. data/r10k.gemspec +1 -1
  7. metadata +2 -151
  8. data/spec/fixtures/empty/.empty +0 -0
  9. data/spec/fixtures/integration/git/puppet-boolean-bare.tar +0 -0
  10. data/spec/fixtures/module/forge/bad_module/metadata.json +0 -1
  11. data/spec/fixtures/module/forge/eight_hundred/Modulefile +0 -8
  12. data/spec/fixtures/module/forge/eight_hundred/metadata.json +0 -19
  13. data/spec/fixtures/tarball/tarball.tar.gz +0 -0
  14. data/spec/fixtures/unit/action/r10k.yaml +0 -5
  15. data/spec/fixtures/unit/action/r10k_cachedir.yaml +0 -2
  16. data/spec/fixtures/unit/action/r10k_creds.yaml +0 -9
  17. data/spec/fixtures/unit/action/r10k_forge_auth.yaml +0 -4
  18. data/spec/fixtures/unit/action/r10k_forge_auth_no_url.yaml +0 -3
  19. data/spec/fixtures/unit/action/r10k_generate_types.yaml +0 -3
  20. data/spec/fixtures/unit/action/r10k_logging.yaml +0 -12
  21. data/spec/fixtures/unit/action/r10k_puppet_path.yaml +0 -3
  22. data/spec/fixtures/unit/puppetfile/argument-error/Puppetfile +0 -1
  23. data/spec/fixtures/unit/puppetfile/default-branch-override/Puppetfile +0 -5
  24. data/spec/fixtures/unit/puppetfile/duplicate-module-error/Puppetfile +0 -10
  25. data/spec/fixtures/unit/puppetfile/forge-override/Puppetfile +0 -8
  26. data/spec/fixtures/unit/puppetfile/invalid-syntax/Puppetfile +0 -1
  27. data/spec/fixtures/unit/puppetfile/load-error/Puppetfile +0 -1
  28. data/spec/fixtures/unit/puppetfile/name-error/Puppetfile +0 -1
  29. data/spec/fixtures/unit/puppetfile/valid-forge-with-version/Puppetfile +0 -1
  30. data/spec/fixtures/unit/puppetfile/valid-forge-without-version/Puppetfile +0 -1
  31. data/spec/fixtures/unit/puppetfile/various-modules/Puppetfile +0 -10
  32. data/spec/fixtures/unit/puppetfile/various-modules/Puppetfile.new +0 -10
  33. data/spec/fixtures/unit/puppetfile/various-modules/modules/apt/.gitkeep +0 -1
  34. data/spec/fixtures/unit/puppetfile/various-modules/modules/baz/.gitkeep +0 -1
  35. data/spec/fixtures/unit/puppetfile/various-modules/modules/buzz/.gitkeep +0 -1
  36. data/spec/fixtures/unit/puppetfile/various-modules/modules/canary/.gitkeep +0 -1
  37. data/spec/fixtures/unit/puppetfile/various-modules/modules/fizz/.gitkeep +0 -1
  38. data/spec/fixtures/unit/puppetfile/various-modules/modules/rpm/.gitkeep +0 -1
  39. data/spec/fixtures/unit/util/purgeable/managed_one/expected_1 +0 -0
  40. data/spec/fixtures/unit/util/purgeable/managed_one/managed_subdir_1/managed_symlink_file +0 -1
  41. data/spec/fixtures/unit/util/purgeable/managed_one/managed_subdir_1/subdir_allowlisted_2/ignored_1 +0 -0
  42. data/spec/fixtures/unit/util/purgeable/managed_one/managed_subdir_1/subdir_expected_1 +0 -0
  43. data/spec/fixtures/unit/util/purgeable/managed_one/managed_subdir_1/subdir_unmanaged_1 +0 -0
  44. data/spec/fixtures/unit/util/purgeable/managed_one/managed_subdir_1/unmanaged_symlink_dir +0 -1
  45. data/spec/fixtures/unit/util/purgeable/managed_one/managed_symlink_dir +0 -1
  46. data/spec/fixtures/unit/util/purgeable/managed_one/unmanaged_1 +0 -0
  47. data/spec/fixtures/unit/util/purgeable/managed_one/unmanaged_symlink_file +0 -1
  48. data/spec/fixtures/unit/util/purgeable/managed_two/.hidden/unmanaged_3 +0 -0
  49. data/spec/fixtures/unit/util/purgeable/managed_two/expected_2 +0 -0
  50. data/spec/fixtures/unit/util/purgeable/managed_two/unmanaged_2 +0 -0
  51. data/spec/fixtures/unit/util/subprocess/runner/no-execute.sh +0 -3
  52. data/spec/integration/git/rugged/bare_repository_spec.rb +0 -13
  53. data/spec/integration/git/rugged/cache_spec.rb +0 -33
  54. data/spec/integration/git/rugged/thin_repository_spec.rb +0 -14
  55. data/spec/integration/git/rugged/working_repository_spec.rb +0 -48
  56. data/spec/integration/git/shellgit/bare_repository_spec.rb +0 -13
  57. data/spec/integration/git/shellgit/thin_repository_spec.rb +0 -14
  58. data/spec/integration/git/shellgit/working_repository_spec.rb +0 -13
  59. data/spec/integration/git/stateful_repository_spec.rb +0 -175
  60. data/spec/integration/util/purageable_spec.rb +0 -41
  61. data/spec/matchers/exit_with.rb +0 -28
  62. data/spec/matchers/match_realpath.rb +0 -18
  63. data/spec/r10k-mocks/mock_config.rb +0 -33
  64. data/spec/r10k-mocks/mock_env.rb +0 -18
  65. data/spec/r10k-mocks/mock_source.rb +0 -17
  66. data/spec/r10k-mocks.rb +0 -3
  67. data/spec/shared-contexts/git-fixtures.rb +0 -55
  68. data/spec/shared-contexts/tarball.rb +0 -32
  69. data/spec/shared-examples/deploy-actions.rb +0 -69
  70. data/spec/shared-examples/git/bare_repository.rb +0 -132
  71. data/spec/shared-examples/git/thin_repository.rb +0 -26
  72. data/spec/shared-examples/git/working_repository.rb +0 -207
  73. data/spec/shared-examples/git-repository.rb +0 -38
  74. data/spec/shared-examples/puppetfile-action.rb +0 -39
  75. data/spec/shared-examples/settings/ancestry.rb +0 -44
  76. data/spec/shared-examples/subprocess-runner.rb +0 -89
  77. data/spec/spec_helper.rb +0 -41
  78. data/spec/unit/action/cri_runner_spec.rb +0 -72
  79. data/spec/unit/action/deploy/deploy_helpers_spec.rb +0 -38
  80. data/spec/unit/action/deploy/display_spec.rb +0 -61
  81. data/spec/unit/action/deploy/environment_spec.rb +0 -640
  82. data/spec/unit/action/deploy/module_spec.rb +0 -476
  83. data/spec/unit/action/puppetfile/check_spec.rb +0 -53
  84. data/spec/unit/action/puppetfile/cri_runner_spec.rb +0 -47
  85. data/spec/unit/action/puppetfile/install_spec.rb +0 -112
  86. data/spec/unit/action/puppetfile/purge_spec.rb +0 -60
  87. data/spec/unit/action/runner_spec.rb +0 -407
  88. data/spec/unit/action/visitor_spec.rb +0 -39
  89. data/spec/unit/cli_spec.rb +0 -9
  90. data/spec/unit/deployment/config_spec.rb +0 -33
  91. data/spec/unit/deployment_spec.rb +0 -162
  92. data/spec/unit/environment/bare_spec.rb +0 -13
  93. data/spec/unit/environment/base_spec.rb +0 -122
  94. data/spec/unit/environment/git_spec.rb +0 -114
  95. data/spec/unit/environment/name_spec.rb +0 -181
  96. data/spec/unit/environment/plain_spec.rb +0 -8
  97. data/spec/unit/environment/svn_spec.rb +0 -146
  98. data/spec/unit/environment/tarball_spec.rb +0 -45
  99. data/spec/unit/environment/with_modules_spec.rb +0 -122
  100. data/spec/unit/errors/formatting_spec.rb +0 -84
  101. data/spec/unit/feature_spec.rb +0 -50
  102. data/spec/unit/forge/module_release_spec.rb +0 -213
  103. data/spec/unit/git/alternates_spec.rb +0 -116
  104. data/spec/unit/git/cache_spec.rb +0 -66
  105. data/spec/unit/git/rugged/cache_spec.rb +0 -48
  106. data/spec/unit/git/rugged/credentials_spec.rb +0 -215
  107. data/spec/unit/git/shellgit/cache_spec.rb +0 -27
  108. data/spec/unit/git/stateful_repository_spec.rb +0 -45
  109. data/spec/unit/git_spec.rb +0 -102
  110. data/spec/unit/initializers_spec.rb +0 -68
  111. data/spec/unit/instance_cache_spec.rb +0 -78
  112. data/spec/unit/keyed_factory_spec.rb +0 -51
  113. data/spec/unit/logging/terminaloutputter_spec.rb +0 -53
  114. data/spec/unit/logging_spec.rb +0 -68
  115. data/spec/unit/module/base_spec.rb +0 -118
  116. data/spec/unit/module/forge_spec.rb +0 -271
  117. data/spec/unit/module/git_spec.rb +0 -387
  118. data/spec/unit/module/metadata_file_spec.rb +0 -68
  119. data/spec/unit/module/svn_spec.rb +0 -208
  120. data/spec/unit/module/tarball_spec.rb +0 -70
  121. data/spec/unit/module_loader/puppetfile_spec.rb +0 -421
  122. data/spec/unit/module_spec.rb +0 -114
  123. data/spec/unit/puppetfile_spec.rb +0 -304
  124. data/spec/unit/settings/collection_spec.rb +0 -123
  125. data/spec/unit/settings/container_spec.rb +0 -92
  126. data/spec/unit/settings/definition_spec.rb +0 -79
  127. data/spec/unit/settings/enum_definition_spec.rb +0 -20
  128. data/spec/unit/settings/inheritance_spec.rb +0 -38
  129. data/spec/unit/settings/list_spec.rb +0 -88
  130. data/spec/unit/settings/loader_spec.rb +0 -110
  131. data/spec/unit/settings/uri_definition_spec.rb +0 -23
  132. data/spec/unit/settings_spec.rb +0 -303
  133. data/spec/unit/source/base_spec.rb +0 -31
  134. data/spec/unit/source/exec_spec.rb +0 -81
  135. data/spec/unit/source/git_spec.rb +0 -233
  136. data/spec/unit/source/hash_spec.rb +0 -54
  137. data/spec/unit/source/svn_spec.rb +0 -196
  138. data/spec/unit/source/yaml_spec.rb +0 -42
  139. data/spec/unit/source_spec.rb +0 -10
  140. data/spec/unit/svn/remote_spec.rb +0 -21
  141. data/spec/unit/svn/working_dir_spec.rb +0 -56
  142. data/spec/unit/tarball_spec.rb +0 -57
  143. data/spec/unit/util/attempt_spec.rb +0 -82
  144. data/spec/unit/util/cacheable_spec.rb +0 -23
  145. data/spec/unit/util/commands_spec.rb +0 -61
  146. data/spec/unit/util/downloader_spec.rb +0 -98
  147. data/spec/unit/util/exec_env_spec.rb +0 -56
  148. data/spec/unit/util/purgeable_spec.rb +0 -267
  149. data/spec/unit/util/setopts_spec.rb +0 -83
  150. data/spec/unit/util/subprocess/result_spec.rb +0 -36
  151. data/spec/unit/util/subprocess/runner/posix_spec.rb +0 -7
  152. data/spec/unit/util/subprocess/runner/pump_spec.rb +0 -79
  153. data/spec/unit/util/subprocess/runner/windows_spec.rb +0 -7
  154. data/spec/unit/util/subprocess/subprocess_error_spec.rb +0 -26
  155. data/spec/unit/util/subprocess_spec.rb +0 -65
  156. data/spec/unit/util/symbolize_keys_spec.rb +0 -67
@@ -1,38 +0,0 @@
1
- require 'spec_helper'
2
-
3
- require 'r10k/logging'
4
- require 'r10k/action/deploy/deploy_helpers'
5
-
6
- describe R10K::Action::Deploy::DeployHelpers do
7
- subject do
8
- Object.new.tap do |o|
9
- o.extend(R10K::Logging)
10
- o.extend(described_class)
11
- end
12
- end
13
-
14
- describe "checking for a config file" do
15
- it "logs a warning and exits when no config file was set" do
16
- logger = subject.logger
17
-
18
- expect(logger).to receive(:fatal).with("No configuration file given, no config file found in current directory, and no global config present")
19
-
20
- expect {
21
- subject.expect_config!
22
- }.to exit_with(8)
23
- end
24
- end
25
-
26
- describe "checking the write lock setting" do
27
- it "logs a warning and exits when the write lock is set" do
28
- logger = subject.logger
29
-
30
- expect(logger).to receive(:fatal).with("Making changes to deployed environments has been administratively disabled.")
31
- expect(logger).to receive(:fatal).with("Reason: r10k is sleepy and wants to take a nap")
32
-
33
- expect {
34
- subject.check_write_lock!(deploy: {write_lock: "r10k is sleepy and wants to take a nap"})
35
- }.to exit_with(16)
36
- end
37
- end
38
- end
@@ -1,61 +0,0 @@
1
- require 'spec_helper'
2
-
3
- require 'r10k/action/deploy/display'
4
-
5
- describe R10K::Action::Deploy::Display do
6
- describe "initializing" do
7
- it "accepts a puppetfile option" do
8
- described_class.new({puppetfile: true}, [], {})
9
- end
10
-
11
- it "accepts a modules option" do
12
- described_class.new({modules: true}, [], {})
13
- end
14
-
15
- it "accepts a detail option" do
16
- described_class.new({detail: true}, [], {})
17
- end
18
-
19
- it "accepts a format option" do
20
- described_class.new({format: "json"}, [], {})
21
- end
22
-
23
- it "accepts a fetch option" do
24
- described_class.new({fetch: true}, [], {})
25
- end
26
- end
27
-
28
- subject { described_class.new({config: "/some/nonexistent/path"}, [], {}) }
29
-
30
- before do
31
- allow(subject).to receive(:puts)
32
- end
33
-
34
- it_behaves_like "a deploy action that requires a config file"
35
-
36
- describe "collecting info" do
37
- subject { described_class.new({config: "/some/nonexistent/path", format: 'json', puppetfile: true, detail: true}, ['first'], {}) }
38
-
39
- let(:mock_config) do
40
- R10K::Deployment::MockConfig.new(
41
- :sources => {
42
- :control => {
43
- :type => :mock,
44
- :basedir => '/some/nonexistent/path/control',
45
- :environments => %w[first second third env-that/will-be-corrected],
46
- :prefix => 'PREFIX'
47
- }
48
- }
49
- )
50
- end
51
-
52
- let(:deployment) { R10K::Deployment.new(mock_config) }
53
-
54
- it "gathers environment info" do
55
- source_info = subject.send(:source_info, deployment.sources.first, ['first'])
56
- expect(source_info[:name]).to eq(:control)
57
- expect(source_info[:environments].length).to eq(1)
58
- expect(source_info[:environments][0][:name]).to eq('first')
59
- end
60
- end
61
- end