Skip to content

Commit

Permalink
Issues #562,#561,#560:
Browse files Browse the repository at this point in the history
- No source of entropy in _get_nearest_mirrors_by_network_data()
- _get_nearest_mirrors_by_network_data() fails to exclude near-by private mirrors for extra options.
- Exclude the private mirrors from the mirrors list in the case of fallback behavior

- The Azure mirrors have allowed list of arches
- Decrease level of logging messages in some cases
- Cache subnets of Azure/AWS cloud
  • Loading branch information
soksanichenko committed Jul 4, 2022
1 parent 1471030 commit 6802d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ async def get_azure_subnets(http_session: ClientSession):
properties = value['properties']
subnets[properties['region'].lower()] = \
properties['addressPrefixes']
await set_subnets_to_cache('aws_subnets', subnets)
await set_subnets_to_cache('azure_subnets', subnets)
return subnets


Expand Down

0 comments on commit 6802d4b

Please sign in to comment.