Commit db0ad2da authored by piscione's avatar piscione
Browse files

SOL009_1, to SOL009_2 to SOL009_6, SOL009_8, SOL009_9, SOL009_12

parent fc28d2d4
...@@ -16,11 +16,11 @@ info: ...@@ -16,11 +16,11 @@ info:
license: license:
name: ETSI Forge copyright notice name: ETSI Forge copyright notice
url: https://forge.etsi.org/etsi-forge-copyright-notice.txt url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
version: 2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 2.10.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs: externalDocs:
description: ETSI GS NFV-SOL 009 V3.6.1 description: ETSI GS NFV-SOL 009 V4.3.1
url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.06.01_60/gs_NFV-SOL009v030601p.pdf url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.03.01_60/gs_NFV-SOL009v040301p.pdf
servers: servers:
- url: http://127.0.0.1/nfvmanocim/v2 - url: http://127.0.0.1/nfvmanocim/v2
......
...@@ -10,6 +10,7 @@ components: ...@@ -10,6 +10,7 @@ components:
entity is specified by the manoServices attribute. entity is specified by the manoServices attribute.
* NOTE 5: It is optional for the API producer to support the "manoEntityComponents" 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 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 type: object
required: required:
- id - id
...@@ -54,6 +55,13 @@ components: ...@@ -54,6 +55,13 @@ components:
description: > description: >
The version of the software of the NFV-MANO functional entity. The version of the software of the NFV-MANO functional entity.
$ref: "../../components/SOL009_schemas.yaml#/components/schemas/Version" $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: manoEntityComponents:
description: > description: >
The deployed NFV-MANO functional entity components which realize the The deployed NFV-MANO functional entity components which realize the
...@@ -113,6 +121,11 @@ components: ...@@ -113,6 +121,11 @@ components:
description: > description: >
The information specific to a WIM entity. See notes 4 and note 6. The information specific to a WIM entity. See notes 4 and note 6.
$ref: "#/components/schemas/WimSpecificInfo" $ref: "#/components/schemas/WimSpecificInfo"
cismSpecificInfo:
description: >
The information specific to a CISM entity, See notes 4 and 7.
$ref: "#/components/schemas/CismSpecificInfo"
_links: _links:
description: > description: >
Links to resources related to this resource. Links to resources related to this resource.
...@@ -140,6 +153,18 @@ components: ...@@ -140,6 +153,18 @@ components:
description: Link to the "Change state operation occurrences" resource. description: Link to the "Change state operation occurrences" resource.
$ref: "../../components/SOL009_schemas.yaml#/components/schemas/Link" $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: ManoConfigModificationRequest:
description: > description: >
This type represents attribute modifications for configuration parameters This type represents attribute modifications for configuration parameters
...@@ -1135,7 +1160,7 @@ components: ...@@ -1135,7 +1160,7 @@ components:
List of supported image container formats. Container format indicates whether a 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. 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 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 type: array
items: items:
type: string type: string
...@@ -1721,12 +1746,14 @@ components: ...@@ -1721,12 +1746,14 @@ components:
- VNFM The NFV-MANO functional entity is a VNFM. - VNFM The NFV-MANO functional entity is a VNFM.
- VIM The NFV-MANO functional entity is a VIM. - VIM The NFV-MANO functional entity is a VIM.
- WIM The NFV-MANO functional entity is a WIM. - WIM The NFV-MANO functional entity is a WIM.
- CISM The NFV-MANO functional entity is a CISM.
type: string type: string
enum: enum:
- NFVO - NFVO
- VNFM - VNFM
- VIM - VIM
- WIM - WIM
- CISM
PeerEntityEnumType: PeerEntityEnumType:
description: > description: >
...@@ -1737,6 +1764,7 @@ components: ...@@ -1737,6 +1764,7 @@ components:
- VNFM The peer functional entity is a VNFM. - VNFM The peer functional entity is a VNFM.
- VIM The peer functional entity is a VIM. - VIM The peer functional entity is a VIM.
- WIM The peer functional entity is a WIM. - WIM The peer functional entity is a WIM.
- CISM The peer functional entity is a CISM.
- EM The peer functional entity is an EM. - EM The peer functional entity is an EM.
- OSS The peer functional entity is an OSS/BSS. - OSS The peer functional entity is an OSS/BSS.
type: string type: string
...@@ -1745,6 +1773,7 @@ components: ...@@ -1745,6 +1773,7 @@ components:
- VNFM - VNFM
- VIM - VIM
- WIM - WIM
- CISM
- EM - EM
- OSS - OSS
......
...@@ -19,8 +19,8 @@ info: ...@@ -19,8 +19,8 @@ info:
version: 2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 2.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs: externalDocs:
description: ETSI GS NFV-SOL 009 V3.6.1 description: ETSI GS NFV-SOL 009 V4.3.1
url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.06.01_60/gs_NFV-SOL009v030601p.pdf url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.03.01_60/gs_NFV-SOL009v040301p.pdf
servers: servers:
- url: http://127.0.0.1/callback/v2 - url: http://127.0.0.1/callback/v2
......
...@@ -19,8 +19,8 @@ info: ...@@ -19,8 +19,8 @@ info:
version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs: externalDocs:
description: ETSI GS NFV-SOL 009 V3.6.1 description: ETSI GS NFV-SOL 009 V4.3.1
url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.06.01_60/gs_NFV-SOL009v030601p.pdf url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.03.01_60/gs_NFV-SOL009v040301p.pdf
servers: servers:
- url: http://127.0.0.1/nfvmanofm/v1 - url: http://127.0.0.1/nfvmanofm/v1
......
...@@ -19,8 +19,8 @@ info: ...@@ -19,8 +19,8 @@ info:
version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs: externalDocs:
description: ETSI GS NFV-SOL 009 V3.6.1 description: ETSI GS NFV-SOL 009 V4.3.1
url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.06.01_60/gs_NFV-SOL009v030601p.pdf url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.03.01_60/gs_NFV-SOL009v040301p.pdf
servers: servers:
- url: http://127.0.0.1/callback/v1 - url: http://127.0.0.1/callback/v1
......
...@@ -19,8 +19,8 @@ info: ...@@ -19,8 +19,8 @@ info:
version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs: externalDocs:
description: ETSI GS NFV-SOL 009 V3.6.1 description: ETSI GS NFV-SOL 009 V4.3.1
url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.06.01_60/gs_NFV-SOL009v030601p.pdf url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.03.01_60/gs_NFV-SOL009v040301p.pdf
servers: servers:
- url: http://127.0.0.1/nfvmanologm/v1 - url: http://127.0.0.1/nfvmanologm/v1
......
...@@ -19,8 +19,8 @@ info: ...@@ -19,8 +19,8 @@ info:
version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 1.0.1-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs: externalDocs:
description: ETSI GS NFV-SOL 009 V3.6.1 description: ETSI GS NFV-SOL 009 V4.3.1
url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.06.01_60/gs_NFV-SOL009v030601p.pdf url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.03.01_60/gs_NFV-SOL009v040301p.pdf
servers: servers:
- url: http://127.0.0.1/callback/v1 - url: http://127.0.0.1/callback/v1
......
...@@ -20,8 +20,8 @@ info: ...@@ -20,8 +20,8 @@ info:
version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs: externalDocs:
description: ETSI GS NFV-SOL 009 V3.6.1 description: ETSI GS NFV-SOL 009 V4.3.1
url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.06.01_60/gs_NFV-SOL009v030601p.pdf url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.03.01_60/gs_NFV-SOL009v040301p.pdf
servers: servers:
- url: http://127.0.0.1/nfvmanopm/v2 - url: http://127.0.0.1/nfvmanopm/v2
......
...@@ -19,9 +19,8 @@ info: ...@@ -19,9 +19,8 @@ info:
version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 version: 2.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs: externalDocs:
description: ETSI GS NFV-SOL 009 V3.6.1 description: ETSI GS NFV-SOL 009 V4.3.1
url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.06.01_60/gs_NFV-SOL009v030601p.pdf url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/04.03.01_60/gs_NFV-SOL009v040301p.pdf
servers: servers:
- url: http://127.0.0.1/callback/v2 - url: http://127.0.0.1/callback/v2
- url: https://127.0.0.1/callback/v2 - url: https://127.0.0.1/callback/v2
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment