Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  foreman

Latest revisions

# Date Author Comment
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

4a9439a1 04/27/2017 03:27 AM Petr Benas

Fixes #19377 - available_flavors for OpenStack

fixes GET /api/v2/compute_resources/:id/available_flavors resulting in
"Not implemented for OpenStack".

736cb75f 04/10/2017 11:54 AM Ivan Necas

Fixes #19236 - handle situation when host is destroyed oVirt

The issue was introduced in 4269abbd, where we replaced the
`OVIRT::OvirtException` error by `ActiveRecord::RecordNotFound` in
`find_vm_by_uuid method`, but we haven't updated the corresponding...

4c351621 03/27/2017 06:58 AM Ori Rabin

Fixes #12272 - Support multiple certificates in ovirt resource

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

fixes #18064 - import host from compute resource

1d5f6c2f 03/08/2017 04:16 AM Bernhard Suttner

fixes #18815 - VMware vSphere Disk Mode support

f394cd91 02/14/2017 04:42 AM Timo Goebel

fixes #18373 - vmware: do not pass automatic firmware to vm

6d4420ba 02/09/2017 10:14 AM Shimon Shtein

Fixes #14716 - Added option to transform thin template to thick

Unfortunately, it's a single setting for all disks - you can't choose
which disks (inherited from templat) will be thin and which not.

For new disks, the logic remains the same - "thin" flag would be used.

b7cb8e5f 02/09/2017 08:10 AM Timo Goebel

fixes #18366 - vmware: delete vm only if created with errors

View revisions

Also available in: Atom