1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-25 06:03:36 +03:00

4039 Commits

Author SHA1 Message Date
Tino Vazquez
ecb7120d2b Avoid possible issues with old migrators 2012-03-02 12:05:45 +01:00
Ruben S. Montero
864daba3ed feature #1112: mkswap for shared TM 2012-03-02 01:35:18 +01:00
Ruben S. Montero
5810a3fdb4 feature #1112: none fs type renamed to raw 2012-03-02 01:17:42 +01:00
Ruben S. Montero
1da7f89f5e feature #1112: clone, ln, mkimage, delete are now functional for tm_shared. Added none fs type for images 2012-03-02 01:15:19 +01:00
Ruben S. Montero
c58dd74666 feature #1112: Adjust core modules to generate right paths for system datastore. Fix bugs in TM shared 2012-03-02 00:06:57 +01:00
Hector Sanjuan
95219a9ada Feature #924: Update ozones and sunstone logs with :debug_devel
(cherry picked from commit fc30b2a2c58a9b2742b3cadbd4c2db4d8218c040)
2012-03-01 19:28:53 +01:00
Hector Sanjuan
42ee95d0c8 Feature #924: Update ozones to use the new logger
(cherry picked from commit 74b54f658ac794809be8f3e7e9754667ddb9fd43)

Conflicts:

	src/ozones/Server/ozones-server.rb
2012-03-01 19:26:48 +01:00
Hector Sanjuan
e0f95f9a4b Feature #924: Update Sunstone server to use the new logging system
(cherry picked from commit 7b05c9af6a99bb6414a9cd780f559940c0222205)
2012-03-01 19:21:57 +01:00
Hector Sanjuan
26c7333de6 Feature #924: Complete occi server UI-related upgrade to use new logger
(cherry picked from commit 407f19f86d234d0fd233b34c385ae96689aeb44d)
2012-03-01 19:21:57 +01:00
Ruben S. Montero
e87b785212 Merge branch 'master' into feature-924 2012-03-01 19:21:28 +01:00
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
Tino Vazquez
f50df547e8 Feature #1073: Add support for mysql and posgresql in oZones server 2012-03-01 18:55:42 +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
Tino Vazquez
deb5e8d025 Feature #1109: Self service support in oZones server
Needs testing & GUI extension
2012-02-29 17:55:39 +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
Daniel Molina
4fd1a87e66 feature #924: Add Logger to EC2 2012-02-29 15:58:37 +01:00
Daniel Molina
52ab2afea6 feature #924: Change MSG_FORMAT in Logger class 2012-02-29 13:27:01 +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
Hector Sanjuan
fbbce209d5 Sunstone: small improvements to passwd operations
Inform user that password change was successful.

Empty the new password box when dialog is re-opened.
(cherry picked from commit 519b7f263b5cb4b399b67cb9259d9e8fff2e84c6)
2012-02-29 11:28:01 +01:00
Hector Sanjuan
59c93f0768 Feature #1147: Improve login in SelfService
Error messages are better explained. More cases are handled (for example when server is not running).

Error box looks nicer and repops up when error happens again.

Ajax loader gif has been added next to login button and appears when login is being performed.
(cherry picked from commit 5710fda8021b31c97b5285547941a6dc03231c19)
2012-02-29 10:37:55 +01:00
Hector Sanjuan
d32de04fbf Feature #1147: Improve login in oZones
Error messages are better explained. More cases are handled (for example when server is not running).

Error box looks nicer and repops up when error happens again.

Ajax loader gif has been added next to login button and appears when login is being performed.
(cherry picked from commit c1e8b55b1a19a92813a086d57ed6a0747e19c2c1)
2012-02-29 10:37:55 +01:00
Hector Sanjuan
39d8e5b1a4 Feature #1147: Improve login in Sunstone
Error messages are better explained. More cases are handled (for example when server is not running).

Error box looks nicer and repops up when error happens again.

Ajax loader gif has been added next to login button and appears when login is being performed.
(cherry picked from commit 9279848a50126863cc7eb4d27f554291b9744cd9)
2012-02-29 10:37:55 +01:00
Hector Sanjuan
38269de9b0 Bug #1146: Prevent users from creating a VDC when no zones have been defined.
(cherry picked from commit 443d7aa00c6ec2bacb4678e3d2b762a96b4b0fdd)
2012-02-29 10:37:25 +01:00
Hector Sanjuan
625908025c SelfService: take advantange of verbose parameter when listing pools.
Concretely, the Compute pool. No need to request the state for every single VM now.
(cherry picked from commit a6067a8801bd5358051372831097f29096745998)
2012-02-29 10:36:59 +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
Tino Vazquez
f3eaf649ef Fix bad variable returning - VMware 2012-02-28 12:47:20 +01:00