1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-31 01:47:11 +03:00

13839 Commits

Author SHA1 Message Date
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
juanmont
876e0621fa F #5054 show all vms in dashboard of cloud view (#281) 2017-05-04 19:44:59 +02:00
Ruben S. Montero
6e64669af3 Add support for libreSSL 2017-05-04 16:23:44 +02:00
Javi Fontan
1c2a649635 B #5140: make code compatible with openssl 1.1.0 2017-05-04 14:23:17 +02:00
Javi Fontan
191fca5241 Merge pull request #289 from vholer/master
Add OpenNebula systemd service dependency on MySQL
2017-05-03 11:34:00 +02:00
mcabrerizo
d91a5854b2 F #4913: Fix import wild vm bug 2017-04-28 12:43:30 +02:00
mcabrerizo
83db00d485 F #4913: Fix tm cpds bug 2017-04-28 12:41:46 +02:00
Vlastimil Holer
dc0edf386c
Add OpenNebula systemd service dependency on MySQL 2017-04-27 17:19:52 +02:00
Jaime Melis
f6f1905862 Merge branch 'feature-4913' 2017-04-26 14:51:42 +02:00
Jaime Melis
566935f3b0 Merge pull request #280 from juanmont/feature-4913-47
F #4913 Changed fields and labels to import the vnets
2017-04-26 14:45:42 +02:00
mcabrerizo
e336d8fcb0 F #4913: Fix instantiated_as_persistent to deal with VMs that has no DEPLOY_ID yet 2017-04-26 13:55:57 +02:00
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