diff --git a/README.md b/README.md index 24ab89b..c5e26b5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/policies/alfa/Requests/orchestrator-request.json b/policies/alfa/Requests/orchestrator-request.json index 4d89d23..7bcfdcf 100644 --- a/policies/alfa/Requests/orchestrator-request.json +++ b/policies/alfa/Requests/orchestrator-request.json @@ -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"] } ] }