Skip to content
Snippets Groups Projects
Commit 06ea64d4 authored by Taya Snijder's avatar Taya Snijder
Browse files
Merge branch 'L2SS-757' of https://git.astron.nl/lofar2.0/tango into L2SS-446-Extend-SNMP-client-to-support-MIB-files
parents 0bd670a6 b93ac6c6
Branches
Tags
1 merge request!288Resolve L2SS-446 "Extend snmp client to support mib files"
......@@ -21,5 +21,5 @@ services:
max-file: "10"
networks:
- control
entrypoint: python3 pypcc2.py --simulator --port 4843 --config APSCTTR
entrypoint: hwtr --simulator --port 4843 --config APSCTTR
restart: on-failure
......@@ -21,5 +21,5 @@ services:
max-file: "10"
networks:
- control
entrypoint: python3 pypcc2.py --simulator --port 4842 --config APSPUTR
entrypoint: hwtr --simulator --port 4842 --config APSPUTR
restart: on-failure
......@@ -3,4 +3,4 @@ ARG LOCAL_DOCKER_REGISTRY_LOFAR
FROM ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_LOFAR}/pypcc:latest
CMD ["python3", "pypcc2.py", "--simulator", "--port","4843"]
CMD ["hwtr", "--simulator", "--port","4843"]
......@@ -21,5 +21,5 @@ services:
max-file: "10"
networks:
- control
entrypoint: python3 pypcc2.py --simulator --port 4840 --config RECVTR
entrypoint: hwtr --simulator --port 4840 --config RECVTR
restart: on-failure
......@@ -21,5 +21,5 @@ services:
max-file: "10"
networks:
- control
entrypoint: python3 pypcc2.py --simulator --port 4841 --config UNB2TR
entrypoint: hwtr --simulator --port 4841 --config UNB2TR
restart: on-failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment