deploy-context 2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8.4.gbb2ab14.12.g0bc028d → 2.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data/bin/deploy-context +3 -1
  4. data/libraries/context-manager.rb +103 -6
  5. data/libraries/deploy-context/cookbook-studio.rb +43 -0
  6. data/libraries/deploy-context/cucumber-studio.rb +9 -0
  7. data/libraries/deploy-context/default-studio.rb +58 -0
  8. data/libraries/deploy-context/deploy/context.rb +0 -70
  9. data/libraries/deploy-context/deploy/cookbook.rb +20 -4
  10. data/libraries/deploy-context/deploy/cucumber.rb +7 -3
  11. data/libraries/deploy-context/deploy/deployer.rb +20 -38
  12. data/libraries/deploy-context/deploy/git.rb +16 -14
  13. data/libraries/deploy-context/deploy/habitat.rb +112 -0
  14. data/libraries/deploy-context/deploy/ruby.rb +34 -9
  15. data/libraries/deploy-context/habitat-studio.rb +38 -0
  16. data/libraries/deploy-context/helpers/command.rb +7 -4
  17. data/libraries/deploy-context/helpers/rake_tasks.rb +143 -39
  18. data/libraries/deploy-context/ruby-studio.rb +24 -0
  19. data/libraries/deploy-context/steps/deploy.rb +53 -0
  20. data/libraries/deploy-context/studio/base.rb +155 -0
  21. data/libraries/deploy-context/studio/default.rb +65 -0
  22. data/libraries/deploy-context/studio/deployer.rb +20 -0
  23. data/libraries/deploy-context.rb +9 -13
  24. data.tar.gz.sig +0 -0
  25. metadata +184 -29
  26. metadata.gz.sig +0 -0
  27. data/.gitignore +0 -25
  28. data/.kitchen/logs/kitchen.log +0 -149
  29. data/CHANGELOG.md +0 -10
  30. data/Gemfile +0 -3
  31. data/Policyfile.rb +0 -16
  32. data/Rakefile +0 -3
  33. data/VERSION +0 -1
  34. data/chefignore +0 -115
  35. data/compliance/README.md +0 -25
  36. data/config/cucumber.yml +0 -5
  37. data/deploy-context.gemspec +0 -69
  38. data/features/code_update.feature +0 -13
  39. data/features/step_definitions/deploy-context.rb +0 -2
  40. data/features/support/env.rb +0 -6
  41. data/features/update_deployer.feature +0 -10
  42. data/features/updated_git.feature +0 -10
  43. data/kitchen.yml +0 -31
  44. data/libraries/deploy-context/deploy.rb +0 -36
  45. data/libraries/deploy-context/helpers/binary.rb +0 -7
  46. data/libraries/deploy-context/step_definitions/deploy-context.rb +0 -39
  47. data/metadata.rb +0 -23
  48. data/recipes/default.rb +0 -8
  49. data/test/integration/default/default_test.rb +0 -16
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploy-context
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8.4.gbb2ab14.12.g0bc028d
4
+ version: 2.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
@@ -35,7 +35,7 @@ cert_chain:
35
35
  +V3ectLBpuoKM8f/ZFMnUPA0mAv5e7J6u9IBwyNj/cy+wLOAbpPdmhoKZXCpQcno
36
36
  ysBBJbi//0tgFWwC4vOaDMch
37
37
  -----END CERTIFICATE-----
