Markus Kuppe created JCLOUDS-1049:
-------------------------------------
Summary: Azure: Creating an VM fails with timeout when virtual
network gets created
Key: JCLOUDS-1049
URL: https://issues.apache.org/jira/browse/JCLOUDS-1049
Project: jclouds
Issue Type: Bug
Reporter: Markus Kuppe
Azurecompute runs into a timeout in [1] when it creates a virtual network. The
underlying operations error is:
"Operation{id=ead7fe07-ae64-5c69-9107-533cb36a99d7, status=FAILED,
httpStatusCode=400, error=Error{code=BAD_REQUEST, message=Cannot delete or
modify virtual network while in use 'Group Group-1 permute-1'.}}"
Note that "permute-1" is the name of another virtual network created by the
portal when I manually clicked a VM earlier.
A workaround is to manually create the vnet "jclouds-virtual-network" with
subnet "jclouds-1":
azure network create vnet -l "East US" --subnet-name jclouds-1
jclouds-virtual-network
[1]
org.jclouds.azurecompute.compute.strategy.GetOrCreateStorageServiceAndVirtualNetworkThenCreateNodes.checkExistingVirtualNetworkNamedOrCreate(String,
String, String, String, String)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)