Implement PNFD Model driven conversion
[sdc.git] / openecomp-be / lib / openecomp-tosca-converter-lib / openecomp-tosca-converter-core / src / test / resources / transformation / pnfParseEngine / pnfAndExtCpWithInput / transformationDescriptor / replaceInListAttributeWithNonExistentAndNonExistentFromValues.yaml
1 - transformation-for: nodeTemplate
2   query:
3     type: tosca.nodes.nfv.PnfExtCp
4   conversions:
5     - query:
6         properties:
7           layer_protocols:
8       to-name: ip_requirements
9       to-value:
10         strategy: replaceInList
11         list:
12           - from: ipv4
13             to:
14               assingment_method: dhcp
15               ip_version: 4
16           - from: ipv6
17             to: anyStringValue
18           - from: ipv2
19             to:
20               assingment_method: dhcp
21               ip_version: 2
22           - from: ipv3
23             to:
24               assingment_method: dhcp
25               ip_version: 3