diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-13 11:03:50 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-20 21:02:09 +0000 |
commit | f07c7accddc9320c7e9726b746d188948b729a41 (patch) | |
tree | 1707b81333edcfd580edf8d393f9dcb012da11f5 | |
parent | 97c0fc4613767f85af4e4be91d896655e3a5d003 (diff) |
Fix distribution csit failure
Fixing the path of the mount path from where csar files will be copied into the container.
Issue-ID: POLICY-3257
Change-Id: Ibea35730439ae757578660d327f0fc26e3ad45a8
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
(cherry picked from commit 9fe39e8ced6fee002fb23cd3ef7e30b2f005d431)
-rw-r--r-- | csit/docker-compose-all.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csit/docker-compose-all.yml b/csit/docker-compose-all.yml index 394631d2..8a46ab8d 100644 --- a/csit/docker-compose-all.yml +++ b/csit/docker-compose-all.yml @@ -1,6 +1,7 @@ # # ===========LICENSE_START==================================================== # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright (C) 2021 Bell Canada. All rights reserved. # ============================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -178,7 +179,7 @@ services: hostname: policy-distribution volumes: - ./config/distribution/defaultConfig.json:/opt/app/policy/distribution/etc/defaultConfig.json:ro - - ../distribution/csit/config/temp/:/opt/app/policy/distribution/etc/temp/:ro + - ./distribution/config/temp/:/opt/app/policy/distribution/etc/temp/:ro - ./wait_for_port.sh:/opt/app/policy/bin/wait_for_port.sh:ro entrypoint: /opt/app/policy/bin/wait_for_port.sh command: [ |