Last active
December 27, 2015 03:29
-
-
Save shimizukawa/7260285 to your computer and use it in GitHub Desktop.
capistrano-paratrooper-chef 0.3.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
role :'foo-monitor', 'test-monitor' | |
role :'foo-log', 'test-log1' | |
role :'foo-ap', 'test-ap1' | |
role :'foo-web', 'test-web1' | |
role :'foo-mysql', 'test-mysql1' | |
role :'foo-redis', 'test-redis1' | |
set :user, 'chef' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'capistrano/ext/multistage' | |
require 'capistrano-paratrooper-chef' | |
require "capistrano-paratrooper-chef/omnibus_install" | |
set :chef_kitchen_path, '.' | |
set :chef_databag_secret, '.chef/enckey' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cap vagranttest paratrooper:chef | |
triggering load callbacks | |
* 2013-11-01 09:03:17 executing `vagranttest' | |
triggering start callbacks for `paratrooper:chef' | |
* 2013-11-01 09:03:17 executing `multistage:ensure' | |
* 2013-11-01 09:03:17 executing `paratrooper:chef' | |
*** Could not read JSON file: ./solo.json | |
*** Could not read JSON file: ./solo.json | |
*** Could not read JSON file: ./solo.json | |
*** Could not read JSON file: ./solo.json | |
*** Could not read JSON file: ./solo.json | |
*** Could not read JSON file: ./solo.json | |
You must specify at least one recipe or role |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ chef-solo -v | |
Chef: 11.6.2 | |
$ gem list | |
*** LOCAL GEMS *** | |
activesupport (3.2.15) | |
addressable (2.3.5) | |
akami (1.2.0) | |
archive-tar-minitar (0.5.2) | |
berkshelf (2.0.10) | |
bigdecimal (1.1.0) | |
buff-config (0.4.0) | |
buff-extensions (0.5.0) | |
buff-ignore (1.1.0) | |
buff-ruby_engine (0.1.0) | |
buff-shell_out (0.1.1) | |
builder (3.2.2) | |
bundler (1.3.5) | |
capistrano (2.14.2) | |
capistrano-paratrooper-chef (0.3.0) | |
celluloid (0.14.1) | |
celluloid-io (0.14.1) | |
chef (11.6.2) | |
chozo (0.6.1) | |
erubis (2.7.0) | |
faraday (0.8.8) | |
ffi (1.9.3) | |
gssapi (1.0.3) | |
gyoku (1.1.0) | |
hashie (2.0.5) | |
highline (1.6.20) | |
httpclient (2.3.4.1) | |
httpi (0.9.7) | |
i18n (0.6.5) | |
io-console (0.3) | |
ipaddress (0.8.0) | |
json (1.8.1, 1.5.5) | |
knife-solo (0.4.0) | |
knife-solo_data_bag (0.4.0) | |
librarian (0.1.1) | |
librarian-chef (0.0.2) | |
little-plugger (1.1.3) | |
logging (1.8.1) | |
mime-types (1.25) | |
mini_portile (0.5.2) | |
minitar (0.5.4) | |
minitest (2.5.1) | |
mixlib-authentication (1.3.0) | |
mixlib-cli (1.3.0) | |
mixlib-config (1.1.2) | |
mixlib-log (1.6.0) | |
mixlib-shellout (1.2.0) | |
multi_json (1.8.2) | |
multipart-post (1.2.0) | |
net-http-persistent (2.9) | |
net-scp (1.1.2) | |
net-sftp (2.1.2) | |
net-ssh (2.7.0) | |
net-ssh-gateway (1.2.0) | |
net-ssh-multi (1.1) | |
nio4r (0.5.0) | |
nokogiri (1.6.0) | |
nori (1.1.5) | |
ohai (6.18.0) | |
rack (1.5.2) | |
rake (10.1.0, 0.9.2.2) | |
rbzip2 (0.2.0) | |
rdoc (3.9.5) | |
rest-client (1.6.7) | |
retryable (1.3.3) | |
ridley (1.5.3) | |
rubyntlm (0.1.1) | |
savon (0.9.5) | |
solve (0.8.1) | |
sshkit (1.1.0) | |
systemu (2.5.2) | |
term-ansicolor (1.2.2) | |
thor (0.18.1) | |
timers (1.1.0) | |
tins (0.12.0) | |
uuidtools (2.1.4) | |
varia_model (0.2.0) | |
wasabi (1.0.0) | |
winrm (1.1.3) | |
yajl-ruby (1.1.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment