diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-19 00:24:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-19 00:24:47 +0000 |
commit | 9c670531378ef74697d3d70b7a2b5c1d1a609c47 (patch) | |
tree | 4d827c428189bfced5a05c43d01f3a9c6325c176 | |
parent | 0618c6105489020805a215af61c642f8cab999ac (diff) | |
parent | f53d11fe27670d27f0e4a4b0e89550f5b38b4cef (diff) |
Merge "Resource DB system sample code"
-rw-r--r-- | docs/datadictionary/dbsystemcode.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/datadictionary/dbsystemcode.rst b/docs/datadictionary/dbsystemcode.rst new file mode 100644 index 000000000..5051d1e7d --- /dev/null +++ b/docs/datadictionary/dbsystemcode.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2019 IBM. + +Dbsystemcode +============ + +"dsl_definitions": { + "dynamic-db-source": { + "type": "maria-db", + "url": "jdbc:mysql://localhost:3306/sdnctl", + "username": "sdnctl", + "password": "sdnctl" + } +}
\ No newline at end of file |