I'm not seeing the support in the SOL001 spec for all the HPA related
attributes in the IM that we are specifying here:
https://wiki.onap.org/pages/viewpage.action?pageId=25436710

For example, in our VirtualCpuDesc class there is an attribute
vduCpuRequirements that says gets mapped to  tosca.datatypes.nfv.VirtualCpu

When I look at the definition in SOL001 regarding
tosca.datatypes.nfv.VirtualCpu
it says:

" tosca.datatypes.nfv.VirtualCpu shall be modelled as defined in
TOSCA-Simple-Profile-NFV-v1.0"

When I go look at the TOSCA Simple NFV Profile, this datatype has the
following attributes:

Name

Required

Type

Constraints

Description

cpu_architecture

no

string



CPU architecture type. Examples are x86, ARM.

num_virtual_cpu

yes

integer



Number of virtual CPU’s

virtual_cpu_clock

no

scalar-unit.frequency



Minimum virtual CPU clock rate

virtual_cpu_oversubscription_policy

no

string



CPU core oversubscription policy

virtual_cpu_pinning

no

tosca.datatypes.nfv.VirtualCpuPinning



The virtual CPU pinning configuration for the virtualized compute resource.

There is NO vduCpuRequirements.
What they mapped was the VirtualCpu class and NOT the VirtualCpuDesc class.

The same holds true for our VirtualMemoryDesc which has
vduMemoryRequirements that says is mapped to
tosca.datatypes.nfv.VirtualMemory

This datatype in the TOSCA Simple Profile does NOT contain
vduMemoryRequirements.

-Jessie
_______________________________________________
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to