aboutsummaryrefslogtreecommitdiffstats
path: root/extra/docker
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-01-15 15:14:02 +0100
committerS�bastien Determe <sebastien.determe@intl.att.com>2021-01-15 14:33:37 +0000
commitdabd6db614abf78508add7cdbef2120120ce3d9b (patch)
tree06463fc6620fd5bd865e44da2030ea0b5a3f05db /extra/docker
parentb22a94355099b0802d1dc5da8d69fd90cd8db63e (diff)
Add policies list and PDP responses in the emulator
- Add some specific answers to the emulator so that the backend list code can be tested - add guilin tca blueprint to the integration tests so that the test.sql contains a new template. Issue-ID: POLICY-2924 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I716cfbaa1a084df1455da25470d86b903ef7c936
Diffstat (limited to 'extra/docker')
-rw-r--r--extra/docker/clamp/docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/docker/clamp/docker-compose.yml b/extra/docker/clamp/docker-compose.yml
index f4f5b2bdd..c56be0aae 100644
--- a/extra/docker/clamp/docker-compose.yml
+++ b/extra/docker/clamp/docker-compose.yml
@@ -1,7 +1,7 @@
version: '3.1'
services:
- clamp-frontend:
+ policy-clamp-frontend:
image: onap/policy-clamp-frontend
depends_on:
- policy-clamp-backend
@@ -18,7 +18,7 @@ services:
ports:
- "3306:3306"
- clamp-backend:
+ policy-clamp-backend:
image: onap/policy-clamp-backend
depends_on:
- db