summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/nested-pcm_v0.1ServiceTemplate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/nested-pcm_v0.1ServiceTemplate.yaml')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/nested-pcm_v0.1ServiceTemplate.yaml32
1 files changed, 23 insertions, 9 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/nested-pcm_v0.1ServiceTemplate.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/nested-pcm_v0.1ServiceTemplate.yaml
index 6e4407c1de..f31ab49523 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/nested-pcm_v0.1ServiceTemplate.yaml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedSingleCompute/nestedWithOneComputeDiffPortType/out/nested-pcm_v0.1ServiceTemplate.yaml
@@ -25,6 +25,11 @@ topology_template:
port_pcm_1port_0_network_role_tag:
type: string
required: true
+ port_pcm_1port_0_related_networks:
+ type: list
+ required: true
+ entry_schema:
+ type: org.openecomp.datatypes.network.RelatedNetworksAssignments
pcm_image_name:
label: image name
hidden: false
@@ -81,6 +86,11 @@ topology_template:
immutable: false
type: string
description: CPS network gateway
+ port_pcm_2port_1_related_networks:
+ type: list
+ required: true
+ entry_schema:
+ type: org.openecomp.datatypes.network.RelatedNetworksAssignments
port_pcm_1port_0_network_role:
type: string
required: true
@@ -162,6 +172,12 @@ topology_template:
pcm_1port_0:
type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
properties:
+ subnetpoolid:
+ get_input: port_pcm_1port_0_subnetpoolid
+ related_networks:
+ get_input: port_pcm_1port_0_related_networks
+ network:
+ get_input: cps_net_name
ip_requirements:
get_input: port_pcm_1port_0_ip_requirements
security_groups:
@@ -171,8 +187,6 @@ topology_template:
fixed_ips:
- ip_address:
get_input: cps_net_ip
- subnetpoolid:
- get_input: port_pcm_1port_0_subnetpoolid
mac_requirements:
get_input: port_pcm_1port_0_mac_requirements
subinterface_indicator: false
@@ -182,8 +196,6 @@ topology_template:
get_input: port_pcm_1port_0_vlan_requirements
network_role_tag:
get_input: port_pcm_1port_0_network_role_tag
- network:
- get_input: cps_net_name
order:
get_input: port_pcm_1port_0_order
requirements:
@@ -194,6 +206,12 @@ topology_template:
pcm_2port_1:
type: org.openecomp.resource.cp.nodes.heat.network.neutron.Port
properties:
+ subnetpoolid:
+ get_input: port_pcm_2port_1_subnetpoolid
+ related_networks:
+ get_input: port_pcm_2port_1_related_networks
+ network:
+ get_input: oam_net_name
ip_requirements:
get_input: port_pcm_2port_1_ip_requirements
security_groups:
@@ -203,8 +221,6 @@ topology_template:
fixed_ips:
- ip_address:
get_input: oam_net_ip
- subnetpoolid:
- get_input: port_pcm_2port_1_subnetpoolid
mac_requirements:
get_input: port_pcm_2port_1_mac_requirements
subinterface_indicator: false
@@ -214,8 +230,6 @@ topology_template:
get_input: port_pcm_2port_1_vlan_requirements
network_role_tag:
get_input: port_pcm_2port_1_network_role_tag
- network:
- get_input: oam_net_name
order:
get_input: port_pcm_2port_1_order
requirements:
@@ -453,4 +467,4 @@ topology_template:
- dependency
link_pcm_2port_1:
- pcm_2port_1
- - link
+ - link \ No newline at end of file
302'>302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428