Project

General

Profile

Activity

From 05/21/2015 to 06/19/2015

06/19/2015

11:01 AM Bug #9857 (Closed): Internal server error when registering discovered host in Foreman 1.8
Applied in changeset commit:foreman_discovery|4c018bc136f7db433b3bbcfbdb97cca53bd3e64a. Anonymous
10:37 AM Revision f64719b2 (foreman_discovery): Fixes #9607 - discovery search succeeds on ip, mac and subnet
Lukas Zapletal
10:37 AM Revision 45b604e1 (foreman_discovery): Fixes #10445 - subnet is associated through primary iface
Lukas Zapletal
10:04 AM Revision 4c018bc1 (foreman_discovery): Fixes #9857 - facter extensions now compatible with 1.8+
Lukas Zapletal
08:01 AM Bug #9619 (Closed): Improve host import API documentation
Applied in changeset commit:foreman_discovery|20561caf14b4b5fbb98db5f1847429d72bf476a4. Anonymous
07:01 AM Revision 20561caf (foreman_discovery): Fixes #9619 - Improved API documentation
Lukas Zapletal
04:01 AM Bug #9291 (Closed): Provide a Reboot all hosts button
Applied in changeset commit:foreman_discovery|0018a862699cf66041bea0e768bad739b6343eb3. Ori Rabin
04:01 AM Bug #10554 (Closed): host discovery creation should only be allowed via the api
Applied in changeset commit:foreman_discovery|1f30d55ff87cb2a04b421a2b119275d40e268411. Ohad Levy
04:01 AM Bug #10555 (Closed): UI controllers should not respond in json
Applied in changeset commit:foreman_discovery|5bfd44d600370fff69e66980fb9c619333558ad1. Ohad Levy
03:57 AM Revision 0018a862 (foreman_discovery): Fixes #9291 - adds a reboot all hosts button
Ori Rabin
03:44 AM Revision 1f30d55f (foreman_discovery): fixes #10554 - remove the non UI route for creating a discovered host.
Ohad Levy
03:36 AM Revision 5bfd44d6 (foreman_discovery): fixes #10555 - removes JSON response from discovered_hosts controller
Ohad Levy

06/18/2015

10:36 AM Bug #10852: Discovery image discovery_bootif doesn't match boot interface and can't discover host
Byron Miller wrote:
> Cool, i'll check out that patch.. maybe the default_bootif doesn't really matter in the grand ...
Byron Miller
10:35 AM Bug #10852: Discovery image discovery_bootif doesn't match boot interface and can't discover host
Cool, i'll check out that patch.. maybe the default_bootif doesn't really matter in the grand scheme of things, but i... Byron Miller
10:33 AM Bug #10852: Discovery image discovery_bootif doesn't match boot interface and can't discover host
Here is a screenshot in the BIOS showing PXE boot is set to NIC 1 Port 3
https://www.dropbox.com/s/wf5cetmz9u1qapc...
Byron Miller
10:06 AM Bug #10852: Discovery image discovery_bootif doesn't match boot interface and can't discover host
The "address family" bug is a known one, currently a patch is pending review: https://github.com/theforeman/foreman_d... Lukas Zapletal
09:55 AM Bug #10852: Discovery image discovery_bootif doesn't match boot interface and can't discover host
Lukas,
Thanks for the reply. I see it iterate over all of the interfaces and the 3rd one does get DHCP. I was able...
Byron Miller
03:03 AM Bug #10852: Discovery image discovery_bootif doesn't match boot interface and can't discover host
Ah I see your comment 1 now. Let me explain.
Image currently initializes all interfaces via DHCP, but the one that...
Lukas Zapletal
02:59 AM Bug #10852: Discovery image discovery_bootif doesn't match boot interface and can't discover host
by primary interface we mean the interface it was PXE-booted from. Using
PXELinux and IPAPPEND option "2" this shoul...
Lukas Zapletal
10:31 AM Bug #10864 (Ready For Testing): Get rid of N+1 warnings
The Foreman Bot
09:32 AM Bug #10864 (Closed): Get rid of N+1 warnings
We have huge number of them at the moment Lukas Zapletal
03:21 AM Feature #10244: Isolation through Proxy should work on more than one Smart Proxy
Correction, the patch was re-submitted here: https://github.com/theforeman/foreman/pull/2327 Lukas Zapletal
03:17 AM Feature #10835 (Duplicate): Add support for VLAN ID into the image
We track this feature already: http://projects.theforeman.org/issues/9945 Lukas Zapletal
03:16 AM Feature #9945: Add vlan kernel command line params to configure primary interface VLAN
The problem with kernel parameter is that you can only apply it for ALL discovered nodes on ALL networks as the templ... Lukas Zapletal

