diff options
author | Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com> | 2018-07-09 13:41:00 -0400 |
---|---|---|
committer | Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com> | 2018-07-11 13:20:28 -0400 |
commit | a96a3e49cd472aa902c22143358b87562603d47c (patch) | |
tree | 7e97578788de44f6704252cf982af09adcc05e8d /ecomp-sdk/epsdk-app-os/db-scripts/readme | |
parent | 9ac542482e4710e5566d147ca7a7a42500628ba2 (diff) |
Adding User Auth and permission aaf services
Issue-ID: PORTAL-334
Change-Id: I2826f2a06f7d818d918ae5f45b500a8da78cec42
Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/db-scripts/readme')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/db-scripts/readme | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-os/db-scripts/readme b/ecomp-sdk/epsdk-app-os/db-scripts/readme index ba35af7e..0330789d 100644 --- a/ecomp-sdk/epsdk-app-os/db-scripts/readme +++ b/ecomp-sdk/epsdk-app-os/db-scripts/readme @@ -22,6 +22,11 @@ For ONAP Beijing instance run EcompSdkDDLMySql_2_2_common.sql and script EcompSd EcompSdkDDLMySql_2_2_Common.sql - this is the DDL entries that both Opensource and AT&T have in common EcompSdkDDLMySql_2_2_OS.sql - this is the specific DDL entries that only OS needs, empty placeholder +For ONAP Casablanca instance run EcompSdkDDLMySql_2_4_common.sql and script EcompSdkDDLMySql_2_4_OS.sql. + +EcompSdkDDLMySql_2_4_Common.sql - this is the DDL entries that both Opensource and AT&T have in common +EcompSdkDDLMySql_2_4_OS.sql - this is the specific DDL entries that only OS needs, empty placeholder + DML For an ONAP Amsterdam instance run script EcompSdkDMLMySql_1710_Common.sql and script EcompSdkDMLMySql_1710_OS.sql. @@ -38,6 +43,11 @@ For SDK Distribution 2.2 instance run script EcompSdkDMLMySql_2_2_Common.sql and EcompSdkDMLMySql_2_2_Common.sql - common DML entries EcompSdkDMLMySql_2_2_OS.sql - DML entries for Opensource needs +For SDK Distribution 2.4 instance run script EcompSdkDMLMySql_2_4_Common.sql and script EcompSdkDMLMySql_2_4_OS.sql. + +EcompSdkDMLMySql_2_4_Common.sql - common DML entries +EcompSdkDMLMySql_2_4_OS.sql - DML entries for Opensource needs + Our Existing Partner Apps can call the following scripts to upgrade from 1707 to 1710 version EcompSdkMySql_Upgrade_1707_to_1710_Common.sql |