All notable changes to the MEF_ELine NApp will be documented in this file.
- Added migration script for updating the default
queue_id
fromNone
to-1
- UI: fixed issue where non-JSON data was being parsed as JSON data.
- The mef_eline modal now uses the modal component
- UI: fixed premature submit when pressing Enter during autocomplete on inputs
- UI: fixed path constraints fields to be collabsed by default when creating EVC to better usability for listing EVCs
- Catching error when searching for
failover_path
at kytos start.
- Fixed extra removed flows that were being published on event
"failover_old_path"
- Fixed evc.old_path clean up
- Flows sent through an event are deep copies, meaning these can be modified from a subscriber NApp without affecting other subscribers.
- Added exception handler when getting path for disjointed paths.
- Fixed flow mods when deleting
old_path
- EVC list now utilizes
localStorage
to storesearch_cols
and make them persistent throughout EVC list usage. - Added
kytos/mef_eline.uni_active_updated
event - Included "id" on EVC mapped content to normalize it with the other models
- Introduced
failover_old_path
,failover_deployed
, andfailover_link_down
events, which will be primarily consumed bytelemetry_int
NApp - UI checkbox to request that In-band Network Telemetry (INT) gets enabled
- Added
{"deployed": false}
to request response for EVC creation. It indicates if the created EVC has been able to deployed. - Added
{'redeployed': false}
to request response forPATCH v2/evc/{{circuit_id}}
. It indicates if the modified EVC has been redeployed.
- Updated python environment installation from 3.9 to 3.11
- Optimized
Path.status
not to depend on a HTTP request - Upgraded UI framework to Vue3
enable
is not longer accepted when patching/updating an EVC, usingenabled
instead.
- Removed client side batching with
BATCH_INTERVAL
andBATCH_SIZE
, now replaced with pacing inflow_manager
- Only redeploy when handling
kytos/topology.link_up
if a dynamic EVC isn't active - Fixed possible EVCs duplication when constant delete requests are sent.
- Improved log when path was not deployed due to TAG availability. Also, in this case, the log was change to error instead of warning.
- Fixed
node_name
not showing in the EVC list and EVC details on the web interface.
- Deleted method from EVC class
deploy_to()
which was outdated and not used. - Deleted unused method from Path class
get_best_path()
.
- Added a UI button for redeploying an EVC.
- UNI tag_type are now accepted as string.
- Event
kytos/mef_eline.evcs_loaded
gets published during NApp setup - EVCs now listen to
switch.interface.(link_up|link_down|created|deleted)
events for activation/deactivation - Circuits with a vlan range are supported now. The ranges follows
list[list[int]]
format and both UNIs vlan should have the same ranges. - Usage of special vlans
"untagged"
and"any"
now send an event to each Interface. - Added
UNI_STATE_CHANGE_DELAY
which configures the time formef_eline
to wait on link state flaps and update EVCs with last updated event. - Added support for
not_ownership
to dynamic path constraints. - Added support for
not_ownership
on main UI interface.
- EVCs will try to maintain their current_path on link status changes
- UNIs now will use and free tags from
Interface.available_tags
. - UNI tag_type is changed to string from 1, 2 and 3 values to
"vlan"
,"vlan_qinq"
and"mpls"
respectively. - Add
set_vlan
only if UNI A vlan and UNI z vlan are different. - Updated
openapi.yml
,Tag
now can acceptarray
asvalue
. - Updated UI interface to support list of ranges of VLANs.
- Improved log for invalid traces by adding
From EVC(evc_id) named 'evc_name'
- An inactive and enabled EVC will be redeploy if an attribute from
attributes_requiring_redeploy
is updated. - If a KytosEvent can't be put on
buffers.app
duringsetup()
, it'll make the NApp to fail to start - Disjointedness algorithm now takes into account switches, excepting the UNIs switches. Unwanted switches have the same value as the unwanted links.
- Archived EVCs are not longer kept in memory. They can only be found in the database.
- Deleted emition of
kytos/.*.link_available_tags
event.kytos/core.interface_tags
event through Interface takes its place.
scripts/vlan_type_string.py
can be used to update the collectionevcs
by changingtag_type
from integer to string.scripts/redeploy_evpls_same_vlans.py
can be used to redeploy symmetric (same UNI vlans) EVPLs in batch.
- required at least one circuit_id on
POST v2/evc/metadata
- fixed race condition in
failover_path
when handling simultaneous Link Down events leading to inconsistencies on some EVC - fixed sdntrace_cp check_trace
current_path
comparison with the expected UNI order - fixed
DynamicPathManager.get_paths
return value whenpathfinder
returns a request error failover_path
will get removed if it exists during a redeploy
- Added more content keys
evc_id, name, metadata, active, enabled, uni_a, uni_z
to events frommef_eline
- Added
uni_a
anduni_z
toattributes_requiring_redeploy
- Added
metadata
to EVC schema - Allow the creation of
any
anduntagged
EVC. - Added API request
POST /v2/evc/metadata
to add metadata to EVCs - Added API request
DELETE /v2/evc/metadata/<key>
to delete metadata from EVCs - Subscribed to new event
kytos/of_multi_table.enable_table
as well as publishingkytos/mef_eline.enable_table
required to set a differenttable_id
to flows. - Added
settings.TABLE_GROUP_ALLOWED
set containning the allowed table groups, for now'evpl', 'epl'
are supported. - Added ui support for primary and secondary constraints
- Added
QUEUE_ID
tosettings.py
to be the default value for EVCs"queue_id"
- Exposed default
SPF_ATTRIBUTE
on settings.py, the default value is still "hop". This value will be parametrized wheneverprimary_constraints.spf_attribute
orsecondary_constraints.spf_attribute
isn't set
- Moved request circuit
k-button
out of k-accordion-item since it's mandatory - The traces being check rely on
type
:last
to be considered valid. dl_vlan
value is mapped to an integer in range [1, 4095] for the/traces
requests tosdntrace_cp
- Augmented
GET /v2/evc/
to accept parametersmetadata.key=item
- Upgraded
openapi-core
to0.16.6
from0.14.5
. - Changed
openapi.yml
to be used as validation spec for request related methodsupdated()
,create_schedule()
andupdate_schedule()
. mef_eline
now supports table group settings fromof_multi_table
- Changed increasing amount of flows being sent, now it is fixed. Amount can be changed on
settings.BATCH_SIZE
- Changed UI constraints default values to pass the spec validation
- Changed intra-switch EVC with a disabled switch or interface is not longer allowed to be created
- Adapted
mef_eline
to ordered endpoints in a link. Endpoints for flow creation are compared with switch ids to overcome ordered endpoint. - EVCs UNI will be checked for disabled interfaces so the EVC is disabled as well.
primary_constraints.spf_attribute
andsecondary_constraints.spf_attribute
will only be set in the database if they've been set in the request.- Changed UI spf_attribute to allow it to be
default
, meaning an unset value
./scripts/002_unset_spf_attribute.py
is a script to unset bothprimary_constraints.spf_attribute
andsecondary_constraints.spf_attribute
. On version 2022.3, this value was explicitly set, so you can use this script to unset this value if you want thatspf_attribute
follows the defaultsettings.SPF_ATTRIBUTE
value.@rest
endpoints are now run bystarlette/uvicorn
instead offlask/werkzeug
.- Replaced
@validate
with@validate_openapi
from kytos core
- fixed
minimum_flexible_hits
EVC attribute to be persistent - fixed attribute list for path constraints to include
reliability
- fixed unnecessary redeploy of an intra-switch EVC on link up events
- fixed
check_list_traces
to work with the new version of SDN traces - fixed updating EVC to be an intra-switch with invalid switch or interface
- fixed EVC UI list to sort VLAN A and VLAN Z fields to acts as number
- fixed non-redeployment of circuit when patching with
{"queue_id":null}
- Added
uni_a
anduni_z
toattributes_requiring_redeploy
- fixed
minimum_flexible_hits
EVC attribute to be persistent - fixed attribute list for path constraints to include
reliability
- fixed unnecessary redeploy of an intra-switch EVC on link up events
- Added
service_level
EVC attribute to set the service network convergence level, the higher the better - EVCs with higher service level priority will be handled first during network convergence, including when running
sdntrace_cp
consistency checks. - Added support for constrained paths for primary dynamic paths and failover paths,
primary_constraints
andsecondary_constraints
can be set via API. - Added
service_level
UI component onk-toolbar
and made it editable. - Added
sb_priority
UI component onk-toolbar
. - Added
queue_id
UI component onk-toolbar
. - Documented
GET /v2/evc?archived
query arg on openapi.yml - Added
flow_removed_at
andupdated_at
parameters in EVC. - Added
execution_rounds
in EVC to be used by the consistency check. - Added logging message for
link_up
events.
priority
has been renamed tosb_priority
(southbound priority),./scripts/001_rename_priority.py
can be used to update EVC documents accordinglyGET /v2/evc?archived=true
will only return archived EVCs- k-toolbar UI component won't expose UNI tag type anymore, if a tag value is set, it'll assume it's tag type vlan.
- Consistency check uses the new
PUT /traces
endpoint from sdntrace_cp for bulk requests.
priority
is no longer supported in the API spec
- Removed the failover path after removing flows
- Removed failover flows when an EVC gets deleted
- Validated
queue_id
onPOST /v2/evc
- Fixed found but unloaded message log attempt for archived EVCs
- Fixed EVC validation to catch nonexistent links interfaces
- Allowed
primary_path
to be empty on update whendynamic_backup_path
is true andbackup_path
to be empty too
- Reintroduced Q-in-Q when creating the flows for an EVC.
- Optimize list of circuits filters
- Migrated persistency from kytos/storehouse to MongoDB (integration with pymongo)
- ELineController and DB models
- Retries to handle database
AutoReconnect
exception. DynamicPathManager.get_disjoint_paths
to calculates the maximum disjoint paths from a given "unwanted_path" (typically the currently in use path) using the approach described in blueprint EP029- Fully dynamic EVCs can now benefit from Failover Paths (
failover_path
), which improves significantly the convergence performance when facing link down - Refactored Link Down handler to dispatch Kytos Events to handle traditional EVCs (EVCs that are not eligible for failover) more efficiently.
DynamicPathManager.get_paths
to also supportsmax_paths
parameter and then request more paths from pathfinder (default to 2, which is also the default on pathfinder)
scripts/storehouse_to_mongo.py
can be used to migrate data from storehouse to MongoDB
- Adjust default value for settings.WAIT_FOR_OLD_PATH since now it measured in execution rounds instead of seconds
- Fix UI to keep kytos panel width with default value
- Fix UI to display the scrollbar in the autocomplete results list
- Fix UI to make tag fields optional and editable
- Fix UI list button not re-rendering the content
- Added utils
notify_link_available_tags`
function - Publish
kytos/mef_eline.link.available_tags
event - Hooked
notify_link_available_tags
when choosing or making vlans available
- Parametrized
force
option asTrue
when removing flows for reliability
- Fixed UI to list and create EVCs
- Added locks to avoid race conditions
- Queue ID can be defined when creating an EVC.
- Method to handle flow mod errors.
- Method to check if two EVCs have a common UNI.
- 2-byte prefix in cookie field.
- Deployment of EVCs loaded on startup delayed.
- Required versions of python packages updated.
- Removed user VLAN encapsulation.
- EVC id reduced from 16 to 14 bytes.
- Thread locks when saving to the storehouse, avoiding race conditions.
- Added EVC status check when deploying using schedule.
- Serialize circuit scheduler for storehouse.
- Fix VLAN availability on interfaces after using them.
- Documentation about delete method.
- Added '.travis.yml' to enable Travis CI.
- Added tags decorator to run tests by type and size.
- Install flows when UNIs are in the same switch.
- Updated HTTP return messages and codes when an error happens.
- Accept EVCs where UNI has no tag.
- Path status now return disabled state if any of its links is disabled.
- Updated method to get the shortest path, now it returns more paths.
- Changed enable/enabled to update _enabled attribute and activate/active to update _active attribute.
- Updated OpenApi Models description and documentation.
- Do not create a job when action is not
create
orremove
.
- Removed dependencies.
- Fixed enable on update EVCs.
- Scrutinizer running after every push to GitHub repository.
- Linter checking all python code.
- Fixed link up/down events from kytos/topology (#99 and #100).
- Load VLANs from storehouse (#101).
- Check path status using kytos/topology (#102).
- Fixed tests to mock call to get links from kytos/topology (#118).
- Added more API documentation.
- Added EVC flow removal based on cookies.
- Added EVC deletion API method.
- Fixed circuit not being deployed.
- Fixed current_path changes not being saved on storehouse (#85).
- Fixed storehouse always creating a new box (#91).
- Fixed handling of link up/down events.
- Fixed error when creating a circuit with scheduling and without start_date
- (#79 and #80)
Added endpoint to allow update circuit informations.
Added structure to support ci integration: unittests, linter, tox and scrutinizer.
Added some tests for the class already created.
Added some LinkProtection features: - Added method to handle when links goes up or end_maintenance. - Added method to handle when links goes down or under_maintenance. - When primary_path and backup_path goes down or under_maintenance and
dynamic_backup_path is setted as True a dynamic path is choosed using the PathFinder NApp when the primary and backup path is both down or not setted.
- When the primary_path is down and backup_path exists and is UP the circuit will change from primary_path to backup_path.
- When the primary_path change from DOWN to UP the circuits will change to the primary_path.
- When the circuit is disabled the circuit will not be deployed.
- Added method to looking for links affected was created using the python set class to be more fast to find the links affected.
- Change deploy to use primary_path, backup_path or a dynamic_path.
- Improved the Schedule to use advanced python scheduler (APScheduler) library.
Thanks @ajoaoff for recommends this library. - The attribute circuit_scheduler in the EVC class should have some instances of CircuitScheduler, this instances will have the information about the scheduler informations.
- Fixed the create circuit method when sending a invalid request
- Fixed some linter warnings.
- Added EVC class to represent a circuit.
- Added Schedule class to schedule the circuit deploy.
- Added persistence with the NApp kytos/storehouse.
- Refactor main.py and models.py
- Removed duplicated key in openapi.yml
- Add Schedule class
- Add Mef-Eline component
- Update openapi.yml
- Update README.rst
- New /evc endpoint.
- Future endpoint URLs.
- EPL and EVPL support, with VLANs in both endpoints.
- Method to install flows to the switches.
- List of links now represented by Link objects.
- Old /circuit endpoints.