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
SOL009
Commits
db0ad2da
Commit
db0ad2da
authored
Jul 06, 2022
by
piscione
Browse files
SOL009_1, to SOL009_2 to SOL009_6, SOL009_8, SOL009_9, SOL009_12
parent
fc28d2d4
Changes
9
Hide whitespace changes
Inline
Side-by-side
src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml
View file @
db0ad2da
...
...
@@ -16,11 +16,11 @@ info:
license
:
name
:
ETSI Forge copyright notice
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
version
:
2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
version
:
2.1
0
.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 009 V
3.6
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
3
.0
6
.01_60/gs_NFV-SOL009v0
306
01p.pdf
description
:
ETSI GS NFV-SOL 009 V
4.3
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
4
.0
3
.01_60/gs_NFV-SOL009v0
403
01p.pdf
servers
:
-
url
:
http://127.0.0.1/nfvmanocim/v2
...
...
src/SOL009/NFVManoConfigurationAndInformationManagement/components/NFVManoConfigurationAndInformationManagement_def.yaml
View file @
db0ad2da
...
...
@@ -10,6 +10,7 @@ components:
entity is specified by the manoServices attribute.
* NOTE 5: It is optional for the API producer to support the "manoEntityComponents" attribute.
* NOTE 6: It shall be present when "type" attribute is "WIM", and it shall be absent in any other case.
* NOTE 7: It shall be present when "type" attribute is "CISM", and it shall be absent in any other case.
type
:
object
required
:
-
id
...
...
@@ -54,6 +55,13 @@ components:
description
:
>
The version of the software of the NFV-MANO functional entity.
$ref
:
"
../../components/SOL009_schemas.yaml#/components/schemas/Version"
softwareInfo
:
description
:
>
Additional information about the software used to realize the NFV-MANO
functional entity. For instance, the attribute can provide information
about sourced software and corresponding release(s) used to build the
entity’s software.
$ref
:
"
../../components/SOL009_schemas.yaml#/components/schemas/KeyValuePairs"
manoEntityComponents
:
description
:
>
The deployed NFV-MANO functional entity components which realize the
...
...
@@ -113,6 +121,11 @@ components:
description
:
>
The information specific to a WIM entity. See notes 4 and note 6.
$ref
:
"
#/components/schemas/WimSpecificInfo"
cismSpecificInfo
:
description
:
>
The information specific to a CISM entity, See notes 4 and 7.
$ref
:
"
#/components/schemas/CismSpecificInfo"
_links
:
description
:
>
Links to resources related to this resource.
...
...
@@ -140,6 +153,18 @@ components:
description
:
Link to the "Change state operation occurrences" resource.
$ref
:
"
../../components/SOL009_schemas.yaml#/components/schemas/Link"
CismSpecificInfo
:
description
:
>
This type represents information attributes specific to a CISM entity, and that
can be relevant to more than one NFV-MANO service offered by a CISM entity. It
shall comply with the provisions defined in table 5.6.3.14-1.
NOTE: No attributes are specified in the present document version. The definition of attributes is left for future specification.
type
:
object
properties
:
none
:
type
:
object
ManoConfigModificationRequest
:
description
:
>
This type represents attribute modifications for configuration parameters
...
...
@@ -1135,7 +1160,7 @@ components:
List of supported image container formats. Container format indicates whether a
software image is in a file that also contains metadata about the actual software.
Valid values are all values for "container_format" as defined in ETSI GS NFV-SOL 001
[
i.
16] and all values for "container-format" as defined in ETSI GS NFV-SOL 006 [i.17].
[16] and all values for "container-format" as defined in ETSI GS NFV-SOL 006 [i.17].
type
:
array
items
:
type
:
string
...
...
@@ -1721,12 +1746,14 @@ components:
- VNFM The NFV-MANO functional entity is a VNFM.
- VIM The NFV-MANO functional entity is a VIM.
- WIM The NFV-MANO functional entity is a WIM.
- CISM The NFV-MANO functional entity is a CISM.
type
:
string
enum
:
-
NFVO
-
VNFM
-
VIM
-
WIM
-
CISM
PeerEntityEnumType
:
description
:
>
...
...
@@ -1737,6 +1764,7 @@ components:
- VNFM The peer functional entity is a VNFM.
- VIM The peer functional entity is a VIM.
- WIM The peer functional entity is a WIM.
- CISM The peer functional entity is a CISM.
- EM The peer functional entity is an EM.
- OSS The peer functional entity is an OSS/BSS.
type
:
string
...
...
@@ -1745,6 +1773,7 @@ components:
-
VNFM
-
VIM
-
WIM
-
CISM
-
EM
-
OSS
...
...
src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml
View file @
db0ad2da
...
...
@@ -19,8 +19,8 @@ info:
version
:
2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 009 V
3.6
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
3
.0
6
.01_60/gs_NFV-SOL009v0
306
01p.pdf
description
:
ETSI GS NFV-SOL 009 V
4.3
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
4
.0
3
.01_60/gs_NFV-SOL009v0
403
01p.pdf
servers
:
-
url
:
http://127.0.0.1/callback/v2
...
...
src/SOL009/NFVManoFaultManagement/NFVManoFaultManagement.yaml
View file @
db0ad2da
...
...
@@ -19,8 +19,8 @@ info:
version
:
1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 009 V
3.6
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
3
.0
6
.01_60/gs_NFV-SOL009v0
306
01p.pdf
description
:
ETSI GS NFV-SOL 009 V
4.3
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
4
.0
3
.01_60/gs_NFV-SOL009v0
403
01p.pdf
servers
:
-
url
:
http://127.0.0.1/nfvmanofm/v1
...
...
src/SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml
View file @
db0ad2da
...
...
@@ -19,8 +19,8 @@ info:
version
:
1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 009 V
3.6
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
3
.0
6
.01_60/gs_NFV-SOL009v0
306
01p.pdf
description
:
ETSI GS NFV-SOL 009 V
4.3
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
4
.0
3
.01_60/gs_NFV-SOL009v0
403
01p.pdf
servers
:
-
url
:
http://127.0.0.1/callback/v1
...
...
src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml
View file @
db0ad2da
...
...
@@ -19,8 +19,8 @@ info:
version
:
1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 009 V
3.6
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
3
.0
6
.01_60/gs_NFV-SOL009v0
306
01p.pdf
description
:
ETSI GS NFV-SOL 009 V
4.3
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
4
.0
3
.01_60/gs_NFV-SOL009v0
403
01p.pdf
servers
:
-
url
:
http://127.0.0.1/nfvmanologm/v1
...
...
src/SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml
View file @
db0ad2da
...
...
@@ -19,8 +19,8 @@ info:
version
:
1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 009 V
3.6
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
3
.0
6
.01_60/gs_NFV-SOL009v0
306
01p.pdf
description
:
ETSI GS NFV-SOL 009 V
4.3
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
4
.0
3
.01_60/gs_NFV-SOL009v0
403
01p.pdf
servers
:
-
url
:
http://127.0.0.1/callback/v1
...
...
src/SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml
View file @
db0ad2da
...
...
@@ -20,8 +20,8 @@ info:
version
:
2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 009 V
3.6
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
3
.0
6
.01_60/gs_NFV-SOL009v0
306
01p.pdf
description
:
ETSI GS NFV-SOL 009 V
4.3
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/0
4
.0
3
.01_60/gs_NFV-SOL009v0
403
01p.pdf
servers
:
-
url
:
http://127.0.0.1/nfvmanopm/v2
...
...
src/SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml
View file @
db0ad2da
...
...
@@ -19,9 +19,8 @@ info:
version
:
2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 009 V3.6.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.06.01_60/gs_NFV-SOL009v030601p.pdf
description
:
ETSI GS NFV-SOL 009 V4.3.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.03.01_60/gs_NFV-SOL009v040301p.pdf
servers
:
-
url
:
http://127.0.0.1/callback/v2
-
url
:
https://127.0.0.1/callback/v2
...
...
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