Skip to content

Commit 2cd499c

Browse files
committed
new ips
1 parent 10da340 commit 2cd499c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/info.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"""
99
# MDS
1010
MDS_PORT = 1201
11-
MDS_IPs = {"primary":{"ip":"52.15.197.75", "port":MDS_PORT}, "backup":{"ip":"3.143.216.252", "port":MDS_PORT+1}}
12-
#MDS_IPs = {"primary":{"ip":"127.0.0.1", "port":MDS_PORT}, "backup":{"ip":"127.0.0.1", "port":MDS_PORT+1}}
11+
MDS_IPs = {"primary":{"ip":"3.142.94.239", "port":MDS_PORT}, "backup":{"ip":"100.26.230.145", "port":MDS_PORT+1}}
12+
# MDS_IPs = {"primary":{"ip":"127.0.0.1", "port":MDS_PORT}, "backup":{"ip":"127.0.0.1", "port":MDS_PORT+1}}
1313

1414

1515
num_objects_per_file = 1
@@ -44,15 +44,15 @@
4444

4545
# OSD
4646

47-
OSD_IPs = {1:"52.15.197.75", 2:"3.143.216.252", 3:"54.157.187.18", 4:"34.224.4.5"}
48-
#OSD_IPs = {1:"127.0.0.1", 2:"127.0.0.1", 3:"127.0.0.1", 4:"34.224.4.5"}
47+
OSD_IPs = {1:"3.142.94.239", 2:"3.14.3.192", 3:"100.26.230.145", 4:"54.165.64.0"}
48+
# OSD_IPs = {1:"127.0.0.1", 2:"127.0.0.1", 3:"127.0.0.1", 4:"34.224.4.5"}
4949

5050
READ_WRITE_PORT = 1207
5151
HEARTBEAT_PORT = 1213
5252

5353

5454
# MONITOR
55-
MONITOR_IPs = {"primary": "34.224.4.5", "backup": "54.157.187.18"}
55+
MONITOR_IPs = {"primary": "3.14.3.192", "backup": "54.165.64.0"}
5656
#MONITOR_IPs = {"primary": "127.0.0.1", "backup": "127.0.0.1"}
5757

5858
CLIENT_REQ_PORT = 1217

0 commit comments

Comments
 (0)