1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-08-15 09:49:25 +03:00
Commit Graph

9626 Commits

Author SHA1 Message Date
9acff41c0f feature #3331: Generate a master key file to encrypt data in the DB (.one/one_key). Encrypt VCENTER_PASSWORD in host template. VCenter driver derypts the password using the master key
(cherry picked from commit 8016908d3b)

Conflicts:
	src/vmm_mad/remotes/vcenter/vcenter_driver.rb
2014-11-26 23:15:28 +01:00
c004bca158 Feature #3305: Make extraConfig persistent in vmx
Also, context for vCenter in plain text instead of XML

(cherry picked from commit 2ff16e74284f31cd293072e483d54cbfeeea708d)

Conflicts:
	src/vmm_mad/remotes/vcenter/vcenter_driver.rb
2014-11-26 23:15:28 +01:00
de7d889d91 feature #3264: add oneshowback man page 2014-11-25 16:43:55 +01:00
64480d6e3d Merge branch 'master' into feature-3264 2014-11-21 15:18:51 +01:00
ef3d4443ca feature #3329: Add service cost to cloud view 2014-11-20 17:34:56 +01:00
c4299030f4 feature #3328: Fix isFeatureEnabled method 2014-11-20 17:34:38 +01:00
8d7f8f7f22 feature #3328: Add option to disable show back 2014-11-20 16:51:42 +01:00
20500b6c99 bug #3361: Add missing datastore attrs in the creation wizard
(cherry picked from commit 570f8524cb)
2014-11-19 10:52:58 +01:00
7b84345926 feature #3327: make vcenter recursive search compatible with ruby 1.8.7
(cherry picked from commit a093e08780)
2014-11-18 18:53:50 +01:00
12157a9a25 bug #3293: add ruby lib path to vcenter im
(cherry picked from commit 11641950f5)
2014-11-18 18:46:49 +01:00
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 f40d69d0bd)
2014-11-18 18:02:06 +01:00
464ec1b4b1 Bug #3291: Keep vnet id when new AR dialog is reset 2014-11-18 16:31:50 +01:00
3959dcabac Bug #3137: Use common quota code in provision tab 2014-11-18 15:56:36 +01:00
676a8f0c4c bug #3364: install zendesk_api gem compatible with 1.8.7
(cherry picked from commit abca2ddd03)
2014-11-18 14:52:07 +01:00
8499e70e3c Merge branch 'bug-3293' 2014-11-18 13:31:38 +01:00
1f20b7c29c bug #3354: ask for memberOf attribute in ldap auth
Patch sent by Fabian Zimmermann.

(cherry picked from commit a2a25673b4)
2014-11-18 12:58:53 +01:00
3d6711bec4 Fix syntax error
(cherry picked from commit eaa2380fca)
2014-11-18 12:56:32 +01:00
ab7b13b664 bug #3363: rescue exception when trying to parse a plain service template 2014-11-18 12:53:43 +01:00
31f2f805fb Bug #3338: Generate host graphs when the tab is clicked
(cherry picked from commit 5baa08f057)
2014-11-18 12:43:41 +01:00
66cba3841f bug #3130: Service instantiate should not allow to add new extra network interfaces
(cherry picked from commit 394293b7a1)
2014-11-18 12:43:41 +01:00
1e81cc7a1d Bug #3319: Clear flow instantiate dialog after each submit 2014-11-18 12:20:12 +01:00
aadd17d84f Fix for cli error
(cherry picked from commit 6124ba7d2c89eb366935c6d4d26a6b21ee17c223)
2014-11-18 11:59:51 +01:00
4b71995261 Feature #3305: Add context info for vCenter VMs
(cherry picked from commit 6dd30ec6a6)
2014-11-18 11:59:32 +01:00
3863a3dbdc Bug #3350: Remove cluster -1 from the acl wizard 2014-11-17 18:25:24 +01:00
18ba43e1f8 Bug #3359: Add missing ceph attrs 2014-11-17 18:10:38 +01:00
1167c38b2b bug #3359: Fix gluster_volume assignment 2014-11-17 18:10:37 +01:00
d1df225e36 bug #3359: Fix cep pool name tooltip 2014-11-17 18:10:37 +01:00
4576d001d5 Bug #3275: Fix cluster wizard columns 2014-11-17 17:49:06 +01:00
722f645a33 Bug #3352: Fix refresh in VM attach disk/nic 2014-11-17 17:20:59 +01:00
6b8a81d019 bug #3276: Remove debug info 2014-11-17 17:15:32 +01:00
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
66400df2f8 bug #3276: Check client errors when creating a new support request 2014-11-17 16:33:44 +01:00
099c514fca Bug #3353: Do not set last_pool time to 0 in lcm::monitor_poweron 2014-11-17 16:18:25 +01:00
dd3c9ad8d2 Bug #3332: Attach non-persistent disks does not work for ceph 2014-11-17 15:57:47 +01:00
88235fe9d7 bug #3304: Fix acct end_time placeholder 2014-11-17 15:42:50 +01:00
bf43bc0a0b bug #3304: Add support for different time formats in acct inputs 2014-11-17 15:38:22 +01:00
2d05f1f2ea Solve recursion problem in vCenter driver for hierarchy function
(cherry picked from commit ab35b92bab)
2014-11-17 15:32:33 +01:00
2cac660e73 Feature #3305: Enable context in vCenter view
(cherry picked from commit 4c277b87e4)
2014-11-17 15:32:28 +01:00
a57f5bdf7b bug #3293: move vcenter_driver.rb to /usr/lib/one/ruby 2014-11-17 15:19:07 +01:00
c4340382b2 bug #3303: Do not ask for password for ldap user creation 2014-11-17 13:10:40 +01:00
526ec6bcea Bug #3256: Change RMDelete return code 2014-11-17 12:51:21 +01:00
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
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 e288625546)
2014-11-17 11:50:13 +01:00
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
f83f5ef852 bug #3334: fix bug searching for templates in vcenter
(cherry picked from commit 55ec34a624)
2014-11-14 15:11:37 +01:00
b4f84e77a0 bug #3351: Fix wrong method call. Thanks to Sebastiaan Smit 2014-11-13 23:24:34 +01:00
84507a64cc Bug #3346: Show vCenter and Hybrid IPs in cloud view
(cherry picked from commit d80a53a4fd)
2014-11-13 18:11:35 +01:00
a063c4b3af Bug #3348: Set hover_delay to 0
(cherry picked from commit 698907822f)
2014-11-13 18:11:35 +01:00
aa84acd1d1 bug #3342: Quotas are not applied to users created through vdcadmin view
(cherry picked from commit 7c0e5b3a42)
2014-11-13 18:11:35 +01:00
ded633b813 Feature #3264: Report errors in VMPool::calculate_showback 2014-11-12 15:35:18 +01:00