summaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-request-handler/pom.xml
blob: dfd0c2bfd07f810f82fd407249c8e71f80c02b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ============LICENSE_START=======================================================
  ONAP : APPC
  ================================================================================
  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  ================================================================================
  Copyright (C) 2017 Amdocs
  =============================================================================
  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.

  ECOMP is a trademark and service mark of AT&T Intellectual Property.
  ============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>
        <groupId>org.onap.appc</groupId>
        <artifactId>appc-dispatcher</artifactId>
        <version>1.3.0-SNAPSHOT</version>
    </parent>

    <artifactId>appc-request-handler</artifactId>
    <packaging>pom</packaging>
    <name>APPC Request Handler</name>
    <description>APPC Request Handler</description>


    <!-- ================================================================================== -->
    <!-- The modules we build -->
    <!-- ================================================================================== -->
    <modules>
        <module>appc-request-handler-api</module>
        <module>appc-request-handler-core</module>
        <module>appc-request-handler-features</module>
    </modules>

</project>
hlight'> Fixed Schema - mismatch in the java attributes and xml attributes Added dependentOn for HpaFeatureAtrributes Added unit test for HPASchema Added sample payload for HPACapabilities inside flavor Issue-ID: AAI-742 Change-Id: I3525376886f10bee99aa0ce3f0a6b2a5efbaa9b1 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> 2018-03-09Merge "Fix dependentOn for hpaCapability node"Venkata Harish Kajur2-10/+10 2018-03-09Fix dependentOn for hpaCapability nodeDileep Ranganathan2-10/+10 Added cloud-region along with flavor in the dependentOn field. Modified hpa-feature-attribute to hpa-feature-attributes as it is an arraylist. Change-Id: I7b0c3ee6e08b3bea97a1ebaeeaa8bcaeb8bb2b00 Issue-ID: AAI-742 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> 2018-03-08Update the yaml and html for hpaKajur, Harish (vk250x)4-28/+8836 Issue-ID: AAI-838 Change-Id: I2fb543d4e6345faada8ec8fb73ed8ef8f2dd4645 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com> 2018-03-08Hardware Platform Awareness (HPA) - SchemaDileep Ranganathan2-3/+173 Expanding the blob of string to a more generic representation Added new nodes for HPA enablement Change-Id: I3f861934856efbe7d8b08857dadf3c3e9a4baf96 Issue-ID: AAI-742 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com> 2018-03-08Add the generated yaml and html filesKajur, Harish (vk250x)4-8/+258694 Issue-ID: AAI-838 Change-Id: Iad3d92964dc333b3a2f0200b6491c7577493be87 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com> 2018-03-07Add back missed props from oxm from v11Venkata Harish K Kajur2-12/+44 Change-Id: Ia1d5891f5053b0eb1bd4d1e57ff3a85a5f26b5f9 Issue-ID: AAI-838 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com> 2018-02-27Update the files for ajsc 6 changesVenkata Harish K Kajur