Page MenuHomePhabricator

cloud: clarify if relforge is still used from within CloudVPS
Closed, ResolvedPublic

Description

We have firewalling rules in the production core routers for CloudVPS VM instances to contact relforge servers:

term relforge {                                                                             
    from {                                                                                  
        destination-address {                                                               
            /* relforge1001 */                                                              
            10.64.4.13/32;                                                                  
            /* relforge1002 */                                                              
            10.64.37.21/32;                                                                 
        }                                                                                   
        protocol tcp;                                                                       
        destination-port 9243;                                                              
    }                                                                                       
    then accept;                                                                            
}

Nobody in the cloud team knows if this is still valid / in use. This task is to try clarifying that point.

Event Timeline

It still is, but only temporarily. These servers are being decomissioned, but only after the new servers in T262211 are provisioned. The service is moving to the analytics network and at that point will no longer be needed from cloud.

aborrero claimed this task.

thanks!