diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2019-03-07 13:22:15 +0100 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2019-03-12 08:38:31 +0100 |
commit | fc645e5bbdaba22c52b08121f754dbb6ee0ed1e6 (patch) | |
tree | e0606a2ed22d916c4df85caf0e9f4a6da596f83f /csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf | |
parent | ebb53e546c55628d718f7d4c3c8c8505cd8c3075 (diff) |
Create pnf scar archive module
Change-Id: Iad552af5d4e9f446de9abecdded317ee2065edc4
Issue-ID: VNFSDK-377
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Diffstat (limited to 'csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf')
-rw-r--r-- | csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf b/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf new file mode 100644 index 0000000..c5a498c --- /dev/null +++ b/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf @@ -0,0 +1,14 @@ +metadata: + pnf_product_name: RadioNode + pnf_provider_id: Ericsson + pnf_package_version: 1.0 + pnf_release_date_time: 2019-01-14T11:25:00+00:00 + +non_mano_artifact_sets: + prv.onap.ves_event: # if private else onap_ves_event if public + Source: Artifacts/Deployment/Events/RadioNode_Pnf_v1.yml + prv.onap.pm_dictionary: # if private else onap_pm_dictionary if public + Source: Artifacts/Deployment/Measurements/PM_Dictionary.yml + prv.onap.yang_modules: # if private else onap_yang_modules if public + Source: Artifacts/Deployment/Yang_module/yang-module1.yang + Source: Artifacts/Deployment/Yang_module/yang-module2.yang
\ No newline at end of file |