06/17/2015

01:01 PM Bug #10781 (Closed): Tests are broken after ptables patch
Applied in changeset commit:foreman_discovery|2bb19c23490a4672474571b5b0e5091ce44a04d5. Anonymous
11:06 AM Bug #10852: Discovery image discovery_bootif doesn't match boot interface and can't discover host
Hmm, looking at the fact thingy it looks like its defaulting to rd.bootif=0 in /proc/cmdline right?
is there a w...
Byron Miller
10:31 AM Bug #10852 (Closed): Discovery image discovery_bootif doesn't match boot interface and can't discover host
I'm not sure if i'm chasing down the right issue, but I have a DELL R630 that i'm trying to get discovery to work on ... Byron Miller
10:51 AM Revision 2bb19c23 (foreman_discovery): Fixes #10781 - fixed unit tests for new partition tables
Lukas Zapletal
09:41 AM Bug #9857: Internal server error when registering discovered host in Foreman 1.8
We have a workaround now, set 'ignore_puppet_facts_for_provisioning' setting to false until 3.0.1 plugin is released! Lukas Zapletal
08:13 AM Bug #9857 (Ready For Testing): Internal server error when registering discovered host in Foreman 1.8
The Foreman Bot
07:59 AM Revision 19ebe946 (foreman-discovery-image): Fixes #10831 - introduced fdi.zipserver command line option
Adds support for fdi.zipserver= to force the server the discovery image should download the extensions from. Jasper Capel

06/16/2015

12:22 PM Bug #9857: Internal server error when registering discovered host in Foreman 1.8
Debug log attached Rob Greenwood
12:06 PM Bug #9857: Internal server error when registering discovered host in Foreman 1.8
Ok it looks like app/lib/puppet_fact_parser_extensions.rb is not used at all. This has nothing to do with #10004. Fac... Lukas Zapletal
08:54 AM Feature #10835 (Duplicate): Add support for VLAN ID into the image
Hello,
I need to boot and provision a host on a trunk link on which no native vlan is supported. So I do need discvo...
exploit exploit
07:52 AM Revision 1b42186b (foreman-discovery-image): Updated vagrant file for Fedora 22
Lukas Zapletal
07:42 AM Feature #10831 (Resolved): Introduce fdi.zipserver kernel command line option
Which overrides default TFTP server from DHCP Lukas Zapletal
03:31 AM Feature #10828 (Ready For Testing): Make use of the new logging capabilities
The Foreman Bot
03:27 AM Feature #10828 (Closed): Make use of the new logging capabilities
Also as part of this ticket, when discovery via facts fails, send list of facts to log Lukas Zapletal

06/15/2015

02:12 AM Bug #8148: Allow editing taxonomy on Provision Host form
This only happens when manually selecting the hg.
When using auto provision the org/loc are not changed.
Ori Rabin

06/12/2015

10:37 AM Feature #10794 (Duplicate): Multiple subnets support
Dupe of http://projects.theforeman.org/issues/10244 Lukas Zapletal
10:33 AM Feature #10794 (Duplicate): Multiple subnets support
The PXELinux global default template hardcodes proxy.url. With multiple subnets and multiple smart proxies, this is a... Lukas Zapletal
10:17 AM Feature #10244: Isolation through Proxy should work on more than one Smart Proxy
Actually https://github.com/theforeman/foreman/pull/2327 has the @proxy thingy now Stephen Benjamin
08:45 AM Bug #10650: Race condition in discovery-setup.path
Can you take a look to https://github.com/theforeman/foreman-discovery-image/pull/14 ?
I will trigger image build,...
Lukas Zapletal
08:40 AM Bug #10650 (Assigned): Race condition in discovery-setup.path
Yeah I get it now. Lukas Zapletal
08:21 AM Bug #10650: Race condition in discovery-setup.path
Lukas Zapletal wrote:
> Hello, thanks for the report. We need to download the extension early, before discovery-regi...
Jasper Capel

