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

9589 Commits

Author SHA1 Message Date
Javi Fontan
7b84345926 feature #3327: make vcenter recursive search compatible with ruby 1.8.7
(cherry picked from commit a093e08780b98a5b8728fb37ffd21ef09aefe91a)
2014-11-18 18:53:50 +01:00
Javi Fontan
12157a9a25 bug #3293: add ruby lib path to vcenter im
(cherry picked from commit 11641950f5f28d6ccfab29623adf5a29b8c32681)
2014-11-18 18:46:49 +01:00
Jaime Melis
1363fdacdd Bug #3341: Temporary fix that fixes de broken pipe use but breaks the CLI SSL support for Ruby 1.8.7
(cherry picked from commit f40d69d0bdb22712b2b8b2f68fde235f68c2e725)
2014-11-18 18:02:06 +01:00
Carlos Martín
464ec1b4b1 Bug #3291: Keep vnet id when new AR dialog is reset 2014-11-18 16:31:50 +01:00
Carlos Martín
3959dcabac Bug #3137: Use common quota code in provision tab 2014-11-18 15:56:36 +01:00
Javi Fontan
676a8f0c4c bug #3364: install zendesk_api gem compatible with 1.8.7
(cherry picked from commit abca2ddd03b2a8075d529caa1e3907c55a7d171c)
2014-11-18 14:52:07 +01:00
Javi Fontan
8499e70e3c Merge branch 'bug-3293' 2014-11-18 13:31:38 +01:00
Javi Fontan
1f20b7c29c bug #3354: ask for memberOf attribute in ldap auth
Patch sent by Fabian Zimmermann.

(cherry picked from commit a2a25673b4e45ef5e932a633ef0fc0a7cd7a5546)
2014-11-18 12:58:53 +01:00
Tino Vazquez
3d6711bec4 Fix syntax error
(cherry picked from commit eaa2380fca57d5475865721f7a5a2a2d02fe8161)
2014-11-18 12:56:32 +01:00
Daniel Molina
ab7b13b664 bug #3363: rescue exception when trying to parse a plain service template 2014-11-18 12:53:43 +01:00
Daniel Molina
31f2f805fb Bug #3338: Generate host graphs when the tab is clicked
(cherry picked from commit 5baa08f057a07992b0498f268b4b61d9bd60bede)
2014-11-18 12:43:41 +01:00
Daniel Molina
66cba3841f bug #3130: Service instantiate should not allow to add new extra network interfaces
(cherry picked from commit 394293b7a1a4705013c82044f8f94cb14594dffa)
2014-11-18 12:43:41 +01:00
Carlos Martín
1e81cc7a1d Bug #3319: Clear flow instantiate dialog after each submit 2014-11-18 12:20:12 +01:00
Tino Vazquez
aadd17d84f Fix for cli error
(cherry picked from commit 6124ba7d2c89eb366935c6d4d26a6b21ee17c223)
2014-11-18 11:59:51 +01:00
Tino Vazquez
4b71995261 Feature #3305: Add context info for vCenter VMs
(cherry picked from commit 6dd30ec6a66d6b18bdde5639f35ba5f390fdcbb9)
2014-11-18 11:59:32 +01:00
Carlos Martín
3863a3dbdc Bug #3350: Remove cluster -1 from the acl wizard 2014-11-17 18:25:24 +01:00
Daniel Molina
18ba43e1f8 Bug #3359: Add missing ceph attrs 2014-11-17 18:10:38 +01:00
Daniel Molina
1167c38b2b bug #3359: Fix gluster_volume assignment 2014-11-17 18:10:37 +01:00
Daniel Molina
d1df225e36 bug #3359: Fix cep pool name tooltip 2014-11-17 18:10:37 +01:00
Carlos Martín
4576d001d5 Bug #3275: Fix cluster wizard columns 2014-11-17 17:49:06 +01:00
Carlos Martín
722f645a33 Bug #3352: Fix refresh in VM attach disk/nic 2014-11-17 17:20:59 +01:00
Daniel Molina
6b8a81d019 bug #3276: Remove debug info 2014-11-17 17:15:32 +01:00
Javi Fontan
ddc4b757e7 bug #3315: use semantic versioning for remotes
onehost sync was using alphabetical comparison but this method does not work for this
comparison:

4.10.0 > 4.8.0

Now the versions are parsed by Gem::Version, that comes with rubygems and should
be installed in the frontend.

When the version can not be parsed it falls back to text comparison or forces update
if the comparison can not be made (one of the two versions is malformed).

