Update API Ref guide

Update API ref guide to remove infra amd mgmt drivers information from the APIs.

Change-Id: Ice91d2fa16b42a171ce5735c2e27eb4df5346156
Partial-Bug: #1630936
This commit is contained in:
janki 2016-12-22 19:11:03 +00:00 committed by Andy Yan
parent a7e3732db6
commit dc7426f03a
7 changed files with 0 additions and 44 deletions

View File

@ -212,36 +212,12 @@ extensions:
in: body
required: true
type: array
infra_driver:
description: |
Driver used for communication with VIMs.
in: body
required: true
type: string
infra_driver_opt:
description: |
Driver used for communication with VIMs.
in: body
required: false
type: string
links:
description: |
A list of links related to the extension.
in: body
required: true
type: array
mgmt_driver:
description: |
Driver used for communication with VNF instances for management purpose.
in: body
required: true
type: string
mgmt_driver_opt:
description: |
Driver used for communication with VNF instances for management purpose.
in: body
required: false
type: string
name:
description: |
Human-readable name for the resource.

View File

@ -8,8 +8,6 @@
"service_type": "vnfd"
}
],
"infra_driver": "heat",
"mgmt_driver": "noop",
"attributes": {
"vnfd": {
"tosca_definitions_version": "tosca_simple_profile_for_nfv_1_0_0",

View File

@ -10,8 +10,6 @@
"tenant_id": "689708956a2d4ae0a27120d3aca6a560",
"created_at": "2016-10-20 07:38:54.600003",
"updated_at": null,
"mgmt_driver": "noop",
"infra_driver": "heat",
"attributes": {
"vnfd": "description: Demo example\nmetadata: {template_name: sample-tosca-vnfd}\ntopology_template:\n node_templates:\n CP1:\n properties: {anti_spoofing_protection: false, management: true, order: 0}\n requirements:\n - virtualLink: {node: VL1}\n - virtualBinding: {node: VDU1}\n type: tosca.nodes.nfv.CP.Tacker\n VDU1:\n capabilities:\n nfv_compute:\n properties: {disk_size: 1 GB, mem_size: 512 MB, num_cpus: 1}\n properties: {image: cirros-0.3.4-x86_64-uec}\n type: tosca.nodes.nfv.VDU.Tacker\n VL1:\n properties: {network_name: net_mgmt, vendor: Tacker}\n type: tosca.nodes.nfv.VL\ntosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0\n"
},

View File

@ -11,8 +11,6 @@
"tenant_id": "689708956a2d4ae0a27120d3aca6a560",
"created_at": "2016-10-20 07:38:54",
"updated_at": null,
"mgmt_driver": "noop",
"infra_driver": "heat",
"attributes": {
"vnfd": "description: Demo example\nmetadata: {template_name: sample-tosca-vnfd}\ntopology_template:\n node_templates:\n CP1:\n properties: {anti_spoofing_protection: false, management: true, order: 0}\n requirements:\n - virtualLink: {node: VL1}\n - virtualBinding: {node: VDU1}\n type: tosca.nodes.nfv.CP.Tacker\n VDU1:\n capabilities:\n nfv_compute:\n properties: {disk_size: 1 GB, mem_size: 512 MB, num_cpus: 1}\n properties: {image: cirros-0.3.4-x86_64-uec}\n type: tosca.nodes.nfv.VDU.Tacker\n VL1:\n properties: {network_name: net_mgmt, vendor: Tacker}\n type: tosca.nodes.nfv.VL\ntosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0\n"
},

View File

@ -10,8 +10,6 @@
"tenant_id": "689708956a2d4ae0a27120d3aca6a560",
"created_at": "2016-10-20 07:38:54",
"updated_at": null,
"mgmt_driver": "noop",
"infra_driver": "heat",
"attributes": {
"vnfd": "description: Demo example\nmetadata: {template_name: sample-tosca-vnfd}\ntopology_template:\n node_templates:\n CP1:\n properties: {anti_spoofing_protection: false, management: true, order: 0}\n requirements:\n - virtualLink: {node: VL1}\n - virtualBinding: {node: VDU1}\n type: tosca.nodes.nfv.CP.Tacker\n VDU1:\n capabilities:\n nfv_compute:\n properties: {disk_size: 1 GB, mem_size: 512 MB, num_cpus: 1}\n properties: {image: cirros-0.3.4-x86_64-uec}\n type: tosca.nodes.nfv.VDU.Tacker\n VL1:\n properties: {network_name: net_mgmt, vendor: Tacker}\n type: tosca.nodes.nfv.VL\ntosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0\n"
},

View File

@ -10,8 +10,6 @@
"tenant_id": "689708956a2d4ae0a27120d3aca6a560",
"created_at": "2016-10-20 07:38:54",
"updated_at": "2016-10-20 07:41:27.392759",
"mgmt_driver": "noop",
"infra_driver": "heat",
"attributes": {
"vnfd": "description: Demo example\nmetadata: {template_name: sample-tosca-vnfd}\ntopology_template:\n node_templates:\n CP1:\n properties: {anti_spoofing_protection: false, management: true, order: 0}\n requirements:\n - virtualLink: {node: VL1}\n - virtualBinding: {node: VDU1}\n type: tosca.nodes.nfv.CP.Tacker\n VDU1:\n capabilities:\n nfv_compute:\n properties: {disk_size: 1 GB, mem_size: 512 MB, num_cpus: 1}\n properties: {image: cirros-0.3.4-x86_64-uec}\n type: tosca.nodes.nfv.VDU.Tacker\n VL1:\n properties: {network_name: net_mgmt, vendor: Tacker}\n type: tosca.nodes.nfv.VL\ntosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0\n"
},

View File

@ -40,8 +40,6 @@ Request Parameters
- name: name
- description: description_opt
- service_types: service_types
- infra_driver: infra_driver_opt
- mgmt_driver: mgmt_driver_opt
- attributes: vnfd_attributes
Request Example
@ -61,8 +59,6 @@ Response Parameters
- tenant_id: tenant_id
- created_at: created_at
- updated_at: updated_at
- mgmt_driver: mgmt_driver
- infra_driver: infra_driver
- attributes: vnfd_attributes
- id: vnfd_id
- name: name
@ -103,8 +99,6 @@ Response Parameters
- tenant_id: tenant_id
- created_at: created_at
- updated_at: updated_at
- mgmt_driver: mgmt_driver
- infra_driver: infra_driver
- attributes: vnfd_attributes
- id: vnfd_id
- name: name
@ -154,8 +148,6 @@ Response Parameters
- tenant_id: tenant_id
- created_at: created_at
- updated_at: updated_at
- mgmt_driver: mgmt_driver
- infra_driver: infra_driver
- attributes: vnfd_attributes
- id: vnfd_id
- name: name
@ -214,8 +206,6 @@ Response Parameters
- tenant_id: tenant_id
- created_at: created_at
- updated_at: updated_at
- mgmt_driver: mgmt_driver
- infra_driver: infra_driver
- attributes: vnfd_attributes
- id: vnfd_id
- name: name