diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-04-02 13:57:22 -0700 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2020-04-06 22:25:44 +0000 |
commit | 0234b8a247abc7bc994876569fa929a141a1cbe5 (patch) | |
tree | ac92fd022a985dd4c8c68b61bee33c102e96c706 | |
parent | f2a7462d4c7652dec1aa12fac122674be8bc62c3 (diff) |
Activate DGs for CDS POC scaleout
Adding the DGs for the CDS POC scaleout
to the dg_activate file so they will be
marked active in the database.
Change-Id: I1a9077bec657c9a868847022f0ab3178c911cef2
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1850
-rw-r--r-- | appc-directed-graph/appc-dgraph/provider/src/main/resources/json/dg_activate.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/dg_activate.txt b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/dg_activate.txt index c917d9468..0158b1a59 100644 --- a/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/dg_activate.txt +++ b/appc-directed-graph/appc-dgraph/provider/src/main/resources/json/dg_activate.txt @@ -108,3 +108,9 @@ APPC:VM_Stop:2.0.0:sync APPC:AttachVolumeVM:4.0.0:sync APPC:DetachVolumeVM:4.0.0:sync APPC:RebootVM:4.0.0:sync + +# Appc CDS POC configscaleout +APPC:POCProcessInputParams:4.0.0:sync +APPC:POCScaleOut:4.0.0:sync +APPC:self-serve-resolve-parameters:4.0.0:sync + |