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

9eb5b719 09/22/2016 06:28 AM Shlomi Zadok

Fixes #12535 - expose config_groups in ENC

1e180a50 09/22/2016 03:19 AM Lukas Zapletal

Fixes #16532 - fixed hostgroup architecture params

View revisions

Also available in: Atom