From 2a744c033cb7259866d91eb4ca99fb1ca691df96 Mon Sep 17 00:00:00 2001 From: Hector Anapan Date: Tue, 22 Aug 2017 23:06:13 -0400 Subject: Adding two DGs in platform-logic Adding two DGS (APPC Generic Restart, and APPC API Legacy Operation) so that they load automatically during docker image instantiation. These DGs are loaded will now be loaded and activated in the SDNCTL table of the APPC MySQL DB Container. Change-Id: I3cb366184be05d899e809ed04d70039f6964d27b Signed-off-by: Hector Anapan Issue: [APPC-167] --- platform-logic/appc/src/main/resources/graph.versions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform-logic') diff --git a/platform-logic/appc/src/main/resources/graph.versions b/platform-logic/appc/src/main/resources/graph.versions index e43f01f..e4e91e6 100644 --- a/platform-logic/appc/src/main/resources/graph.versions +++ b/platform-logic/appc/src/main/resources/graph.versions @@ -1,3 +1,5 @@ APPC topology-operation-all 2.0.0 sync APPC ansible-adapter-1.0 2.0.1 sync APPC chef 3.0.0 sync +APPC Generic_Restart 2.0.1 sync +Appc-API legacy_operation 2.0.0.0 sync -- cgit 1.2.3-korg