From: demx8as6 Date: Wed, 6 Jul 2022 08:36:42 +0000 (+0200) Subject: Add MessageRouter configuration X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a38dfb03f74ca1a8701d6d590db0f9699c326cf8;p=oam.git Add MessageRouter configuration - add symbolic link to int/dmaap - add symbolic link to int/docker - add symbolic link to int/kafka - add symbolic link to int/zookeeper IssueID: OAM-277 Change-Id: Ic6106cec1d077ed94a33a4f5c23b0a196b74c0ce Signed-off-by: demx8as6 --- diff --git a/solution/operation-and-maintenance/smo/common/dmaap b/solution/operation-and-maintenance/smo/common/dmaap new file mode 120000 index 0000000..afa9404 --- /dev/null +++ b/solution/operation-and-maintenance/smo/common/dmaap @@ -0,0 +1 @@ +../../../integration/smo/common/dmaap \ No newline at end of file diff --git a/solution/operation-and-maintenance/smo/common/docker b/solution/operation-and-maintenance/smo/common/docker new file mode 120000 index 0000000..9a61863 --- /dev/null +++ b/solution/operation-and-maintenance/smo/common/docker @@ -0,0 +1 @@ +../../../integration/smo/common/docker \ No newline at end of file diff --git a/solution/operation-and-maintenance/smo/common/kafka b/solution/operation-and-maintenance/smo/common/kafka new file mode 120000 index 0000000..1a07bf4 --- /dev/null +++ b/solution/operation-and-maintenance/smo/common/kafka @@ -0,0 +1 @@ +../../../integration/smo/common/kafka \ No newline at end of file diff --git a/solution/operation-and-maintenance/smo/common/zookeeper b/solution/operation-and-maintenance/smo/common/zookeeper new file mode 120000 index 0000000..b2480bd --- /dev/null +++ b/solution/operation-and-maintenance/smo/common/zookeeper @@ -0,0 +1 @@ +../../../integration/smo/common/zookeeper \ No newline at end of file