Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Define a new data type based on the tosca.nodes.nfv.VNF with optional attributes that are specific to ONAP.


Proposal A

Make the org.openecomp.resource.abstract.nodes.VF a superset of both tosca.nodes.nfv.VNF and org.openecomp.resource.abstract.node.VF


New SDC AID DM VNF (org.openecomp.resource.abstract.nodes.VF)
namerequiredtype
<SOL001 tosca.nodes.nfv.VNF attributes>
descriptor_idyesstring
descriptor_versionyesstring
provideryesstring
product_nameyesstring
software_versionyesstring
product_info_nameno string
vnfm_infoyeslist of string
localization_languagesnolist of string
default_localization_languageno string
configurable_propertiesnotosca.datatypes.nfv.VnfconfigurableProperties
modifiable_attributesnotosca.datatypes.nfv.VnfInfoModifiableAttributes
lcm_operations_configuraionnotosca.datatypes.nfv.VnfLcmOperationsConfiguration
monitoring_parametersnolist of tosca.dataypes.nfv.VnfMonitoringParameter
flavour_idyesstring
flavour_descriptionyesstring
vnf_profilenotosca.datatyhpes.nfv.VnfProfile
<SDC AID DM VF attributes>
nf_functionnostring
nf_rolenostring
nf_typenostring
nf_naming_codenostring
nf_namingnoorg.openecomp.datatypes.Naming
availability_zone_max_countnointeger
min_instancesnointeger
max_instancesnointeger
multi_stage_designnoboolean
sdnc_model_namenostring
sdnc_artifact_namenostring
skip_post_instantiation_configurationno

boolean (default true)

  • constraints: true, false
controller_actorno

string (default: SO-REF-DATA)

  • constraints: SO-REF-DATA, CDS, SDNC, APPC



Proposal B

Can we use the additionalAttribute map to represent ONAP specific attributes? 

...