Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

f5ea70ad 06/13/2018 10:26 AM Zachary Bedell

fixes #23909 - vsphere: prefer network search by key

Creating a new VMware image fails during provisioning with
"Could not match network interface". Searching for distributed
virtual switch via key BEFORE searching with the nic_attrs structure
resolves a false positive match when vCenter contains VDS migrated...

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

Fixes #19839 - Fix Rails/Present cop

20b2ec5b 04/05/2018 11:56 AM Michael Moll

Fixes #22331 - Fix Rails/Presence cop

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

Fixes #19907 - Configure Style/TernaryParentheses 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

38964973 09/22/2017 11:45 AM Dominic Cleal

Fixes #20957 - Replace alias_method_chain with Module prepend

Deprecated in Rails 5.0 and will be removed in 5.1. Some instances of
classes overwriting existing methods can be handled with `super`, other
concerns or modules are changed to use prepend instead of include....

07ff65c0 08/24/2017 04:52 AM Ivan Necas

Fixes #19113 - use fog-ovirt method for rebooting

While fixing the waiting for stopped vm in reboot there.

23abc7dc 07/23/2017 12:12 PM Klaas Demter

refs #19623 - fix if key method is not present for network

credit to jsherrill for the one line solution :)

cccc26e7 06/27/2017 02:56 PM wiad

Fixes #19623 - add comparison to portkey for vmware networks

704659e6 05/01/2017 05:54 AM Ben Plessinger

fixes #19419 - fix invalid syntax in aws fog extention

Fix invalid syntax in server.rb

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

fixes #18064 - import host from compute resource

d4af7cae 12/14/2016 11:56 AM Ivan Necas

Fixes #5483,#11106 - pass the virtualswitch value to fog

We can't pass the network id directly to the fog, but it accepts the
virtualswitch parameter, that we can use to point to the right value.

Also, it fixes another issue, where we used the vsphere network id to...

acf4b687 11/15/2016 07:13 AM Dominic Cleal

fixes #17340 - assign IPv6 address to Rackspace CR hosts

59b4c497 10/17/2016 10:00 AM Ondřej Pražák

Fixes #16737 - Show correct folder level

eabbbeb4 09/06/2016 01:44 PM Marek Hulán

Fixes #2314 - fine grain for RAM selectors

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

Fixes #15924 - Implement server groups and scheduler hints

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

Refs #3809 - Turning on the AndOr cop

34190cee 05/24/2016 10:16 AM Timo Goebel

fixes #3910 - add cdrom drive support for vmware

2af9eb1c 05/24/2016 07:05 AM Ivan Necas

Fixes #15151 - properly convert Fog VMs to_s

Useful for power action pop up alerts to avoid the nasty inspection
strings.

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

Refs #3809 - Turning on some rubocop cops

a977bd3b 02/16/2016 05:01 AM Daniel Lobato Garcia

Fixes #13557 - Rubocop enforce specifying a timezone

Rubocop can enforce what timezone to store in the database ,
so we can ensure everything is stored using UTC and we don't
miss these things in code reviews. When objects are displayed,
they must use the time provided by set_timezone in the...

72eececc 12/02/2015 07:06 AM Daniel Lobato Garcia

Fixes #12523 - Openstack does not work with Fog 1.36

Problem:
In a recent refactor of Openstack in Fog, defining @identity_connection
was moved to a class method. This causes it to be unavailable in
instances of Fog::Compute::Openstack::Real which we use to retrieve...

9a9ec5b1 09/02/2015 06:01 AM Daniel Lobato Garcia

Refs #3809 - Enable Rails delegate cop

1fa8dcfb 06/16/2015 05:18 AM Daniel Lobato Garcia

Fixes #4551 - GCE provisioning support

Enable provisioning of VMs through Google Compute Engine. Volume-wise,
this is currently limited to creating a VM with an attached disk that
contains the image specified. Future enhancements should include
choosing any available disks to auto-attach the VM and not force the...

96fa0722 05/11/2015 11:08 AM Dominic Cleal

fixes #10261 - update fog to 1.30.0

0af12f79 05/05/2015 04:06 AM Shlomi Zadok

fixes #10030 - use override method to display templates in folders

4e21396f 04/27/2015 04:14 AM Francois Herbert

Fixes #10186 - find host NICs on vsphere using Network Distributed PortGroup

3f56eab2 04/09/2015 02:24 AM jslatten

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

a6474423 03/25/2015 02:44 AM Tom Caspy

fixes #6568 - showing ovirt template version if applicable

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

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

02cf7a53 12/28/2014 09:52 AM Tomer Brisker

Fixes #8796 - Fix to_gb size calculation and constentize

afe5425c 11/28/2014 05:53 AM Shlomi Zadok

fixes #8356 - refactor reset method for libvirt

6e916e52 10/26/2014 02:25 PM Shlomi Zadok

Fixes #746 - Generate all the Host template when click on Build to avoid errors during installation

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

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

70b5b765 08/18/2014 09:42 AM Ohad Levy

fixes #5119 - ensure GCE can list images.

7e27bdf3 05/07/2014 12:00 PM Dominic Cleal

fixes #4590 - convert VMware SCSI controller type during creation

578e6f54 04/28/2014 02:24 PM Amos Benari

fixes #5132 hang when provisioning on ovirt 3.4

346b20ee 04/10/2014 08:26 AM Greg Sutcliffe

Fixes #4710, #2270 - Wait for VM to become ready before looking for IPs

33040495 04/09/2014 12:19 PM Rufus Post

fixes #2438 - Add image build capability to vsphere using templates

4963a970 03/12/2014 11:05 AM Greg Sutcliffe

Fixes #4616 - Add a Fog mixin for looking up EC2 IP addresses

3d03e334 03/11/2014 02:35 PM Dominic Cleal

fixes #4123 - libvirt imaging support using backing volumes

99527500 02/24/2014 11:43 AM Jimmi Dyson

fixes #4015 - support oVirt using templates like images

41ee835f 02/14/2014 11:09 AM Martin Matuška

fixes #3496 vSphere: add support for selectable SCSI controller

88daf556 02/13/2014 06:02 PM Joseph Magen

fixes #3980 - Compute profiles not rendering Openstack attributes correctly

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

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

4f8049c5 11/20/2013 10:44 AM odgrim

fixes #3698 - add image_id alias to server resource as form uses it

d1fa5fa3 09/08/2013 02:11 PM Romain Vrignaud

fixes #1719 - Add support for GCE

beed05de 09/07/2013 12:34 PM Mark O'Shea

fixes #1871, #1879 - add VPC support to EC2 compute resource

Based on patch from Romain Vrignaud <>

a6ce3c99 08/29/2013 09:00 AM Daniel Lobato Garcia

fixes #2891 Openstack power control operations support

Compute resource helper Strings should be possible to translate

Compute resource permission to pause vms

Tests for Openstack VM pausing/resuming

VMs UI shows only available actions

I18n string issues. Vm power state cannot be properly translated yet...

369d43c3 07/19/2013 05:31 AM Joseph Magen

fixes #2411 - move lib/audit_extensions lib/fog_extensions lib/foreman to models/concerns

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

fixes #2739 - add ActiveSupport::Concern syntax to mixins