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

13859 Commits

Author SHA1 Message Date
Javi Fontan
c931f643c7 Merge pull request #312 from vholer/bug-5144
Bug 5144 - fs/snap_* BRIDGE_LIST, fixes
2017-05-24 17:50:03 +02:00
Vlastimil Holer
83af85dd83
B #5144: fs/snap_* fixed locations, non-qcow2 revert, added exec_and_logs 2017-05-24 16:48:35 +02:00
Kristian Feldsam
2836eb9e36
Fixed/Extended DS MAD FS snapshot script to work via BRIDGE_LIST on remote hosts
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
Signed-off-by: Vlastimil Holer <vlastimil.holer@gmail.com>
2017-05-24 11:59:25 +02:00
Javi Fontan
06b4c8f838 B #5059: show public IPs for AWS machines
For CLI and Sunstone
2017-05-23 16:19:50 +02:00
juanmont
b5e0914dd7 F #ColorMeter Added new attribute for view colors in meter input 2017-05-23 14:59:03 +02:00
Javi Fontan
51bdcbdfe7 Merge pull request #309 from vholer/bug-3705
B #3705 Allow DRIVER override on datastore level
2017-05-23 11:50:35 +02:00
Javi Fontan
a7249044e4 Merge branch 'feature-3053' 2017-05-23 10:15:55 +02:00
abelCoronado93
b1f9a30ff0 F #5161 Solved bug in attach disk and attach nic 2017-05-22 19:11:28 +02:00
juanmont
509b981190 B #5162 resolved bug for resize the vms 2017-05-22 15:44:08 +02:00
juanmont
6e1e76efa4 B #5157 Added new security control for vcenter attributes and separated info tables 2017-05-22 14:43:56 +02:00
Vlastimil Holer
6383b7529c
B #3705: Add TEMPLATE/DRIVER=raw into exist. CEPH/LVM DS on migration 2017-05-19 23:11:22 +02:00
Vlastimil Holer
ae96f4eaf0
B #3705: Don't override image DRIVER if CDROM 2017-05-19 16:54:03 +02:00
Vlastimil Holer
3c9065fec4
B #3705: Set DRIVER=qcow2 for TM_MAD qcow2 2017-05-19 10:51:13 +02:00
Vlastimil Holer
38e7822328
B #3705: Default CONVERT=yes in fs/cp 2017-05-19 10:45:18 +02:00
Vlastimil Holer
3c71258c84
B #3705: DRIVER configuration for the TM_MAD_CONF 2017-05-19 10:44:02 +02:00
Vlastimil Holer
1393bff1c5
B #3705: Update DS_MAD fs/cp to support CONVERT/DRIVER 2017-05-19 10:44:02 +02:00
Vlastimil Holer
a2a1e83056
B #3705: Override image DRIVER attribute by the datastore DRIVER 2017-05-19 10:43:37 +02:00
juanmont
c54fac1594 vCenter tag 2017-05-18 11:58:19 +02:00
abelCoronado93
41b608d057 F #3053 Added virtio-scsi Queues input in OS Booting (update VM Template) 2017-05-17 16:56:38 +02:00
Javi Fontan
e164fde85f F #3053: add explicit address to scsi drives
By default scsi drives increase the unit part of the address. This
causes problems in linux as the devices are not created in order.

Setting the target forces the order to be maintained.

https://bugzilla.redhat.com/show_bug.cgi?id=1200049
2017-05-17 15:24:57 +02:00
Javi Fontan
05511e5c59 F #3053: add virtio-scsi controller when queues are specified 2017-05-17 12:56:20 +02:00
Javi Fontan
8e3706fef7 F #3053: add virtio_scsi to defaults file 2017-05-17 12:01:55 +02:00
Javi Fontan
93f078d173 F #3053: Add support for virtio-scsi controller 2017-05-17 11:48:14 +02:00
Javi Fontan
6b0814ef78 F #4159: allow ipv6 135, 136 udp ports
Patch by Roy Keene <rkeene@knightpoint.com> from:

https://dev.opennebula.org/issues/4159#note-12
2017-05-16 12:58:59 +02:00
Abel Coronado
7edd06758c Bug #5149 Removed autorefresh option in sunstone-config (#303) 2017-05-16 12:08:15 +02:00
Tino Vazquez
d26a242ac1 Merge branch 'feature-5065' 2017-05-16 11:56:12 +02:00
Abel Coronado
8f11a1d642 F #5149 Removed autorefresh option (#302) 2017-05-16 11:51:10 +02:00
Abel Coronado
26fcd6afd1 F #5143 Added the possibility of scaling the cpu (#300) 2017-05-16 11:48:24 +02:00
mcabrerizo
27badc8dae F #4913: Add vcenter migration option to onedb tool 2017-05-16 10:21:54 +02:00
mcabrerizo
2274a9ca72 F #4913: Add error management to some pool creation actions 2017-05-16 09:41:26 +02:00
Jaime Melis
8d4cfaf16b Merge pull request #160 from atodorov-storpool/tmCephOnSharedFs
tm/ceph {pre,post}migrate do nothing if not SYSTEM DS
2017-05-12 14:23:29 +02:00
Javi Fontan
38cb96edcd F #4937: Change schema code to database backend 2017-05-12 11:49:53 +02:00
Javi Fontan
5be92e323d F #4937: reorganize fsck code
This contains all these changes

