diff options
author | liboNet <libo.zhu@intel.com> | 2018-11-07 05:46:34 +0800 |
---|---|---|
committer | liboNet <libo.zhu@intel.com> | 2018-11-07 06:38:02 +0800 |
commit | 9f8da0915c260757e4bb051d0cf66a9337dfb892 (patch) | |
tree | c0863609aecec0e73100ae594cb5dbe1fd312c8a /tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml | |
parent | 8d9ae22976d022e2da392ecb48e4c0c38eaa6d9f (diff) |
update vCPE artifact layout and Template file
remove node_types's definition from MainserviceTemplate.yaml to
make it acceptable by SDC
SDC artifacts need to be put at the specfieid directory path
based on SDC rule
Change-Id: If3f625b40d2e445549ebacdd944605024a073007
Issue-ID: INT-711
Signed-off-by: liboNet <libo.zhu@intel.com>
Diffstat (limited to 'tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml')
-rw-r--r-- | tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml | 51 |
1 files changed, 13 insertions, 38 deletions
diff --git a/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml b/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml index 29498e65..241ace07 100644 --- a/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml +++ b/tosca/vCPE/vbrgemu/MainServiceTemplate_sriov.yaml @@ -8,43 +8,6 @@ description: vCPE_vbrgemu imports: - onap_dm.yaml -node_types: - onap.vcpe_vbrgemu: - derived_from: tosca.nodes.nfv.VNF - properties: - descriptor_id: - type: string - constraints: [ valid_values: [ b1bb0ce7-4444-4fa7-95ed-4840d70a1177 ] ] - default: b1bb0ce7-4444-4fa7-95ed-4840d70a1177 - provider: - type: string - constraints: [ valid_values: [ onap ] ] - default: onap - product_name: - type: string - constraints: [ valid_values: [ vcpe_vbrgemu ] ] - default: vcpe_vbrgemu - software_version: - type: string - constraints: [ valid_values: [ '1.0' ] ] - default: '1.0' - descriptor_version: - type: string - constraints: [ valid_values: [ '1.0' ] ] - default: '1.0' - flavour_id: - type: string - constraints: [ valid_values: [ simple ] ] #only one and only allowed one DF in this example - default: simple - flavour_description: - type: string - default: simple - vnfm_info: - type: list - entry_schema: - type: string - default: ['gvnfm'] - topology_template: # substitution_mappings: # node_type: onap.vcpe_vbrgemu @@ -120,6 +83,18 @@ topology_template: default: auto node_templates: + LLU_VNF: + type: tosca.nodes.nfv.VNF + properties: + descriptor_id: b1bb0ce7-2222-4fa7-95ed-4840d70a1177 + provider: onap + product_name: vcpe_vbrgemu + software_version: '1.0' + descriptor_version: '1.0' + flavour_id: simple + flavour_description: simple + vnfm_info: ['gvnfm'] + #onap public net # VL_public: # type: tosca.nodes.nfv.VnfVirtualLink @@ -290,5 +265,5 @@ topology_template: artifacts: sw_image: #TODO need to put glance image name here #file: { get_input: vcpe_image_name } - file: ../Artifacts/images/ubuntu_16.04 + file: ../Artifacts/Deployment/Other/image type: tosca.artifacts.nfv.SwImage |