I hereby claim:
- I am schisamo on github.
- I am schisamo (https://keybase.io/schisamo) on keybase.
- I have a public key whose fingerprint is 2716 1BC4 CC57 F9EB 9CF9 2BD0 62C9 600F 879A CBB8
To claim this, I am signing this object:
| schisamo@automate-omnibus-fresh-install-acceptance:~$ sudo cat /var/log/delivery-ctl/runner-install_runner-1604-omnibus-fresh-install-acceptance.cd.chef.co.log | |
| # Logfile created on 2017-11-14 20:25:24 +0000 by logger.rb/56504 | |
| W, [2017-11-14T20:25:24.314918 #22943] WARN -- : [SSH] PTY requested: stderr will be merged into stdout | |
| D, [2017-11-14T20:25:24.315178 #22943] DEBUG -- : [SSH] [email protected]<{:user_known_hosts_file=>"/dev/null", :port=>22, :compression=>false, :compression_level=>0, :keepalive=>true, :keepalive_interval=>60, :timeout=>15, :auth_methods=>["none", "publickey"], :keys_only=>true, :keys=>["/etc/delivery/delivery.pem"], :password=>"<hidden>", :forward_agent=>nil, :verify_host_key=>false}> (uname -s) | |
| D, [2017-11-14T20:25:24.315267 #22943] DEBUG -- : [SSH] opening connection to [email protected]<{:user_known_hosts_file=>"/dev/null", :port=>22, :compression=>false, :compression_level=>0, :keepalive=>tr |
| /* | |
| * Copyright 2014 Chef Software, Inc. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| diff --git a/.kitchen.yml b/.kitchen.yml | |
| index cc390d9..dfb29fd 100644 | |
| --- a/.kitchen.yml | |
| +++ b/.kitchen.yml | |
| @@ -71,11 +71,11 @@ default: &default | |
| master: | |
| host_name: 33.33.33.10 | |
| pipeline_types: | |
| - - client_build | |
| - - client_cvt |
I hereby claim:
To claim this, I am signing this object:
| #-- | |
| # Author:: Daniel DeLeo (<[email protected]>) | |
| # Author:: John Keiser (<[email protected]>) | |
| # Copyright:: Copyright (c) 2011 Opscode, Inc. | |
| # License:: Apache License, Version 2.0 | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # |
| #-- | |
| # Author:: Daniel DeLeo (<[email protected]>) | |
| # Author:: John Keiser (<[email protected]>) | |
| # Copyright:: Copyright (c) 2011 Opscode, Inc. | |
| # License:: Apache License, Version 2.0 | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # |
| { | |
| "name": "test2", | |
| "default_attributes": { | |
| "firewall": { | |
| "rules": [ | |
| { | |
| "25": { "port": "25", "protocol": "tcp" } | |
| } | |
| ] | |
| } |
| knife ec2 server create -G default -I ami-61be7908 -f m1.small \ | |
| -S schisamo -x ubuntu -d ubuntu10.04-ruby192 |
| provides "gamespy" | |
| require_plugin "kernel" | |
| require_plugin "network" | |
| def get_ip_address(name, eth) | |
| network[:interfaces][eth][:addresses].each do |key, info| | |
| gamespy[name] = key if info['family'] == 'inet' | |
| end | |
| end |
| i = gem_package "sys-proctable" do | |
| action :nothing | |
| end | |
| i.run_action(:install) | |
| require 'rubygems' | |
| Gem.clear_paths | |
| require 'sys/proctable' | |
| Rackspace.is_proc("deployment.*sh", 300) |