Hi Fairouz,

in general Puppet can manage everything which has an IP address.
Well, mostly everything:
1. Puppet agent requires ruby with openssl support being available for the 
device.
    Besides this: Puppet needs facter (a c++ application)
    Ruby version depends on Puppet version. At the moment Puppet 4.10 uses Ruby 
2.1.9.
2. Puppet needs to know how to run commands on the device.
    In Puppet we call this the “provider”. A provider is ruby code that has the 
logic on how to add, remove or change a resource (like user, group, file,…)
 
Wether you can directly use Puppet on a device depends on the underlying OS. If 
this is based on a standard Linux distribution possibility is high that one can 
make Puppet work on that device. Adoptions to Puppet and Facter code might be 
required.

Best,
Martin

> On 24 May 2017, at 13:49, Fairouz el ouazi <elouazifair...@gmail.com> wrote:
> 
> Hi , 
> 
> My project consist of integrating a new device management  on a IOT platform .
> My IOT platform already has a  simple device management but with less options 
> and functionalities  for example  we can do groupping for changing parametres 
> of many devices at the same time , we don't have auto-provioning ....
> My job is to find a new device management  that can communicate with my 
> platform and do the functionalities that the existent can't do .
> 
> I want to know if Puppet is the right choice ? and if  Puppet can manage the 
> embedded devices with no IP address ..
> 
> I really need help so plz if someone has any ideas ????
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/puppet-users/1a74a1aa-bdbd-444b-9e56-054cb570b09a%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/8ACA0C7E-B981-4522-9BA9-9165748E1C91%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to