~rogpeppe/juju-core/azure

[r=wallyworld] Add container support to force-machine

The deploy --force-machine option now supports containers,
either deploying to existing containers or creating new
ones on nominated machines.

Example syntax:

 juju deploy mysql --force-machine 23
 juju deploy mysql --force-machine 24/lxc/3
 juju deploy mysql --force-machine lxc:25

The last example creates a new lxc container on
machine 25.

The add-machine syntax has been tweaked to remove the
leading "/" from the container arg.

https://codereview.appspot.com/10777044/
Filename Latest Rev Last Changed Committer Comment Size
..
cleaner 1253.4.1 11 years ago Frank Mueller cleaner: implemented and integrated the cleaner Diff
deployer 765.4.1 12 years ago William Reade parallel Deployer implementation; replaces contain Diff
firewaller 295.2.1 12 years ago Frank Mueller worker: added firewaller with first integration of Diff
machiner 794.7.1 12 years ago William Reade add and use machiner Diff
provisioner 279.1.1 12 years ago Dave Cheney service/provisioner: new package Diff
resumer 1279.4.1 11 years ago Frank Mueller resumer: initial implementation Diff
uniter 325.2.3 12 years ago William Reade move relationer to uniter Diff
environ.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 1021 bytes Diff Download File
environ_test.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 1.9 KB Diff Download File
export_test.go 1390.2.4 11 years ago John Arbash Meinel Handle the fact that Workers want to call watcher. 445 bytes Diff Download File
notifyworker.go 1394.2.13 11 years ago Ian Booth Merge upstream 3.5 KB Diff Download File
notifyworker_test.go 1414.1.2 11 years ago Dimiter Naydenov Fixed client-side and workers 9.8 KB Diff Download File
runner.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 6.7 KB Diff Download File
runner_test.go 1408.1.1 11 years ago John Arbash Meinel Start changing the imports of the middle level fil 11.3 KB Diff Download File