1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-15 05:57:23 +03:00

9891 Commits

Author SHA1 Message Date
Jaime Melis
63ba5d4518 Feature #3175: Avoid errors if empty rules and apply an ACCEPT policy by default. 2014-12-09 11:00:23 +01:00
Jaime Melis
771a213b7f Feature #3175: Remove debugging info 2014-12-09 10:59:40 +01:00
Jaime Melis
8acf5440a9 Feature #3175: Add migrator rule to include inbound connections 2014-12-09 10:29:26 +01:00
Jaime Melis
93dab46cbb Feature #3175: Tooltips 2014-12-09 10:28:55 +01:00
Jaime Melis
ee369a7d6f Feature #3175: Default security group allows also inbound and outbound connections 2014-12-08 11:09:00 +01:00
Jaime Melis
60634c34f3 Feature #3175: Improve SG driver
- Refactor and apply new ACCEPT => REJECT strategy
- Adds icmp_type support
- Do not apply duplicate rules
- Specific ipset per protocol
- Improve rule types readibility in the driver
- Adds support for mac and ip spoofing filtering
- Reorder rules
2014-12-07 20:01:23 +01:00
Daniel Molina
b0bf1dcd44 feature #1711: Add SPICE HTML5:
TODO: install.sh, cloud view
2014-12-05 18:41:19 +01:00
Daniel Molina
c544a35ba8 Fix templates-tab after showback merge 2014-11-28 12:34:37 +01:00
Javi Fontan
5a18ce4fc4 feature #2697: update sunstone systemd to start novnc 2014-11-27 19:14:49 +01:00
Javi Fontan
5f045785ee feature #2697: add econe systemd script 2014-11-27 19:13:11 +01:00
Javi Fontan
c2ac822718 feature #2697: add novnc systemd start script 2014-11-27 18:48:20 +01:00
Carlos Martín
b34dbfd7fc Feature #3175: Add a warning about the default SG 2014-11-27 17:38:46 +01:00
Ruben S. Montero
036600bc74 Merge branch 'feature-3264'
Conflicts:
	src/sunstone/public/js/plugins/templates-tab.js
	src/vmm_mad/remotes/vcenter/vcenter_driver.rb
2014-11-27 16:35:24 +01:00
Ruben S. Montero
367f863aed feature #3264: use localtime_r, group 0 can initiate showback calculations, update installer, removed debug code 2014-11-27 14:52:56 +01:00
Carlos Martín
6dd181d88c Feature #3175: Add required fields to new rule wizard 2014-11-27 13:28:16 +01:00
Tino Vazquez
4830db0be9 Fix typo 2014-11-26 23:15:28 +01:00
Carlos Martín
5c1c9eff46 Fix bug in onedb version command 2014-11-26 23:15:28 +01:00
Daniel Molina
9076977988 bug #3369: Fix update password button 2014-11-26 23:15:28 +01:00
Daniel Molina
14ed944453 bug #3370: Fix error message for role actions in pending state 2014-11-26 23:15:28 +01:00
Daniel Molina
2caf41f42f bug #3372: Add vm_param class to the vnc pass field 2014-11-26 23:15:28 +01:00
Javi Fontan
5e5f212354 Add rbvmomi dependency to opennebula gem
(cherry picked from commit 6474cbadbdb9e56d9c3fabbab7d0f10427dfb930)
2014-11-26 23:15:28 +01:00
Tino Vazquez
03aedc5775 Feature #3331: Fix for vCenter monitorization and in error break
(cherry picked from commit 7d94b9be2644d04aa17bca383d9d3e6df6145596)
2014-11-26 23:15:28 +01:00
Ruben S. Montero
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 8016908d3bc357bebf1af4a5f236af6952de6d34)

Conflicts:
	src/vmm_mad/remotes/vcenter/vcenter_driver.rb
