Project

General

Profile

Activity

From 03/21/2017 to 04/19/2017

04/19/2017

11:46 AM Bug #19321 (New): Unable to delete a host due to DHCP orchestration failure with older smart proxy
... Ohad Levy
11:01 AM Refactor #19295 (Closed): Use new proxy API for getting information from DHCP
Applied in changeset commit:bf2c7da5756aed35cc842bf3027c74acedd1f57c. Anonymous
10:31 AM Bug #12161: ignored_environments.yml: Unable to include only class matching regex
Hello,
I just tried creating the following file:...
Adam Cécile
10:06 AM Bug #12161: ignored_environments.yml: Unable to include only class matching regex
For other ending here, the documention for ignored_environments can be found here:
https://theforeman.org/manuals/l...
E E
10:19 AM Revision bf2c7da5 (foreman): Fixes #19295 - use new DHCP API
Marek Hulán
10:01 AM Feature #19192 (Closed): Allow to mass mark notification group as read
Applied in changeset commit:ea0d94e663dcb3630b745436770e7123268aa570. Ohad Levy
09:37 AM Revision ea0d94e6 (foreman): fixes #19192 - adds mark all as read notification action
This implements missing feature from patternfly ( see http://www.patternfly.org/pattern-library/communication/notific... Ohad Levy
09:15 AM Bug #19318 (Duplicate): Plugins infrastructure don't work reliably in development
Dominic Cleal
09:10 AM Bug #19318 (Duplicate): Plugins infrastructure don't work reliably in development
Plugins API is broken in development, to reproduce:
1. enable a plugin (see it in about page)
2. edit some model ...
Ivan Necas
09:01 AM Bug #18687 (Closed): API updates with parameters_attributes throws "undefined method `map!' for {}:ActionController::Parameters"
Applied in changeset commit:dd290225f8f78cf19335dbd9a11458578a504a10. Marek Hulán
06:25 AM Bug #18687 (Ready For Testing): API updates with parameters_attributes throws "undefined method `map!' for {}:ActionController::Parameters"
The Foreman Bot
08:59 AM Revision dd290225 (foreman): Fixes #18687 - restore hash format for parameter attributes
Marek Hulán
08:06 AM Bug #19317 (Closed): Plugin and dashboard widget registry auto-reloaded
Since #18445, the plugin and related classes may be reloaded, losing registrations - probably for plugin registration... Dominic Cleal
07:52 AM Feature #19315 (Closed): Pages do not refresh after idle session timeout
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1443505
*Description of problem:*
After user session e...
Marek Hulán
06:17 AM Bug #19311 (Closed): Data store is selected when datastore cluster is set in compute profile when creating new host
When we try to create a new host, which will be image provisioned, then the compute profile is used. In this compute ... Sander Cornelissen
05:40 AM Bug #19266: Foreman not starting because: Role is locked for user modifications.
These two tables are only used if you enable organizations and/or locations in settings.yaml. So they are empty becau... Marek Hulán
05:08 AM Revision a6b7f814 (foreman): refs #19298 - update fact test to find links in ol/li elements
Dominic Cleal
04:19 AM Bug #19309 (Ready For Testing): Select all on hosts first page selects hosts on other pages
The Foreman Bot
04:14 AM Bug #19309 (Closed): Select all on hosts first page selects hosts on other pages
I had 300 hosts, clicked select all to select the first page (20 hosts).
I got the message: All 20 hosts on this pag...
Ori Rabin

04/18/2017

05:01 PM Feature #19303 (Closed): add the ability to auto run js tests when a test is changed.
Applied in changeset commit:bb241c1b163a5b1ccc9cadf49f4a401c1eb0ce69. Ohad Levy
11:46 AM Feature #19303 (Ready For Testing): add the ability to auto run js tests when a test is changed.
The Foreman Bot
11:44 AM Feature #19303 (Closed): add the ability to auto run js tests when a test is changed.
jest supports a watch mode. Ohad Levy
04:14 PM Revision bb241c1b (foreman): fixes #19303 - adds jest watch mode
This patch allows javascript tests to continusly run when
developing webpack features, to run execute
```npm run test...
Ohad Levy
04:01 PM Packaging Revision 32cacee5 (foreman-packaging): Remove email.yaml example file
Support removed in theforeman/foreman@aae9e73. Dominic Cleal
03:46 PM Installer Revision a4857099 (puppet-pulp): Include mod_proxy_http apache module (#220)
Pulp streamer requires mod_proxy_http module as well as mod_proxy.
Otherwise, you get errors like these...
```
AH011...
Alex Fisher
03:10 PM Bug #19305 (Closed): fact value page now has uncommon spacing
since the introduction of #19298, adding the breadcrumb css class adds un-needed spacing. see attached image. Ohad Levy
12:01 PM Refactor #19298 (Closed): Use chevron instead of colons for fact separators
Applied in changeset commit:40598c5d9acae9ffc5de8b535c322fe217eeb427. Liza Gilman
09:52 AM Refactor #19298 (Closed): Use chevron instead of colons for fact separators
On Facts page, use chevron instead of colons for breadcrumbs, as suggested on weekly dev/design meeting: Facts and Tr... Liza Gilman
11:52 AM Smart Proxy Bug #19258 (Rejected): Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
Anonymous
11:44 AM Smart Proxy Bug #19258: Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
Alright Dmitri. I completely apologize. There was an incorrect setting in the dhcp settings on the test proxy, on 2... Jeff Sparrow
11:27 AM Smart Proxy Bug #19258: Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
oh shoot. I just realized I ran that from the old proxy. Let me get new subnet lots from the DHCP API proxy. Jeff Sparrow
11:26 AM Smart Proxy Bug #19258: Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
Dmitri Dolguikh wrote:
> Another way to test the above would be to call smart-proxy api directly; GET /dhcp will ret...
Jeff Sparrow
11:16 AM Smart Proxy Bug #19258: Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
Another way to test the above would be to call smart-proxy api directly; GET /dhcp will return all available subnets. Anonymous
11:13 AM Smart Proxy Bug #19258: Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
I did bunch more testing today trying to replicate the issue you are seeing; I wasn't able to replicate it neither wh... Anonymous
11:45 AM Revision 40598c5d (foreman): Fixes #19298 - Use chevron instead of colons for breadcrumbs
Liza Gilman
11:25 AM Revision 29a2ffd9 (foreman): refs #19217 - extract template combination "Remove" string
Dominic Cleal
11:17 AM Bug #19270 (Duplicate): Redirect /apidoc to latest doc version
Thanks Dominic, you are correct, it has been fixed, I was looking at an older version John Mitsch
03:02 AM Bug #19270 (Need more information): Redirect /apidoc to latest doc version
I can't reproduce this, it's been the default ever since #7955. Can you provide more information? Dominic Cleal
10:30 AM Bug #19266: Foreman not starting because: Role is locked for user modifications.
Could you maybe help us out with some more detail on the database architecture ?
Like why is the Table 'foreman.tax...
Sandro Emma
10:19 AM Bug #19266: Foreman not starting because: Role is locked for user modifications.
We have foreman installed via package and upgraded from 1.14 to 1.15 so no clean install of 1.15.
We get this erro...
Sandro Emma
03:17 AM Bug #19266: Foreman not starting because: Role is locked for user modifications.
Also would it be possible to list plugins you have installed and their versions? Marek Hulán
10:28 AM Refactor #19217: Suggested to update the Close icon to Remove Icon
This seems to have made unrelated changes to capitalisation of headings too (partially reverting #2426). Dominic Cleal
10:01 AM Refactor #19217 (Closed): Suggested to update the Close icon to Remove Icon
Applied in changeset commit:0cf6d6766017e4df3f202d261dca2739c11c767b. June Zhang
10:16 AM Packaging Revision f7510c39 (foreman-packaging): refs #17588 - remove email.yaml
Dominic Cleal
09:29 AM Revision 0cf6d676 (foreman): Fixes #19217 - update the close icon to remove icon
In "Add Parameters" and "Add Combinations", we noticed
there are "Remove" icons, but currently using the Close
icon, ...
June Zhang
09:28 AM Bug #19297 (New): New template associations are not select2
After creating the new fields, select2 should be initialized on them. Tomer Brisker
09:25 AM Bug #19296 (Closed): Template association remove link shows incorrect tooltip
Remove Parameter -> Remove Combination
Tomer Brisker
09:01 AM Refactor #17588 (Closed): Remove 1.16 deprecations
Applied in changeset commit:aae9e738389c474d463f0d66bf9faf40b9e70964. Anonymous
08:30 AM Refactor #19295 (Ready For Testing): Use new proxy API for getting information from DHCP
The Foreman Bot
08:28 AM Refactor #19295 (Closed): Use new proxy API for getting information from DHCP
The DHCP API was deprecated in proxy 1.15 as part of #17856 Marek Hulán
08:10 AM Revision aae9e738 (foreman): Fixes #17588 - Remove 1.16 deprecations
show_taxonomy_tabs helper, Settings.method helper and email.yaml support Daniel Lobato Garcia
07:35 AM Bug #19272: proxy fails to delete existing DNS entry
If there is an existing record, does it have precisely the same hostname, IP address and type as the new record being... Dominic Cleal
07:24 AM Bug #19272: proxy fails to delete existing DNS entry
Alright. Unfortunately I dont know if I'll be able to go past 1.12 since the server is running 6x rhel right now. P... Jeff Sparrow
03:04 AM Bug #19272: proxy fails to delete existing DNS entry
It looks like you're running a very outdated version of Foreman, I'd strongly suggest re-testing this on a supported ... Dominic Cleal
07:23 AM Bug #16475: Provisioning fails when proxy is not updated
Simon Leinen wrote:
> We're also hitting that bug. Our Foreman has been upgraded to 1.13.4, but some of our proxies...
Simon Leinen
05:33 AM Bug #16475: Provisioning fails when proxy is not updated
We're also hitting that bug. Our Foreman has been upgraded to 1.13.4, but some of our proxies are on switches runnin... Simon Leinen
01:58 AM Bug #16475: Provisioning fails when proxy is not updated
We have hit that bug, because ur proxies are on EL6, and we moved our foreman master to 1.14.3.
Applying the patch...
Julien Pivotto
06:14 AM Revision 5b3fb9eb (foreman): refs #19288 - extract View Chart string
Dominic Cleal
05:01 AM Refactor #19288 (Closed): Facts - action button should be word button instead of icon
Applied in changeset commit:23e22260dfc23d15ccc8599f599e6800c83b13e2. Liza Gilman
04:37 AM Revision 23e22260 (foreman): Fixes #19288 - word button instead of icon button
Liza Gilman
03:37 AM Bug #19280: Failed to destroy host on 1.15 RC
Thanks that's helpful. I will report back the results after trying to do exactly that. Daniel Lobato Garcia
03:04 AM Bug #19176: Parameters and plurals incorrectly translated in select all hosts related strings
Amir Fefer wrote:
> those sentences should be always in plural, because it about *multiple* host selection, right?
...
Dominic Cleal

04/17/2017

04:18 PM Refactor #14641: Simplify e-mail address regex
I agree on removing the validation or replacing it with a check for the "@" symbol.
I was doing some reading on t...
Perry Gagne
02:07 PM Refactor #19288 (Ready For Testing): Facts - action button should be word button instead of icon
The Foreman Bot
01:58 PM Refactor #19288 (Closed): Facts - action button should be word button instead of icon
As suggested on weekly dev/design meeting: Facts and Trends
Liza Gilman
12:14 PM Bug #19280: Failed to destroy host on 1.15 RC
It happens reproducibly for me on managed hosts, deleting using the "delete" button on the single-host detail page. P... Josh Benner
04:56 AM Bug #19280: Failed to destroy host on 1.15 RC
Have you tried with multiple hosts? Does this happen with every host? Have you tried with managed vs unmanaged hosts?... Daniel Lobato Garcia
04:18 AM Bug #19280: Failed to destroy host on 1.15 RC
Setting to 1.15 as we should fix this for the next RC Daniel Lobato Garcia
07:01 AM Bug #16839 (Closed): Error: the field 'origin' in the order statement is not valid field for search
Applied in changeset commit:c83077a6e045a26434367bf7a8fc7fdbcd52a112. Liza Gilman
06:59 AM Revision c83077a6 (foreman): Fixes #16839 - sort by origin is possible (#4445)
Liza Gilman
04:57 AM Bug #19266: Foreman not starting because: Role is locked for user modifications.
When do you see this error / where do you see it? Is it after restarting httpd (systemctl restart httpd), in /var/log... Daniel Lobato Garcia
04:44 AM Bug #19266: Foreman not starting because: Role is locked for user modifications.
Is this a clean install on 1.15-RC1 or an upgrade from 1.14? Daniel Lobato Garcia

04/16/2017

09:36 PM Bug #19280 (Feedback): Failed to destroy host on 1.15 RC
Upgraded from 1.14 to 1.15.
Every host I attempt to delete yields the error below. Repeating the delete attempt se...
Josh Benner
05:38 PM Feature #19279 (New): Using a bonded bridge as provision interface should provision DHCP for all child macs as well
Similar to #17533, but with the addition that in some cases the primary interface is a bridge that is atop a bond (ie... Josh Benner

04/15/2017

04:17 PM Installer Revision 4ba1c3aa (puppet-puppet): add FreeBSD 11 to metadata.json
I deployed multiple boxes with freeBSD 11 + puppet agent. works
perfectly.
Tim Meusel

04/14/2017

06:48 PM Revision 8bd67af8 (community-templates): autoyast: Add support for static networking
Han Boetes
05:41 PM Installer Bug #19081: node.rb failing with servers with large amount of facts (ips?)
I think I found the cause of the slowness, it seems like it's ActiveRecord:
app/models/host/base.rb:...
David Ibarra
02:56 PM Smart Proxy Bug #19258: Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
side note. do you have any idea why my markup for Inline Code never works? Jeff Sparrow
02:56 PM Smart Proxy Bug #19258: Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
I get a failure on a 2012r2 server as well. However, instead of just getting - Error generating IP: Not Found - , I ... Jeff Sparrow
01:47 PM Smart Proxy Bug #17301: ISC DHCP known reservations/leases not updated over NFS
> Dmitri, any thoughts on using memcached to keep DHCP leases and reservations in sync between multiple smart-proxy n... Anonymous
01:00 PM Smart Proxy Bug #17301: ISC DHCP known reservations/leases not updated over NFS
Dmitri, any thoughts on using memcached to keep DHCP leases and reservations in sync between multiple smart-proxy nodes? Konstantin Orekhov

04/13/2017

08:09 PM Bug #19176 (Ready For Testing): Parameters and plurals incorrectly translated in select all hosts related strings
The Foreman Bot
08:02 PM Bug #19176: Parameters and plurals incorrectly translated in select all hosts related strings
I don't quite sure if plural method suits in this case,
those sentences should be always in plural, because it about...
Amir Fefer
02:54 PM Bug #19272: proxy fails to delete existing DNS entry
not sure why markup didnt work :( Jeff Sparrow
02:24 PM Bug #19272 (New): proxy fails to delete existing DNS entry
I am attempting to set an already existing IPMI to managed in foreman. We then wanted to have foreman handle DHCP an... Jeff Sparrow
01:10 PM Smart Proxy Support #19261: unexpected token JSON parse error when reading Puppet environment
Dmitri Dolguikh wrote:
> Any chance you could call puppet api directly using curl or something similar? The url you ...
Iain Buclaw
12:57 PM Smart Proxy Support #19261: unexpected token JSON parse error when reading Puppet environment
Any chance you could call puppet api directly using curl or something similar? The url you need is https://puppet.hos... Anonymous
09:35 AM Smart Proxy Support #19261: unexpected token JSON parse error when reading Puppet environment
Dmitri Dolguikh wrote:
> Also, which versions of smart-proxy and ruby are you using?
Using Foreman-proxy 1.14.3
...
Iain Buclaw
09:32 AM Smart Proxy Support #19261: unexpected token JSON parse error when reading Puppet environment
Dominic Cleal wrote:
> Which version of Puppet is the server running? If 4.4 or higher, it would be useful to see th...
Iain Buclaw
06:07 AM Smart Proxy Support #19261: unexpected token JSON parse error when reading Puppet environment
Also, which versions of smart-proxy and ruby are you using? Anonymous
03:15 AM Smart Proxy Support #19261: unexpected token JSON parse error when reading Puppet environment
Which version of Puppet is the server running? If 4.4 or higher, it would be useful to see the original JSON by calli... Dominic Cleal
11:16 AM Bug #19270 (Duplicate): Redirect /apidoc to latest doc version
/apidoc seems to redirect to v1 docs, we should redirect to the latest docs John Mitsch
10:54 AM Installer Revision 2437d0b5 (puppet-dhcp): Remove unused files
These files were part of the initial commit but were never used by any
puppet code.
Ewoud Kohl van Wijngaarden
10:01 AM Feature #19264 (Closed): Image list under operating system tab while provisioning a new host is not sorted
Applied in changeset commit:4bd19fb1aeed2e6d07469278bccc31f19dec893c. Marek Hulán
06:33 AM Feature #19264 (Ready For Testing): Image list under operating system tab while provisioning a new host is not sorted
The Foreman Bot
06:32 AM Feature #19264 (Closed): Image list under operating system tab while provisioning a new host is not sorted
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1441996
Proposed title of this feature request
While p...
Marek Hulán
10:01 AM Bug #19265 (Closed): Empty values in settings should not be red as that indicates an error
Applied in changeset commit:a190d3b92ec0d4c74ec29a64c552a68723227d96. Amir Fefer
07:41 AM Bug #19265 (Ready For Testing): Empty values in settings should not be red as that indicates an error
The Foreman Bot
07:12 AM Bug #19265 (Closed): Empty values in settings should not be red as that indicates an error
Amir Fefer
09:20 AM Revision 4bd19fb1 (foreman): Fixes #19264 - order images by name
Marek Hulán
09:15 AM Revision a190d3b9 (foreman): Fixes #19265 - Change empty settings value color
Amir Fefer
09:10 AM Packaging Revision dae8cf9a (foreman-packaging): Automatic commit of package [rubygem-smart_proxy_monitoring] minor release [0.1.0-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
09:10 AM Packaging Revision ad92779d (foreman-packaging): Remove EL6 conditionals
Dominic Cleal
09:09 AM Packaging Revision bd4a8ec8 (foreman-packaging): Merge pull request #1614 from dgoetz/smart_proxy_monitoring_0.1.0
Update smart_proxy_monitoring to 0.1.0 Dominic Cleal
09:06 AM Packaging Revision 897ec571 (foreman-packaging): Automatic commit of package [rubygem-foreman_monitoring] minor release [0.1.0-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
09:05 AM Packaging Revision ec06f321 (foreman-packaging): Merge pull request #1613 from dgoetz/foreman_monitoring_0.1.0
Update foreman_monitoring to 0.1.0 Dominic Cleal
08:46 AM Smart Proxy Bug #19258: Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
Dmitri Dolguikh wrote:
> I cannot reproduce this on Windows 2012r2. Any chance you could install smart-proxy on wind...
Jeff Sparrow
08:30 AM Smart Proxy Bug #19258: Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
I cannot reproduce this on Windows 2012r2. Any chance you could install smart-proxy on windows 12 and see if you get ... Anonymous
08:14 AM Bug #19266: Foreman not starting because: Role is locked for user modifications.
Tentatively setting to 1.15.0 as the error message was introduced in #18001. Dominic Cleal
07:58 AM Bug #19266 (Closed): Foreman not starting because: Role is locked for user modifications.
We have Foreman installed on RHEL 7.3
We cannot start foreman: ...
Sandro Emma
07:46 AM Packaging Bug #19070: "Could not locate Gemfile (Bundler::GemfileNotFound)" starting standalone Foreman service
That's unrelated to this bug, please "file a bug against Foreman":http://projects.theforeman.org/projects/foreman/iss... Dominic Cleal
07:33 AM Packaging Bug #19070: "Could not locate Gemfile (Bundler::GemfileNotFound)" starting standalone Foreman service
Dominic Cleal wrote:
> Release is set for 1.14.4, see [[Foreman_114_Schedule]] for the approximate date.
>
> Dele...
Sandro Emma
07:25 AM Packaging Bug #19070: "Could not locate Gemfile (Bundler::GemfileNotFound)" starting standalone Foreman service
Release is set for 1.14.4, see "Foreman_114_Schedule":http://projects.theforeman.org/projects/foreman/wiki/Foreman_11... Dominic Cleal
07:22 AM Packaging Bug #19070: "Could not locate Gemfile (Bundler::GemfileNotFound)" starting standalone Foreman service
Dominic Cleal wrote:
> Applied in changeset commit:foreman-packaging|8c9db2470c7203aee39535eba088be8c47736123.
Th...
Sandro Emma
07:01 AM Packaging Bug #19070 (Closed): "Could not locate Gemfile (Bundler::GemfileNotFound)" starting standalone Foreman service
Applied in changeset commit:foreman-packaging|8c9db2470c7203aee39535eba088be8c47736123. Dominic Cleal
06:41 AM Packaging Bug #19070 (Assigned): "Could not locate Gemfile (Bundler::GemfileNotFound)" starting standalone Foreman service
Dominic Cleal
06:26 AM Packaging Bug #19070: "Could not locate Gemfile (Bundler::GemfileNotFound)" starting standalone Foreman service
Sandro Emma wrote:
> Same error in foreman-1.15.0-0.1.RC1.el7.noarch on RHEL7.3
Sandro Emma
06:24 AM Packaging Bug #19070: "Could not locate Gemfile (Bundler::GemfileNotFound)" starting standalone Foreman service
Please don't modify the release field. Dominic Cleal
06:18 AM Packaging Bug #19070: "Could not locate Gemfile (Bundler::GemfileNotFound)" starting standalone Foreman service
Same error in foreman-1.15.0-0.1.RC1.el7.noarch on Centos7 Sandro Emma
07:32 AM Packaging Revision 73149400 (foreman-packaging): Update smart_proxy_monitoring to 0.1.0
Dirk Götz
07:21 AM Packaging Revision 45ba2b88 (foreman-packaging): Update foreman_monitoring to 0.1.0
Dirk Götz
07:01 AM Packaging Bug #19245 (Closed): Smart-proxy logrotates all files in /var/log/foreman-proxy
Applied in changeset commit:foreman-packaging|2f4d4b82c0007712a4f966ca4ecb98ebde6d9f9b. Adam Ruzicka
06:06 AM Packaging Bug #19245 (Ready For Testing): Smart-proxy logrotates all files in /var/log/foreman-proxy
Reopening since the DEB PR is not yet merged. Adam Ruzicka
06:01 AM Packaging Bug #19245 (Closed): Smart-proxy logrotates all files in /var/log/foreman-proxy
Applied in changeset commit:foreman-packaging|1d5c8f1eac7bfeb2bde7448dd63ae2f580e5748e. Anonymous
06:40 AM Packaging Revision 8c9db247 (foreman-packaging): fixes #19070 - remove bin/spring loader
Dominic Cleal
06:10 AM Packaging Revision 2f4d4b82 (foreman-packaging): Fixes #19245 - Logrotate specific proxy files
Adam Ruzicka
05:36 AM Packaging Revision 1d5c8f1e (foreman-packaging): Fixes #19245 - Logrotate specific proxy logs
Adam Ruzicka
03:37 AM Refactor #14117 (New): Javascript should be loaded async, prevents painting being blocked to reduce load times
Dominic Cleal
03:36 AM Feature #5125 (New): List available VMware images
PR was closed. Dominic Cleal
03:34 AM Refactor #15621 (New): Change role builtin attribute to boolean
PR closed due to inactivity. Dominic Cleal
03:16 AM Installer Revision d402225d (puppet-puppet): Stop accepting Foreman Puppetmaster v1 APIs
theforeman-foreman dropped the v1 APIs in 2.2.0. We should not accept
these values anymore.
Ewoud Kohl van Wijngaarden

04/12/2017

06:49 PM Bug #17292: HOST[OTP] is not correctly rendered in user-data
This is still affecting us when provisioning AWS hosts. It sets the random OTP in FreeIPA, but the host template rece... Dis McCarthy
05:55 PM Installer Revision 1ab543f0 (puppet-puppet): Add autosign_source parameter
may be used instead of autosign_content downsj2
03:52 PM Smart Proxy Support #19261: unexpected token JSON parse error when reading Puppet environment
Iain Buclaw wrote:
> Iain Buclaw wrote:
> >
> >
> > From proxy logs:
> >
> > E, [2017-04-12T19:27:15.695451 ...
Iain Buclaw
03:49 PM Smart Proxy Support #19261: unexpected token JSON parse error when reading Puppet environment
Iain Buclaw wrote:
>
>
> From proxy logs:
>
> E, [2017-04-12T19:27:15.695451 ] ERROR -- : Failed to show pupp...
Iain Buclaw
03:34 PM Smart Proxy Support #19261 (Closed): unexpected token JSON parse error when reading Puppet environment
From web UI:
Error: ERF12-4115 [ProxyAPI::ProxyException]: Unable to get classes from Puppet for production ([Rest...
Iain Buclaw
12:52 PM Revision 2e7dfc3d (foreman): Refs #13772 - ensure ApplicationRecord is loaded soon enough
In `lib/core_extensions.rb` we define as `per_page` method, that gets
called by `will_paginate` at load time of the m...
Ivan Necas
11:01 AM Bug #19252 (Closed): Associating VM fails with unknown permission for compute_resources_vms#associate
Applied in changeset commit:00d40ea1f9bf462ee35a96b6c89dbdfe50c827fc. Anonymous
03:39 AM Bug #19252 (Ready For Testing): Associating VM fails with unknown permission for compute_resources_vms#associate
The Foreman Bot
03:34 AM Bug #19252 (Closed): Associating VM fails with unknown permission for compute_resources_vms#associate
... Tomer Brisker
11:01 AM Bug #19241 (Closed): warning: already initialized constant ARGV running foreman-rake console
Applied in changeset commit:eb831f37ddaa60b50a05e6669f59c1c37d55c02d. Ivan Necas
11:01 AM Refactor #19255 (Closed): [Icon Update] Edit icon update in Setting page - Minor Update
Applied in changeset commit:99d543900c9a2184bf53879af9abf4fb91164c68. June Zhang
06:43 AM Refactor #19255 (Ready For Testing): [Icon Update] Edit icon update in Setting page - Minor Update
The Foreman Bot
06:26 AM Refactor #19255 (Closed): [Icon Update] Edit icon update in Setting page - Minor Update
Keep consistent with PatternFly, suggest the Edit icon to use the same icon with PatternFly.
June Zhang
11:01 AM Bug #17897 (Closed): Response of the api to get host status in the apidoc is incorrect with the actuals
Applied in changeset commit:710095f6c54d045e38719a146085e08dfc53c424. Anonymous
07:35 AM Bug #17897 (Ready For Testing): Response of the api to get host status in the apidoc is incorrect with the actuals
The Foreman Bot
11:01 AM Bug #17727: "Failed to connect to server" - VNC Console not working with VMware 6.5
Hello
I can confirm we have the same issue with our new ESXi 6.5 environments.
Actually Foreman manages to set th...
Gael Queri
10:25 AM Revision 00d40ea1 (foreman): Fixes #19252 - Correct permission mapping for vm association
Tomer Brisker
10:17 AM Packaging Revision 29da232e (foreman-packaging): Automatic commit of package [rubygem-smart_proxy_openscap] minor release [0.6.4-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
10:17 AM Packaging Revision 3154f29e (foreman-packaging): Merge pull request #1611 from ares/smart_proxy_openscap
Update smart_proxy_openscap to 0.6.4 Dominic Cleal
10:14 AM Revision eb831f37 (foreman): Fixes #19241 - fix warning: already initialized constant ARGV
Ivan Necas
10:08 AM Revision 99d54390 (foreman): Fixes #19255 - Edit icon update in the setting page
Keep consistent with PatternFly, suggest to use the
same edit icon with PatternFly.
June Zhang
10:05 AM Revision 710095f6 (foreman): Fixes #17897 - update status api documentation
Marek Hulán
08:50 AM Installer Revision 4db812cc (puppet-pulp): Use concat 2.2.1 in .fixtures
concat master has just dropped support for puppet 3. 2.2.1 was made a
few days earlier. Presumably this will be the...
Alex Fisher
08:42 AM Smart Proxy Bug #19258 (Rejected): Unused IP lookup on MS DHCP 2016 raises "One or more of the parameters were invalid" error
I was attempting to use the new dhcp api proxy in 1.14, for use in msft DHCP on server 2016. Clarification, the prox... Jeff Sparrow
08:30 AM Packaging Revision 2a5a418a (foreman-packaging): Update smart_proxy_openscap to 0.6.4
Marek Hulán
08:08 AM Bug #19064: External group mapping cannot be set when --foreman-ipa-authentication=true is used and no EXTERNAL user has been created yet
@marek, any chance to get this into 1.15? Bryan Kearney
03:01 AM Bug #13772 (Closed): The orchestration code uses SQL logger
Applied in changeset commit:4deab2f313841e4283469ce9faafc0cdf1775720. Lukas Zapletal
02:31 AM Revision 4deab2f3 (foreman): Fixes #13772 - orchestration now uses app logger
Lukas Zapletal

04/11/2017

04:20 PM Installer Revision 87df08cd (puppet-dns): Remove duplicated data type from parameter documentation
Corrects two parameters to the more specific type from the docs, and
permits any data in `additional_options` to matc...
Dominic Cleal
04:14 PM Bug #18200: Audit entries for encrypted oauth_consumer_secret created on app startup
These messages are making our audit emails completely useless. Every day we get ~210 audits when nothing has been ch... Trey Dockendorf
11:24 AM Revision 18929419 (community-templates): Fix preseed networking snippet
Marek Hulán
11:03 AM Packaging Bug #19245 (Ready For Testing): Smart-proxy logrotates all files in /var/log/foreman-proxy
Adam Ruzicka
08:15 AM Packaging Bug #19245 (Closed): Smart-proxy logrotates all files in /var/log/foreman-proxy
Smart-proxy logrotates files matching the /var/log/foreman-proxy/*.log glob. This may cause issues for processes logg... Adam Ruzicka
09:09 AM Installer Feature #19247 (New): Provide way to set dhcp lease time and dhcp max lease time as part of installer
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1440795
*Description of problem:*
Currently there is no ...
Stephen Benjamin
07:50 AM Installer Revision 47652a40 (puppet-dhcp): Improve failover logic
- Move dynamic includes after failover otherwise included subnets error.
- Default to BOOTP off when failover is on. ...
rusty
07:25 AM Bug #19244 (Closed): Old interfaces are never removed from Foreman DB
Hosts like hypervisors or docker hosts may often change interfaces (e.g. network bridges) which confuses Foreman and ... Lukas Zapletal
07:18 AM Feature #19243 (New): Set reasonable request timeout for Rails application
When something wrongs happen in Rails and a request takes excessive amount of time, there is no timeout in Passenger ... Lukas Zapletal
06:56 AM Installer Revision 82810d25 (puppet-foreman): Replace tftp::params::root use with Puppet lookup
Dominic Cleal
04:34 AM Bug #19241 (Ready For Testing): warning: already initialized constant ARGV running foreman-rake console
The Foreman Bot
04:32 AM Bug #19241 (Closed): warning: already initialized constant ARGV running foreman-rake console
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1441070
Remove warning messages when running console to i...
Ivan Necas
04:23 AM Bug #19169: CVE-2017-2672 - audit trail leaks sensitive data for Image events
Setting to 1.15, it'll be cherry-picked for RC2. Daniel Lobato Garcia
03:11 AM Packaging Revision 0bf5f87f (foreman-packaging): Automatic commit of package [rubygem-foreman_remote_execution_core] minor release [1.0.3-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
03:09 AM Packaging Revision 87f0eeec (foreman-packaging): Automatic commit of package [rubygem-foreman_remote_execution] minor release [1.3.0-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
03:08 AM Packaging Revision 6825a531 (foreman-packaging): Merge pull request #1588 from adamruzicka/rpm/rex-1.3.0
[RPM] Update foreman_remote_execution to 1.3.0 and foreman_remote_execution_core to 1.0.3 Dominic Cleal

04/10/2017

11:03 PM Installer Revision 9834ca1e (puppet-dhcp): Allow turning bootp off
rusty
05:16 PM Bug #17770 (Ready For Testing): foreman-debug does not preserve timestamps of log files
The Foreman Bot
05:10 PM Feature #19239 (New): Shared Realm for more Locations (proxy dependency)
*Scenario:*
- LocationA - ProxyA (Integrated with Foreman)
- LocationB - ProxyB (dedicated for this location)
...
Milan Zelenka
04:44 PM Installer Revision a46d6b36 (puppet-foreman): Update to webmock 2.x
closes GH-537 Ewoud Kohl van Wijngaarden
04:42 PM Packaging Revision 65739560 (foreman-packaging): Depend on Puppet 4.6.1 or equivalent puppet-agent
Dominic Cleal
04:34 PM Installer Revision e2003d4e (puppet-tftp): Convert params pattern to module data with Hiera 4
Dominic Cleal
04:30 PM Installer Revision e9bf6100 (puppet-foreman): Remove ruby 1.8 pinning
We no longer test on 1.8 so this code is redundant. Ewoud Kohl van Wijngaarden
03:36 PM Installer Revision 97d7d33a (puppet-certs): Add some specs
Ewoud Kohl van Wijngaarden
03:36 PM Installer Revision 05109665 (puppet-certs): Introduce a variable for qpid_client cert name
This matches the pattern that's in every other file. Ewoud Kohl van Wijngaarden
03:36 PM Installer Revision 4d019bb3 (puppet-certs): Simplify qpid dependencies coding style
Ewoud Kohl van Wijngaarden
03:36 PM Installer Revision 192d5958 (puppet-certs): Remove redundant dependency on qpid-cpp-server
The qpid-cpp-server installation dependency was most likely added for
the qpidd group. Since the file resource autore...
Ewoud Kohl van Wijngaarden
01:26 PM Packaging Revision 24908c00 (foreman-packaging): Update foreman_remote_execution_core to 1.0.3
Adam Ruzicka
12:01 PM Bug #19236 (Closed): Unable to delete Host in Foreman which has been delete in RHV already
Applied in changeset commit:736cb75f3d41d6a4d847556497574957342ca816. Ivan Necas
10:54 AM Bug #19236 (Ready For Testing): Unable to delete Host in Foreman which has been delete in RHV already
The Foreman Bot
10:39 AM Bug #19236: Unable to delete Host in Foreman which has been delete in RHV already
Not new in 1.15.0 then, please don't set the release field. Dominic Cleal
10:36 AM Bug #19236: Unable to delete Host in Foreman which has been delete in RHV already
This issue was added as a regression of http://projects.theforeman.org/issues/10248 Ivan Necas
10:35 AM Bug #19236 (Assigned): Unable to delete Host in Foreman which has been delete in RHV already
Ivan Necas
10:33 AM Bug #19236 (Closed): Unable to delete Host in Foreman which has been delete in RHV already
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1440104
Description of problem:
When set up RHV (in this...
Ivan Necas
11:54 AM Revision 736cb75f (foreman): Fixes #19236 - handle situation when host is destroyed oVirt
The issue was introduced in 4269abbd, where we replaced the
`OVIRT::OvirtException` error by `ActiveRecord::RecordNot...
Ivan Necas
10:29 AM Packaging Revision f7063c34 (foreman-packaging): Automatic commit of package [rubygem-facter] minor release [2.4.0-4.fm1_16].
Created by command:
/usr/bin/tito tag
Dominic Cleal
10:22 AM Feature #19235 (Duplicate): Support Windows Server 2016 VMware OS type
Image based provisionning for windows Server 2016 seems not available against vmware provider.
Proposition :
/us...
Emerik NICOLE
10:21 AM Packaging Revision 584b7c97 (foreman-packaging): Build and use rubygem-facter on Fedora
Allows the library to be loaded as a gem, in preference to the AIO
package.
Dominic Cleal
09:45 AM Packaging Revision 45765caa (foreman-packaging): Update foreman_remote_execution to 1.3.0
Adam Ruzicka
09:26 AM SELinux Bug #19223: AVC denied from logrotate sending signal to foreman-proxy unit
Fedora already permits logrotate to stop units without specific labels, however to fix this properly the foreman_prox... Dominic Cleal
08:43 AM Packaging Revision 44cb2270 (foreman-packaging): Automatic commit of package [rubygem-foreman-tasks-core] minor release [0.1.2-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
08:40 AM Packaging Revision 0606859c (foreman-packaging): Automatic commit of package [rubygem-foreman-tasks] minor release [0.9.1-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
08:39 AM Packaging Revision dda85848 (foreman-packaging): Remove EL6 conditionals
Dominic Cleal
08:38 AM Packaging Revision 22fecb5d (foreman-packaging): Merge pull request #1579 from adamruzicka/foreman-tasks-0.9.0
[RPM] Update foreman-tasks to 0.9.1 and foreman-tasks-core to 0.1.2 Dominic Cleal
08:02 AM Installer Revision c427c52e (puppet-candlepin): Repo GPG keys are optional
Ewoud Kohl van Wijngaarden
08:01 AM Bug #16082 (Closed): FactValue association to Host should be against Host::Base
Applied in changeset commit:9ba40b5e96921ff67250997fbbde346feba1a015. Anonymous
07:18 AM Bug #16082 (Ready For Testing): FactValue association to Host should be against Host::Base
A pull request has been merged referencing this previously closed/rejected bug report. Please check when merging PRs ... Dominic Cleal
08:01 AM Smart Proxy Bug #19234 (Closed): Windows service creation script uses ambiguous wording during service account creation.
Applied in changeset commit:a645953a2fb2c67ad00f156bac762847be5467b5. Jeff Sparrow
07:48 AM Smart Proxy Bug #19234 (Closed): Windows service creation script uses ambiguous wording during service account creation.
Anonymous
07:56 AM Smart Proxy Revision a645953a: Fixes #19234: Update register-service.rb
The question asking what user to run as was confusing
for us as it defaults on the screen to
"default user/lo...
Jeff Sparrow
07:20 AM Bug #19044 (Rejected): Do not send username into logs with every request
PR closed by author. Dominic Cleal
07:12 AM Revision 9ba40b5e (foreman): Fixes #16082 - Associate FactValues with Host::Base
To prevent regression in existing search functionality, this also
requires that the hostgroup relation will be moved ...
Tomer Brisker
07:00 AM Feature #19233 (New): Installation medium of host provisioned from Foreman should update when the base OS in updated.
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1439978
*Description of problem:*
Installation medium ...
Marek Hulán
05:01 AM Smart Proxy Bug #19225 (Closed): Puppet version comparisons need to understand semantic versioning
Applied in changeset commit:6c589cc86fd1f6e13f24a0c833eec040dc1fc9bf. Dominic Cleal
03:40 AM Smart Proxy Bug #19225 (Ready For Testing): Puppet version comparisons need to understand semantic versioning
The Foreman Bot
05:01 AM Packaging Bug #19132 (Closed): Provide puppet-agent-oauth for Puppet PC1 packages on Fedora
Applied in changeset commit:foreman-packaging|5735daf2af2469a886fb66ed24662f7273b2b087. Dominic Cleal
04:57 AM Packaging Revision ff0bcab0 (foreman-packaging): Require Puppet 4.6.1 (via puppet-agent)
Dominic Cleal
04:51 AM Smart Proxy Revision 6c589cc8: fixes #19225 - compare minor Puppet versions numerically
Dominic Cleal
04:24 AM Bug #19232 (New): Fix /var/log/foreman/ permissions
/var/log/foreman/production.log is world readable but /var/log/foreman/ isn't world executable I cannot read it. We s... Sean O'Keeffe
04:20 AM Packaging Revision 78725cc5 (foreman-packaging): Build puppet-agent-puppet-strings for Fedora 24
Dominic Cleal
04:20 AM Packaging Revision 5735daf2 (foreman-packaging): fixes #19132 - ship puppet-agent-oauth on Fedora 24
Dominic Cleal
03:04 AM Feature #19228: Upgrade process with multiple servers is extremely time consuming (many many db:seed, db:migrate apipie cache runs)
> When doing an upgrade/install - anytime i rerun foreman-installer on a smart proxy it "errors" because the proxy is... Dominic Cleal

04/09/2017

05:27 PM Bug #17770: foreman-debug does not preserve timestamps of log files
Looks like foreman-debug doesn't actually copy the files/logs to its archive. It does a *cat on the files, filters st... Anurag Patel
08:29 AM Bug #16839 (Ready For Testing): Error: the field 'origin' in the order statement is not valid field for search
The Foreman Bot
06:15 AM Installer Revision 29c8217d (puppet-foreman_proxy): Permit new theforeman/* module versions
Michael Moll
04:42 AM Installer Revision d86bd658 (puppet-dns): bump module version + required puppet version
Tim Meusel
04:42 AM Installer Revision fa16badf (puppet-dns): replace validate_* in dns::init with datatypes
Tim Meusel

04/08/2017

08:51 PM Installer Revision 8b993ebc (puppet-foreman): Permit new theforeman/tftp module versio
Michael Moll
08:48 PM Installer Revision cb0944af (puppet-dhcp): bump major version
and adjust compatible puppet versions Michael Moll
08:18 PM Feature #19228 (New): Upgrade process with multiple servers is extremely time consuming (many many db:seed, db:migrate apipie cache runs)
I have many servers/smart proxies in my foreman environment. All Told, there are
-12 "UI Only" type servers with no...
Jason Lang
03:40 PM Installer Revision d2c56bf6 (puppet-tftp): migrate to puppet4 datatypes
closes GH-49 Tim Meusel
01:04 PM Installer Revision 58ebfd14 (installer): Test foreman-installer under Puppet 4
Additionally requires the puppet-strings gem as a parser under 4, which
is a weak dependency of kafo_parsers.
Dominic Cleal
12:47 PM Installer Revision 44de7835 (puppet-foreman): Remove or replace validate functions with parameter data types
Dominic Cleal
12:47 PM Installer Revision f9bf5b2d (puppet-foreman): Convert Kafo data types to Puppet 4 data types in class parameters
Dominic Cleal
12:47 PM Installer Revision ca74301e (puppet-foreman): Move existing Puppet 4 data types to class parameters
Almost all unchanged from the existing Kafo documentation, except where
'UNSET' was used. The types now permit the st...
Dominic Cleal
12:42 PM Installer Revision 859472dd (puppet-foreman): Limit number of parallel_test processes
Prevent test jobs being killed for excessive resource consumption on
Travis CI.
Dominic Cleal
12:30 PM Installer Revision 1383429c (puppet-dhcp): Allow turning omapi off
closes GH-95 rusty

04/07/2017

06:13 PM Installer Revision a7334fd8 (puppet-katello): Bump to 6.1.0
Stephen Benjamin
06:09 PM Installer Revision da51cc4a (puppet-foreman_proxy_content): Bump to 5.0.0
Stephen Benjamin
05:50 PM Installer Revision a993fd57 (puppet-candlepin): Bump to 3.0.0
Stephen Benjamin
05:47 PM Installer Revision 5743b4bc (puppet-certs): Bump to 2.0.0
Stephen Benjamin
05:43 PM Installer Revision e93ca79a (puppet-qpid): Bump to 2.1.0
Stephen Benjamin
03:26 PM Installer Revision 75312134 (puppet-katello): Make GPG key optional
Eric Helms
02:58 PM Refactor #14699 (Ready For Testing): Katello needs foreman's os_selected method to submit all form data
The Foreman Bot
12:09 PM Installer Revision ac9a411d (puppet-katello): fixes #19097 - remove /subscription route, change file headers
Stephen Benjamin
11:58 AM Installer Revision 396657d1 (puppet-certs): Expand ignore with generated files/directories
Ewoud Kohl van Wijngaarden
11:58 AM Installer Revision afdd0339 (puppet-candlepin): Expand ignore with generated files/directories
Ewoud Kohl van Wijngaarden
11:58 AM Smart Proxy Bug #19225 (Closed): Puppet version comparisons need to understand semantic versioning
The latest Puppet release is version 4.10.0. The version comparison in modules/puppet_proxy_puppet_api/plugin_configu... Dave Taylor
11:58 AM Installer Revision 2e5b3008 (puppet-candlepin): Rename $repo to $repo_version
This matches https://github.com/Katello/puppet-katello/pull/185 Ewoud Kohl van Wijngaarden
11:57 AM Installer Revision b5c885d8 (puppet-foreman_proxy_content): Expand ignore with generated files/directories
Ewoud Kohl van Wijngaarden
11:57 AM Installer Revision 26ff8416 (puppet-katello): Expand ignore with generated files/directories
Ewoud Kohl van Wijngaarden
11:57 AM Installer Revision 9c74f131 (puppet-katello): Add optional repository management
Ewoud Kohl van Wijngaarden
11:56 AM Installer Revision 0067e41f (puppet-pulp): Expand ignore with generated files/directories
Ewoud Kohl van Wijngaarden
11:56 AM Installer Revision 34cee8b1 (puppet-qpid): Expand ignore with generated files/directories
Ewoud Kohl van Wijngaarden
11:07 AM SELinux Bug #19223 (Needs design): AVC denied from logrotate sending signal to foreman-proxy unit
The @postrotate@ script in @/etc/logrotate.d/foreman-proxy@ is blocked via SELinux and results in log files not getti... Jason Nance
10:46 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
I'm going to change this to support; Please file file separate bug reports with Foreman SELinux and/or Smart-Proxy Dy... Anonymous
10:44 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
I took a quick look at dynflow_core, but not sure if/how they handle log rotation. The easiest thing would be to ask ... Anonymous
09:59 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
It's better in a way...... Jason Nance
09:23 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
Try sending SIGUSR1 to smart-proxy via kill (as opposed to through systemctl)? See if that works any better? Anonymous
09:05 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
> Do you have an EL 7 box with Katello laying around to check this?
Not at the moment. I'm not sure what the issue...
Anonymous
08:50 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
I'll ask in IRC but I previously posted on the email list without a response.
Do you have an EL 7 box with Katello...
Jason Nance
05:17 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
I'm not sure what's going on there. I still can't reproduce this, and I don't even see ruby vm holding log files open... Anonymous
09:02 AM Packaging Revision ad990176 (foreman-packaging): Automatic commit of package [rubygem-foreman_ansible] minor release [1.4.5-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
09:02 AM Packaging Revision 22171b45 (foreman-packaging): Merge pull request #1597 from dLobatog/rpm/ansible-1.4.5
Update foreman_ansible to 1.4.5 [rpm] Dominic Cleal
09:01 AM Bug #19213 (Closed): foreman_url doesn't respect provision_interface
Applied in changeset commit:778d8bcbc08f790aae8ed2abb9637ab880804275. Ivan Necas
07:28 AM Bug #19213 (Ready For Testing): foreman_url doesn't respect provision_interface
The Foreman Bot
05:35 AM Bug #19213 (Closed): foreman_url doesn't respect provision_interface
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1440060
When provisioning a host with multiple interfaces...
Ivan Necas
09:01 AM Bug #17895 (Closed): Foreman stores link local IPv6 address
Applied in changeset commit:34c2e24ea5105b54b8376a0c155a4604b9603024. Timo Goebel
08:42 AM Revision 778d8bcb (foreman): Fixes #19213 - use provision interface in foreman_url
Before this patch, we were using primary interface for checking on ftfp
proxy and its template feature. Provision int...
Ivan Necas
08:21 AM Revision 34c2e24e (foreman): fixes #17895 - do not import link-local ipv6 addr fact
Timo Goebel
08:05 AM Packaging Revision d0953199 (foreman-packaging): Update foreman_ansible to 1.4.5
Daniel Lobato Garcia
07:46 AM Packaging Revision ba813419 (foreman-packaging): Discovery 9.0.0
Lukas Zapletal
07:36 AM Packaging Revision f9a1dd40 (foreman-packaging): Automatic commit of package [rubygem-foreman_discovery] minor release [9.0.0-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
07:36 AM Packaging Revision 6a5ba4ef (foreman-packaging): Merge pull request #1607 from lzap/rpm/develop-discovery900
Discovery 9.0.0 Dominic Cleal
07:24 AM Packaging Revision 643d9cf1 (foreman-packaging): Discovery 9.0.0
Lukas Zapletal
07:01 AM Smart Proxy Bug #992 (Closed): Unspported scheme - when using nfs path for installation media.
Applied in changeset commit:85e58d5777fbb170f6a387f7853c390a4d1fc650. Ondřej Pražák
06:54 AM Smart Proxy Revision 85e58d57: Fixes #992 - Make NFS a recognized protocol
Ondřej Pražák
06:52 AM Refactor #19217 (Ready For Testing): Suggested to update the Close icon to Remove Icon
The Foreman Bot
06:42 AM Refactor #19217 (Closed): Suggested to update the Close icon to Remove Icon
In "Add Parameters" and "Add Combinations", we noticed there are "Remove" icons, but currently using the Close icon, ... June Zhang
05:05 AM Bug #6725: The "LOCALBOOT 0" entry causes some bare metal machines to stuck during boot
> Is it possible to select another Template for PXE local boot? Now we are using "Kickstart default PXELinux" as PXE ... Lukas Zapletal
05:01 AM Bug #6725: The "LOCALBOOT 0" entry causes some bare metal machines to stuck during boot
Ohad Levy wrote:
> Simone Caldana wrote:
> > This happens also on virtual hosts with more than 1 NIC.
> > The work...
Denis Müller
04:53 AM Installer Feature #7232 (Rejected): Test and update installer for Fedora 21
This has now been superseded by Fedora 24, which is listed as supported. Dominic Cleal
04:52 AM Installer Bug #17117 (Duplicate): Document valid values for puppetrun_provider
Thanks for the report, validation (and listing of valid values in the installer's interactive mode) should be present... Dominic Cleal
04:48 AM Installer Bug #10209 (Rejected): foreman-installer --foreman-ipa-authentication=true fails on RHEL 6
Support for EL6 was dropped in Foreman 1.12, this will not be fixed. Dominic Cleal
04:38 AM Packaging Revision 7a8a456f (foreman-packaging): Automatic commit of package [tfm-rubygem-rest-client] minor release [2.0.1-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
04:30 AM Packaging Bug #19193 (Rejected): WARNING: The following packages cannot be authenticated!
Thanks for confirming. Dominic Cleal
04:28 AM Packaging Bug #19193: WARNING: The following packages cannot be authenticated!
Yep I did some apt-get update before installing...
This is strange I tried to reproduce it from a docker container a...
Eric Keller
04:10 AM Packaging Bug #19193: WARNING: The following packages cannot be authenticated!
Have you run @apt-get update@ since importing the key? The archive seems to be signed correctly as far as I can tell.... Dominic Cleal
04:26 AM Packaging Revision 9d10c020 (foreman-packaging): Update rest-client to 2.0.1
Dominic Cleal

04/06/2017

05:46 PM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
Jason Nance wrote:
> However, this does not trigger the rotation:
I meant to say "the re-open". I understand tha...
Jason Nance
05:43 PM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
Okay, the correct URL is:
https://localhost:9090/version
However, this does not trigger the rotation:...
Jason Nance
04:53 PM Smart Proxy Feature #19205 (Ready For Testing): Add IPMI IP address scanning to BMC API
The Foreman Bot
04:47 PM Smart Proxy Feature #19205 (Ready For Testing): Add IPMI IP address scanning to BMC API
My organization would like an API method that scans a range of IP addresses and returns a list of IP addresses that r... Nick L.
11:45 AM Packaging Bug #19193 (Feedback): WARNING: The following packages cannot be authenticated!
`
vagrant@vagrant-base-xenial-amd64:~$ apt-key list
/etc/apt/trusted.gpg
--------------------
pub 1024D/437D05B...
Eric Keller
11:01 AM Packaging Bug #19193 (Need more information): WARNING: The following packages cannot be authenticated!
Dominic Cleal
09:30 AM Packaging Bug #19193: WARNING: The following packages cannot be authenticated!
Can you show exactly which key you _did_ import? (@apt-key list@ output would be helpful too) Dominic Cleal
09:23 AM Packaging Bug #19193 (Rejected): WARNING: The following packages cannot be authenticated!
Hi everyone,
I noticed that some of the foreman dependencies for ubuntu Xenial were not signed by the same key you...
Eric Keller
10:35 AM Packaging Revision 7615654c (foreman-packaging): Remove unused non-SCL netrc
Dominic Cleal
10:32 AM Packaging Revision 2ea3162c (foreman-packaging): Automatic commit of package [rubygem-netrc] minor release [0.11.0-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
10:30 AM Packaging Revision 733166ff (foreman-packaging): Update netrc to 0.11.0
Dominic Cleal
10:24 AM Packaging Revision d60352ad (foreman-packaging): Remove unused non-SCL rest-client source
Dominic Cleal
10:20 AM Packaging Revision 367ec758 (foreman-packaging): refs #15573 - permit rest-client 2.x
Dominic Cleal
10:14 AM SELinux Revision 0be36c30: Bump version to 1.16-develop
Dominic Cleal
09:39 AM Installer Revision 63bce229 (puppet-puppet): Remove or replace validate functions with parameter data types
Dominic Cleal
09:39 AM Installer Revision f1aaabb4 (puppet-puppet): Convert Kafo data types to Puppet 4 data types in class parameters
Dominic Cleal
09:39 AM Installer Revision cd0c8eec (puppet-puppet): Move existing Puppet 4 data types to class parameters
Dominic Cleal
09:22 AM Feature #19192 (Ready For Testing): Allow to mass mark notification group as read
The Foreman Bot
09:21 AM Feature #19192 (Closed): Allow to mass mark notification group as read
based on http://www.patternfly.org/pattern-library/communication/notification-drawer/#/code/angular it is possible to... Ohad Levy
08:01 AM Bug #18445 (Closed): "Cannot define multiple 'included' blocks" for audit_extensions with eager_load enabled
Applied in changeset commit:7923c95d829898062a593d0be8cac9e4a91acef4. Dominic Cleal
07:48 AM Bug #17895 (Ready For Testing): Foreman stores link local IPv6 address
The Foreman Bot
07:19 AM Revision 7923c95d (foreman): fixes #18445 - always define eager_load_paths, use require_dep
Allows `eager_load!` to be called or enabled in any environment without
loading files under lib/ twice. Switches many...
Dominic Cleal
06:01 AM Bug #19169 (Closed): CVE-2017-2672 - audit trail leaks sensitive data for Image events
Applied in changeset commit:02489389f1a4443e1f437b86aa7ce245f1437020. Marek Hulán
04:04 AM Bug #19169: CVE-2017-2672 - audit trail leaks sensitive data for Image events
Report forwarded to foreman-security@googlegroups.com, CVE-2017-2672 was assigned to identify the vulnerability. Dominic Cleal
05:18 AM Installer Revision 0b605b5f (puppet-foreman_proxy): Remove or replace validate functions with parameter data types
Dominic Cleal
05:18 AM Installer Revision 7ec148ab (puppet-foreman_proxy): Convert Kafo data types to Puppet 4 data types in class parameters
Dominic Cleal
05:18 AM Installer Revision dafff4d1 (puppet-foreman_proxy): Move existing Puppet 4 data types to class parameters
Dominic Cleal
05:16 AM Revision 02489389 (foreman): Fixes #19169 - remove image password from audit
Marek Hulán
04:52 AM Installer Revision e095c342 (puppet-dhcp): Rename tests dir to examples
Dominic Cleal
04:48 AM Installer Revision e761b5aa (puppet-tftp): modulesync: drop Puppet 3 support, use parallel_tests
Dominic Cleal
04:48 AM Installer Revision 27aac6ed (puppet-puppet): modulesync: drop Puppet 3 support, use parallel_tests
Dominic Cleal
04:47 AM Installer Revision 3cab54c7 (puppet-git): modulesync: drop Puppet 3 support, use parallel_tests
Dominic Cleal
04:47 AM Installer Revision 900909e0 (puppet-foreman_proxy): modulesync: drop Puppet 3 support, use parallel_tests
Dominic Cleal
04:47 AM Installer Revision cdcedf55 (puppet-foreman): modulesync: drop Puppet 3 support, use parallel_tests
Dominic Cleal
04:47 AM Installer Revision 20b9914e (puppet-dns): modulesync: drop Puppet 3 support, use parallel_tests
Dominic Cleal
04:47 AM Installer Revision c9392383 (puppet-dhcp): modulesync: drop Puppet 3 support, use parallel_tests
Dominic Cleal
02:56 AM Bug #19188 (Duplicate): Selecting a Smart Proxy in UI - unknown attribute 'status' for Class.
Thanks for the report, this is tracked under #19142. Do you have any plugins installed? Any that overlap with those i... Dominic Cleal

04/05/2017

06:56 PM Revision 5cc084a0 (foreman): Release 1.15.0-RC1
Daniel Lobato Garcia
04:59 PM Installer Revision e4a379ee (installer): Change existing foreman_proxy::bind_host values to array
Per deprecation in theforeman/puppet-foreman_proxy@200709d Dominic Cleal
04:33 PM Bug #19188 (Duplicate): Selecting a Smart Proxy in UI - unknown attribute 'status' for Class.
Just finished an upgrade to foreman 1.14.3 (from 1.13.3). Basic functionality seems fine - UI loads - puppet runs run... Jason Lang
03:04 PM Revision 0f49b72b (foreman): Fixes #16043 - add select all hosts option
(cherry picked from commit 13a7bf0d3ad3445ce82bb2a79b46a2352bb3694b) Amir Fefer
03:03 PM Revision 49a22d0d (foreman): Fixes #19123 - fix labels on multiple action pages
(cherry picked from commit 49fad244bc56430c946cb8de2e437c6c651e6c4c) Amir Fefer
03:01 PM Revision 9a8c47ca (foreman): fixes #19068 - list newly synced templates in DB seeds
(cherry picked from commit 807d975add1d518350f3e8b45f76bc2dfdc5d7ba) Dominic Cleal
03:01 PM Revision d24a857f (foreman): Fixes #17902 - Smart variable puppet class is not auto selected
(cherry picked from commit 0e49dee2886513615e164ebaf04ca32e5685dc77) Ori Rabin
11:11 AM Bug #19176: Parameters and plurals incorrectly translated in select all hosts related strings
(to match the cause ticket) Dominic Cleal
09:43 AM Bug #19176 (Closed): Parameters and plurals incorrectly translated in select all hosts related strings
#16043 has a number of bad string extractions for translation, in violation of [[Translating#Extracting-strings]].
...
Dominic Cleal
10:01 AM Bug #19064 (Closed): External group mapping cannot be set when --foreman-ipa-authentication=true is used and no EXTERNAL user has been created yet
Applied in changeset commit:23b7d7bf30d0af14ef297d4fcc0e43e55b791f9c. Marek Hulán
09:50 AM Revision 23b7d7bf (foreman): Fixes #19064 - seed the external auth source
Marek Hulán
09:36 AM Feature #7190 (Duplicate): Select All for hosts should select all, not just the current page
Duplicated and fixed under #16043. Dominic Cleal
09:12 AM Bug #18496: 'Show host power status' with a large number of hosts causes UI to be unresponsive
Stephen Hames wrote:
> This is impacting us as well. We display 50 per page, but with some compute resources over h...
Timo Goebel
08:56 AM Bug #18496: 'Show host power status' with a large number of hosts causes UI to be unresponsive
This is impacting us as well. We display 50 per page, but with some compute resources over high latency connections,... Stephen Hames
08:59 AM Bug #19175 (Duplicate): unable to set build mode via the api
Dominic Cleal
08:48 AM Bug #19175 (Duplicate): unable to set build mode via the api
**steps to reproduce:... Ohad Levy
08:29 AM Packaging Revision dae3cd36 (foreman-packaging): Automatic commit of package [rubygem-foreman_openscap] minor release [0.7.1-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
08:28 AM Packaging Revision 5e3d06a7 (foreman-packaging): Merge pull request #1603 from ares/rpm/foreman_openscap_071
Update foreman_openscap to 0.7.1 Dominic Cleal
08:18 AM Smart Proxy Refactor #19112: Starting Foreman Proxy service on Windows as domain user
https://github.com/theforeman/smart-proxy/pull/518/commits/6398eaafd6e2b75c0e71f09ab48b1979e621b9a2 Jeff Sparrow
08:16 AM Smart Proxy Refactor #19112 (New): Starting Foreman Proxy service on Windows as domain user
Anonymous
06:51 AM Smart Proxy Refactor #19112 (Resolved): Starting Foreman Proxy service on Windows as domain user
Resolved. Will put in change items in git, for this documentation. Jeff Sparrow
08:10 AM Packaging Revision 06cd5de4 (foreman-packaging): Update foreman_openscap to 0.7.1
Marek Hulán
08:01 AM Bug #18561 (Closed): Slow exec of delete_removed_facts on MySQL 5.6
Applied in changeset commit:b48c2a7fb30d4857d0adc39208967ed9d817fc55. Lukas Zapletal
06:00 AM Bug #18561: Slow exec of delete_removed_facts on MySQL 5.6
@lzap, i tested your PR and it's fixed the issue. Yakir Gibraltar
07:37 AM Installer Revision 054e9880 (installer): Remove unused release_module script, use puppet-blacksmith
Dominic Cleal
07:23 AM Revision b48c2a7f (foreman): Fixes #18561 - faster fact deletion on MySQL
Lukas Zapletal
07:01 AM Feature #19148 (Closed): Add comment field for subnets
Applied in changeset commit:7d03f9d4d856fecf98c66ac085932acd8389422d. Anonymous
06:39 AM Revision 7d03f9d4 (foreman): Fixes #19148 - Add description field to subnets
Tomer Brisker
06:33 AM Bug #19173 (Closed): host never leaves build mode when token expires during built
When building hosts, the templates get rendered using a token that is valid for a certain amount of time.
This token...
Anonymous
03:17 AM Bug #19169 (Ready For Testing): CVE-2017-2672 - audit trail leaks sensitive data for Image events
The Foreman Bot
02:48 AM Bug #19171 (Resolved): Notification about missing owner of a host is present after host which has been destroyed
I created a valid host without owner, so I got "a.example.tst has no owner set" notification. Then I removed the host... Marek Hulán

04/04/2017

11:37 PM Bug #19170 (New): Can't select BMC boot device for non-admin users
The non-admin user can't select the BMC boot device.
I think it's related with this Bug and Fixes.
Bug #6492 IPM...
Chun-Liang Lin
03:57 PM Bug #19169 (Closed): CVE-2017-2672 - audit trail leaks sensitive data for Image events
If one looks at an audit record for Image creation, the password used is recorded in plaintext. This must be censored... Daniel Kimsey
02:01 PM Bug #19160 (Closed): bookmark documentation button link is wrong
Applied in changeset commit:44776c58b3357079a1aebb9749582eae065e9f67. Anonymous
09:10 AM Bug #19160 (Ready For Testing): bookmark documentation button link is wrong
The Foreman Bot
09:09 AM Bug #19160 (Closed): bookmark documentation button link is wrong
Tomer Brisker
01:44 PM Revision 44776c58 (foreman): Fixes #19160 - Correct bookmarks documentation link
Tomer Brisker
12:51 PM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
re: 404's -- check smart-proxy configuration (in /etc/foreman-proxy/settings.yml), it will have ip address(es) and po... Anonymous
12:06 PM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
Dmitri Dolguikh wrote:
> > Outside of the /version URL (which 404s for me, BTW), what else should trigger this
>
...
Jason Nance
11:31 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
> Outside of the /version URL (which 404s for me, BTW), what else should trigger this
/version should always be ac...
Anonymous
11:18 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
Yes, I saw. My Smart Proxy is fairly actively used and as you can see from the output that file has been opened sinc... Jason Nance
10:51 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
> Sending the SIGUSR1 isn't working for me
Did you read the explanation of how smart-proxy handles log rotation? D...
Anonymous
10:47 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
I'm not running @logrotate@ manually, I was just running the postscript (sending the @SIGUSR1@) manually to take @log... Jason Nance
07:20 AM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
Log rotation works as expected on my machine (fedora 25, logrotate 3.10.0).
Smart-proxy re-opens its log file on ...
Anonymous
10:09 AM Bug #19161 (Ready For Testing): Plus icon doesn't change to minus icon
The Foreman Bot
09:53 AM Bug #19161 (Closed): Plus icon doesn't change to minus icon
On fact values page, plus icon doesn't change to minus icon after clicking the icon and expanding the value. Liza Gilman
09:56 AM Feature #19148 (Ready For Testing): Add comment field for subnets
The Foreman Bot
02:55 AM Feature #19148 (Closed): Add comment field for subnets
to allow adding human-readable information on subnets. Tomer Brisker
09:07 AM Installer Revision dfeae065 (puppet-candlepin): Add optional repository management (#70)
Ewoud Kohl van Wijngaarden
08:50 AM Bug #17328: Puppet class load failure after selecting environment with non admins
Jeff Sparrow wrote:
> Dominic Cleal wrote:
> > I don't have a particular ticket in mind, but I think this is workin...
Jeff Sparrow
06:23 AM Bug #19151 (Ready For Testing): undefined method `progress_report_id' when unattended mode is disabled
The Foreman Bot
05:08 AM Bug #19151: undefined method `progress_report_id' when unattended mode is disabled
It would only reintroduce the linked bug, which probably only affects the Discovery plugin. Dominic Cleal
05:00 AM Bug #19151: undefined method `progress_report_id' when unattended mode is disabled
Reverting the change in app/models/host/managed.rb from revision fd8bf7f1 makes it work again for me in unattended mo... Adam Winberg
04:48 AM Bug #19151: undefined method `progress_report_id' when unattended mode is disabled
Yeah, setting 'unattended' to true makes it work. Adam Winberg
04:40 AM Bug #19151: undefined method `progress_report_id' when unattended mode is disabled
'unattended' is set to false Adam Winberg
04:38 AM Bug #19151: undefined method `progress_report_id' when unattended mode is disabled
Is "unattended" enabled in /etc/foreman/settings.yaml? Dominic Cleal
04:36 AM Bug #19151 (Closed): undefined method `progress_report_id' when unattended mode is disabled
Trying to edit a host renders the following message:... Adam Winberg
05:13 AM Bug #16839 (Assigned): Error: the field 'origin' in the order statement is not valid field for search
Liza Gilman
04:47 AM Bug #19152 (New): Multiple update environment allows clearing environment for hosts connected to a Puppet Master
Manually editing a host prevents clearing the environment field if the puppet master field is set.
However, using t...
Tomer Brisker
02:42 AM Bug #18561: Slow exec of delete_removed_facts on MySQL 5.6
Yakir Gibraltar wrote:
> Lukas Zapletal wrote:
> > Hmmm looks like this is not possible in Rails, the code would be...
Yakir Gibraltar

04/03/2017

04:07 PM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
I don't see any helpful logs. Here's what I can find:... Jason Nance
03:08 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Please check smart-proxy log for errors, including startup ones. Make sure dns module and provider have been successf... Anonymous
02:50 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Dmitri Dolguikh wrote:
> > I pass the external dhcp server in the dhcp.yml file
>
> Server address is required fo...
Dmitry Okun
12:51 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
> I pass the external dhcp server in the dhcp.yml file
Server address is required for creating and removing reserv...
Anonymous
12:39 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Dmitri Dolguikh wrote:
> dhcp.yml looks ok to me.
>
> > dhcp_remote_isc.yml
> > :config: /etc/dhcp/dhcpd.conf
>...
Dmitry Okun
12:28 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
dhcp.yml looks ok to me.
> dhcp_remote_isc.yml
> :config: /etc/dhcp/dhcpd.conf
> :leases: /var/lib/dhcpd/dhcpd....
Anonymous
12:16 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Dmitri Dolguikh wrote:
> I can only think of two possible issues: the leases file used by dhcpd server is different ...
Dmitry Okun
12:11 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
I can only think of two possible issues: the leases file used by dhcpd server is different from the one specified in ... Anonymous
11:57 AM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Dmitri Dolguikh wrote:
> It's available now in Smart-Proxy 1.15-RC1 and 1.16-develop. You'll need to install the pro...
Dmitry Okun
01:33 PM Feature #19141 (New): Smart Class Parameter Verification
When creating a smart class parameter, particularly a more complex one consisting of ERB snippets, it is possible to ... Josh Pavel
10:51 AM Revision 33f8d2cc (foreman): Release 1.14.3
Dominic Cleal
10:47 AM Refactor #19131 (Ready For Testing): Unpin minitest to permit later 5.x
The Foreman Bot
07:28 AM Refactor #19131 (Closed): Unpin minitest to permit later 5.x
minitest was pinned to 5.1.x during #7230, the upgrade to Ruby on Rails 4.1. The exact reason is unclear (https://git... Dominic Cleal
10:01 AM Refactor #18982 (Closed): Refactor params hash iteration in Api::CompatibilityChecker#check_create_host_nested
Applied in changeset commit:c16852918b3ad15de4c51db3b4b38a91383d2375. Dominic Cleal
09:45 AM Bug #14292: Child hostgroup cloning issue with array parameters
This bug is still active in 1.14.2 - it prevents from cloning groups, hosts and even changing host's domains.
With e...
MARCIN BOJKO
09:33 AM Revision c1685291 (foreman): fixes #18982 - replace AC::Params#each using one-arg block
ActionController::Parameters#each works differently in Rails 5.0: it no
longer yields an array of [key, value] entrie...
Dominic Cleal
09:19 AM Packaging Bug #19132 (Closed): Provide puppet-agent-oauth for Puppet PC1 packages on Fedora
When using the Puppetlabs-PC1 repos there is no puppet-agent-oauth package available.
https://github.com/theforema...
Yama Kasi
08:54 AM Bug #18563: libvirt memory selection tooltip does not do anything
Ohad Levy wrote:
> when clicking on the memory input tooltip, nothing happens, examining the html it seems like it h...
Liza Gilman
08:53 AM Bug #18561: Slow exec of delete_removed_facts on MySQL 5.6
Lukas Zapletal wrote:
> Hmmm looks like this is not possible in Rails, the code would be very ugly. See my patch, ca...
Yakir Gibraltar
08:40 AM Bug #18561: Slow exec of delete_removed_facts on MySQL 5.6
Hmmm looks like this is not possible in Rails, the code would be very ugly. See my patch, can you try it? Lukas Zapletal
08:40 AM Bug #18561 (Ready For Testing): Slow exec of delete_removed_facts on MySQL 5.6
The Foreman Bot
08:22 AM Bug #18561: Slow exec of delete_removed_facts on MySQL 5.6
I understand, problem is that we are using Rails AR DSL which does not allow to do DELETE FROM and JOINS together. We... Lukas Zapletal
08:27 AM Packaging Revision f1886f39 (foreman-packaging): Automatic commit of package [rubygem-fog-vsphere] minor release [1.9.0-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
08:27 AM Packaging Revision 1347aa4c (foreman-packaging): Update fog-vsphere to 1.9.0
Dominic Cleal
07:47 AM Smart Proxy Feature #19104 (Rejected): Ignore tagged includes for ISC DHCP
Our parser don't handle nested curly braces in the subnet block correctly. Some cases were short-term-fixed by lookah... Lukas Zapletal
07:01 AM Bug #16043 (Closed): Unable to select all hosts from the GUI
Applied in changeset commit:13a7bf0d3ad3445ce82bb2a79b46a2352bb3694b. Amir Fefer
07:01 AM Refactor #19127 (Closed): Update spring gem dependency to 2.x
Applied in changeset commit:f6aac1cba6f844f228a6308ee67512d5bf479ed8. Dominic Cleal
03:52 AM Refactor #19127 (Ready For Testing): Update spring gem dependency to 2.x
The Foreman Bot
03:51 AM Refactor #19127 (Closed): Update spring gem dependency to 2.x
The spring gem is pinned to 1.x, but this can be updated safely to 2.x (which "dropped":https://github.com/rails/spri... Dominic Cleal
06:52 AM Revision 13a7bf0d (foreman): Fixes #16043 - add select all hosts option
Amir Fefer
06:29 AM Bug #19123: Wrong labels in multiple hosts action pages
Amir - do you know which version introduced this regression? Ohad Levy
06:01 AM Bug #19123 (Closed): Wrong labels in multiple hosts action pages
Applied in changeset commit:49fad244bc56430c946cb8de2e437c6c651e6c4c. Amir Fefer
06:20 AM Revision f6aac1cb (foreman): fixes #19127 - update spring to 2.x
Dominic Cleal
05:59 AM Revision 49fad244 (foreman): Fixes #19123 - fix labels on multiple action pages
Amir Fefer
05:42 AM Feature #19115: Add setting to define which PXE loaders are enabled
> How about just change the code that delivers local boot templates so it skips all missing ones instead of raising a... Dominic Schlegel
03:21 AM Feature #19115: Add setting to define which PXE loaders are enabled
Lukas Zapletal wrote:
> How you managed to delete "PXEGrub default local boot" template? It is supposed to be locked...
Dominic Cleal
03:14 AM Feature #19115: Add setting to define which PXE loaders are enabled
How you managed to delete "PXEGrub default local boot" template? It is supposed to be locked, isn't it?
Anyway, wh...
Lukas Zapletal
03:09 AM Feature #19115: Add setting to define which PXE loaders are enabled
This error should no longer be possible since #18639, which locks the template and prevents it from being deleted.
...
Dominic Cleal
05:23 AM Installer Revision e530ae8b (puppet-dns): [blacksmith] Bump version to 4.1.1
Michael Moll
05:21 AM Installer Revision 1153425a (puppet-dhcp): [blacksmith] Bump version to 3.1.1
Michael Moll
03:24 AM Installer Revision 8d23b9e8 (puppet-foreman): Rely on puppetlabs-postgresql for Role -> Database relation
https://github.com/puppetlabs/puppetlabs-postgresql/commit/a246e586be016c99d521a8796c24f8fe7ca5c4e2
added the relatio...
Ewoud Kohl van Wijngaarden
03:22 AM Installer Revision 29150008 (puppet-dns): add changelog and bump version to 4.1.0
[ci skip] Michael Moll
03:15 AM Installer Revision 25d75c8b (puppet-dhcp): add changelog and bump version to 3.1.0
[ci skip] Michael Moll
03:02 AM Bug #19124 (Rejected): faraday gem 0.12.0 has incorrect checksum on rubygems
Dominic Cleal
02:34 AM Revision a15ae3e8 (community-templates): validate autoyast XML (#382)
Michael Moll

04/02/2017

10:31 AM Feature #19125 (Closed): Add description field to host group
To allow describing the hostgroup in human terms Tomer Brisker
09:01 AM Bug #19122 (Closed): Selected hosts counter incorrect after searching for hosts
Applied in changeset commit:fb5e3f284b5c745ede1e00d1e6dae162a47ad39b. Amir Fefer
08:40 AM Installer Support #19117 (Feedback): Package puppet-3.8.7-1.el7.noarch is obsoleted by puppet-agent-1.9.3-1.el7.x86_64 which is already installed
Anonymous
08:01 AM Revision fb5e3f28 (foreman): Fixes #19122 - clear selected hosts in new search
Amir Fefer
06:09 AM Bug #19124 (Closed): faraday gem 0.12.0 has incorrect checksum on rubygems
faraday released a new version with corrected checksum. Tomer Brisker
04:37 AM Bug #19124 (Ready For Testing): faraday gem 0.12.0 has incorrect checksum on rubygems
The Foreman Bot
04:35 AM Bug #19124 (Rejected): faraday gem 0.12.0 has incorrect checksum on rubygems
this is blocking CI from running test. Will pin to 0.11 until https://github.com/lostisland/faraday/issues/679 is res... Tomer Brisker

04/01/2017

08:30 PM Bug #19123 (Ready For Testing): Wrong labels in multiple hosts action pages
The Foreman Bot
05:21 PM Bug #19123 (Closed): Wrong labels in multiple hosts action pages
How to reproduce:
1. Go to hosts page
2. select some hosts
3. choose a multiple action, such as `select owner`
4....
Amir Fefer
05:00 PM Bug #19122 (Ready For Testing): Selected hosts counter incorrect after searching for hosts
The Foreman Bot
04:56 PM Bug #19122 (Closed): Selected hosts counter incorrect after searching for hosts
How to reproduce:
1. Go to hosts page
2. Select some hosts
3. Search another query with different results
4. The...
Amir Fefer
10:22 AM Installer Revision bbe23dfb (puppet-puppet): [blacksmith] Bump version to 7.1.2
Michael Moll
08:29 AM Installer Support #19117: Package puppet-3.8.7-1.el7.noarch is obsoleted by puppet-agent-1.9.3-1.el7.x86_64 which is already installed
It looks like you're installing puppet 4 while puppet 3 is still installed. See http://projects.theforeman.org/projec... Ewoud Kohl van Wijngaarden
07:26 AM Installer Revision 65392f40 (puppet-foreman): [blacksmith] Bump version to 7.2.1
Michael Moll

03/31/2017

06:07 PM Installer Revision 6e3d4ace (puppet-foreman_proxy): [blacksmith] Bump version to 5.1.1
Michael Moll
06:03 PM Installer Revision b7bd9e0b (puppet-foreman_proxy): bump version to 5.1.0, update changelog
[ci skip] Michael Moll
06:02 PM Installer Revision 6dc2fd01 (puppet-candlepin): Add support for non-validated SSL on database connections. (#54)
Greg Swift
05:43 PM Installer Revision 9107a297 (puppet-katello): Fix dependency cycle from Candlepin exchange migration
Eric Helms
04:20 PM Installer Revision 7b24a604 (puppet-puppet): Add Puppet 3 client compatibility under rack
Add a Rack middleware re-implementing the v1 and v2 API calls, as
per[1]. This should restore compatibility with Pupp...
Mathieu Parent
02:48 PM Installer Revision 8510b079 (puppet-katello): Modulesync update (#183)
Ewoud Kohl van Wijngaarden
02:48 PM Installer Revision f0321c6d (puppet-certs): Modulesync update (#151)
Ewoud Kohl van Wijngaarden
02:48 PM Installer Revision 653dca5f (puppet-candlepin): Modulesync update (#71)
Ewoud Kohl van Wijngaarden
02:47 PM Installer Revision 6614257b (puppet-pulp): Modulesync update (#218)
Ewoud Kohl van Wijngaarden
02:31 PM Installer Revision b2e5fca4 (puppet-katello): Provide Candlepin with the qpid client certs
Eric Helms
02:28 PM Installer Revision bdcfccd8 (puppet-candlepin): Create qpid exchange
Eric Helms
02:26 PM Installer Revision 26f57ac4 (puppet-certs): move qpid exchange creation to puppet-katello module
Timo Goebel
02:11 PM Installer Revision fd4111f7 (puppet-qpid): Modulesync update
Ewoud Kohl van Wijngaarden
02:11 PM Installer Revision 9763baf3 (puppet-foreman_proxy_content): Modulesync update
Ewoud Kohl van Wijngaarden
12:40 PM Installer Support #19117 (Resolved): Package puppet-3.8.7-1.el7.noarch is obsoleted by puppet-agent-1.9.3-1.el7.x86_64 which is already installed
While running foreman-installer, I run into the following issue. How do I fix it?
/Stage[main]/Puppet::Server::In...
Dmitry Okun
12:31 PM Installer Revision ef2ef15c (puppet-pulp): Remove EL6 from README
Alex Fisher
11:44 AM Refactor #19116 (Rejected): Remove 1.17 deprecations
To be done after 1.16-stable is branched.
Scan the codebase for deprecations marked with a 1.17 deadline and remov...
Daniel Lobato Garcia
11:38 AM Refactor #17588 (Ready For Testing): Remove 1.16 deprecations
The Foreman Bot
11:26 AM Smart Proxy Refactor #19112: Starting Foreman Proxy service on Windows as domain user
Thanks Dominic. In the meantime, I guess I have not gotten this to quite work. I have the service starting, and it ... Jeff Sparrow
10:27 AM Smart Proxy Refactor #19112: Starting Foreman Proxy service on Windows as domain user
Changes to the documentation should be opened as pull requests to https://github.com/theforeman/theforeman.org (e.g. ... Dominic Cleal
10:25 AM Smart Proxy Refactor #19112 (Closed): Starting Foreman Proxy service on Windows as domain user
Hey all. Been trying for a good 2 work days to get this working, to no avail. The documentation is a bit lacking. I... Jeff Sparrow
11:12 AM Feature #19115 (New): Add setting to define which PXE loaders are enabled
If I deleted the "PXEGrub default local boot" template and now want to cancel a pending build I get the following err... Dominic Schlegel
11:08 AM Installer Revision 4b8c0c37 (puppet-tftp): pin puppetlabs_spec_helper for Ruby 1.9 support
Michael Moll
11:08 AM Installer Revision 5b36d605 (puppet-puppet): pin puppetlabs_spec_helper for Ruby 1.9 support
Michael Moll
11:08 AM Installer Revision 8591e64f (puppet-git): pin puppetlabs_spec_helper for Ruby 1.9 support
Michael Moll
11:07 AM Installer Revision 49588e09 (puppet-foreman_proxy): pin puppetlabs_spec_helper for Ruby 1.9 support
Michael Moll
11:07 AM Installer Revision a6d59e1d (puppet-foreman): pin puppetlabs_spec_helper for Ruby 1.9 support
Michael Moll
11:07 AM Installer Revision 443cdd8f (puppet-dns): pin puppetlabs_spec_helper for Ruby 1.9 support
Michael Moll
11:07 AM Installer Revision bf6fd1ca (puppet-dhcp): pin puppetlabs_spec_helper for Ruby 1.9 support
Michael Moll
10:38 AM Bug #19113: Rebuilding the virtual machine on RHEV from Satellite with the reboot flag enabled does not reboot the vm.
The patch sent to ovirt Ivan Necas
10:29 AM Bug #19113 (Closed): Rebuilding the virtual machine on RHEV from Satellite with the reboot flag enabled does not reboot the vm.
When try to re-provision an already provisioned by Satellite 6 virtual machine residing on RHEV by going to Foreman W... Ivan Necas
09:56 AM Bug #18561: Slow exec of delete_removed_facts on MySQL 5.6
Lukas Zapletal wrote:
> I don't have MySQL instance handy, but what SQL does it generate? It should be pretty fast a...
Yakir Gibraltar
08:25 AM Bug #18561: Slow exec of delete_removed_facts on MySQL 5.6
I don't have MySQL instance handy, but what SQL does it generate? It should be pretty fast as we limit the values via... Lukas Zapletal
09:28 AM Installer Revision fe8ea603 (puppet-dhcp): Add support for pxefilename for pools.
This adds the possibility to override the filename for pxe booting
per pool.
Rune Hammersland
09:12 AM Bug #18830: The Windows OS family only supports the PXELinux BIOS loader
The Foreman part does what it should, though our Windows provisioning scripts and networks seem to not yet be good en... Alexander Olofsson
07:45 AM Bug #18830: The Windows OS family only supports the PXELinux BIOS loader
Let us know how it went. Lukas Zapletal
07:37 AM Smart Proxy Feature #19104: Ignore tagged includes for ISC DHCP
What is the "parser limitation" precisely, and what's the issue number for the parsing issue? The sample above only s... Dominic Cleal
07:24 AM Smart Proxy Feature #19104 (Ready For Testing): Ignore tagged includes for ISC DHCP
The Foreman Bot
07:23 AM Smart Proxy Feature #19104 (Rejected): Ignore tagged includes for ISC DHCP
Our parser limitations is a real pain, I stubmbled this upon at customer again. This is a simple idea to allow at lea... Lukas Zapletal
07:34 AM Smart Proxy Bug #17800 (Duplicate): ISC Dhcpd Config Parse Error
Dominic Cleal
07:24 AM Smart Proxy Bug #17800 (New): ISC Dhcpd Config Parse Error
Sorry! Lukas Zapletal
06:56 AM Smart Proxy Bug #17800: ISC Dhcpd Config Parse Error
Lukas, you appear to have hijacked a closed issue for your change. As discussed above, this already fixed in develop.... Dominic Cleal
06:53 AM Smart Proxy Bug #17800: ISC Dhcpd Config Parse Error
I have a new implementation of isc config parser that will parse any valid configuration file. I'll see if I can fini... Anonymous
06:49 AM Smart Proxy Bug #17800 (Ready For Testing): ISC Dhcpd Config Parse Error
The Foreman Bot
06:39 AM Smart Proxy Bug #17800: ISC Dhcpd Config Parse Error
Also here is a trick to check syntax: https://github.com/iNecas/foreman_maintain/issues/46 Lukas Zapletal
06:38 AM Smart Proxy Bug #17800: ISC Dhcpd Config Parse Error
I was thinking a simple workaround - when we include a file, we can skip inclusion of all files with "skip-foreman" s... Lukas Zapletal
07:28 AM Bug #13772: The orchestration code uses SQL logger
Well it's now recommended by Rails 5, but if this makes you to type bangs, then I will unlink it. No biggie. Lukas Zapletal
06:47 AM Installer Revision 99847329 (installer): Add foreman_proxy::plugin::dhcp::remote_isc plugin
Dominic Cleal
03:30 AM Packaging Revision 96d0424d (foreman-packaging): Automatic commit of package [rubygem-fog-aws] minor release [1.3.0-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
03:30 AM Packaging Revision e47a8ebe (foreman-packaging): Update fog-aws to 1.3.0
Dominic Cleal
03:27 AM Packaging Revision c6c2299b (foreman-packaging): Automatic commit of package [tfm] minor release [3.2-10.fm1_16].
Created by command:
/usr/bin/tito tag
Dominic Cleal
03:27 AM Packaging Revision 33c7081d (foreman-packaging): Remove rails-observers gem
Dominic Cleal
03:19 AM Installer Revision 50d62849 (puppet-foreman): bump version to 7.2.0, update changelog
[ci skip] Michael Moll
03:16 AM Installer Revision cc44b009 (puppet-foreman): Correct max value for $db_port
Ewoud Kohl van Wijngaarden

03/30/2017

08:56 PM Installer Revision c9b1754c (puppet-dhcp): Setup use of allow raw append/prepend
Closes GH-71
Closes GH-86
Colin Wood
07:15 PM Installer Revision 78d0401f (puppet-certs): move qpidd reload to katello module
Timo Goebel
04:35 PM Installer Revision 6fe6a06e (puppet-qpid): Contain classes (#56)
* Contain classes Ewoud Kohl van Wijngaarden
11:59 AM Installer Revision e1e3f603 (puppet-foreman_proxy): Add support for dhcp_remote_isc provider
Dmitri Dolguikh
11:26 AM Installer Revision 390df0eb (puppet-dhcp): Add $ddns_updates variable
Closes GH-69 Daniel Schaaff
11:23 AM Installer Bug #19081: node.rb failing with servers with large amount of facts (ips?)
Dominic Cleal wrote:
> The script already has a @:timeout@ setting, which is set to read_timeout (and open_timeout i...
David Ibarra
02:56 AM Installer Bug #19081: node.rb failing with servers with large amount of facts (ips?)
The script already has a @:timeout@ setting, which is set to read_timeout (and open_timeout in the latest version) wh... Dominic Cleal
11:01 AM Refactor #19085 (Closed): TokenTest expiry fails on MySQL with Rails 5.0, it should be removed
Applied in changeset commit:9a785fcef2b417b8fc2299a0cbbac2b24cfed8ff. Dominic Cleal
04:47 AM Refactor #19085 (Ready For Testing): TokenTest expiry fails on MySQL with Rails 5.0, it should be removed
The Foreman Bot
04:44 AM Refactor #19085 (Closed): TokenTest expiry fails on MySQL with Rails 5.0, it should be removed
Under Rails 5.0, the following test fails when using a MySQL database:... Dominic Cleal
10:41 AM Packaging Revision f7a46c74 (foreman-packaging): Update PULL_REQUEST_TEMPLATE for 1.15 (#1567)
Daniel Lobato Garcia
10:10 AM Revision 9a785fce (foreman): fixes #19085 - remove test for Token#expires
Token expiry is fully tested in HostTest, as the expiry is actually a
concern on the Host::Managed model. This test f...
Dominic Cleal
09:36 AM Packaging Revision df262848 (foreman-packaging): Update foreman_remote_execution_core to 1.0.3
Adam Ruzicka
09:36 AM Packaging Revision cd6a1723 (foreman-packaging): Update foreman_remote_execution to 1.3.0
Adam Ruzicka
09:26 AM Smart Proxy Feature #13806: Implement dnsmasq DHCP/DNS provider
Yeah nice indeed, https://github.com/ace13/smart_proxy_dhcp_dnsmasq/issues/1 Lukas Zapletal
08:01 AM Bug #19087 (Closed): UINotificationsHostsBuildCompletedTest failures with MySQL on Rails 5.0
Applied in changeset commit:26c7d10a8ecb28d711f673612171eb32a21720f3. Dominic Cleal
06:06 AM Bug #19087 (Ready For Testing): UINotificationsHostsBuildCompletedTest failures with MySQL on Rails 5.0
The Foreman Bot
05:30 AM Bug #19087 (Closed): UINotificationsHostsBuildCompletedTest failures with MySQL on Rails 5.0
The notifications host built test fails most of the time with a MySQL database under Rails 5.0:... Dominic Cleal
07:44 AM Packaging Revision 85c5ead9 (foreman-packaging): Update foreman_ansible_core to 1.1.1
Daniel Lobato Garcia
07:37 AM Revision 26c7d10a (foreman): fixes #19087 - create host built notification from Host#built
Comparing the host's installed_at timestamp is unreliable on MySQL
databases, as the timestamp field has a limited gr...
Dominic Cleal
07:14 AM Packaging Revision e90a72ec (foreman-packaging): Automatic commit of package [rubygem-foreman_openscap] minor release [0.7.0-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
07:14 AM Packaging Revision 1c095992 (foreman-packaging): Merge pull request #1600 from ares/rpm/foreman_openscap_070
Update foreman_openscap to 0.7.0 Dominic Cleal
06:53 AM Packaging Revision 9cba6ebe (foreman-packaging): Update foreman-tasks to 0.9.1
Adam Ruzicka
06:37 AM Packaging Revision 324f1765 (foreman-packaging): Update foreman_openscap to 0.7.0
Marek Hulán
06:33 AM Packaging Revision 67636841 (foreman-packaging): Release version 1.4.5 of foreman_ansible
Daniel Lobato Garcia
06:29 AM Packaging Revision 0e94f57e (foreman-packaging): Automatic commit of package [rubygem-foreman_ansible_core] minor release [1.1.1-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
06:28 AM Packaging Revision a6cc95bd (foreman-packaging): Merge pull request #1598 from dLobatog/rpm/ansible-core-1.1.1
Update foreman_ansible_core to 1.1.1 [rpm] Dominic Cleal
05:55 AM Packaging Revision 134870a8 (foreman-packaging): Automatic commit of package [rubygem-foreman_salt] minor release [8.0.2-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
05:32 AM Packaging Revision 469e17ba (foreman-packaging): Update foreman_ansible_core to 1.1.1
Daniel Lobato Garcia
05:06 AM Installer Revision 0d6ccd7a (installer): Bump version to 1.16-develop
Michael Moll
04:57 AM Packaging Revision 61adf439 (foreman-packaging): Bump changelog to 1.16.0 to match VERSION
Michael Moll
04:52 AM Packaging Revision 602c743c (foreman-packaging): Sync 1.14.x releases into changelogs
Michael Moll
04:02 AM Installer Revision 90363503 (puppet-puppet): [blacksmith] Bump version to 7.1.1
Dominic Cleal
04:01 AM Bug #19068 (Closed): SeedsTest#test_0005_populates config templates fails, missing autoyast_default_user_data, create_users
Applied in changeset commit:807d975add1d518350f3e8b45f76bc2dfdc5d7ba. Dominic Cleal
03:59 AM Feature #19050 (Ready For Testing): Add support for running under Ruby on Rails 5.0
The Foreman Bot
03:35 AM Packaging Revision 8c19df41 (foreman-packaging): Automatic commit of package [rubygem-audited] minor release [4.4.1-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
03:34 AM Packaging Revision a9946b74 (foreman-packaging): Update audited to 4.4.1
Dominic Cleal
03:15 AM Packaging Revision 39030849 (foreman-packaging): add smart_proxy_dhcp_remote_isc
Michael Moll
03:15 AM Revision 807d975a (foreman): fixes #19068 - list newly synced templates in DB seeds
Dominic Cleal
03:10 AM Packaging Revision 3a2fae84 (foreman-packaging): update foreman_salt to 8.0.2
Michael Moll
03:10 AM Packaging Revision 3c3561d9 (foreman-packaging): update smart_proxy salt to 2.1.8
Michael Moll
03:08 AM Packaging Revision f9e48a03 (foreman-packaging): Automatic commit of package [rubygem-smart_proxy_salt] minor release [2.1.8-1.fm1_16].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
03:06 AM Packaging Revision 1f99db67 (foreman-packaging): Merge pull request #1593 from mmoll/rpm/develop_salt_802
Update foreman_salt (RPM) Dominic Cleal
03:04 AM Bug #16603 (New): Unlocalized strings in page Administer -> New Organization.
Dominic Cleal

03/29/2017

09:56 PM Installer Revision c53398bb (puppet-foreman_proxy_content): Change arrow to be on right of operand's line
Klaas Demter
09:56 PM Installer Revision d4c94c3c (puppet-foreman_proxy_content): Pin xinetd fixture to Puppet 3 compatible ref
(https://github.com/theforeman/puppet-tftp/commit/763262782b149d52ffeb4ed46f4b95b74c545b99) Klaas Demter
09:56 PM Installer Revision f4c18c16 (puppet-foreman_proxy_content): Fixes #19016 - change qpid to localhost
Klaas Demter
07:13 PM Smart Proxy Feature #19066: Use Puppetserver's CA API instead of CLI commands
https://docs.puppet.com/puppet/latest/http_api/http_certificate_status.html#save describes the signing, but in genera... Anonymous
09:36 AM Smart Proxy Feature #19066: Use Puppetserver's CA API instead of CLI commands
Puppet CA api expose only a subset of features we currently rely on in our api. Some of the things that are missing a... Anonymous
05:26 AM Smart Proxy Feature #19066 (Duplicate): Use Puppetserver's CA API instead of CLI commands
https://docs.puppet.com/puppet/latest/http_api/http_api_index.html#ssl-certificate-related-services could be used ins... Anonymous
06:04 PM Packaging Revision dbcbe540 (foreman-packaging): update foreman_salt to 8.0.2
Michael Moll
06:02 PM Packaging Revision 7bd0ee5e (foreman-packaging): update smart_proxy_salt to 2.1.8
Michael Moll
06:00 PM Installer Bug #19081 (New): node.rb failing with servers with large amount of facts (ips?)
Hey,
I recently had some boxes come under my management that have a super large amount of IPs on them, like, 500-6...
David Ibarra
03:48 PM Packaging Revision c06d9f42 (foreman-packaging): Update core projects to 1.16
Eric Helms
03:48 PM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
Could you check the system log to see if there any logrotate-related errors in it? Out of curiosity, is /var/lib file... Anonymous
02:14 PM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
Regarding the Squid LogRotate, this seems to be specific to the way Foreman is deploying it as I have non-Foreman Squ... Jason Nance
02:09 PM SELinux Bug #19053: Proxy continues to write to deleted file after log rotation
The squid logrotate file appears to come from the squid rpm, so you may want to file a bug against centos/RHEL for th... Justin Sherrill
03:20 PM Smart Proxy Feature #13806: Implement dnsmasq DHCP/DNS provider
lzap, want to try these? :)
https://rubygems.org/gems/smart_proxy_dhcp_dnsmasq
https://rubygems.org/gems/smart_prox...
Anonymous
03:08 PM Packaging Revision a2c38141 (foreman-packaging): Automatic commit of package [rubygem-bastion] minor release [5.0.0-1.fm1_15].
Eric Helms
03:08 PM Packaging Revision 91e77fce (foreman-packaging): Update rubygem-bastion to 5.0.0
Eric Helms
01:29 PM Installer Revision 7a4a173b (puppet-certs): Contain classes in init to preserve relationships
Eric Helms
12:56 PM Bug #13801: foreman passenger memory leak

Final update here, looks like our issue was not related to memory leaks or passenger but instead a tremendous amoun...
Will Foster
11:43 AM Revision 88177eb0 (foreman): Fixes #15374 - move progress_report_id to Host::Base
(cherry picked from commit fd8bf7f1d0a8ffafc26783cbffe71aacc4b90cc6) Lukas Zapletal
11:08 AM Revision 988e4213 (foreman): Revert "Revert "fixes #18691 - add as_deprecation_tracker to test environment""
This reverts commit 5a4fdbf71decfb26b88b139bf1f0136d3d3189d4. Daniel Lobato Garcia
11:06 AM Revision 5243557e (foreman): i18n - extracting new, pulling from tx
Daniel Lobato Garcia
11:00 AM Feature #19075 (New): Enable PuppetCA autosign when only using finish scripts
It would be useful if Foreman could support setting adding a Puppet CA autosign entry when only using the finish scri... Gavin Williams
10:25 AM Packaging Revision 21445915 (foreman-packaging): Automatic commit of package [rubygem-scoped_search] minor release [4.1.0-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
10:21 AM Packaging Revision 350f3d85 (foreman-packaging): Update scoped_search to 4.1.0
Dominic Cleal
10:06 AM Packaging Bug #19070 (Closed): "Could not locate Gemfile (Bundler::GemfileNotFound)" starting standalone Foreman service
It seems that a package-based installation (following 3.3.1 in the installation docs) do not currently work in either... Matt Renfrow
10:04 AM Installer Revision 58f19112 (puppet-foreman): Set ssl_ca_file in Hammer system-wide config file
Defaults when used with main 'foreman' class to the server's CA file,
automatically ensuring Hammer CLI will trust th...
Dominic Cleal
10:00 AM Smart Proxy Support #17707 (Resolved): after Foreman-Installer: puppet TCPServer Error: Address already in use - bind(2)
I'm marking this as "resolved", the message should not appear anymore in recent builds. Please re-open if you have fu... Anonymous
09:38 AM Packaging Bug #19069 (Resolved): DNS and DHCP providers for libvirt fail to start
Dominic Cleal wrote:
> @yum install rubygem-ruby-libvirt@ for the (optional) dependency. These providers are not int...
Ondřej Pražák
09:22 AM Packaging Bug #19069: DNS and DHCP providers for libvirt fail to start
@yum install rubygem-ruby-libvirt@ for the (optional) dependency. These providers are not intended for use in product... Dominic Cleal
09:19 AM Packaging Bug #19069 (Resolved): DNS and DHCP providers for libvirt fail to start
After running:... Ondřej Pražák
09:14 AM Packaging Revision 5ce20b8c (foreman-packaging): Automatic commit of package [rubygem-hammer_cli_foreman] minor release [0.10.0-1.fm1_15].
Eric Helms
09:10 AM Packaging Revision 83939c91 (foreman-packaging): Automatic commit of package [rubygem-hammer_cli] minor release [0.10.0-1.fm1_15].
Eric Helms
09:09 AM Packaging Revision 92527bea (foreman-packaging): Update hammer_cli_foreman to 0.10.0
Tomáš Strachota
09:09 AM Packaging Revision c297e761 (foreman-packaging): Update hammer_cli to 0.10.0
Tomáš Strachota
09:06 AM Bug #13772: The orchestration code uses SQL logger
Lukas Zapletal wrote:
> The implementation uses ApplicationRecord - new feature of Rails 5. Associated tracking tick...
Dominic Cleal
09:05 AM Bug #13772: The orchestration code uses SQL logger
The implementation uses ApplicationRecord - new feature of Rails 5. Associated tracking ticket. Lukas Zapletal
09:01 AM Bug #17902 (Closed): smart variable puppet class should not be auto selected
Applied in changeset commit:0e49dee2886513615e164ebaf04ca32e5685dc77. Ori Rabin
08:38 AM Revision dec378fe (community-templates): Explicitly set system name (#380)
Lukas Zapletal
08:25 AM Bug #15286 (New): Missing API for external auth sources
Oh no, that's actually not a duplicate, the problem reported here is that hammer can't list external auth source so u... Marek Hulán
08:19 AM Bug #15286 (Duplicate): Missing API for external auth sources
Closing as a duplicate since after the external auth source is seeded (#19064) the hammer command works just fine. Marek Hulán
08:16 AM Bug #19064: External group mapping cannot be set when --foreman-ipa-authentication=true is used and no EXTERNAL user has been created yet
This was a prerequisite but it turns out the hammer command works well if there's the external auth source. So I'll c... Marek Hulán
08:14 AM Bug #19064 (Ready For Testing): External group mapping cannot be set when --foreman-ipa-authentication=true is used and no EXTERNAL user has been created yet
The Foreman Bot
04:56 AM Bug #19064: External group mapping cannot be set when --foreman-ipa-authentication=true is used and no EXTERNAL user has been created yet
Is this not a duplicate of #15286? Dominic Cleal
04:51 AM Bug #19064: External group mapping cannot be set when --foreman-ipa-authentication=true is used and no EXTERNAL user has been created yet
The problem is in all versions of Foreman released so far since external authentication was implemented. I think we s... Marek Hulán
04:48 AM Bug #19064 (Closed): External group mapping cannot be set when --foreman-ipa-authentication=true is used and no EXTERNAL user has been created yet
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1242821
*Description of problem:*
The EXTERNAL auth so...
Marek Hulán
08:15 AM Bug #19068 (Ready For Testing): SeedsTest#test_0005_populates config templates fails, missing autoyast_default_user_data, create_users
The Foreman Bot
08:08 AM Bug #19068 (Closed): SeedsTest#test_0005_populates config templates fails, missing autoyast_default_user_data, create_users
Since f548774, the SeedsTest has failed with:... Dominic Cleal
08:13 AM Revision 0e49dee2 (foreman): Fixes #17902 - Smart variable puppet class is not auto selected
Ori Rabin
07:47 AM Installer Revision ff62ab14 (puppet-puppet): Move chaining arrows to right operand line
To match style guide and for compatibility with puppet-lint 2.2.0. Dominic Cleal
06:46 AM Packaging Revision 5be0b402 (foreman-packaging): garbage collect now unused table_print gem
Michael Moll
06:46 AM Packaging Revision c4a132a5 (foreman-packaging): update hammer_cli_foreman to 0.10.0
Michael Moll
06:46 AM Packaging Revision 5520341f (foreman-packaging): update hammer_cli to 0.10.0
Michael Moll
06:46 AM Packaging Revision 34d60498 (foreman-packaging): update apipie-bindings to 0.1.0
Michael Moll
06:28 AM Installer Revision 58e11a79 (puppet-tftp): Move chaining arrows to right operand line
To match style guide and for compatibility with puppet-lint 2.2.0. Dominic Cleal
06:27 AM Installer Revision 76326278 (puppet-tftp): Pin xinetd fixture to Puppet 3 compatible ref
Dominic Cleal
05:49 AM Bug #19067 (Closed): Unintuitive diff colors
When viewing diffs in Foreman, such as filebucket diffs in puppet reports, or history diffs in provisioning templates... J. A.
05:30 AM Revision 3c562315 (foreman): i18n - extracting new, pulling from tx
Daniel Lobato Garcia
05:28 AM Installer Revision f050c2e2 (puppet-git): Move chaining arrows to right operand line
To match style guide and for compatibility with puppet-lint 2.2.0. Dominic Cleal
05:18 AM Revision 9601eb47 (foreman): Revert "Revert "fixes #18691 - add as_deprecation_tracker to test environment""
This reverts commit 5a4fdbf71decfb26b88b139bf1f0136d3d3189d4. Daniel Lobato Garcia
05:18 AM Installer Revision f8e367cb (puppet-foreman_proxy): Move chaining arrows to right operand line
To match style guide and for compatibility with puppet-lint 2.2.0. Dominic Cleal
05:17 AM Installer Revision d3653b37 (puppet-foreman_proxy): Pin xinetd fixture to Puppet 3 compatible ref
Dominic Cleal
05:09 AM Installer Revision f5d64c98 (puppet-foreman): Move chaining arrows to right operand line
To match style guide and for compatibility with puppet-lint 2.2.0. Dominic Cleal
05:07 AM Packaging Revision 804a9717 (foreman-packaging): Update foreman-tasks-core to 0.1.2
Adam Ruzicka
05:04 AM Installer Revision a269ade9 (puppet-dns): Move chaining arrows to right operand line
To match style guide and for compatibility with puppet-lint 2.2.0. Dominic Cleal
05:01 AM Feature #18954 (Closed): Add CSV export to facts table
Applied in changeset commit:e135dc98e0b33fbe7a927e96530a1ba1280dfe30. Anonymous
04:58 AM Feature #19065 (New): Have the Kickstart default iPXE template automatically add additional nameserver= lines
Anaconda supports multiple DNS servers for a given link (https://rhinstaller.github.io/anaconda/boot-options.html#nam... Tomáš Strachota
04:54 AM Revision e15bd04e (foreman): Bump version to 1.16-develop
Daniel Lobato Garcia
04:51 AM Revision f548774f (foreman): templates - sync from community-templates
Daniel Lobato Garcia
04:46 AM Revision 5a4fdbf7 (foreman): Revert "fixes #18691 - add as_deprecation_tracker to test environment"
This reverts commit 0fd467c844fd200b5da72a0c670a5ac2bd4a61d6. Daniel Lobato Garcia
04:24 AM Revision e135dc98 (foreman): Fixes #18954 - Add CSV export to facts table
Tomer Brisker
04:19 AM Packaging Revision 5b99abee (foreman-packaging): Update foreman-tasks-core to 0.1.2
Adam Ruzicka
03:38 AM Packaging Revision 00150ae2 (foreman-packaging): pin concurrent-ruby to 1.0.3
Dynflow commit 5fc0ba81 locked concurrent-ruby-edge to 0.2.3, which is
locked to concurrent-ruby 1.0.3. Foreman-tasks...
Michael Moll
02:03 AM Installer Revision 41950e62 (puppet-katello): README: Correct formatting and improve a bit (#181)
Ewoud Kohl van Wijngaarden
12:36 AM Installer Revision 27898a08 (puppet-katello): Specify qpid SSL key to qpid commands
Eric Helms

03/28/2017

09:13 PM Installer Revision a521a81c (puppet-qpid): config_cmd: optional qpidd, documentation, tests, ssl_key
* Makes the dependency on Service[qpidd] optional
* Documents the $unless parameter
* Removes the hardcoded defaults ...
Ewoud Kohl van Wijngaarden
06:57 PM Packaging Revision 62f3de64 (foreman-packaging): Automatic commit of package [rubygem-apipie-bindings] minor release [0.1.0-1.fm1_15].
Eric Helms
06:57 PM Packaging Revision d876648c (foreman-packaging): Update rubygem-apipie-bindings to 0.1.0
Martin Bacovsky
06:12 PM Bug #13801: foreman passenger memory leak
Kambiz Aghaiepour wrote:
> [...]
Adding our oom killer stack trace here...
Will Foster
04:56 PM Installer Revision c5a36f72 (puppet-candlepin): add possibility to add more chipers
Cristian Falcas
03:13 PM Installer Revision 14ca0011 (puppet-puppet): Change current version to 7.1.0
There no incompatible changes requiring a major bump.
[ci skip]
Dominic Cleal
03:01 PM Bug #18853 (Closed): when acknowledging notification as read, there is no indication it is marked as read until next api call
Applied in changeset commit:a29d54389e9c00e55c7824e53fb407c9e3e206cd. matan werbner
03:01 PM Bug #18678 (Closed): notification actions always open an external tab
Applied in changeset commit:a29d54389e9c00e55c7824e53fb407c9e3e206cd. matan werbner
03:01 PM Bug #18193 (Closed): When there are no notification events, the notification drawer should mention it
Applied in changeset commit:a29d54389e9c00e55c7824e53fb407c9e3e206cd. matan werbner
06:09 AM Bug #18193 (Ready For Testing): When there are no notification events, the notification drawer should mention it
The Foreman Bot
03:01 PM Refactor #18957 (Closed): Notifications to redux
Applied in changeset commit:a29d54389e9c00e55c7824e53fb407c9e3e206cd. matan werbner
03:00 PM Installer Revision 450b31c4 (puppet-certs): Remove a dependency on theforeman-foreman
This was added for the random_password function but that has been moved
to puppet-extlib.
Ewoud Kohl van Wijngaarden
02:35 PM Revision a29d5438 (foreman): Fixes #18957,#18193,#18678,#18853 - notifications redux
Refactored notifications to work with redux, fixed
several UI related bugs, added tests.
flux is now unused, this is ...
matan werbner
02:01 PM Feature #18762 (Closed): Make export csv available on reports table
Applied in changeset commit:5f1440ab89e194004148463cd3a0553cb2a83b16. Anonymous
01:37 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
It's available now in Smart-Proxy 1.15-RC1 and 1.16-develop. You'll need to install the provider, which is called sma... Anonymous
01:22 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Dmitri Dolguikh wrote:
> I haven't tested tftp module with remote filesystems, it will probably work though.
Wh...
Dmitry Okun
01:18 PM Revision 5f1440ab (foreman): Fixes #18762 - Add csv export to reports table
Tomer Brisker
12:01 PM SELinux Bug #19053 (Closed): Proxy continues to write to deleted file after log rotation
After @logrotate@ runs both @foreman-proxy@ and @squid@ continue to write to the rotated log, which is a deleted file... Jason Nance
11:47 AM Revision 5992f9a2 (foreman): Fixes #18948 - correctly relogin user with SSO sessions
(cherry picked from commit 70f7a9b993e98a738e691db6a2deb6b87e9b482b) Marek Hulán
11:47 AM Revision cf4fa3d5 (foreman): refs #18950 - wait for CR test connection to complete
(cherry picked from commit e53fd8e1b24fe7d0d578bb73243a0c28d66e7638) Dominic Cleal
11:47 AM Revision d989698e (foreman): fixes #18950 - enable password field in CR form test
Prior to capybara 2.13.0, the test passed despite filling in a disabled
password field, but a change now prevents thi...
Dominic Cleal
11:47 AM Revision 2227bd55 (foreman): Fixes #18587, #18588 - Fix 'multipart form data' IE bug
According to this bug [1] multipart form data is malformed if there
are fields without names. It been solved within E...
Evgeni Golov
11:47 AM Revision ffb2043f (foreman): Fixes #18722 - fix host parameters in host form
(cherry picked from commit 4017d259e70d2d3204fd8abe2cd7066f557d0eac) Marek Hulán
11:47 AM Revision 5e8ada8e (foreman): fixes #18929 - add rails-observers dep for TopbarSweeper
0443e85 was in error in removing the dependency, as this sweeper
functionality is also provided by rails-observers.
...
Dominic Cleal
11:47 AM Revision 0b19d771 (foreman): Fixes #18843 - Changed from eager_load to includes in #index
Avoiding multiple joins that result in very wide result rows.
It leads to big memory footprint in the DB especially o...
Shimon Shtein
11:47 AM Revision 9f85c84d (foreman): Fixes #18718 - Empty boolean matcher should not turn into false
(cherry picked from commit 100cf25b86366d1646e8221ebcfb21750c353548) Ori Rabin
11:47 AM Revision 0b79692b (foreman): Fixes #18800 - strong params no longer breaks inherited attrs
(cherry picked from commit ff74c383574a43952a9c9c371f407a20e5f7bc5a) Lukas Zapletal
11:02 AM Refactor #19035 (Closed): Refactor TopbarSweeper to remove rails-observer dependency
Applied in changeset commit:0e52ebb70f57e8567fc5bf4debea9c06778934b7. Dominic Cleal
04:05 AM Refactor #19035 (Ready For Testing): Refactor TopbarSweeper to remove rails-observer dependency
The Foreman Bot
10:24 AM Packaging Revision e1f3f867 (foreman-packaging): refs #19035 - remove rails-observers dependency
Dominic Cleal
10:15 AM Revision 0e52ebb7 (foreman): fixes #19035 - rewrite TopbarSweeper without rails-observers
Moves from the observer object into two mixins, one on the model and one
on the top-level controllers to observe crea...
Dominic Cleal
09:57 AM Feature #19050 (Closed): Add support for running under Ruby on Rails 5.0
Add support to Foreman core for running under Ruby on Rails 5.0, in addition to version 4.2 (for support of Ruby vers... Dominic Cleal
08:16 AM Packaging Revision 2f2033cb (foreman-packaging): Update foreman-tasks to 0.9.1
Adam Ruzicka
08:12 AM Smart Proxy Revision 38e2a365: Bump version to 1.16-develop
Dmitri Dolguikh
08:12 AM Revision 70184f42 (community-templates): Add a create_users snippet
Goes along with https://github.com/theforeman/foreman/pull/4290 Ewoud Kohl van Wijngaarden
08:09 AM Revision 742484aa (community-templates): kickstart: add inst.ks.sendmac option
Lukas Zapletal
08:01 AM Refactor #18640 (Closed): Update Foreman templates according to cummunity-templates repo
Applied in changeset commit:567cb9f1ef5098d8337403be23784c2c97e491f1. Anonymous
07:55 AM Revision 567cb9f1 (foreman): Fixes #18640 - realign templates structure
Marek Hulán
07:48 AM Feature #4509: Additional SCSI Controller with per-disk configuration
Probably added by mistaken in commit message Marek Hulán
07:40 AM Packaging Revision 230996c4 (foreman-packaging): Update dynflow to 0.8.23
Adam Ruzicka
07:23 AM Feature #19047 (Ready For Testing): Unify the way how we display dates
The Foreman Bot
07:07 AM Feature #19047 (Closed): Unify the way how we display dates
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1435973
When checking last report in `/config_reports?sea...
Marek Hulán
06:27 AM Smart Proxy Bug #992 (Ready For Testing): Unspported scheme - when using nfs path for installation media.
The Foreman Bot
06:19 AM Smart Proxy Feature #19045 (New): Fetch boot files from NFS
Currently, proxy is not able to fetch boot files for installation media located on NFS.
This presents several challe...
Ondřej Pražák
05:14 AM Bug #19044 (Ready For Testing): Do not send username into logs with every request
The Foreman Bot
04:59 AM Bug #19044 (Rejected): Do not send username into logs with every request
From the security standpoint, this is unnecessary exposal of sensitive data. We should log database ID instead, it is... Lukas Zapletal
05:12 AM Packaging Revision 75653860 (foreman-packaging): Automatic commit of package [rubygem-smart_proxy_dhcp_remote_isc] minor release [0.0.2-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
05:09 AM Packaging Revision e7001d77 (foreman-packaging): Merge pull request #1577 from witlessbird/rubygem-smart_proxy_dhcp_remote_isc
Add rubygem-smart_proxy_dhcp_remote_isc package Dominic Cleal
05:01 AM Bug #15374 (Closed): Delete discovered Host ends in error: undefined method `progress_report_id'
Applied in changeset commit:fd8bf7f1d0a8ffafc26783cbffe71aacc4b90cc6. Lukas Zapletal
05:01 AM Feature #18940 (Closed): Cache notification content to reduce server load
Applied in changeset commit:d6a059c82cf1863632a761708e18bcde6e0d7a17. Ohad Levy
04:59 AM Installer Revision bf246b85 (puppet-puppet): Add 8.0.0 changelog
[ci skip] Michael Moll
04:58 AM Feature #19043 (New): Specify default value for "Hardware Model" when creating new host
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1435977
If an environment consists of only one virtualiza...
Marek Hulán
04:53 AM Packaging Revision bbca1135 (foreman-packaging): Add rubygem-smart_proxy_dhcp_remote_isc package
Dmitri Dolguikh
04:49 AM Revision fd8bf7f1 (foreman): Fixes #15374 - move progress_report_id to Host::Base
Lukas Zapletal
04:22 AM Revision d6a059c8 (foreman): fixes #18940 - adds caching to notification api calls.
this implementation reduce the notification fetching time on
my production system from avg response times of 80ms to ...
Ohad Levy
04:07 AM Packaging Revision f955b382 (foreman-packaging): Automatic commit of package [rubygem-dynflow] minor release [0.8.23-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
04:07 AM Packaging Revision 100a1308 (foreman-packaging): Merge pull request #1583 from adamruzicka/rpm/dynflow-0.8.23
[RPM] Update dynflow to 0.8.23 Dominic Cleal
04:01 AM Packaging Bug #19041 (Closed): foreman-prepare-realm not packaged in DEBs
Applied in changeset commit:foreman-packaging|141f5df616a3e7ce928bedb423309cc3b1d8790c. Anonymous
04:01 AM Bug #18639 (Closed): All templates that are shipped with Foreman should be locked by default
Applied in changeset commit:4a98e18eccf8b76cbf6051275fa9775ca17ef3cc. Anonymous
04:00 AM Revision 4a98e18e (foreman): Fixes #18639 - lock all templates we seed
Marek Hulán
03:18 AM Packaging Revision 141f5df6 (foreman-packaging): Fixes #19041 - include sbin in -proxy package
Michael Moll

03/27/2017

08:55 PM Feature #19034 (Ready For Testing): Create a task for clearing expired notifications
The Foreman Bot
08:55 AM Feature #19034: Create a task for clearing expired notifications
Should be a blocker for 1.15.0, so users have a way to clear old data. Tomer Brisker
08:54 AM Feature #19034 (Closed): Create a task for clearing expired notifications
To prevent the notification tables from growing unlimited due to old notifications. Tomer Brisker
04:53 PM Bug #13801: foreman passenger memory leak
... Kambiz Aghaiepour
04:50 PM Bug #13801: foreman passenger memory leak
Here is what we see when we run passenger-memory-stats :
PID VMSize Private Name
---------------------...
Kambiz Aghaiepour
12:09 PM Bug #13801: foreman passenger memory leak
We're seeing the same issue on our Foreman (128G memory, 10 physical cores, Dell R630). We do frequent hammer params... Will Foster
04:07 PM Packaging Bug #19041 (Ready For Testing): foreman-prepare-realm not packaged in DEBs
Anonymous
03:38 PM Packaging Bug #19041 (Closed): foreman-prepare-realm not packaged in DEBs
Hi all,
foreman-prepare-realm is not installed with the foreman-proxy package when installing on ubuntu 16.04, it ...
Martin Bergman
02:15 PM Installer Revision 8faa7225 (puppet-katello): Switch to using qpid bind
Eric Helms
01:08 PM Revision 40dd32b0 (foreman): Refs #18001 - Avoid role extending from rake tasks permission
Marek Hulán
12:46 PM Installer Revision 872dd3ba (puppet-qpid): Modulesync update
Ewoud Kohl van Wijngaarden
12:45 PM Installer Revision 661d6a7d (puppet-qpid): Re-factor bind_event to the generic bind action
Moves away from having a bind action to a specific exchange and allows
using bind as a generic type as defined by qpi...
Eric Helms
12:33 PM Installer Revision 7dc10d81 (puppet-candlepin): Make puppet-lint pass
Ewoud Kohl van Wijngaarden
12:33 PM Installer Revision 08f7615a (puppet-candlepin): Modulesync update
Ewoud Kohl van Wijngaarden
12:25 PM Installer Revision 7b6f0ca3 (puppet-candlepin): Use // to specify postgresl database
Eric Helms
11:24 AM Packaging Revision 658565ce (foreman-packaging): Automatic commit of package [rubygem-bastion] minor release [4.3.0-1.fm1_15].
Eric Helms
11:23 AM Packaging Revision a66323d9 (foreman-packaging): Bump rubygem-bastion to 4.3.0
Eric Helms
11:22 AM Bug #19017 (Closed): Use request id instead of session id of tagged logging
Ivan Necas
11:16 AM Feature #19039 (Ready For Testing): Lock plugin roles
The Foreman Bot
10:58 AM Feature #19039 (Closed): Lock plugin roles
Roles created by plugins should be locked as well because they have the same issues as roles seeded by Foreman. Ondřej Pražák
11:05 AM Revision 4399420e (foreman): Fixes #19017 - prefer request id over session id in logging
Ivan Necas
10:59 AM Installer Revision c019a345 (puppet-puppet): Add a dedicated setting for allow-header-cert-info
This is needed to be able to set it also without http being active.
closes GH-491
Christian Becker
10:45 AM Packaging Revision 36855e8f (foreman-packaging): Update dynflow to 0.8.23
Adam Ruzicka
10:01 AM Feature #19036 (Closed): Add custom-hiera.yaml to the foreman-debug
Applied in changeset commit:6908ea6ff552d8f66dfb868a4617b23de313c0dc. Bryan Kearney
09:38 AM Feature #19036 (Ready For Testing): Add custom-hiera.yaml to the foreman-debug
The Foreman Bot
09:32 AM Feature #19036 (Closed): Add custom-hiera.yaml to the foreman-debug
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1436139
*Description of problem:*
When there are any c...
Bryan Kearney
09:56 AM Revision 6908ea6f (foreman): Fixes #19036 - Add the hiera.yaml file from to foreman-debug
Bryan Kearney
09:44 AM Bug #19037: The certname doesn't get updated when change doman name of host
It isn't really intended to, AFAIK. If the host is renamed in Foreman then that doesn't affect the certname in the ex... Dominic Cleal
09:40 AM Bug #19037 (New): The certname doesn't get updated when change doman name of host
When I change domain name of host, then 'certname' filed doesn't get updated.
That causes that puppet can not run af...
Lukas Bednar
09:25 AM Refactor #19035 (Closed): Refactor TopbarSweeper to remove rails-observer dependency
The rails-observer project is currently incompatible with Rails 5 and higher, and looks unlikely to be made compatibl... Dominic Cleal
09:08 AM Refactor #14116 (Resolved): Update patternfly-sass to 3.x
I believe this is already fixed. Ohad Levy
08:50 AM Installer Revision 4877dfd9 (puppet-puppet): server_package parameter should also take arrays
closes GH-492 Michael Moll
08:47 AM Packaging Revision 3717bf89 (foreman-packaging): Remove rhel6 macro checks
Dominic Cleal
08:02 AM Bug #19030 (Closed): Plugin permission and pagelets tests commented out
Applied in changeset commit:6e3f2692dbc821206b1870eca452b5c7f1adfa12. Ondřej Pražák
05:54 AM Bug #19030 (Ready For Testing): Plugin permission and pagelets tests commented out
The Foreman Bot
03:20 AM Bug #19030 (Closed): Plugin permission and pagelets tests commented out
#18001 commented out existing tests for the plugin permissions and pagelets API in test/unit/plugin_test.rb, but it's... Dominic Cleal
08:02 AM Smart Proxy Refactor #18962 (Closed): Make isc dhcpd file parser accessible to 3rd party providers
Applied in changeset commit:d4ab7f0a2688477522570fbd4d8edc71d5adacaf. Anonymous
07:28 AM Smart Proxy Revision d4ab7f0a: Fixes #18962 - moved isc file parser into dhcp_common
Dmitri Dolguikh
07:12 AM Revision 6e3f2692 (foreman): Fixes #19030 - Uncomment plugin tests
Ondřej Pražák
07:01 AM Feature #12272 (Closed): Support for multiple certificates in ca.crt for oVirt
Applied in changeset commit:4c3516219692e729204a1cd4a12283c61c8e3b62. Ori Rabin
06:58 AM Revision 4c351621 (foreman): Fixes #12272 - Support multiple certificates in ovirt resource
Ori Rabin
04:17 AM Packaging Revision 95c29edd (foreman-packaging): Automatic commit of package [rubygem-foreman_discovery] minor release [8.0.1-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
03:58 AM Feature #19031 (Closed): update table pagination to use patternfly guidelines
based on http://www.patternfly.org/pattern-library/navigation/pagination
This also makes sense to align with Katel...
Ohad Levy

03/26/2017

06:50 PM Support #19029 (Closed): Storage Domain now showing with oVirt 4.1(.1)
I have upgraded my oVirt environment to 4.1.1 form a 4.0.6 version and when I select I my "Compute Resource" I can se... Yama Kasi
04:31 PM Bug #19028 (New): Getting "The disk is not thin-provisioned" vSphere error when trying to create host from template with thick disk
When I try to do image-based provisioning of new host with thick disk from vSphere template also with thick disk, I g... Vladimir Safronov
09:22 AM Feature #12272 (Ready For Testing): Support for multiple certificates in ca.crt for oVirt
The Foreman Bot
03:01 AM Refactor #18719 (Closed): Replace deprecated Fixnum constants
Applied in changeset commit:e8d612bdaa89086dec4cde1a2460806a6eafed05. Dominic Cleal
02:58 AM Revision e8d612bd (foreman): fixes #18719 - replace usage of deprecated Fixnum constant
Most type checks for Fixnum can safely be replaced by Integer, as prior
to Ruby 2.4, Fixnum was a subclass of Integer...
Dominic Cleal

03/25/2017

10:11 AM Bug #18305 (Resolved): kickstart_networking_setup snippet throws "undefined method 'gateway' for NilClass"
no reaction, closing. Anonymous
10:08 AM Feature #2308: Expose interface to "Copy Host CPU configuration"
needs support in fog-libvirt: https://github.com/fog/fog-libvirt/issues/18 Anonymous
02:04 AM Installer Revision fe589c2d (puppet-pulp): Make puppet-lint happy
Ewoud Kohl van Wijngaarden
01:53 AM Installer Revision ee7153f0 (puppet-katello): Make puppet-lint happy
Ewoud Kohl van Wijngaarden
01:51 AM Installer Revision 5f7c6eb2 (puppet-foreman_proxy_content): Make puppet-lint happy
Ewoud Kohl van Wijngaarden
01:47 AM Installer Revision 14854419 (puppet-certs): Make puppet-lint happy
Ewoud Kohl van Wijngaarden

03/24/2017

09:39 PM Installer Revision f021566d (puppet-certs): Modulesync update
Ewoud Kohl van Wijngaarden
09:39 PM Installer Revision 7214351e (puppet-foreman_proxy_content): Modulesync update
Ewoud Kohl van Wijngaarden
09:39 PM Installer Revision 5f35cd6e (puppet-pulp): Modulesync update
Ewoud Kohl van Wijngaarden
09:39 PM Installer Revision 00580f8e (puppet-katello): Modulesync update
Ewoud Kohl van Wijngaarden
08:25 PM Installer Revision 55c0469a (puppet-foreman): Allow overriding the apache log format
Closes GH-529 Ewoud Kohl van Wijngaarden
06:48 PM Bug #17992: 500 when external usergroup users don't match filter
This problem also occures when I try to specify an ldap filter that limits the valid users to certain accounts (e.g. ... Robert Heinzmann
03:02 PM Installer Revision 4355e610 (puppet-candlepin): Fix the formatting of README.md (#64)
Ewoud Kohl van Wijngaarden
02:51 PM Installer Revision 922a5f74 (puppet-qpid): Introduce qpid::config_cmd as qpid-config wrapper
Ewoud Kohl van Wijngaarden
01:19 PM Installer Revision 2534d0d9 (puppet-certs): Fix qpid dependency on apache
In bf4d1d9b63baa1cbaa573ae9e26e53d78ead46c2 the dependency on Apache was
removed but accidentally reintroduced in
075...
Ewoud Kohl van Wijngaarden
01:18 PM Installer Revision b0c60e73 (puppet-certs): fixes #17378 - tomcat has dedicated certificate
Timo Goebel
12:01 PM Feature #18001 (Closed): Allow plugins to easily add their permissions to core's Viewer and Manager
Applied in changeset commit:72a28408aa23bf4f7f7a6fa201abee8305c253ba. Ondřej Pražák
11:33 AM Revision 34c0e55f (community-templates): Refs #12417 - Fix rendering if no profiles are defined
Konrad Scherer
11:16 AM Packaging Revision 23fc8dd6 (foreman-packaging): Updated foreman_discovery to 8.0.1
Lukas Zapletal
11:02 AM Revision 72a28408 (foreman): Fixes #18001 - Add plugin permissions to core's roles
Ondřej Pražák
11:01 AM Installer Feature #19020 (Closed): Use --allow-dns-alt-names when generating Puppet certs
Applied in changeset commit:puppet-puppet|ad08281a610d5667c89c2c2d9d95da38c66d08ca. Anonymous
08:21 AM Installer Feature #19020 (Ready For Testing): Use --allow-dns-alt-names when generating Puppet certs
The Foreman Bot
08:18 AM Installer Feature #19020 (Closed): Use --allow-dns-alt-names when generating Puppet certs
This option is required to make use of the dns_alt_names config option in puppet.conf when generating a Puppetmasters... Sean O'Keeffe
10:22 AM Installer Revision ad08281a (puppet-puppet): Fixes #19020 - Generate Puppet cert with --allow-dns-alt-names
Sean O'Keeffe
10:01 AM Bug #18977 (Closed): Do not raise an exception when creating a role during plugin initialization
Applied in changeset commit:6dea4e946619c636122a9953157be1a2a434c256. Anonymous
09:38 AM Packaging Revision fba8ceb4 (foreman-packaging): Automatic commit of package [rubygem-foreman_openscap] minor release [0.6.6-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
09:38 AM Packaging Revision 4511d43f (foreman-packaging): Merge pull request #1576 from ares/rpm/openscap_066
Update foreman_openscap to 0.6.6 Dominic Cleal
09:25 AM Revision 6dea4e94 (foreman): Fixes #18977 - Do not raise on creating a role in plugin when in Rake
Adam Ruzicka
09:23 AM Packaging Revision 4a55983d (foreman-packaging): Update foreman_openscap to 0.6.6
Marek Hulán
08:19 AM Feature #19019 (Duplicate): Use --allow-dns-alt-names when generating Puppet certs
Sean O'Keeffe
08:00 AM Feature #19019 (Duplicate): Use --allow-dns-alt-names when generating Puppet certs
This option is required to make use of the dns_alt_names config option in puppet.conf when generating a Puppetmasters... Sean O'Keeffe
07:40 AM Bug #19017 (Ready For Testing): Use request id instead of session id of tagged logging
The Foreman Bot
07:36 AM Bug #19017 (Closed): Use request id instead of session id of tagged logging
#15863 introduced tagged logging. In the review discussion, it was suggested to use session id
if available. Althoug...
Ivan Necas
07:11 AM Packaging Revision 5e93d84b (foreman-packaging): Automatic commit of package [rubygem-foreman_azure] minor release [1.3.1-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
07:11 AM Packaging Revision 8d58caf1 (foreman-packaging): Merge pull request #1571 from dLobatog/rpm/azure-131
Update foreman_azure to 1.3.1 [rpm] Dominic Cleal
06:03 AM Bug #18817: Host create over API returns "ip can't be blank" when interface is attached to subnet with IPAM set to internal DB
You're correct. I copied the issue by mistake. Tomáš Strachota
04:16 AM Bug #18817 (Rejected): Host create over API returns "ip can't be blank" when interface is attached to subnet with IPAM set to internal DB
This does not seem to be present in recent version. Tomas please feel free to reopen if I misunderstood. Marek Hulán
04:49 AM Packaging Revision 2203a626 (foreman-packaging): Automatic commit of package [tfm] minor release [3.2-9.fm1_15].
Created by command:
/usr/bin/tito tag
Dominic Cleal
04:49 AM Packaging Revision 7723f0f1 (foreman-packaging): Remove ace-rails-ap gem
Dominic Cleal
04:30 AM Packaging Revision d1e68f75 (foreman-packaging): Update kafo to 2.0.0
Marek Hulán
04:27 AM Packaging Revision e83d114e (foreman-packaging): Automatic commit of package [nodejs-brace] minor release [0.10.0-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
04:26 AM Packaging Revision 7566ceeb (foreman-packaging): refs #16288 - require nodejs-brace
Dominic Cleal
04:26 AM Packaging Revision bc4539ef (foreman-packaging): Add brace 0.10.0
Dominic Cleal
04:07 AM Packaging Revision 4da531df (foreman-packaging): Automatic commit of package [rubygem-kafo] minor release [2.0.0-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
04:07 AM Packaging Revision d0e4aa91 (foreman-packaging): Merge pull request #1574 from ares/rpm/kafo_200
[RPM] Update kafo to 2.0.0 Dominic Cleal
04:05 AM Bug #19012 (Duplicate): hosts controller test faild randomly
Dominic Cleal
04:04 AM Bug #18988 (Closed): controller_key is required for this operation
Thanks for confirming, the package is set now for the next patch release. Dominic Cleal
03:56 AM Packaging Revision fc20238b (foreman-packaging): Update kafo to 2.0.0
Marek Hulán

03/23/2017

06:45 PM Installer Revision b5894908 (puppet-puppet): Update acceptance tests
This uses the modulesynced changes and adds tests on Debian Ewoud Kohl van Wijngaarden
06:21 PM Packaging Revision 3da099b7 (foreman-packaging): Update foreman_bootdisk to 9.0.0
Dominic Cleal
05:31 PM Installer Revision ba8aae68 (puppet-katello): Fixes #18812 - Add exec to delete unfiltered queue (#175)
Fixes #18812 - Add exec to delete unfiltered queue Chris Roberts
04:39 PM Bug #18988: controller_key is required for this operation
Dominic,
I can verify that this also works in our production environments.
Thanks for the quick turnaround.
Mark Gargiulo
01:21 PM Bug #18988: controller_key is required for this operation
I upgraded tfm-rubygem-fog-vsphere to 1.7.0 as you suggested and that seems to have fixed the issue in my dev environ... Mark Gargiulo
04:10 AM Bug #18988: controller_key is required for this operation
Could you please try installing a more recent version of tfm-rubygem-fog-vsphere? (http://yum.theforeman.org/nightly/... Dominic Cleal
04:19 PM Bug #19012 (Closed): hosts controller test faild randomly
https://github.com/theforeman/foreman/commit/62546226ed3af9be7d3cfec5f35c59ed25fb979b Amir Fefer
04:10 PM Bug #19012 (Ready For Testing): hosts controller test faild randomly
The Foreman Bot
04:04 PM Bug #19012 (Duplicate): hosts controller test faild randomly
the test "select multiple action with valid host_ids param should return a selection page" is failing randomly.
Amir Fefer
01:13 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
I haven't tested tftp module with remote filesystems, it will probably work though. Anonymous
01:02 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Dmitri Dolguikh wrote:
> > We just tested removing (manually) the entry from the lease file (on the external DHCP se...
Dmitry Okun
12:01 PM Bug #18893 (Closed): dashboard widget for puppet report latest events can be very slow on large amount of reports
Applied in changeset commit:9313f6ad79b89994772207368da575929cc9c450. Anonymous
12:01 PM Bug #12419 (Closed): Template review host list limited by pagination
Applied in changeset commit:9ca77d0885700e522e61e81e3d20a69a157d9f20. Timo Goebel
12:01 PM SELinux Bug #19005: AVCs as Foreman fails to transition to passenger_t on Fedora 24
I don't think any further logs are required, the information in the last was enough to triage it for me. Dominic Cleal
11:55 AM SELinux Bug #19005: AVCs as Foreman fails to transition to passenger_t on Fedora 24
Dominic Cleal wrote:
> The logs indicate that Foreman's running in the domain httpd_t rather than passenger_t, so th...
Jonathan Mulcahy
11:48 AM SELinux Bug #19005 (New): AVCs as Foreman fails to transition to passenger_t on Fedora 24
The logs indicate that Foreman's running in the domain httpd_t rather than passenger_t, so the foreman-selinux policy... Dominic Cleal
11:36 AM SELinux Bug #19005: AVCs as Foreman fails to transition to passenger_t on Fedora 24
Dominic Cleal wrote:
> @Message from application: Permission denied rb_sysopen - /usr/share/foreman/tmp/cache/websoc...
Jonathan Mulcahy
11:06 AM SELinux Bug #19005 (Need more information): AVCs as Foreman fails to transition to passenger_t on Fedora 24
@Message from application: Permission denied rb_sysopen - /usr/share/foreman/tmp/cache/websockets_ssl_key20170323-182... Dominic Cleal
10:47 AM SELinux Bug #19005 (Rejected): AVCs as Foreman fails to transition to passenger_t on Fedora 24
This is my first time installing TheForeman, and I'm trying to install it on a brand new Fedora 24 Server VM. I've fo... Jonathan Mulcahy
11:35 AM Revision 9313f6ad (foreman): Fixes #18893 - Improve latest events widget performance
Tomer Brisker
11:33 AM Packaging Revision 51592ec8 (foreman-packaging): Update foreman_azure to 1.3.1
Daniel Lobato Garcia
11:18 AM Smart Proxy Bug #992 (Assigned): Unspported scheme - when using nfs path for installation media.
Ondřej Pražák
11:17 AM Revision 9ca77d08 (foreman): fixes #12419 - template preview host has typeahead
Timo Goebel
11:01 AM Bug #18737 (Closed): pagination css is visible within the notification drawer
Applied in changeset commit:351c66313ebac5d3f1470838d0948c78e3a5ce6f. Liza Gilman
09:41 AM Bug #18737 (Ready For Testing): pagination css is visible within the notification drawer
The Foreman Bot
11:01 AM Bug #18467 (Closed): search input is layed on top of notification drawer
Applied in changeset commit:351c66313ebac5d3f1470838d0948c78e3a5ce6f. Liza Gilman
10:13 AM Revision 351c6631 (foreman): Fixes #18467, #18737 - search input is not layed on top of notification drawer
Liza Gilman
10:01 AM Feature #18986 (Closed): Upgrade patternfly-sass to 3.23.0
Applied in changeset commit:f039dcfb636cfd229173cc2aca7ed7bebf1f1368. Walden Raines
09:46 AM Revision bb52a41d (foreman): refs #18264 - remove text order assumption in response body test
Dominic Cleal
09:29 AM Packaging Revision 22e8d612 (foreman-packaging): refs #18986 - update patternfly-sass to 3.23.x
Dominic Cleal
09:28 AM Packaging Revision 327ed945 (foreman-packaging): Automatic commit of package [rubygem-patternfly-sass] minor release [3.23.0-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
09:26 AM Packaging Revision 11fd260f (foreman-packaging): Update patternfly-sass to 3.23.0
Dominic Cleal
09:24 AM Revision f039dcfb (foreman): Fixes #18986: upgrade patternfly-sass to 3.23.0.
http://projects.theforeman.org/issues/18986 Walden Raines
09:01 AM Bug #18065 (Closed): The "Foreman API v1 is deprecated" warning should be bigger text
Applied in changeset commit:9d9af9e8b5ffa8498fd36722bb9a91a429735884. Anonymous
08:57 AM Feature #12272 (Assigned): Support for multiple certificates in ca.crt for oVirt
Ori Rabin
08:55 AM Packaging Revision fdac2efb (foreman-packaging): Automatic commit of package [rubygem-smart_proxy_openscap] minor release [0.6.3-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
08:55 AM Packaging Revision 870bc472 (foreman-packaging): Merge pull request #1570 from xprazak2/oscap-proxy-6-3
Update smart_proxy_openscap to 0.6.3 Dominic Cleal
08:35 AM Revision 9d9af9e8 (foreman): Fixes #18065 - make API v1 deprecation warning more apparent
Tomáš Strachota
08:01 AM Feature #18980 (Closed): create ssh keys page needs breadcrumbs
Applied in changeset commit:4c65422622a6e5eed9f067a47b78dba34312e934. Timo Goebel
08:00 AM Packaging Revision d66fed19 (foreman-packaging): Update smart_proxy_openscap to 0.6.3
Ondřej Pražák
07:55 AM Revision 4c654226 (foreman): fixes #18980 - ssh keys new page has breadcrumbs
Timo Goebel
07:48 AM Bug #15374 (Ready For Testing): Delete discovered Host ends in error: undefined method `progress_report_id'
The Foreman Bot
04:17 AM Bug #15374 (New): Delete discovered Host ends in error: undefined method `progress_report_id'
Appears valid still, no response to PR review. Dominic Cleal
07:10 AM Installer Feature #18999 (Rejected): Perform dry run of the installer on a weekly basis
If installer returns "changes are made" let's print some info about unexpected state and let cron to do the job (deli... Lukas Zapletal
07:00 AM Refactor #18719 (Ready For Testing): Replace deprecated Fixnum constants
The Foreman Bot
06:03 AM Revision 57a25f9f (community-templates): Fix typo in comment
Marek Hulán
05:39 AM Installer Revision 4a9f6f27 (puppet-foreman): Add param for timeout to foreman() parser function
If unspecified, keep the default at 5sec. dae1804
05:33 AM Bug #18996 (Closed): User#visible_environments limits to misspelt "view_environemnts" permissions
The User#visible_environments method added in #17463 has a spelling mistakes in the view_environments permission name... Dominic Cleal
05:29 AM Bug #18995 (Closed): Puppet class import removes existing environments when orgs/locations are disabled
In a default installation where organisations and locations are disabled (and taxable_taxonomies is unpopulated), the... Dominic Cleal
04:31 AM Packaging Revision af426281 (foreman-packaging): Automatic commit of package [puppet-foreman_scap_client] minor release [0.3.15-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
04:31 AM Packaging Revision c509e57c (foreman-packaging): Merge pull request #1569 from ares/fix/puppet-fsc_0315
Update puppet-foreman_scap_client to 0.3.15 Dominic Cleal
04:04 AM Packaging Revision 0d3bb8a3 (foreman-packaging): Update puppet-foreman_scap_client to 0.3.15
Marek Hulán

03/22/2017

11:46 PM Bug #18988: controller_key is required for this operation
Mark Gargiulo wrote:
> I am having an issue with foreman 1.14.2 and vmware vshpere 5.5.
> When I clone a host in f...
Vladimir Safronov
02:01 PM Bug #18988 (Closed): controller_key is required for this operation
I am having an issue with foreman 1.14.2 and vmware vshpere 5.5.
When I clone a host in foreman and try to redeploy...
Mark Gargiulo
04:22 PM Installer Revision 661bc317 (puppet-certs): extract nssdb creation into separate class
Timo Goebel
02:14 PM Bug #18678 (Ready For Testing): notification actions always open an external tab
The Foreman Bot
01:19 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
> We just tested removing (manually) the entry from the lease file (on the external DHCP server) and then adding the ... Anonymous
01:15 PM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Dmitri Dolguikh wrote:
> > So the smart proxy cant not manage an external lease file?
>
> Smart-proxy doesn't man...
Dmitry Okun
11:50 AM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
> So the smart proxy cant not manage an external lease file?
Smart-proxy doesn't manage lease file, all access is ...
Anonymous
11:40 AM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Dmitri Dolguikh wrote:
> > no. smart proxy and tftp are on the same server, but dhcp is an external server.
>
> I...
Dmitry Okun
11:36 AM Smart Proxy Bug #18970 (Rejected): Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
> no. smart proxy and tftp are on the same server, but dhcp is an external server.
ISC dhcpd provider that comes w...
Anonymous
11:30 AM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Dmitri Dolguikh wrote:
> Also, is dhcpd server running on the same machine as smart-proxy?
no. smart proxy and tf...
Dmitry Okun
04:15 AM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Also, is dhcpd server running on the same machine as smart-proxy? Anonymous
03:49 AM Smart Proxy Bug #18970: Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
Check for an existing record on the IP address 15.162.41.241 or MAC address 2c:44:fd:94:c1:d0, there is probably a co... Dominic Cleal
01:07 PM Feature #12434: Allow override of filename options in DHCP host entry
Hello, we are using Ubuntu 14.04 + Foreman 1.14.2 + puppet and trying to add PXELinux UEFI boot support additional to... Stef Fen
12:51 PM Feature #18986 (Ready For Testing): Upgrade patternfly-sass to 3.23.0
The Foreman Bot
12:27 PM Feature #18986 (Closed): Upgrade patternfly-sass to 3.23.0
The patternfly-sass version we are using is 3 months old and doesn't contain some pagination styling that is needed f... Walden Raines
12:01 PM Feature #18064 (Closed): Ability to import and provision existing VMs
Applied in changeset commit:637da2f28accc1378f0326d97adcbb2efc5d9808. Timo Goebel
11:34 AM Revision 637da2f2 (foreman): fixes #18064 - import host from compute resource
Timo Goebel
11:23 AM Refactor #18957 (Ready For Testing): Notifications to redux
The Foreman Bot
10:14 AM Bug #14160 (Ready For Testing): VMware image-based provisioning: 'configSpec.bootOptions.bootOrder' parameter incorrect
The Foreman Bot
09:57 AM Revision e53fd8e1 (foreman): refs #18950 - wait for CR test connection to complete
Dominic Cleal
09:04 AM Refactor #18975: Store info about relevancy of a host status in database
As discussed today in person, the problem is not the relevant? method and it can't be stored in DB since some host st... Marek Hulán
04:39 AM Refactor #18975: Store info about relevancy of a host status in database
can't we just revert to the old behavior by using the host status attribute as a global status? and change the UI tha... Ohad Levy
04:31 AM Refactor #18975 (New): Store info about relevancy of a host status in database
Right now, we need to calculate the host status on per-host basis. This leads to:
1. N+1 queries when the relevant...
Ivan Necas
09:00 AM Refactor #18982 (Ready For Testing): Refactor params hash iteration in Api::CompatibilityChecker#check_create_host_nested
The Foreman Bot
08:50 AM Refactor #18982 (Closed): Refactor params hash iteration in Api::CompatibilityChecker#check_create_host_nested
Api::CompatibilityChecker#check_create_host_nested iterates over nested attributes in a params hash and should work f... Dominic Cleal
08:21 AM Feature #18980 (Ready For Testing): create ssh keys page needs breadcrumbs
The Foreman Bot
08:04 AM Feature #18980 (Closed): create ssh keys page needs breadcrumbs
The create ssh keys page could use breadcrumbs to allow a user to go back to the current user. Timo Goebel
08:01 AM Bug #18264 (Closed): when adding ~1000 hosts to host group, getting "414 URL too long"
Applied in changeset commit:f82a666dbbed5e906f2016c3652cc2c5207f3c59. Amir Fefer
07:12 AM Revision f82a666d (foreman): Fixes #18264 - change select multiple host actions to POST
When selecting large amount of hosts for bulk action,
url is getting too long and may cause 414 error.
To avoid that,...
Amir Fefer
07:01 AM Refactor #18976 (Closed): HostsControllerTest REMOTE_USER tests should not assume format of subsequent requests
Applied in changeset commit:0bb4a75c0025cbb0ef29c0e3a029d1fe44b864cd. Dominic Cleal
05:09 AM Refactor #18976 (Ready For Testing): HostsControllerTest REMOTE_USER tests should not assume format of subsequent requests
The Foreman Bot
05:03 AM Refactor #18976 (Closed): HostsControllerTest REMOTE_USER tests should not assume format of subsequent requests
Under Rails 5.0, two HostsControllerTest tests fails:
HostsControllerTest#test_0037_if only authorize_login_de...
Dominic Cleal
06:38 AM Revision 0bb4a75c (foreman): fixes #18976 - separate tests with different request formats
When making a JSON format request followed by a request with no explicit
format, Rails 5 is now memorising that it's ...
Dominic Cleal
05:43 AM Feature #18978 (New): add ability to create API-only users that cannot log in via web UI
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1434590
Description of problem:
Some customers have scr...
Marek Hulán
05:40 AM Bug #18977 (Ready For Testing): Do not raise an exception when creating a role during plugin initialization
The Foreman Bot
05:37 AM Bug #18977 (Closed): Do not raise an exception when creating a role during plugin initialization
When a plugin defines a role depending on a permission added by core's seeds, the plugin will fail to initialize on a... Adam Ruzicka
04:40 AM Bug #18974: Host configuration chart should not include irrelevan hosts
also, i assume this issue should belong to katello? Ohad Levy
04:40 AM Bug #18974: Host configuration chart should not include irrelevan hosts
why are they hosts to begin with? Ohad Levy
04:28 AM Bug #18974 (New): Host configuration chart should not include irrelevan hosts
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1434607
The Dashboard Widget called "Host Configuration C...
Ivan Necas
04:35 AM Packaging Revision 4e0999da (foreman-packaging): Automatic commit of package [rubygem-foreman_bootdisk] minor release [9.0.0-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
04:30 AM Packaging Revision e07fe020 (foreman-packaging): Update foreman_bootdisk to 9.0.0
Dominic Cleal

03/21/2017

07:26 PM Installer Revision 03df8ee6 (puppet-candlepin): External Postgresql Support and a little refactoring
also increase minimum version of puppetlabs-postgres to 4.2.0 Klaas Demter
04:01 PM Bug #18948 (Closed): User logged in via SSO is redirected to login form after session expiration instead of auto re-login
Applied in changeset commit:70f7a9b993e98a738e691db6a2deb6b87e9b482b. Anonymous
04:01 PM Feature #18949 (Closed): Include information about current user when loggin
Applied in changeset commit:0ed2c98cbb18ec3e4085863e879924bbf3b18899. Ivan Necas
03:45 PM Installer Revision 2b52ff9c (puppet-katello): refresh services when certs change
This commits adds code to refresh services when certs change.
Previously, this has been done in puppet-certs module.
Timo Goebel
03:45 PM Installer Revision a94e8b19 (puppet-certs): Deploy CA cert for Foreman to talk to proxy
Eric Helms
03:29 PM Revision 70f7a9b9 (foreman): Fixes #18948 - correctly relogin user with SSO sessions
Marek Hulán
03:04 PM Revision 0ed2c98c (foreman): Fixes #18949 - info message about current user
Ivan Necas
02:26 PM Smart Proxy Bug #18970 (Rejected): Failed to add DHCP reservation for <host>(<IP> / <MAX>): Entry already exists
After I create new, delete, and create (the same) host, I run into the following error:
Create DHCP Settings for dl3...
Dmitry Okun
01:01 PM Refactor #16288 (Closed): Move ace editor from bundle to npm
Applied in changeset commit:71f05b789a95300b4e51f957492166e3cd7b1840. Ohad Levy
05:05 AM Refactor #16288 (Ready For Testing): Move ace editor from bundle to npm
The Foreman Bot
12:05 PM Revision 71f05b78 (foreman): fixes #16288 - moves ace editor to webpack.
I've tried to limit changes to minimum, besides fixing lint errors i've:
- moved to brace package (as its compatable ...
Ohad Levy
10:38 AM Feature #18966 (New): Make it easier to add OS-specific icons
Hard-coding the list of OS icons just means that the Foreman project becomes responsible for handling every single op... Alexander Olofsson
08:54 AM Revision d2931ac9 (foreman): refs #18760 - exclude test routes from permission checks
Running test/controllers/concerns/csv_responder_test.rb and
access_permissions_test in sequence (e.g. in `rake test`)...
Dominic Cleal
07:44 AM Smart Proxy Refactor #18962 (Ready For Testing): Make isc dhcpd file parser accessible to 3rd party providers
The Foreman Bot
07:40 AM Smart Proxy Refactor #18962 (Closed): Make isc dhcpd file parser accessible to 3rd party providers
This is required for https://github.com/theforeman/smart_proxy_dhcp_remote_isc Anonymous
04:20 AM Packaging Revision ca700a62 (foreman-packaging): Automatic commit of package [rubygem-dynflow] minor release [0.8.21-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
04:19 AM Packaging Revision 544bafb8 (foreman-packaging): Automatic commit of package [rubygem-concurrent-ruby-edge] minor release [0.2.3-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
04:18 AM Packaging Revision 65bbdd96 (foreman-packaging): Automatic commit of package [rubygem-concurrent-ruby] minor release [1.0.3-1.fm1_15].
Created by command:
/usr/bin/tito tag --keep-version
Dominic Cleal
04:17 AM Packaging Revision 48c5f9d3 (foreman-packaging): Merge pull request #1560 from dLobatog/rpm/dynflow-21
Update dynflow to 0.8.21 Dominic Cleal
01:38 AM Installer Revision 0758e06b (puppet-certs): Introduce certs::keypair
Ewoud Kohl van Wijngaarden
 

Also available in: Atom