diff options
Diffstat (limited to 'common-be/src/main/resources')
-rw-r--r-- | common-be/src/main/resources/config/nonManoConfig.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/common-be/src/main/resources/config/nonManoConfig.yaml b/common-be/src/main/resources/config/nonManoConfig.yaml new file mode 100644 index 0000000000..4ace330392 --- /dev/null +++ b/common-be/src/main/resources/config/nonManoConfig.yaml @@ -0,0 +1,22 @@ +nonManoKeyFolderMapping: + onap_ves_events: + location: VES_EVENTS + type: Deployment + onap_pm_dictionary: + location: PM_DICTIONARY + type: Deployment + onap_yang_modules: + location: YANG_MODULE + type: Deployment + onap_ansible_playbooks: + location: ANSIBLE_PLAYBOOK + type: Deployment + onap_scripts: + location: SCRIPTS + type: Deployment + onap_others: + location: OTHER + type: Informational + onap_pnf_sw_information: + location: PNF_SW_INFORMATION + type: Informational
\ No newline at end of file |