opscode-pushy-client 2.5.6 → 2.99.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +0 -1
  3. data/lib/pushy_client/version.rb +1 -1
  4. data/opscode-pushy-client.gemspec +4 -4
  5. metadata +11 -54
  6. data/CHANGELOG.md +0 -148
  7. data/Gemfile.lock +0 -252
  8. data/README.md +0 -43
  9. data/RELEASE_NOTES.md +0 -9
  10. data/RELEASE_PROCESS.md +0 -105
  11. data/VERSION +0 -1
  12. data/jenkins/jenkins_run_tests.sh +0 -9
  13. data/keys/client_private.pem +0 -27
  14. data/keys/server_public.pem +0 -9
  15. data/omnibus/Berksfile +0 -12
  16. data/omnibus/Gemfile +0 -15
  17. data/omnibus/Gemfile.lock +0 -359
  18. data/omnibus/LICENSE +0 -201
  19. data/omnibus/README.md +0 -141
  20. data/omnibus/acceptance/Berksfile +0 -6
  21. data/omnibus/acceptance/Berksfile.lock +0 -35
  22. data/omnibus/acceptance/Makefile +0 -13
  23. data/omnibus/acceptance/README.md +0 -29
  24. data/omnibus/acceptance/metadata.rb +0 -12
  25. data/omnibus/acceptance/recipes/chef-server-user-org.rb +0 -31
  26. data/omnibus/config/projects/push-jobs-client.rb +0 -82
  27. data/omnibus/config/software/opscode-pushy-client.rb +0 -79
  28. data/omnibus/files/mapfiles/solaris +0 -18
  29. data/omnibus/files/openssl-customization/windows/ssl_env_hack.rb +0 -34
  30. data/omnibus/omnibus.rb +0 -54
  31. data/omnibus/package-scripts/push-jobs-client/postinst +0 -55
  32. data/omnibus/package-scripts/push-jobs-client/postrm +0 -39
  33. data/omnibus/resources/push-jobs-client/dmg/background.png +0 -0
  34. data/omnibus/resources/push-jobs-client/dmg/icon.png +0 -0
  35. data/omnibus/resources/push-jobs-client/msi/assets/LICENSE.rtf +0 -197
  36. data/omnibus/resources/push-jobs-client/msi/assets/banner_background.bmp +0 -0
  37. data/omnibus/resources/push-jobs-client/msi/assets/dialog_background.bmp +0 -0
  38. data/omnibus/resources/push-jobs-client/msi/assets/oc.ico +0 -0
  39. data/omnibus/resources/push-jobs-client/msi/assets/oc_16x16.ico +0 -0
  40. data/omnibus/resources/push-jobs-client/msi/assets/oc_32x32.ico +0 -0
  41. data/omnibus/resources/push-jobs-client/msi/localization-en-us.wxl.erb +0 -26
  42. data/omnibus/resources/push-jobs-client/msi/parameters.wxi.erb +0 -9
  43. data/omnibus/resources/push-jobs-client/msi/source.wxs.erb +0 -141
  44. data/omnibus/resources/push-jobs-client/pkg/background.png +0 -0
  45. data/omnibus/resources/push-jobs-client/pkg/license.html.erb +0 -202
  46. data/omnibus/resources/push-jobs-client/pkg/welcome.html.erb +0 -5
  47. data/omnibus_overrides.rb +0 -26
  48. data/pkg/opscode-pushy-client-2.5.6.gem +0 -0
