Merge "SDC proxy do not depend on CLAMP"
authorSébastien Determe <sd378r@intl.att.com>
Wed, 21 Mar 2018 14:18:11 +0000 (14:18 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 21 Mar 2018 14:18:11 +0000 (14:18 +0000)
1  2 
extra/docker/clamp/docker-compose.yml

@@@ -23,13 -23,11 +23,11 @@@ services
      ports:
        - "8080:8080"
  
 -  sdc_proxy:
 +  third_party_proxy:
      image: python:2-slim
      volumes:
 -      - "../../../src/test/resources/http-cache/sdc-example/:/sdc:ro"
 +      - "../../../src/test/resources/http-cache/example/:/thirdparty:rw"
        - "../../../src/test/resources/http-cache/:/script/:ro"
-     depends_on:
-       - clamp
      ports:
        - "8085:8085"
 -    command: /bin/sh -c "pip install requests && python /script/sdc_proxy.py --port 8085 --root /sdc"
 +    command: /bin/sh -c "pip install requests &&  pip install simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty"