[foreman-dev] Re: Looking for facts from big servers

2017-07-03 Thread Andrew Schofield
Hi Lukas - I can probably grab some for you - give me a couple of days. 
I'll mail them directly to you - I might need to sanitize some of the data.

On Monday, July 3, 2017 at 9:52:22 AM UTC-4, Lukas Zapletal wrote:
>
> Hey, 
>
> we are redesigning UX of the discovery pages and I was wondering if 
> you can send me output of facter from some big fat servers. Looking 
> for extremes, servers with: 
>
> - lots of CPUs or cores 
> - lots of memory 
> - lots of disks or volumes 
> - or other periciphals 
>
> The command output we are interested in is: 
>
> facter --no-custom-facts --json 
>
> Please pastebin and send to the list or directly to me, thanks! The 
> purpose of this is to import these into foreman and see how it will 
> look like with the new UX design. We don't have anything yet, but we 
> would like to replace the table view with something better, stay 
> tuned. 
>
> -- 
> Later, 
>   Lukas @lzap Zapletal 
>

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[foreman-dev] 1.16 branching in approximately 2 weeks

2017-07-03 Thread Daniel Lobato Garcia
As per 
http://projects.theforeman.org/projects/foreman/wiki/Foreman_116_Schedule,
1.16 is due to be branched soon, in 2 weeks approximately.

Please help to make develop more stable during this process, be it through
thorough testing, bugfixing or improving documentation.

Help with updating the manual would be appreciated, see the list of
tasks in:
  - https://github.com/theforeman/theforeman.org/issues/903
  - The tracker does NOT have any 1.16 specifics set yet, please add any new
feature or change you think that is worth documenting for 1.16

Some translations are nearing 100% completion, we welcome contributions
that help finishing them for the next release:
  - https://www.transifex.com/foreman/foreman/foreman/

If you have any critical fixes that you think should be included in 1.16
in any of the core projects, please reply to this read to raise
attention over them. Maintainers feel free to set the 1.16 label to
any PR of that nature.

Best,

--
Daniel Lobato Garcia

@dLobatog
blog.daniellobato.me
daniellobato.me

GPG: http://keys.gnupg.net/pks/lookup?op=get=0x7A92D6DD38D6DE30
Keybase: https://keybase.io/elobato

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


[foreman-dev] Looking for facts from big servers

2017-07-03 Thread Lukas Zapletal
Hey,

we are redesigning UX of the discovery pages and I was wondering if
you can send me output of facter from some big fat servers. Looking
for extremes, servers with:

- lots of CPUs or cores
- lots of memory
- lots of disks or volumes
- or other periciphals

The command output we are interested in is:

facter --no-custom-facts --json

Please pastebin and send to the list or directly to me, thanks! The
purpose of this is to import these into foreman and see how it will
look like with the new UX design. We don't have anything yet, but we
would like to replace the table view with something better, stay
tuned.

-- 
Later,
  Lukas @lzap Zapletal

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [foreman-dev] Re: Plugins configuration managment platform

2017-07-03 Thread Fairouz el ouazi

Hello , 
  

My platform  is a software suite for IoT / M2M solution integrators 
offering a set of tools to facilitate the interconnection between *devices* 
(or connected *« things »*) and *business applications*:

   - 
   
   *Connectivity Interfaces* (public and private) to collect data, send 
   command or notification from/to IoT/M2M devices,
   - 
   
   *Device Management* (supervision, configuration, resources, firmware, 
   etc.),
   - 
   
   *Message Routing* between devices and business applications,
   - 
   
   *Data Management*: *Data Storage* with *Advanced Search* features.
   
Every device has a particular parameters with a mix of communication modes 
. The devices use MQTT protocol to communicate with  the platform . 

