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

13767 Commits

Author SHA1 Message Date
juanmont
7242b44c7e F #4913 Changed fields and labels to import the vnets 2017-04-26 11:52:23 +02:00
mcabrerizo
9d207be128 F #4913: Add vmm prereconfigure action to install.sh 2017-04-26 11:24:42 +02:00
mcabrerizo
2931e8c8bb F #4913: Add missing vmm prereconfigure action symbolic link 2017-04-26 11:16:28 +02:00
mcabrerizo
a935b90ceb F #4913: Remove RP confinement in cluster import wizard (CLI and Sunstone) 2017-04-26 09:10:57 +02:00
mcabrerizo
eff3fedbac F #4913: Update vcenter INHERIT and REQUIRED attrs in oned.conf 2017-04-26 09:00:26 +02:00
mcabrerizo
ac5211a42d F #4913: Add vcenter_driver defaults file 2017-04-26 08:58:25 +02:00
mcabrerizo
68cbce05e7 F #4913: Fix bug in rp_cache and apply minor changes to virtual_machine 2017-04-26 08:13:24 +02:00
mcabrerizo
64884a133a F #4913: Minor changes to importer 2017-04-26 08:12:38 +02:00
mcabrerizo
654143ced7 F #4913: Don't get stats when no VMs can be monitored. Revert two host with the same ref can be imported with different resource pools 2017-04-26 08:11:56 +02:00
mcabrerizo
6e32629087 F #4913: Fix minor bug in get_img_name 2017-04-26 08:10:30 +02:00
mcabrerizo
7f2d0bc05a F #4913: Imported images are now NON-PERSISTENT images. 2017-04-26 08:09:27 +02:00
mcabrerizo
3614619305 F #4913: 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 #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