More information about semantic versioning: http://semver.org/
2014-11-17 16:50:26 +01:00
Daniel Molina
66400df2f8 bug #3276: Check client errors when creating a new support request 2014-11-17 16:33:44 +01:00
Carlos Martín
099c514fca Bug #3353: Do not set last_pool time to 0 in lcm::monitor_poweron 2014-11-17 16:18:25 +01:00
Jaime Melis
dd3c9ad8d2 Bug #3332: Attach non-persistent disks does not work for ceph 2014-11-17 15:57:47 +01:00
Daniel Molina
88235fe9d7 bug #3304: Fix acct end_time placeholder 2014-11-17 15:42:50 +01:00
Daniel Molina
bf43bc0a0b bug #3304: Add support for different time formats in acct inputs 2014-11-17 15:38:22 +01:00
Tino Vazquez
2d05f1f2ea Solve recursion problem in vCenter driver for hierarchy function
(cherry picked from commit ab35b92babe0383fd193866171f75084a1e07f31)
2014-11-17 15:32:33 +01:00
Tino Vazquez
2cac660e73 Feature #3305: Enable context in vCenter view
(cherry picked from commit 4c277b87e439ce7215666234980fb95e7cb1561a)
2014-11-17 15:32:28 +01:00
Javi Fontan
a57f5bdf7b bug #3293: move vcenter_driver.rb to /usr/lib/one/ruby 2014-11-17 15:19:07 +01:00
Daniel Molina
c4340382b2 bug #3303: Do not ask for password for ldap user creation 2014-11-17 13:10:40 +01:00
Carlos Martín
526ec6bcea Bug #3256: Change RMDelete return code 2014-11-17 12:51:21 +01:00
Javi Fontan
56f2babf22 feature #3327: search recursively for objects in vcenter
It searches for both hosts and vms inside folders.

Based on the patch sent by Jens Grunert:

https://github.com/OpenNebula/one/pull/39
(cherry picked from commit 4d90449753b6275199cc120806aa9e028b08e3a5)
2014-11-17 12:39:10 +01:00
Javi Fontan
6c7eef4c97 bug #3334: skip non defined objects when searching for vcenter templates
Some objects returned by childEntity can be already deletend when they are accessed.
This patch skips these objects.

(cherry picked from commit e2886255464e666c6a62d91cc1d016da6ab1a643)
2014-11-17 11:50:13 +01:00
Jaime Melis
1adb2691c3 Bug #3320: Hardcoded path of /usr/bin/false, used by econe server
(cherry picked from commit 758f175184a954c05095d12ff2863a7091d30254)
2014-11-14 17:15:38 +01:00
Javi Fontan
f83f5ef852 bug #3334: fix bug searching for templates in vcenter
(cherry picked from commit 55ec34a6243bf11f44a71d7f40b6e8bdaba9a297)
2014-11-14 15:11:37 +01:00
Ruben S. Montero
b4f84e77a0 bug #3351: Fix wrong method call. Thanks to Sebastiaan Smit 2014-11-13 23:24:34 +01:00
Daniel Molina
84507a64cc Bug #3346: Show vCenter and Hybrid IPs in cloud view
(cherry picked from commit d80a53a4fdf482060d154664e3aa66b05c9c0a91)
2014-11-13 18:11:35 +01:00
Daniel Molina
a063c4b3af Bug #3348: Set hover_delay to 0
(cherry picked from commit 698907822fbd1ea90057669b57e6da1c4068104f)
2014-11-13 18:11:35 +01:00
Daniel Molina
aa84acd1d1 bug #3342: Quotas are not applied to users created through vdcadmin view
(cherry picked from commit 7c0e5b3a423850e2d61a37db2c9d2c97a4820775)
2014-11-13 18:11:35 +01:00
Javi Fontan
62d58423b2 bug #3295: install net-ldap < 0.9 with ruby 1.8.7
(cherry picked from commit 1355c28734bcab3d67a70df093bf68473d52c78a)
2014-11-12 13:45:36 +01:00
Carlos Martín
ebc431bc91 Bug #3297: Remove debug output
(cherry picked from commit 215079a8eacde1d27411bf91fcf0d8b4d469b29d)
2014-11-12 13:01:37 +01:00
Daniel Molina
d719a1518a bug #3285: VM/Service Templates are not refreshed 2014-11-12 12:41:59 +01:00
Daniel Molina
d7d7e173aa bug #3135: Service 'change cardinality' button does not disappear after it's clicked 2014-11-12 12:36:17 +01:00
Daniel Molina
4fee4df781 bug #3136: Service VMs table refresh does not work 2014-11-12 12:16:44 +01:00
Daniel Molina
338a09104a bug #3138: Role VMs fails if the role is in pending 2014-11-12 11:46:38 +01:00
Daniel Molina
28fc833439 bug #3282: VM refresh hides the graphs
(cherry picked from commit e4d34aa8492e5449045d6ce6b74e96c45aeaddbe)
2014-11-11 17:27:28 +01:00
Daniel Molina
ecbc6da2b6 bug #3294: hybrid tab not available in vcenter view in the template creation dialog
(cherry picked from commit 667faf9668a741a1ae94af8a185a4124f72234b7)
2014-11-11 17:27:28 +01:00
Daniel Molina
28960ad2ef bug #3316: In cloud view the button to create a new VM does not work after creating one VM
(cherry picked from commit 34b4d8836d9a20abd0d641d091a3727fc47cfa76)
2014-11-11 17:27:28 +01:00