wasabi222 / janitor

provider maintenance email parser
Other
53 stars 14 forks source link

GTT parsing issue #11

Closed XioNoX closed 5 years ago

XioNoX commented 5 years ago

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

Which causes the circuit ID to not be populated.