* Use IMAGE_STATES array from OCA
* Including OpenNebula breaks fsck
* Extract check_pool_control and check_users_groups
* Extract check_clusters
* Extract check_datastores
* Move schema definitions to a hash
* Move counter initialization to its own methods
* Add comments to sections

To see them use:

    grep -E '(DATA|FIX|TODO):' fsck.rb

* More fsck comments
* Move image checks to its own file
* Move marketplace/app checks to it's own file
* Take out do_ prefix from functions
* Move pool_control checks
* Move user and group checks
* Split check_clusters to external functions

There are still functions that regenerate the whole table. This should
be fixed later. Look for functions called check_fix_*.

Look also for use of REXML instead of Nokogiri. This can be found
searching for "Document.new".

Some searches are done using plain SQL statements. These can be
changed to sequel functions.

* Split check_datastores
* Move VM checks
* Move cluster_vnc_bitmap checks
* Move history check
* Move vrouter check
* Move host checks
* Move network checks
* Move quota checks
* Move template checks
* Reorganize quota check code
* Calculate quota for datastores with target SELF
* Add fsck directory to install.sh
* Bug in fsck quota code
2017-05-12 11:45:34 +02:00
mcabrerizo
6a2f13ede1 F #4913: Fix vcenter downloader source DS was missing 2017-05-12 09:29:23 +02:00
mcabrerizo
08cf1957d8 F #4913: Fix wild vm import. Add template moref and opennebula_managed to networks created 2017-05-12 09:28:18 +02:00
Abel Coronado
e7369f72db Changed custom attributes title (#301) 2017-05-11 17:55:17 +02:00
Abel Coronado
5f8e429693 F #5139 Restyled custom tags (#297)
* Restyled custom tags

* Restyled user inputs
2017-05-09 13:45:29 +02:00
juanmont
2b112fd02a F #5043 introduced labels into yaml file and controled errors (#295) 2017-05-08 12:36:02 +02:00
juanmont
163b91d522 Feature template (#296)
* removed merge templates function

* saved disk template into disk-tab
2017-05-08 12:35:21 +02:00
Abel Coronado
83a2d0e7c1 F #5139 Added posibility to add objects in custom tags (#293) 2017-05-05 16:24:38 +02:00
juanmont
b882f5f41e F #5043 Added persistents labels for users and system (#291) 2017-05-05 16:23:58 +02:00
Ruben S. Montero
7734743c3d F #5005: Added comment for missing migration 2017-05-05 12:41:50 +02:00
Abel Coronado
e989581c13 Solved bug in user inputs (#290)
* Solved bug in user inputs

* Default values for boolean types
2017-05-05 11:51:18 +02:00
Abel Coronado
46988e317b Backlog #4351 Disabled VM instantiate on hold checkbox from yaml view (#288) 2017-05-05 11:50:45 +02:00
Abel Coronado
9cc4c3dede B #5133 Solved bug in storage size when update vm template (#287) 2017-05-05 11:50:20 +02:00
Javi Fontan
1b28fbe354 Merge branch 'feature-3387' 2017-05-05 11:32:06 +02:00
Abel Coronado
c292f2aa8d Changed order in datatables (#286)
* Changed order in image datatable

* Changed order in virtual routers datatable

* Changed order virtual routers templates datatable

* Changed order datastores datatable

* Changed order marketplaceapps datatable

* Changed order marketplaces datatable

* Changed order oneflow-services datatable

* Changed order oneflow-templates datatable

* Changed order secgroups datatable

* Changed order vms datatable

* Changed order vnets datatable
2017-05-04 19:48:24 +02:00
juanmont
d7fb901b42 B #5075 Added the same select to Image mapping driver (#284) 2017-05-04 19:48:01 +02:00
juanmont
7652a1bb78 Feature #5106 Permissions for VMgroups (#283)
* F #5106 Added permissions table to info of vmgroups

* F #5106 Added new section to info to manage the ownerships
2017-05-04 19:46:45 +02:00
juanmont
9299fdec97 Feature 2774 Better Zone handling in Sunstone (#282)
* F #2774 added new param to config

* F #2774 Disabled upload when you change the zone

* F #2774 Disabled vnc when you change the zone
2017-05-04 19:45:44 +02:00