Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
base.rb 8.83 KB
bmc.rb 1.69 KB
bond.rb 528 Bytes
bridge.rb 169 Bytes
interface.rb 4.61 KB
managed.rb 3.62 KB
with_attached_devices.rb 1.01 KB

Latest revisions

# Date Author Comment
350c9f8f 11/03/2016 11:42 AM Timo Goebel

fixes #17071 - set ip after acquiring compute details

f77f6b91 11/03/2016 04:19 AM Timo Goebel

fixes #17187 - v6 ip not required when cr provides v4

b215c092 11/02/2016 06:18 AM Timo Goebel

fixes #16951 - ipv6 compute orchestration

ccbfab75 10/26/2016 06:00 AM Timo Goebel

fixes #17086 - export nic ipv6 address for ENC

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.

c1f41f89 10/17/2016 04:19 AM Timo Goebel

fixes #16900 - ensure interface mac address is unicast

72b2f9f2 09/20/2016 07:01 AM Dominic Cleal

fixes #16580 - redact BMC password in ENC/templates with setting

Passwords stored against BMC NICs are accessible by default via
nic.password in a template, even in safe mode (861a03b), and are also
exported in the ENC output. A new bmc_credentials_accessible setting...

12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

c773c0ef 07/19/2016 10:42 AM Tomer Brisker

Fixes #12193 - Stop using counter_cache for host[group] counts

This is aimed to prevent deadlocks caused by Rails' implementation of
counter_cache that is hit when multiple hosts are created or updated at
the same time. An added benefit is that the counters will now display...

8cf057c8 07/12/2016 08:08 AM Daniel Lobato Garcia

Fixes #15644 - Move enable/skip_orchestration to Host::Managed

skip_orchestration and enable_orchestration were called in Host::Base
when importing facts. These two methods could not be called there
because they come from the Orchestration mixin which Host::Base does not...

View revisions

Also available in: Atom