1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-01 20:58:18 +03:00

13411 Commits

Author SHA1 Message Date
mcabrerizo
400f512611 F #4913: Sunstone can import clusters with the new attributes 2017-03-01 19:08:26 +01:00
mcabrerizo
6440754f22 F #4913: Add VCENTER_VERSION when importing clusters to track API version 2017-03-01 17:08:32 +01:00
mcabrerizo
33f45f29b1 F #4913: Fix bugs in import tool 2017-03-01 16:11:20 +01:00
mcabrerizo
d359a73da7 F #4913: Add importer.rb to vcenter_driver requirements 2017-03-01 15:26:00 +01:00
mcabrerizo
8682b2e3f6 F #4913: Replace remnants of VCENTER_RESOURCE_POOL with VCENTER_RP_REF 2017-03-01 14:18:46 +01:00
mcabrerizo
dd435de4e1 F #4913: Replace VCENTER_TYPE with a more descriptive VCENTER_PORTGRP_TYPE 2017-03-01 13:52:55 +01:00
mcabrerizo
7d83ae62fe F #4913: Add VCENTER_NET_REF usage to calculate_add_nic_spec 2017-03-01 08:33:52 +01:00
mcabrerizo
347968ad3d F #4913: Migrate import tools 2017-03-01 08:26:01 +01:00
mcabrerizo
93528a8f8b F #4913: Fix datastore stat action 2017-03-01 08:20:48 +01:00
mcabrerizo
b7aa558084 F #4913: Replace VCENTER_CLUSTER with VCENTER_ONE_HOST_ID 2017-03-01 08:20:10 +01:00
Javi Fontan
3e2d663488 B #5046: vCenter VMM poll returns escaped quotes 2017-02-28 16:58:49 +01:00
Jaime Melis
6d00ad5a90 F #4913: Install new vcenter driver 2017-02-22 16:17:56 +01:00
Jaime Melis
446490cf1a F #4913: Proper begin/rescue clause for the monitor action 2017-02-22 15:52:46 +01:00
Jaime Melis
493d48ce5b F #4913: Delete empty dirs after removing an image 2017-02-22 11:02:25 +01:00
Jaime Melis
5fa65cfdfc F #4913: Directory where images are stored in vCenter datastores is
configurable
2017-02-22 10:09:29 +01:00
Jaime Melis
ef2235485b F #4913: Use a well known directory to store opennebula images 2017-02-22 10:04:24 +01:00
mcabrerizo
0e406b5b1f F #4913: Add linked clone logic to VMM deploy (clone_vm) 2017-02-21 19:09:46 +01:00
mcabrerizo
1940249773 F #4913: Add new_from_ref to Storage class 2017-02-21 17:58:17 +01:00
Jaime Melis
14188411df F #4913: Refactor 'check_valid' function 2017-02-21 17:24:24 +01:00
Jaime Melis
a78e6cd3d1 F #4913: Remove unnecessary method 2017-02-21 17:23:19 +01:00
Jaime Melis
d996614539 F #4913: use memoize to fetch summary 2017-02-21 17:23:19 +01:00
mcabrerizo
30ad6b67fd F #4913: Move explicit VIM close connection to ensure 2017-02-21 17:03:31 +01:00
Jaime Melis
1427e3e992 F #4913: tm/mvds detaches the disk from the VM so it does not get
removed
2017-02-21 16:24:54 +01:00
Jaime Melis
6b450ce1eb F #4913: tm/delete detaches each disk first and destroys the VM 2017-02-21 16:24:54 +01:00
mcabrerizo
3e7fb4e3e6 F #4913: Add Storpod support to DS monitor and VMM deploy actions 2017-02-21 16:05:48 +01:00
mcabrerizo
4b7f700d75 F #4913: Add explicit VIM close connection to avoid idle vcenter sessions 2017-02-21 12:08:50 +01:00
mcabrerizo
3220c468bc Merge branch 'feature-4913' of github.com:OpenNebula/one into feature-4913 2017-02-21 11:30:58 +01:00
mcabrerizo
a15b382846 F #4913: Refactor VMM Shutdown 2017-02-21 11:25:55 +01:00
mcabrerizo
f73116758e F #4913: Remove unneeded vm_ref assignments 2017-02-21 11:16:22 +01:00
Jaime Melis
e70caf3715 F #4913: Attach-nic requires the XML data of the VM
This information is passed via STDIN and not as a positional argument.
2017-02-21 10:07:35 +01:00
Jaime Melis
469ff036a7 F #4913: Tweak the snapshot actions
Snapshot name is stored in the description field of vCenter

The information is passed via STDIN and not as  positional argument
2017-02-21 10:06:49 +01:00
mcabrerizo
a41960b751 F #4913: Replace += with << in DS cp action for a better performance 2017-02-20 14:05:29 +01:00
mcabrerizo
bc63765e4e F #4913: Add missing backtrace to rescue clause in VMM/DS actions 2017-02-20 13:44:22 +01:00
mcabrerizo
245dc56c54 F #4913: Add missing backtrace to rescue clause in VMM/DS actions 2017-02-20 13:43:09 +01:00
Jaime Melis
36c66e5888 F #4913: Fix symlinks for dummy and not supported vmm actions 2017-02-20 12:16:17 +01:00
mcabrerizo
d7162d4252 F #4913: Replace and with && in if clauses (DS cp) 2017-02-20 10:57:36 +01:00
mcabrerizo
013979a620 F #4913: Refactor DS clone 2017-02-17 18:08:06 +01:00
mcabrerizo
50ba69df99 F #4913: Refactor DS stat 2017-02-17 18:07:28 +01:00
mcabrerizo
7596dad33c F #4913: Refactor DS cp 2017-02-17 18:06:15 +01:00
mcabrerizo
bbe7844076 F #4913: Refactor TM mkimage 2017-02-17 18:04:14 +01:00
mcabrerizo
100e7e0a00 F #4913: Refactor TM delete 2017-02-17 18:03:23 +01:00
mcabrerizo
f2621e6294 F #4913: Refactor TM cpds 2017-02-17 18:02:39 +01:00
mcabrerizo
7ae1436cbb F #4913: Code improvements TM clone 2017-02-17 18:01:29 +01:00
mcabrerizo
c1a67c2339 F #4913: Add methods for DS and TM actions 2017-02-17 17:59:47 +01:00
mcabrerizo
5755ba264d F #4913: Fix get_img_name 2017-02-17 17:09:10 +01:00
mcabrerizo
25fbf0e051 F #4913: Add run in silence methods for uploading/downloading files 2017-02-17 15:10:22 +01:00
mcabrerizo
09dda2ab8b F #4913: Move get_img_name to FileHelper 2017-02-17 15:02:53 +01:00
mcabrerizo
ad42eeff30 F #4913: Add FileHelper to vcenter_driver2 2017-02-17 14:59:45 +01:00
mcabrerizo
57a7763294 F #4913: Add backtrace to VM actions rescue 2017-02-17 14:58:41 +01:00
mcabrerizo
5c94337f30 F #4913: Add FileHelper class with methods for cp, clone... 2017-02-17 14:39:09 +01:00