From 714334d05a3ce47075a4b17a59daa0a7443b95f4 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Thu, 20 Sep 2018 09:37:10 +0800 Subject: Adapt to latest HPA schema change There are some HPA schema changes at https://wiki.onap.org/pages/viewpage.action?pageId=28377430 which we need to adapt to accrodingly. Change-Id: I84b758ac5b6841b2706df0a21f6da097acc0d896 Issue-ID: INT-536 Signed-off-by: Lianhao Lu --- tosca/vCPE/vgmux/MainServiceTemplate.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tosca/vCPE/vgmux') diff --git a/tosca/vCPE/vgmux/MainServiceTemplate.yaml b/tosca/vCPE/vgmux/MainServiceTemplate.yaml index b6515872..ee1c350e 100644 --- a/tosca/vCPE/vgmux/MainServiceTemplate.yaml +++ b/tosca/vCPE/vgmux/MainServiceTemplate.yaml @@ -262,8 +262,7 @@ topology_template: support_mandatory: true #TODO HPA network_interface_requirements: - #dataProcessingAccelerationLibrary: dpdk_2.2 - interfaceType: virtio + dataProcessingAccelerationLibrary: '{"schemaVersion": "0", "schemaSelector": "", "hardwarePlatform": "generic", "mandatory": "true", "configurationValue": "DPDK"}' requirements: - virtual_binding: VDU_vgmux_0 - virtual_link: VL_bng_gmux_private_net @@ -287,8 +286,7 @@ topology_template: support_mandatory: true #TODO HPA network_interface_requirements: - #dataProcessingAccelerationLibrary: dpdk_2.2 - interfaceType: virtio + dataProcessingAccelerationLibrary: '{"schemaVersion": "0", "schemaSelector": "", "hardwarePlatform": "generic", "mandatory": "true", "configurationValue": "DPDK"}' requirements: - virtual_binding: VDU_vgmux_0 - virtual_link: VL_mux_gw_private_net @@ -368,8 +366,8 @@ topology_template: virtual_mem_size: 4096 MB # HPA requirements vdu_memory_requirements: - memoryPageSize: '{"schema-version": "0", "schema-location": "", "platform-id": "generic", "mandatory": true, "configuration-value": "2 MB"}' - numberOfPages: '{"schema-version": "0","schema-location": "","platform-id": "generic","mandatory": true,"configuration-value": 1024}' + memoryPageSize: '{"schemaVersion": "0", "schemaSelector": "", "hardwarePlatform": "generic", "mandatory": "true", "configurationValue": "2 MB"}' + numberOfPages: '{"schemaVersion": "0","schemaSelector": "","hardwarePlatform": "generic","mandatory": "true", "configurationValue": "1024"}' virtual_cpu: num_virtual_cpu: 2 cpu_architecture: generic -- cgit 1.2.3-korg