fabric-testbed / fabric-core-api

Python (Flask) based ReSTful API for FABRIC Core User Services
MIT License
0 stars 0 forks source link

v1.4 remove Net.Peering project tag and add Net.FABNetv4Ext and Net.FABNetv6Ext #17

Closed ibaldin closed 1 year ago

ibaldin commented 1 year ago

Starting with CF rel 1.4 Net.Peering project tag is going away to be replaced with Net.FABNetv4Ext and Net.FABNetv6Ext. Please update core api accordingly.

mjstealey commented 1 year ago

@ibaldin - what, if any, description should be captured for these?

Add

"Net.FABNetv4Ext": "allows to create slices with public peering",
"Net.FABNetv6Ext": "allows to create slices with public peering",

Remove

"Net.Peering": "allows to create slices with public peering",
ibaldin commented 1 year ago

Net.FABNetv4Ext | Allows to create slices with public IPv4 connectivity Net.FABNetv6Ext | Allows to create slices with public IPv6 connectivity

mjstealey commented 1 year ago

Updated across all platforms

$ curl -X 'GET' 'https://uis.fabric-testbed.net/projects/tags?search=net' -H 'accept: application/json'
{
  "results": [
    "Net.AllFacilityPorts",
    "Net.FABNetv4Ext",
    "Net.FABNetv6Ext",
    "Net.FacilityPort.Chameleon-StarLight",
    "Net.FacilityPort.ESnet-StarLight",
    "Net.FacilityPort.Internet2-StarLight",
    "Net.NoLimitBW",
    "Net.PortMirroring"
  ],
  "size": 8,
  "status": 200,
  "type": "projects.tags.base"
}