38
- date: 2023-10-05 00:00:00.000000000 Z
38
+ date: 2023-10-07 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: chef
@@ -44,7 +44,7 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- type: :development
47
+ type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
@@ -58,7 +58,175 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- type: :development
61
+ type: :runtime
62
+ prerelease: false
63
+ version_requirements: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: '0'
68
+ - !ruby/object:Gem::Dependency
69
+ name: chef-bin
70
+ requirement: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ type: :runtime
76
+ prerelease: false
77
+ version_requirements: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ - !ruby/object:Gem::Dependency
83
+ name: chef-cli
84
+ requirement: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: '0'
89
+ type: :runtime
90
+ prerelease: false
91
+ version_requirements: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - ">="
94
+ - !ruby/object:Gem::Version
95
+ version: '0'
96
+ - !ruby/object:Gem::Dependency
97
+ name: cheffish
98
+ requirement: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: '0'
103
+ type: :runtime
104
+ prerelease: false
105
+ version_requirements: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - ">="
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ - !ruby/object:Gem::Dependency
111
+ name: kitchen-vagrant
112
+ requirement: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - ">="
115
+ - !ruby/object:Gem::Version
116
+ version: '0'
117
+ type: :runtime
118
+ prerelease: false
119
+ version_requirements: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - ">="
122
+ - !ruby/object:Gem::Version
123
+ version: '0'
124
+ - !ruby/object:Gem::Dependency
125
+ name: kitchen-dokken
126
+ requirement: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - ">="
129
+ - !ruby/object:Gem::Version
130
+ version: '0'
131
+ type: :runtime
132
+ prerelease: false
133
+ version_requirements: !ruby/object:Gem::Requirement
134
+ requirements:
135
+ - - ">="
136
+ - !ruby/object:Gem::Version
137
+ version: '0'
138
+ - !ruby/object:Gem::Dependency
139
+ name: kitchen-ec2
140
+ requirement: !ruby/object:Gem::Requirement
141
+ requirements:
142
+ - - ">="
143
+ - !ruby/object:Gem::Version
144
+ version: '0'
145
+ type: :runtime
146
+ prerelease: false
147
+ version_requirements: !ruby/object:Gem::Requirement
148
+ requirements:
149
+ - - ">="
150
+ - !ruby/object:Gem::Version
151
+ version: '0'
152
+ - !ruby/object:Gem::Dependency
153
+ name: simplecov
154
+ requirement: !ruby/object:Gem::Requirement
155
+ requirements:
156
+ - - ">="
157
+ - !ruby/object:Gem::Version
158
+ version: '0'
159
+ type: :runtime
160
+ prerelease: false
161
+ version_requirements: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - ">="
164
+ - !ruby/object:Gem::Version
165
+ version: '0'
166
+ - !ruby/object:Gem::Dependency
167
+ name: cucumber
168
+ requirement: !ruby/object:Gem::Requirement
169
+ requirements:
170
+ - - ">="
171
+ - !ruby/object:Gem::Version
172
+ version: '0'
173
+ type: :runtime
174
+ prerelease: false
175
+ version_requirements: !ruby/object:Gem::Requirement
176
+ requirements:
177
+ - - ">="
178
+ - !ruby/object:Gem::Version
179
+ version: '0'
180
+ - !ruby/object:Gem::Dependency
181
+ name: down
182
+ requirement: !ruby/object:Gem::Requirement
183
+ requirements:
184
+ - - ">="
185
+ - !ruby/object:Gem::Version
186
+ version: '0'
187
+ type: :runtime
188
+ prerelease: false
189
+ version_requirements: !ruby/object:Gem::Requirement
190
+ requirements:
191
+ - - ">="
192
+ - !ruby/object:Gem::Version
193
+ version: '0'
194
+ - !ruby/object:Gem::Dependency
195
+ name: unix-crypt
196
+ requirement: !ruby/object:Gem::Requirement
197
+ requirements:
198
+ - - ">="
199
+ - !ruby/object:Gem::Version
200
+ version: '0'
201
+ type: :runtime
202
+ prerelease: false
203
+ version_requirements: !ruby/object:Gem::Requirement
204
+ requirements:
205
+ - - ">="
206
+ - !ruby/object:Gem::Version
207
+ version: '0'
208
+ - !ruby/object:Gem::Dependency
209
+ name: ruby-shadow
210
+ requirement: !ruby/object:Gem::Requirement
211
+ requirements:
212
+ - - ">="
213
+ - !ruby/object:Gem::Version
214
+ version: '0'
215
+ type: :runtime
216
+ prerelease: false
217
+ version_requirements: !ruby/object:Gem::Requirement
218
+ requirements:
219
+ - - ">="
220
+ - !ruby/object:Gem::Version
221
+ version: '0'
222
+ - !ruby/object:Gem::Dependency
223
+ name: securerandom
224
+ requirement: !ruby/object:Gem::Requirement
225
+ requirements:
226
+ - - ">="
227
+ - !ruby/object:Gem::Version
228
+ version: '0'
229
+ type: :runtime
62
230
  prerelease: false
63
231
  version_requirements: !ruby/object:Gem::Requirement
