aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/policy/docker-compose-pap.yml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-04-19 12:47:01 -0400
committerJim Hahn <jrh3@att.com>2019-04-19 14:59:58 -0400
commit0a594cf5cb96a31bf7e5abb0d00844db25fa7408 (patch)
treea1187f2c8cad5a8fbee453be5c81326e4a6d53fb /scripts/policy/docker-compose-pap.yml
parent2d3f0db728f0e4c24e4a5461edea4a4ffa97d97b (diff)
Flesh out PAP CSITs
This exercises all of the PAP REST APIs, except for the simple policy "deploy" API. Change-Id: I681c4c40f05f6e343a782e764f7f939ecbb31258 Issue-ID: POLICY-1672 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'scripts/policy/docker-compose-pap.yml')
-rw-r--r--scripts/policy/docker-compose-pap.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/policy/docker-compose-pap.yml b/scripts/policy/docker-compose-pap.yml
index c5ff9cfb..115f8840 100644
--- a/scripts/policy/docker-compose-pap.yml
+++ b/scripts/policy/docker-compose-pap.yml
@@ -34,6 +34,14 @@ services:
hostname: policy-pap
ports:
- "6969:6969"
+ api:
+ image: nexus3.onap.org:10001/onap/policy-api
+ container_name: policy-api
+ depends_on:
+ - mariadb
+ hostname: policy-api
+ ports:
+ - "9969:6969"
start_dependencies:
image: dadarek/wait-for-dependencies
container_name: policy-wait