[foreman-dev] Re: Nominating Timo Goebel for theforeman/foreman commit access

2016-06-07 Thread Daniel Lobato Garcia
Reminder - 2 days left if you have any objections or comments!

On 06/02, Daniel Lobato Garcia wrote:
> Hi devs,
>
> I'd like to nominate Timo Goebel (timogoebel on Github & IRC) for commit
> access to theforeman/foreman repo.
>
> He's been contributing to the puppet modules, community-templates, bootdisk
> and Foreman for some time, particularly on the VMWare/vsphere side of things.
> He's been running Foreman on production for years already and gave
> local talks about it.(www.meetup.com/AWS-Meetup-Karlsruhe/events/229036956/)
>
> Most importantly and the reason why I thought of him as a person that
> could become a committer is his involvement on ipv6 support lately,
> where he's been submitting consistently good code.
>
> I think he understands very well the problem domain, and he will be
> committed to maintain and improve the code quality of the project, as
> well as providing good feedback from a production installations.
>
> Some examples of his contributions:
>
> https://github.com/theforeman/foreman/pull/3420
> https://github.com/theforeman/foreman/pull/3424
> https://github.com/theforeman/foreman/pull/3498
> https://github.com/theforeman/foreman/pull/3499
> https://github.com/theforeman/foreman/commit/5131edbfab258c0862c987f238049ee81a1cd13f
> https://github.com/theforeman/foreman/commit/8ca6c6bbc5242c29a8039d1e6a1d09d1a454164c
> https://github.com/theforeman/foreman/commit/2328beb569d3f0e51043202d3a00a3b30879d244
> https://github.com/theforeman/puppet-puppet/pull/389
> https://github.com/theforeman/foreman_bootdisk/pull/19
>
> Lastly I'd encourage him to start reviewing already!
>
> Objections or comments in private are welcome, but public replies to this
> thread are preferred :)
>
> 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



--
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


Re: [foreman-dev] smart-proxy rake test fails for me

2016-06-07 Thread Daniel Lobato Garcia
On 06/07, paul kelly wrote:
> Hi Folks,

Hi!

>   I am attempting to run the smart-proxy tests and am getting some errors.
> I suspect a mismatched gem somewhere. Could someone confirm that this
> selection of gems is correct for running under ruby-2.0.0-p353?
> Alternatively could I get a copy of this information from the Jenkins CI
> environment?

You can see what gems are installed here:

http://ci.theforeman.org/job/test_proxy_develop_pr_core/804/puppet=4.3.0,ruby=2.0.0/consoleFull

Anyway, what errors are you seeing when you run tests? Have you tried
'bundle exec rake test' (that uses gems in the smart-proxy bundle)?

--
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


Re: [foreman-dev] Re: Foreman Community Demo Items - Thu 09 Jun

2016-06-07 Thread Lukas Zapletal
> 2 days to go, still no presenters - I see 153 closed bugs and 23 closed
> features in the last 3 weeks, surely someone has something to say? :)

I can hardly say what I was eating for lunch yesterday. Can't you just
drop the search query link to the list every month please? :-)

-- 
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] how to determine power on/off of discovered host from API?

2016-06-07 Thread Lukas Zapletal
Hey,

> PUT api/v2/discovered_hosts/:id/refresh_facts

yeah this or GET /features works as well.

> Any other "ping status" API call?

Nope, all other ports except 8443 and 8448 (http) are firewalled.

Proper shutdown should delete discovered host (file RFE for this
please), good idea. But hard power off we can't detect easily of course.
-- 
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] Drop support for Ruby 1.9.2 in smart proxy

2016-06-07 Thread Dominic Cleal
I'd like to drop support for testing Ruby 1.9.2 in the smart proxy,
primarily because we're getting intermittent segfaults on it during tests.

We used to have some platforms (such as Debian Squeeze, IIRC) that
shipped 1.9.2 but we no longer support them. Puppet also didn't support
it officially as 1.9.3 contained lots of fixes.

1.8.7 support would remain, so we'd have 1.8.7, 1.9.3, 2.0.0 and up.

Any objections?

-- 
Dominic Cleal
domi...@cleal.org

-- 
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] Re: Foreman Community Demo Items - Thu 09 Jun

2016-06-07 Thread Greg Sutcliffe
2 days to go, still no presenters - I see 153 closed bugs and 23 closed
features in the last 3 weeks, surely someone has something to say? :)

-- 
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.