diff options
author | RehanRaza <muhammad.rehan.raza@est.tech> | 2019-04-04 12:42:15 +0000 |
---|---|---|
committer | RehanRaza <muhammad.rehan.raza@est.tech> | 2019-04-04 12:42:15 +0000 |
commit | c5121c5bc5c544eb7be9432913f9099574270cbe (patch) | |
tree | 964022db49256cb5b2c7b6987e9ff9b55cd3aebc /test/mocks/mass-pnf-sim/pnf-sim-lightweight/docker-compose-template.yml | |
parent | b688e6267a5f3557af5ed366d4eee83ab884a854 (diff) |
Fix VES event fields
* timeZoneOffset uses default system timezone
* sourceName and reportingEntityName use the nodename of pnf-sim instance
Change-Id: Idf7f0b8d4a02cb533e81bdf69d5034cd842c3fb8
Issue-ID: DCAEGEN2-1225
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
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 | 2 |
1 files changed, 2 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 aa0261c0a..2c9226a87 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 @@ -19,6 +19,8 @@ services: - ./json_schema:/json_schema - ./config/config.yml:/config/config.yml:rw - ./files/:/files/:rw + environment: + TZ: "${TIMEZONE}" env_file: - ./config/netconf.env restart: on-failure |