diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-03-22 20:39:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-22 20:39:44 +0000 |
commit | 22ff7f4672c327d47ee16152034c092911075947 (patch) | |
tree | f55dd265adde977c3e22a53664f855b36f257061 /test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml | |
parent | 49fbdc4a6b7b17b1943591426995879dd3217b50 (diff) | |
parent | b59bffb8203a2e52e45100723d1cba322b229385 (diff) |
Merge "Mass-pnf-simulator publishing ports"
Diffstat (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml')
-rw-r--r-- | test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml index f53226867..aa0261c0a 100644 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml @@ -29,6 +29,8 @@ services: networks: front-${I}: ipv4_address: "${IPSFTP}" + ports: + - "${PORTSFTP}:22" volumes: - ./files/onap/:/home/onap/ restart: on-failure @@ -40,6 +42,8 @@ services: networks: front-${I}: ipv4_address: "${IPFTPS}" + ports: + - "${PORTFTPS}:21" environment: FTP_USER: onap FTP_PASSWORD: pano |