64
232
  requirements:
@@ -90,43 +258,30 @@ extra_rdoc_files:
90
258
  - README.md
91
259
  - LICENSE
92
260
  files:
93
- - ".gitignore"
94
- - ".kitchen/logs/kitchen.log"
95
- - CHANGELOG.md
96
- - Gemfile
97
261
  - LICENSE
98
- - Policyfile.rb
99
262
  - README.md
100
- - Rakefile
101
- - VERSION
102
263
  - bin/deploy-context
103
- - chefignore
104
- - compliance/README.md
105
- - config/cucumber.yml
106
- - deploy-context.gemspec
107
- - features/code_update.feature
108
- - features/step_definitions/deploy-context.rb
109
- - features/support/env.rb
110
- - features/update_deployer.feature
111
- - features/updated_git.feature
112
- - kitchen.yml
113
264
  - libraries/context-manager.rb
114
265
  - libraries/deploy-context.rb
115
- - libraries/deploy-context/deploy.rb
266
+ - libraries/deploy-context/cookbook-studio.rb
267
+ - libraries/deploy-context/cucumber-studio.rb
268
+ - libraries/deploy-context/default-studio.rb
116
269
  - libraries/deploy-context/deploy/context.rb
117
270
  - libraries/deploy-context/deploy/cookbook.rb
118
271
  - libraries/deploy-context/deploy/cucumber.rb
119
272
  - libraries/deploy-context/deploy/deployer.rb
120
273
  - libraries/deploy-context/deploy/git.rb
274
+ - libraries/deploy-context/deploy/habitat.rb
121
275
  - libraries/deploy-context/deploy/ruby.rb
122
276
  - libraries/deploy-context/deploy/vagrant.rb
123
- - libraries/deploy-context/helpers/binary.rb
277
+ - libraries/deploy-context/habitat-studio.rb
124
278
  - libraries/deploy-context/helpers/command.rb
125
279
  - libraries/deploy-context/helpers/rake_tasks.rb
126
- - libraries/deploy-context/step_definitions/deploy-context.rb
127
- - metadata.rb
128
- - recipes/default.rb
129
- - test/integration/default/default_test.rb
280
+ - libraries/deploy-context/ruby-studio.rb
281
+ - libraries/deploy-context/steps/deploy.rb
282
+ - libraries/deploy-context/studio/base.rb
283
+ - libraries/deploy-context/studio/default.rb
284
+ - libraries/deploy-context/studio/deployer.rb
130
285
  homepage: https://github.com/JimboDragonGit/deploy-context
131
286
  licenses:
132
287
  - MIT
@@ -146,9 +301,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
301
  version: '0'
147
302
  required_rubygems_version: !ruby/object:Gem::Requirement
148
303
  requirements:
149
- - - ">"
304
+ - - ">="
150
305
  - !ruby/object:Gem::Version
151
- version: 1.3.1
306
+ version: '0'
152
307
  requirements: []
153
308
  rubygems_version: 3.2.32
154
309
  signing_key:
