Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d6c44dcf 02/02/2022 06:02 PM Lukas Zapletal

Fixes #34360 - prepare for Host Reports migration

Signed-off-by: Lukas Zapletal <>

7364916b 01/27/2022 07:59 PM Lukas Zapletal

Fixes #34302 - associate CentOS_Stream OS with the templates

Signed-off-by: Lukas Zapletal <>

16701e6b 01/03/2022 09:27 AM Dominik Matoulek

Fixes #33470 - Adding support for CentOS Stream

The facts from Stream has not yet supported in Foreman. This PR adds correct recognition for all parsers.

aeaad75c 11/24/2021 11:45 AM Marek Hulán

Fixes #33981 - fix the RHEL OS name parsing

When the parser lived in the foreman_ansible plugin, it started to
prefer the lsb facts over the distribution one, which is correct
behavior. See
https://github.com/theforeman/foreman_ansible/commit/ba50f37a00fb55c9695b5ef0cb80987f8eb532f8...

b6755afe 11/04/2021 08:17 AM Alexander Olofsson

Fixes #33769 - Windows client installation type

This will currently only handle a single difference - Windows Server vs
Windows. Not things like Windows Server Standard vs Windows Server Core,
or Windows vs Windows Education, etc.

8fa4f74b 10/31/2021 01:38 PM Lukáš Zapletal

Refs #23936 - disable NIC fact parsing on Windows

0d08d7a6 08/11/2021 03:22 PM Kamil Szubrycht

Fixes #31049 - Introduce server CA file setting

cc63685d 07/21/2021 10:27 AM Dominik Matoulek

Fixes #32548 - Moving Salt fact parser to Core

Moving Salt fact parser from Salt plugin to Core for better refactoring of parsers logic

bd688271 06/16/2021 11:50 AM Dominik Matoulek

Fixes #32518 - Moving Ansible fact parser

Moving Ansible fact parser from Ansible plugin to Core for better refactoring of parsers logic

9d93ecea 04/08/2021 09:17 AM Dominik Matoulek

Fixes #32170 - Adding total_disk_size to host facets

This PR introduced new parameter to hosts facets. Parameter is a total
disk size that is included in Discovery plugin at own. However that
means that we have to maintain a two "facets like" codes at one time...

477d457c 01/06/2021 11:02 AM Ondřej Ezr

Fixes #31213 - hostgroup API facets extension point (#8115)

  • Fixes #31213 - hostgroup API facets extension point

Adds Facet extension points for Hostgroup API responses.
Refactor refresh for facets, to ensure all run just once.

Now the already registered entries are being run once the facet entry point is configured....

5d61c18f 05/03/2020 07:25 AM Lukáš Zapletal

Fixes #29110 - updated fact parser to handle v3 debian OS (#7482)

9a25215c 04/01/2020 01:17 PM Marek Hulán

Fixes #1513 - distinguish between RHEL 7 Server and Workstation

When facts are received we parse them and create/assign the operating
system of a host accordingly. We didn't correctly detect the right RHEL
7 distribution and considered every RHEL 7 as Server. For people having...

99002250 09/26/2019 10:45 AM Lukas Zapletal

Fixes #27685 - use networking::primary for detection

173b7f9c 08/01/2019 10:07 AM Timo Goebel

fixes #26727 - import host with bonded primary interface

870c50ad 06/20/2019 01:20 PM Timo Goebel

fixes #26627 - rake task to render templates from dir

bbc84f6f 04/26/2019 01:45 PM Timo Goebel

fixes #26612 - snapshots for nested snippets

401aac82 11/14/2018 12:14 PM Ewoud Kohl van Wijngaarden

Fixes #25451 - Make certificate loading robust

This is copied from Katello's app/services/cert/rhsm_client.rb with
added tests.

1e48b110 10/08/2018 11:28 AM Herwig Bogaert

Fixes #24744,#24873 - facter 3.x initial support

d73b9198 12/26/2017 08:25 AM Timo Goebel

fixes #3763 - extend rabl templates

6864f7de 10/09/2017 09:29 AM Sean O'Keeffe

Fixes #21232 - verify IP sans when authenticating a SP

ef9f2f9d 12/09/2016 03:51 AM Trey Dockendorf

Fixes #6006 - Add options to disable updates from facts

Add option ignore_facts_for_operatingsystem:
do not update system's operating system based on facts
Add option ignore_facts_for_domain:
do not update system's domain based on facts
13875289 11/16/2016 12:39 PM Dominic Cleal

fixes #17335 - parse Solaris update as minor version

Also fixes idempotency of OSes with only a major version (as Solaris
was prior to this change), where `minor` was nil instead of "", causing
the OS to be recreated with a validation error.

ea98080f 09/24/2016 03:20 AM Dominic Cleal

fixes #16557 - move tests into modern Rails layout

Models, controllers, mailers and helpers are now in test/ subdirs
matching app/ subdirs. Service, miscellaneous and old test/lib/ tests
are now in test/unit/ separated from models, which obsoletes the custom...

208d9743 01/24/2016 08:11 AM Ondřej Pražák

Fixes #13079 - Conditionally hide the pagelets

3ba1fa7c 10/28/2015 09:48 AM Timo Goebel

fixes #12127 - verify x509 subject alternative names when authenticating a smart proxy