diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-22 14:45:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-22 14:45:18 +0000 |
commit | 88251419f41454570b6faa8c8c75dc2e7e5ab771 (patch) | |
tree | ba930478fc80496f955fbcfec29bd4d3c1f14651 /docs | |
parent | 0062e1b42310b4c1dd3665e0ded10b2085923a3e (diff) | |
parent | d01a3ee0b0ce900762f98bd452684ad1042a69c1 (diff) |
Merge "Changed content of Resource Definition"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/datadictionary/index.rst | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/datadictionary/index.rst b/docs/datadictionary/index.rst index 3243fd23f..83c6e47b8 100644 --- a/docs/datadictionary/index.rst +++ b/docs/datadictionary/index.rst @@ -2,44 +2,44 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright (C) 2019 IBM. -Data Dictionary ----------------- +Resource Definition +------------------- .. toctree:: :maxdepth: 1 Introduction: ============= -A data dictionary defines a specifc resource that can be resolved using the bellow supported sources. +A Resource Definition defines a specifc resource that can be resolved using the bellow supported sources. -A data dictionary can support multiple sources. +A Resource Definition can support multiple sources. -The main goal of data dictionary is to define generic entity that could be shared accross services. +The main goal of Resource Definition is to define generic entity that could be shared accross services. Resolution sources: =================== - Input - Default - DB - REST - Capability + * Input + * Default + * DB + * REST + * Capability Artifacts: ========== - artifact-mapping-resource - artifact-template-velocity - artifact-directed-graph - + * artifact-mapping-resource + * artifact-template-velocity + * artifact-directed-graph Node type: ========== - component-resource-resolution - component-jython-executor - component-netconf-executor - component-restconf-executor + + * component-resource-resolution + * component-jython-executor + * component-netconf-executor + * component-restconf-executor Data type: ========== - vnf-netconf-device
\ No newline at end of file + * vnf-netconf-device
\ No newline at end of file |