1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

13755 Commits

Author SHA1 Message Date
Abel Coronado
9fc7770cb1 F #4913 Added CCR_REF and INSTANCE_ID inputs to general tab (#269) 2017-04-25 12:38:22 +02:00
Abel Coronado
aeaa7ce666 F #4913 Restyled advanced options [import vCenter template] (#273) 2017-04-21 16:44:21 +02:00
Abel Coronado
d6d7341ff9 F #4913 Solved bug in OpenNebula contextualization (#270) 2017-04-20 19:31:28 +02:00
juanmont
65b333b1b2 F #4913 (#271)
* F #4913 changed code for disable or enable icons

* F #4913 Added new section for vcenter information in datastore

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

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

* F #4913 Added new section for vcenter information in vnets-tab
2017-04-20 12:29:37 +02:00
juanmont
d642526d17 F #4913 Added support for ipv6 static in advanced options (#266) 2017-04-20 12:16:23 +02:00
juanmont
b7cd29ab37 F #4913 Added for each vcenter datastore to be imported (#264) 2017-04-20 12:13:04 +02:00
Abel Coronado
3cb30ba1dd Added error message in import vCenter template (#263) 2017-04-20 12:07:37 +02:00
Abel Coronado
cb0351d64c F #4913 Added message when importing images and vnets (#259) 2017-04-20 12:07:09 +02:00
mcabrerizo
2ffa7a4c01 F #4913: Fix get_img_name for non persistent images and CDROM images 2017-04-19 09:39:05 +02:00
mcabrerizo
1743b05ee5 F #4913: Add downcase to OPENNEBULA_MANAGED=NO check 2017-04-19 09:38:16 +02:00
mcabrerizo
1362c8964a F #4913: The same vCenter cluster can be imported with different resource pool confinements 2017-04-18 13:14:58 +02:00
mcabrerizo
e1f51ba73e F #4913: Add support for IP6_STATIC address range in network import action 2017-04-18 11:41:33 +02:00
mcabrerizo
9f2a63cc1c F #4913: 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 #4913: 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 #4913: 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 #4913: 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 #4913: 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 #4913: Renamed reference and resize methods for unmanaged disks 2017-04-18 08:04:04 +02:00
mcabrerizo
9f2753bf35 F #4913: Unmanaged disks are referenced using opennebula.disk vars in tm cpds 2017-04-18 08:02:53 +02:00
mcabrerizo
f5c9d4fd1b F #4913: 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 #4913: 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 #4913: The mkimage tm action cannot be performed on a Storage DRS SYSTEM datastore 2017-04-17 17:04:56 +02:00
mcabrerizo
47a5a6babe F #4913: Fix CDROM images can be deleted in datastore rm action 2017-04-17 17:03:27 +02:00
mcabrerizo
fc0f484c8e F #4913: 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 #4913: Remove instantiate to persistent logic from vmm shutdown action 2017-04-17 16:56:46 +02:00
mcabrerizo
601d4bea26 F #4913: Add method to find persistent image in pool using SOURCE as reference 2017-04-17 16:55:31 +02:00
mcabrerizo
7d211b2d98 F #4913: Vnc info is added when a wild VM is imported F#5074 2017-04-17 16:53:32 +02:00
mcabrerizo
cd70c16d38 F #4913: Fix folder and filename for image upload in datastore cp action 2017-04-17 14:07:48 +02:00
mcabrerizo
54ae0257a2 F #4913: 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 #4913: 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 #4913: Remove duplicated methods get_vcenter_disks and get_vcenter_nics 2017-04-13 08:51:04 +02:00
mcabrerizo
2494c5f67b F #4913: 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 #4913: 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 #4913: 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 #4913: Fix context regeneration on VM resume 2017-04-12 09:13:31 +02:00
mcabrerizo
490f8770a6 F #4913: Allow disk saveas action in admin_vcenter view 2017-04-12 09:12:19 +02:00
Miguel Cabrerizo
99809a147c Merge pull request #254 from juanmont/feature-4913-36-bis
F #4913: Added disks without size, when saving the template
2017-04-12 09:09:28 +02:00
juanmont
22178e2017 F #4913 Added disks without size, when saving the template 2017-04-11 12:22:35 +02:00
mcabrerizo
2338719319 F #4913: Remove KEEP_DISKS_ON_DONE remnants 2017-04-10 20:59:36 +02:00
mcabrerizo
147b2d96ad F #4913: Get back resource pool row for template create/update 2017-04-10 20:44:08 +02:00
Miguel Cabrerizo
423e75b9d8 Merge pull request #241 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 #4913: 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 #4913: Merge branch 'master' into feature-4913 2017-04-10 18:13:28 +02:00
mcabrerizo
8c30c1f7da F #4913: Fix esx hostname not sent in monitor info 2017-04-10 17:41:15 +02:00
mcabrerizo
2bd38bafa3 F #4913: Add negative values check for performance manager 2017-04-10 17:04:16 +02:00
mcabrerizo
c551674ca9 F #4913: Fix minor bugs in import actions 2017-04-10 15:36:48 +02:00
Miguel Cabrerizo
5370bde6bf Merge pull request #253 from abelCoronado93/template-ajax
F #4913: Created new images and networks before import vCenter template
2017-04-10 13:37:38 +02:00
mcabrerizo
e6a57b0f85 F #4913: Add linked clone import to CLI. Several enhancements in monitor and import performance (containerview and propertycollector) 2017-04-10 13:36:00 +02:00
mcabrerizo
dea2a64148 F #4913: Replace VCENTER_RESOURCE_POOL with VCENTER_RESOURCE_POOL_INFO in monitor_resource_pools 2017-04-10 13:32:48 +02:00