Re: [foreman-dev] hammer requires ruby >= 2.1.0

2016-08-30 Thread Tomer Brisker
See http://projects.theforeman.org/issues/16141, should be fixed on develop On Wed, Aug 31, 2016 at 3:27 AM, Tom McKay wrote: > Am I doing something wrong? Trying to install hammer (from github) on > RHEL-7Server fails because fast_gettext requires ruby >= 2.1.0. > > -- > You received this messa

Re: [foreman-dev] forklift not working for a dev install?

2016-08-30 Thread Tom McKay
My boxes.yaml stanza katello: box: centos7 shell: 'yum -y install ruby && cd /vagrant && ./setup.rb' installer: >- --katello-devel-use-rvm false --katello-devel-github-username thomasmckay options: >- --scenario katello-devel --disable-selinux --koji-repos memory: 819

[foreman-dev] hammer requires ruby >= 2.1.0

2016-08-30 Thread Tom McKay
Am I doing something wrong? Trying to install hammer (from github) on RHEL-7Server fails because fast_gettext requires ruby >= 2.1.0. -- 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

Re: [foreman-dev] forklift not working for a dev install?

2016-08-30 Thread Tom McKay
It's installing now and appears to be working as expected. I realize my mistake was thinking that the links at the top of the landing page were a table of contents for that page and not links to other docs; scrolling down I tried to update my existing boxes.yaml and didn't click through to see that

Re: [foreman-dev] forklift not working for a dev install?

2016-08-30 Thread Eric D Helms
Check [1] for more information, if that does not answer your query let me know and we can improve the doc! Eric [1] https://github.com/Katello/forklift/blob/master/docs/development.md On Tue, Aug 30, 2016 at 5:47 PM, Tom McKay wrote: > For a long while I've been running off my boxes.yaml > > k

[foreman-dev] forklift not working for a dev install?

2016-08-30 Thread Tom McKay
For a long while I've been running off my boxes.yaml katello: box: centos7-devel installer: '--scenario katello-devel --katello-devel-use-rvm false --katello-devel-github-username thomasmckay' options: '--disable-selinux --koji-repos' memory: 4096 cpus: 2 hostname: katello.example.com netwo

Re: [foreman-dev] Expanding Slave Capacity

2016-08-30 Thread Josh Baird
I would be willing to donate a second slave if necessary. On Tue, Aug 30, 2016 at 2:10 PM, Eric D Helms wrote: > We're reaching a point where slave capacity is slowing development down. > I'd like to get an idea of how much more capacity we need and strategies we > could adopt around this. > > 1

[foreman-dev] Re: Intermittent Slave Timeouts

2016-08-30 Thread Eric D Helms
Looks like we may not be the only people experiencing this issue currently: http://help.rubygems.org/discussions/problems/22609-intermittent-problems-when-pulling-gems On Tue, Aug 30, 2016 at 12:48 PM, Eric D Helms wrote: > Do we have any idea what is causing the intermittent errors pulling > r

[foreman-dev] Expanding Slave Capacity

2016-08-30 Thread Eric D Helms
We're reaching a point where slave capacity is slowing development down. I'd like to get an idea of how much more capacity we need and strategies we could adopt around this. 1) If we went with a dedicated Rackspace server, how big of a machine would we need and what would be the per month cost? 2

[foreman-dev] Intermittent Slave Timeouts

2016-08-30 Thread Eric D Helms
Do we have any idea what is causing the intermittent errors pulling rubygems on the Rackspace slaves? The errors take the form of: *15:12:36* ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)*15:12:36* Errno::ETIMEDOUT: Connection timed out - connect(2) for "rubygems.global.ssl.

Re: [foreman-dev] Jenkins slaves not responding

2016-08-30 Thread Eric D Helms
I'd like to propose adding the Jenkins Pipeline plugin as a way to help reduce load through number of jobs [1]. If we were to take jobs that spawn multiple jobs such as test_katello that does 4 different test sets each spawning a separate job and use the Pipeline plugin this could be reduced to a s

[foreman-dev] Re: Automate IP allocation over specifying subnets in machine creation

2016-08-30 Thread 'Eliraz Asulin' via foreman-dev
Thanks Lukas! Looking forward for that patch! BTW I also tried to work with the API of "Free IP" but couldn't managed to authenticate properly, can you give me an example of how to use it? that way we could use the workaround I spoke of before... -- You received this message because you are sub

Re: [foreman-dev] Re: RFC for foreman_api_v3

2016-08-30 Thread Joseph Magen
Per the feedback, I made the following 2 changes: 1) renamed the plugin to foreman_jsonapi 2) changed the version to v21. Now that the version is not in the gem name and directory structure, it will be much easy to change the version to v3 (or whatever

Re: [foreman-dev] Automate IP allocation over specifying subnets in machine creation

2016-08-30 Thread Lukas Zapletal
Hello, > We're trying to provision a machine (physical) in discovery from one subnet > (LA-PXE) to another (LA-SUBNET) using DHCP as IPAM, and we're getting an > error of "Ip does not match selected subnet" unless specifying an ip > address in advance (which is really a pain cause this is messi

Re: [foreman-dev] Problem make Connection Api with PHP

2016-08-30 Thread Martin Bačovský
Hello, I'm not familiar with the python-foreman but the Warning just says that the API version you are going to use is v1. However the code should still work as it is just a warning. Are there any other errors? You can switch to version 2 (which is the current default and recommended) using api_ver