Changes between Version 14 and Version 15 of ReferenceGuide


Ignore:
Timestamp:
Aug 28, 2013 6:23:50 PM (11 years ago)
Author:
Ted Faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceGuide

    v14 v15  
    5656 {{{--openvz-template}}}::
    5757   Set the default openvz template.  Templates are described in the [UsersGuide#SettingOpenvzParameters users guide].
     58 {{{--openvz-template-dir}}}::
     59   Add a directory to be searched for openvz templates.  Templates must end in tar.gz and be accessible to the user at creation and swap time.  They can only be located under the /proj or /share directories.
    5860 {{{--image}}}::
    5961   Construct a visualization of the virtual topology and leave it in the experiment directories (default)
     
    256258    A list of the containers that are networked with VDE switches.  Default: {{{qemu,process}}}
    257259  openvz_template_dir::
    258     The directory that stores openvz template files.  Default:  {{{%(exec_root)s/images/}}} (that is the {{{images}}} directory in the {{{exec_root}}} directory defined in the site config file.
     260    The directory that stores openvz template files.  Default:  {{{%(exec_root)s/images/}}} (that is the {{{images}}} directory in the {{{exec_root}}} directory defined in the site config file.  This can be a comma-separated list that will be searched in order, after any template directories given on the command line.
     261  node_log::
     262    The name of the file on experiment nodes used to log containers creation.  Default is {{{/tmp/containers.log}}}
     263  topdl_converter::
     264    The program used to convert ns2 descriptions to topdl.  The default is {{{fedd_ns2topdl.py --file}}} but any program that takes a single ns2 file as a parameter and prints the topdl to standard output is viable.  On DETER installations {{{/usr/testbed/lib/ns2ir/parse.tcl -t -x 3 -m dummy dummy dummy dummy}}} can be used to decouple containers from needing a running fedd.
    259265
    260266== Container Notes ==