Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
base.rb 3.19 KB
bmc.rb 947 Bytes
bond.rb 1.32 KB
bootable.rb 1.11 KB
interface.rb 1.28 KB
managed.rb 2.26 KB

Latest revisions

# Date Author Comment
ee1f56de 01/23/2015 06:51 AM Marek Hulán

Fixes #9044 - fixes invalid mac in tests

Also do not reset invalid mac address to nil so we can propagate proper
validation error.

177a281a 12/02/2014 03:53 AM Marek Hulán

Fixes #8433 - Fix type transformation for all ENC-able NICs

a95495bf 11/14/2014 11:45 AM Scott Seago

fixes #8377 - fixes uniq validation for nics without a host

This commit considers a nil host reference equivalent to a non-conflicting
one for the purposes of uniq_with_hosts validation.

bfcc8168 11/05/2014 03:52 AM Daniel Lobato Garcia

Refs #3809 - fix shadowing outer local variables

a1b2ee53 10/24/2014 12:04 PM Marek Hulán

Fixes #2089 - Add network configuration to ENC

cad1b13c 10/23/2014 05:18 AM Tomáš Strachota

Fixes #8005 - Convert allowed NIC types to strings

- allowed NIC type classes need to be registered now
- api for interfaces use lowercase human readable values for defining types
- fixed output of api's create action to the standard format

5da15d1a 10/20/2014 06:48 AM Tomáš Strachota

Fixes #7830 - interfaces api output is class specific

- per type rabl templates
- fixed api docs for interfaces

7a10a141 10/14/2014 05:38 AM Marek Hulán

Fixes #7934 - Set correct order of require_dependency

356b2e69 10/07/2014 05:49 AM Marek Hulán

Fixes #7401 - Add support for bonds

Renames physical_device to attached_to and move the virtual device
form out of BMC.
Extends the form for Bond devices
Allow configuration of bonds in KS template
Parsing of Bond interfaces from facts
Mac address is required only for physical devices

96144a47 10/06/2014 01:57 PM Daniel Lobato Garcia

Refs #3809 - Remove rubocop TODOs

Removed the following TODOs so that cops for these will run from now on:

Lint/AmbiguousOperator, DefEndAlignment, DeprecatedClassMethods
EnsureReturn, RequireParentheses, Void, BlockAlignment, EndAlignment,
UselessAccessModifier,...

View revisions

Also available in: Atom