Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d7c67746 06/20/2018 07:20 AM Michael Moll

Fixes #19873 - Fix Style/MultilineIfModifier cop (#5705)

  • Refs #20891 - fix for new rubocop rules
  • Fixes #19873 - Fix Style/MultilineIfModifier cop
e0910b7e 06/12/2018 03:06 PM Michael Moll

Fixes #23857 - Fix Performance/InefficientHashSearch cop

f57d42f5 06/10/2018 05:49 PM Tristan Robert

Fixes #23859 - Fix vm_exists? method

Fix related tests

2a6bce4d 06/10/2018 05:49 PM Tristan Robert

Fixes #23859 - Queue orchestration compute

68388bc2 04/26/2018 04:29 PM Michael Moll

Fixes #19781 - Fix Layout/LeadingCommentSpace cop

d7a9d13f 04/12/2018 12:06 PM Ivan Necas

Fixes #23145 - fix strong params for compute attributes on fail (#5412)

3cd8c84b 04/11/2018 07:21 AM Michael Moll

Fixes #19787 - Fix Layout/SpaceAfterComma cop

b03dcd1b 04/05/2018 11:56 AM Michael Moll

Fixes #23081 - Fix Style/SafeNavigation cop

ee360810 04/05/2018 11:56 AM Michael Moll

Fixes #19894 - Fix Style/RedundantParentheses cop

8ac0ffd9 04/05/2018 11:56 AM Michael Moll

Fixes #19832 - Fix Rails/FindBy cop

5f10b6af 03/16/2018 12:57 PM Lukas Zapletal

Fixes #21120 - orchestration tasks are added only once (#5079)

c6294926 02/15/2018 09:21 AM Lukas Zapletal

Fixes #17083 - log skipped orchestration steps

da9865b8 01/15/2018 04:28 PM Michael Moll

Fixes #19907 - Configure Style/TernaryParentheses cop

b04c8304 01/15/2018 04:28 PM Michael Moll

Fixes #19879 - Fix Style/NestedParenthesizedCalls cop

e876cc34 12/27/2017 09:59 AM Michael Moll

Fixes #22078 - Fix Rails/EnvironmentComparison cop

98433fce 12/19/2017 12:23 PM Lukas Zapletal

Fixes #21120 - DHCP update no longer queued twice

69205f5c 12/15/2017 03:34 PM Tomer Brisker

Fixes #19772, #19773, #19774 - Fix some empty line cops

0e8f2cac 07/18/2017 08:30 AM Ondřej Pražák

Fixes #19677 - Add settings for local boot templates

cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

2dc6e2dd 05/28/2017 01:35 PM Martin Ducar

Fixes #19459 - improve vm boot failure feedback

To be able to override the wait for vm ready we need to move
it to compute resource definition. Also improve Openstack one

04d9f6ed 05/17/2017 04:12 AM Lukas Zapletal

Fixes #19534 - improved orchestration task logging

006929d1 04/21/2017 05:18 AM Timo Goebel

fixes #19328 - autosign tasks have correct wording

fd8bf7f1 03/28/2017 04:49 AM Lukas Zapletal

Fixes #15374 - move progress_report_id to Host::Base

637da2f2 03/22/2017 11:34 AM Timo Goebel

fixes #18064 - import host from compute resource

f6c313fb 02/21/2017 08:12 AM Timo Goebel

fixes #17533 - provision dhcp for bond child macs

a4e1e08c 02/10/2017 07:22 AM Ivan Necas

Fixes #3541,#13769 - return true on success of ssh orchestration

Strange things start happening otherwise.

2309e9e1 01/31/2017 06:16 AM Adam, Till - D0249540

fixes #18216 - volume size editable for existing VMs one

96983205 01/09/2017 09:50 AM Marek Hulán

Fixes #16782 - reset dhcp record cache after mac change

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

fixes #17853 - resolve ips in interface scope

edadebee 12/13/2016 07:36 AM Timo Goebel

fixes #17485 - provision tftp for bond children

27752930 11/25/2016 02:43 AM Kavita Gaikwad

Fixes #17343 - set deep munge config off

deep_munge was introduced as a solution to keep
Rails secure by default which results in
'empty array becomes nil in params'.
Thats why, set deep_munge config off in application.rb.
Also, added changes which will cast param argument to string...

350c9f8f 11/03/2016 11:42 AM Timo Goebel

