Page MenuHomePhabricator
Paste P10436

eqiad-FailoverRoute-mcrouter-config
ActivePublic

Authored by jijiki on Feb 17 2020, 8:12 PM.
Tags
None
Referenced Files
F31619905: raw.txt
Feb 17 2020, 8:12 PM
Subscribers
None
{
"pools": {
"codfw": {
"servers": [
"10.192.0.61:11214:ascii:ssl",
"10.192.16.55:11214:ascii:ssl",
"10.192.32.51:11214:ascii:ssl",
"10.192.48.94:11214:ascii:ssl"
]
},
"codfw-gutter": {
"servers": [
"10.192.0.98:11214:ascii:ssl"
]
},
"eqiad": {
"servers": [
"10.64.0.80:11211:ascii:plain",
"10.64.0.81:11211:ascii:plain",
"10.64.0.82:11211:ascii:plain",
"10.64.0.83:11211:ascii:plain",
"10.64.0.84:11211:ascii:plain",
"10.64.16.107:11211:ascii:plain",
"10.64.16.108:11211:ascii:plain",
"10.64.16.109:11211:ascii:plain",
"10.64.16.110:11211:ascii:plain",
"10.64.32.208:11211:ascii:plain",
"10.64.32.209:11211:ascii:plain",
"10.64.32.210:11211:ascii:plain",
"10.64.32.211:11211:ascii:plain",
"10.64.32.212:11211:ascii:plain",
"10.64.48.155:11211:ascii:plain",
"10.64.48.156:11211:ascii:plain",
"10.64.48.157:11211:ascii:plain",
"10.64.48.158:11211:ascii:plain"
]
},
"eqiad-gutter": {
"servers": [
"10.64.0.53:11211:ascii:plain",
"10.64.32.101:11211:ascii:plain",
"10.64.48.32:11211:ascii:plain"
]
}
},
"routes": [
{
"aliases": [ "/eqiad/mw/" ],
"route":{
"type": "FailoverRoute",
"children": [ "PoolRoute|eqiad", "PoolRoute|eqiad-gutter" ],
"failover_errors": [ "tko" ]
}
},
{
"aliases": [ "/codfw/mw/" ],
"route": "PoolRoute|codfw"
},
{
"aliases": [ "/eqiad/mw-wan/" ],
"route": {
"type": "OperationSelectorRoute",
"default_policy": {
"type": "FailoverRoute",
"children": [ "PoolRoute|eqiad", "PoolRoute|eqiad-gutter" ],
"failover_errors": [ "tko" ]
},
"operation_policies": {
"delete": {
"type": "AllSyncRoute",
"children": [ "AllSyncRoute|Pool|eqiad", "AllSyncRoute|Pool|eqiad-gutter" ]
}
}
}
},
{
"aliases": [ "/codfw/mw-wan/"],
"route": {
"type": "OperationSelectorRoute",
"default_policy": {
"type": "FailoverRoute",
"children": [ "PoolRoute|eqiad", "PoolRoute|eqiad-gutter" ],
"failover_errors": [ "tko" ]
},
"operation_policies": {
"delete": {
"type": "AllSyncRoute",
"children": [ "AllSyncRoute|Pool|codfw", "AllSyncRoute|Pool|codfw-gutter" ]
},
"set": {
"type": "FailoverRoute",
"children": [ "PoolRoute|codfw", "PoolRoute|codfw-gutter" ],
"failover_errors": [ "tko" ]
}
}
}
}
]
}

Event Timeline

jijiki changed the title of this paste from eqiad-failover-mcrouter-config to eqiad-FailoverRoute-mcrouter-config.