1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00
Commit Graph

3914 Commits

Author SHA1 Message Date
Ruben S. Montero
8988ba734c Merge branch 'feature-1112' of git.opennebula.org:one into feature-1112 2012-03-01 19:13:39 +01:00
Ruben S. Montero
b04d29b426 feature #1112: Initial work to adapt tm shared to the new functionality 2012-03-01 19:13:09 +01:00
Ruben S. Montero
0422baa857 feature #1112: Change verbs in transfer scripts 2012-03-01 19:12:49 +01:00
Carlos Martín
f69a646ceb Feature #1112: Add owner and group to DS. To do: chown, chmod methods 2012-03-01 18:50:17 +01:00
Carlos Martín
a4426b6824 Feature #1112: Store oneadmin's ID and name in UserPool 2012-03-01 18:48:25 +01:00
Carlos Martín
6d360310f4 Feature #1112: Add templates to Datastores 2012-03-01 17:40:54 +01:00
Carlos Martín
9a7d78f7f2 Feature #1112: Hosts, DS & VNets can belong to the 'none' cluster.
The cluster id -1 is used to indicate objects that can be clustered,
but are not assigned to any cluster. The new methods to remove objects
from their current datastore actually set this 'none' or -1 cluster
ID.

VNets are always created in this 'none' cluster. Hosts and DS require
a cluster ID to be placed when allocated, and the ruby OCA by default
sets it to 'none'
2012-03-01 17:14:52 +01:00
Carlos Martín
55b4b9510a Feature #1112: DS base_path is set by the core in /var/lib/one/datastores/$ID 2012-03-01 14:59:19 +01:00
Carlos Martín
b49a249943 Feature #1112: Associate VNets to Clusters. New VNets are created in the "default" cluster 2012-02-29 18:09:47 +01:00
Carlos Martín
a04102ce78 Feature #1112: Refactor RMDelete, hosts and datastores use the same method to be removed from their clusters 2012-02-29 17:00:33 +01:00
Carlos Martín
1a23808d67 Merge branch 'feature-1112' of git.opennebula.org:one into feature-1112 2012-02-29 16:33:06 +01:00
Carlos Martín
c3d504293c Feature #1112: Move datastore to cluster addition from DatastorePool::allocate to RMAllocate 2012-02-29 16:30:52 +01:00
Jaime Melis
7a487c7308 feature #1112: Disable 'http://' sources in vmware cp datastore method 2012-02-29 16:15:41 +01:00
Jaime Melis
bb1303c9e6 feature #1112: Working mkfs for vmware datastore drivers 2012-02-29 16:15:00 +01:00
Jaime Melis
bdd23c6774 feature #1112: Fix unsafe eval in xpath.rb by joining values with \0 2012-02-29 16:13:25 +01:00
Carlos Martín
be00373b09 Feature #1112: Refactor RequestManagerAllocate to be able to add objects to clusters on creation 2012-02-29 16:06:29 +01:00
Carlos Martín
c81ed13e6b Feature #1112: Fix optional cluster argument in onehost create 2012-02-29 16:05:46 +01:00
Carlos Martín
6ee5900bf6 Feature #1112: Move host to cluster addition from Host::allocate to RMAllocate 2012-02-29 12:50:26 +01:00
Ruben S. Montero
bc6f8630bf feature #1112: Fix variable name 2012-02-28 23:52:51 +01:00
Ruben S. Montero
9d59ec9fb7 feature #1112: oned.conf uses the new TM drivers 2012-02-28 23:51:36 +01:00
Ruben S. Montero
7e57e792ae feature #1112: Change tm drivers for default datastores to the new names 2012-02-28 23:50:51 +01:00
Ruben S. Montero
071500b5db Merge branch 'feature-1112' of git.opennebula.org:one into feature-1112 2012-02-28 22:54:24 +01:00
Ruben S. Montero
01f9641272 feature #1112: Move tm action scripts to the new locations 2012-02-28 22:52:48 +01:00
Carlos Martín
07eba81abd Feature #1112: refactor Request::get_info 2012-02-28 17:59:03 +01:00
Carlos Martín
7b9e27cffd Merge branch 'feature-1112' of git.opennebula.org:one into feature-1112 2012-02-28 17:31:12 +01:00
Carlos Martín
f722dafb43 Feature #1112: Make cluster parameter mandatory for new hosts 2012-02-28 17:30:07 +01:00
Carlos Martín
c8d1af5e8a Feature #1112: Remove host from its cluster when it is deleted 2012-02-28 17:25:02 +01:00
Ruben S. Montero
f2124cd26b feature #1112: Move default and system datastore to var_location/datastores. Create directories a 2012-02-28 17:06:37 +01:00
Carlos Martín
98fcd42e2b Feature #1112: Integrate clusters into acl rules 2012-02-28 15:29:32 +01:00
Carlos Martín
4d5ea6f8a2 Merge branch 'master' into feature-1112 2012-02-28 12:33:05 +01:00
Carlos Martín
dd51ce11bf Feature #1112: Associate Datastores to Clusters 2012-02-28 12:17:33 +01:00
Ruben S. Montero
f9e18cb569 feature #1112: Adapt TM driver to the new protocol 2012-02-28 00:13:34 +01:00
Ruben S. Montero
b6ae3bce87 feature #1112: minor fixes for the datastore driver 2012-02-28 00:12:36 +01:00
Ruben S. Montero
fb95a2f88b feature #1112: Remove TMScript.rb 2012-02-28 00:11:45 +01:00
Ruben S. Montero
8a7aa7e0f7 feature #1112: Updated TM transger scripts 2012-02-27 22:19:49 +01:00
Carlos Martín
313c2967c7 Feature #1112: Refactor Cluster attributes to be used in other classes by inheritance 2012-02-27 18:55:15 +01:00
Carlos Martín
95b5f40504 Feature #1112 #962: Better handling of error messages in Clusters 2012-02-27 16:08:34 +01:00
Carlos Martín
85caad3a1e Feature #1112: Cluster does not inherit from ObjectCollection, instead it now contains 3 collections for hosts, DS and vnets 2012-02-27 14:55:43 +01:00
Ruben S. Montero
11f0c3d06b feature #1112: Transger manager scripts now uses the new system datastore 2012-02-26 23:25:31 +01:00
Ruben S. Montero
8e3da6cb22 feature #1112: Prolog uses the new locations 2012-02-26 22:08:50 +01:00
Ruben S. Montero
31be0a2000 feature #1112: Fix compilation of unit tests 2012-02-26 22:08:27 +01:00
Ruben S. Montero
37e25141de feature #1112: Makes system datastore access safer 2012-02-26 21:52:10 +01:00
Ruben S. Montero
5363c4ff05 feature #1112: Fix VM paths for the new system datastore 2012-02-25 23:31:44 +01:00
Ruben S. Montero
51e1590cb4 feature #1112: Drivers use new location paths 2012-02-25 03:19:13 +01:00
Ruben S. Montero
6999911f52 feature #1112: Adds DATASTORE_LOCATION variable 2012-02-25 01:29:36 +01:00
Ruben S. Montero
3fb433b352 feature #1112: Names and paths for default datastores are now the same 2012-02-25 01:29:16 +01:00
Ruben S. Montero
aecacf5c80 feature #1112: Prepare TM to use a single Transfer Manager driver that handle multiple Datastore transfer plugins 2012-02-25 01:28:28 +01:00
Ruben S. Montero
96e1055543 feature #1112: Get TM_MAD from Datastores 2012-02-25 01:25:59 +01:00
Ruben S. Montero
7279fc1b96 feature-#1112: Add remote_system_dir for Virtual Machines 2012-02-25 01:25:28 +01:00
Ruben S. Montero
80b49ff6b4 feature #1112: Add system_dir for VMs 2012-02-24 23:13:22 +01:00