2014-11-26 23:15:28 +01:00
Tino Vazquez
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
Javi Fontan
d9ce25b038 feature #3366: create context data with the same format as the core
(cherry picked from commit 58b3f6bbebcd9621172b6c998077e75e43982315)
2014-11-26 22:06:59 +01:00
Daniel Molina
6f0d4b7137 Add custom value select
Example:
		'<div class="large-6 columns">'+
          generateValueSelect({
            id: "TEST_CUSTOM",
            label: "Test custom",
            tooltip: "This is the custom tooltip",
            custom: true,
            options: [
              "value1",
              "value2",
              "value3"
            ]
          }) +
        '</div>'+
2014-11-26 18:36:43 +01:00
Daniel Molina
4a0601ca2d Fix hover delay 2014-11-26 18:36:42 +01:00
Javi Fontan
23939000b7 feature #2697: add systemd init scripts for CentOS 7
Based on openSUSE systemd scripts by Robert Schweikert

*.service files go in /lib/systemd/system
opennebula.conf goes in /lib/tmpfiles.d

sunstone, oneflow and onegate lose the *.error log files. That information
can be retrieved using systemctl status, for example for sunstone:

systemctl status -l opennebula-sunstone
2014-11-26 18:14:52 +01:00
Javi Fontan
977c176d4e Add onevcenter man page 2014-11-25 16:54:00 +01:00
Javi Fontan
de7d889d91 feature #3264: add oneshowback man page 2014-11-25 16:43:55 +01:00
Daniel Molina
1fd565fd56 Improve template wizard performance 2014-11-25 11:02:24 +01:00
Daniel Molina
12878a05bd Update js dependencies 2014-11-25 11:02:23 +01:00
Tino Vazquez
d0a8c2812c Fix typo 2014-11-24 19:37:27 +01:00
Carlos Martín
eceb19a201 Fix bug in onedb version command 2014-11-24 10:09:08 +01:00
Daniel Molina
cc9d88f4db bug #3369: Fix update password button 2014-11-21 18:26:40 +01:00
Daniel Molina
4d8d9e149d bug #3370: Fix error message for role actions in pending state 2014-11-21 17:24:29 +01:00
Daniel Molina
51fcbadfe7 bug #3372: Add vm_param class to the vnc pass field 2014-11-21 16:20:31 +01:00
Daniel Molina
64480d6e3d Merge branch 'master' into feature-3264 2014-11-21 15:18:51 +01:00
Carlos Martín
b5867d8f52 Feature #3175: Add default SG in onedb migrator 2014-11-21 11:55:14 +01:00
Daniel Molina
ef3d4443ca feature #3329: Add service cost to cloud view 2014-11-20 17:34:56 +01:00
Daniel Molina
c4299030f4 feature #3328: Fix isFeatureEnabled method 2014-11-20 17:34:38 +01:00
Daniel Molina
8d7f8f7f22 feature #3328: Add option to disable show back 2014-11-20 16:51:42 +01:00
Carlos Martín
514d2c3bd3 Feature #3175: Add secgroup tab to other yaml files 2014-11-20 16:51:25 +01:00
Carlos Martín
58b6be117c Feature #3175: Add SECGROUP to sunstone acls 2014-11-20 16:45:59 +01:00
Carlos Martín
69e164550a Feature #3175: New group wizard: add SG create rights 2014-11-20 16:41:02 +01:00
Carlos Martín
8542e8c21c Feature #3175: fix multiple choice table bug 2014-11-20 16:27:53 +01:00
Carlos Martín
a1b6ff59a2 Feature #3175: New SG protocol "all" in sunstone 2014-11-20 16:05:53 +01:00
Carlos Martín
f8c79024ba Feature #3175: Change range labels to "port range" 2014-11-20 15:57:04 +01:00
Carlos Martín
3d4154f949 Merge branch 'feature-3175' of git.opennebula.org:one into feature-3175 2014-11-20 15:51:24 +01:00
Carlos Martín
a529276b6d Merge remote-tracking branch 'origin/master' into feature-3175
Conflicts:
	src/sunstone/public/js/plugins/vnets-tab.js
2014-11-20 15:50:52 +01:00