Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
base.rb 8.22 KB
hostmix.rb 313 Bytes
managed.rb 33.6 KB

Latest revisions

# Date Author Comment
7a97233d 01/27/2015 11:08 AM Jiri Stransky

Fixes #9049 - Log exceptions when triggering a Puppet run

If an exception occurs during triggering a Puppet run from the UI,
user will be notified of the error in a flash message. If the
exception occurs when running the action non-interactively (e.g. from...

b18b21d3 12/15/2014 10:00 AM Greg Sutcliffe

Fixes #8546 - Namespace interfaces and subnets to avoid a facts clash

(cherry picked from commit d3b7f426959b7195ceedac1b9e719bfd1563af02)

474f5902 12/15/2014 10:00 AM Tomer Brisker

Fixes #7440 - correctly autocomplete current_user

(cherry picked from commit c9363b77e31215c46f706287db5ec2dfd29d42e5)

11ec731c 11/24/2014 12:50 PM Marek Hulán

Fixes #8456 - normalize addresses only if mac is being set

(cherry picked from commit f7bedf484daf4a647afb078666822d25aae0f016)

e9e0be61 11/24/2014 12:50 PM Marek Hulán

Fixes #7908 - normalize mac before host get saved

For some reason we save host without running valdiations when we import
attributes from facts. Therefore we have to take care of mac
normalization by ourselves. We have to normalize it just after setting
new value because save can occure anytime....

c5c28430 11/24/2014 12:48 PM Greg Sutcliffe

Fixes #8321 - correctly pull Compute Resource image method from compute attributes

(cherry picked from commit bde3e87fabeb2006508ee9eddf70f66010b9da74)

6e916e52 10/26/2014 02:25 PM Shlomi Zadok

Fixes #746 - Generate all the Host template when click on Build to avoid errors during installation

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

Fixes #2089 - Add network configuration to ENC

e768c976 10/22/2014 11:56 AM Tomáš Strachota

Fixes #6710 - unicode characters in url parameters

Original methods to_param defined on resources called name.parameterize
to get rid of url-unsafe characters. This function unfortunately also
stripped off unicode characters.

Changes:
- parameterization extracted into a separate module Parameterizable...

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

View revisions

Also available in: Atom