| 277 | The {{{containerize.py}}} program is deciding how many virtual nodes to put on each physical machine. Because we have been using roughly the same number of nodes as the default packing target (10 nodes per machine) all the examples have fit on a single machine. If we change the packing factor, using the {{{--packing}}} parameter to {{{containerize.py}}} we can put fewer nodes on each machine. For example: |
| 278 | |
| 279 | |
| 280 | {{{ |
| 281 | users:~$ /share/containers/containerize.py --packing 2 DeterTest example1 ~/example1.tcl |
| 282 | Containerized experiment DeterTest/example1 successfully created! |
| 283 | Access it via http://www.isi.deterlab.net//showexp.php3?pid=DeterTest&eid=example1 |
| 284 | }}} |
| 285 | |
| 286 | Calls {{{containerize.py}}} on our [attachment:example1.tcl original topology] with a low packing factor. The result is the same nodes spread across more physical machines, as we can see from teh DETER web interface (visualization tab): |
| 287 | |