Skip to content

Commit

Permalink
Removing mentions of Net.Peering
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Baldin committed Dec 20, 2022
1 parent 7c5a247 commit ea4b6e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ The following is an incomplete list of possible project tag values:
- Component.Storage - allows to create and attach rotating storage
- Component.NVME - allows to provision and attach NVME components
- Net.NoLimitBW - allows to provision links over 10 Gbps
- Net.Peering - allows to create slices with public peering
- Net.FABNetv4Ext - allows to create slices with public connectivity over IPv4
- Net.FABNetv6Ext - allows to create slices with public connectivity over IPv6
- Net.PortMirroring - allows to create slices that include port mirroring
- Net.FacilityPort.XXX - allows to create slices with stitch port with short name XXX
- Net.AllFacilityPorts - allows to create slices with any stitchport
Expand Down
2 changes: 1 addition & 1 deletion policies/alfa/Requests/orchestrator-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"IncludeInResult":false,
"AttributeId":"urn:fabric:xacml:attributes:project-tag",
"DataType":"http://www.w3.org/2001/XMLSchema#string",
"Value":["Component.FPGA", "Component.GPU", "VM.NoLimitDisk", "Slice.Multisite", "Net.Peering", "Net.NoLimitBW", "Net.FacilityPort.UKY", "Net.FacilityPort.RENC", "Slice.Measurements", "VM.NoLimitDisk"]
"Value":["Component.FPGA", "Component.GPU", "VM.NoLimitDisk", "Slice.Multisite", "Net.FABNetv4Ext", "Net.NoLimitBW", "Net.FacilityPort.UKY", "Net.FacilityPort.RENC", "Slice.Measurements", "VM.NoLimitDisk"]
}
]
}
Expand Down

0 comments on commit ea4b6e5

Please sign in to comment.