lp:~wallyworld/gwacl/cloud-init-fix

Created by Ian Booth and last modified
Get this branch:
bzr branch lp:~wallyworld/gwacl/cloud-init-fix
Only Ian Booth can upload to this branch. If you are Ian Booth please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ian Booth
Project:
Go Windows Azure Client Library
Status:
Merged

Recent revisions

231. By Ian Booth

Reorder import

230. By Ian Booth

Reorder import

229. By Ian Booth

Fix base64 encoding of custom data

228. By Ian Booth

[r=wallyworld] [r=][bug=][author=wallyworld] The first fix for the request eof issue worked by setting
Close=true on the http request. This seemed to be not always
work so a different approach is used (same as for goose).
Set DisableKeepAlives=true on the http transport.

227. By Ian Booth

[r=wallyworld],[bug=1246320] [r=][bug=1246320][author=wallyworld] Azure now requires certain requests to the management api to have an updated version number in the header. Such changes are supposed to be backwards compatible but msft failed not to break existing applications. This branch includes the new api version. It also base64 encodes customdata sent with the request, as this also appears to have changed from underneath us.

With these changes, juju bootstrap now completes and the bootstrap instance spins up. Previously it would have errored part way through bootstrap. There still may be an issue with cloud-init completing properly but if this is the case, it appears to be a separate issue and I'd like to land this branch to allow others with Azure credentials to help debug.

226. By Ian Booth

[r=wallyworld] [r=][bug=][author=wallyworld] Ensure Close = true when sending http requests.

This is needed to avoid this bug in Go's http lib:
https://code.google.com/p/go/issues/detail?id=4677

225. By Jeroen T. Vermeulen

[r=][bug=][author=jtv] Update role sizes: new A5 machine type, and new prices.

224. By Ian Booth

[r=][bug=][author=wallyworld] GetAnonymousFileURL() was panicing if there was an issue. I changed it to return an error. This is because juju sometimes needs to try and find a URL of a file but it doesn't know if it exists or not. So by using error and not panic, juju can handle the situation accordingly.

223. By Gavin Panella

[r=jameinel][bug=][author=allenap] Make tests verbose again.

222. By Gavin Panella

[r=allenap] [r=jtv][bug=][author=allenap] Get all tests running.

The logging tests were not running, but there was no obvious
indication that there was a problem; the module was developed in the
top-level gwacl package, moved to a sub-package when it was complete,
but it was missing the hook function from testing into gocheck.

In any case, `make check` would not have run tests in any sub-package.
When -gocheck.v is passed into `go test` the package specification
appears to be ignored, and only tests in the current package are
exercised.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:gwacl
This branch contains Public information 
Everyone can see this information.

Subscribers