06/11/2015

09:43 AM Bug #10781 (Ready For Testing): Tests are broken after ptables patch
The Foreman Bot
04:40 AM Bug #10781 (Closed): Tests are broken after ptables patch
The patch #7096 broke our tests, we need to fix this. Lukas Zapletal
09:36 AM Revision 9af0f6ab (foreman_discovery): Refs #9870 - friendlier error for auto-provisioning with no discovery rule
Ori Rabin
06:20 AM Bug #10650: Race condition in discovery-setup.path
Hello, thanks for the report. We need to download the extension early, before discovery-register and foreman-proxy st... Lukas Zapletal

06/08/2015

02:30 PM Bug #10650: Race condition in discovery-setup.path
I think discovery-setup.service should have:... Jasper Capel

06/04/2015

04:01 AM Feature #10698: Choice of organization to which the discovered host will be added
Yeah, currently you can only assign one ORG/LOC for all discovered hosts via settings. Lukas Zapletal
02:03 AM Feature #10698 (Duplicate): Choice of organization to which the discovered host will be added
The story:
There is user A that is a manager of the foreman instance, he manages his own set of machines in organi...
Shimon Shtein

05/29/2015

06:37 AM Bug #10650 (Closed): Race condition in discovery-setup.path
I created a discovery image extension to add a few facts. This is not downloaded from the TFTP server by discovery-se... Jasper Capel

05/27/2015

10:26 AM Revision c864794a (foreman_discovery): Refs #9597 - adding a test to check that token is not created for discovered host
Ori Rabin
09:47 AM Revision ff125ee3 (foreman_discovery): Refs #9870 - adding error response code when auto-provision fails with no discovery rule
Ori Rabin

05/25/2015

03:45 AM Revision 44d30d92 (foreman-discovery-image): Updated README build instructions
Stephen Benjamin

05/22/2015

12:00 PM Revision 607d4d89 (foreman-discovery-image): Merge pull request #12 from lzap/prepare-stdout-10562
Fixes #10562 - nm-prepare sends output to stdout Stephen Benjamin

05/21/2015

11:49 AM Feature #10423 (Closed): Drop smart-proxy from the image and replace with own process
Closing for now. Lukas Zapletal
11:27 AM Feature #10423: Drop smart-proxy from the image and replace with own process
Lukas Zapletal wrote:
> My thinking is that the BMC shell provider is a hacky and we would like to evolve the API in...
Ohad Levy
11:17 AM Feature #10423: Drop smart-proxy from the image and replace with own process
My thinking is that the BMC shell provider is a hacky and we would like to evolve the API into something bigger (firm... Lukas Zapletal
09:31 AM Bug #10469: Auto provision rule does not enforce host group association to org/location
Updated subject and description. Lukas Zapletal
09:12 AM Bug #10469: Auto provision rule does not enforce host group association to org/location
I can confirm this was not yet released:
g branch -r --contains 47ecc19a26809dabca37aa8d43231aebde4351dc | grep or...
Lukas Zapletal
09:28 AM Bug #9881: Discovery rules are not connected to taxonomies
WARNING: If we decide to backport this upstream/downstream, we must make sure that #10469 fix is backported as well. Lukas Zapletal
09:11 AM Bug #9881: Discovery rules are not connected to taxonomies
Damn, wrong issue. Scratch #5. Lukas Zapletal
09:11 AM Bug #9881: Discovery rules are not connected to taxonomies
Comment removed. Lukas Zapletal
08:29 AM Bug #10361: Using Discovery Module to Provision an instance warns about duplicate IP address for DHCP
Is it possible for you to create lease range and foreman DHCP range in a way that there is no intersection? This shou... Lukas Zapletal
 

Also available in: Atom