In https://github.com/wasabi222/janitor/blob/master/app/Providers.py#L652 I think it assumes that the GTT circuit ID is on its own line, but the notifications we get have several "fields" on the same line:
Location = Amsterdam (Science Park 121) ; SLID = 12345-123456 ; GTT Service = GI/Ethernet/12345678 ; Service Type = VPLS
Or
Location = Dallas (1950 N Stemmons Fwy) ; SLID = 12345-123456 ; GTT Service = VPLS/12345678 ; Service Type = VPLS
In https://github.com/wasabi222/janitor/blob/master/app/Providers.py#L652 I think it assumes that the GTT circuit ID is on its own line, but the notifications we get have several "fields" on the same line:
Location = Amsterdam (Science Park 121) ; SLID = 12345-123456 ; GTT Service = GI/Ethernet/12345678 ; Service Type = VPLS
OrLocation = Dallas (1950 N Stemmons Fwy) ; SLID = 12345-123456 ; GTT Service = VPLS/12345678 ; Service Type = VPLS
Which causes the circuit ID to not be populated.