Create structure for MoHeR API modules 45/88145/1
authorFilip Krzywka <filip.krzywka@nokia.com>
Tue, 21 May 2019 08:28:31 +0000 (10:28 +0200)
committerFilip Krzywka <filip.krzywka@nokia.com>
Tue, 21 May 2019 08:29:27 +0000 (10:29 +0200)
Change-Id: Ib04d9c7d38e8da1024b8f1c7b8935a038d080435
Issue-ID: DCAEGEN2-1514
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
standardization/moher-api/healthstate/pom.xml [new file with mode: 0644]
standardization/moher-api/metrics/pom.xml [new file with mode: 0644]
standardization/moher-api/pom.xml [new file with mode: 0644]
standardization/moher-api/server-adapters/pom.xml [new file with mode: 0644]
standardization/moher-api/server-adapters/reactor-netty/pom.xml [new file with mode: 0644]
standardization/moher-api/server-adapters/spring/pom.xml [new file with mode: 0644]
standardization/pom.xml

diff --git a/standardization/moher-api/healthstate/pom.xml b/standardization/moher-api/healthstate/pom.xml
new file mode 100644 (file)
index 0000000..d6cf46b
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ ============LICENSE_START=======================================================
+  ~ DCAEGEN2-SERVICES-SDK
+  ~ ================================================================================
+  ~ Copyright (C) 2019 Nokia
+  ~ ================================================================================
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  ~ ============LICENSE_END=========================================================
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>dcaegen2-sdk-moher-api</artifactId>
+        <groupId>org.onap.dcaegen2.services.sdk</groupId>
+        <version>1.2.0-SNAPSHOT</version>
+    </parent>
+
+    <name>Monitoring and Healthcheck :: Health state</name>
+    <description>MoHeR standardization for providing application state</description>
+    <artifactId>dcaegen2-sdk-moher-healthstate</artifactId>
+
+
+</project>
\ 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 (file)
index 0000000..3cfefed
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ ============LICENSE_START=======================================================
+  ~ DCAEGEN2-SERVICES-SDK
+  ~ ================================================================================
+  ~ Copyright (C) 2019 Nokia
+  ~ ================================================================================
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  ~ ============LICENSE_END=========================================================
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <artifactId>dcaegen2-sdk-moher-api</artifactId>
+        <groupId>org.onap.dcaegen2.services.sdk</groupId>
+        <version>1.2.0-SNAPSHOT</version>
+    </parent>
+
+    <name>Monitoring and Healthcheck :: Metrics</name>
+    <description>MoHeR standardization for providing application metrics</description>
+    <artifactId>dcaegen2-sdk-moher-metrics</artifactId>
+
+</project>
\ No newline at end of file
diff --git a/standardization/moher-api/pom.xml b/standardization/moher-api/pom.xml
new file mode 100644 (file)
index 0000000..b4276d7
--- /dev/null
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ ============LICENSE_START=======================================================
+  ~ DCAEGEN2-SERVICES-SDK
+  ~ ================================================================================
+  ~ Copyright (C) 2019 Nokia
+  ~ ================================================================================
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  ~ ============LICENSE_END=========================================================
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <artifactId>dcaegen2-services-sdk-standardization</artifactId>
+        <groupId>org.onap.dcaegen2.services.sdk</groupId>
+        <version>1.2.0-SNAPSHOT</version>
+    </parent>
+
+    <name>Monitoring and Healthcheck</name>
+    <description>Monitoring and Healthcheck REST API standardization</description>
+    <artifactId>dcaegen2-sdk-moher-api</artifactId>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>metrics</module>
+        <module>healthstate</module>
+        <module>server-adapters</module>
+    </modules>
+</project>
\ 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 (file)
index 0000000..4b8f4a5
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ ============LICENSE_START=======================================================
+  ~ DCAEGEN2-SERVICES-SDK
+  ~ ================================================================================
+  ~ Copyright (C) 2019 Nokia
+  ~ ================================================================================
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  ~ ============LICENSE_END=========================================================
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>dcaegen2-sdk-moher-api</artifactId>
+        <groupId>org.onap.dcaegen2.services.sdk</groupId>
+        <version>1.2.0-SNAPSHOT</version>
+    </parent>
+
+    <name>Monitoring and Healthcheck :: Server Adapters</name>
+    <description>Server adapters for incorporating standardized REST endpoints for healthcheck and monitoring
+    </description>
+    <artifactId>dcaegen2-sdk-moher-server-adapters</artifactId>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>spring</module>
+        <module>reactor-netty</module>
+    </modules>
+</project>
\ 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 (file)
index 0000000..f2f3741
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ ============LICENSE_START=======================================================
+  ~ DCAEGEN2-SERVICES-SDK
+  ~ ================================================================================
+  ~ Copyright (C) 2019 Nokia
+  ~ ================================================================================
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  ~ ============LICENSE_END=========================================================
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>dcaegen2-sdk-moher-server-adapters</artifactId>
+        <groupId>org.onap.dcaegen2.services.sdk</groupId>
+        <version>1.2.0-SNAPSHOT</version>
+    </parent>
+
+    <name>Monitoring and Healthcheck :: Server Adapters :: Reactor Netty</name>
+    <description>MoHeR Project Reactor's Netty server adapter</description>
+    <artifactId>dcae-sdk-moher-reactor-netty</artifactId>
+
+</project>
\ 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 (file)
index 0000000..52f1dad
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ ============LICENSE_START=======================================================
+  ~ DCAEGEN2-SERVICES-SDK
+  ~ ================================================================================
+  ~ Copyright (C) 2019 Nokia
+  ~ ================================================================================
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  ~ ============LICENSE_END=========================================================
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>dcaegen2-sdk-moher-server-adapters</artifactId>
+        <groupId>org.onap.dcaegen2.services.sdk</groupId>
+        <version>1.2.0-SNAPSHOT</version>
+    </parent>
+
+    <name>Monitoring and Healthcheck :: Server Adapters :: Spring</name>
+    <description>MoHeR Spring server adapter</description>
+    <artifactId>dcae-sdk-moher-spring</artifactId>
+
+</project>
\ No newline at end of file
index 0d1e3b3..b37e296 100644 (file)
@@ -21,6 +21,7 @@
 
   <modules>
     <module>api-custom-header</module>
+    <module>moher-api</module>
   </modules>
 
 </project>