mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
This adds support for providing a value for the newly introduce --azure-kola-vnet kola parameter through the environment. This parameter is meant to indicate that kola is running inside of a vnet in Azure and the kola created storage account will be restricted to being accessed from that vnet. This lets us disable public access to storage accounts. Needs a corresponding change to jenkins jobs, because we have no way of determining what vnet a worker node is connected to programmatically. So it needs to be defined by the job. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>