blob: 0676ce4861fd30148a4faf228612409bb9e1e772 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
test_pnf_macro:
tosca_file_from_SDC: service-basic_network-template
version: "1.0"
subscription_type: "net"
instantiation_type: "Macro"
pnfs:
- pnf_name: "test-pnf"
pnf_artifact_type: "CONTROLLER_BLUEPRINT_ARCHIVE"
pnf_artifact_name: "CBA_enriched.zip"
pnf_artifact_label: "cbapnf"
pnf_artifact_file_path: "/tmp/PNF_DEMO_enriched.zip"
properties:
controller_actor: "CDS"
skip_post_instantiation_configuration: False
sdnc_artifact_name: "test"
sdnc_model_version: "1.0.0"
sdnc_model_name: "CBA_PNF_SIM"
|