Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL012
Commits
19ebb22f
Commit
19ebb22f
authored
Sep 17, 2020
by
Giacomo Bernini
Browse files
updates according to NFVSOL(20)000703r1_SOL012ed331
parent
c1e58285
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/SOL012/PolicyManagement/PolicyManagement.yaml
View file @
19ebb22f
...
...
@@ -582,8 +582,12 @@ components:
associations
:
description
:
>
Initial value of the “associations” attribute in the “Policy” data structure which represents the policy.
How the PF determines the scope of applicability of the policy when this attribute
is absent is outside the scope of the present document.
Shall be absent when the association feature is not applicable for the PF.
The associations refer to identifiers of entities that the PF manages. E.g., if the PF is a VNFM,
the policy can associate to VNF instances; if the PF is NFVO, the policy can associate to an NS instances.
How the PF determines the scope of applicability of the policy when this attribute is absent is
outside the scope of the present document.
type
:
array
items
:
$ref
:
"
../components/SOL012_schemas.yaml#/components/schemas/Identifier"
...
...
@@ -635,6 +639,7 @@ components:
associations
:
description
:
>
Identifiers of the entities that the PF manages and to which the policy associates to.
Shall be absent when the association feature is not applicable for the PF.
The associations refer to identifiers of entities that the PF manages.
E.g., if the PF is a VNFM, the policy can associate to VNF instances; if the PF is NFVO, the policy can
associate to an NS instances.
...
...
@@ -668,7 +673,6 @@ components:
-
id
-
designer
-
name
-
policy
-
activationStatus
-
transferStatus
-
_links
...
...
@@ -1091,7 +1095,6 @@ components:
Shall be returned when the policy content has been transferred successfully.
The response body shall be empty.
Editor's note: It is FFS whether an empty payload is allowed for 201 Created response
headers
:
WWW-Authenticate
:
description
:
>
...
...
src/SOL012/components/SOL012_schemas.yaml
View file @
19ebb22f
...
...
@@ -320,6 +320,7 @@ components:
data structure which represents the policy.
The API producer shall ignore the identifiers that already exist in the "associations"
attribute in the “Policy” data structure.
Shall be absent when the association feature is not applicable for the PF.
type
:
array
items
:
$ref
:
"
../components/SOL012_schemas.yaml#/components/schemas/Identifier"
...
...
@@ -328,13 +329,15 @@ components:
Identifiers of entities to be removed from the “associations” attribute in the “Policy” data structure
which represents the policy.
The API producer shall ignore the identifiers that do not exist in the "associations"
attribute in the “Policy” data structure
attribute in the “Policy” data structure.
Shall be absent when the association feature is not applicable for the PF.
type
:
array
items
:
$ref
:
"
../components/SOL012_schemas.yaml#/components/schemas/Identifier"
removeAllAssociations
:
description
:
>
Shall be set to TRUE if the policy is no longer associated to any specific entities managed by the PF.ù
Shall be set to TRUE if the policy is no longer associated to any specific entities managed by the PF.
Shall be absent when the association feature is not applicable for the PF.
If "removeAllAssociations" is set to TRUE, neither "addAssociations" nor “removeAssociations” attributes
shall be present.
Once all associations have been removed, how the PF determines the scope of applicability of
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment