Changes between Version 8 and Version 9 of NeoContainers


Ignore:
Timestamp:
Jul 13, 2015 10:36:40 AM (9 years ago)
Author:
Geoff Lawler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NeoContainers

    v8 v9  
    5151}}}
    5252
    53 2. Use the NS file to create a containerized experiment using the existing containers scripts (on users): {{{/share/containers/containerize.py [group] [experiment] [ns file]}}}
    54 3. Modify the NS file generated by {{{containerize.py}}} to have a new image for the pnode machines. Navigate to the new experiment page and click {{{Modify Experiment}}}. Change the OS type of the pnodes to {{{PNODE_BASE}}} and the hardware type to {{{MicroCloud}}}. I.e. for each pnode in the NS file, make the lines have the form:
     533. Use the NS file to create a containerized experiment using the existing containers scripts (on users): {{{/share/containers/containerize.py [group] [experiment] [ns file]}}}
     544. Modify the NS file generated by {{{containerize.py}}} to have a new image for the pnode machines. Navigate to the new experiment page and click {{{Modify Experiment}}}. Change the OS type of the pnodes to {{{PNODE_BASE}}} and the hardware type to {{{MicroCloud}}}. I.e. for each pnode in the NS file, make the lines have the form:
    5555{{{
    5656    tb-set-node-os ${pnode(0000)} PNODE-BASE
     
    6161tb-set-node-startcmd $config "~/src/containers/bin/container_bootstrap.sh"
    6262}}}
    63 (Of course have it match the path to your copy of the containers repository.)
    64 4. Swap in the experiment and wait a long time. There is no great way to tell when the containers are up, unfortunately.
     63(Of course have it match the path to your copy of the containers repository.) See the experiment Deter/swtest3 for a working example.
     645. Swap in the experiment and wait a long time. There is no great way to tell when the containers are up, unfortunately.
    6565
    6666