[foreman-dev] API usage - getting Hosts in Hostgroup

2017-08-15 Thread roy.b via foreman-dev
Hi all , I am new here and hope it's OK to submit issues . I have created new Hostgroup in foreman and the group is empty . Querying the hosts table in foreman schema : mysql> select id from hostgroups h -> where h.name='myhostgroup'; +-+ | id | +-+ | 243 | +-+ 1 row in set

[foreman-dev] Foreman provision

2017-08-15 Thread Phani Kumar
Hi Team I am new to Foreman Clearly understood the reporting and Configuration. But not clear on provisioning and I need help or link to documentation. What I did is till now .. I installed foreman on Oracle Virtuval machine VM and trying to provisioning a new VM from the foreman VM using

[foreman-dev] Re: Taking over plugins - do we need a policy?

2017-08-15 Thread Greg Sutcliffe
https://github.com/theforeman/theforeman.org/pull/932 I'd like to look at a larger revamp of the plugins section of the site in a while (there was another thread about this, I think) but this will do for now. I'll script up the list of plugins that need extra maintainers tomorrow. Greg -- You

Re: [foreman-dev] Icon Feedback

2017-08-15 Thread Roxanne Hoover
Thanks for all the great feedback. I'm going to pass this on to the visual team and see what they come up with. On Tuesday, August 15, 2017 at 4:20:26 AM UTC-4, Ivan Necas wrote: > > > On Tue, 15 Aug 2017 at 09:47, Lukas Zapletal > wrote: > >> Hey, >> >> nice, but content

[foreman-dev] Re: Taking over plugins - do we need a policy?

2017-08-15 Thread Greg Sutcliffe
So, I should read our own docs http://projects.theforeman.org/projects/foreman/wiki/How_to_Create_a_Pl ugin#Making-your-plugin-official I think this covers all we discussed, but perhaps it's on the owners (myself, Eric, Ohad) to be more proactive about enforcing it when migrating plugins to

Re: [foreman-dev] Taking over plugins - do we need a policy?

2017-08-15 Thread Greg Sutcliffe
On Tue, 2017-08-15 at 08:20 +0200, Marek Hulán wrote: > curl https://rubygems.org/api/v1/gems/foreman_chef/owners.json > > see http://guides.rubygems.org/rubygems-org-api/#owner-methods for > more details. Ah, perfect, thanks. I'll get a policy drafted up and then I can script this an mail all

Re: [foreman-dev] Icon Feedback

2017-08-15 Thread Ivan Necas
On Tue, 15 Aug 2017 at 09:47, Lukas Zapletal wrote: > Hey, > > nice, but content and infrastructure is a bit weird to me. The folded > paper icon is overused in many software and its meaning is blurry to > me. > > Infrastructure is more like support software/hardware, smaller >

Re: [foreman-dev] Icon Feedback

2017-08-15 Thread Lukas Zapletal
Hey, nice, but content and infrastructure is a bit weird to me. The folded paper icon is overused in many software and its meaning is blurry to me. Infrastructure is more like support software/hardware, smaller servers, forklift or network icon would be better fit. Something like:

Re: [foreman-dev] How to disable puppet management of DHCP/DNS/TFTP

2017-08-15 Thread Lukas Zapletal
Thanks for the patch. For me, it is actually turning off DHCP smart proxy module (setting it to false). I was testing this with Katello 3.4. The only difference could be that I was performing this via installer with -n (dry run) option. LZ On Fri, Aug 11, 2017 at 4:45 PM, Ewoud Kohl van

Re: [foreman-dev] Icon Feedback

2017-08-15 Thread Ivan Necas
Ewoud Kohl van Wijngaarden writes: > +1 on infra being unintuitive. > > I'd also add that containers might not be obvious. I'd expect at least a > few because nobody runs just 1 container. Something like [1] or [2] is > more like what I'd expect, but at least 3

Re: [foreman-dev] Taking over plugins - do we need a policy?

2017-08-15 Thread Marek Hulán
On pondělí 14. srpna 2017 17:31:00 CEST Greg Sutcliffe wrote: > Hi all, > > This went fairly quiet, but we all seem largely in agreement. I'll > draft something up for the website and send a PR tomorrow. I had a few > side questions though: > > On Wed, 2017-07-19 at 10:13 +0200, Marek Hulán