I m looking for a device management that can offer me more functionalities 
so the clients can have more visibility for their  devices . For example i 
want to modify a parameter on multiple devices at the same time : ex: 
device Group . I want to manage different devices with different constraint 
, I want to supervise my devices and  their evolution and it will be just 
great if i could do auto-provisioning (my devices get  automatically an 
existent  configuration and having inventory .




Le lundi 3 juillet 2017 09:16:05 UTC+2, Marek Hulán a écrit :
>
> Hello 
>
> the smart proxy chef plugin is only a proxy between Foreman - chef-client 
> and 
> Foreman - chef-server. Most of Foreman functionality proxies the 
> communication 
> through smart-proxy, the idea is that Foreman is running on one place e.g. 
> in 
> office while you need to talk to many hosts in datacenters. These hosts 
> might 
> not be accessible from outside network so you put smart-proxy to the 
> datacenter and make this as the only available endpoint. 
>
> It's totally up to you if you decide to go this path, if this is not your 
> case, you can just add one plugin on foreman side. For iot devices it 
> really 
> depends on what you're trying to achieve. Describing that on few examples 
> would help me understand what you need. 
>
> -- 
> Marek 
>
> On pátek 30. června 2017 14:40:53 CEST Fairouz el ouazi wrote: 
> > Hi , it's me again im really sorry for asking a lot of question but when 
> > take a look to the documetation i didn't get a clear idea about the real 
> > job of smart proxy chef plugin and why on chef we have a client plugin 
>  and 
> > on salt we don't have it ?? and if my platform is not agent less would 
> it 
> > be necessary to have 3 plugin one on foreman and other one on smart 
> proxy 
> > foreman and the third on my  iot devices ? 
> > 
> > Le mercredi 28 juin 2017 11:50:40 UTC+2, Fairouz el ouazi a écrit : 
> > > Hi everyone , 
> > > 
> > >  I'm a beginner in using foreman ,So before in take the adventure 
> i 
> > > 
> > > want to know if the fact that it exists a plugin for managing chef is 
> > > there 
> > > any chance to develop a new one that will manage my own platform  X 
> > > (PLatform that manage IOT  devices ) . So  at place of having chef 
> client 
> > > i 
> > > will have foreman dealing with the devices of my X platform . ??? 
> > > 
> > > I really need your help or some ideas or if anyone has face the 
> same 
> > > 
> > > uses cases ? 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[foreman-dev] joins/includes/eager_load/preload

2017-07-03 Thread Tomer Brisker
Hi,

We've had a few performance issues caused by using the incorrect methods
for combining ActiveRecord relations. I happened to run across a good,
up-to-date article that explains the differences in a good concise manner,
sharing so you can all enjoy:
http://blog.scoutapp.com/articles/2017/01/24/activerecord-includes-vs-joins-vs-preload-vs-eager_load-when-and-where

-- 
Have a nice day,
Tomer Brisker
Red Hat Engineering

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [foreman-dev] Re: Plugins configuration managment platform

2017-07-03 Thread Marek Hulán
Hello

the smart proxy chef plugin is only a proxy between Foreman - chef-client and 
Foreman - chef-server. Most of Foreman functionality proxies the communication 
through smart-proxy, the idea is that Foreman is running on one place e.g. in 
office while you need to talk to many hosts in datacenters. These hosts might 
not be accessible from outside network so you put smart-proxy to the 
datacenter and make this as the only available endpoint.

It's totally up to you if you decide to go this path, if this is not your 
case, you can just add one plugin on foreman side. For iot devices it really 
depends on what you're trying to achieve. Describing that on few examples 
would help me understand what you need.

--
Marek

On pátek 30. června 2017 14:40:53 CEST Fairouz el ouazi wrote:
> Hi , it's me again im really sorry for asking a lot of question but when
> take a look to the documetation i didn't get a clear idea about the real
> job of smart proxy chef plugin and why on chef we have a client plugin  and
> on salt we don't have it ?? and if my platform is not agent less would it
> be necessary to have 3 plugin one on foreman and other one on smart proxy
> foreman and the third on my  iot devices ?
> 
> Le mercredi 28 juin 2017 11:50:40 UTC+2, Fairouz el ouazi a écrit :
> > Hi everyone ,
> > 
> >  I'm a beginner in using foreman ,So before in take the adventure i
> > 
> > want to know if the fact that it exists a plugin for managing chef is
> > there
> > any chance to develop a new one that will manage my own platform  X
> > (PLatform that manage IOT  devices ) . So  at place of having chef client
> > i
> > will have foreman dealing with the devices of my X platform . ???
> > 
> > I really need your help or some ideas or if anyone has face the same
> > 
> > uses cases ?


-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.