summaryrefslogtreecommitdiffstats
path: root/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf
diff options
context:
space:
mode:
Diffstat (limited to 'csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf')
-rw-r--r--csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf35
1 files changed, 24 insertions, 11 deletions
diff --git a/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf b/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf
index c5a498c..c0c0f97 100644
--- a/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf
+++ b/csarvalidation/src/test/resources/pnf/MainServiceTemplate.mf
@@ -1,14 +1,27 @@
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
+ pnfd_name: RadioNode
+ pnfd_provider: Ericsson
+ pnfd_archive_version: 1.0
+ pnfd_release_date_time: 2019-01-14T11:25:00+00:00
+
+#The manifest file shall include a list of all files contained in or referenced from the VNF package with their location
+#source: Definitions/MainServiceTemplate.yaml
+#source: Definitions/etsi_nfv_sol001_vnfd_2_5_1_types.yaml
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
+
+ onap_ves_events:
+ source: Artifacts/Events/VES_registration.yml
+
+ onap_pm_dictionary:
+ source: Artifacts/Measurements/PM_Dictionary.yaml
+
+ onap_yang_module:
+ source: Artifacts/Yang_module/Yang_module.yaml
+
+ onap_others:
+ source: Artifacts/scripts/install.sh
+ source: Artifacts/Informational/user_guide.txt
+ source: Artifacts/Other/installation_guide.txt
+ source: Artifacts/Other/review_log.txt
+