Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  migrate
  openid-store
  seeds.d
schema.rb.nulldb 141 Bytes
seeds.rb 482 Bytes

Latest revisions

# Date Author Comment
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.

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...

f5bfce8b 04/06/2021 01:57 PM Tomer Brisker

Fixes #32242 - Drop db_pending_migration setting

This setting was used in the past by the installer to determine whether
or not the database needs to be migrated, but that is no longer the
case.

8609ef84 03/18/2021 01:21 PM Ewoud Kohl van Wijngaarden

Fixes #30779 - Implement ActionDispatch::RemoteIp (#7960)

The ActionDispatch::RemoteIp middleware can provide the remote IP
correctly as a property of the request object. This looks at
X-Forwarded-For headers while stripping out reverse proxies and falls...

26a20e66 03/12/2021 04:40 PM Leos Stejskal

Fixes #31663 - Registration templates usability issues (#8256)

- New template kind 'Host initial configuration' for
host configuration after the registration.
- Registration templates (like 'Global Registration')
cannot be assigned to operating system...

6a06b63c 01/20/2021 11:24 AM Lukas Zapletal

Fixes #31571 - CentOS Stream installation media

d60d1cb1 01/15/2021 05:40 PM Marek Hulán

Fixes #31637 - nilify http proxy credentials

Recently a HTTP form password field changed and is disabled unless user
explicitly sets the password. From the HTML forms nature, if user does
not specify any value in the text field, server receives the value as an...

d7cf0967 12/24/2020 01:54 PM Shira Maximov

Fixes #31551 - remove ovirt_use_v4 from oVirt CR attributes

ef4f8259 12/04/2020 01:10 PM Lukas Zapletal

Fixes #31147 - extend StatusCalculator to use 64 bits

e801f761 11/06/2020 11:55 AM Tomer Brisker

Fixes #31258 - Don't fail migration if setting is hardcoded

If the puppetrun setting has been hardcoded in settings.yaml, it will be
marked as readonly causing the migration attempting to delete it to
fail. Since settings have no associations and we don't need callbacks to...

View revisions

Also available in: Atom