1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00
Commit Graph

3914 Commits

Author SHA1 Message Date
Ruben S. Montero
a40bb000fd feature #962: Fix wrong error message 2012-02-24 21:29:32 +01:00
Ruben S. Montero
fc6aa51c0d feature #962, feature #1112: Improve error messages when getting an Image or a Virtual Network 2012-02-24 21:13:56 +01:00
Ruben S. Montero
f411c685d7 Fix compilation for tests with the new classes 2012-02-24 21:12:50 +01:00
Carlos Martín
f6615f66d2 Feature #1112: New method & command onecluster addhost 2012-02-24 18:55:21 +01:00
Carlos Martín
2580411adf Feature #1112: Add cluster attribute to Host 2012-02-24 18:53:18 +01:00
Carlos Martín
68fd921150 Feature #1112: onecluster show id param is not optional 2012-02-24 18:28:15 +01:00
Carlos Martín
304db6457b Feature #1112: Remove duplicated cluster header 2012-02-24 16:58:11 +01:00
Ruben S. Montero
590015f603 Merge branch 'feature-1112' of git.opennebula.org:one into feature-1112 2012-02-24 16:50:57 +01:00
Ruben S. Montero
3e09376ac3 Remove TM_MAD from OCA and CLI 2012-02-24 16:50:12 +01:00
Carlos Martín
4e2b33fa23 Feature #1112: Clusters are coming back into fashion this season 2012-02-24 15:58:51 +01:00
Ruben S. Montero
f4743b6077 Fix Tests. 2012-02-24 14:55:31 +01:00
Ruben S. Montero
a0ca68d0e3 Remove TM from Host 2012-02-24 14:55:00 +01:00
Ruben S. Montero
92d0432012 feature #1112: Change error message 2012-02-24 12:53:25 +01:00
Carlos Martín
7ffae6fb8e Feature #1112: Remove datastore initialization from oned.conf 2012-02-23 18:27:35 +01:00
Carlos Martín
1e63b6ce4e Feature #1112: Add TM_MAD to Datastores 2012-02-22 18:22:41 +01:00
Carlos Martín
98c5c246c2 Feature #1112: Do not use host's TM_MAD 2012-02-22 16:01:30 +01:00
Carlos Martín
546b6c8a4e Feature #1112: Restrict image creation on system DS. Create new default DS 2012-02-22 12:19:47 +01:00
Carlos Martín
b70b8e2dbe Bug #1128: Remove deprecated method from Java OCA
(cherry picked from commit 3e21d79a22)
2012-02-21 01:34:18 -08:00
Carlos Martín
8f34895576 Feature #1112: Add base path and type to onedatastore output 2012-02-20 20:48:52 +01:00
Carlos Martín
a107c22734 Feature #1112: New datastore drivers for vmware 2012-02-20 20:10:30 +01:00
Carlos Martín
30f981e92f Feature #1112: Fix error message for missing TYPE in datastore creation 2012-02-20 18:51:56 +01:00
Carlos Martín
867c8380c0 Feature #1112: Update rm and mkfs scripts to use datastore info 2012-02-20 15:41:47 +01:00
Ruben S. Montero
1540124721 feature #1112: Added missing file 2012-02-20 13:42:50 +01:00
Jaime Melis
ae35b61159 Bump to 3.3.0 2012-02-20 12:31:34 +01:00
Ruben S. Montero
3a8525bdc1 feature #1112: Work on the datastore drivers:
- Moved references to image_mad to datastore_mad. Adjusted installation dirs and source files
  - FS driver cp command uses DS_DRIVER_ACTION_DATA message
  - New libfs.sh to deal with datastore protocol
  - New xpath.rb to get XML elements in shell programs
  - Change oned.cong and OpenNebula core files to use DATASTORE instead of IMAGE
  - Change mkfs driver function to use the drv action data
2012-02-19 02:08:03 +01:00
Carlos Martín
b177159a3c Bug #1134: Remove double object creation in VirtualNetworkPool::allocate 2012-02-17 19:56:35 +01:00
Carlos Martín
f1e4e3815a Bug: DB default configuration value was not inserted in NebulaTemplate.cc 2012-02-17 19:44:46 +01:00
Carlos Martín
621b8f1e76 Feature #1112: Fix default configuration for vector attributes 2012-02-17 19:41:15 +01:00
Carlos Martín
6bf0f08b9b Feature #1112: New default ACL rule, to allow any user to use any datastore 2012-02-17 19:38:11 +01:00
Carlos Martín
b0063c0f80 Feature #1112: WIP, Use XML data in image manager driver messages 2012-02-17 17:28:31 +01:00
Daniel Molina
997df82202 Add instance_type request by ID to OCCI 2012-02-17 13:35:23 +01:00
Ruben S. Montero
d2adccbc51 Merge branch 'bug-1123'
Conflicts:
	src/sunstone/models/SunstoneServer.rb
2012-02-17 12:30:35 +01:00
Ruben S. Montero
6cf74c9b7c Merge branch 'feature-1048' 2012-02-17 12:19:15 +01:00
Ruben S. Montero
2b50e27a66 feature #1112: Remove check for missing attribute (default always added) 2012-02-17 11:54:08 +01:00
Carlos Martín
90f8569f18 Feature #1112: Missing file DatastoreTemplate.h 2012-02-17 11:46:46 +01:00
Hector Sanjuan
502ec84ef3 Feature #1067: Improve VLAN support in Sunstone
(cherry picked from commit 5f984c664b)
2012-02-17 10:30:32 +01:00
Carlos Martín
d2ad28a909 Feature #1112: Use SYSTEM_DS values from oned.conf to create default DS 2012-02-16 20:17:36 +01:00
Carlos Martín
4e2bd36415 Feature #1112: Datastores are now defined with templates. New att. type and base path 2012-02-16 19:37:08 +01:00
Daniel Molina
b70a4e33ba feature #1048: Refactor one_vmm_ec2 and add suspend/reboot/resume support 2012-02-16 12:43:40 +01:00
Ruben S. Montero
bbf7bbadd5 Merge branch 'feature-1112' of git.opennebula.org:one into feature-1112 2012-02-15 23:58:46 +01:00
Ruben S. Montero
76ae0809d8 feature #1112: Delete templates in case of failure. Some cosmetic changes 2012-02-15 23:54:22 +01:00
Ruben S. Montero
2d31a94115 feature #1112: Configuration parameters for the System Datastore 2012-02-15 23:53:35 +01:00
Ruben S. Montero
dacef3d104 feature-1112: "system" is the default name for DS 0 2012-02-15 23:52:22 +01:00
Daniel Molina
179487ac35 bug #1130: Use period_to_str in onevm 2012-02-15 19:56:14 +01:00
Hector Sanjuan
fcb430e4a8 Feature #1089: Upload support for images in Sunstone.
Follows the same principles as SelfService.
(cherry picked from commit 5dbf040f9c)
2012-02-15 18:56:08 +01:00
Carlos Martín
2a6f5b50dc Feature #1112: Integrate datastores into acl rules 2012-02-15 18:53:23 +01:00
Carlos Martín
0f350b3da0 Feature #1112: System datastores can't be deleted 2012-02-15 17:37:30 +01:00
Carlos Martín
4950f23652 Feature #1112: Add datastore id to image creation in ruby OCA and CLI 2012-02-15 17:18:24 +01:00
Carlos Martín
0dfb521b9b Feature #1112: Create default system datastore at bootstrap 2012-02-15 17:17:32 +01:00
Carlos Martín
174ba75d63 Feature #1112: Move datastore definition from image template to xml-rcp parameter 2012-02-15 16:47:52 +01:00