Abiquo 4.7
To create a VPN in Abiquo between a private cloud virtual datacenter and Azure, you will need the following Azure ARM configuration for the enterprise:
To create the Azure VPN configuration, set the following properties in each enterprise that will use Azure VPNs.
Name | Description |
---|---|
azurecompute-arm.vpn.virtualnetworkgateway.type | Type of routing to use by the Virtual Network Gateway. See https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways. To create a VPN from Azure to Azure, set to PolicyBased |
azurecompute-arm.vpn.gatewaysubnet.mask | The Virtual Network Gateway requires a 'gateway subnet'. If this does not exist, the plugin will try to create it in some available range of the virtual network, using the mask given by this property |
azurecompute-arm.vpn.virtualnetworkgateway.sku.name | Name of the Virtual Network Gateway SKU. See https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways#gwsku Default: Basic |
azurecompute-arm.vpn.virtualnetworkgateway.sku.tier | Tier of the Virtual Network Gateway SKU. See https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways#gwsku Default: Basic |
azurecompute-arm.vpn.virtualnetworkgateway.sku.capacity | Capacity of the Virtual Network Gateway SKU. See https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways#gwsku |
azurecompute-arm.vpn.virtualnetworkgatewaycheck.timeout | Timeout for the creation of the Virtual Network Gateway. In the units specified by the timeunit property. Expected creation time is around 40 minutes. Default: 45 |
azurecompute-arm.vpn.virtualnetworkgatewaycheck.period | Interval between checks for the creation of the Virtual Network Gateway. In the units set by the timeunit property. Default: 1 |
azurecompute-arm.vpn.virtualnetworkgatewaycheck.maxperiod | Maximum interval in minutes between checks to back off to for the creation of the Virtual Network Gateway. In the units set by the timeunit property Default: 2 |
azurecompute-arm.vpn.virtualnetworkgatewaycheck.timeunit | Time unit for the timeout and intervals of checks for Virtual Network Gateway creation |