data/README.md DELETED
@@ -1,43 +0,0 @@
1
- # Push Jobs Client
2
-
3
- [![Build Status](https://travis-ci.org/chef/opscode-pushy-client.svg?branch=master)](https://travis-ci.org/chef/opscode-pushy-client)
4
-
5
- Want to find out more about Push Jobs? Check out [docs.chef.io](https://docs.chef.io/push_jobs.html)!
6
-
7
- ## Development
8
- ### Setup Local Machine
9
-
10
- bundle install
11
- brew install zeromq
12
-
13
- ### Setup Chef Server w/ Push Jobs Server
14
- 1. Check out chef/chef-server and start DVM w/ Manage and Push Jobs.
15
- ```yaml
16
- # config.yml
17
- vm:
18
- plugins:
19
- chef-manage: true
20
- push-jobs-server: true
21
- ```
22
- Run `vagrant up` to bring up the Push Jobs Server.
23
-
24
- 2. Register you local machine as a node on the chef-server. From `chef-server/dev`, run:
25
- ```shell
26
- vagrant ssh
27
- sudo chef-server-ctl user-create local-dev Local Dev local@chef.io 'password' -f /installers/local-dev.pem
28
- sudo chef-server-ctl org-create push-client-local "Local Push Client Development" -a local-dev -f /installers/push-client-local-validator.pem
29
- ```
30
-
31
- 3. Add your local machine as a node on the Chef Server.
32
- ```shell
33
- chef-client -c .chef/client.rb
34
- ```
35
-
36
- ### Start Push Jobs Client
37
- ```shell
38
- ./bin/pushy-client -c .chef/push-jobs-client.rb
39
- ```
40
-
41
- ## Contributing
42
-
43
- For information on contributing to this project see <https://github.com/chef/chef/blob/master/CONTRIBUTING.md>
@@ -1,9 +0,0 @@
1
- # Push Jobs Client Release Notes
2
-
3
- ## 2.4.9
4
-
5
- This release ships with notable fixes for a long standing issue where the Client could become deadlocked after encoutering network disruptions communicating with the Server.
6
-
7
- *Note*
8
-
9
- Due to the nature of the fixes above we are eager to hear your feedback on _any_ changes obeserved from the typical behavior of previous Client versions!
@@ -1,105 +0,0 @@
1
- # Push Client Release Process
2
-
3
- ## Document Purpose
4
-
5
- The purpose of this document is to describe the current release process such that any member of the team can do a release. As we improve the automation around the release process, the document should be updated such that it always has the exact steps required to release Push Client.
6
-
7
- This document is NOT aspirational. We have a number of automation tools that we intend to use to improve the release release process; however, many are not fully integrated with our process yet.. Do not add them to this document until they are ready to be part of the release process and can be used by any team member to perform a release.
8
-
9
- ## Prequisites
10
-
11
- In order to release, you will need the following accounts/permissions:
12
-
13
- - Local checkouts of the opscode-pushy-client and chef-web-downloads repositories
14
- - Push access to the opscode-pushy-client github repository
15
- - Chef Software, Inc Slack account
16
- - Account on [https://discourse.chef.io](https://discourse.chef.io) using your Chef email address
17
- - VPN account for Chef Software, Inc.
18
- - Login for manhattan.ci.chef.co (This is linked to your github
19
- account.)
20
- - Access to artifactory credentials (use your LDAP credentials)
21
-
22
- ## The Process
23
-
24
- ### Testing the release
25
-
26
- Our current support platforms are as follows:
27
-
28
- - Debian 6, 7
29
- - Rhel 5, 6, 7
30
- - Ubuntu 10.04, 12.04, 14.04
31
- - Windows 7, 8, 8.1, 10, Server 2008 R2, 2012, 2012 R2
32
-
33
- Currently, push-client must be manually tested to verify that it behaves correctly on its supported platforms. You can use the [push-setup](https://github.com/chef/oc-pushy-pedant/tree/master/dev/push-setup) script to easily set up a push-jobs-client + push-jobs-server cluster with the desired build versions that you'd like to test.
34
-
35
- ### Preparing the release
36
-
37
- - [ ] Double check CHANGELOG.md to ensure it includes all included changes. Update as appropriate.
38
-
39
- ### Building and Releasing the Release
40
-
41
- - [ ] Tag the opscode-pushy-client repository with the release version: `git
42
- tag -a VERSION_NUMBER`. - This is currently done by Chef Expediter.
43
-
44
- - [ ] Push the new tag: `git push origin master --tags`.
45
-
46
- - [ ] Trigger a release build in Jenkins using the
47
- `push-jobs-client-trigger-release` trigger. Use the tag you created
48
- above as the GIT_REF parameter.
49
- - Watch the [push-jobs-client-trigger-release](http://manhattan.ci.chef.co/job/push-jobs-client-trigger-release/) build. (Need to be on VPN.)
50
-
51
- - [ ] Wait for the pipeline to complete.
52
- - Once the build is complete, the packages will be in the [Artifactory omnibus-current-local repository](http://artifactory.chef.co/simple/omnibus-current-local/com/getchef/push-jobs-client/) (Need to be on VPN.)
53
-
54
- - [ ] Use julia to promote the build: `@julia artifactory promote
55
- push-jobs-client TAG`. Replace TAG with the Git tag you created in the opscode-pushy-client repo. Please do this in the
56
- "#eng-services-support" room. Once this is done, the release is
57
- available to the public via the APT and YUM repositories.
58
-
59
- - [ ] Chef employees should already know a release is coming; however, as a
60
- courtesy, drop a message in the #cft-announce slack channel that the release
61
- is coming. Provide the release number and any highlights of the release.
62
-
63
- - [ ] In your local checkout of the [chef-web-downloads](https://github.com/chef/chef-web-downloads) repository,
64
- generate an update to the download page using rake:
65
-
66
- ```
67
- git checkout -b YOUR_INITIALS/release-push-jobs-client-VERSION
68
- export ARTIFACTORY_USERNAME="Your LDAP username"
69
- export ARTIFACTORY_PASSWORD="Your LDAP password"
70
- rake fetch[push-jobs-client]
71
- git add data/
72
- # make sure all the changes are what you expect
73
- # write a simple commit message
74
- git commit -v
75
- git push origin YOUR_INITIALS/release-push-jobs-client-VERSION
76
- ```
77
-
78
- - [ ] Open a GitHub pull request for the chef-web-downloads repository
79
- based on the branch you just created.
80
-
81
- - [ ] Have someone review and approve the change by adding a comment to the PR: `@delivery approve`.
82
- - Once approved and committed to master, Delivery will deploy the change to [the acceptance Downloads page](https://downloads-acceptance.chef.io/push-jobs-client/).
83
-
84
- - [ ] Once the change successfully completes the acceptance stage, verify the new release is visible on the acceptance Downloads page.
85
-
86
- - [ ] Deliver the change by adding a comment to the PR: `@delivery deliver`.
87
- - Once Delivery is complete, the new release will be live on [the production Downloads page](http://downloads.chef.io/push-jobs-client/).
88
-
89
- - [ ] Write and then publish a Discourse post on https://discourse.chef.io
90
- once the release is live. This post should contain a link to the downloads
91
- page ([https://downloads.chef.io](https://downloads.chef.io)) and its contents
92
- should be based on the information that was added to the RELEASE_NOTES.md file
93
- in an earlier step. *The post should be published to the Chef Release
94
- Announcements category on https://discourse.chef.io. If it is a security
95
- release, it should also be published to the Chef Security Announcements
96
- category.* Full details on the policy of making release announcements on
97
- Discourse can be found on the wiki: [https://chefio.atlassian.net/wiki/display/ENG/Release+Announcements+and+Security+Alerts](https://chefio.atlassian.net/wiki/display/ENG/Release+Announcements+and+Security+Alerts)
98
-
99
- - [ ] Let `#cft-announce` know about the release, including a link to the Discourse post.
100
-
101
- Chef Push Jobs Client is now released.
102
-
103
- ## Post Release
104
-
105
- - [ ] Relax 🎉
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 2.5.6
@@ -1,9 +0,0 @@
1
- #!/bin/bash
2
-
3
- export PATH=/usr/local/bin:$PATH
4
-
5
- ruby -v;
6
- # remove the Gemfile.lock and try again if bundler fails.
7
- # This should take care of Gemfile changes that result in "bad" bundles without forcing us to rebundle every time
8
- bundle install --path vendor/bundle || ( rm Gemfile.lock && bundle install --path vendor/bundle )
9
- bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec;
@@ -1,27 +0,0 @@
1
- -----BEGIN RSA PRIVATE KEY-----
2
- MIIEpAIBAAKCAQEAwxOFcrbsV7bEbqzOvW5uW5lyB23qsenlUdIGyRttqzGEaki0
3
- 1s7X+PpYy4BLfmVVmA6A6FCbL38CzzTUFX1ap6LYQR2PbytYjBjZZMUiVnjEgl12
4
- Zd1JF8dsPMj2BgPggx5GaGLvCOsajZ0YCDgWWkoO/HAEbztFIx2jdSCyD0ZH0ep4
5
- fSGDjmkN+5XurS0dBH8J5qPeJjriA/s/RzUbULjr3gvfg49onHxr/kTKbhc78GBO
6
- fKSH1ftECCoWnidadW7/lfKbAZ3xiSjLsIxSKxavHMeCUSgyReDZpsFOn2Saie26
7
- jvLxWrGyn870yIh36wMvCvWKwUQPnluSnstJxwIDAQABAoIBAFB3R++GpryTpjkk
8
- zO50k87y34dS/qE+opn6cVQZHUalWUJiFT4Z+ho4YdInbHyJniHnsaKiRTD1Shpg
9
- Zy8qEu/dCyjo4ZZwocjAI0Qe0Mgsbpp7pO/ltFW7q9jy6BCZHs3W+iHq1UCvgbdy
10
- Wkxhnk7GB6J3Lk0XfLA8dIVG5EvJ798sKF4LJvnftzAjlk4L3fbbYM0odNrYZpOh
11
- nts0+p8teSwij2jdWAN0rsfGtHQjHaHGtFrBNpj0zAefBFplQ4lp7MW1i8WSiJOf
12
- UXD/ZAkhxvRrKpfml2s0fGe3hsVxMK1iIA7nVfX0IA3whBd8S14ywZ5bdK6wDIPl
13
- UMyj5skCgYEA73adeMll/bGEv9h9AJe+GfSxwY74UlnzUFeJcBWkwSZbFjyv/Vh3
14
- rzcS7cTTwNO3AF5QB/oVZLmW+w3fgNs96zyaathCvDXtKYUmmAe61b3LIzk4dqBr
15
- 7ft/s0/OsNfNxD0cbTA45sJ+5rK1jd/X6WJGdTB4I0GvIexkDT94vIsCgYEA0Iwz
16
- /kBTyhMIwRpn+Ju3HaCfNvg2A9OAsAFjRLd/krpO6BdDBRIEyRlhjhdzD9heuD4v
17
- d9MuOAJnD1SWItvs7fOLT4KLXmRe+CjAueu5i7mwzEEGjkeeIWfD+NDdK/1SYzKH
18
- 70bZb3cZrD+r4djmUZ54Lz3KZO4/598orDV34zUCgYEAuBMMFa9rUUrGatq1rGD4
19
- 5ubsRYfrZxJyMQ45PgnFLhyX5E4eUrdQuUWyrUeiJxYYFJZrGtao31aysqYFav4d
20
- aNibMwqushMaDdKmyjMW8fsFTjxMJRRIIxYzIdl1XwdkyzbWxTBObUSRXDF/0mGB
21
- jYvX8XmiwCdbws3+Uxi5bOUCgYBxlhtvfLvmUQ2wl2BPsQhAc86kEvbgiJ8LvgXC
22
- VKuAUEdP8/OF3HWMzm0rBiyeUbvtX7lc60G+MdjOKcUIQX6/b6nN6Y1dIQ/028V0
23
- viY2KzJXXYdjkTBYg3ril2gPYI8yBkCxm4YsRtNN1PQaM5fmlohhOqd056sY8Jvn
24
- h8u/jQKBgQCDcJkaxdnLn0GTqFzTq7wLo/vfEYdwNsmE+F8onWUVT6L3rSQmzX2E
25
- lbrgzy7n/eUgsd7+LFRrxpSHehY3fpIr2Z/7QdtM2O0ppZHIR1tjteoWJ27osX54
26
- G5vZdGDsUNw54e2flS1W6ODjlTkXv1aRn+AtydZYKBfQkXg0KJjq7g==
27
- -----END RSA PRIVATE KEY-----
@@ -1,9 +0,0 @@
1
- -----BEGIN PUBLIC KEY-----
2
- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwLm8nRqzKICAP9LMNtpF
3
- 5LAFbOjCRvceprp+Gs6M1xU3csU0S16ZpBUuXslIcJyOWWZtfyqW2GPb4+zNlbAQ
4
- lsg26ngpw+XT9e4XH2ufp8xkQpwOBiA+1uo54uUj3PSxb1fySvPzpGzuhxOuGgBP
5
- JUrE7EE0eQFl3lTFDz9EtRgYc9x9kmbf0CfxX+YdMLCTsWJKC+BmzYARtFtf6rJc
6
- mpN0EF29kBunF2AckjF3EYm6H351BnJtCZMZn2vqBF1UPt4bdnuloUdPW2xOf0Zm
7
- LiyfwjODDOinSTpE5E8WfU1efXST7GvYZ1CmWS41c1UZBsqjLUDDlQNM8jWmpHqb
8
- 4QIDAQAB
9
- -----END PUBLIC KEY-----
@@ -1,12 +0,0 @@
1
- source 'https://supermarket.chef.io'
2
-
3
- cookbook 'omnibus'
4
-
5
- # Uncomment to use the latest version of the Omnibus cookbook from GitHub
6
- # cookbook 'omnibus', github: 'opscode-cookbooks/omnibus'
7
-
8
- group :integration do
9
- cookbook 'apt', '~> 2.3'
10
- cookbook 'freebsd', '~> 0.1'
11
- cookbook 'yum-epel', '~> 0.3'
12
- end
@@ -1,15 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gem 'omnibus', git: 'https://github.com/chef/omnibus.git'
4
- gem 'omnibus-software', git: 'https://github.com/chef/omnibus-software.git'
5
-
6
- # This development group is installed by default when you run `bundle install`,
7
- # but if you are using Omnibus in a CI-based infrastructure, you do not need
8
- # the Test Kitchen-based build lab. You can skip these unnecessary dependencies
9
- # by running `bundle install --without development` to speed up build times.
10
- group :development do
11
- gem 'berkshelf'
12
- gem 'test-kitchen'
13
- gem 'kitchen-vagrant'
14
- gem 'winrm-fs'
15
- end
@@ -1,359 +0,0 @@
1
- GIT
2
- remote: https://github.com/chef/omnibus-software.git
3
- revision: 3b6ef4c42d8c2f9f9e1c6e285b2ea48e0d0f0fdd
4
- specs:
5
- omnibus-software (4.0.0)
6
- chef-sugar (>= 3.4.0)
7
- omnibus (>= 5.6.1)
8
-
9
- GIT
10
- remote: https://github.com/chef/omnibus.git
11
- revision: 6cfec3a04de67aea335c23b5a3bd334a3a68fafe
12
- specs:
13
- omnibus (6.0.4)
14
- aws-sdk-s3 (~> 1)
15
- chef-sugar (>= 3.3)
16
- cleanroom (~> 1.0)
17
- ffi-yajl (~> 2.2)
18
- license_scout (~> 1.0)
19
- mixlib-shellout (~> 2.0)
20
- mixlib-versioning
21
- ohai (>= 13, < 15)
22
- pedump
23
- ruby-progressbar (~> 1.7)
24
- thor (~> 0.18)
25
-
26
- GEM
27
- remote: https://rubygems.org/
28
- specs:
29
- addressable (2.5.2)
30
- public_suffix (>= 2.0.2, < 4.0)
31
- awesome_print (1.8.0)
32
- aws-eventstream (1.0.1)
33
- aws-partitions (1.107.0)
34
- aws-sdk-core (3.36.0)
35
- aws-eventstream (~> 1.0)
36
- aws-partitions (~> 1.0)
37
- aws-sigv4 (~> 1.0)
38
- jmespath (~> 1.0)
39
- aws-sdk-kms (1.11.0)
40
- aws-sdk-core (~> 3, >= 3.26.0)
41
- aws-sigv4 (~> 1.0)
42
- aws-sdk-s3 (1.23.1)
43
- aws-sdk-core (~> 3, >= 3.26.0)
44
- aws-sdk-kms (~> 1)
45
- aws-sigv4 (~> 1.0)
46
- aws-sigv4 (1.0.3)
47
- berkshelf (7.0.6)
48
- chef (>= 13.6.52)
49
- chef-config
50
- cleanroom (~> 1.0)
51
- concurrent-ruby (~> 1.0)
52
- minitar (>= 0.6)
53
- mixlib-archive (~> 0.4)
54
- mixlib-config (>= 2.2.5)
55
- mixlib-shellout (~> 2.0)
56
- octokit (~> 4.0)
57
- retryable (~> 2.0)
58
- solve (~> 4.0)
59
- thor (>= 0.20)
60
- builder (3.2.3)
61
- chef (14.6.47)
62
- addressable
63
- bundler (>= 1.10)
64
- chef-config (= 14.6.47)
65
- chef-zero (>= 13.0)
66
- diff-lcs (~> 1.2, >= 1.2.4)
67
- erubis (~> 2.7)
68
- ffi (~> 1.9, >= 1.9.25)
69
- ffi-yajl (~> 2.2)
70
- highline (~> 1.6, >= 1.6.9)
71
- iniparse (~> 1.4)
72
- mixlib-archive (~> 0.4)
73
- mixlib-authentication (~> 2.1)
74
- mixlib-cli (~> 1.7)
75
- mixlib-log (~> 2.0, >= 2.0.3)
76
- mixlib-shellout (~> 2.4)
77
- net-sftp (~> 2.1, >= 2.1.2)
78
- net-ssh (~> 4.2)
79
- net-ssh-multi (~> 1.2, >= 1.2.1)
80
- ohai (~> 14.0)
81
- plist (~> 3.2)
82
- proxifier (~> 1.0)
83
- rspec-core (~> 3.5)
84
- rspec-expectations (~> 3.5)
85
- rspec-mocks (~> 3.5)
86
- rspec_junit_formatter (~> 0.2.0)
87
- serverspec (~> 2.7)
88
- specinfra (~> 2.10)
89
- syslog-logger (~> 1.6)
90
- uuidtools (~> 2.1.5)
91
- chef (14.6.47-universal-mingw32)
92
- addressable
93
- bundler (>= 1.10)
94
- chef-config (= 14.6.47)
95
- chef-zero (>= 13.0)
96
- diff-lcs (~> 1.2, >= 1.2.4)
97
- erubis (~> 2.7)
98
- ffi (~> 1.9, >= 1.9.25)
99
- ffi-yajl (~> 2.2)
100
- highline (~> 1.6, >= 1.6.9)
101
- iniparse (~> 1.4)
102
- iso8601 (~> 0.12.1)
103
- mixlib-archive (~> 0.4)
104
- mixlib-authentication (~> 2.1)
105
- mixlib-cli (~> 1.7)
106
- mixlib-log (~> 2.0, >= 2.0.3)
107
- mixlib-shellout (~> 2.4)
108
- net-sftp (~> 2.1, >= 2.1.2)
109
- net-ssh (~> 4.2)
110
- net-ssh-multi (~> 1.2, >= 1.2.1)
111
- ohai (~> 14.0)
112
- plist (~> 3.2)
113
- proxifier (~> 1.0)
114
- rspec-core (~> 3.5)
115
- rspec-expectations (~> 3.5)
116
- rspec-mocks (~> 3.5)
117
- rspec_junit_formatter (~> 0.2.0)
118
- serverspec (~> 2.7)
119
- specinfra (~> 2.10)
120
- syslog-logger (~> 1.6)
121
- uuidtools (~> 2.1.5)
122
- win32-api (~> 1.5.3)
123
- win32-dir (~> 0.5.0)
124
- win32-event (~> 0.6.1)
125
- win32-eventlog (= 0.6.3)
126
- win32-mmap (~> 0.4.1)
127
- win32-mutex (~> 0.4.2)
128
- win32-process (~> 0.8.2)
129
- win32-service (~> 1.0)
130
- win32-taskscheduler (~> 2.0)
131
- windows-api (~> 0.4.4)
132
- wmi-lite (~> 1.0)
133
- chef-config (14.6.47)
134
- addressable
135
- fuzzyurl
136
- mixlib-config (>= 2.2.12, < 3.0)
137
- mixlib-shellout (~> 2.0)
138
- tomlrb (~> 1.2)
139
- chef-sugar (4.1.0)
140
- chef-zero (14.0.6)
141
- ffi-yajl (~> 2.2)
142
- hashie (>= 2.0, < 4.0)
143
- mixlib-log (~> 2.0)
144
- rack (~> 2.0)
145
- uuidtools (~> 2.1)
146
- citrus (3.0.2)
147
- cleanroom (1.0.0)
148
- concurrent-ruby (1.1.0)
149
- diff-lcs (1.3)
150
- erubis (2.7.0)
151
- faraday (0.15.3)
152
- multipart-post (>= 1.2, < 3)
153
- ffi (1.9.25)
154
- ffi (1.9.25-x64-mingw32)
155
- ffi (1.9.25-x86-mingw32)
156
- ffi-win32-extensions (1.0.3)
157
- ffi
158
- ffi-yajl (2.3.1)
159
- libyajl2 (~> 1.2)
160
- fuzzyurl (0.9.0)
161
- gssapi (1.2.0)
162
- ffi (>= 1.0.1)
163
- gyoku (1.3.1)
164
- builder (>= 2.1.2)
165
- hashie (3.6.0)
166
- highline (1.7.10)
167
- httpclient (2.8.3)
168
- iniparse (1.4.4)
169
- iostruct (0.0.4)
170
- ipaddress (0.8.3)
171
- iso8601 (0.12.1)
172
- jmespath (1.4.0)
173
- kitchen-vagrant (1.3.6)
174
- test-kitchen (~> 1.4)
175
- libyajl2 (1.2.0)
176
- license_scout (1.0.16)
177
- ffi-yajl (~> 2.2)
178
- mixlib-shellout (~> 2.2)
179
- toml-rb (~> 1.0)
180
- little-plugger (1.1.4)
181
- logging (2.2.2)
182
- little-plugger (~> 1.1)
183
- multi_json (~> 1.10)
184
- minitar (0.7)
185
- mixlib-archive (0.4.18)
186
- mixlib-log
187
- mixlib-archive (0.4.18-universal-mingw32)
188
- mixlib-log
189
- mixlib-authentication (2.1.1)
190
- mixlib-cli (1.7.0)
191
- mixlib-config (2.2.13)
192
- tomlrb
193
- mixlib-install (3.11.5)
194
- mixlib-shellout
195
- mixlib-versioning
196
- thor
197
- mixlib-log (2.0.4)
198
- mixlib-shellout (2.4.0)
199
- mixlib-shellout (2.4.0-universal-mingw32)
200
- win32-process (~> 0.8.2)
201
- wmi-lite (~> 1.0)
202
- mixlib-versioning (1.2.2)
203
- molinillo (0.6.6)
204
- multi_json (1.13.1)
205
- multipart-post (2.0.0)
206
- net-scp (1.2.1)
207
- net-ssh (>= 2.6.5)
208
- net-sftp (2.1.2)
209
- net-ssh (>= 2.6.5)
210
- net-ssh (4.2.0)
211
- net-ssh-gateway (1.3.0)
212
- net-ssh (>= 2.6.5)
213
- net-ssh-multi (1.2.1)
214
- net-ssh (>= 2.6.5)
215
- net-ssh-gateway (>= 1.2.0)
216
- net-telnet (0.1.1)
217
- nori (2.6.0)
218
- octokit (4.13.0)
219
- sawyer (~> 0.8.0, >= 0.5.3)
220
- ohai (14.6.2)
221
- chef-config (>= 12.8, < 15)
222
- ffi (~> 1.9)
223
- ffi-yajl (~> 2.2)
224
- ipaddress
225
- mixlib-cli (>= 1.7.0)
226
- mixlib-config (~> 2.0)
227
- mixlib-log (~> 2.0, >= 2.0.1)
228
- mixlib-shellout (~> 2.0)
229
- plist (~> 3.1)
230
- systemu (~> 2.6.4)
231
- wmi-lite (~> 1.0)
232
- pedump (0.5.2)
233
- awesome_print
234
- iostruct (>= 0.0.4)
235
- multipart-post (~> 2.0.0)
236
- progressbar
237
- zhexdump (>= 0.0.2)
238
- plist (3.4.0)
239
- progressbar (1.10.0)
240
- proxifier (1.0.3)
241
- public_suffix (3.0.3)
242
- rack (2.0.5)
243
- retryable (2.0.4)
244
- rspec (3.8.0)
245
- rspec-core (~> 3.8.0)
246
- rspec-expectations (~> 3.8.0)
247
- rspec-mocks (~> 3.8.0)
248
- rspec-core (3.8.0)
249
- rspec-support (~> 3.8.0)
250
- rspec-expectations (3.8.2)
251
- diff-lcs (>= 1.2.0, < 2.0)
252
- rspec-support (~> 3.8.0)
253
- rspec-its (1.2.0)
254
- rspec-core (>= 3.0.0)
255
- rspec-expectations (>= 3.0.0)
256
- rspec-mocks (3.8.0)
257
- diff-lcs (>= 1.2.0, < 2.0)
258
- rspec-support (~> 3.8.0)
259
- rspec-support (3.8.0)
260
- rspec_junit_formatter (0.2.3)
261
- builder (< 4)
262
- rspec-core (>= 2, < 4, != 2.12.0)
263
- ruby-progressbar (1.10.0)
264
- rubyntlm (0.6.2)
265
- rubyzip (1.2.2)
266
- sawyer (0.8.1)
267
- addressable (>= 2.3.5, < 2.6)
268
- faraday (~> 0.8, < 1.0)
269
- semverse (2.0.0)
270
- serverspec (2.41.3)
271
- multi_json
272
- rspec (~> 3.0)
273
- rspec-its
274
- specinfra (~> 2.72)
275
- sfl (2.3)
276
- solve (4.0.0)
277
- molinillo (~> 0.6)
278
- semverse (>= 1.1, < 3.0)
279
- specinfra (2.76.3)
280
- net-scp
281
- net-ssh (>= 2.7)
282
- net-telnet (= 0.1.1)
283
- sfl
284
- structured_warnings (0.3.0)
285
- syslog-logger (1.6.8)
286
- systemu (2.6.5)
287
- test-kitchen (1.23.2)
288
- mixlib-install (~> 3.6)
289
- mixlib-shellout (>= 1.2, < 3.0)
290
- net-scp (~> 1.1)
291
- net-ssh (>= 2.9, < 5.0)
292
- net-ssh-gateway (~> 1.2)
293
- thor (~> 0.19)
294
- winrm (~> 2.0)
295
- winrm-elevated (~> 1.0)
296
- winrm-fs (~> 1.1)
297
- thor (0.20.0)
298
- toml-rb (1.1.2)
299
- citrus (~> 3.0, > 3.0)
300
- tomlrb (1.2.7)
301
- uuidtools (2.1.5)
302
- win32-api (1.5.3-universal-mingw32)
303
- win32-dir (0.5.1)
304
- ffi (>= 1.0.0)
305
- win32-event (0.6.3)
306
- win32-ipc (>= 0.6.0)
307
- win32-eventlog (0.6.3)
308
- ffi
309
- win32-ipc (0.7.0)
310
- ffi
311
- win32-mmap (0.4.2)
312
- ffi
313
- win32-mutex (0.4.3)
314
- win32-ipc (>= 0.6.0)
315
- win32-process (0.8.3)
316
- ffi (>= 1.0.0)
317
- win32-service (1.0.1)
318
- ffi
319
- ffi-win32-extensions
320
- win32-taskscheduler (2.0.0)
321
- ffi
322
- structured_warnings
323
- windows-api (0.4.4)
324
- win32-api (>= 1.4.5)
325
- winrm (2.3.0)
326
- builder (>= 2.1.2)
327
- erubis (~> 2.7)
328
- gssapi (~> 1.2)
329
- gyoku (~> 1.0)
330
- httpclient (~> 2.2, >= 2.2.0.2)
331
- logging (>= 1.6.1, < 3.0)
332
- nori (~> 2.0)
333
- rubyntlm (~> 0.6.0, >= 0.6.1)
334
- winrm-elevated (1.1.0)
335
- winrm (~> 2.0)
336
- winrm-fs (~> 1.0)
337
- winrm-fs (1.3.1)
338
- erubis (~> 2.7)
339
- logging (>= 1.6.1, < 3.0)
340
- rubyzip (~> 1.1)
341
- winrm (~> 2.0)
342
- wmi-lite (1.0.0)
343
- zhexdump (0.0.2)
344
-
345
- PLATFORMS
346
- ruby
347
- x64-mingw32
348
- x86-mingw32
349
-
350
- DEPENDENCIES
351
- berkshelf
352
- kitchen-vagrant
353
- omnibus!
354
- omnibus-software!
355
- test-kitchen
356
- winrm-fs
357
-
358
- BUNDLED WITH
359
- 1.17.1