1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-08 21:17:43 +03:00
Commit Graph

9752 Commits

Author SHA1 Message Date
Carlos Martín
77aaa332a9 Merge remote-tracking branch 'origin/master' into feature-3175
Conflicts:
	include/NebulaUtil.h
	install.sh
	src/common/NebulaUtil.cc
	src/onedb/local/4.9.80_to_4.11.80.rb
	src/sunstone/public/js/plugins/templates-tab.js
	src/sunstone/public/js/sunstone.js
2014-12-10 17:28:52 +01:00
Carlos Martín
9816b0ba9e Feature #3175: Remove white/black ports and icmp drop from sunstone
Previous Templates will have this information removed from the NIC
if the update wizard is used, see #3424
2014-12-10 13:21:59 +01:00
Jaime Melis
84bfe1ed15 Feature #3175: Add FILTER_MAC_SPOOFING and FILTER_IP_SPOOFING to the
inherited attributes in oned.conf
2014-12-10 11:02:23 +01:00
Jaime Melis
1554aa98bb Feature #3175: Tooltips for IP and MAC spoofing 2014-12-10 10:53:21 +01:00
Jaime Melis
91d8a4bb70 Feature #3175: 802.1Q/clean and post are the same as fw/clean and post 2014-12-09 18:35:06 +01:00
Jaime Melis
2c07f7db25 Feature #3175: Unify the way the filter driver is called and handled 2014-12-09 18:34:11 +01:00
Jaime Melis
887f2f92f0 Feature #3175: FW drivers manage the SG drivers as well 2014-12-09 17:22:08 +01:00
Jaime Melis
6ebe8c1327 Feature #3175: Firewall driver is compatible with the security groups driver 2014-12-09 17:20:40 +01:00
Jaime Melis
a67b541ff9 Feature #3175: Call the new SG driver from the ebtables and 802.1q driver 2014-12-09 16:25:46 +01:00
Jaime Melis
9568e0b21a Feature #3175: Function that returns true if the VM has deprecated firewall attributes 2014-12-09 16:25:46 +01:00
Jaime Melis
a5144a0946 Feature #3175: FILTER_IP_SPOOFING and FILTER_MAC_SPOOFING must be set to "YES" (and not just any value) in order to be applied. 2014-12-09 16:25:46 +01:00
Jaime Melis
fa5a584296 Feature #3175: Extract IPNetmask to its own library 2014-12-09 16:25:45 +01:00
Jaime Melis
c7d3b782d7 Feature #3175: Move SecurityGroups.rb to top vnm remotes dir 2014-12-09 16:25:45 +01:00
Ruben S. Montero
e0a7ec454b fix typo 2014-12-09 15:23:20 +01:00
Carlos Martín
492cf0878e Feature #3175: Add spoofing checkboxes to vnet wizard 2014-12-09 12:01:07 +01:00
Jaime Melis
17d20ec6c2 Feature #3175: Rewrite the security_groups post script to handle the errors better. 2014-12-09 11:01:08 +01:00
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
c544a35ba8 Fix templates-tab after showback merge 2014-11-28 12:34:37 +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 6474cbadbd)
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 7d94b9be26)
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 8016908d3b)

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 58b3f6bbeb)
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
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