1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00
Commit Graph

833 Commits

Author SHA1 Message Date
Ruben S. Montero
50155b655b Added missing file to installer 2011-05-12 12:01:12 +02:00
Daniel Molina
b8318b83a5 Add templates tab to install.sh 2011-05-11 18:15:30 +02:00
Carlos Martín
ae53d43789 Feature #407: Base implementation for groups.
So far groups can be managed, but resources can't be associated to a group.
Tasks done:

  * New basic onegroup command
  * RequestManager XML-RPC methods
  * New group pool
  * New GROUP authorization symbol
  * Basic GroupPool tests
  * Ruby OCA methods
2011-05-10 18:45:15 +02:00
Javi Fontan
3f0b0b75e8 feature #575: added scripts_common for ruby 2011-05-10 16:08:05 +02:00
Ruben S. Montero
c08ac99788 feature #523b: Add new files to installer 2011-05-07 23:29:12 +02:00
Carlos Martín
8510fa56ad Feature #591: New onedb command. Core detects wrong DB versions. 2011-04-29 18:59:39 +02:00
Ruben S. Montero
fd20b21081 Merge branch 'feature-575' 2011-04-28 13:39:00 +02:00
Ruben S. Montero
ba6c8e8e89 Merge branch 'feature-487' 2011-04-26 15:35:44 +02:00
Ruben S. Montero
faff6589b2 Merge branch 'feature-523' 2011-04-14 17:01:24 +02:00
Javi Fontan
d57afb1494 Added shell script library to remotes dir(cherry picked from commit 2a8a70d6750ac94769beec725e927382bdc9beac) 2011-04-13 00:16:24 +02:00
Ruben S. Montero
c5d61293ab Moved common shell functions to scripts_common.sh
This file will reside in lib/sh and somewhere in remotes dir. Still
have to figure out where in remotes will be installed and add it
to install.sh (installation to lib/sh is done)
(cherry picked from commit 53b6113b54ebd3acba48c808f15683944d05c1bb)

Conflicts:

	install.sh
2011-04-13 00:15:12 +02:00
Ruben S. Montero
abe4ff6894 Merge branch 'feature-523' into feature-575 2011-04-13 00:03:19 +02:00
Jaime Melis
8fe9d17850 Feature #507: Update install.sh with new sunstone plugin files 2011-04-11 19:37:01 +02:00
Carlos Martín
fdcca8a0fc Merge branch 'feature-523' into feature-487
Conflicts:
	include/Nebula.h
2011-04-08 16:11:29 +02:00
Ruben S. Montero
e31bf066f5 feature #523: Fix wrong handling of PATH/SOURCE attributes in image templates 2011-04-04 00:01:50 +02:00
Carlos Martín
77f861a2b5 Feature #487: New command onetemplate, with basic operations 2011-03-31 16:34:08 +02:00
Daniel Molina
20d29f14ac Merge branch 'master' into feature-523 2011-03-30 16:26:56 +02:00
Ruben S. Montero
0d0a569741 feature #523: Interation of the Image Manager with RM for allocate. Multiple bug fixes and integration issues 2011-03-24 19:52:59 +01:00
Ruben S. Montero
c59f542ee6 feature #523: Work on the Image Repository 2011-03-22 18:21:09 +01:00
Tino Vázquez
a6b8c8c65a bug #497: Remove of the vm.schema file, info already on the web documentation
(cherry picked from commit cca976af0e)
2011-03-16 12:34:10 +01:00
Jaime Melis
022b5cbece Feature #495: Rearranged vendor libraries and added NOTICE and licensing information
(cherry picked from commit 1ab98ed48d)
2011-02-28 16:39:15 +01:00
Jaime Melis
4980255942 Update copyright year to 2011 2011-02-25 14:34:44 +01:00
Jaime Melis
21c5155b5e Feature #495: fixed bug in install.sh when installing with the -l option 2011-02-24 12:28:57 +01:00
Jaime Melis
116d03d565 Feature #495: Included sunstone in install.sh 2011-02-23 17:27:17 +01:00
Carlos Martín
b98c4d8cee Various bug-fixes for MAD subsystem:
* install.sh: 2 unneeded files were copied and then replaced by the generic poll_xen_kvm.rb file.
* CommandManager.rb: Fix for retry condition.
* poll_xen_kvm.rb:
    STATUS changed to STATE. The core couldn't identify the current state before.
    Deletion of quotes for values. This prevented the core from parsing correctly the monitoring values.
    Fix for hypervisor auto-detection.
