<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/knife/bootstrap, branch pdb/debug_bootstrap_command_render</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>The wording seemed odd.</title>
<updated>2015-06-26T20:58:17+00:00</updated>
<author>
<name>JJ Asghar</name>
<email>jj@getchef.com</email>
</author>
<published>2015-06-10T19:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=81419cc617091461b8a78c93276e00a7276484df'/>
<id>81419cc617091461b8a78c93276e00a7276484df</id>
<content type='text'>
Added the word "the" and it now reads much better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the word "the" and it now reads much better.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some errant bashisms</title>
<updated>2015-06-25T09:43:19+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@chef.io</email>
</author>
<published>2015-06-25T09:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=65f7e4648b04dd403ffabed4eeb4847dc865f34c'/>
<id>65f7e4648b04dd403ffabed4eeb4847dc865f34c</id>
<content type='text'>
Fixes #3408
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #3408
</pre>
</div>
</content>
</entry>
<entry>
<title>Address review comments from @btm</title>
<updated>2015-04-20T19:31:32+00:00</updated>
<author>
<name>Julian C. Dunn</name>
<email>jdunn@chef.io</email>
</author>
<published>2015-04-14T03:48:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8e6cbc787498d0e52f6f1f1a93765bff0276983c'/>
<id>8e6cbc787498d0e52f6f1f1a93765bff0276983c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address review comment https://github.com/chef/chef/pull/2877#discussion_r26357870</title>
<updated>2015-04-20T19:31:31+00:00</updated>
<author>
<name>Julian C. Dunn</name>
<email>jdunn@chef.io</email>
</author>
<published>2015-03-26T17:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d020f55ae5dc000e027d94119ffafb0e9328d1fc'/>
<id>d020f55ae5dc000e027d94119ffafb0e9328d1fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Several bugs found during testing:</title>
<updated>2015-04-20T19:31:31+00:00</updated>
<author>
<name>Julian C. Dunn</name>
<email>jdunn@chef.io</email>
</author>
<published>2015-02-14T04:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=71a03417bd5a9b7b4520693cbb494e325ec8fef2'/>
<id>71a03417bd5a9b7b4520693cbb494e325ec8fef2</id>
<content type='text'>
* Use -o option in curl to send the install.sh to a file.
  This way stderr/stdout can be reserved for errors like
  "curl: not found", ensuring it is captured.
* On AIX, ksh was shell-substituting $ARGV[0] before script
  interpretation, so use a shift() trick to avoid the $
* If the chef-client binary doesn't exist at all, then avoid
  proceeding with the rest of should_update_chef()

Tested on: AIX 7.1 + sudo, FreeBSD 10 + ca_root_nss + sudo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use -o option in curl to send the install.sh to a file.
  This way stderr/stdout can be reserved for errors like
  "curl: not found", ensuring it is captured.
* On AIX, ksh was shell-substituting $ARGV[0] before script
  interpretation, so use a shift() trick to avoid the $
* If the chef-client binary doesn't exist at all, then avoid
  proceeding with the rest of should_update_chef()

Tested on: AIX 7.1 + sudo, FreeBSD 10 + ca_root_nss + sudo
</pre>
</div>
</content>
</entry>
<entry>
<title>Gotta do something with that stderr we so carefully captured.</title>
<updated>2015-04-20T19:31:31+00:00</updated>
<author>
<name>Julian C. Dunn</name>
<email>jdunn@chef.io</email>
</author>
<published>2015-02-11T02:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c59ec730919f5265b787b26c68e0990deb9359a3'/>
<id>c59ec730919f5265b787b26c68e0990deb9359a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy more robust routines from Omnitruck installer.</title>
<updated>2015-04-20T19:31:31+00:00</updated>
<author>
<name>Julian C. Dunn</name>
<email>jdunn@chef.io</email>
</author>
<published>2015-02-11T02:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ee01ad18fe2c1072c6c07bbb89e1a02a92bdfde2'/>
<id>ee01ad18fe2c1072c6c07bbb89e1a02a92bdfde2</id>
<content type='text'>
Put knife bootstrap proxy options back in the right place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Put knife bootstrap proxy options back in the right place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rebase and resolve conflicts.</title>
<updated>2015-04-20T19:31:31+00:00</updated>
<author>
<name>Julian C. Dunn</name>
<email>jdunn@chef.io</email>
</author>
<published>2015-03-26T17:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=61507371a9e536b17ac63c11f5a0551fb64bf9b5'/>
<id>61507371a9e536b17ac63c11f5a0551fb64bf9b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use opscode.com rather than chef.io in the bootstrap script.</title>
<updated>2015-03-20T15:28:15+00:00</updated>
<author>
<name>Steven Danna</name>
<email>steve@opscode.com</email>
</author>
<published>2015-03-20T15:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c4c7d13f7f06865c667c1aa8d0d89525f87ba50f'/>
<id>c4c7d13f7f06865c667c1aa8d0d89525f87ba50f</id>
<content type='text'>
chef.io is served by a CDN.  The SSL certificate served will have
*.chef.io as a Subject-Alternative-Name. Unfortunately, the wget
version contained in RHEL5 (and potentially other old OS versions)
does not support SAN.

If we want to stay with chef.io, some alternative approaches include:

- Documenting that users of RHEL5 should use --bootstrap-url if their
  OS image contains wget [0]

- Prefering other download methods to wget.

[0] EC2s stock RHEl5 images do not contain wget, but our bento-box
images do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chef.io is served by a CDN.  The SSL certificate served will have
*.chef.io as a Subject-Alternative-Name. Unfortunately, the wget
version contained in RHEL5 (and potentially other old OS versions)
does not support SAN.

If we want to stay with chef.io, some alternative approaches include:

- Documenting that users of RHEL5 should use --bootstrap-url if their
  OS image contains wget [0]

- Prefering other download methods to wget.

[0] EC2s stock RHEl5 images do not contain wget, but our bento-box
images do.
</pre>
</div>
</content>
</entry>
<entry>
<title>prepend bootstrap_ to all CLI args</title>
<updated>2015-02-12T03:19:19+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2015-02-12T03:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ee8e333ad7c23aa3b84d510c3804cf840620924a'/>
<id>ee8e333ad7c23aa3b84d510c3804cf840620924a</id>
<content type='text'>
also rename vault_item to bootstrap_vault_json
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also rename vault_item to bootstrap_vault_json
</pre>
</div>
</content>
</entry>
</feed>
