On Tue, Jul 24, 2012 at 9:28 PM, Hai Tao <ehai...@gmail.com> wrote:
> I wonder if I can use dashboard and foreman at the same time, and for
> the same puppet master?
> sure, just make sure you have both reports defined and that dashboard and
> --
> 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 Tue, Jul 24, 2012 at 11:46 AM, Ohad Levy <ohadl...@gmail.com> wrote:
> On Tue, Jul 24, 2012 at 9:28 PM, Hai Tao <ehai...@gmail.com> wrote:
>> I wonder if I can use dashboard and foreman at the same time, and for
>> the same puppet master?
> sure, just make sure you have both reports defined and that dashboard and
> foreman are running on different ports...
> Ohad
>> Thanks.
>> Hai T.
>> --
>> 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.
> On Tue, Jul 24, 2012 at 11:46 AM, Ohad Levy <ohadl...@gmail.com> wrote:
> > On Tue, Jul 24, 2012 at 9:28 PM, Hai Tao <ehai...@gmail.com> wrote:
> >> I wonder if I can use dashboard and foreman at the same time, and for > >> the same puppet master?
> > sure, just make sure you have both reports defined and that dashboard > and > > foreman are running on different ports...
> > Ohad
> >> Thanks.
> >> Hai T.
> >> -- > >> 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.
> On Tuesday, July 24, 2012 4:27:39 PM UTC-5, Hai wrote:
>> can dashboard and foreman share the same database then?
> Yes, I have dashboard and foreman on my test Vm all set to use Puppet'd
> database.
>> On Tue, Jul 24, 2012 at 11:46 AM, Ohad Levy <ohadl...@gmail.com> wrote:
>> > On Tue, Jul 24, 2012 at 9:28 PM, Hai Tao <ehai...@gmail.com> wrote:
>> >> I wonder if I can use dashboard and foreman at the same time, and for
>> >> the same puppet master?
>> > sure, just make sure you have both reports defined and that dashboard
>> > and
>> > foreman are running on different ports...
>> > Ohad
>> >> Thanks.
>> >> Hai T.
>> >> --
>> >> 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.
> 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 Thursday, July 26, 2012 10:28:49 PM UTC-5, Pete wrote:
> I have been wondering the same thing but I have started using puppetdb. > Has anyone got foreman working with puppetdb?
AFAIK that is something they are working on. It won't be able to connect directly to the database (since puppetdb can use different backends) but it either can or soon will be able to talk to puppetdb using the API.
But I can't speak authoritatively on this though, as I do not yet have puppetdb up and running just yet.
I just switched from using Puppet Dashboard with PuppetDB 0.9 to using Foreman 1.0.0. This is on CentOS 6.3. I've been unable to get Foreman to work PuppetDB, so I had to revert to using the "old" way of storeconfigs without puppetdb.
Perhaps I had something set up incorrectly, but I couldn't seem to get facts stored in puppetdb to be visible by Foreman with these settings in /etc/puppet/puppet.conf:
No helpful log messages. Oh well, I'll see how the performance is with this new set up which is Foreman sharing a postgres DB with storedconfigs. So far, Foreman is awesome and really responsive when run via Passenger on Apache.
On Friday, July 27, 2012 9:19:32 AM UTC-4, llo...@oreillyauto.com wrote:
> On Thursday, July 26, 2012 10:28:49 PM UTC-5, Pete wrote:
>> I have been wondering the same thing but I have started using puppetdb. >> Has anyone got foreman working with puppetdb?
> AFAIK that is something they are working on. It won't be able to connect > directly to the database (since puppetdb can use different backends) but it > either can or soon will be able to talk to puppetdb using the API.
> But I can't speak authoritatively on this though, as I do not yet have > puppetdb up and running just yet.
On Thursday, August 2, 2012 8:54:58 AM UTC-5, banjer wrote:
> I just switched from using Puppet Dashboard with PuppetDB 0.9 to using > Foreman 1.0.0. This is on CentOS 6.3. I've been unable to get Foreman to > work PuppetDB, so I had to revert to using the "old" way of storeconfigs > without puppetdb.
From what I can tell, Foreman doesn't yet support PuppetDB, but it is something they are working on. I would recommend that you setup Foreman as an ENC to gether your facts, which is what I do even though I don't actually use the ENV functionality.
> Perhaps I had something set up incorrectly, but I couldn't seem to get > facts stored in puppetdb to be visible by Foreman with these settings in > /etc/puppet/puppet.conf:
> No helpful log messages. Oh well, I'll see how the performance is with > this new set up which is Foreman sharing a postgres DB with storedconfigs. > So far, Foreman is awesome and really responsive when run via Passenger on > Apache.
> On Friday, July 27, 2012 9:19:32 AM UTC-4, llo...@oreillyauto.com wrote:
>> On Thursday, July 26, 2012 10:28:49 PM UTC-5, Pete wrote:
>>> I have been wondering the same thing but I have started using puppetdb. >>> Has anyone got foreman working with puppetdb?
>> AFAIK that is something they are working on. It won't be able to connect >> directly to the database (since puppetdb can use different backends) but it >> either can or soon will be able to talk to puppetdb using the API.
>> But I can't speak authoritatively on this though, as I do not yet have >> puppetdb up and running just yet.
Yeah I figured PuppetDB wasn't supported by Foreman yet, but thought I'd give it a try since I hadn't heard a firm yes or no on the subject. I'm happy with the new setup so far with Foreman being the ENC.
On Thursday, August 2, 2012 9:59:23 AM UTC-4, llo...@oreillyauto.com wrote:
> On Thursday, August 2, 2012 8:54:58 AM UTC-5, banjer wrote:
>> I just switched from using Puppet Dashboard with PuppetDB 0.9 to using >> Foreman 1.0.0. This is on CentOS 6.3. I've been unable to get Foreman to >> work PuppetDB, so I had to revert to using the "old" way of storeconfigs >> without puppetdb.
> From what I can tell, Foreman doesn't yet support PuppetDB, but it is > something they are working on. I would recommend that you setup Foreman as > an ENC to gether your facts, which is what I do even though I don't > actually use the ENV functionality.
>> Perhaps I had something set up incorrectly, but I couldn't seem to get >> facts stored in puppetdb to be visible by Foreman with these settings in >> /etc/puppet/puppet.conf:
>> No helpful log messages. Oh well, I'll see how the performance is with >> this new set up which is Foreman sharing a postgres DB with storedconfigs. >> So far, Foreman is awesome and really responsive when run via Passenger on >> Apache.
>> On Friday, July 27, 2012 9:19:32 AM UTC-4, llo...@oreillyauto.com wrote:
>>> On Thursday, July 26, 2012 10:28:49 PM UTC-5, Pete wrote:
>>>> I have been wondering the same thing but I have started using puppetdb. >>>> Has anyone got foreman working with puppetdb?
>>> AFAIK that is something they are working on. It won't be able to connect >>> directly to the database (since puppetdb can use different backends) but it >>> either can or soon will be able to talk to puppetdb using the API.
>>> But I can't speak authoritatively on this though, as I do not yet have >>> puppetdb up and running just yet.