Vlastimil Holer
f3c50a5d89
M #-: Year bump to 2020 ( #4634 )
2020-04-30 15:00:02 +02:00
Pavel Czerný
36c79d643b
F #2837 : Add --force option to 'onevnet rmar' ( #4511 )
2020-04-14 10:49:06 +02:00
Alejandro Huertas Herrero
2c9bbb9642
B #3070 : delete IPAM ars when deleting vnet ( #3719 )
2019-09-17 15:53:02 +02:00
Ruben S. Montero
3c2df22ad7
F #3064 : separate encrypted attrs by objects
...
* There are encrypted attributes for VMs, Hosts and VNets
* For VMs the user template is also encrypted
* For VNets its address ranges attributes are also encrypted
Co-authored-by: Alejandro Huertas <ahuertas@opennebula.systems>
2019-09-12 16:25:23 +02:00
Ruben S. Montero
a742b95d83
F #3064 : Unified secret handling
...
Co-authored-by: Pavel Czerny <pczerny@opennebula.systems>
2019-09-03 16:46:36 +02:00
Ruben S. Montero
3b4b0b2723
F #3503 : Support for DPDK. Added ISOLCPUS to isolate cpus from the NUMA scheduler
2019-07-25 16:23:38 +02:00
Christian González
c73af39818
F #3208 Display only user available virtual routers in virtual networks body ( #3210 )
2019-04-15 17:23:55 +02:00
Vlastimil Holer
441cf1f7f9
Bump version to 5.7.85, year to 2019
2019-01-16 11:47:59 +01:00
Christian González
6b364dbc55
B #2604 Add bridge type none
2018-11-23 12:10:19 +01:00
Christian González
400a6d92d9
development: Fix bug at parse_phydev_vlans
2018-11-22 10:33:37 +01:00
Christian González
d921610d15
F #826 Authorize user/group to create restricted networks ( #2625 )
2018-11-20 17:24:59 +01:00
Ruben S. Montero
69ec6548b5
F #2253 : Add BRIDGE_TYPE to virtual network drivers. Allow custom bridging techonologies for custom drivers.
...
Author: Christian <cgonzalez@opennebula.org>
2018-09-20 13:07:05 +02:00
Vlastimil Holer
0ab6965d2b
F #2045 : Rename VN_MAD dummy to bridge, restore noop dummy driver
2018-05-16 15:24:37 +02:00
juanmont
098ce33e79
F #1976 : Test access rights to the security groups of a VNet and its ARs
2018-04-27 16:31:12 +02:00
juanmont
c903345806
F #1807 : Changed error message
2018-04-27 16:02:49 +02:00
Ruben S. Montero
1deb1d7595
F #1807 : Added mandaroty attributes for missing network drivers
2018-04-26 15:51:43 +02:00
juanmont
227700ac65
F #1807 : Review network drivers parameters on OpenNebula Core
2018-04-26 15:51:43 +02:00
Vlastimil Holer
fdb22a0376
F #1498 : Open vSwitch VXLAN driver
2018-02-28 17:31:38 +01:00
Vlastimil Holer
a4c0447ccf
Bump year to 2018 ( #1623 )
2018-01-02 18:27:37 +01:00
Sergio Semedi Barranco
139f448a76
B #5418 : vcenter automatic vlan_id working! ( #515 )
...
* B #5419 : generating vlan id 4 vcenter
* B #5419 : vcenter_create_vnet hook waits VLAN_ID attribute
2017-10-06 18:22:51 +02:00
Javi Fontan
8de979e42c
Bump version 5.3.80
2017-05-25 16:07:35 +02:00
Ruben S. Montero
bca17f4ee6
F #4809 : Update SqlDB method name. DO NOT replicate monitoring data
2017-04-21 19:16:45 +02:00
Ruben S. Montero
a6d4ab3c9f
F #4809 : Update Sql database interface to include read/write/bootstrap
...
operations
2017-04-18 17:12:19 +02:00
Ruben S. Montero
ba40cffd61
F #5027 : Operations (hold, release, reserve...) for IP6 no-slaac ARs
2017-02-21 16:50:45 +01:00
Ruben S. Montero
7cbceb043b
Added VirtualMachineNic interface to abstract NIC logic
2016-12-24 01:36:30 +01:00
Guillaume Oberlé
f8615d6e5c
Feature #4446 : Redesign of AddressRange class to include multiple
...
implementations. When managing leases 4 abstract methos have been added
to the interface:
- from_vattr, to notify/request a new network from IPAM
- allocate_addr, to set an address as used
- get_addr, to request a free address
- free_addr, to set an address as unused
This commits also includes an AddressRange implementation based on
OpenNebula's internal IPAM
Signed-off-by: Ruben S. Montero <rsmontero@opennebula.org>
2016-08-17 19:22:53 +02:00
Ruben S. Montero
1956b15db6
Bug #4547 : Do no generate VLAN_ID if not needed.Inherit VLAN_ID in
...
reservations
2016-06-10 17:12:37 +02:00
Ruben S. Montero
57976f61c2
Bug #4516 : Fix deadlock with concurrent reservations on the same
...
vnet.
2016-06-03 19:19:23 +02:00
Ruben S. Montero
698014748b
Development: Do not change vn_mad string
2016-05-25 00:00:12 +02:00
Javi Fontan
e1f6dee180
Update copyright notice year
2016-05-04 12:33:23 +02:00
Jaime Melis
f1b56ed322
Bug #4376 : Make vlan_id_automatic a top level attribute
...
and only allow modification of vlan_id if vlan_id_automatic
is set to false (the vlan_id has been specified manually)
2016-04-19 15:23:22 +02:00
Jaime Melis
e4db6af0ea
Bug #4376 : Fix typo
2016-04-19 15:23:22 +02:00
Ruben S. Montero
9c60fc55d9
feature #3848 : VN_MAD is set for VirtualNetworks in Sunstone. Removed
...
host vnet option
2016-04-07 15:04:02 +02:00
Ruben S. Montero
8970665d46
bug-4376: Adds vlan bitmap to handle collition and reservation.
...
OpenNebula now generates the vlan_id instead of the drivers
2016-04-06 18:07:56 +02:00
Ruben S. Montero
9af43a6916
feature #3848 #3707 : Remove VLAN from onevnet command and core
2016-03-29 15:09:39 +02:00
goberle
9de771ea31
Feature #3848 : Virtual networks should have an associated networking driver.
...
(cherry picked from commit 7e90463693
)
This cherry still needs to merge files from original contribution by goberle <goberle@unistra.fr>:
- src/sunstone/public/app/tabs/vnets-tab/form-panels/wizard.hbs
2016-03-28 12:38:45 +02:00
Carlos Martín
e8a05ca1d7
Feature #4369 : Replace cluster ID with a set of IDs
2016-03-10 16:28:33 +01:00
Ruben S. Montero
9e4af1ebc6
feature #3204 : Security Group dynamic update. Add support to update SG
...
rules of running VMs though a new one.secgroup.commit operation
2016-03-01 23:31:31 +01:00
Ruben S. Montero
5761be4d10
feature #4217 : Simplify Template, Attribute and PoolObjectSQL class interfaces
2016-02-05 00:33:37 +01:00
Carlos Martín
034943e6b1
Feature #4215 : Filter VR leases in onevnet show
2016-01-07 16:58:54 +01:00
Carlos Martín
4c68cd7c9e
Feature #4215 : VRs have NICs defined
...
VRs can request vnet leases. If a vm template has a
VROUTER_ID, the NICs from that VR are merged into
the template. If the VR NIC has a floating IP, it
is added as VROUTER_IP.
2015-12-16 12:32:19 +01:00
Carlos Martín
4b6aaa8b19
Feature #4215 : Store a list of VR inside each vnet
2015-12-01 15:35:33 +01:00
Jaime Melis
e20fb5c4c4
Fix copyright in banners
2015-09-23 16:51:10 +02:00
Jaime Melis
8d00b74177
Change year to 2015
2015-02-24 12:27:59 +01:00
Ruben S. Montero
18786ec0e6
feature #3175 : Cache SECURITY_GROUP parsing
2014-11-11 16:27:46 +01:00
Carlos Martín
f97743eae9
Merge remote-tracking branch 'origin/master' into feature-3175
...
Conflicts:
src/sunstone/public/js/plugins/templates-tab.js
src/sunstone/public/js/sunstone.js
2014-10-24 13:32:19 +02:00
Carlos Martín
930c13ae76
Bug #3168 : process attributes in update --append
2014-10-20 16:15:06 +02:00
Carlos Martín
76218309bc
Feature #3175 : Core support for RULE/NETWORK_ID
...
Each rule is copied once for each vnet's AR
2014-10-10 16:52:51 +02:00
Carlos Martín
58810f41ee
Feature #3167 : Make the restricted attributes apply only to reservations
2014-09-29 18:27:19 +02:00
Ruben S. Montero
3df4f4f995
Fix access control for VNET reservations with group Resource Providers
2014-09-17 17:05:01 +02:00