blob: 47f2fe1a5f6832ec2f8a8272a2b735b0ae52a04a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
* This Readme file contains a description of open source scripts located in
epsdk-app-os / db-scripts /
***************************************************************************************************************************************
Directions:
DDL
For ONAP Amsterdam instance run EcompSdkDDLMySql_1710_Common.sql add script EcompSdkDDLMySql_1710_OS.sql.
EcompSdkDDLMySql_1710_Common.sql - this is the DDL entries that both Opensource and AT&T have in common
EcompSdkDDLMySql_1710_OS.sql - this is the specific DDL entries that only OS needs, empty placeholder
For ONAP Beijing instance run EcompSdkDDLMySql_2_1_Common.sql add script EcompSdkDDLMySql_2_1_OS.sql.
EcompSdkDDLMySql_2_1_Common.sql - this is the DDL entries that both Opensource and AT&T have in common
EcompSdkDDLMySql_2_1_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.
EcompSdkDMLMySql_1707_Common.sql - common DML entries
EcompSdkDMLMySql_1707_OS.sql - DML entries for Opensource needs
For an ONAP Beijing instance run script EcompSdkDMLMySql_2_1_Common.sql and script EcompSdkDMLMySql_2_1_OS.sql.
EcompSdkDMLMySql_2_1_Common.sql - common DML entries
EcompSdkDMLMySql_2_1_OS.sql - DML entries for Opensource needs
Our Existing Partner Apps can call the following scripts to upgrade from earlier version
EcompSdkMySql_Upgrade_1707_to_1710_Common.sql
EcompSdkMySql_Rollback_1710_to_1707_Common.sql
|