Skip to content

Instantly share code, notes, and snippets.

Created October 15, 2013 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6992711 to your computer and use it in GitHub Desktop.
Save anonymous/6992711 to your computer and use it in GitHub Desktop.
Log output from foreman 1.3 provisioning
==> apache2/other_vhosts_access.log <==
george.mydomain.org:443 172.16.0.1 - - [15/Oct/2013:07:28:31 -0700] "GET /hosts HTTP/1.1" 200 5109 "https://george.mydomain.org/settings" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.71 (KHTML, like Gecko) Version/7.0 Safari/537.71"
george.mydomain.org:8140 172.16.0.102 - - [15/Oct/2013:07:29:19 -0700] "GET /development/file_metadatas/plugins?links=manage&ignore=---+%0A++-+.svn%0A++-+CVS%0A++-+.git&recurse=true&checksum_type=md5& HTTP/1.1" 200 41284 "-" "-"
==> foreman/production.log <==
Started POST "/api/hosts/facts" for 127.0.0.1 at Tue Oct 15 07:29:20 -0700 2013
Processing by Api::V2::HostsController#facts as JSON
Parameters: {"certname"=>"hp3.mydomain.org", "host"=>{"certname"=>"hp3.mydomain.org", "facts"=>"[FILTERED]", "name"=>"hp3.mydomain.org"}, "facts"=>"[FILTERED]", "name"=>"hp3.mydomain.org"}
Completed 422 Unprocessable Entity in 12ms (Views: 0.3ms | ActiveRecord: 2.2ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:443 127.0.0.1 - - [15/Oct/2013:07:29:20 -0700] "POST /api/hosts/facts HTTP/1.1" 422 6271 "-" "-"
==> foreman/production.log <==
Started GET "/node/hp3.mydomain.org?format=yml" for 127.0.0.1 at Tue Oct 15 07:29:20 -0700 2013
Processing by HostsController#externalNodes as YML
Parameters: {"name"=>"hp3.mydomain.org"}
Rendered text template (0.0ms)
Completed 200 OK in 270ms (Views: 1.0ms | ActiveRecord: 6.9ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:443 127.0.0.1 - - [15/Oct/2013:07:29:20 -0700] "GET /node/hp3.mydomain.org?format=yml HTTP/1.1" 200 7103 "-" "-"
==> syslog <==
Oct 15 07:29:21 george puppet-master[4063]: Compiled catalog for hp3.mydomain.org in environment development in 0.14 seconds
==> apache2/other_vhosts_access.log <==
george.mydomain.org:8140 172.16.0.102 - - [15/Oct/2013:07:29:20 -0700] "POST /development/catalog/hp3.mydomain.org HTTP/1.1" 200 20085 "-" "-"
==> foreman/production.log <==
Started POST "/api/reports" for 127.0.0.1 at Tue Oct 15 07:29:22 -0700 2013
Processing by Api::V2::ReportsController#create as JSON
Parameters: {"report"=>"[FILTERED]"}
processing report for hp3.mydomain.org
Completed 201 Created in 22ms (Views: 2.6ms | ActiveRecord: 0.0ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:443 127.0.0.1 - - [15/Oct/2013:07:29:22 -0700] "POST /api/reports HTTP/1.1" 201 6863 "-" "-"
george.mydomain.org:8140 172.16.0.102 - - [15/Oct/2013:07:29:21 -0700] "PUT /development/report/hp3.mydomain.org HTTP/1.1" 200 5776 "-" "-"
==> foreman/production.log <==
Started GET "/unattended/built" for 172.16.0.102 at Tue Oct 15 07:29:22 -0700 2013
Processing by UnattendedController#built as */*
Found hp3.mydomain.org
unattended: hp3.mydomain.org is Built!
Add the TFTP configuration for hp3.mydomain.org
==> foreman-proxy/proxy.log <==
I, [2013-10-15T07:29:22.835543 #1138] INFO -- : TFTP: entry for 6c:62:6d:cc:6d:b7 created successfully
==> foreman/production.log <==
Delete the autosign entry for hp3.mydomain.org
==> foreman-proxy/proxy.log <==
I, [2013-10-15T07:29:22.904942 #1138] INFO -- : Removed hp3.mydomain.org from autosign
==> foreman/production.log <==
Completed 201 Created in 957ms (ActiveRecord: 44.9ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:80 172.16.0.102 - - [15/Oct/2013:07:29:22 -0700] "GET /unattended/built HTTP/1.1" 201 620 "-" "Wget/1.14 (linux-gnu)"
george.mydomain.org:8140 172.16.0.102 - - [15/Oct/2013:07:29:28 -0700] "GET /development/file_metadatas/plugins?links=manage&ignore=---+%0A++-+.svn%0A++-+CVS%0A++-+.git&recurse=true&checksum_type=md5& HTTP/1.1" 200 41284 "-" "-"
==> foreman/production.log <==
Started POST "/api/hosts/facts" for 127.0.0.1 at Tue Oct 15 07:29:29 -0700 2013
Processing by Api::V2::HostsController#facts as JSON
Parameters: {"certname"=>"hp3.mydomain.org", "host"=>{"certname"=>"hp3.mydomain.org", "name"=>"hp3.mydomain.org", "facts"=>"[FILTERED]"}, "name"=>"hp3.mydomain.org", "facts"=>"[FILTERED]"}
Completed 201 Created in 610ms (Views: 188.7ms | ActiveRecord: 0.6ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:443 127.0.0.1 - - [15/Oct/2013:07:29:28 -0700] "POST /api/hosts/facts HTTP/1.1" 201 7215 "-" "-"
==> foreman/production.log <==
Started GET "/node/hp3.mydomain.org?format=yml" for 127.0.0.1 at Tue Oct 15 07:29:29 -0700 2013
Processing by HostsController#externalNodes as YML
Parameters: {"name"=>"hp3.mydomain.org"}
Rendered text template (0.0ms)
Completed 200 OK in 119ms (Views: 1.3ms | ActiveRecord: 8.5ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:443 127.0.0.1 - - [15/Oct/2013:07:29:29 -0700] "GET /node/hp3.mydomain.org?format=yml HTTP/1.1" 200 7103 "-" "-"
george.mydomain.org:8140 172.16.0.102 - - [15/Oct/2013:07:29:28 -0700] "POST /development/catalog/hp3.mydomain.org HTTP/1.1" 200 20085 "-" "-"
==> foreman/production.log <==
Started POST "/api/reports" for 127.0.0.1 at Tue Oct 15 07:29:30 -0700 2013
Processing by Api::V2::ReportsController#create as JSON
Parameters: {"report"=>"[FILTERED]"}
processing report for hp3.mydomain.org
Completed 201 Created in 296ms (Views: 271.7ms | ActiveRecord: 0.0ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:443 127.0.0.1 - - [15/Oct/2013:07:29:30 -0700] "POST /api/reports HTTP/1.1" 201 6863 "-" "-"
george.mydomain.org:8140 172.16.0.102 - - [15/Oct/2013:07:29:30 -0700] "PUT /development/report/hp3.mydomain.org HTTP/1.1" 200 5776 "-" "-"
==> foreman/production.log <==
Started GET "/unattended/built" for 172.16.0.102 at Tue Oct 15 07:29:31 -0700 2013
Processing by UnattendedController#built as */*
Found hp3.mydomain.org
Filter chain halted as :allowed_to_install? rendered or redirected
Completed 405 Method Not Allowed in 7ms (ActiveRecord: 1.5ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:80 172.16.0.102 - - [15/Oct/2013:07:29:31 -0700] "GET /unattended/built HTTP/1.1" 405 561 "-" "Wget/1.14 (linux-gnu)"
==> syslog <==
Oct 15 07:29:30 george puppet-master[4063]: Compiled catalog for hp3.mydomain.org in environment development in 0.14 seconds
Oct 15 07:30:01 george CRON[4124]: (foreman) CMD ( cd ${FOREMAN_HOME} && /usr/sbin/foreman-rake reports:expire >/var/log/foreman/cron.log 2>&1)
Oct 15 07:30:01 george CRON[4125]: (foreman) CMD ( cd ${FOREMAN_HOME} && /usr/sbin/foreman-rake trends:counter >/var/log/foreman/cron.log 2>&1)
Oct 15 07:30:01 george CRON[4126]: (root) CMD (/usr/sbin/foreman-rake trends:counter)
tail: foreman/cron.log: file truncated
==> foreman/production.log <==
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Tue Oct 15 07:30:07 -0700 2013: Expired 0 Reports
==> apache2/other_vhosts_access.log <==
george.mydomain.org:8140 172.16.0.102 - - [15/Oct/2013:07:30:31 -0700] "GET /development/file_metadatas/plugins?links=manage&ignore=---+%0A++-+.svn%0A++-+CVS%0A++-+.git&recurse=true&checksum_type=md5& HTTP/1.1" 200 41284 "-" "-"
==> foreman/production.log <==
Started POST "/api/hosts/facts" for 127.0.0.1 at Tue Oct 15 07:30:32 -0700 2013
Processing by Api::V2::HostsController#facts as JSON
Parameters: {"certname"=>"hp3.mydomain.org", "host"=>{"certname"=>"hp3.mydomain.org", "facts"=>"[FILTERED]", "name"=>"hp3.mydomain.org"}, "facts"=>"[FILTERED]", "name"=>"hp3.mydomain.org"}
Completed 201 Created in 77ms (Views: 5.2ms | ActiveRecord: 0.4ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:443 127.0.0.1 - - [15/Oct/2013:07:30:32 -0700] "POST /api/hosts/facts HTTP/1.1" 201 7215 "-" "-"
==> foreman/production.log <==
Started GET "/node/hp3.mydomain.org?format=yml" for 127.0.0.1 at Tue Oct 15 07:30:32 -0700 2013
Processing by HostsController#externalNodes as YML
Parameters: {"name"=>"hp3.mydomain.org"}
Rendered text template (0.0ms)
Completed 200 OK in 303ms (Views: 0.6ms | ActiveRecord: 8.9ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:443 127.0.0.1 - - [15/Oct/2013:07:30:32 -0700] "GET /node/hp3.mydomain.org?format=yml HTTP/1.1" 200 7103 "-" "-"
==> syslog <==
Oct 15 07:30:33 george puppet-master[4063]: Compiled catalog for hp3.mydomain.org in environment development in 0.25 seconds
==> apache2/other_vhosts_access.log <==
george.mydomain.org:8140 172.16.0.102 - - [15/Oct/2013:07:30:32 -0700] "POST /development/catalog/hp3.mydomain.org HTTP/1.1" 200 20085 "-" "-"
==> foreman/production.log <==
Started POST "/api/reports" for 127.0.0.1 at Tue Oct 15 07:30:33 -0700 2013
Processing by Api::V2::ReportsController#create as JSON
Parameters: {"report"=>"[FILTERED]"}
processing report for hp3.mydomain.org
Completed 201 Created in 21ms (Views: 2.1ms | ActiveRecord: 0.0ms)
==> apache2/other_vhosts_access.log <==
george.mydomain.org:443 127.0.0.1 - - [15/Oct/2013:07:30:33 -0700] "POST /api/reports HTTP/1.1" 201 6863 "-" "-"
george.mydomain.org:8140 172.16.0.102 - - [15/Oct/2013:07:30:33 -0700] "PUT /development/report/hp3.mydomain.org HTTP/1.1" 200 5776 "-" "-"
==> foreman/production.log <==
Started GET "/unattended/built" for 172.16.0.102 at Tue Oct 15 07:30:34 -0700 2013
Processing by UnattendedController#built as */*
Found hp3.mydomain.org
Filter chain halted as :allowed_to_install? rendered or redirected
Completed 405 Method Not Allowed in 8ms (ActiveRecord: 1.3ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment