Implement Model.add_machines() #51

Closed
tvansteenburgh opened this Issue Jan 31, 2017 · 0 comments

Comments

Projects
None yet
2 participants
Member

tvansteenburgh commented Jan 31, 2017

We have BundleHandler.addMachines() but that's not a public api. Maybe the logic can be relocated to Model.add_machines() and then BundleHandler.addMachines() can call that.

tvansteenburgh added a commit that referenced this issue Feb 21, 2017

Implement Model.add_machine()
Also Fixes a bug that was causing the 'to' parameter to
Model.deploy() to not be handled correctly.

Add docs and examples for adding machines and containers
and deploying charms to them.

Fixes #51.

@tvansteenburgh tvansteenburgh self-assigned this Feb 23, 2017

tvansteenburgh added a commit that referenced this issue Feb 24, 2017

Merge pull request #56 from juju#51
Implement Model.add_machine()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment