can dashboard and foreman be used at the same time?

674 views
Skip to first unread message

Hai Tao

unread,
Jul 24, 2012, 2:28:43 PM7/24/12
to puppet...@googlegroups.com
I wonder if I can use dashboard and foreman at the same time, and for
the same puppet master?

Thanks.

Hai T.

Ohad Levy

unread,
Jul 24, 2012, 2:46:44 PM7/24/12
to puppet...@googlegroups.com
On Tue, Jul 24, 2012 at 9:28 PM, Hai Tao <eha...@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...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.


Hai Tao

unread,
Jul 24, 2012, 5:27:39 PM7/24/12
to puppet...@googlegroups.com
can dashboard and foreman share the same database then?
--
Hai Tao

llo...@oreillyauto.com

unread,
Jul 24, 2012, 5:44:32 PM7/24/12
to puppet...@googlegroups.com


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 <ohad...@gmail.com> wrote:
>
>
> On Tue, Jul 24, 2012 at 9:28 PM, Hai Tao <eha...@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...@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...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscribe@googlegroups.com.

Peter Brown

unread,
Jul 26, 2012, 11:28:49 PM7/26/12
to puppet...@googlegroups.com
I have been wondering the same thing but I have started using puppetdb.
Has anyone got foreman working with puppetdb?

On 25 July 2012 07:44, llo...@oreillyauto.com <llo...@oreillyauto.com> wrote:
>
>
> 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 <ohad...@gmail.com> wrote:
>> >
>> >
>> > On Tue, Jul 24, 2012 at 9:28 PM, Hai Tao <eha...@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...@googlegroups.com.
>> >> To unsubscribe from this group, send email to
>> >> puppet-users...@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...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > puppet-users...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/puppet-users?hl=en.
>>
>>
>>
>> --
>> Hai Tao
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/r7E-mpYq1MsJ.
>
> To post to this group, send email to puppet...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users...@googlegroups.com.

llo...@oreillyauto.com

unread,
Jul 27, 2012, 9:19:32 AM7/27/12
to puppet...@googlegroups.com


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.
 

banjer

unread,
Aug 2, 2012, 9:54:58 AM8/2/12
to puppet...@googlegroups.com
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:

[master]
  storeconfigs = true
  storeconfigs_backend = puppetdb

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.

llo...@oreillyauto.com

unread,
Aug 2, 2012, 9:59:23 AM8/2/12
to puppet...@googlegroups.com


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.
 

banjer

unread,
Aug 2, 2012, 10:07:23 AM8/2/12
to puppet...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages