Hi team,

I added one datatype in 
catalog-be/src/main/resources/import/tosca/datatype/datatypes.yml as:

tosca.datatype.vpn.Ipv4LocalPoolServerParameters:
derived_from: tosca.datatypes.Root
description: VRF INFO
properties:
dnsServerIpList:
type: list
default: [ ]
entry_schema:
type: string

Then invoking this datatype from newly add node:

tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
org.openecomp.resource.vfc.vrftestv1:
derived_from: tosca.nodes.Root
description: VRF INFO
properties:
ipv4LocalPoolServer:
type: tosca.datatype.vpn.Ipv4LocalPoolServerParameters

But there is a 500 error in `/var/lib/jetty/logs/importNormativeAll.log`

Are there any more detailed logs I could dig in? Or any ideas?

BR,

Zhuangyang


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22527): https://lists.onap.org/g/onap-discuss/message/22527
Mute This Topic: https://lists.onap.org/mt/78455863/21656
Mute #sdc:https://lists.onap.org/g/onap-discuss/mutehashtag/sdc
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to