fixes #17071 - set ip after acquiring compute details

b7cc39f8 11/03/2016 10:19 AM Dominic Cleal

fixes #17197 - don't update DNS on ip6 change to empty string

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

fixes #16951 - ipv6 compute orchestration

25f058c5 10/13/2016 05:10 AM Timo Goebel

fixes #16819 - rebuild tftp with template kinds

088c8f3d 09/07/2016 07:58 AM Guido Günther

Fixes #16439 - Don't fail recreate if DNS is ok

If rebuilding a host and DNS is not "feasible" we don't want to fail
that host but rather recreate what's currently feasible.

If a DNS record is still valid we don't want to fail that host but
rather take the still valid entry.

56f51d58 09/06/2016 11:34 AM Timo Goebel

fixes #15590 - ipv6 tftp orchestration

5df816dc 08/25/2016 02:59 AM Dominic Cleal

refs #12634 - remove blank i18n string, match capitalisation

4cbf879e 08/24/2016 06:41 AM Lukas Zapletal

Fixes #12634 - New HW Model flag pxe_loader

Implementation of

https://github.com/theforeman/rfcs/blob/master/text/0001-PXE-Booting-UEFI.md

In short, new host/hostgroup flag PXE loader is added to specify TFTP
DHCP filename and Foreman now orchestrates all PXE-capable templates...

e263719a 07/25/2016 05:18 AM David Davis

Refs #3809 - Using defaults for AndOr cop

bbb2ea13 07/21/2016 04:26 AM Michael Moll

fixes #15709 - fix SuSE mediapath in PXELinux templates

287082a5 07/12/2016 04:41 AM David Davis

Refs #3809 - Turning on the AndOr cop

3442a707 07/11/2016 01:03 PM Timo Goebel

fixes #15635 - tests for dns orchestration

d6bc6b86 06/29/2016 11:42 AM Shimon Shtein

Fixes #15306 - Catches exceptions in the orchestration

041436c8 06/24/2016 09:21 AM Timo Goebel

fixes #14663 - support IPv6 DNS orchestration

e2163020 06/07/2016 10:36 AM Ondřej Pražák

Fixes #14955 - Show nice message for invalid mac, ip

9d56081f 06/02/2016 09:56 AM Timo Goebel

fixes #14664 - support IPv6 in Nic, Hosts and Hostgroups models

c3db9892 05/31/2016 05:13 AM Lukas Zapletal

Fixes #6539 - missing templates error is now descriptive

db140f2a 05/26/2016 10:47 AM Dominic Cleal

fixes #14905 - enable DHCP orchestration with any boot mode

DHCP orchestration remains useful to set up PXE booting to start the
provisioning process, even when a static boot mode because the boot mode
is typically applied later through templates. It's also useful in image...

5351c86f 05/17/2016 05:01 AM Timo Goebel

fixes #12425 - do not trigger orchestration during fact import

4b52895a 05/17/2016 03:56 AM Timo Goebel

fixes #14642 - support AAAA and PTR-Records in dns lib

f4459c11 05/12/2016 09:56 AM David Davis

Refs #3809 - Turning on some rubocop cops

c7bb92a9 04/12/2016 08:39 AM Lukas Zapletal

Fixes #14521 - better error on missing PXELinux template

5e74b082 04/12/2016 06:57 AM Ivan Necas

Fixes #6959 - set operating system for RHEV/ovirt VMs

Backward compatible, but works best with https://github.com/abenari/rbovirt/pull/104

4c512942 04/11/2016 11:42 AM Ivan Necas

Fixes #13986 - don't use image unless in image provisioning method

7cac0899 03/29/2016 09:35 AM Kyle Flavin

fixes #12962 - Add Xenserver to list of supported OS families.

Templates are included in community-templates repo.

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...

448b447e 09/17/2015 11:01 AM Lukas Zapletal

Fixes #11850 - improved DNS error message

da5a9c4e 09/16/2015 07:43 AM Lukas Zapletal

Fixes #11709 - better error for DNS conflict timeouts

2fba6ad7 09/14/2015 10:08 AM Ondřej Pražák

Fixes #2267 - general rebuild of TFTP, DNS, DHCP

ce6cae13 06/19/2015 09:38 PM Dmitri Dolguikh

Fixes #10072: Support for user-data during image-based provisioning with libvirt (used for creating of Atomic libvirt VM)

