Juju Deploy - How to specify the target nodes for bundle installation

Is there a way to specify the target nodes in MAAS cloud for OpenStack bundle deployment? Tried both ‘-to’ as well as ’ --map-machines ’ options without success.

In your file bundle.yaml :


machines: “1”: constraints: tags=compute-node0 “2”: constraints: tags=compute-node1 “3”: constraints: tags=compute-node3


tags=name for your node in your MAAS cloud.

Thank you. Will try.