Project

General

Profile

Download (9.25 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
630061d2 06/14/2018 09:50 AM Michael Moll

Fixes #19775 - Fix Layout/ExtraSpacing cop

56de025f 06/04/2018 12:19 PM Tomáš Strachota

Fixes #21580 - normalize compute attributes (#4980)

Normalizes compute attributes in API show actions. For backwards
compatibility reasons this patch adds a new rabl node instead of
replacing 'vm_attrs'.

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

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

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

Fixes #22079 - Fix Lint/UriRegexp cop

3e94c50c 11/21/2017 12:24 PM Daniel Lobato Garcia

Fixes #21675 - OpenStack create host tab fails to load

Currently the tab is not loading as there are a few methods that are not
being overridden properly by the FogExtension.

After fixing that and adding the metadata key the tab loads

0b6ec11e 11/15/2017 12:38 PM Anthony Chevalet

Fixes #12054 - Openstack v3 support

18439248 08/15/2017 10:28 AM Swapnil Abnave

Fixes #19326 - create compute-resource - URL optional

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

59e7136a 12/25/2016 04:05 AM Shlomi Zadok

Fixes #17015 - Adds Key pairs controller

94d13457 11/01/2016 03:13 PM Kęstutis Mizara

fixes #16091 - Fixed association Foreman host with Compute VM

5e813fae 08/08/2016 06:08 AM elad

Fixes #15924 - Implement server groups and scheduler hints

12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

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

Refs #3809 - Using defaults for AndOr cop

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

Refs #3809 - Turning on some rubocop cops

bd95cda6 04/05/2016 07:38 AM Dominic Cleal

fixes #14415 - check CR availability with Fog, not SETTINGS

Simplifies the code for checking compute resource availability, which
can easily be determined with the registered Fog providers instead of
being stored in SETTINGS in app initialisation. Plugins should always be...

f5c7a90e 02/12/2016 10:11 AM Daniel Lobato Garcia

Fixes #13356 - OpenStack volumes API v2 needs :name

Our code in uses :display_name as the name attribute to create
Openstack volumes.

Notice volume v2 API requires :name, while v1 just needs :display_name
https://github.com/fog/fog/blob/master/lib/fog/openstack/models/volume_v1/volume.rb...

92584f2e 02/08/2016 05:56 AM Imri Zvik

Fixes #12949 - Allow selection of external networks as main network in Openstack

3326499a 12/01/2015 07:17 AM Daniel Lobato Garcia

Fixes #7568 - Use attr_accessible for Rails 4 upgrade

19d5df3c 09/08/2015 08:15 AM Dominic Cleal

fixes #11341 - update fog to 1.34.0

8e452f76 08/25/2015 05:33 AM Tom Caspy

fixes #10130 - availability zones should be available in open stack

ca6e7a18 08/18/2015 04:34 AM Dominic Cleal

fixes #10997 - update fog to 1.33.0

f69f741a 07/14/2015 03:35 AM Daniel Lobato Garcia

Fixes #11023 - Pass identity_endpoint to Openstack Fog 1.32.0

776cff93 07/06/2015 07:00 AM Daniel Lobato Garcia

Fixes #10867 - OpenStack boot_from_volume is true only when checked

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...
3f56eab2 04/09/2015 02:24 AM jslatten

refs #4521 - Openstack Compute Resource: Boot from Volume on new Host

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

Refs #3809 - Remove cops for empty lines

81a02cde 02/11/2015 07:26 AM Tom Caspy

fixes #9249 - associated_host fixed for all compute resources

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

Refs #3809 - Remove useless assignments

36bbbfdf 11/07/2014 08:08 AM Stephen Benjamin

fixes #8302 - only return active images for openstack compute resources

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

Refs #3809 - Use parentheses in method definitions

e972c0e6 10/01/2014 07:09 AM Ohad Levy

fixes #3902 - [Openstack] allow selection of internal networks

This patch allows the user to select the internal network when deploying
a new instance in openstack.

In Grizlly, this was done automaticilly, with a nasty side effect, that
all internal networks would get assigned (didnt see that as i had only...

d21103bc 09/03/2014 09:11 AM Shlomi Zadok

fixes #4111 - Add image user data flag to API

ddce3dc1 04/30/2014 02:22 PM Amos Benari

fixes #4612 show friendly CR names, fix typo in oVirt name

acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
fd3f24f8 02/18/2014 06:13 PM jan kaufman

fixes #4125 [Openstack] - host with auto assigned IPs can't be deleted

2ebd2f22 01/20/2014 04:57 PM Joseph Magen

fixes #3867 - Wrong Compute Resource type shown on overview

fba2bf5f 01/15/2014 10:26 AM Greg Sutcliffe

Fixes #3927 - Allow VMs to provision via user-data

c6e02bd3 01/09/2014 07:43 AM Joseph Magen

fixes #3178 - add feature for compute profiles for hostgroups and hosts

f2c78d4a 10/15/2013 12:18 PM Joseph Magen

fixes #2741 - rails 3 syntax

805358df 09/06/2013 10:22 AM Jason Montleon

fixes #1923 - matches vms on a compute resource to hosts

d613acf0 08/13/2013 11:13 AM Daniel Lobato Garcia

Fixes #2169 Openstack uses tenants

d57e7979 07/19/2013 05:31 AM Joseph Magen

fixes #2411 - move STI models in /models and /lib/foreman/models to sub-folders