Skip to content

Commit

Permalink
fix(derpmap): fix a typo and make node name unique add RegionName (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 authored Jul 8, 2024
1 parent ad2e6eb commit 617b7a5
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions derpmap/derpmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"900": {
"RegionID": 900,
"RegionCode": "rno2",
"RegionName": "RNO2",
"Nodes": [
{
"Name": "1",
"Name": "900a",
"RegionID": 900,
"HostName": "derp.rno2.coreweave.com"
}
Expand All @@ -14,9 +15,10 @@
"901": {
"RegionID": 901,
"RegionCode": "rdu1",
"RegionName": "RDU1",
"Nodes": [
{
"Name": "1",
"Name": "901a",
"RegionID": 901,
"HostName": "derp.rdu1.coreweave.com"
}
Expand All @@ -25,20 +27,22 @@
"902": {
"RegionID": 902,
"RegionCode": "us-east-02",
"RegionName": "US-EAST-02",
"Nodes": [
{
"Name": "1",
"RegionID": 901,
"Name": "902a",
"RegionID": 902,
"HostName": "derp.us-east-02.coreweave.com"
}
]
},
"903": {
"RegionID": 903,
"RegionCode": "us-east-03",
"RegionName": "US-EAST-03",
"Nodes": [
{
"Name": "1",
"Name": "903a",
"RegionID": 903,
"HostName": "derp.us-east-03.coreweave.com"
}
Expand Down

0 comments on commit 617b7a5

Please sign in to comment.