<div dir="ltr">I just changed the Azure provider (locally) to allocate a virtual network using a Location instead of Affinity Group, and it got most of the way through bootstrap. It ends up failing with<div> "2014-10-21 01:43:39 ERROR juju.cmd supercommand.go:323 Get <a href="https://management.core.windows.net/6f0e3b87-f601-40fd-9727-76d05563fedd/services/hostedservices">https://management.core.windows.net/6f0e3b87-f601-40fd-9727-76d05563fedd/services/hostedservices</a>: dial tcp: lookup <a href="http://management.core.windows.net">management.core.windows.net</a>: No address associated with hostname"<br><div><br></div><div>I'm not sure if we can or should change the code, as in the past I've observed problems when using Location and not Affinity Group. <div><br></div><div><div>Cheers,</div><div>Andrew</div></div><div><br></div><div><div>diff --git a/provider/azure/environ.go b/provider/azure/environ.go</div><div>index 9d5d5bf..b435b95 100644</div><div>--- a/provider/azure/environ.go</div><div>+++ b/provider/azure/environ.go</div><div>@@ -201,8 +201,8 @@ func (env *azureEnviron) createVirtualNetwork() error {</div><div> }</div><div> defer env.releaseManagementAPI(azure)</div><div> virtualNetwork := gwacl.VirtualNetworkSite{</div><div>- Name: vnetName,</div><div>- AffinityGroup: env.getAffinityGroupName(),</div><div>+ Name: vnetName,</div><div>+ Location: env.getSnapshot().ecfg.location(),</div><div> AddressSpacePrefixes: []string{</div><div> networkDefinition,</div><div> },</div></div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 21, 2014 at 5:13 AM, Kapil Thangavelu <span dir="ltr"><<a href="mailto:kapil.thangavelu@canonical.com" target="_blank">kapil.thangavelu@canonical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><br>possibly related to <a href="http://azure.microsoft.com/en-us/status/" target="_blank">http://azure.microsoft.com/en-us/status/</a><br><br>"Starting at approximately 19:00 on the 18th Oct, 2014 UTC a limited subset of customers may experience intermittent errors when attempting to access Azure Virtual Networks. Engineers are continuing with their manual recovery and have validated significant improvement as a result of their action plan. Customers may begin to see improvements to availability of their Virtual Networks. The next update will be provided in 2 hours or as events warrant."<div><br></div><div>-k</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Mon, Oct 20, 2014 at 5:05 PM, Nate Finch <span dir="ltr"><<a href="mailto:nate.finch@canonical.com" target="_blank">nate.finch@canonical.com</a>></span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class=""><div dir="ltr">This is a pretty major problem.... it <i>seems</i> like it must be Azure's fault, but it would be good to get more information about it. If anyone cares to investigate, here's the bug:<div><br></div><div><a href="https://launchpad.net/bugs/1383310" target="_blank">https://launchpad.net/bugs/1383310</a><br></div><div><br></div></div>
<br></span><span class=""><font color="#888888">--<br>
Juju-dev mailing list<br>
<a href="mailto:Juju-dev@lists.ubuntu.com" target="_blank">Juju-dev@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/juju-dev" target="_blank">https://lists.ubuntu.com/mailman/listinfo/juju-dev</a><br>
<br></font></span></blockquote></div><br></div>
<br>--<br>
Juju-dev mailing list<br>
<a href="mailto:Juju-dev@lists.ubuntu.com">Juju-dev@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/juju-dev" target="_blank">https://lists.ubuntu.com/mailman/listinfo/juju-dev</a><br>
<br></blockquote></div><br></div></div></div></div></div>