So,

You can run Facter independently of Puppet, yes.  You can have Facter
export a file to YAML by doing `facter --yaml > file.yaml` and then use
that file with MCollective (MCollective would use that YAML file full of
fact data to respond to queries that are filtered according to fact
information).  When an MCollective client (remember, MC works in a
single-client, multi-master fashion where a client queries all the nodes
based on a filter, and all the 'servers', or other nodes, respond
accordingly) queries for nodes based on a fact filter, only the nodes that
match the filter will respond.

Puppet needs ports 8140 and 8139 available to communicate in agent/master
mode.

I hope this helps!

On Wed, Feb 1, 2012 at 4:40 PM, Dustin Little <dlit...@toyatech.net> wrote:

> Hoping to get some insight from the community. Can puppet/mcollective/
> facter collect/store facts about hosts that are not actually running
> puppet? I see that custom facts can be gathered via shell scripts.
> Might this be used to build host resources and obtain facts? Also how
> well do puppet/mcollective/facter function when the puppet client and
> puppet master are separated by firewalls with only http/https access?
>
> Thanks,
> Dusty
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>


-- 

Gary Larizza
Professional Services Engineer
Puppet Labs

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to