Update vfc doc 36/104136/5
authoryangyan <yangyanyj@chinamobile.com>
Mon, 23 Mar 2020 07:53:05 +0000 (15:53 +0800)
committerYan Yang <yangyanyj@chinamobile.com>
Thu, 26 Mar 2020 07:11:43 +0000 (07:11 +0000)
Change-Id: I12804ddb38c0360d122dc7f46605303ce66dadc6
Issue-ID: VFC-1648
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docs/platform/APIs/CATALOG_API/CATALOG_API_Specification_v1.json [deleted file]
docs/platform/APIs/CATALOG_API/index.rst [deleted file]
docs/platform/APIs/index.rst
docs/platform/consumedapis.rst
docs/platform/delivery.rst
docs/platform/installation/installation/vfc-over-oom.rst
docs/platform/installation/user-guide/ns-instantiate-guide.rst
docs/platform/ns-instantiate-guide.rst
docs/release-notes.rst

diff --git a/docs/platform/APIs/CATALOG_API/CATALOG_API_Specification_v1.json b/docs/platform/APIs/CATALOG_API/CATALOG_API_Specification_v1.json
deleted file mode 100644 (file)
index ba8118e..0000000
+++ /dev/null
@@ -1,3628 +0,0 @@
-{
-    "swagger":"2.0",
-    "info":{
-        "title":"VFC Catalog API",
-        "description":"
-        "version":"v1"
-    },
-    "host":"10.42.6.46:8806",
-    "schemes":[
-        "http"
-    ],
-    "basePath":"/",
-    "consumes":[
-        "application/json"
-    ],
-    "produces":[
-        "application/json"
-    ],
-    "securityDefinitions":{
-        "Basic":{
-            "type":"basic"
-        }
-    },
-    "security":[
-        {
-            "Basic":[
-
-            ]
-        }
-    ],
-    "paths":{
-        "/api/catalog/v1/callback_sample":{
-            "get":{
-                "operationId":"api_catalog_v1_callback_sample_list",
-                "description":"Callback Sample.",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":""
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/catalog/v1/health_check":{
-            "get":{
-                "operationId":"api_catalog_v1_health_check_list",
-                "description":"",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"Active"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/catalog/v1/jobs/{job_id}":{
-            "get":{
-                "operationId":"api_catalog_v1_jobs_read",
-                "description":"Get job status",
-                "parameters":[
-                    {
-                        "name":"job_id",
-                        "in":"query",
-                        "description":"job id",
-                        "type":"string"
-                    },
-                    {
-                        "name":"responseId",
-                        "in":"query",
-                        "description":"response id",
-                        "type":"string"
-                    }
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/GetJobResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/PostJobResponseResult"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "post":{
-                "operationId":"api_catalog_v1_jobs_create",
-                "description":"Update job status",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/PostJobRequest"
-                        }
-                    },
-                    {
-                        "name":"job_id",
-                        "in":"query",
-                        "description":"job id",
-                        "type":"string"
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/PostJobResponseResult"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/PostJobResponseResult"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"job_id",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/catalog/v1/mandb/{modelName}":{
-            "get":{
-                "operationId":"api_catalog_v1_mandb_read",
-                "description":"",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":""
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "delete":{
-                "operationId":"api_catalog_v1_mandb_delete",
-                "description":"",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "204":{
-                        "description":""
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"modelName",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/catalog/v1/nspackages":{
-            "get":{
-                "operationId":"api_catalog_v1_nspackages_list",
-                "description":"Query NS packages",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "type":"array",
-                            "items":{
-                                "$ref":"#/definitions/NsPackage"
-                            }
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "post":{
-                "operationId":"api_catalog_v1_nspackages_create",
-                "description":"On distribute NS package",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/NsPackageDistributeRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/NsPackageDistributeResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/catalog/v1/nspackages/{csarId}":{
-            "get":{
-                "operationId":"api_catalog_v1_nspackages_read",
-                "description":"Query one NS package",
-                "parameters":[
-                    {
-                        "name":"csarId",
-                        "in":"query",
-                        "description":"csarId",
-                        "type":"string"
-                    }
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/NsPackage"
-                        }
-                    },
-                    "500":{
-                        "description":"error message",
-                        "schema":{
-                            "type":"string"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "delete":{
-                "operationId":"api_catalog_v1_nspackages_delete",
-                "description":"Delete one NS package",
-                "parameters":[
-                    {
-                        "name":"csarId",
-                        "in":"query",
-                        "description":"csarId",
-                        "type":"string"
-                    }
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/NsPackageDistributeResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"error message",
-                        "schema":{
-                            "type":"string"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"csarId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/catalog/v1/parsernsd":{
-            "post":{
-                "operationId":"api_catalog_v1_parsernsd_create",
-                "description":"Parse NS model",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/catalog/v1/parserpnfd":{
-            "post":{
-                "operationId":"api_catalog_v1_parserpnfd_create",
-                "description":"Parse PNF model",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/catalog/v1/parservnfd":{
-            "post":{
-                "operationId":"api_catalog_v1_parservnfd_create",
-                "description":"Parse NF model",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/catalog/v1/vnfpackages":{
-            "get":{
-                "operationId":"api_catalog_v1_vnfpackages_list",
-                "description":"Query Nf packages",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "type":"array",
-                            "items":{
-                                "$ref":"#/definitions/NfPackage"
-                            }
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "post":{
-                "operationId":"api_catalog_v1_vnfpackages_create",
-                "description":"On distribute Nf package",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/NfPackageDistributeRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/PostJobResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/catalog/v1/vnfpackages/{csarId}":{
-            "get":{
-                "operationId":"api_catalog_v1_vnfpackages_read",
-                "description":"Query one Nf package",
-                "parameters":[
-                    {
-                        "name":"csarId",
-                        "in":"query",
-                        "description":"csarId",
-                        "type":"string"
-                    }
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/NfPackage"
-                        }
-                    },
-                    "500":{
-                        "description":"error message",
-                        "schema":{
-                            "type":"string"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "delete":{
-                "operationId":"api_catalog_v1_vnfpackages_delete",
-                "description":"Delete one Nf package",
-                "parameters":[
-                    {
-                        "name":"csarId",
-                        "in":"query",
-                        "description":"csarId",
-                        "type":"string"
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/PostJobResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"error message",
-                        "schema":{
-                            "type":"string"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"csarId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/nsd/v1/health_check":{
-            "get":{
-                "operationId":"api_nsd_v1_health_check_list",
-                "description":"",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"Active"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/nsd/v1/ns_descriptors":{
-            "get":{
-                "operationId":"api_nsd_v1_ns_descriptors_list",
-                "description":"Query multiple NSDs",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "type":"array",
-                            "items":{
-                                "$ref":"#/definitions/NsdInfo"
-                            }
-                        }
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "post":{
-                "operationId":"api_nsd_v1_ns_descriptors_create",
-                "description":"Create a NSD",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/CreateNsdInfoRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "201":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/NsdInfo"
-                        }
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/nsd/v1/ns_descriptors/{nsdInfoId}":{
-            "get":{
-                "operationId":"api_nsd_v1_ns_descriptors_read",
-                "description":"Query a NSD",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/NsdInfo"
-                        }
-                    },
-                    "404":{
-                        "description":"NSDs do not exist"
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "delete":{
-                "operationId":"api_nsd_v1_ns_descriptors_delete",
-                "description":"Delete a NSD",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "204":{
-                        "description":"No content"
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"nsdInfoId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/nsd/v1/ns_descriptors/{nsdInfoId}/nsd_content":{
-            "get":{
-                "operationId":"api_nsd_v1_ns_descriptors_nsd_content_list",
-                "description":"Download NSD content",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "204":{
-                        "description":"No content"
-                    },
-                    "404":{
-                        "description":"NSD does not exist."
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "put":{
-                "operationId":"api_nsd_v1_ns_descriptors_nsd_content_update",
-                "description":"Upload NSD content",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "204":{
-                        "description":"PNFD file"
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"nsdInfoId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/nsd/v1/pnf_descriptors":{
-            "get":{
-                "operationId":"api_nsd_v1_pnf_descriptors_list",
-                "description":"Query multiple PNFDs",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "type":"array",
-                            "items":{
-                                "$ref":"#/definitions/PnfdInfo"
-                            }
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "post":{
-                "operationId":"api_nsd_v1_pnf_descriptors_create",
-                "description":"Create a PNFD",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/CreatePnfdInfoRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "201":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/PnfdInfo"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/nsd/v1/pnf_descriptors/{pnfdInfoId}":{
-            "get":{
-                "operationId":"api_nsd_v1_pnf_descriptors_read",
-                "description":"Query a PNFD",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/PnfdInfo"
-                        }
-                    },
-                    "404":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "delete":{
-                "operationId":"api_nsd_v1_pnf_descriptors_delete",
-                "description":"Delete a PNFD",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "204":{
-                        "description":"No content"
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"pnfdInfoId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/nsd/v1/pnf_descriptors/{pnfdInfoId}/pnfd_content":{
-            "get":{
-                "operationId":"api_nsd_v1_pnf_descriptors_pnfd_content_list",
-                "description":"Fetch PNFD content",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "204":{
-                        "description":"PNFD file"
-                    },
-                    "404":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "put":{
-                "operationId":"api_nsd_v1_pnf_descriptors_pnfd_content_update",
-                "description":"Upload PNFD content",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "204":{
-                        "description":"No content"
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"pnfdInfoId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/nsd/v1/subscriptions":{
-            "get":{
-                "operationId":"api_nsd_v1_subscriptions_list",
-                "description":"Query subscriptions for Nsd Management",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "type":"array",
-                            "items":{
-                                "$ref":"#/definitions/NsdmSubscription"
-                            }
-                        }
-                    },
-                    "400":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "404":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "post":{
-                "operationId":"api_nsd_v1_subscriptions_create",
-                "description":"Create Subscription for NSD Management",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/NsdmSubscriptionRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "201":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/NsdmSubscription"
-                        }
-                    },
-                    "303":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "400":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/nsd/v1/subscriptions/{subscriptionId}":{
-            "get":{
-                "operationId":"api_nsd_v1_subscriptions_read",
-                "description":"Query subscriptions for Nsd Management",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/NsdmSubscription"
-                        }
-                    },
-                    "400":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "404":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "delete":{
-                "operationId":"api_nsd_v1_subscriptions_delete",
-                "description":"Delete subscription for Nsd Management",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "204":{
-                        "description":"No_Content"
-                    },
-                    "400":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "404":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"subscriptionId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/parser/v1/health_check":{
-            "get":{
-                "operationId":"api_parser_v1_health_check_list",
-                "description":"",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"Active"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/parser/v1/parser":{
-            "post":{
-                "operationId":"api_parser_v1_parser_create",
-                "description":"Parse model(NS, Service, VNF, PNF)",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/parser/v1/parsernsd":{
-            "post":{
-                "operationId":"api_parser_v1_parsernsd_create",
-                "description":"Parse NS model",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/parser/v1/parserpnfd":{
-            "post":{
-                "operationId":"api_parser_v1_parserpnfd_create",
-                "description":"Parse PNF model",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/parser/v1/parservnfd":{
-            "post":{
-                "operationId":"api_parser_v1_parservnfd_create",
-                "description":"Parse NF model",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/ParseModelResponse"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/parser/v1/service_packages":{
-            "get":{
-                "operationId":"api_parser_v1_service_packages_list",
-                "description":"Query Service packages",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "type":"array",
-                            "items":{
-                                "$ref":"#/definitions/ServicePackage"
-                            }
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "post":{
-                "operationId":"api_parser_v1_service_packages_create",
-                "description":"On distribute Service package",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/ServicePackageDistributeRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":""
-                    },
-                    "400":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/parser/v1/service_packages/{csarId}":{
-            "get":{
-                "operationId":"api_parser_v1_service_packages_read",
-                "description":"Query one Service package",
-                "parameters":[
-                    {
-                        "name":"csarId",
-                        "in":"query",
-                        "description":"csarId",
-                        "type":"string"
-                    }
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/ServicePackage"
-                        }
-                    },
-                    "404":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "delete":{
-                "operationId":"api_parser_v1_service_packages_delete",
-                "description":"Delete one Service package",
-                "parameters":[
-                    {
-                        "name":"csarId",
-                        "in":"query",
-                        "description":"csarId",
-                        "type":"string"
-                    }
-                ],
-                "responses":{
-                    "204":{
-                        "description":""
-                    },
-                    "404":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/InternalErrorRequest"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"csarId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/vnfpkgm/v1/health_check":{
-            "get":{
-                "operationId":"api_vnfpkgm_v1_health_check_list",
-                "description":"",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"Active"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/vnfpkgm/v1/subscriptions":{
-            "get":{
-                "operationId":"api_vnfpkgm_v1_subscriptions_list",
-                "description":"",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/PkgmSubscription"
-                        }
-                    },
-                    "400":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "post":{
-                "operationId":"api_vnfpkgm_v1_subscriptions_create",
-                "description":"",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/PkgmSubscriptionRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "201":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/PkgmSubscription"
-                        }
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/vnfpkgm/v1/subscriptions/{subscriptionId}":{
-            "get":{
-                "operationId":"api_vnfpkgm_v1_subscriptions_read",
-                "description":"",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/PkgmSubscription"
-                        }
-                    },
-                    "404":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "delete":{
-                "operationId":"api_vnfpkgm_v1_subscriptions_delete",
-                "description":"",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "204":{
-                        "description":""
-                    },
-                    "404":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"subscriptionId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/vnfpkgm/v1/vnf_packages":{
-            "get":{
-                "operationId":"api_vnfpkgm_v1_vnf_packages_list",
-                "description":"Query multiple VNF package resource",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "type":"array",
-                            "items":{
-                                "$ref":"#/definitions/VnfPkgInfo"
-                            }
-                        }
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "post":{
-                "operationId":"api_vnfpkgm_v1_vnf_packages_create",
-                "description":"Create an individual VNF package resource",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/CreateVnfPkgInfoRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "201":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/VnfPkgInfo"
-                        }
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-
-            ]
-        },
-        "/api/vnfpkgm/v1/vnf_packages/{vnfPkgId}":{
-            "get":{
-                "operationId":"api_vnfpkgm_v1_vnf_packages_read",
-                "description":"Query an individual VNF package resource",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/VnfPkgInfo"
-                        }
-                    },
-                    "404":{
-                        "description":"VNF package does not exist"
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "delete":{
-                "operationId":"api_vnfpkgm_v1_vnf_packages_delete",
-                "description":"Delete an individual VNF package resource",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "204":{
-                        "description":"No content"
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"vnfPkgId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/vnfpkgm/v1/vnf_packages/{vnfPkgId}/artifacts/{artifactPath}":{
-            "get":{
-                "operationId":"api_vnfpkgm_v1_vnf_packages_artifacts_read",
-                "description":"",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"HTTP_200_OK"
-                    },
-                    "404":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    },
-                    "500":{
-                        "description":"",
-                        "schema":{
-                            "$ref":"#/definitions/SUBSCRIPTION_ProblemDetailsSerializer"
-                        }
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"artifactPath",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                },
-                {
-                    "name":"vnfPkgId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/vnfpkgm/v1/vnf_packages/{vnfPkgId}/package_content":{
-            "get":{
-                "operationId":"api_vnfpkgm_v1_vnf_packages_package_content_list",
-                "description":"Fetch VNF package content",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":"",
-                        "schema":{
-                            "type":"array",
-                            "items":{
-                                "$ref":"#/definitions/VnfPkgInfo"
-                            }
-                        }
-                    },
-                    "404":{
-                        "description":"VNF package does not exist"
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "put":{
-                "operationId":"api_vnfpkgm_v1_vnf_packages_package_content_update",
-                "description":"Upload VNF package content",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "202":{
-                        "description":"Successfully"
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"vnfPkgId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/api/vnfpkgm/v1/vnf_packages/{vnfPkgId}/package_content/upload_from_uri":{
-            "post":{
-                "operationId":"api_vnfpkgm_v1_vnf_packages_package_content_upload_from_uri_create",
-                "description":"Upload VNF package content from uri",
-                "parameters":[
-                    {
-                        "name":"data",
-                        "in":"body",
-                        "required":true,
-                        "schema":{
-                            "$ref":"#/definitions/UploadVnfPackageFromUriRequest"
-                        }
-                    }
-                ],
-                "responses":{
-                    "202":{
-                        "description":"Successfully"
-                    },
-                    "500":{
-                        "description":"Internal error"
-                    }
-                },
-                "tags":[
-                    "api"
-                ]
-            },
-            "parameters":[
-                {
-                    "name":"vnfPkgId",
-                    "in":"path",
-                    "required":true,
-                    "type":"string"
-                }
-            ]
-        },
-        "/samples/":{
-            "get":{
-                "operationId":"samples_list",
-                "description":"List all samples.",
-                "parameters":[
-
-                ],
-                "responses":{
-                    "200":{
-                        "description":""
-                    }
-                },
-                "tags":[
-                    "samples"
-                ]
-            },
-            "parameters":[
-
-            ]
-        }
-    },
-    "definitions":{
-        "JobResponseHistoryList":{
-            "description":"Response History List",
-            "type":"object",
-            "properties":{
-                "status":{
-                    "title":"Status",
-                    "description":"Status",
-                    "type":"string",
-                    "minLength":1
-                },
-                "progress":{
-                    "title":"Progress",
-                    "description":"Job Progress",
-                    "type":"string",
-                    "minLength":1
-                },
-                "statusDescription":{
-                    "title":"Statusdescription",
-                    "description":"Status Description",
-                    "type":"string",
-                    "minLength":1
-                },
-                "errorCode":{
-                    "title":"Errorcode",
-                    "description":"Error Code",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                },
-                "responseId":{
-                    "title":"Responseid",
-                    "description":"Response Id",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "JobResponseDescriptor":{
-            "title":"Responsedescriptor",
-            "description":"Job Response Descriptor",
-            "type":"object",
-            "properties":{
-                "status":{
-                    "title":"Status",
-                    "description":"Status",
-                    "type":"string",
-                    "minLength":1
-                },
-                "progress":{
-                    "title":"Progress",
-                    "description":"Job Progress",
-                    "type":"string",
-                    "minLength":1
-                },
-                "statusDescription":{
-                    "title":"Statusdescription",
-                    "description":"Status Description",
-                    "type":"string",
-                    "minLength":1
-                },
-                "errorCode":{
-                    "title":"Errorcode",
-                    "description":"Error Code",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                },
-                "responseId":{
-                    "title":"Responseid",
-                    "description":"Response Id",
-                    "type":"string",
-                    "minLength":1
-                },
-                "responseHistoryList":{
-                    "description":"Response History List",
-                    "type":"array",
-                    "items":{
-                        "$ref":"#/definitions/JobResponseHistoryList"
-                    }
-                }
-            }
-        },
-        "GetJobResponse":{
-            "type":"object",
-            "properties":{
-                "jobId":{
-                    "title":"Jobid",
-                    "description":"Job Id",
-                    "type":"string",
-                    "minLength":1
-                },
-                "responseDescriptor":{
-                    "$ref":"#/definitions/JobResponseDescriptor"
-                }
-            }
-        },
-        "PostJobResponseResult":{
-            "required":[
-                "result"
-            ],
-            "type":"object",
-            "properties":{
-                "result":{
-                    "title":"Result",
-                    "description":"Result",
-                    "type":"string",
-                    "minLength":1
-                },
-                "msg":{
-                    "title":"Msg",
-                    "description":"Message",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "PostJobRequest":{
-            "type":"object",
-            "properties":{
-                "progress":{
-                    "title":"Progress",
-                    "description":"Job Progress",
-                    "type":"string",
-                    "minLength":1
-                },
-                "desc":{
-                    "title":"Desc",
-                    "description":"Description",
-                    "type":"string",
-                    "minLength":1
-                },
-                "errcode":{
-                    "title":"Errcode",
-                    "description":"Error Code",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "NsPackageInfo":{
-            "title":"Packageinfo",
-            "description":"NS Package Info",
-            "type":"object",
-            "properties":{
-                "nsdId":{
-                    "title":"Nsdid",
-                    "description":"NSD ID",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                },
-                "nsPackageId":{
-                    "title":"Nspackageid",
-                    "description":"NS Package ID",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "nsdProvider":{
-                    "title":"Nsdprovider",
-                    "description":"NSD Provider",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "nsdVersion":{
-                    "title":"Nsdversion",
-                    "description":"NSD Version",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "csarName":{
-                    "title":"Csarname",
-                    "description":"CSAR name",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "nsdModel":{
-                    "title":"Nsdmodel",
-                    "description":"NSD Model",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "downloadUrl":{
-                    "title":"Downloadurl",
-                    "description":"URL to download NSD Model",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                }
-            },
-            "x-nullable":true
-        },
-        "NsPackage":{
-            "type":"object",
-            "properties":{
-                "csarId":{
-                    "title":"Csarid",
-                    "description":"CSAR ID",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                },
-                "packageInfo":{
-                    "$ref":"#/definitions/NsPackageInfo"
-                }
-            }
-        },
-        "InternalErrorRequest":{
-            "required":[
-                "error"
-            ],
-            "type":"object",
-            "properties":{
-                "error":{
-                    "title":"Error",
-                    "description":"Error",
-                    "type":"string",
-                    "minLength":1
-                },
-                "errorMessage":{
-                    "title":"Errormessage",
-                    "description":"Error Message",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "NsPackageDistributeRequest":{
-            "required":[
-                "csarId"
-            ],
-            "type":"object",
-            "properties":{
-                "csarId":{
-                    "title":"Csarid",
-                    "description":"csarId",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "NsPackageDistributeResponse":{
-            "required":[
-                "status",
-                "statusDescription",
-                "errorCode"
-            ],
-            "type":"object",
-            "properties":{
-                "status":{
-                    "title":"Status",
-                    "description":"status",
-                    "type":"string",
-                    "minLength":1
-                },
-                "statusDescription":{
-                    "title":"Statusdescription",
-                    "description":"statusDescription",
-                    "type":"string",
-                    "minLength":1
-                },
-                "errorCode":{
-                    "title":"Errorcode",
-                    "description":"errorCode",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "ParseModelRequest":{
-            "required":[
-                "csarId"
-            ],
-            "type":"object",
-            "properties":{
-                "csarId":{
-                    "title":"Csarid",
-                    "description":"CSAR ID",
-                    "type":"string",
-                    "minLength":1
-                },
-                "packageType":{
-                    "title":"Packagetype",
-                    "description":"Package type: VNF, PNF, NS, Service",
-                    "type":"string",
-                    "minLength":1
-                },
-                "inputs":{
-                    "title":"Inputs",
-                    "description":"Inputs",
-                    "type":"string"
-                }
-            }
-        },
-        "ParseModelResponse":{
-            "required":[
-                "model"
-            ],
-            "type":"object",
-            "properties":{
-                "model":{
-                    "title":"Model",
-                    "description":"Model",
-                    "type":"string"
-                }
-            }
-        },
-        "NfPackageInfo":{
-            "title":"Packageinfo",
-            "description":"VNF Package Info",
-            "required":[
-                "vnfPackageId"
-            ],
-            "type":"object",
-            "properties":{
-                "vnfdId":{
-                    "title":"Vnfdid",
-                    "description":"VNFD ID",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "vnfPackageId":{
-                    "title":"Vnfpackageid",
-                    "description":"VNF Package ID",
-                    "type":"string",
-                    "minLength":1
-                },
-                "vnfdProvider":{
-                    "title":"Vnfdprovider",
-                    "description":"VNFD Provider",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "vnfdVersion":{
-                    "title":"Vnfdversion",
-                    "description":"VNFD Version",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "vnfVersion":{
-                    "title":"Vnfversion",
-                    "description":"VNF Version",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "csarName":{
-                    "title":"Csarname",
-                    "description":"CSAR Name",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "vnfdModel":{
-                    "title":"Vnfdmodel",
-                    "description":"VNFD Model",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "downloadUrl":{
-                    "title":"Downloadurl",
-                    "description":"URL to download VNFD Model",
-                    "type":"string",
-                    "x-nullable":true
-                }
-            }
-        },
-        "NfImageInfo":{
-            "description":"Image Info",
-            "required":[
-                "index",
-                "fileName",
-                "imageId",
-                "vimId",
-                "vimUser",
-                "tenant",
-                "status"
-            ],
-            "type":"object",
-            "properties":{
-                "index":{
-                    "title":"Index",
-                    "description":"Index of VNF Image",
-                    "type":"string",
-                    "minLength":1
-                },
-                "fileName":{
-                    "title":"Filename",
-                    "description":"Image file name",
-                    "type":"string",
-                    "minLength":1
-                },
-                "imageId":{
-                    "title":"Imageid",
-                    "description":"Image ID",
-                    "type":"string",
-                    "minLength":1
-                },
-                "vimId":{
-                    "title":"Vimid",
-                    "description":"VIM ID",
-                    "type":"string",
-                    "minLength":1
-                },
-                "vimUser":{
-                    "title":"Vimuser",
-                    "description":"User of VIM",
-                    "type":"string",
-                    "minLength":1
-                },
-                "tenant":{
-                    "title":"Tenant",
-                    "description":"Tenant",
-                    "type":"string",
-                    "minLength":1
-                },
-                "status":{
-                    "title":"Status",
-                    "description":"Status",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "NfPackage":{
-            "required":[
-                "csarId",
-                "packageInfo"
-            ],
-            "type":"object",
-            "properties":{
-                "csarId":{
-                    "title":"Csarid",
-                    "description":"CSAR ID",
-                    "type":"string",
-                    "minLength":1
-                },
-                "packageInfo":{
-                    "$ref":"#/definitions/NfPackageInfo"
-                },
-                "imageInfo":{
-                    "description":"Image Info",
-                    "type":"array",
-                    "items":{
-                        "$ref":"#/definitions/NfImageInfo"
-                    },
-                    "x-nullable":true
-                }
-            }
-        },
-        "NfPackageDistributeRequest":{
-            "required":[
-                "csarId"
-            ],
-            "type":"object",
-            "properties":{
-                "csarId":{
-                    "title":"Csarid",
-                    "description":"CSAR ID",
-                    "type":"string",
-                    "minLength":1
-                },
-                "vimIds":{
-                    "description":"A string for vimIds",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "minLength":1
-                    }
-                },
-                "labVimId":{
-                    "title":"Labvimid",
-                    "description":"A list of VIM IDs.",
-                    "type":"string"
-                }
-            }
-        },
-        "PostJobResponse":{
-            "required":[
-                "jobId"
-            ],
-            "type":"object",
-            "properties":{
-                "jobId":{
-                    "title":"Jobid",
-                    "description":"jobId",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "ProblemDetails":{
-            "title":"Onboardingfailuredetails",
-            "description":"Failure details of current onboarding procedure.It shall be present when the nsdOnboardingState attribute is CREATED and the uploading or processing fails in NFVO.",
-            "required":[
-                "title",
-                "detail"
-            ],
-            "type":"object",
-            "properties":{
-                "type":{
-                    "title":"Type",
-                    "description":"A URI reference according to IETF RFC 3986 [10] that identifies the problem type. It is encouraged that the URI provides human-readable documentation for the problem (e.g. using HTML) when dereferenced. When this member is not present, its value is assumed to be "about:blank".",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "title":{
-                    "title":"Title",
-                    "description":"The HTTP status code for this occurrence of the problem.",
-                    "type":"integer"
-                },
-                "detail":{
-                    "title":"Detail",
-                    "description":"A human-readable explanation specific to this occurrence of the problem.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "instance":{
-                    "title":"Instance",
-                    "description":"A URI reference that identifies the specific occurrence of the problem. It may yield further information if dereferenced.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "additional_attributes":{
-                    "title":"Additional attributes",
-                    "description":"Any number of additional attributes, as defined in a specification or by an implementation.",
-                    "type":"object",
-                    "additionalProperties":{
-                        "description":"Additional attribute",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                }
-            }
-        },
-        "Link":{
-            "title":"Self",
-            "description":"URI of this resource.",
-            "required":[
-                "href"
-            ],
-            "type":"object",
-            "properties":{
-                "href":{
-                    "title":"Href",
-                    "description":"URI of the referenced resource",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "NSD_LinkSerializer":{
-            "title":" links",
-            "description":"Links to resources related to this resource.",
-            "required":[
-                "self",
-                "nsd_content"
-            ],
-            "type":"object",
-            "properties":{
-                "self":{
-                    "$ref":"#/definitions/Link"
-                },
-                "nsd_content":{
-                    "$ref":"#/definitions/Link"
-                }
-            }
-        },
-        "NsdInfo":{
-            "required":[
-                "id",
-                "nsdOnboardingState",
-                "nsdOperationalState",
-                "nsdUsageState",
-                "_links"
-            ],
-            "type":"object",
-            "properties":{
-                "id":{
-                    "title":"Id",
-                    "description":"Identifier of the onboarded individual NS descriptor resource.This identifier is allocated by the NFVO.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "nsdId":{
-                    "title":"Nsdid",
-                    "description":"This identifier, which is allocated by the NSD designer,identifies the NSD in a globally unique way.It is copied from the NSD content and shall be present after the NSD content is on-boarded.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "nsdName":{
-                    "title":"Nsdname",
-                    "description":"Name of the onboarded NSD.This information is copied from the NSD content and shall be present after the NSD content is on-boarded.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "nsdVersion":{
-                    "title":"Nsdversion",
-                    "description":"Version of the on-boarded NSD.This information is copied from the NSD content and shall be present after the NSD content is on-boarded.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "nsdDesigner":{
-                    "title":"Nsddesigner",
-                    "description":"Designer of the on-boarded NSD.This information is copied from the NSD content and shall be present after the NSD content is on-boarded.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "nsdInvariantId":{
-                    "title":"Nsdinvariantid",
-                    "description":"This identifier, which is allocated by the NSD designer,identifies an NSD in a version independent manner.This information is copied from the NSD content and shall be present after the NSD content is on-boarded.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "vnfPkgIds":{
-                    "description":"Identifies the VNF package for the VNFD referenced by the on-boarded NS descriptor resource.",
-                    "type":"array",
-                    "items":{
-                        "description":"Identifier of the VNF package",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                },
-                "pnfdInfoIds":{
-                    "description":"Identifies the PnfdInfo element for the PNFD referenced by the on-boarded NS descriptor resource.",
-                    "type":"array",
-                    "items":{
-                        "description":"Identifier of the PnfdInfo element",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                },
-                "nestedNsdInfoIds":{
-                    "description":"Identifies the NsdInfo element for the nested NSD referenced by the on-boarded NS descriptor resource.",
-                    "type":"array",
-                    "items":{
-                        "description":"Identifier of the NsdInfo element",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                },
-                "nsdOnboardingState":{
-                    "title":"Nsdonboardingstate",
-                    "description":"Onboarding state of the individual NS descriptor resource.",
-                    "type":"string",
-                    "enum":[
-                        "CREATED",
-                        "UPLOADING",
-                        "PROCESSING",
-                        "ONBOARDED"
-                    ]
-                },
-                "onboardingFailureDetails":{
-                    "$ref":"#/definitions/ProblemDetails"
-                },
-                "nsdOperationalState":{
-                    "title":"Nsdoperationalstate",
-                    "description":"Operational state of the individual NS descriptor resource.This attribute can be modified with the PATCH method.",
-                    "type":"string",
-                    "enum":[
-                        "ENABLED",
-                        "DISABLED"
-                    ]
-                },
-                "nsdUsageState":{
-                    "title":"Nsdusagestate",
-                    "description":"Usage state of the individual NS descriptor resource.",
-                    "type":"string",
-                    "enum":[
-                        "IN_USE",
-                        "NOT_IN_USE"
-                    ]
-                },
-                "userDefinedData":{
-                    "title":"Userdefineddata",
-                    "description":"User defined data for the individual NS descriptor resource.This attribute can be modified with the PATCH method.",
-                    "type":"object",
-                    "additionalProperties":{
-                        "description":"Key Value Pairs",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                },
-                "_links":{
-                    "$ref":"#/definitions/NSD_LinkSerializer"
-                }
-            }
-        },
-        "CreateNsdInfoRequest":{
-            "type":"object",
-            "properties":{
-                "userDefinedData":{
-                    "title":"Userdefineddata",
-                    "description":"User-defined data for the NS descriptor resource to be created.It shall be present when the user defined data is set for the individual NS descriptor resource to be created.",
-                    "type":"object",
-                    "additionalProperties":{
-                        "description":"Key Value Pairs",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                }
-            }
-        },
-        "_Link":{
-            "title":" links",
-            "description":"Links to resources related to this resource.",
-            "required":[
-                "self",
-                "pnfd_content"
-            ],
-            "type":"object",
-            "properties":{
-                "self":{
-                    "$ref":"#/definitions/Link"
-                },
-                "pnfd_content":{
-                    "$ref":"#/definitions/Link"
-                }
-            }
-        },
-        "PnfdInfo":{
-            "required":[
-                "id",
-                "pnfdOnboardingState",
-                "pnfdUsageState",
-                "_links"
-            ],
-            "type":"object",
-            "properties":{
-                "id":{
-                    "title":"Id",
-                    "description":"Identifier of the onboarded individual PNF descriptor resource. This identifier is allocated by the NFVO.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "pnfdId":{
-                    "title":"Pnfdid",
-                    "description":"This identifier, which is allocated by the PNFD designer, identifies the PNFD in a globally unique way. It is copied from the PNFD content and shall be present after the PNFD content is on-boarded.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "pnfdName":{
-                    "title":"Pnfdname",
-                    "description":"Name of the onboarded PNFD. This information is copied from the PNFD content and shall be present after the PNFD content is on-boarded.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "pnfdVersion":{
-                    "title":"Pnfdversion",
-                    "description":"Version of the on-boarded PNFD. This information is copied from the PNFD content and shall be present after the PNFD content is on-boarded.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "pnfdProvider":{
-                    "title":"Pnfdprovider",
-                    "description":"Provider of the on-boarded PNFD. This information is copied from the PNFD content and shall be present after the PNFD content is on-boarded.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "pnfdInvariantId":{
-                    "title":"Pnfdinvariantid",
-                    "description":"Identifies a PNFD in a version independent manner. This attribute is invariant across versions of PNFD.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "pnfdOnboardingState":{
-                    "title":"Pnfdonboardingstate",
-                    "description":"Onboarding state of the individual PNF descriptor resource.",
-                    "type":"string",
-                    "enum":[
-                        "CREATED",
-                        "UPLOADING",
-                        "PROCESSING",
-                        "ONBOARDED"
-                    ]
-                },
-                "onboardingFailureDetails":{
-                    "$ref":"#/definitions/ProblemDetails"
-                },
-                "pnfdUsageState":{
-                    "title":"Pnfdusagestate",
-                    "description":"Usage state of the individual PNF descriptor resource.",
-                    "type":"string",
-                    "enum":[
-                        "IN_USE",
-                        "NOT_IN_USE"
-                    ]
-                },
-                "userDefinedData":{
-                    "title":"Userdefineddata",
-                    "description":"User defined data for the individual PNF descriptor resource. This attribute can be modified with the PATCH method.",
-                    "type":"object",
-                    "additionalProperties":{
-                        "description":"Key Value Pairs",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                },
-                "_links":{
-                    "$ref":"#/definitions/_Link"
-                }
-            }
-        },
-        "SUBSCRIPTION_ProblemDetailsSerializer":{
-            "required":[
-                "status",
-                "detail"
-            ],
-            "type":"object",
-            "properties":{
-                "type":{
-                    "title":"Type",
-                    "description":"Type",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                },
-                "title":{
-                    "title":"Title",
-                    "description":"Title",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                },
-                "status":{
-                    "title":"Status",
-                    "description":"Status",
-                    "type":"integer"
-                },
-                "detail":{
-                    "title":"Detail",
-                    "description":"Detail",
-                    "type":"string",
-                    "minLength":1
-                },
-                "instance":{
-                    "title":"Instance",
-                    "description":"Instance",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                },
-                "additional_details":{
-                    "description":"Any number of additional attributes, as defined in a specification or by an implementation.",
-                    "type":"array",
-                    "items":{
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                }
-            }
-        },
-        "CreatePnfdInfoRequest":{
-            "type":"object",
-            "properties":{
-                "userDefinedData":{
-                    "title":"Userdefineddata",
-                    "description":"User-defined data for the PNF descriptor resource to be created.It shall be present when the user defined data is set for the individual PNF descriptor resource to be created.",
-                    "type":"object",
-                    "additionalProperties":{
-                        "description":"Key Value Pairs",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                }
-            }
-        },
-        "NsdmNotificationsFilter":{
-            "title":"Filter",
-            "description":"Filter settings for this subscription, to define the of all notifications this subscription relates to.",
-            "type":"object",
-            "properties":{
-                "notificationTypes":{
-                    "description":"Match particular notification types",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "enum":[
-                            "NsdOnBoardingNotification",
-                            "NsdOnboardingFailureNotification",
-                            "NsdChangeNotification",
-                            "NsdDeletionNotification",
-                            "PnfdOnBoardingNotification",
-                            "PnfdOnBoardingFailureNotification",
-                            "PnfdDeletionNotification"
-                        ]
-                    }
-                },
-                "nsdInfoId":{
-                    "description":"Match NS packages with particular nsdInfoIds",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "format":"uuid"
-                    }
-                },
-                "nsdId":{
-                    "description":"Match NS Packages with particular nsdIds",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "format":"uuid"
-                    }
-                },
-                "nsdName":{
-                    "description":"Match NS Packages with particular nsdNames",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "maxLength":255,
-                        "minLength":1
-                    }
-                },
-                "nsdVersion":{
-                    "description":"match NS packages that belong to certain nsdversion",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "maxLength":255,
-                        "minLength":1
-                    }
-                },
-                "nsdInvariantId":{
-                    "description":"Match NS Packages with particular nsdInvariantIds",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "format":"uuid"
-                    }
-                },
-                "vnfPkgIds":{
-                    "description":"Match NS Packages that has VNF PackageIds",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "format":"uuid"
-                    }
-                },
-                "nestedNsdInfoIds":{
-                    "description":"Match NS Packages with particular nsdInvariantIds",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "format":"uuid"
-                    }
-                },
-                "nsdOnboardingState":{
-                    "description":"Match NS Packages with particular NS Onboarding State",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "enum":[
-                            "CREATED",
-                            "UPLOADING",
-                            "PROCESSING",
-                            "ONBOARDED"
-                        ]
-                    }
-                },
-                "nsdOperationalState":{
-                    "description":"Match NS Packages with particular NS Operational State",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "enum":[
-                            "ENABLED",
-                            "DISABLED"
-                        ]
-                    }
-                },
-                "nsdUsageState":{
-                    "description":"Match NS Packages with particular NS Usage State",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "enum":[
-                            "IN_USE",
-                            "NOT_IN_USE"
-                        ]
-                    }
-                },
-                "pnfdInfoIds":{
-                    "description":"Match PF packages with particular pnfdInfoIds",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "format":"uuid"
-                    }
-                },
-                "pnfdId":{
-                    "description":"Match PF packages with particular pnfdInfoIds",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "format":"uuid"
-                    }
-                },
-                "pnfdName":{
-                    "description":"Match PF Packages with particular pnfdNames",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "maxLength":255,
-                        "minLength":1
-                    }
-                },
-                "pnfdVersion":{
-                    "description":"match PF packages that belong to certain pnfd version",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "maxLength":255,
-                        "minLength":1
-                    }
-                },
-                "pnfdProvider":{
-                    "description":"Match PF Packages with particular pnfdProvider",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "maxLength":255,
-                        "minLength":1
-                    }
-                },
-                "pnfdInvariantId":{
-                    "description":"Match PF Packages with particular pnfdInvariantIds",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "format":"uuid"
-                    }
-                },
-                "pnfdOnboardingState":{
-                    "description":"Match PF Packages with particular PNF Onboarding State ",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "enum":[
-                            "CREATED",
-                            "UPLOADING",
-                            "PROCESSING",
-                            "ONBOARDED"
-                        ]
-                    }
-                },
-                "pnfdUsageState":{
-                    "description":"Match PF Packages with particular PNF usage State",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "enum":[
-                            "IN_USE",
-                            "NOT_IN_USE"
-                        ]
-                    }
-                }
-            }
-        },
-        "NsdmSubscriptionLink":{
-            "title":" links",
-            "description":"Links to resources related to this resource.",
-            "required":[
-                "self"
-            ],
-            "type":"object",
-            "properties":{
-                "self":{
-                    "$ref":"#/definitions/Link"
-                }
-            }
-        },
-        "NsdmSubscription":{
-            "required":[
-                "id",
-                "callbackUri",
-                "_links"
-            ],
-            "type":"object",
-            "properties":{
-                "id":{
-                    "title":"Id",
-                    "description":"Identifier of this subscription resource.",
-                    "type":"string",
-                    "maxLength":255,
-                    "minLength":1
-                },
-                "callbackUri":{
-                    "title":"Callbackuri",
-                    "description":"The URI of the endpoint to send the notification to.",
-                    "type":"string",
-                    "maxLength":255,
-                    "minLength":1
-                },
-                "filter":{
-                    "$ref":"#/definitions/NsdmNotificationsFilter"
-                },
-                "_links":{
-                    "$ref":"#/definitions/NsdmSubscriptionLink"
-                }
-            }
-        },
-        "BasicAuth":{
-            "title":"Paramsbasic",
-            "description":"Parameters for authentication/authorization using BASIC.",
-            "type":"object",
-            "properties":{
-                "userName":{
-                    "title":"Username",
-                    "description":"Username to be used in HTTP Basic authentication.",
-                    "type":"string",
-                    "maxLength":255,
-                    "minLength":1
-                },
-                "password":{
-                    "title":"Password",
-                    "description":"Password to be used in HTTP Basic authentication.",
-                    "type":"string",
-                    "maxLength":255,
-                    "minLength":1
-                }
-            }
-        },
-        "OAuthCredentials":{
-            "title":"Paramsoauth2clientcredentials",
-            "description":"Parameters for authentication/authorization using OAUTH2_CLIENT_CREDENTIALS.",
-            "type":"object",
-            "properties":{
-                "clientId":{
-                    "title":"Clientid",
-                    "description":"Client identifier to be used in the access token request of the OAuth 2.0 client credentials grant type.",
-                    "type":"string",
-                    "maxLength":255,
-                    "minLength":1
-                },
-                "clientPassword":{
-                    "title":"Clientpassword",
-                    "description":"Client password to be used in the access token request of the OAuth 2.0 client credentials grant type.",
-                    "type":"string",
-                    "maxLength":255,
-                    "minLength":1
-                },
-                "tokenEndpoint":{
-                    "title":"Tokenendpoint",
-                    "description":"The token endpoint from which the access token can be obtained.",
-                    "type":"string",
-                    "maxLength":255,
-                    "minLength":1
-                }
-            }
-        },
-        "SubscriptionAuthentication":{
-            "title":"Authentication",
-            "description":"Authentication parameters to configure the use of Authorization when sending notifications corresponding to this subscription.",
-            "required":[
-                "authType"
-            ],
-            "type":"object",
-            "properties":{
-                "authType":{
-                    "description":"Defines the types of Authentication / Authorization which the API consumer is willing to accept when receiving a notification.",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "enum":[
-                            "BASIC",
-                            "OAUTH2_CLIENT_CREDENTIALS",
-                            "TLS_CERT"
-                        ]
-                    }
-                },
-                "paramsBasic":{
-                    "$ref":"#/definitions/BasicAuth"
-                },
-                "paramsOauth2ClientCredentials":{
-                    "$ref":"#/definitions/OAuthCredentials"
-                }
-            }
-        },
-        "NsdmSubscriptionRequest":{
-            "required":[
-                "callbackUri"
-            ],
-            "type":"object",
-            "properties":{
-                "callbackUri":{
-                    "title":"Callbackuri",
-                    "description":"The URI of the endpoint to send the notification to.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "filter":{
-                    "$ref":"#/definitions/NsdmNotificationsFilter"
-                },
-                "authentication":{
-                    "$ref":"#/definitions/SubscriptionAuthentication"
-                }
-            }
-        },
-        "ServicePackageInfo":{
-            "title":"Packageinfo",
-            "description":"Service Package Info",
-            "type":"object",
-            "properties":{
-                "servicedId":{
-                    "title":"Servicedid",
-                    "description":"ServiceD ID",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                },
-                "servicePackageId":{
-                    "title":"Servicepackageid",
-                    "description":"Service Package ID",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "servicedProvider":{
-                    "title":"Servicedprovider",
-                    "description":"ServiceD Provider",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "servicedVersion":{
-                    "title":"Servicedversion",
-                    "description":"ServiceD Version",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "csarName":{
-                    "title":"Csarname",
-                    "description":"CSAR name",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "servicedModel":{
-                    "title":"Servicedmodel",
-                    "description":"ServiceD Model",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "downloadUrl":{
-                    "title":"Downloadurl",
-                    "description":"URL to download ServiceD Model",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                }
-            },
-            "x-nullable":true
-        },
-        "ServicePackage":{
-            "type":"object",
-            "properties":{
-                "csarId":{
-                    "title":"Csarid",
-                    "description":"CSAR ID",
-                    "type":"string",
-                    "minLength":1,
-                    "x-nullable":true
-                },
-                "packageInfo":{
-                    "$ref":"#/definitions/ServicePackageInfo"
-                }
-            }
-        },
-        "ServicePackageDistributeRequest":{
-            "required":[
-                "csarId"
-            ],
-            "type":"object",
-            "properties":{
-                "csarId":{
-                    "title":"Csarid",
-                    "description":"csarId",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "VNF_SUBSCRIPTION_LINKSERIALIZER":{
-            "title":"Self",
-            "description":"URI of this resource.",
-            "required":[
-                "href"
-            ],
-            "type":"object",
-            "properties":{
-                "href":{
-                    "title":"Href",
-                    "description":"URI of the referenced resource.",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "LinkSelf":{
-            "title":" links",
-            "description":"Links to resources related to this resource.",
-            "required":[
-                "self"
-            ],
-            "type":"object",
-            "properties":{
-                "self":{
-                    "$ref":"#/definitions/VNF_SUBSCRIPTION_LINKSERIALIZER"
-                }
-            }
-        },
-        "Version":{
-            "title":"Versions",
-            "description":"match VNF packages that contain VNF products with certain versions",
-            "required":[
-                "vnfSoftwareVersion"
-            ],
-            "type":"object",
-            "properties":{
-                "vnfSoftwareVersion":{
-                    "title":"Vnfsoftwareversion",
-                    "description":"VNF software version to match.",
-                    "type":"string",
-                    "maxLength":255,
-                    "minLength":1
-                },
-                "vnfdVersions":{
-                    "description":"Match VNF packages that contain VNF products with certain VNFD versions",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "minLength":1
-                    }
-                }
-            }
-        },
-        "vnfProducts":{
-            "title":"Vnfproducts",
-            "description":"match VNF packages that contain VNF products with certain product names, from one particular provider",
-            "required":[
-                "vnfProductName"
-            ],
-            "type":"object",
-            "properties":{
-                "vnfProductName":{
-                    "title":"Vnfproductname",
-                    "description":"Name of the VNF product to match.",
-                    "type":"string",
-                    "maxLength":255,
-                    "minLength":1
-                },
-                "versions":{
-                    "$ref":"#/definitions/Version"
-                }
-            }
-        },
-        "vnfProductsProviders":{
-            "title":"Vnfproductsfromproviders",
-            "description":"Match VNF packages that contain VNF products from certain providers.",
-            "required":[
-                "vnfProvider"
-            ],
-            "type":"object",
-            "properties":{
-                "vnfProvider":{
-                    "title":"Vnfprovider",
-                    "description":"Name of the VNFprovider to match.",
-                    "type":"string",
-                    "maxLength":255,
-                    "minLength":1
-                },
-                "vnfProducts":{
-                    "$ref":"#/definitions/vnfProducts"
-                }
-            }
-        },
-        "PkgmNotificationsFilter":{
-            "title":"Filter",
-            "description":"Filter settings for this subscription, to define the subset of all notifications this subscription relates to",
-            "type":"object",
-            "properties":{
-                "notificationTypes":{
-                    "description":"Match particular notification types",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "enum":[
-                            "VnfPackageOnboardingNotification",
-                            "VnfPackageChangeNotification"
-                        ]
-                    }
-                },
-                "vnfProductsFromProviders":{
-                    "$ref":"#/definitions/vnfProductsProviders"
-                },
-                "vnfdId":{
-                    "description":"Match VNF packages with a VNFD identifierlisted in the attribute",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "format":"uuid"
-                    }
-                },
-                "vnfPkgId":{
-                    "description":"Match VNF packages with a VNFD identifierlisted in the attribute",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "format":"uuid"
-                    }
-                },
-                "operationalState":{
-                    "description":"Operational state of the VNF package.",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "enum":[
-                            "ENABLED",
-                            "DISABLED"
-                        ]
-                    }
-                },
-                "usageState":{
-                    "description":"Operational state of the VNF package.",
-                    "type":"array",
-                    "items":{
-                        "type":"string",
-                        "enum":[
-                            "IN_USE",
-                            "NOT_IN_USE"
-                        ]
-                    }
-                }
-            }
-        },
-        "PkgmSubscription":{
-            "required":[
-                "id",
-                "callbackUri",
-                "_links"
-            ],
-            "type":"object",
-            "properties":{
-                "id":{
-                    "title":"Id",
-                    "description":"Identifier of this subscription resource.",
-                    "type":"string",
-                    "format":"uuid"
-                },
-                "callbackUri":{
-                    "title":"Callbackuri",
-                    "description":"The URI of the endpoint to send the notification to.",
-                    "type":"string",
-                    "format":"uri",
-                    "minLength":1
-                },
-                "_links":{
-                    "$ref":"#/definitions/LinkSelf"
-                },
-                "filter":{
-                    "$ref":"#/definitions/PkgmNotificationsFilter"
-                }
-            }
-        },
-        "PkgmSubscriptionRequest":{
-            "required":[
-                "callbackUri"
-            ],
-            "type":"object",
-            "properties":{
-                "filters":{
-                    "$ref":"#/definitions/PkgmNotificationsFilter"
-                },
-                "callbackUri":{
-                    "title":"Callbackuri",
-                    "description":"Callback URI to sendthe notification",
-                    "type":"string",
-                    "format":"uri",
-                    "minLength":1
-                },
-                "authentication":{
-                    "$ref":"#/definitions/SubscriptionAuthentication"
-                }
-            }
-        },
-        "Checksum":{
-            "title":"Checksum",
-            "description":"Checksum of the on-boarded VNF package.",
-            "required":[
-                "algorithm",
-                "hash"
-            ],
-            "type":"object",
-            "properties":{
-                "algorithm":{
-                    "title":"Algorithm",
-                    "description":"Name of the algorithm used to generate the checksum.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "hash":{
-                    "title":"Hash",
-                    "description":"The hexadecimal value of the checksum.",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "VnfPackageSoftwareImageInfo":{
-            "description":"Information about VNF package artifacts that are software images.",
-            "required":[
-                "id",
-                "name",
-                "provider",
-                "version",
-                "checksum",
-                "containerFormat",
-                "diskFormat",
-                "createdAt",
-                "minDisk",
-                "minRam",
-                "size",
-                "imagePath"
-            ],
-            "type":"object",
-            "properties":{
-                "id":{
-                    "title":"Id",
-                    "description":"Identifier of the software image.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "name":{
-                    "title":"Name",
-                    "description":"Name of the software image.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "provider":{
-                    "title":"Provider",
-                    "description":"Provider of the software image.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "version":{
-                    "title":"Version",
-                    "description":"Version of the software image.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "checksum":{
-                    "$ref":"#/definitions/Checksum"
-                },
-                "containerFormat":{
-                    "title":"Containerformat",
-                    "description":"terminationType: Indicates whether forceful or graceful termination is requested.",
-                    "type":"string",
-                    "enum":[
-                        "AKI",
-                        "AMI",
-                        "ARI",
-                        "BARE",
-                        "DOCKER",
-                        "OVA",
-                        "OVF"
-                    ]
-                },
-                "diskFormat":{
-                    "title":"Diskformat",
-                    "description":"Disk format of a software image is the format of the underlying disk image.",
-                    "type":"string",
-                    "enum":[
-                        "AKI",
-                        "AMI",
-                        "ARI",
-                        "ISO",
-                        "QCOW2",
-                        "RAW",
-                        "VDI",
-                        "VHD",
-                        "VHDX",
-                        "VMDK"
-                    ]
-                },
-                "createdAt":{
-                    "title":"Createdat",
-                    "description":"Time when this software image was created.",
-                    "type":"string",
-                    "format":"date-time"
-                },
-                "minDisk":{
-                    "title":"Mindisk",
-                    "description":"The minimal disk for this software image in bytes.",
-                    "type":"integer"
-                },
-                "minRam":{
-                    "title":"Minram",
-                    "description":"The minimal RAM for this software image in bytes.",
-                    "type":"integer"
-                },
-                "size":{
-                    "title":"Size",
-                    "description":"Size of this software image in bytes.",
-                    "type":"integer"
-                },
-                "userMetadata":{
-                    "title":"Usermetadata",
-                    "description":"User-defined data.",
-                    "type":"object",
-                    "additionalProperties":{
-                        "description":"KeyValue Pairs",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                },
-                "imagePath":{
-                    "title":"Imagepath",
-                    "description":"Path in the VNF package.",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        },
-        "VnfPackageArtifactInfo":{
-            "description":"Information about VNF package artifacts contained in the VNF package that are not software images.",
-            "required":[
-                "artifactPath",
-                "checksum"
-            ],
-            "type":"object",
-            "properties":{
-                "artifactPath":{
-                    "title":"Artifactpath",
-                    "description":"Path in the VNF package.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "checksum":{
-                    "$ref":"#/definitions/Checksum"
-                },
-                "metadata":{
-                    "title":"Metadata",
-                    "description":"The metadata of the artifact that are available in the VNF package",
-                    "type":"object",
-                    "additionalProperties":{
-                        "description":"KeyValue Pairs",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                }
-            }
-        },
-        "VNF_PKGM_Link_Serializer":{
-            "title":" links",
-            "description":"Links to resources related to this resource.",
-            "required":[
-                "self",
-                "packageContent"
-            ],
-            "type":"object",
-            "properties":{
-                "self":{
-                    "$ref":"#/definitions/Link"
-                },
-                "vnfd":{
-                    "$ref":"#/definitions/Link"
-                },
-                "packageContent":{
-                    "$ref":"#/definitions/Link"
-                }
-            }
-        },
-        "VnfPkgInfo":{
-            "required":[
-                "id",
-                "onboardingState",
-                "operationalState",
-                "usageState",
-                "_links"
-            ],
-            "type":"object",
-            "properties":{
-                "id":{
-                    "title":"Id",
-                    "description":"Identifier of the on-boarded VNF package.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "vnfdId":{
-                    "title":"Vnfdid",
-                    "description":"This identifier, which is managed by the VNF provider, identifies the VNF package and the VNFD in a globally unique way.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "vnfProvider":{
-                    "title":"Vnfprovider",
-                    "description":"Provider of the VNF package and the VNFD.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "vnfProductName":{
-                    "title":"Vnfproductname",
-                    "description":"Name to identify the VNF product.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "vnfSoftwareVersion":{
-                    "title":"Vnfsoftwareversion",
-                    "description":"Software version of the VNF.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "vnfdVersion":{
-                    "title":"Vnfdversion",
-                    "description":"The version of the VNvFD.",
-                    "type":"string",
-                    "x-nullable":true
-                },
-                "checksum":{
-                    "$ref":"#/definitions/Checksum"
-                },
-                "softwareImages":{
-                    "description":"Information about VNF package artifacts that are software images.",
-                    "type":"array",
-                    "items":{
-                        "$ref":"#/definitions/VnfPackageSoftwareImageInfo"
-                    },
-                    "x-nullable":true
-                },
-                "additionalArtifacts":{
-                    "description":"Information about VNF package artifacts contained in the VNF package that are not software images.",
-                    "type":"array",
-                    "items":{
-                        "$ref":"#/definitions/VnfPackageArtifactInfo"
-                    },
-                    "x-nullable":true
-                },
-                "onboardingState":{
-                    "title":"Onboardingstate",
-                    "description":"On-boarding state of the VNF package.",
-                    "type":"string",
-                    "enum":[
-                        "CREATED",
-                        "UPLOADING",
-                        "PROCESSING",
-                        "ONBOARDED"
-                    ]
-                },
-                "operationalState":{
-                    "title":"Operationalstate",
-                    "description":"Operational state of the VNF package.",
-                    "type":"string",
-                    "enum":[
-                        "ENABLED",
-                        "DISABLED"
-                    ]
-                },
-                "usageState":{
-                    "title":"Usagestate",
-                    "description":"Usage state of the VNF package.",
-                    "type":"string",
-                    "enum":[
-                        "IN_USE",
-                        "NOT_IN_USE"
-                    ]
-                },
-                "userDefinedData":{
-                    "title":"Userdefineddata",
-                    "description":"User defined data for the VNF package.",
-                    "type":"object",
-                    "additionalProperties":{
-                        "description":"KeyValue Pairs",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                },
-                "_links":{
-                    "$ref":"#/definitions/VNF_PKGM_Link_Serializer"
-                }
-            }
-        },
-        "CreateVnfPkgInfoRequest":{
-            "type":"object",
-            "properties":{
-                "userDefinedData":{
-                    "title":"Userdefineddata",
-                    "description":"User defined data for the VNF package.",
-                    "type":"object",
-                    "additionalProperties":{
-                        "description":"KeyValue Pairs",
-                        "type":"string"
-                    },
-                    "x-nullable":true
-                }
-            }
-        },
-        "UploadVnfPackageFromUriRequest":{
-            "required":[
-                "addressInformation"
-            ],
-            "type":"object",
-            "properties":{
-                "addressInformation":{
-                    "title":"Addressinformation",
-                    "description":"Address information of the VNF package content.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "userName":{
-                    "title":"Username",
-                    "description":"User name to be used for authentication.",
-                    "type":"string",
-                    "minLength":1
-                },
-                "password":{
-                    "title":"Password",
-                    "description":"Password to be used for authentication.",
-                    "type":"string",
-                    "minLength":1
-                }
-            }
-        }
-    }
-}
\ No newline at end of file
diff --git a/docs/platform/APIs/CATALOG_API/index.rst b/docs/platform/APIs/CATALOG_API/index.rst
deleted file mode 100644 (file)
index 6da5be0..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0
-.. International License. http://creativecommons.org/licenses/by/4.0
-
-CATALOG API
-------------
-
-To view API documentation in the interactive swagger UI, you can download the following api json file and paste the content into the swagger tool: https://editor.swagger.io
-
-You can download the catalog APIs from here
-
-:download:`CATALOG_API_Specification_v1 <CATALOG_API_Specification_v1.json>`
-
-.. swaggerv2doc:: CATALOG_API_Specification_v1.json
\ No newline at end of file
index f4acf6d..e047f6c 100644 (file)
@@ -117,12 +117,3 @@ GVNFM Northbound & Southbound APIs for VNF Integration
    VNFLCM_API/index
 
 
-CATALOG  APIs
--------------
-
-CATALOG APIs for VNF Integration
-
-.. toctree::
-   :maxdepth: 1
-
-   CATALOG_API/index   
index 8533c2a..1971da6 100644 (file)
@@ -9,7 +9,6 @@ NFVO consumed interfaces:
 
  - VNF LCM Interface from Generic VNFM controller, SVNFM 
  - Inventory Service Interface from Available and Active Inventory
- - Catalog Synchronization Interface from SDC
  - Generic VIM Interface from Multi-cloud
  - Data report Interface from DCAE
  - Tosca parser Interface from Modeling
@@ -19,7 +18,6 @@ NFVO consumed interfaces:
  
 GVNFM consumed interfaces:
 
- - Catalog and notification Interface from NFVO
  - Inventory Interface from A&AI
  - Tosca parser Interface from Modeling
  - Generic VIM Interface from Multi-cloud
index cd4e975..3b86454 100644 (file)
@@ -10,7 +10,7 @@ VF-C includes the following components in R1.
 
 VF-C includes several components in ONAP R1.
 
-* Catalog is used to store the package distributed by SDC, it is a runtime catalog.
+
 
 * Workflow includes two micro service: workflow manage service and workflow-activity engine service, this two services will onboard workflow to workflow engine and parse workflow.
 
index 4d7cc25..8419d9a 100644 (file)
@@ -30,8 +30,6 @@ Now VF-C have the following repos in https://gerrit.onap.org/r/#/admin/projects/
 +--------------------------+-----------------------------------------------------+
 |org.onap.vfc.nfvo.wfengine|     Work flow engine                                |
 +--------------------------+-----------------------------------------------------+
-|vfc/nfvo/catalog          |     NS and VNF catalog                              |
-+--------------------------+-----------------------------------------------------+
 |EMS-driver                |     VNF fcaps collect                               |
 +--------------------------+-----------------------------------------------------+
 |vfc/gvnfm/vnflcm          |     Generic VNFM VNF LCM                            |
@@ -60,7 +58,6 @@ VF-C Docker Images
 
   docker run -d -p 3306:3306 -p 6379:6379 --name vfc-db -v /var/lib/mysql nexus3.onap.org:10001/onap/vfc/db
   we use  ${VFC_DB_IP} as the IP of vfc-db component.
-  nexus3.onap.org:10001/onap/vfc/catalog:1.3.0
   nexus3.onap.org:10001/onap/vfc/db:1.3.0
   nexus3.onap.org:10001/onap/vfc/emsdriver:1.3.0
   nexus3.onap.org:10001/onap/vfc/gvnfmdriver:1.3.0
@@ -118,7 +115,7 @@ eg.
 
 ::
        
-       oom/kubernetes/vfc/charts/vfc-catalog/values.yaml
+       oom/kubernetes/vfc/charts/vfc-nslcm/values.yaml
 
        #################################################################
        # Global configuration defaults.
@@ -137,7 +134,7 @@ eg.
        flavor: small
 
        repository: nexus3.onap.org:10001
-       image: onap/vfc/catalog:1.2.1
+       image: onap/vfc/nslcm:1.3.7
        pullPolicy: Always
        
 
@@ -181,7 +178,6 @@ You will see all the pod is runing
 ::
 
        cd oom/kubernetes
-       dev-vfc-vfc-catalog-64774ccbc6-vw7wn                          2/2       Running            53         79d
        dev-vfc-vfc-db-6c57b4fd47-7kbnj                               1/1       Running            2          79d
        dev-vfc-vfc-ems-driver-65bd9bf5b-65gtg                        1/1       Running            48         79d
        dev-vfc-vfc-generic-vnfm-driver-698c8d6698-2ctlg              2/2       Running            4          79d
@@ -212,8 +208,6 @@ These swagger API will also show the APIs VF-C provided.
 +==========================+===========================================================================+
 |     vfc/nfvo/lcm         |     http://ClusterIP:8403/api/nslcm/v1/swagger.yaml                       |
 +--------------------------+---------------------------------------------------------------------------+
-|vfc/nfvo/catalog          |     http://ClusterIP:8806/api/catalog/v1/swagger.yaml                     |
-+--------------------------+---------------------------------------------------------------------------+
 |vfc/gvnfm/vnflcm          |     http://ClusterIP:8801/api/vnflcm/v1/swagger.yaml                      |
 +--------------------------+---------------------------------------------------------------------------+
 |vfc/gvnfm/vnfmgr          |     http://ClusterIP:8803/api/vnfmgr/v1/swagger.yaml                      |
@@ -262,11 +256,11 @@ You can visit the http://172.60.2.39:30280/api/vnflcm/v1/swagger.json in the bro
 When you are doing the testing and would like to replace some new file like binary or some script and want to check the new resut.
 Before you replace the file to the running pod,you need to close the pod livenessProbe and readinessProbe first to avoid the pod restart.
 
-Take vfc-catalog pod as an example:
+Take vfc-nslcm pod as an example:
 
 ::
 
-    kubectl -n onap edit deployment dev-vfc-vfc-catalog 
+    kubectl -n onap edit deployment dev-vfc-vfc-nslcm
 
     spec:
       containers:
@@ -275,7 +269,7 @@ Take vfc-catalog pod as an example:
           value: msb-iag:80
         - name: MYSQL_ADDR
           value: vfc-db:3306
-        image: 172.30.1.66:10001/onap/vfc/catalog:1.2.1
+        image: 172.30.1.66:10001/onap/vfc/nslcm:1.3.7
         imagePullPolicy: Always
         #livenessProbe:
           #failureThreshold: 3
@@ -285,7 +279,7 @@ Take vfc-catalog pod as an example:
           #tcpSocket:
             #port: 8806
           #timeoutSeconds: 1
-        name: vfc-catalog
+        name: vfc-nslcm
         ports:
         - containerPort: 8806
           protocol: TCP
@@ -333,9 +327,9 @@ Basic operation of kubernests cluster(Take the namespace of onap in linux client
       
     Check the docker's name , return two dockers' name after execution, -c specifie the docker that needed ti go in.     
             
-    kubectl -n onap get pod dev-vfc-catalog-68cb7c9878-v4kt2 -o jsonpath={.spec.containers[*].name}
+    kubectl -n onap get pod dev-vfc-nslcm-68cb7c9878-v4kt2 -o jsonpath={.spec.containers[*].name}
                 
-    kubectl -n onap exec -it dev-vfc-catalog-68cb7c9878-v4kt2 -c vfc-catalog /bin/bash
+    kubectl -n onap exec -it dev-vfc-nslcm-68cb7c9878-v4kt2 -c vfc-nslcm /bin/bash
             
 * Copy files (take the catlog example). When the data copy is lost after the pod is restarted or migrated, the multi-copy pod copy operation only exists for the current pod
 
@@ -343,25 +337,25 @@ Basic operation of kubernests cluster(Take the namespace of onap in linux client
     
     Copy from local to dockers in pod
 
-    kubectl -n onap cp copy_test.sh  dev-vfc-catalog-68cb7c9878-v4kt2: -c vfc-catalog                
+    kubectl -n onap cp copy_test.sh  dev-vfc-nslcm-68cb7c9878-v4kt2: -c vfc-nslcm
                 
-    Copy pod's content to local£º
+    Copy pod's content to local��
                 
-    kubectl -n onap cp dev-vfc-catalog-68cb7c9878-v4kt2:copy_test.sh -c vfc-catalog /tmp/copy_test.sh
+    kubectl -n onap cp dev-vfc-nslcm-68cb7c9878-v4kt2:copy_test.sh -c vfc-nslcm /tmp/copy_test.sh
                 
 * Remote command (to see the current path of the container as an example)
 
 ::
     
-    kubectl -n onap exec -it dev-vfc-catalog-68cb7c9878-v4kt2 -c vfc-catalog pwd
+    kubectl -n onap exec -it dev-vfc-nslcm-68cb7c9878-v4kt2 -c vfc-nslcm pwd
                 
 * View pod basic information and logs (no -c parameter added for single container pod)
 
 ::
                 
-    kubectl  -n onap describe  pod dev-vfc-catalog-68cb7c9878-v4kt2
+    kubectl  -n onap describe  pod dev-vfc-nslcm-68cb7c9878-v4kt2
                   
-    kubectl -n onap logs dev-vfc-catalog-68cb7c9878-v4kt2 -c vfc-catalog
+    kubectl -n onap logs dev-vfc-nslcm-68cb7c9878-v4kt2 -c vfc-nslcm
   
 * Check the service listener port and manually expose the port, which is commonly used for testing, such as nginx under test namespace
 
@@ -405,13 +399,13 @@ Basic operation of kubernests cluster(Take the namespace of onap in linux client
                   
     1>To determine whether the pod is a stateful application (efullset) or a stateful application (deployment)
                     
-        kubectl  -n onap describe  pod dev-vfc-catalog-68cb7c9878-v4kt2 |grep Controlled
+        kubectl  -n onap describe  pod dev-vfc-nslcm-68cb7c9878-v4kt2 |grep Controlled
                     
     2>Stateless application deployment              
                     
-        kubectl  -n onap get deploy |grep  catalog                    
+        kubectl  -n onap get deploy |grep  nslcm
                     
-        kubectl -n onap edit deploy  dev-vfc-catalog-68cb7c9878-v4kt2
+        kubectl -n onap edit deploy  dev-vfc-nslcm-68cb7c9878-v4kt2
             
     3>Stateful application statefulset
                     
@@ -424,7 +418,7 @@ Basic operation of kubernests cluster(Take the namespace of onap in linux client
 
 ::
                  
-    kubectl -n onap delete pod dev-vfc-catalog-68cb7c9878-v4kt2 -c vfc-catalog
+    kubectl -n onap delete pod dev-vfc-nslcm-68cb7c9878-v4kt2 -c vfc-nslcm
               
 
 * View the virtual machine where the portal-app resides in order to add host resolution          
@@ -435,14 +429,14 @@ Basic operation of kubernests cluster(Take the namespace of onap in linux client
                     
     kubectl -n onap get svc  |grep portal-app  
                     
-    portal-app                 LoadBalancer   10.43.181.163   10.0.0.13     8989:30215/TCP,8006:30213/TCP,8010:30214/TCP,8443:30225/TCP  
+    portal-app                 LoadBalancer   10.43.181.163   10.0.0.13     8989:30215/TCP,8403:30213/TCP,8010:30214/TCP,8443:30225/TCP
                     
 * pod expansion and shrinkage
 
 ::
     
-    pod expansion£ºkubectl  scale deployment nginx --replicas 3
+    pod expansion��kubectl  scale deployment nginx --replicas 3
 
-    pod shrinkage£º kubectl  scale deployment nginx --replicas 1
+    pod shrinkage�� kubectl  scale deployment nginx --replicas 1
     
     
\ No newline at end of file
index 12c40a1..cd1bc0e 100644 (file)
@@ -54,11 +54,11 @@ Note: In the following steps, we use ${MSB_IP} as the IP of msb_apigateway compo
   docker run -d -p 8403:8403 --name vfc-nslcm -e MSB_ADDR=${MSB_IP}:80 -e MYSQL_ADDR=${VFC_DB_IP}:3306
   nexus3.onap.org:10001/onap/vfc/nslcm
 
-3. Install vfc-nfvo-catalog component.
+3. Install modeling-etsicatalog component.
 
 ::
 
-  docker run -d -p 8806:8806 --name vfc-catalog -e MSB_ADDR=${MSB_IP}:80 -e MYSQL_ADDR=${VFC_DB_IP}:3306 nexus3.onap.org:10001/onap/vfc/catalog
+  docker run -d -p 8806:8806 --name vfc-etsicatalog -e MSB_ADDR=${MSB_IP}:80 -e MYSQL_ADDR=${VFC_DB_IP}:3306 nexus3.onap.org:10001/onap/vfc/catalog
 
 4. Install vfc-nfvo-gvnfmdriver component.
 
index 0dca5dd..bdbd590 100644 (file)
@@ -39,33 +39,27 @@ http://onap.readthedocs.io/en/latest/submodules/msb/apigateway.git/docs/platform
 
 Note: In the following steps, we use ${MSB_IP} as the IP of msb_apigateway component.
 
-1. Install vfc-nfvo-db component
 
-::
-
-  docker run -d -p 3306:3306 -p 6379:6379 --name vfc-db -v /var/lib/mysql nexus3.onap.org:10001/onap/vfc/db
-  we use  ${VFC_DB_IP} as the IP of vfc-db component.
-
-2. Install vfc-nfvo-lcm component.
+1. Install vfc-nfvo-lcm component.
 
 ::
 
   docker run -d -p 8403:8403 --name vfc-nslcm -e MSB_ADDR=${MSB_IP}:80 -e MYSQL_ADDR=${VFC_DB_IP}:3306
   nexus3.onap.org:10001/onap/vfc/nslcm
 
-3. Install vfc-nfvo-catalog component.
+2. Install modeling-etsicatalog component.
 
 ::
 
-  docker run -d -p 8806:8806 --name vfc-catalog -e MSB_ADDR=${MSB_IP}:80 -e MYSQL_ADDR=${VFC_DB_IP}:3306 nexus3.onap.org:10001/onap/vfc/catalog
+  docker run -d -p 8806:8806 --name modeling-etsicatalog -e MSB_ADDR=${MSB_IP}:80 -e MYSQL_ADDR=${VFC_DB_IP}:3306 nexus3.onap.org:10001/onap/modeling/etsicatalog
 
-4. Install vfc-nfvo-gvnfmdriver component.
+3. Install vfc-nfvo-gvnfmdriver component.
 
 ::
 
   docker run -d -p 8484:8484 --name vfc-gvnfmdriver -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/gvnfmdriver
 
-5. Install vfc-gvnfm-vnflcm component.
+4. Install vfc-gvnfm-vnflcm component.
 
 ::
 
@@ -109,7 +103,7 @@ VF-C R3 support VNF/PNF/NS csar package upload from local csar file. VNF/PNF csa
 Before onboarding a package,  should create one record first. 
 
 
-1. Create VNF package record in catalog DB
+1. Create VNF package record in etsicatalog DB
 
 ::
 
@@ -127,7 +121,7 @@ Note:
   a. 172.30.3.104:30280 is the node IP and exposed port where the msb-iag pod is located. 
   b. userDefinedData is the key value pair which defined for the vnf package we created
 
-2. Upload VNF package to VF-C catalog
+2. Upload VNF package to modeling etsicatalog
 
 ::
 
@@ -143,7 +137,7 @@ Note:
   a.  38037a12-a0d4-4aa4-ac50-cd6b05ce0b24  is the vnf_pkg_id which we get from the first step.
   b.  -F is used to specify the local vnf package file
 
-3. Create NS package record in catalog DB
+3. Create NS package record in etsicatalog DB
 
 ::
 
@@ -159,7 +153,7 @@ Note:
 Note:
   a. userDefinedData is the key value pair which defined for the ns package we created
 
-4. Upload NS package to VF-C catalog
+4. Upload NS package to modeling etsicatalog
 
 ::
 
@@ -205,7 +199,7 @@ VF-C R3 healing only suport restart a vm of an VNF.
 
 Note:
   a.  globalCustomerId  and serviceType is defined in A&AI.
-  b. csar Id is the NS package id  which is consistent with the catalog ns package id.
+  b. csar Id is the NS package id  which is consistent with the etsicatalog ns package id.
   c. nsName is the NS name 
 
 2. NS Instantiate
index 5f4137b..51fff77 100644 (file)
@@ -13,7 +13,7 @@ with multi vendor VNFMs via drivers.
 
 
 
-Version: 1.3.7
+Version: 1.3.8
 --------------
 
 :Release Date: 2020-03-17
@@ -22,13 +22,13 @@ Version: 1.3.7
 
 - Functional Enhancement:
 
-1. Using the common database (MariaDB) and encrypting the database password.
-2. Remove the root permission and change the user of VFC project to ONAP.
-3. Add the function of auto register MSB switch for startup project.
-4. Increase the communication access form between components through the HTTPS encrypted access form of MSB.
-5. SOL005 compliance NS instantiation, query and termination commands have been added to cli.
+1. Migrate VF-C catalog to Modeling etsicatalog 
+2. Using the common database (MariaDB) and encrypting the database password.
+3. Remove the root permission and change the user of VFC project to ONAP.
+4. Add the function of auto register MSB switch for startup project.
+5. Increase the communication access form between components through the HTTPS encrypted access form of MSB.
+6. SOL005 compliance NS instantiation, query and termination commands have been added to cli.
 
-- Standard Alignment-SOL005 Alignment
 
 - Maturity Enhancement:
 
@@ -41,8 +41,7 @@ Version: 1.3.7
 Released components:
 
 NFVO
- - vfc-nfvo-lcm 1.3.7
- - vfc-nfvo-catalog 1.3.8
+ - vfc-nfvo-lcm 1.3.8
  - vfc-nfvo-resmanagement 1.3.1
  - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.3.8
  - vfc-nfvo-driver-gvnfm-juju 1.3.8
@@ -57,7 +56,7 @@ NFVO
  - vfc-nfvo-wfengine-activiti 1.3.3
 
 GVNFM
- - vfc-gvnfm-vnflcm 1.3.7
+ - vfc-gvnfm-vnflcm 1.3.8
  - vfc-gvnfm-vnfmgr 1.3.8
  - vfc-gvnfm-vnfres 1.3.7