Project

General

Profile

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

Latest revisions

# Date Author Comment
a8d5cb3c 11/08/2016 07:00 AM Lukas Zapletal

Fixes #17006 - added SSH BMC provider

74002ce3 11/07/2016 03:03 PM Justin Sherrill

Fixes #16546 - update facts on existing hosts

when create_new_host_when_facts_are_uploaded is set to false

350c9f8f 11/03/2016 11:42 AM Timo Goebel

fixes #17071 - set ip after acquiring compute details

9e52b97b 11/02/2016 02:56 AM Marek Hulán

Fixes #17103 - search ignored taxonomies

When searching for ProvisioningTemplate we should respect also host
taxonomies ignore list.

525e3213 10/31/2016 04:27 AM Dominic Cleal

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

a390cfb7 10/24/2016 05:05 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.

4090ccb5 10/13/2016 05:44 AM Daniel Lobato Garcia

Fixes #6492 - ipmi_boot permission renamed to ipmi_boot_hosts

Authorizer expects permission names to follow a convention
'action'_'controller'. However this permission was not following it, and
this prevented the permission from being applied properly.

Before this fix, only admins could call ipmi_boot. I've also added a...

a4d7a037 10/07/2016 02:51 AM Marek Hulán

Fixes #12864 - verify host owner taxonomies

4d0870ad 10/04/2016 12:38 PM 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,...

dc212679 09/23/2016 09:45 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.

View revisions

Also available in: Atom