01e78260 06/09/2015 10:29 AM Ivan Necas

Fixes #10713 - improved backtrace logging

  • full trace in 500 page in production shows really the full trace
  • Foreman::Logging.exception as an unified entry point for exceptions logging
  • the backtrace cleaner doesn't delete the plugins
  • the orchestration exceptions gets the backtrace covered by logger...
510d53cd 06/09/2015 07:22 AM Marek Hulán

Fixes #7096 - Adds STI to templates

This commit converts Ptables to be just another type of Template so it
gets the same features as ConfigTemplate. ConfigTemplate was renamed to
ProvisioningTemplate to reflect UI and the name under it's commonly known.

ee55ec21 06/03/2015 03:52 AM Marek Hulán

Fixes #10684 - re-adding missing code

1ef36c07 05/22/2015 08:59 AM Stephen Benjamin

fixes #1510 - notification when host finishes building

8aeac1b7 05/14/2015 06:28 AM Eric-Olivier Lamey

Fixes #9170 - wrong nic order in libvirt domain

93dbb7e7 05/14/2015 04:24 AM Ori Rabin

Fixes #9634 - creating a host with an interface and without os returns a validation message

c7966090 05/13/2015 10:14 AM Tomáš Strachota

Fixes #9966 - More debug messages for matching nics from fog

ae274f95 05/11/2015 03:21 PM Ondřej Pražák

Fixes #10307 - editing host with 'unattended: false' no longer results in error

e60f0799 04/17/2015 07:31 AM Dominic Cleal

fixes #10020 - add next-server/filename attrs to provision NIC DHCP record

A host's DHCP record used to be constructed with PXE attributes in
Orchestration::DHCP, but moved to Nic::Managed during 43c4bd7. Nic::Managed
didn't add PXE attributes, so this commit adds these when provision? is set....

b99708ac 03/19/2015 07:38 AM Daniel Lobato Garcia

Fixes #6454 - Display error message when user_data is needed but not set

87c6feb2 03/08/2015 04:41 AM Baptiste AGASSE

Fixes #1536 - Foreman should check DHCP entries on build.

6d05514a 03/05/2015 07:31 AM Tomáš Strachota

Fixes #9480 - multiple NICs integration with compute profiles

From users point of view:
- interfaces setup in compute profiles is back
- interface related compute attrs get merged into host NICs upon compute
profile selection
- NIC overview table displays details in the column "Type"...

5440d482 02/26/2015 07:57 AM Greg Sutcliffe

Fixes #9147 - move managed checks to the start of the DHCP/DNS/TFTP orchestration checks

f23483a2 02/25/2015 03:29 AM Johannes Scheuermann

fixes #9397 - Make usage of @host.operatingsystem in UnattendedController consistent

Changed all host.os to host.operatingsystem

cd032085 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove classcheck cop

afe02d30 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cop IndentationConsistency

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

2d09a3cc 02/17/2015 04:50 AM Josh Baird

fixes #8953 - update IPA userclass param on realm update

52dbb104 02/16/2015 09:14 AM Stephen Benjamin

fixes #9369 - tftp should send host, not self to get the boot files uri

bb6a0bbe 02/08/2015 01:56 PM Marek Hulán

Fixes #9160 - use provision interface for image based provisioning

43c4bd72 01/27/2015 11:58 AM Marek Hulán

Fixes #7456 - Extract primary interface from host

Contributions from:

All host must have at least one primary interface and one provision (can...

2312cccf 11/19/2014 06:03 AM Daniel Lobato Garcia

Refs #3809 - Remove useless assignments

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

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,...

4d681ab1 10/01/2014 04:09 PM Lukas Zapletal

fixes #4672 - added template_name template variable

fb69591a 09/15/2014 07:32 AM Lukas Zapletal

Fixes #7418 - fixed capitalization for some AR errors

316d78c0 06/25/2014 04:44 PM Joseph Magen

[REFACTOR] refs #6229 - extract validation to a method

this enables plugins (e.g. katello) to override the validation when
requried.

f7b85549 06/19/2014 12:44 PM Ivan Necas

Fixes #6160 - don't validate images for network based provisioning

14646e77 05/16/2014 03:54 PM Greg Sutcliffe

Fixes #5637 - Don't raise lease conflicts when reading ad-hoc DHCP leases