Changes between Version 14 and Version 15 of ChefonDETER


Ignore:
Timestamp:
Jul 15, 2014 3:46:18 PM (10 years ago)
Author:
Geoff Lawler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChefonDETER

    v14 v15  
    145145}}}
    146146
     147(Sometimes the bootstrap fails to connect to the chef server and instead attempts to connect to https://localhost, which as this is running on the client, will not connect to the server. The ugly solution is to create the file {{{/etc/chef/client.rb}}} on the client with the content {{{chef_server_url "https://pc157.isi.deterlab.net:443"}}} (where the hostname is the hostname of your server). I was not able to track down why the client gets the incorrect server URL. After you create this file on the client, you can re0run the knife bootstrap command above.)
     148
    147149Now kill the python SimpleHTTPServer process on users.
    148150