Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
compute.rb 12.3 KB
dhcp.rb 5.81 KB
dns.rb 6.25 KB
puppetca.rb 2.18 KB
realm.rb 2.15 KB
ssh_provision.rb 4.36 KB
tftp.rb 5.09 KB

Latest revisions

# Date Author Comment
c2c01642 03/22/2016 07:12 AM Ivan Necas

Fixes #5859 - don't rely on a mac address being present when overriding the conflicts

We tried to initiate the `dhcp_record` for checking if conflicts were
there. The problem was the mac address was not available at that stage
when using the compute resources. It also turns out there is no need...

85c6f530 03/09/2016 10:50 AM Marek Hulán

Fixes #14113 - run dhcp orchestration only on DHCP subnets

d5b5059a 02/17/2016 10:14 AM Lukas Zapletal

Fixes #13084 - compute resource IP orchestration fixed

8bbfa2c3 02/04/2016 03:20 PM David Davis

Refs #12911 - Fixing colon method calls

d546fd0a 01/21/2016 10:48 AM Guido Günther

fixes #13297 - ssh_provision: try keyboard-interactive as well

With password auth try keyboard-interactive as well since (non PAM
based) password authentication might be disabled in sshd_config (as e.g.
on SLES12).

3ce9810b 01/12/2016 05:13 AM Imri Zvik

Fixes #12946 - Do not fail miserably when compute instance is not found.

2328beb5 11/30/2015 10:01 AM Timo Goebel

fixes #12517 - VMWare VM should be created network based only if it is selected in the gui

bd71155f 11/05/2015 10:30 AM Phirince Philip

fixes #12345 - fix sparc host creation

c919008a 10/16/2015 03:58 AM Jiri Machalek

Fixes #11987 - Check exit code of deployment scripts

This commit fixes checking exit codes returned from provisioning templates, which were ignored
because of sending results through pipe to command tee. Also adds optional host deleting if deployment
fails because of non zero exit code. This can be configured by setting clean_up_failed_deployment...

3b75c0a7 10/07/2015 04:33 AM Daniel Lobato Garcia

Fixes #12067 - Delegated methods need to be public, not protected

generate_pxe_template and require_ip_validation? are delegated to
primary interface on Host::Managed. However, these methods are
protected. On Rails 4, protected methods cannot be called through a...

View revisions

Also available in: Atom