Skip to content

Master

Janne Alatalo requested to merge master into master

Refactored Nfv-component mounting and removed firewall component entirely. Links are now created for Nfv-components in the front-end (topology-view.js).

Also in domain-view failure in deleting a domain now opens a snackbar that informs the removal failed.

Known issues:

  • Refreshing page after component is created removes all links connected to Nfv-component

    • Endpoint disappears for some reason from backend, new endpoint with different vport data comes instead, in this case endpoint is named BridgeNFV-Edge. Comes back normally after removing Nfv-component.
    • Shenanigans in creating Nfv-component, comes back from the backend as a different object after refreshing.
  • After multiple creations and removals of Nfv-components, topology crashes. Probably issues with removing Nfv-component, postgresql gets stuck.

Merge request reports