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
SOL005
Commits
09b33da5
Commit
09b33da5
authored
Jul 30, 2020
by
Giacomo Bernini
Browse files
Fixed issues from SOL WG review
parent
f6fce2fd
Pipeline
#4735
passed with stage
in 0 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSDManagement/NSDManagement.yaml
View file @
09b33da5
...
...
@@ -15,7 +15,7 @@ info:
license
:
name
:
ETSI Forge copyright notice
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
version
:
2.
0
.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
version
:
2.
1
.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 005 V3.3.1
...
...
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
09b33da5
...
...
@@ -1674,6 +1674,12 @@ definitions:
description
:
>
Identifier of the VirtualStorageDesc in the VNFD.
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
vnfdId
:
description
:
>
Identifier of the VNFD.
Shall be present in case the value differs from the vnfdId attribute of the VnfInstance
(e.g. during a "Change current VNF package" operation or due to its final failure).
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/Identifier"
storageResource
:
description
:
>
Reference to the VirtualStorage resource.
...
...
src/SOL005/NSPerformanceManagement/NSPerformanceManagement.yaml
View file @
09b33da5
...
...
@@ -15,7 +15,7 @@ info:
license
:
name
:
ETSI Forge copyright notice
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
version
:
2.
0
.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
version
:
2.
1
.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 005 V3.3.1
...
...
src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml
View file @
09b33da5
...
...
@@ -12,7 +12,7 @@ info:
license
:
name
:
ETSI Forge copyright notice
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
version
:
2.
0
.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
version
:
2.
1
.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 005 V2.7.1
...
...
@@ -478,6 +478,7 @@ paths:
-
$ref
:
../components/SOL005_params.yaml#/components/parameters/exclude_all_mano_artifacts
-
$ref
:
../components/SOL005_params.yaml#/components/parameters/exclude_all_non_mano_artifacts
-
$ref
:
../components/SOL005_params.yaml#/components/parameters/select_non_mano_artifact_sets
-
$ref
:
../components/SOL005_params.yaml#/components/parameters/include_external_artifacts
responses
:
"
200"
:
$ref
:
'
#/components/responses/IndividualVnfPackageArtifacts.Get'
...
...
src/SOL005/components/SOL005_params.yaml
View file @
09b33da5
...
...
@@ -176,5 +176,19 @@ components:
required
:
false
style
:
form
explode
:
true
schema
:
type
:
string
include_external_artifacts
:
name
:
include_external_artifacts
in
:
query
description
:
|
Flag (i.e. parameter without value) that instructs the NFVO to include external artifacts in the response
payload body. It shall not be treated as an error if this flag is provided but there is no external artifact
to include in the result. If this parameter is missing, no external artifacts shall be included.
The NFVO shall support this parameter. The OSS/BSS may supply this parameter.
required
:
false
style
:
form
explode
:
true
schema
:
type
:
string
\ No newline at end of file
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