1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

13756 Commits

Author SHA1 Message Date
mcabrerizo
3614619305 F : Add \u007F character check in cluster names. Revert two host with the same ref can be imported with different resource pools 2017-04-26 08:08:33 +02:00
Abel Coronado
9fc7770cb1 F Added CCR_REF and INSTANCE_ID inputs to general tab () 2017-04-25 12:38:22 +02:00
Abel Coronado
aeaa7ce666 F Restyled advanced options [import vCenter template] () 2017-04-21 16:44:21 +02:00
Abel Coronado
d6d7341ff9 F Solved bug in OpenNebula contextualization () 2017-04-20 19:31:28 +02:00
juanmont
65b333b1b2 F ()
* F  changed code for disable or enable icons

* F  Added new section for vcenter information in datastore

* F  Added new section for vcenter information in host-tab

* F  Added new section for vcenter information in vms-tab

* F  Added new section for vcenter information in vnets-tab
2017-04-20 12:29:37 +02:00
juanmont
d642526d17 F Added support for ipv6 static in advanced options () 2017-04-20 12:16:23 +02:00
juanmont
b7cd29ab37 F Added for each vcenter datastore to be imported () 2017-04-20 12:13:04 +02:00
Abel Coronado
3cb30ba1dd Added error message in import vCenter template () 2017-04-20 12:07:37 +02:00
Abel Coronado
cb0351d64c F Added message when importing images and vnets () 2017-04-20 12:07:09 +02:00
mcabrerizo
2ffa7a4c01 F : Fix get_img_name for non persistent images and CDROM images 2017-04-19 09:39:05 +02:00
mcabrerizo
1743b05ee5 F : Add downcase to OPENNEBULA_MANAGED=NO check 2017-04-19 09:38:16 +02:00
mcabrerizo
1362c8964a F : The same vCenter cluster can be imported with different resource pool confinements 2017-04-18 13:14:58 +02:00
mcabrerizo
e1f51ba73e F : Add support for IP6_STATIC address range in network import action 2017-04-18 11:41:33 +02:00
mcabrerizo
9f2a63cc1c F : Pass datastore action error message to the driver (ERROR attr) so you don't have to look for it in the log 2017-04-18 10:25:53 +02:00
mcabrerizo
179bf23d9b F : Pass tm action error message to the driver (ERROR attr) so you don't have to look for it in the log 2017-04-18 10:21:58 +02:00
mcabrerizo
1aaf04e45c F : Pass vmm action error message to the driver (ERROR attr) so you don't have to look for it in the log 2017-04-18 10:16:59 +02:00
mcabrerizo
35fbc4d0d8 F : Add instantiate to persistent logic before VM is destroyed and CDROM images should not be deleted to tm delete 2017-04-18 08:06:40 +02:00
mcabrerizo
c3a45e28d7 F : Persistent disks in a VM instantiated as persistent should not be detached in tm mvds 2017-04-18 08:05:04 +02:00
mcabrerizo
c78a121de6 F : Renamed reference and resize methods for unmanaged disks 2017-04-18 08:04:04 +02:00
mcabrerizo
9f2753bf35 F : Unmanaged disks are referenced using opennebula.disk vars in tm cpds 2017-04-18 08:02:53 +02:00
mcabrerizo
f5c9d4fd1b F : Major change unmanaged disks are referenced using opennebula.disk vars, storage drs support for volatile disks, CDROM device is no longer needed to be present to attach an ISO image 2017-04-18 08:00:58 +02:00
mcabrerizo
8b6880e4cb F : Non-persistent images and volatile images cannot be cloned on a Storage DRS datastore 2017-04-17 17:17:39 +02:00
mcabrerizo
f94d819f79 F : The mkimage tm action cannot be performed on a Storage DRS SYSTEM datastore 2017-04-17 17:04:56 +02:00
mcabrerizo
47a5a6babe F : Fix CDROM images can be deleted in datastore rm action 2017-04-17 17:03:27 +02:00
mcabrerizo
fc0f484c8e F : Add delete_file method using DeleteDatastoreFile_Task. Move some methods from Datastore class to Storage class 2017-04-17 17:02:13 +02:00
mcabrerizo
27bbd26d30 F : Remove instantiate to persistent logic from vmm shutdown action 2017-04-17 16:56:46 +02:00
mcabrerizo
601d4bea26 F : Add method to find persistent image in pool using SOURCE as reference 2017-04-17 16:55:31 +02:00
mcabrerizo
7d211b2d98 F : Vnc info is added when a wild VM is imported F#5074 2017-04-17 16:53:32 +02:00
mcabrerizo
cd70c16d38 F : Fix folder and filename for image upload in datastore cp action 2017-04-17 14:07:48 +02:00
mcabrerizo
54ae0257a2 F : Get image prefix from controller type when importing or apply default device prefix if not found 2017-04-13 10:05:22 +02:00
mcabrerizo
42e8418556 F : Datastore import, only one datastore is shown to users but two datastores may be created in the background 2017-04-13 08:52:28 +02:00
mcabrerizo
1ce3451a9b F : Remove duplicated methods get_vcenter_disks and get_vcenter_nics 2017-04-13 08:51:04 +02:00
mcabrerizo
2494c5f67b F : Persistent disks in a snapshooted VM are detached after all snapshots are removed and before VM is destroyed 2017-04-12 12:44:18 +02:00
mcabrerizo
0084ffc57c F : VC snapshot name will be One's id and VC snapshot description will be One's name F#4921 2017-04-12 09:58:31 +02:00
mcabrerizo
7343c80fe3 F : Add Wild VMs import, images and vnets created for VM's disk and nics 2017-04-12 09:15:45 +02:00
mcabrerizo
906404aa9c F : Fix context regeneration on VM resume 2017-04-12 09:13:31 +02:00
mcabrerizo
490f8770a6 F : Allow disk saveas action in admin_vcenter view 2017-04-12 09:12:19 +02:00
Miguel Cabrerizo
99809a147c Merge pull request from juanmont/feature-4913-36-bis
F : Added disks without size, when saving the template
2017-04-12 09:09:28 +02:00
juanmont
22178e2017 F Added disks without size, when saving the template 2017-04-11 12:22:35 +02:00
mcabrerizo
2338719319 F : Remove KEEP_DISKS_ON_DONE remnants 2017-04-10 20:59:36 +02:00
mcabrerizo
147b2d96ad F : Get back resource pool row for template create/update 2017-04-10 20:44:08 +02:00
Miguel Cabrerizo
423e75b9d8 Merge pull request from juanmont/feature-4913
Feature 4913. Keep disks on done and datastore selection removal from vm create/update
2017-04-10 19:26:41 +02:00
Miguel Cabrerizo
e23b7bf6b6 Merge branch 'feature-4913' into feature-4913 2017-04-10 19:22:56 +02:00
mcabrerizo
2840fb3a7c F : Fix monitor for VMM poll and check that offers the same info by monitor_vms 2017-04-10 18:36:20 +02:00
Jaime Melis
5eeb721e1c F : Merge branch 'master' into feature-4913 2017-04-10 18:13:28 +02:00
mcabrerizo
8c30c1f7da F : Fix esx hostname not sent in monitor info 2017-04-10 17:41:15 +02:00
mcabrerizo
2bd38bafa3 F : Add negative values check for performance manager 2017-04-10 17:04:16 +02:00
mcabrerizo
c551674ca9 F : Fix minor bugs in import actions 2017-04-10 15:36:48 +02:00
Miguel Cabrerizo
5370bde6bf Merge pull request from abelCoronado93/template-ajax
F : Created new images and networks before import vCenter template
2017-04-10 13:37:38 +02:00
mcabrerizo
e6a57b0f85 F : Add linked clone import to CLI. Several enhancements in monitor and import performance (containerview and propertycollector) 2017-04-10 13:36:00 +02:00