metadata.gz.sig CHANGED
Binary file
data/.gitignore DELETED
@@ -1,25 +0,0 @@
1
- .vagrant
2
- *~
3
- *#
4
- .#*
5
- \#*#
6
- .*.sw[a-z]
7
- *.un~
8
-
9
- # Bundler
10
- Gemfile.lock
11
- gems.locked
12
- bin/*
13
- .bundle/*
14
-
15
- # test kitchen
16
- .kitchen/
17
- kitchen.local.yml
18
-
19
- # Chef Infra
20
- Berksfile.lock
21
- .zero-knife.rb
22
- Policyfile.lock.json
23
-
24
- .idea/
25
-
@@ -1,149 +0,0 @@
1
- I, [2023-10-05T00:43:44.285158 #1021799] INFO -- Kitchen: -----> Starting Test Kitchen (v3.3.2)
2
- I, [2023-10-05T00:43:45.266083 #1021799] INFO -- Kitchen: -----> Cleaning up any prior instances of <default-ubuntu-2004>
3
- I, [2023-10-05T00:43:45.266566 #1021799] INFO -- Kitchen: -----> Destroying <default-ubuntu-2004>...
4
- I, [2023-10-05T00:43:50.730866 #1021799] INFO -- Kitchen: -----> Testing <default-ubuntu-2004>
5
- I, [2023-10-05T00:43:50.730999 #1021799] INFO -- Kitchen: -----> Creating <default-ubuntu-2004>...
6
- I, [2023-10-05T00:45:03.390186 #1021799] INFO -- Kitchen: -----> Converging <default-ubuntu-2004>...
7
- I, [2023-10-05T00:45:23.468810 #1021799] INFO -- Kitchen: -----> Cleaning up any prior instances of <default-centos-8>
8
- I, [2023-10-05T00:45:23.469708 #1021799] INFO -- Kitchen: -----> Destroying <default-centos-8>...
9
- I, [2023-10-05T00:45:28.882688 #1021799] INFO -- Kitchen: -----> Testing <default-centos-8>
10
- I, [2023-10-05T00:45:28.882814 #1021799] INFO -- Kitchen: -----> Creating <default-centos-8>...
11
- I, [2023-10-05T00:46:29.053970 #1021799] INFO -- Kitchen: -----> Converging <default-centos-8>...
12
- E, [2023-10-05T00:46:52.203206 #1021799] ERROR -- Kitchen: ------Exception-------
13
- E, [2023-10-05T00:46:52.203283 #1021799] ERROR -- Kitchen: Class: Kitchen::ActionFailed
14
- E, [2023-10-05T00:46:52.203320 #1021799] ERROR -- Kitchen: Message: 2 actions failed.
15
- >>>>>> Converge failed on instance <default-ubuntu-2004>. Please see .kitchen/logs/default-ubuntu-2004.log for more details
16
- >>>>>> Converge failed on instance <default-centos-8>. Please see .kitchen/logs/default-centos-8.log for more details
17
- E, [2023-10-05T00:46:52.203416 #1021799] ERROR -- Kitchen: ----------------------
18
- E, [2023-10-05T00:46:52.203459 #1021799] ERROR -- Kitchen: ------Backtrace-------
19
- E, [2023-10-05T00:46:52.203497 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:181:in `report_errors'
20
- E, [2023-10-05T00:46:52.203543 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:172:in `run_action'
21
- E, [2023-10-05T00:46:52.203581 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command/test.rb:41:in `block in call'
22
- E, [2023-10-05T00:46:52.203639 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/3.0.0/benchmark.rb:293:in `measure'
23
- E, [2023-10-05T00:46:52.203714 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command/test.rb:37:in `call'
24
- E, [2023-10-05T00:46:52.203783 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/cli.rb:52:in `perform'
25
- E, [2023-10-05T00:46:52.203830 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/cli.rb:250:in `test'
26
- E, [2023-10-05T00:46:52.203894 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/thor-1.2.1/lib/thor/command.rb:27:in `run'
27
- E, [2023-10-05T00:46:52.203941 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/thor-1.2.1/lib/thor/invocation.rb:127:in `invoke_command'
28
- E, [2023-10-05T00:46:52.203997 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/thor-1.2.1/lib/thor.rb:392:in `dispatch'
29
- E, [2023-10-05T00:46:52.204046 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/thor-1.2.1/lib/thor/base.rb:485:in `start'
30
- E, [2023-10-05T00:46:52.204099 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/bin/kitchen:11:in `block in <top (required)>'
31
- E, [2023-10-05T00:46:52.204174 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/errors.rb:183:in `with_friendly_errors'
32
- E, [2023-10-05T00:46:52.204236 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/bin/kitchen:11:in `<top (required)>'
33
- E, [2023-10-05T00:46:52.204316 #1021799] ERROR -- Kitchen: /opt/chef-workstation/bin/kitchen:389:in `load'
34
- E, [2023-10-05T00:46:52.204380 #1021799] ERROR -- Kitchen: /opt/chef-workstation/bin/kitchen:389:in `<main>'
35
- E, [2023-10-05T00:46:52.204471 #1021799] ERROR -- Kitchen: ----End Backtrace-----
36
- E, [2023-10-05T00:46:52.204533 #1021799] ERROR -- Kitchen: -Composite Exception--
37
- E, [2023-10-05T00:46:52.204592 #1021799] ERROR -- Kitchen: Class: Kitchen::InstanceFailure
38
- E, [2023-10-05T00:46:52.204678 #1021799] ERROR -- Kitchen: Message: Converge failed on instance <default-ubuntu-2004>. Please see .kitchen/logs/default-ubuntu-2004.log for more details
39
- E, [2023-10-05T00:46:52.204734 #1021799] ERROR -- Kitchen: ----------------------
40
- E, [2023-10-05T00:46:52.204794 #1021799] ERROR -- Kitchen: ------Backtrace-------
41
- E, [2023-10-05T00:46:52.204837 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/provisioner/base.rb:99:in `rescue in call'
42
- E, [2023-10-05T00:46:52.204903 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/provisioner/base.rb:98:in `call'
43
- E, [2023-10-05T00:46:52.204974 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:419:in `block in converge_action'
44
- E, [2023-10-05T00:46:52.205021 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:563:in `synchronize_or_call'
45
- E, [2023-10-05T00:46:52.205075 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:524:in `block in action'
46
- E, [2023-10-05T00:46:52.205152 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/3.0.0/benchmark.rb:293:in `measure'
47
- E, [2023-10-05T00:46:52.205787 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:523:in `action'
48
- E, [2023-10-05T00:46:52.205843 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:414:in `converge_action'
49
- E, [2023-10-05T00:46:52.205893 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:392:in `block (2 levels) in transition_to'
50
- E, [2023-10-05T00:46:52.205938 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/lifecycle_hooks.rb:47:in `run_with_hooks'
51
- E, [2023-10-05T00:46:52.205980 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:391:in `block in transition_to'
52
- E, [2023-10-05T00:46:52.206033 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:390:in `each'
53
- E, [2023-10-05T00:46:52.206079 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:390:in `transition_to'
54
- E, [2023-10-05T00:46:52.206149 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:161:in `verify'
55
- E, [2023-10-05T00:46:52.206203 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:190:in `block in test'
56
- E, [2023-10-05T00:46:52.206245 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/3.0.0/benchmark.rb:293:in `measure'
57
- E, [2023-10-05T00:46:52.206286 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:186:in `test'
58
- E, [2023-10-05T00:46:52.206372 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:195:in `public_send'
59
- E, [2023-10-05T00:46:52.206421 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:195:in `run_action_in_thread'
60
- E, [2023-10-05T00:46:52.206498 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:166:in `block (2 levels) in run_action'
61
- E, [2023-10-05T00:46:52.206555 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/logging-2.3.1/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
62
- E, [2023-10-05T00:46:52.206611 #1021799] ERROR -- Kitchen: ----End Backtrace-----
63
- E, [2023-10-05T00:46:52.206663 #1021799] ERROR -- Kitchen: ---Nested Exception---
64
- E, [2023-10-05T00:46:52.206724 #1021799] ERROR -- Kitchen: Class: Kitchen::ActionFailed
65
- E, [2023-10-05T00:46:52.206767 #1021799] ERROR -- Kitchen: Message: SSH exited (1) for command: [sh -c '
66
- TEST_KITCHEN="1"; export TEST_KITCHEN
67
- sudo -E /opt/chef/bin/chef-client --local-mode --config /tmp/kitchen/client.rb --log_level auto --force-formatter --no-color --json-attributes /tmp/kitchen/dna.json --chef-zero-port 8889
68
- ']
69
- E, [2023-10-05T00:46:52.206846 #1021799] ERROR -- Kitchen: ----------------------
70
- E, [2023-10-05T00:46:52.206899 #1021799] ERROR -- Kitchen: ------Backtrace-------
71
- E, [2023-10-05T00:46:52.206959 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/provisioner/base.rb:99:in `rescue in call'
72
- E, [2023-10-05T00:46:52.207015 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/provisioner/base.rb:98:in `call'
73
- E, [2023-10-05T00:46:52.207068 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:419:in `block in converge_action'
74
- E, [2023-10-05T00:46:52.207170 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:563:in `synchronize_or_call'
75
- E, [2023-10-05T00:46:52.207273 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:524:in `block in action'
76
- E, [2023-10-05T00:46:52.207361 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/3.0.0/benchmark.rb:293:in `measure'
77
- E, [2023-10-05T00:46:52.207464 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:523:in `action'
78
- E, [2023-10-05T00:46:52.207553 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:414:in `converge_action'
79
- E, [2023-10-05T00:46:52.207626 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:392:in `block (2 levels) in transition_to'
80
- E, [2023-10-05T00:46:52.207696 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/lifecycle_hooks.rb:47:in `run_with_hooks'
81
- E, [2023-10-05T00:46:52.207762 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:391:in `block in transition_to'
82
- E, [2023-10-05T00:46:52.207823 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:390:in `each'
83
- E, [2023-10-05T00:46:52.207891 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:390:in `transition_to'
84
- E, [2023-10-05T00:46:52.207962 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:161:in `verify'
85
- E, [2023-10-05T00:46:52.208079 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:190:in `block in test'
86
- E, [2023-10-05T00:46:52.208152 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/3.0.0/benchmark.rb:293:in `measure'
87
- E, [2023-10-05T00:46:52.208225 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:186:in `test'
88
- E, [2023-10-05T00:46:52.208271 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:195:in `public_send'
89
- E, [2023-10-05T00:46:52.208328 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:195:in `run_action_in_thread'
90
- E, [2023-10-05T00:46:52.208383 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:166:in `block (2 levels) in run_action'
91
- E, [2023-10-05T00:46:52.208439 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/logging-2.3.1/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
92
- E, [2023-10-05T00:46:52.208503 #1021799] ERROR -- Kitchen: ----End Backtrace-----
93
- E, [2023-10-05T00:46:52.208602 #1021799] ERROR -- Kitchen: -Composite Exception--
94
- E, [2023-10-05T00:46:52.208688 #1021799] ERROR -- Kitchen: Class: Kitchen::InstanceFailure
95
- E, [2023-10-05T00:46:52.208798 #1021799] ERROR -- Kitchen: Message: Converge failed on instance <default-centos-8>. Please see .kitchen/logs/default-centos-8.log for more details
96
- E, [2023-10-05T00:46:52.208900 #1021799] ERROR -- Kitchen: ----------------------
97
- E, [2023-10-05T00:46:52.208981 #1021799] ERROR -- Kitchen: ------Backtrace-------
98
- E, [2023-10-05T00:46:52.209051 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/provisioner/base.rb:99:in `rescue in call'
99
- E, [2023-10-05T00:46:52.209112 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/provisioner/base.rb:98:in `call'
100
- E, [2023-10-05T00:46:52.209177 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:419:in `block in converge_action'
101
- E, [2023-10-05T00:46:52.209256 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:563:in `synchronize_or_call'
102
- E, [2023-10-05T00:46:52.209303 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:524:in `block in action'
103
- E, [2023-10-05T00:46:52.209359 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/3.0.0/benchmark.rb:293:in `measure'
104
- E, [2023-10-05T00:46:52.209412 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:523:in `action'
105
- E, [2023-10-05T00:46:52.209457 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:414:in `converge_action'
106
- E, [2023-10-05T00:46:52.209504 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:392:in `block (2 levels) in transition_to'
107
- E, [2023-10-05T00:46:52.209554 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/lifecycle_hooks.rb:47:in `run_with_hooks'
108
- E, [2023-10-05T00:46:52.209604 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:391:in `block in transition_to'
109
- E, [2023-10-05T00:46:52.209659 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:390:in `each'
110
- E, [2023-10-05T00:46:52.209728 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:390:in `transition_to'
111
- E, [2023-10-05T00:46:52.209778 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:161:in `verify'
112
- E, [2023-10-05T00:46:52.209839 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:190:in `block in test'
113
- E, [2023-10-05T00:46:52.209890 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/3.0.0/benchmark.rb:293:in `measure'
114
- E, [2023-10-05T00:46:52.209941 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:186:in `test'
115
- E, [2023-10-05T00:46:52.210001 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:195:in `public_send'
116
- E, [2023-10-05T00:46:52.210053 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:195:in `run_action_in_thread'
117
- E, [2023-10-05T00:46:52.210099 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:166:in `block (2 levels) in run_action'
118
- E, [2023-10-05T00:46:52.210158 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/logging-2.3.1/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
119
- E, [2023-10-05T00:46:52.210213 #1021799] ERROR -- Kitchen: ----End Backtrace-----
120
- E, [2023-10-05T00:46:52.210275 #1021799] ERROR -- Kitchen: ---Nested Exception---
121
- E, [2023-10-05T00:46:52.210330 #1021799] ERROR -- Kitchen: Class: Kitchen::ActionFailed
122
- E, [2023-10-05T00:46:52.210387 #1021799] ERROR -- Kitchen: Message: SSH exited (1) for command: [sh -c '
123
- TEST_KITCHEN="1"; export TEST_KITCHEN
124
- sudo -E /opt/chef/bin/chef-client --local-mode --config /tmp/kitchen/client.rb --log_level auto --force-formatter --no-color --json-attributes /tmp/kitchen/dna.json --chef-zero-port 8889
125
- ']
126
- E, [2023-10-05T00:46:52.210461 #1021799] ERROR -- Kitchen: ----------------------
127
- E, [2023-10-05T00:46:52.210509 #1021799] ERROR -- Kitchen: ------Backtrace-------
128
- E, [2023-10-05T00:46:52.210574 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/provisioner/base.rb:99:in `rescue in call'
129
- E, [2023-10-05T00:46:52.210630 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/provisioner/base.rb:98:in `call'
130
- E, [2023-10-05T00:46:52.210679 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:419:in `block in converge_action'
131
- E, [2023-10-05T00:46:52.210718 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:563:in `synchronize_or_call'
132
- E, [2023-10-05T00:46:52.210762 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:524:in `block in action'
133
- E, [2023-10-05T00:46:52.210814 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/3.0.0/benchmark.rb:293:in `measure'
134
- E, [2023-10-05T00:46:52.210850 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:523:in `action'
135
- E, [2023-10-05T00:46:52.210886 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:414:in `converge_action'
136
- E, [2023-10-05T00:46:52.210944 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:392:in `block (2 levels) in transition_to'
137
- E, [2023-10-05T00:46:52.210988 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/lifecycle_hooks.rb:47:in `run_with_hooks'
138
- E, [2023-10-05T00:46:52.211036 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:391:in `block in transition_to'
139
- E, [2023-10-05T00:46:52.211080 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:390:in `each'
140
- E, [2023-10-05T00:46:52.211135 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:390:in `transition_to'
141
- E, [2023-10-05T00:46:52.211187 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:161:in `verify'
142
- E, [2023-10-05T00:46:52.211248 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:190:in `block in test'
143
- E, [2023-10-05T00:46:52.211293 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/3.0.0/benchmark.rb:293:in `measure'
144
- E, [2023-10-05T00:46:52.211359 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/instance.rb:186:in `test'
145
- E, [2023-10-05T00:46:52.211404 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:195:in `public_send'
146
- E, [2023-10-05T00:46:52.211440 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:195:in `run_action_in_thread'
147
- E, [2023-10-05T00:46:52.211498 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/test-kitchen-3.3.2/lib/kitchen/command.rb:166:in `block (2 levels) in run_action'
148
- E, [2023-10-05T00:46:52.211542 #1021799] ERROR -- Kitchen: /opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/gems/logging-2.3.1/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
149
- E, [2023-10-05T00:46:52.211597 #1021799] ERROR -- Kitchen: ----End Backtrace-----
data/CHANGELOG.md DELETED
@@ -1,10 +0,0 @@
1
- # deploy-context CHANGELOG
2
-
3
- This file is used to list changes made in each version of the deploy-context cookbook.
4
-
5
- ## 0.1.0
6
-
7
- Initial release.
8
-
9
- - change 0
10
- - change 1
data/Gemfile DELETED
@@ -1,3 +0,0 @@
1
- source 'https://rubygems.org/'
2
-
3
- gemspec
data/Policyfile.rb DELETED
@@ -1,16 +0,0 @@
1
- # Policyfile.rb - Describe how you want Chef Infra Client to build your system.
2
- #
3
- # For more information on the Policyfile feature, visit
4
- # https://docs.chef.io/policyfile/
5
-
6
- # A name that describes what the system you're building with Chef does.
7
- name 'deploy-context'
8
-
9
- # Where to find external cookbooks:
10
- default_source :supermarket
11
-
12
- # run_list: chef-client will run these recipes in the order specified.
13
- run_list 'deploy-context::default'
14
-
15
- # Specify a custom source for a single cookbook:
16
- cookbook 'deploy-context', path: '.'
data/Rakefile DELETED
@@ -1,3 +0,0 @@
1
- require_relative 'libraries/deploy-context/helpers/rake_tasks'
2
-
3
- task :default => "deploycontext:default"
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 2.2.0
data/chefignore DELETED
@@ -1,115 +0,0 @@
1
- # Put files/directories that should be ignored in this file when uploading
2
- # to a Chef Infra Server or Supermarket.
3
- # Lines that start with '# ' are comments.
4
-
5
- # OS generated files #
6
- ######################
7
- .DS_Store
8
- ehthumbs.db
9
- Icon?
10
- nohup.out
11
- Thumbs.db
12
- .envrc
13
-
14
- # EDITORS #
15
- ###########
16
- .#*
17
- .project
18
- .settings
19
- *_flymake
20
- *_flymake.*
21
- *.bak
22
- *.sw[a-z]
23
- *.tmproj
24
- *~
25
- \#*
26
- REVISION
27
- TAGS*
28
- tmtags
29
- .vscode
30
- .editorconfig
31
-
32
- ## COMPILED ##
33
- ##############
34
- *.class
35
- *.com
36
- *.dll
37
- *.exe
38
- *.o
39
- *.pyc
40
- *.so
41
- */rdoc/
42
- a.out
43
- mkmf.log
44
-
45
- # Testing #
46
- ###########
47
- .circleci/*
48
- .codeclimate.yml
49
- .delivery/*
50
- .foodcritic
51
- .kitchen*
52
- .mdlrc
53
- .overcommit.yml
54
- .rspec
55
- .rubocop.yml
56
- .travis.yml
57
- .watchr
58
- .yamllint
59
- azure-pipelines.yml
60
- Dangerfile
61
- examples/*
62
- features/*
63
- Guardfile
64
- kitchen.yml*
65
- mlc_config.json
66
- Procfile
67
- Rakefile
68
- spec/*
69
- test/*
70
-
71
- # SCM #
72
- #######
73
- .git
74
- .gitattributes
75
- .gitconfig
76
- .github/*
77
- .gitignore
78
- .gitkeep
79
- .gitmodules
80
- .svn
81
- */.bzr/*
82
- */.git
83
- */.hg/*
84
- */.svn/*
85
-
86
- # Berkshelf #
87
- #############
88
- Berksfile
89
- Berksfile.lock
90
- cookbooks/*
91
- tmp
92
-
93
- # Bundler #
94
- ###########
95
- vendor/*
96
- Gemfile
97
- Gemfile.lock
98
-
99
- # Policyfile #
100
- ##############
101
- Policyfile.rb
102
- Policyfile.lock.json
103
-
104
- # Documentation #
105
- #############
106
- CODE_OF_CONDUCT*
107
- CONTRIBUTING*
108
- documentation/*
109
- TESTING*
110
- UPGRADING*
111
-
112
- # Vagrant #
113
- ###########
114
- .vagrant
115
- Vagrantfile
data/compliance/README.md DELETED
@@ -1,25 +0,0 @@
1
- # compliance
2
-
3
- This directory contains Chef InSpec profile, waiver and input objects which are used with the Chef Infra Compliance Phase.
4
-
5
- Detailed information on the Chef Infra Compliance Phase can be found in the [Chef Documentation](https://docs.chef.io/chef_compliance_phase/).
6
-
7
- ```plain
8
- ./compliance
9
- ├── inputs
10
- ├── profiles
11
- └── waivers
12
- ```
13
-
14
- Use the `chef generate` command from Chef Workstation to create content for these directories:
15
-
16
- ```sh
17
- # Generate a Chef InSpec profile
18
- chef generate profile PROFILE_NAME
19
-
20
- # Generate a Chef InSpec waiver file
21
- chef generate waiver WAIVER_NAME
22
-
23
- # Generate a Chef InSpec input file
24
- chef generate input INPUT_NAME
25
- ```
data/config/cucumber.yml DELETED
@@ -1,5 +0,0 @@
1
- ## ##YAML Template
2
- <% require_relative 'libraries/deploy-context' %>
3
- <% common = "--tags ~@wip --strict" %>
4
- strict: <%= common %> features
5
- html_report: <%= common %> --format html --out=features_report.html features