Skip to content

Commit 58c8e3a

Browse files
authored
Merge pull request #225 from Baltic-RCC/dev
Dev
2 parents 81d5b7f + b207f09 commit 58c8e3a

File tree

22 files changed

+1153
-776
lines changed

22 files changed

+1153
-776
lines changed

config/cgm_worker/default_area_eic_map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"10YLT-1001A0008Q": "LT",
33
"10YLV-1001A00074": "LV",
4-
"10Y1001A1001A39I": "EESTI",
4+
"10Y1001A1001A39I": "EE",
55
"10YPL-AREA-----S": "PL",
66
"10YSE-1--------K": "SE",
77
"10YDK-2--------M": "DK2"

config/cgm_worker/replacement_config.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"timeZone": "CET"
66
},
77
"timeHorizon": {
8-
"Request_list": ["ID", "1D", "2D", "WK", "1D"]
8+
"Request_list": ["ID", "1D", "2D", "WK", "1D", "MO", "YR"]
9+
},
10+
"month_ahead": {
11+
"hours": ["07:30", "08:30", "09:30", "06:30", "05:30", "04:30"],
12+
"business_type": ["1D"]
913
},
1014
"hours": [
1115
{
@@ -390,15 +394,16 @@
390394
{"3": "-P14D"},
391395
{"4": "-P1D"},
392396
{"5": "-P8D"},
393-
{"6": "-P3D"},
394-
{"7": "-P4D"},
395-
{"8": "-P5D"},
396-
{"9": "-P6D"},
397-
{"10": "-P9D"},
398-
{"11": "-P10D"},
399-
{"12": "-P11D"},
400-
{"13": "-P12D"},
401-
{"14": "-P13D"}
397+
{"6": "-P2D"},
398+
{"7": "-P3D"},
399+
{"8": "-P4D"},
400+
{"9": "-P5D"},
401+
{"10": "-P6D"},
402+
{"11": "-P9D"},
403+
{"12": "-P10D"},
404+
{"13": "-P11D"},
405+
{"14": "-P12D"},
406+
{"15": "-P13D"}
402407
]
403408
}
404409
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[MAIN]
22
MAX_ITERATION = 10
3-
BALANCE_THRESHOLD = 2
3+
BALANCE_THRESHOLD = 20
44
SCALING_CORR_FACTOR = 0
55
ELK_INDEX_PATTERN = emfos-schedules*
66
DEBUG = True

config/integrations/edx.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[MAIN]
2-
EDX_SERVER = https://ba-opde-acceptance.elering.sise
2+
EDX_SERVER = access_url
33
EDX_USERNAME =
44
EDX_PASSWORD =
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[MAIN]
2-
ELK_SERVER = http://test-rcc-logs01.elering.sise:9200
2+
ELK_SERVER = access_url
33
BATCH_SIZE = 20000

config/integrations/minio.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[MAIN]
2-
MINIO_SERVER = test-rcc-minio-fe.elering.sise
2+
MINIO_SERVER = access_url
33
MINIO_USERNAME = None
44
MINIO_PASSWORD = None
55
TOKEN_EXPIRATION = 86400
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[MAIN]
2-
OPDM_SERVER = https://ba-opde-acceptance.elering.sise:8443
2+
OPDM_SERVER = access_url
33
OPDM_USERNAME = None
44
OPDM_PASSWORD = None
55

6-
WEBDAV_SERVER = https://ba-opde-acceptance-files.elering.sise/local-storage
6+
WEBDAV_SERVER = access_url
77
WEBDAV_USERNAME = None
88
WEBDAV_PASSWORD = None

config/integrations/rabbit.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[MAIN]
2-
RMQ_SERVER = test-rscrabbit.elering.sise
3-
RMQ_PORT = 5670
2+
RMQ_SERVER = access_url
3+
RMQ_PORT = access_port
44
RMQ_VHOST = /
55
RMQ_USERNAME = None
66
RMQ_PASSWORD = None
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[MAIN]
22
LOGGING_INDEX = emfos-logs
3-
LOGGING_FORMAT = %(levelname) -10s %(asctime) -10s %(name) -50s %(funcName) -50s %(lineno) -5d: %(message)s
3+
LOGGING_FORMAT = %(levelname) -10s %(asctime) -20s %(name) -60s %(funcName) -35s %(lineno) -5d: %(message)s
44
LOGGING_DATEFMT = %Y-%m-%d %H:%M:%S
55
LOGGING_LEVEL = INFO

0 commit comments

Comments
 (0)