Anyone using this? I''m trying to setup a separate inventory server for multiple puppet masters to report back. For testing purposes I have in my auth.conf: path /facts auth any method find, search allow * Then on the "slave" puppet masters I have in the puppet.conf [master] section: facts_terminus = rest inventory_server = SERVER.DOMAIN.BLAH inventory_port = 8140 Then when I run I puppet agent --test, I simply get the following: err: Could not retrieve catalog from remote server: Error 400 on SERVER: certificate verify failed Throwing the puppet master into debug mode and I see the exact same error w/o anything else. I can''t seem to find any documentation on this sans the standard: http://docs.puppetlabs.com/guides/inventory_service.html I saw a previous mention about a possible bug on the mailing list here: http://groups.google.com/group/puppet-users/browse_thread/thread/682402305dc01ea9 But never saw anything else .. :-( Does the "master fact" server need to be a certificate authority as well? -- I''ve seen things you people wouldn''t believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhauser gate. All those moments will be lost in time... like tears in rain... Time to die. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I personally couldn''t get it to work (no facts in Dashboard), but only spent a short amount of time on it. On Thu, Jul 14, 2011 at 1:50 PM, Glenn Bailey <replicant@dallaslamers.org>wrote:> Anyone using this? I''m trying to setup a separate inventory server for > multiple puppet masters to report back. For testing purposes I have in > my auth.conf: > > path /facts > auth any > method find, search > allow * > > Then on the "slave" puppet masters I have in the puppet.conf [master] > section: > > facts_terminus = rest > inventory_server = SERVER.DOMAIN.BLAH > inventory_port = 8140 > > Then when I run I puppet agent --test, I simply get the following: > > err: Could not retrieve catalog from remote server: Error 400 on > SERVER: certificate verify failed > > Throwing the puppet master into debug mode and I see the exact same > error w/o anything else. I can''t seem to find any documentation on > this sans the standard: > > http://docs.puppetlabs.com/guides/inventory_service.html > > I saw a previous mention about a possible bug on the mailing list here: > > > http://groups.google.com/group/puppet-users/browse_thread/thread/682402305dc01ea9 > > But never saw anything else .. :-( Does the "master fact" server need > to be a certificate authority as well? > > -- > I''ve seen things you people wouldn''t believe. Attack ships on fire off > the shoulder of Orion. I watched C-beams glitter in the dark near the > Tannhauser gate. All those moments will be lost in time... like tears > in rain... Time to die. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I scrapped the idea and just gonna go with using activemq and connecting to the DB directly. I think this may scale better in the long run anyway ;-) On Thu, Jul 14, 2011 at 10:09 PM, Scott Smith <scott@ohlol.net> wrote:> I personally couldn''t get it to work (no facts in Dashboard), but only spent > a short amount of time on it. > > On Thu, Jul 14, 2011 at 1:50 PM, Glenn Bailey <replicant@dallaslamers.org> > wrote: >> >> Anyone using this? I''m trying to setup a separate inventory server for >> multiple puppet masters to report back. For testing purposes I have in >> my auth.conf: >> >> path /facts >> auth any >> method find, search >> allow * >> >> Then on the "slave" puppet masters I have in the puppet.conf [master] >> section: >> >> facts_terminus = rest >> inventory_server = SERVER.DOMAIN.BLAH >> inventory_port = 8140 >> >> Then when I run I puppet agent --test, I simply get the following: >> >> err: Could not retrieve catalog from remote server: Error 400 on >> SERVER: certificate verify failed >> >> Throwing the puppet master into debug mode and I see the exact same >> error w/o anything else. I can''t seem to find any documentation on >> this sans the standard: >> >> http://docs.puppetlabs.com/guides/inventory_service.html >> >> I saw a previous mention about a possible bug on the mailing list here: >> >> >> http://groups.google.com/group/puppet-users/browse_thread/thread/682402305dc01ea9 >> >> But never saw anything else .. :-( Does the "master fact" server need >> to be a certificate authority as well? >> >> -- >> I''ve seen things you people wouldn''t believe. Attack ships on fire off >> the shoulder of Orion. I watched C-beams glitter in the dark near the >> Tannhauser gate. All those moments will be lost in time... like tears >> in rain... Time to die. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to >> puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- I''ve seen things you people wouldn''t believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhauser gate. All those moments will be lost in time... like tears in rain... Time to die. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On 2011 7 15 22:22, "Glenn Bailey" <replicant@dallaslamers.org> wrote:> > I scrapped the idea and just gonna go with using activemq and > connecting to the DB directly. I think this may scale better in the > long run anyway ;-) >Not to hijack the thread, but multiple puppetmasters facts, rest etc is supported for a long time with foreman. Ohad> On Thu, Jul 14, 2011 at 10:09 PM, Scott Smith <scott@ohlol.net> wrote: > > I personally couldn''t get it to work (no facts in Dashboard), but onlyspent> > a short amount of time on it. > > > > On Thu, Jul 14, 2011 at 1:50 PM, Glenn Bailey <replicant@dallaslamers.org>> > wrote: > >> > >> Anyone using this? I''m trying to setup a separate inventory server for > >> multiple puppet masters to report back. For testing purposes I have in > >> my auth.conf: > >> > >> path /facts > >> auth any > >> method find, search > >> allow * > >> > >> Then on the "slave" puppet masters I have in the puppet.conf [master] > >> section: > >> > >> facts_terminus = rest > >> inventory_server = SERVER.DOMAIN.BLAH > >> inventory_port = 8140 > >> > >> Then when I run I puppet agent --test, I simply get the following: > >> > >> err: Could not retrieve catalog from remote server: Error 400 on > >> SERVER: certificate verify failed > >> > >> Throwing the puppet master into debug mode and I see the exact same > >> error w/o anything else. I can''t seem to find any documentation on > >> this sans the standard: > >> > >> http://docs.puppetlabs.com/guides/inventory_service.html > >> > >> I saw a previous mention about a possible bug on the mailing list here: > >> > >> > >>http://groups.google.com/group/puppet-users/browse_thread/thread/682402305dc01ea9> >> > >> But never saw anything else .. :-( Does the "master fact" server need > >> to be a certificate authority as well? > >> > >> -- > >> I''ve seen things you people wouldn''t believe. Attack ships on fire off > >> the shoulder of Orion. I watched C-beams glitter in the dark near the > >> Tannhauser gate. All those moments will be lost in time... like tears > >> in rain... Time to die. > >> > >> -- > >> You received this message because you are subscribed to the GoogleGroups> >> "Puppet Users" group. > >> To post to this group, send email to puppet-users@googlegroups.com. > >> To unsubscribe from this group, send email to > >> puppet-users+unsubscribe@googlegroups.com. > >> For more options, visit this group at > >> http://groups.google.com/group/puppet-users?hl=en. > >> > > > > -- > > You received this message because you are subscribed to the GoogleGroups> > "Puppet Users" group. > > To post to this group, send email to puppet-users@googlegroups.com. > > To unsubscribe from this group, send email to > > puppet-users+unsubscribe@googlegroups.com. > > For more options, visit this group at > > http://groups.google.com/group/puppet-users?hl=en. > > > > > > -- > I''ve seen things you people wouldn''t believe. Attack ships on fire off > the shoulder of Orion. I watched C-beams glitter in the dark near the > Tannhauser gate. All those moments will be lost in time... like tears > in rain... Time to die. > > -- > You received this message because you are subscribed to the Google Groups"Puppet Users" group.> To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email topuppet-users+unsubscribe@googlegroups.com.> For more options, visit this group athttp://groups.google.com/group/puppet-users?hl=en.>-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.