1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00
Commit Graph

14649 Commits

Author SHA1 Message Date
Sergio Semedi Barranco
4aea67a709 B #1463: VCENTER ONE_MANAGED && vnet hooks working as expected (#1508)
* B #1463: ONE_MANAGED attribute is required

* B #1463: vcenter_hooks activates properly

* B #1463: vn_mad changed to vcenter, error checking on hook
2017-11-22 17:05:11 +01:00
Vlastimil Holer
212de23fab B #1481: Better estimate image sizes (#1502) 2017-11-22 15:54:28 +01:00
Ruben S. Montero
3942a5d39d
Update ISSUE_TEMPLATE.md 2017-11-22 15:50:23 +01:00
Diego del Corral
e128f3d00f B #1506 change-body command, show connection errors and missing id's 2017-11-22 15:45:04 +01:00
Jaime Melis
dfbe0195ef
Update ISSUE_TEMPLATE.md 2017-11-21 18:26:47 +01:00
Jaime Melis
46f282ab50
Update ISSUE_TEMPLATE.md 2017-11-21 18:26:22 +01:00
juanmont
258d3033a3 Fixed Typo in issue template 2017-11-21 11:36:48 +01:00
juanmont
87a5fb45a4 B #1493: Options never will be empty when you create a resource 2017-11-21 11:02:48 +01:00
Ruben S. Montero
ee6dab2d0c
Create ISSUE_TEMPLATE.md 2017-11-19 23:04:51 +01:00
Diego del Corral
253738d6e8 Added error message for change-body function + trailling spaces fixed 2017-11-17 21:20:54 +01:00
Abel Coronado
9b7919eb5a B #5558: No way for disable select auth type on settings-tab 2017-11-17 15:54:30 +01:00
juanmont
93b8c6d52d B #5550: increased timeout for oneshowback and decreased for zones 2017-11-17 15:52:23 +01:00
Mariano Guezuraga
fa727a7e13 Oned: Fix typo in help (#553) 2017-11-17 15:49:11 +01:00
Abel Coronado
56341375b6 Better default for PAGE SIZE (DEFAULT_POOL_PAGE_SIZE = 200) 2017-11-17 15:47:07 +01:00
Abel Coronado
19ca3ab64e BUG: IMAGE_NAME and IMAGE_UNAME are not considered for showback 2017-11-17 15:40:43 +01:00
Abel Coronado
9d43f75ed6 B #5556: Disk size slider only goes up to 508GB (#579) 2017-11-16 15:07:41 +01:00
juanmont
0e6add9dba F #5552: Added possibility work with all resources in onedb command (#575) 2017-11-15 18:10:52 +01:00
Vlastimil Holer
c242633bc7 Bug 5530 - Remove unnecessary commands from sudoers (#574)
* sudo for dd doesn't seem necessary

I can't find any call of dd with sudo in the whole project. While having the opportunity to escalate permissions with dd it's maybe a good idea to remove it from sudoers.

* B #5530: Synchronize sudo_commands.rb with current sudoers

Issue OpenNebula/one#573
2017-11-15 18:09:21 +01:00
juanmont
aa79958aec B #5555: Fix conflict INHERIT vs RESTRICTED
* bug-inherit-attr: Fixed bug with \n

* bug-inherit-attr: Saved template_json_base within data attribute

(cherry picked from commit 607cde3daf)
2017-11-15 17:36:59 +01:00
Abel Coronado
dda3ceaad4 F #5539: Host capacity take into account Cluster overcommitment (#572) 2017-11-14 14:41:58 +01:00
Ruben S. Montero
69b3e4d9b1 B #5547: Capture JSON errors on OpenNebula Systems Marketplace driver
(cherry picked from commit 09416b78d8)
2017-11-13 17:51:07 +01:00
Vlastimil Holer
23e57de80a B #5545: Image not decompressed on upload (#569) 2017-11-13 16:07:38 +01:00
Ruben S. Montero
b9b272f00f Revert "F #5241: Merged vCenter and KVM views (#566)"
This reverts commit 49058dd4ab.
2017-11-13 15:27:44 +01:00
Ruben S. Montero
70ce299caa Revert "F #5241: Updated install.sh (#568)"
This reverts commit a45f707552.
2017-11-13 15:27:42 +01:00
Ruben S. Montero
0f48c85d6d Revert "Execution permissions for install.sh"
This reverts commit 4a5949a4ed.
2017-11-13 15:27:36 +01:00
Jaime Melis
4a5949a4ed Execution permissions for install.sh
The permissions was accidentally removed in:
a45f707552
2017-11-13 12:23:27 +01:00
Abel Coronado
a45f707552 F #5241: Updated install.sh (#568) 2017-11-13 11:35:00 +01:00
Jaime Melis
b36ec8ba6f Fixes bug by chaning the scope of error
(cherry picked from commit d7bb9c2829)
2017-11-13 11:10:19 +01:00
Abel Coronado
49058dd4ab F #5241: Merged vCenter and KVM views (#566) 2017-11-10 16:53:45 +01:00
Abel Coronado
a841f0db4b Solved bug in Selenium tests (off('change')) (#567) 2017-11-10 11:13:46 +01:00
Abel Coronado
5989058b56 B #5536: Solved bug click event in Firefox (#565) 2017-11-08 16:28:00 +01:00
Ruben S. Montero
e3be9339ad Fix compilation warning 2017-11-08 16:20:44 +01:00
Abel Coronado
a135092e55 F #5535: Added multiple choice list as USER_INPUTs (#563) 2017-11-08 16:17:18 +01:00
juanmont
2f1fc2660d Updated IPAM example drivers to be more consistent 2017-11-08 13:59:32 +01:00
Tino Vazquez
ee349a9b53 Premigrator script bumped from 1.1.3 to 1.1.6 2017-11-06 11:22:25 +01:00
Sergio Semedi Barranco
97d4a54a60 B #5531: vcenter images now are imported properly (#561)
* B #5531: OpenNebula does not duplicate template/VM images

* B #5531: onevcenter images works as expected

* B #5531: vcenter imported images adquire proper names

(cherry picked from commit a0a2a034d7)
2017-11-03 11:09:47 +01:00
Ruben S. Montero
03c88b75f5 F #5532: Added new methods for update and show the resource body saved on database
(cherry picked from commit c1870fb983)
2017-11-02 23:00:26 +01:00
Abel Coronado
2c5e04dad5 B #5529: Unable to set CPU first, it always get values from vCPU (#558) 2017-11-02 17:01:46 +01:00
Vlastimil Holer
639c866798 B #5530: Remove unnecessary commands from sudoers (#559) 2017-11-02 15:13:15 +01:00
Ruben S. Montero
cda099cc7d F #5521: change-history for onedb 2017-11-02 14:57:12 +01:00
Vlastimil Holer
801f9cf27f B #5525: Fail on Java OCA build errors (#557) 2017-11-02 14:56:51 +01:00
Abel Coronado
3805f5380d F #5528: Standardized js (#556)
* F #5528: Standardized js

* F #5528: Applied standard in 2 random files

* F #5528: Added no-trailing-spaces rule
2017-11-02 12:03:22 +01:00
Vlastimil Holer
790d620780 F #5522: Remove manual pages (#554) 2017-11-02 10:08:41 +01:00
juanmont
890b5636d4 B #5518: Sent MEMORY_COST and DIS_COST to OpenNebula in MB (#552) 2017-10-31 16:58:04 +01:00
abelCoronado93
e8be19ff53 B #5518: Cost calculations take into account only the base template (oneFlow) 2017-10-31 10:11:21 +01:00
Vlastimil Holer
4a47fbed3f B #5517: Add Gemfile.lock for Ubuntu 17.10 2017-10-30 18:26:16 +01:00
Abel Coronado
54f1f6bade F #5513: Information from the servers in the zone-info panel (#549) 2017-10-30 12:39:44 +01:00
Javi Fontan
575530bfac B #5492: change-body modifies db instead of API data
(cherry picked from commit c631781bef)
2017-10-27 16:55:38 +02:00
Sergio Semedi Barranco
0466a376c3 B #5286: imported vnet real hash names (#542)
* B #5286: imported networks from templates are 'properly' hashed

* B #5286: imported wilds have the real vnet name

(cherry picked from commit 82c8fcbf97)
2017-10-27 15:23:21 +02:00
albertoflorez
49c21df31e chore: extend the list of attributes send to the OpenNebula network drivers: TEMPLATE/CONTEXT and USER_TEMPLATE 2017-10-27 15:06:10 +02:00