Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
4a720456 04/22/2021 06:15 PM Martin Schlossarek

Refs #32372 - correct remaining paths

bb4633bcd4facc339a8099f4a8e89312323d8b61 refactored the atomic kickstart but
used an incorrect path for logs in the %pre section. This corrects it.

8137b14c 04/22/2021 03:12 PM Ondřej Ezr

Fixes #30862 - introduce SettingRegistry (#8002)

SettingRegistry keeps all the setting information as set of SettingPresenters in memory.
This registry should be the public API for accessing setting values and keeps all the information about settings.
That will allow dropping all information except `name` and `value` from database....

ceb276fb 04/22/2021 08:34 AM Martin Schlossarek

Fixes #32372 - Correct path for logs in kickstart

bb4633bcd4facc339a8099f4a8e89312323d8b61 refactored the kickstart but
used an incorrect path for logs in the %pre section. This corrects it.

f3231f62 04/22/2021 08:27 AM Amit Upadhye

Fixes #31790 - always delegate bootserver IP resolution to smart proxy

In 60c03b6a2e92c432ee66f2b27da634954c1b646c (reverse) DNS search for TFTP
server (bootServer) was delegated to the Smart Proxy if was supported, as
signaled via the dhcp_filename_hostname capability. At the same time, in...

befa5578 04/21/2021 08:53 AM Ondřej Ezr

Fixes #24351 - chart click through search

Fixes long lasting regression of charts on dashboard not being clickable through.
Adds posibility to specify custom filters for chart segments.
Moves click handler from DonutChartService to ChartService, as there is no reason for...

d8619496 04/20/2021 11:05 AM Bernhard Suttner

Fixes #32252 - block ip during host creation

Block the IP during host host creation if IPAM internal db or random db is used.

The block ip mechanism is not used for DHCP IPAM because the IP
reservation is done on the smart proxy side.

4c47e3df 04/20/2021 09:15 AM Nadja Heitmann

Fixes #32295 - Fix Puppet service for Debian provisioning

This is a workaround for a Puppet bug where the provider is incorrect
and the service ends up not being enabled.
https://tickets.puppetlabs.com/browse/PUP-10963

b264a1e1 04/19/2021 03:57 PM Ondřej Ezr

Refs #30784 - MemoryAllocation use react helper

In 8a9922fd we've removed `byte_size_f` last usage.
This is moving the byte_size_f to render the React component, to
seamlessly integrate into the form without breaking any plugins that
were possibly still using it....

8c84f4f5 04/19/2021 02:39 PM Leos Stejskal

Fixes #31687 - Host Registration - Repository & GPG keys (#8402)

New feature in `Global Registration template` for adding
repository & gpg key before the host registration starts.

For adding repository (& key), users needs to specify
two parameters: `repo` & `repo_gpg_key`.

bf56104d 04/19/2021 02:18 PM Leos Stejskal

Fixes #31743 - Template macro install_packages (#8298)

For package installation on supported OS families: Red Hat, Debian & Suse.
In host registration users can now install packages
by setting the `host_packages` parameter.

Also if a snippet `host_init_config_post` is defined, it gets added to the registration script.

View revisions

Also available in: Atom