Project

General

Profile

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

# Date Author Comment
237f13e2 05/03/2012 01:51 AM Amos Benari

new releases of my favorites gems.

41402094 04/26/2012 01:48 PM Ohad Levy

removed puppet from Gem file requirement

this commit also tries to simplify the way we use bundler, in future commits,
we should add more logic of which gems to load based on configration file.

96ede451 04/16/2012 09:32 AM Amos Benari

fixes #1574 - ovirt - add remove and show volumes

  • volume and interface ordering is now working
  • removed include blank because it is a duplicate of the Blank ovirt-template.
  • bootable is disabled when editing a vm, because currently I don't handle volume updates. just add and remove of a volume....
f37934af 04/09/2012 07:29 AM Ohad Levy

fixes #1452 use fog for libvirt management

This patch introduces a few new features:

  • console support
  • multiple disks
  • multiple nics
4213d2be 03/28/2012 01:08 PM Ohad Levy

first go at vmware integeration refs #955

this patch adds the ability to add a vmware compute resource, and display their console

3f6f4374 03/22/2012 04:15 PM Ohad Levy

Official fog gem supports ovirt, no more need for git

197e2dce 03/21/2012 10:11 AM Ohad Levy

Adds VNC support within the browser

At first, this allows to view oVirt managed hosts within foreman.

334d0359 03/19/2012 06:51 AM Amos Benari

fixes #1540 added suport for provisioning on ovirt/rhvem using fog.

This patch addes a compute resource concept within foreman

Signed-off-by: Ohad Levy <>

22335095 03/18/2012 03:25 AM Ohad Levy

Gemfile cleanups + adding some nicer console output

4d35cb17 03/16/2012 03:20 PM Ohad Levy

safemode is now a gem, removing git and required gems.

90455b62 03/07/2012 05:06 AM Ohad Levy

fixes the anonying bug has_many_polymorphs, using older version that works for now

60ce558d 01/31/2012 05:28 AM Ohad Levy

fixed issues with newer version of virt, reusing the newer gem

a6597aae 01/29/2012 10:01 AM Ohad Levy

rolled back to virt 0.1. due to issues with current virt gem

c9486241 01/29/2012 09:48 AM Ohad Levy

fixes #1476 - toggling between bare metal to an hypervisor renders js errors

90430f7a 01/22/2012 03:08 AM Ohad Levy

virt now includes the correct libvirt gems requirement.

6573eee2 01/22/2012 02:50 AM Ohad Levy

Adding travis-CI

e6d6111b 01/03/2012 10:37 AM Ohad Levy

refs #1367 - a better version of our gemfiles, not perfect yet.

d788da4f 12/28/2011 09:12 AM Jochen Schalanda

Added conditional gem dependency declaration for ruby-debug/ruby-debug19

  • 'ruby-debug' doesn't work with Ruby 1.9 since it depends on
    'linecache' which depends on 'rbx-require-relative' which
    requires Ruby 1.8.7.
017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration