Add test policytype and policies

Some example policies for vDNS, vFW and vCPE use
cases using DCAE TCA.

The .input are the expected REST body from the
calling client (eg. CLAMP).

While the .output are the expected REST body for the return
response from policy.

The .tosca.yaml are what the DBAO will look like internally.

Upgraded to support policy/model merge.

Fixed missing tca_policy field in monitoring policies.

Update for policy-id.

Issue-ID: POLICY-1273
Change-Id: Ib087b184c3ac9a058fe600c6c8a28cca3a71fbea
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
33 files changed
tree: 46ec6845003acb5b055eba12a39366fa3af1305d
  1. main/
  2. packages/
  3. testsuites/
  4. .gitignore
  5. .gitreview
  6. INFO.yaml
  7. LICENSE.txt
  8. pom.xml
  9. README.md
  10. version.properties
README.md

Copyright 2017-2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode

This source repository contains the ONAP Policy API code.

To build it using Maven 3, run: mvn clean install