Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit takes care of adding the necessary code to be able to:
1) Convert JSON DGs to XML DGs in the dg-loader-dgs path
2) Load & Activate these converted XML DGs into the MySQL DB
This approach is used in appc.git's dg-loader-provider to handle DGs.
Combining platform-logic approach and dg-loader-provider approach to
handle DGs coming from these two separate paths.
Change-Id: I46505a3380afcdd3c6794e24fda75aef62ccc58f
Signed-off-by: Hector Anapan-Lavalle <ha076r@att.com>
Issue-Id:[APPC-287]
|
|
The DGs and the graph.versions located in the platform-logic folder (the one that loads and activates the DGs into the DB as defined by graph.versions) are formatted as DOS/noeol files which breaks the process to activate/load these DGs into the DB. Formatting these files to UNIX format.
Change-Id: I31c626675801fb37d3de73fae7aa25c4ad59af71
Signed-off-by: root <ha076r@att.com>
Issue: [APPC-99]
|
|
Change-Id: Iaa769b9446688358da0fdc844fe80747a8dd35a4
Signed-off-by: root <ha076r@att.com>
|
|
onap jenkins use maven-assembly-plugin 2.2-beta-5. without fix, local build use
maven-assembly-plugin 2.4.1 and build fails as:
Assembly is incorrectly configured: null.
to fix local build issue:
1. update to maven-assembly-plugin 2.6
2. add AssemblyId configuration which is needed for assembly >= 2.2
Change-Id: Icb1178b5c254ce188345cf1ee5381b442c8e668d
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Change-Id: I50d213f4d22dff2e211258a3e536dc1a50618b78
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
|
|
Change-Id: I46850ced2a3ff7a55dd1e92ec4509bf728466ce9
Signed-off-by: Patrick Brady <pb071s@att.com>
|