2011-02-14 18:45:54 +01:00
Javi Fontan
6a3f565593 Feature #446: Added new probes for ganglia in install.sh 2011-02-10 19:30:26 +01:00
Javi Fontan
baa1d63ef3 Changed install.sh to use another way of creating arrays
Now we don't need to specify the array index so renumbering is not needed
when adding new directories
2011-02-10 18:16:18 +01:00
Carlos Martín
7adf54e2f1 Feature #482: install.sh -c now installs CLI, occi and ec2 client utilities. 2011-02-10 15:57:11 +01:00
Tino Vázquez
366b578a7f feature #457: added host error hook 2011-01-17 15:27:10 +01:00
Daniel Molina
ed8ee81928 Add to OCCI fine grain resource spec, custom.erb 2010-12-02 19:19:01 +01:00
Ruben S. Montero
2abede7d2b install OCCI common.erb file 2010-11-30 12:52:30 +01:00
Jaime Melis
c86d9a5ca7 Copy the remotes to both the LIB and VAR directories
(cherry picked from commit d29464875e)
2010-11-24 16:27:56 +01:00
Jaime Melis
c2d7ca16cd Moved remotes directory to 'var' 2010-11-16 12:29:14 +01:00
Daniel Molina
fc56158f81 feature #403: Clarify the explanation for -k flag in install.sh 2010-11-14 22:40:54 +01:00
Javi Fontan
440a369372 Added cloud CLI man pages 2010-10-19 17:28:36 +02:00
Javi Fontan
457a22bbea Added man pages to install script 2010-10-14 17:24:01 +02:00
Ruben S. Montero
755b1db038 Merge branch 'one-2.0' into feature-199 2010-10-07 18:19:44 +02:00
Jaime Melis
070e1db066 Bug #359: added DESTDIR to chown of image dir 2010-10-06 11:56:02 +02:00
Jaime Melis
31d2d72caa Integrated common.d in each hypervisor dir 2010-10-05 16:09:34 +02:00
Tino Vázquez
51d14b22a9 Add local sh im and vmm probes 2010-09-30 17:16:31 +02:00
Jaime Melis
1da03e8310 In the end we have decided to rename ShDriver to SshDriver.
This reverts commit 7095f3c7b7.
2010-09-29 12:12:39 +02:00
Jaime Melis
7095f3c7b7 Revert "Rename ShDriver to SshDriver. Fixed install.sh"
This reverts commit ba4106e1d1.
2010-09-27 16:46:47 +02:00
Jaime Melis
ba4106e1d1 Rename ShDriver to SshDriver. Fixed install.sh 2010-09-27 14:01:31 +02:00
Tino Vázquez
de97b5d249 Remove EH installation from the core distribution
See http://dev.opennebula.org/projects/elastichosts in order to get the ElasticHosts drivers.
2010-09-22 12:16:49 +02:00
Ruben S. Montero
a52f527011 Added dummy drivers (IM & VMM) 2010-09-01 19:58:01 +02:00
Ruben S. Montero
5bb5a481c8 removed unused files from install.sh 2010-08-31 23:28:05 +02:00
Jaime Melis
e73b299d32 removed legacy vmm and im drivers 2010-08-31 10:47:22 +02:00
Jaime Melis
be58d737ef feature-307: moved scripts to src tree 2010-08-30 13:00:11 +02:00
Jaime Melis
f289b6bb28 Added VMM/KVM part of issue #307 2010-08-24 16:44:42 +02:00
Jaime Melis
4288175ad1 modified IM ssh mad according to new MONITOR protocol 2010-08-19 18:58:00 +02:00
Jaime Melis
038d5a39aa fixed installer of the image hook 2010-08-06 13:17:29 +02:00
Ruben S. Montero
04874dbf7a bug #295: Hooks can be specified without absolute path. Adjusted share location for system-wide installations 2010-08-02 11:24:01 +02:00
Ruben S. Montero
13de50389f bug #295: installs ImageRepository.rb 2010-08-01 18:28:03 +02:00
Jaime Melis
2889bb48b2 fixed more bugs for package integration 2010-07-27 15:51:05 +02:00
Javi Fontan
5026d0a31d install oneauth command in bin directory 2010-07-22 21:51:59 +02:00
Jaime Melis
0db39b87c5 bug in install.sh 2010-07-22 18:27:06 +02:00
Jaime Melis
9cbf3cac97 sed expression in install.sh was not compatible with Mac OS X
Changes the permission of newly created images
Default permissions of the image repository
2010-07-22 18:20:12 +02:00
Javi Fontan
430fc888e5 Merge branch 'feature-203' 2010-07-22 17:19:08 +02:00
Jaime Melis
cc88849620 Enabling image hook by default 2010-07-21 19:00:47 +02:00
Ruben S. Montero
fe4cc14026 Merge branch 'master' into feature-203 2010-07-21 12:35:18 +02:00
Ruben S. Montero
95d0cf7841 feature #200: rm is no longer installed 2010-07-17 03:48:07 +02:00
Daniel Molina
9f5a24e951 feature #200 EC2 using ImagePool 2010-07-16 19:56:42 +02:00
Javi Fontan
0dc421eabf feature #203: Added rsa authentication 2010-07-16 18:48:20 +02:00
Javi Fontan
f10b7aff57 feature #203: added auth mad config file 2010-07-13 18:17:25 +02:00
Javi Fontan
aff3a57c73 Added simple permissions 2010-07-12 19:49:46 +02:00
Javi Fontan
ccf5690513 Duplicated mad installation 2010-07-12 17:07:56 +02:00
Ruben S. Montero
0fac49b28a Merge branch 'master' into feature-203
Conflicts:
	install.sh
