Handle dg-loader DGs approach with platform-logic 61/20461/1
authorHector Anapan-Lavalle <ha076r@att.com>
Tue, 24 Oct 2017 23:13:22 +0000 (19:13 -0400)
committerHector Anapan-Lavalle <ha076r@att.com>
Tue, 24 Oct 2017 23:13:45 +0000 (19:13 -0400)
commit192f6bad7a24854defdb5c1a0f2a948ad87bcfd8
treeb5921661e544d05ed4712630629943370dbf6917
parentbd863814f64653131d2cb05942e5ac61fa300399
Handle dg-loader DGs approach with platform-logic

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]
installation/appc/src/main/scripts/startODL.sh
platform-logic/appc/pom.xml
platform-logic/appc/src/main/resources/dg_activate.txt [new file with mode: 0644]
platform-logic/installer/src/assembly/assemble_zip.xml
platform-logic/installer/src/main/scripts/install-converted-dgs.sh [new file with mode: 0644]