Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
base.rb 17.6 KB
hostmix.rb 300 Bytes
managed.rb 36 KB

Latest revisions

# Date Author Comment
a308c5b9 11/25/2016 09:30 AM Dominic Cleal

fixes #16866 - don't call orchestration skip if unattended is off

(cherry picked from commit 525e321360fe8e26823a683eb76744d36b32efc2)

16385b4f 10/25/2016 07:54 AM Timo Goebel

fixes #17041 - skips orchestration when importing facts

The orchestration callbacks only run if unless :skip_orchestration?,
however skip_orchestration? is not a method for Nic::Managed causing the
callbacks to always run, even if importing facts.

(cherry picked from commit a390cfb73dd55ed6735e9f8916699dc15415ce03)

d0dad658 10/25/2016 07:54 AM Dominic Cleal

fixes #16749 - improve NIC update performance during fact imports

- In get_facts_for_interface, replace regexes in hash key filtering
with simple String methods and simplify hash construction
- Change logger.debug to lazy evaluation for production performance,...

860e0c7d 10/25/2016 07:50 AM Lukas Zapletal

Fixes #16449 - reordered taxonomy detection during import

(cherry picked from commit c49eb07f93f6821d7a7cad518ef537cd9ca41478)

0a18d150 09/26/2016 07:39 AM Dominic Cleal

fixes #16547 - handle nil value from get_interface_scope

Since 7b75a6a, get_interface_scope may return no scope for managed hosts
when importing a physical interface not already known by MAC address.
(cherry picked from commit dc2126790aeaa0160f7e9ae6f8f86319b9f60e3d)

93de1a8b 09/26/2016 07:38 AM Lukas Zapletal

Fixes #16532 - fixed hostgroup architecture params

(cherry picked from commit 1e180a50e0d94d90670a3ad4271be94ebc29d6a1)

1c8e93cc 09/12/2016 11:39 AM Lukas Zapletal

Fixes #16424 - extracted create_new_host_when_facts_are_uploaded

(cherry picked from commit f0e9c7769eeaca238536f42e991508f372729a83)

56f51d58 09/06/2016 11:34 AM Timo Goebel

fixes #15590 - ipv6 tftp orchestration

d301d11d 08/26/2016 10:39 AM Ondřej Pražák

Fixes #14771 - Show corresponding os list for arch

4cbf879e 08/24/2016 06:41 AM Lukas Zapletal

Fixes #12634 - New HW Model flag pxe_loader

Implementation of

https://github.com/theforeman/rfcs/blob/master/text/0001-PXE-Booting-UEFI.md

In short, new host/hostgroup flag PXE loader is added to specify TFTP
DHCP filename and Foreman now orchestrates all PXE-capable templates...

View revisions

Also available in: Atom