[chef] Re: Re: chef server 11 packages for ubuntu


Chronological Thread 
  • From: Kirill Timofeev < >
  • To: " " < >
  • Cc: Seth Chisamore < >
  • Subject: [chef] Re: Re: chef server 11 packages for ubuntu
  • Date: Tue, 5 Feb 2013 12:56:24 -0800

Thanks for the information Seth, that worked!

On 02/05/2013 12:53 PM, Seth Chisamore wrote:
Krill,
Try setting the "prerelease" and "nightlies" query string parameters to 
"false".  This will ensure you are only pulling down the latest release builds. Here are a few 
example Omnitruck queries:

# Latest Release

% curl -I 
"http://www.opscode.com/chef/download-server?p=ubuntu&pv=12.04&m=x86_64&v=latest&prerelease=false&nightlies=false";
HTTP/1.1 302 Found
Server: nginx/1.0.5
Date: Tue, 05 Feb 2013 20:50:57 GMT
Content-Type: text/html;charset=utf-8
Connection: keep-alive
Status: 302 Found
X-Frame-Options: sameorigin
X-XSS-Protection: 1; mode=block
Location: 
http://opscode-omnitruck-release.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.0.4-1.ubuntu.12.04_amd64.deb
Content-Length: 0
P3P: CP="CAO PSA OUR"

# Latest Prerelease

% curl -I 
"http://www.opscode.com/chef/download-server?p=ubuntu&pv=12.04&m=x86_64&v=latest&prerelease=true&nightlies=false";
HTTP/1.1 302 Found
Server: nginx/1.0.5
Date: Tue, 05 Feb 2013 20:51:07 GMT
Content-Type: text/html;charset=utf-8
Connection: keep-alive
Status: 302 Found
X-Frame-Options: sameorigin
X-XSS-Protection: 1; mode=block
Location: 
http://opscode-omnitruck-release.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.0.0-rc.1-1.ubuntu.12.04_amd64.deb
Content-Length: 0
P3P: CP="CAO PSA OUR"

# Latest Prerelease Nightly

% curl -I 
"http://www.opscode.com/chef/download-server?p=ubuntu&pv=12.04&m=x86_64&v=latest&prerelease=true&nightlies=true";
HTTP/1.1 302 Found
Server: nginx/1.0.5
Date: Tue, 05 Feb 2013 20:50:48 GMT
Content-Type: text/html;charset=utf-8
Connection: keep-alive
Status: 302 Found
X-Frame-Options: sameorigin
X-XSS-Protection: 1; mode=block
Location: 
http://opscode-omnitruck-release.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.0.0-rc.0%2B20130202032017.git.6.9547c85-1.ubuntu.12.04_amd64.deb
Content-Length: 0
P3P: CP="CAO PSA OUR"

More details about the available Omnitruck parameters here:
http://wiki.opscode.com/display/chef/Chef+11+Server+Preview#Chef11ServerPreview-AcquireInstallationPackage





Archive powered by MHonArc 2.6.16.

§