Project

General

Profile

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

Latest revisions

# Date Author Comment
91825902 01/26/2017 08:55 AM Timo Goebel

fixes #18102 - a host cannot be backed by the same vm

3fd6a0c1 01/24/2017 06:15 AM Dominic Cleal

fixes #18208 - replace audited-activerecord with audited (#4218)

ec3360d9 01/24/2017 04:13 AM Daniel Lobato Garcia

Fixes #16752 - Extract template code from Host::Managed

Host::Managed contains a lot of code related with determining the
template that a host should have. Other Host objects such as
Host::Discovered might need that logic, without becoming a
Host::Managed....

9883149a 01/11/2017 06:42 AM Amir Fefer

Fixes #6952 - Set hostgroup after provisioning from pxe

After hostgroup provisioning, when the machine has registered
with foreman, it should be in the same hostgroup.
to achieve this behavier, the fact foreman_hostgroup should be
added to hostgroup provisioning template

22439f75 01/04/2017 10:05 AM Daniel Lobato Garcia

Fixes #17680 - templates_used host helper

templates_used contains the names of all of the provisioning templates
kickstart used during a host build. This allows users to be able to
show the name of a provisioning template during PXEBoot, for example

477b6b6b 01/03/2017 04:40 AM Ondřej Pražák

Fixes #16740 - Access host params through macro

9c39317b 01/02/2017 05:24 AM Marek Hulán

Fixes #17886 - move config groups under parameters

997cdccf 12/29/2016 08:11 AM Timo Goebel

fixes #17853 - resolve ips in interface scope

976bf6e0 12/21/2016 10:42 AM Dominic Cleal

fixes #16792 - don't modify AR record attributes in-place

Rails 5 may call #freeze on strings passed in as an attribute during
validation, so attributes must not be edited in-place with gsub! and
similar methods.

ff5900e9 12/13/2016 10:14 AM Trey Dockendorf

Fixes #17257 - Allow specific configs to be recreated

View revisions

Also available in: Atom