Project

General

Profile

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

# Date Author Comment
bb6aa56d 08/18/2015 04:35 AM Jakub Sliva

fixes #11274 - Unable to get resourcePoo

Cluster attribute full_path makes sense when there are intermediate folders (both between vCenter/datacenter and datacenter/cluster). There was a bug/typo in fog (https://github.com/slivik/fog/pull/1) and after it is merged this should work.

e7d21bf0 07/16/2015 05:55 AM Timo Goebel

fixes #5630 - fixes VMWare clone from template fails if VMWare is in foreign language

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...
7087017c 05/28/2015 02:55 PM Francois Herbert

fixes #10151 - Unable to get resourcePool

5d47a167 05/05/2015 04:09 AM Karim Boumedhel

Fixes #10305 - complete handling for cloudinit-like in vsphere feature

3059cea1 04/28/2015 11:48 AM Tom Caspy

fixes #9240 - in case of hash with indifferent access, serialize as hash

d76ca304 04/13/2015 11:31 AM Shlomi Zadok

fixes #9617 - rescue from empty vmware clusters

140cfe26 04/13/2015 05:55 AM Chad Walstrom

Fixes #10093 - VMware#create_vm calls clone_vm

Apply '.with_indifferent_access' to the args passed in to create_vm,
ensuring symbol test for args[:image_id] succeeds when args["image_id"]
is present.

f25e9797 04/13/2015 05:25 AM Francois Herbert

fixes #10087 - Pass nic_type to vm_clone

5b1f7529 03/24/2015 09:14 AM Karim Boumedhel

Fixes #8601 - Cloudinit userdata in VMware

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

ba2a9e1b 02/23/2015 10:07 AM Tomer Brisker

Fixes #9452 - correct capitalization of VMware

83e22d26 02/18/2015 05:07 AM Shlomi Zadok

fixes #8581 - [vmware] use cluster full path to create vm

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

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

Fixes #8796 - Fix to_gb size calculation and constentize

ebac69ce 12/28/2014 09:34 AM Shlomi Zadok

fixes #6540, #8335 - Add error to vmware when no datacenter, save password when testing connection

7a347c66 11/16/2014 07:48 PM Shlomi Zadok

fixes #8363 - Sort VMware attributes alphabetically

3d85bef8 11/05/2014 02:12 AM Lukas Zapletal

Fixes #8258 - CR provider errors with correct log level

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

553a0beb 09/22/2014 10:52 PM Joseph Magen

fixes #5896 - Set Compute Resource's 'Console passwords' option in API

fe1a2733 08/15/2014 08:12 AM Greg Petras

Fixes #6756 - exposes vmware resource pools and folders through the API

a52580f5 08/15/2014 08:12 AM Greg Petras

Fixes #6608 - expose disk usage info through available_storage_domains API

26975bf5 07/23/2014 04:38 AM Michael Moll

fixes #5760 - selectable VMware virtual HW version

c67f9c5e 07/07/2014 07:19 AM Greg Sutcliffe

Fixes #6099 - Bubble Fog::Errors up to Host

693391ba 06/10/2014 01:14 PM Dominic Cleal

fixes #5652 - run parse_args when calling new_vm for compute profiles

2fba2dfc 06/03/2014 01:10 AM Michael Moll

fixes #6030 - update list of VMware guest types

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

fixes #4590 - convert VMware SCSI controller type during creation

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

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

80ad15ca 04/28/2014 11:28 AM Dominic Cleal

fixes #5453 - ensure all VMware compute attribute keys are symbolized

507ebfd5 04/25/2014 10:05 AM Martin Matuška

fixes #4380 [vSphere] allow selection of guest OS

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

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

e4d88172 03/07/2014 05:30 PM Greg Petras

fixes #4581 Implement available_networks API for VMware

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:
461e6b00 02/14/2014 11:09 AM Martin Matuška

fixes #4307 New VMware VM creation does not respect NIC type selection

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

fixes #3496 vSphere: add support for selectable SCSI controller

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

fixes #3867 - Wrong Compute Resource type shown on overview

d31ea09f 10/22/2013 10:11 AM Lukas Zapletal

fixes #3138 - move CR library loading into initializers, only show available providers

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

fixes #2741 - rails 3 syntax

29769a4e 10/08/2013 02:26 PM Martin Matuška

fixes #3134 - disable vSphere fields on host edit, fix clone behavior

c75be21b 09/19/2013 07:42 AM Martin Matuška

fixes #3116 - add NIC selection for vSphere: E1000 and VMXNET 3

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

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

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

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