From c12ea59982286a68aeb9ebc50ed0acd0b0a1140d Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Tue, 21 May 2019 10:28:31 +0200 Subject: Create structure for MoHeR API modules Change-Id: Ib04d9c7d38e8da1024b8f1c7b8935a038d080435 Issue-ID: DCAEGEN2-1514 Signed-off-by: Filip Krzywka --- standardization/moher-api/healthstate/pom.xml | 36 +++++++++++++++++++ standardization/moher-api/metrics/pom.xml | 36 +++++++++++++++++++ standardization/moher-api/pom.xml | 42 ++++++++++++++++++++++ standardization/moher-api/server-adapters/pom.xml | 41 +++++++++++++++++++++ .../server-adapters/reactor-netty/pom.xml | 35 ++++++++++++++++++ .../moher-api/server-adapters/spring/pom.xml | 35 ++++++++++++++++++ standardization/pom.xml | 1 + 7 files changed, 226 insertions(+) create mode 100644 standardization/moher-api/healthstate/pom.xml create mode 100644 standardization/moher-api/metrics/pom.xml create mode 100644 standardization/moher-api/pom.xml create mode 100644 standardization/moher-api/server-adapters/pom.xml create mode 100644 standardization/moher-api/server-adapters/reactor-netty/pom.xml create mode 100644 standardization/moher-api/server-adapters/spring/pom.xml diff --git a/standardization/moher-api/healthstate/pom.xml b/standardization/moher-api/healthstate/pom.xml new file mode 100644 index 00000000..d6cf46be --- /dev/null +++ b/standardization/moher-api/healthstate/pom.xml @@ -0,0 +1,36 @@ + + + + 4.0.0 + + dcaegen2-sdk-moher-api + org.onap.dcaegen2.services.sdk + 1.2.0-SNAPSHOT + + + Monitoring and Healthcheck :: Health state + MoHeR standardization for providing application state + dcaegen2-sdk-moher-healthstate + + + \ No newline at end of file diff --git a/standardization/moher-api/metrics/pom.xml b/standardization/moher-api/metrics/pom.xml new file mode 100644 index 00000000..3cfefed6 --- /dev/null +++ b/standardization/moher-api/metrics/pom.xml @@ -0,0 +1,36 @@ + + + + 4.0.0 + + + dcaegen2-sdk-moher-api + org.onap.dcaegen2.services.sdk + 1.2.0-SNAPSHOT + + + Monitoring and Healthcheck :: Metrics + MoHeR standardization for providing application metrics + dcaegen2-sdk-moher-metrics + + \ No newline at end of file diff --git a/standardization/moher-api/pom.xml b/standardization/moher-api/pom.xml new file mode 100644 index 00000000..b4276d7e --- /dev/null +++ b/standardization/moher-api/pom.xml @@ -0,0 +1,42 @@ + + + + 4.0.0 + + + dcaegen2-services-sdk-standardization + org.onap.dcaegen2.services.sdk + 1.2.0-SNAPSHOT + + + Monitoring and Healthcheck + Monitoring and Healthcheck REST API standardization + dcaegen2-sdk-moher-api + pom + + + metrics + healthstate + server-adapters + + \ No newline at end of file diff --git a/standardization/moher-api/server-adapters/pom.xml b/standardization/moher-api/server-adapters/pom.xml new file mode 100644 index 00000000..4b8f4a55 --- /dev/null +++ b/standardization/moher-api/server-adapters/pom.xml @@ -0,0 +1,41 @@ + + + + 4.0.0 + + dcaegen2-sdk-moher-api + org.onap.dcaegen2.services.sdk + 1.2.0-SNAPSHOT + + + Monitoring and Healthcheck :: Server Adapters + Server adapters for incorporating standardized REST endpoints for healthcheck and monitoring + + dcaegen2-sdk-moher-server-adapters + pom + + + spring + reactor-netty + + \ No newline at end of file diff --git a/standardization/moher-api/server-adapters/reactor-netty/pom.xml b/standardization/moher-api/server-adapters/reactor-netty/pom.xml new file mode 100644 index 00000000..f2f37412 --- /dev/null +++ b/standardization/moher-api/server-adapters/reactor-netty/pom.xml @@ -0,0 +1,35 @@ + + + + 4.0.0 + + dcaegen2-sdk-moher-server-adapters + org.onap.dcaegen2.services.sdk + 1.2.0-SNAPSHOT + + + Monitoring and Healthcheck :: Server Adapters :: Reactor Netty + MoHeR Project Reactor's Netty server adapter + dcae-sdk-moher-reactor-netty + + \ No newline at end of file diff --git a/standardization/moher-api/server-adapters/spring/pom.xml b/standardization/moher-api/server-adapters/spring/pom.xml new file mode 100644 index 00000000..52f1dad2 --- /dev/null +++ b/standardization/moher-api/server-adapters/spring/pom.xml @@ -0,0 +1,35 @@ + + + + 4.0.0 + + dcaegen2-sdk-moher-server-adapters + org.onap.dcaegen2.services.sdk + 1.2.0-SNAPSHOT + + + Monitoring and Healthcheck :: Server Adapters :: Spring + MoHeR Spring server adapter + dcae-sdk-moher-spring + + \ No newline at end of file diff --git a/standardization/pom.xml b/standardization/pom.xml index 0d1e3b3d..b37e296c 100644 --- a/standardization/pom.xml +++ b/standardization/pom.xml @@ -21,6 +21,7 @@ api-custom-header + moher-api -- cgit 1.2.3-korg