2010-07-12 16:33:25 +02:00
Ruben S. Montero
a778c8be0c Merge branch 'feature-201'
Conflicts:
	install.sh
	src/cli/client_utilities.rb
	src/host/test/HostPoolTest.cc
	src/oca/ruby/test/MockClient.rb
	src/rm/SConstruct
2010-07-11 20:39:10 +02:00
Daniel Molina
8bcd1010da feature #201 Added Cluster files to install.sh 2010-07-11 19:47:36 +02:00
Javi Fontan
8c3d64e951 Added first version of auth mad files 2010-07-09 18:59:42 +02:00
Ruben S. Montero
6a91d89b23 feature #200: Also installs oneimage 2010-06-25 13:39:43 +02:00
Ruben S. Montero
1ff138395d feature #200: install Image files for OCA 2010-06-25 13:36:42 +02:00
Ruben S. Montero
773233c1eb feature #212: Get rid of obsolete C/C++ interface 2010-05-17 15:54:46 +02:00
Carlos Martin and Ruben S. Montero
682becc4c6 feature #212: updated paths in the installer 2010-05-14 17:49:23 +02:00
Javier Fontán Muiños
fdfe10407e Changed copyright notice 2010-02-22 18:00:30 +01:00
Rubén S. Montero
67817d6fba Merging differences back from 1.4 branch
git-svn-id: http://svn.opennebula.org/one/trunk@940 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-12-12 15:35:04 +00:00
Javier Fontán Muiños
455e1ab338 Added ebtables-flush and also ebtables-kvm to install.sh
git-svn-id: http://svn.opennebula.org/one/trunk@889 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-23 14:52:03 +00:00
Rubén S. Montero
f6c31a5049 Install files for the EC2Query client
git-svn-id: http://svn.opennebula.org/one/trunk@882 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-22 23:36:20 +00:00
Jaime Melis
14ae27a2ee Fixed a big in install.sh (#142)
git-svn-id: http://svn.opennebula.org/one/trunk@880 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-22 20:50:34 +00:00
Jaime Melis
35cc8a883a Modified install.sh to support installations of either occi or ec2 client files
git-svn-id: http://svn.opennebula.org/one/trunk@877 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-22 11:20:27 +00:00
Javier Fontán Muiños
2a126a6d6f Unified client API for cloud
* Added CLI helper to get the command name
* Bug in XML generation (OCCI)
* Bug in image retrieval (OCCI)
* Changed OCCIClient authorization to use the common function and hold it in an array
* Added check for malformed authorization data
* Added error message when the server is not reachable
* Added CloudClient and changed installation script

git-svn-id: http://svn.opennebula.org/one/trunk@875 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-21 17:00:59 +00:00
Javier Fontán Muiños
e55e013b58 Chown is not always located in /bin (BSD)
git-svn-id: http://svn.opennebula.org/one/trunk@872 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-21 15:48:46 +00:00
Constantino Vázquez Blanco
a3af18e416 Remove unnecessary OCCI.rb and OCCIConfiguration.rb
Fixing some bugs and missuse of CloudServer.rb

git-svn-id: http://svn.opennebula.org/one/trunk@869 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-20 02:01:57 +00:00
Constantino Vázquez Blanco
7ae228c712 OCCI Server refactoring
git-svn-id: http://svn.opennebula.org/one/trunk@868 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-19 17:35:50 +00:00
Jaime Melis
b3adef1844 Modifed install.sh and oned.conf to distribute tm_lvm
git-svn-id: http://svn.opennebula.org/one/trunk@866 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-16 13:50:56 +00:00
Constantino Vázquez Blanco
27396a24be Added Image and ImagePool OCCI classes
git-svn-id: http://svn.opennebula.org/one/trunk@862 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-15 17:37:25 +00:00
Rubén S. Montero
da5c6c6c6f Re-structured Cloud servers source tree and removed unused files
git-svn-id: http://svn.opennebula.org/one/trunk@846 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-10-11 23:06:46 +00:00
Jaime Melis
4c385e763c Desktop Installation of Client Cloud Tools (#142)
git-svn-id: http://svn.opennebula.org/one/trunk@806 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-09-25 18:18:50 +00:00
Jaime Melis
c327ea0868 Move madcommon.sh (#147)
git-svn-id: http://svn.opennebula.org/one/trunk@805 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-09-25 16:03:03 +00:00
Constantino Vázquez Blanco
8b717585d5 First commit of OpenNebula OCCI implementation
git-svn-id: http://svn.opennebula.org/one/trunk@783 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-09-03 18:10:55 +00:00
Javier Fontán Muiños
46faf174db Added -l option to install.sh (symlinks)
git-svn-id: http://svn.opennebula.org/one/trunk@777 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-08-27 17:25:39 +00:00
Javier Fontán Muiños
009dac45c3 Change the version in oneapi library links
git-svn-id: http://svn.opennebula.org/one/trunk@776 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-08-27 11:35:25 +00:00
Rubén S. Montero
1e73e78aad use new locations in install.sh
git-svn-id: http://svn.opennebula.org/one/trunk@743 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-07-23 13:54:48 +00:00
Javier Fontán Muiños
c71b443f8d Changed directory for oca
git-svn-id: http://svn.opennebula.org/one/trunk@735 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-07-23 12:01:47 +00:00
Javier Fontán Muiños
635c79ad9d Oca installer
git-svn-id: http://svn.opennebula.org/one/trunk@710 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-07-21 14:56:35 +00:00
Javier Fontán Muiños
7212278256 Added ebtables-xen hook
git-svn-id: http://svn.opennebula.org/one/trunk@708 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-07-21 10:45:54 +00:00
Constantino Vázquez Blanco
2e0f4709e5 ElasticHost drivers incorporation to main distribution of OpenNebula
git-svn-id: http://svn.opennebula.org/one/trunk@706 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-07-20 14:34:10 +00:00
Javier Fontán Muiños
68c118e1c2 Cleaning up unused files from the repository
git-svn-id: http://svn.opennebula.org/one/trunk@679 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-07-13 14:28:03 +00:00
Rubén S. Montero
d965eb44aa Merge of the OpenNebulaXML branch (-r535:HEAD)
git-svn-id: http://svn.opennebula.org/one/trunk@667 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-07-09 14:34:34 +00:00
Javier Fontán Muiños
80160c6fc6 Uninstall does not try to delete system directories (#101)
git-svn-id: http://svn.opennebula.org/one/trunk@514 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-05-07 15:23:13 +00:00
Rubén S. Montero
1c6fe2c6e9 15: bug in install.sh file
git-svn-id: http://svn.opennebula.org/one/trunk@454 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-04-03 23:46:33 +00:00
Rubén S. Montero
ba0856229c #15 : Added driver wrapper. Driver files in install program. Added the
HookManager and HookManagerDriver. Included the Hook driver in conf file


git-svn-id: http://svn.opennebula.org/one/trunk@453 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-04-03 23:34:33 +00:00
Javier Fontán Muiños
2660884b48 Added tm_context for ssh and posibility to specify http urls (#77)
git-svn-id: http://svn.opennebula.org/one/trunk@437 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-03-31 10:51:54 +00:00
Javier Fontán Muiños
93edbbbcf4 Adding nfs/tm_context to install.sh
git-svn-id: http://svn.opennebula.org/one/trunk@419 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-03-17 22:39:06 +00:00
Javier Fontán Muiños
038a3a0efc Adding new libraries to the installation
git-svn-id: http://svn.opennebula.org/one/trunk@347 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-02-10 17:37:38 +00:00
Rubén S. Montero
35de4aa8d9 make links to work for deb package compilation
git-svn-id: http://svn.opennebula.org/one/trunk@321 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-01-22 23:58:44 +00:00
Javier Fontán Muiños
ce58cfa1dc Install dynamic libraries
git-svn-id: http://svn.opennebula.org/one/trunk@320 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-01-22 18:51:06 +00:00
Javier Fontán Muiños
156fda728f Added license headers and changed copyright year. For #67.
git-svn-id: http://svn.opennebula.org/one/trunk@308 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-01-19 18:05:46 +00:00
Constantino Vázquez Blanco
49ae79601f Further fixes for Ububntu compliance. Closes ticket #59.
git-svn-id: http://svn.opennebula.org/one/trunk@307 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-01-19 16:40:46 +00:00
Constantino Vázquez Blanco
8044615406 Getting rid of bogus line in install.sh
git-svn-id: http://svn.opennebula.org/one/trunk@299 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-01-08 19:20:15 +00:00
Constantino Vázquez Blanco
c28169f2b2 Neno
git-svn-id: http://svn.opennebula.org/one/trunk@297 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-01-08 19:19:21 +00:00
Constantino Vázquez Blanco
cbe35a15eb Hey
git-svn-id: http://svn.opennebula.org/one/trunk@296 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-01-08 19:19:20 +00:00
Rubén S. Montero
77681ccfc8 Address ticket #59
git-svn-id: http://svn.opennebula.org/one/trunk@294 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2009-01-02 14:58:51 +00:00
Javier Fontán Muiños
95592e10cd Added needed directory for tm_dummy
git-svn-id: http://svn.opennebula.org/one/trunk@277 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-12-03 15:52:37 +00:00
Javier Fontán Muiños
309a563fd9 Bug in installation script (wrong path)
git-svn-id: http://svn.opennebula.org/one/trunk@273 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-12-02 16:16:20 +00:00
Javier Fontán Muiños
9ef3ea451d Added sample tm scripts
git-svn-id: http://svn.opennebula.org/one/trunk@272 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-12-02 16:14:37 +00:00
Javier Fontán Muiños
38ee9466e1 Added dummy transfer manager
git-svn-id: http://svn.opennebula.org/one/trunk@271 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-12-02 15:52:03 +00:00
Javier Fontán Muiños
394e45f7b2 onenetwork renamed to onevnet (#51)
git-svn-id: http://svn.opennebula.org/one/trunk@250 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-11-19 11:29:19 +00:00
Rubén S. Montero
65f1a3ac87 copy network examples to share folder
git-svn-id: http://svn.opennebula.org/one/trunk@235 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-11-14 19:49:33 +00:00
Constantino Vázquez Blanco
ee411e7963 Merged TransferManager and VirtualNetworkManager branches.
git-svn-id: http://svn.opennebula.org/one/trunk@230 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-11-13 16:21:17 +00:00
Rubén S. Montero
319b1123b3 Added build scripts for OpenNebula Client C/C++ API. Install script
modified to cp the library and the requiered includes


git-svn-id: http://svn.opennebula.org/one/trunk@164 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-10-20 14:44:16 +00:00
Javier Fontán Muiños
91f0bdd088 Changed install script to be strict POSIX compilant
git-svn-id: http://svn.opennebula.org/trunk@79 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-24 11:42:41 +00:00
Javier Fontán Muiños
e4e112cfc1 Changed install script to copy files by default.
Now there is also a "-l" flag to create links (for easy upgrading from svn repository)


git-svn-id: http://svn.opennebula.org/trunk@78 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-24 11:33:54 +00:00
Rubén S. Montero
7b3e12cbe7 Initial commit of EC2 drivers
git-svn-id: http://svn.opennebula.org/trunk@62 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-17 23:32:05 +00:00
Rubén S. Montero
9a57f024c8 Now we have a more consistent src tree
git-svn-id: http://svn.opennebula.org/trunk@61 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-17 19:42:17 +00:00
Constantino Vázquez Blanco
d3ac7a8708 the installer wasn't aware of the change of directory
git-svn-id: http://svn.opennebula.org/trunk@54 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-10 16:28:51 +00:00
Constantino Vázquez Blanco
3109f34f7c Moving and renaming files for Coherent Configuration and Logging Files ticket #9
git-svn-id: http://svn.opennebula.org/trunk@41 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-07 15:11:41 +00:00
Constantino Vázquez Blanco
0347f185a0 Picking one_ssh.rb from the right place
git-svn-id: http://svn.opennebula.org/trunk@35 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-04 16:55:52 +00:00
Constantino Vázquez Blanco
cdfe8e4a11 Fixing install path
Fixing type in one_im_ssh

git-svn-id: http://svn.opennebula.org/trunk@34 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-04 16:55:52 +00:00
Constantino Vázquez Blanco
e712ee387f Placinf im default files in etc/default
git-svn-id: http://svn.opennebula.org/trunk@33 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-04 16:55:51 +00:00
Constantino Vázquez Blanco
39f766b512 Added KVM Driver support (Not finished yet, XML creation pending)
Renamed some file for coherence.

git-svn-id: http://svn.opennebula.org/trunk@31 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-04 16:55:49 +00:00
Rubén S. Montero
9a974dc451 #9 now all driver conf files are in /etc/default/
git-svn-id: http://svn.opennebula.org/trunk@27 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-07-03 01:25:26 +00:00
Javier Fontán Muiños
6eb9fed97d Initial commit of ONE code
git-svn-id: http://svn.opennebula.org/trunk@2 3034c82b-c49b-4eb3-8279-a7acafdc01c0
2008-06-17 16:27:32 +00:00