aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml
diff options
context:
space:
mode:
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.yml8
1 files changed, 4 insertions, 4 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 5a1bdacd4..8a59a1157 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
@@ -34,10 +34,10 @@ services:
ports:
- "${PORTSFTP}:22"
volumes:
- - ./files/onap/:/home/onap/
+ - ./files/onap/:/home/${FILESERV_USER}/
- ./fix-sftp-perms.sh:/etc/sftp.d/fix-sftp-perms.sh
restart: on-failure
- command: onap:pano:1001
+ command: ${FILESERV_USER}:${FILESERV_PASS}:1001
ftpes-server-vsftpd-${I}:
container_name: ftpes-server-vsftpd-${I}
@@ -49,8 +49,8 @@ services:
- "${PORTFTPS}:21"
- "${FTPS_PASV_MIN}-${FTPS_PASV_MAX}:${FTPS_PASV_MIN}-${FTPS_PASV_MAX}"
environment:
- FTP_USER: onap
- FTP_PASSWORD: pano
+ FTP_USER: ${FILESERV_USER}
+ FTP_PASSWORD: ${FILESERV_PASS}
PASV_ADDRESS: localhost
PASV_MIN_PORT: ${FTPS_PASV_MIN}
PASV_MAX_PORT: ${FTPS_PASV_MAX}