Page MenuHomePhabricator

Download of Azure cloud ranges for requestctl is broken
Open, Unbreak Now!Public

Description

Currently the script fetch_external_clouds_vendors_nets.py in puppet is trying to download the azure ip ranges using the url https://www.microsoft.com/en-us/download/confirmation.aspx?id=56519 and then parsing its html, but now that page returns a 404.

This is because microsoft changed its website mechanism to directly offer a json to download from https://www.microsoft.com/en-us/download/details.aspx?id=56519.

We need to update our script to follow this change.

Event Timeline

Joe triaged this task as Unbreak Now! priority.Wed, Jun 12, 8:36 AM
Joe updated the task description. (Show Details)

Change #1042173 had a related patch set uploaded (by Giuseppe Lavagetto; author: Giuseppe Lavagetto):

[operations/puppet@production] fetch_external_clouds_vendors_nets: fix azure

https://gerrit.wikimedia.org/r/1042173

Change #1042173 merged by Giuseppe Lavagetto:

[operations/puppet@production] fetch_external_clouds_vendors_nets: fix azure

https://gerrit.wikimedia.org/r/1042173