X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fdocker-compose.yaml;fp=solution%2Fdocker-compose.yaml;h=9acf3e4fabc6963ba883c3a37ca1d702430f4146;hb=e4d3cdf5d8679fdad10e12d16d0913b9754049a4;hp=595f1f8bd6d70f5b83e205c5a4a66c0c526b5bd9;hpb=5868c88405a5057923095e84b225adc23feef84b;p=oam%2Fnf-oam-adopter.git diff --git a/solution/docker-compose.yaml b/solution/docker-compose.yaml index 595f1f8..9acf3e4 100644 --- a/solution/docker-compose.yaml +++ b/solution/docker-compose.yaml @@ -1,18 +1,19 @@ version: "3.5" services: -# ves-collector: -# restart: unless-stopped -# ports: -# - "8080:8080/udp" -# image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:latest -# container_name: vescollector -# environment: -# DMAAPHOST: 50.50.50.50 + vescollector: + restart: unless-stopped + ports: + - "8080:8080/udp" + network_mode: host + image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:latest + container_name: vescollector + environment: + DMAAPHOST: 50.50.50.50 ves-nf-oam-adopter-ran-mock: ports: - - "444:443/tcp" + - "443:443/tcp" network_mode: host restart: unless-stopped image: nexus3.o-ran-sc.org:10003/o-ran-sc/ves-nf-oam-adopter-ran-mock:latest @@ -21,22 +22,23 @@ services: KEY_PASSWORD: nf-oam-adopter KEY_STORE_PASSWORD: nf-oam-adopter SNMP-DESTINY: 0.0.0.0/162 + SERVER_PORT: 443 ves-nf-oam-adopter: ports: - - "162:162/udp" - - "443:443/tcp" + - "443:444/tcp" network_mode: host restart: unless-stopped image: nexus3.o-ran-sc.org:10003/o-ran-sc/ves-nf-oam-adopter:latest container_name: ves-nf-oam-adopter environment: + SERVER_PORT: 444 USERNAME: admin PASSWORD: admin KEY_PASSWORD: nf-oam-adopter KEY_STORE_PASSWORD: nf-oam-adopter TRUST_STORE_PASSWORD: nf-oam-adopter - VES_COLLECTOR: http://vescollector:8080/eventListener/v7 + VES_COLLECTOR: http://0.0.0.0:8080/eventListener/v7 VES_ENCODED_AUTH: YWRtaW46YWRtaW4= - PM_SYNC_TIME_START: "06:05:00" - PM_SYNC_TIME_FREQ: "24:00:00" \ No newline at end of file + PM_SYNC_TIME_START: "14:25:00" + PM_SYNC_TIME_FREQ: 30 \ No newline at end of file