Changes between Version 10 and Version 11 of ContainerFilesDoc


Ignore:
Timestamp:
Feb 17, 2015 11:22:44 AM (9 years ago)
Author:
Geoff Lawler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContainerFilesDoc

    v10 v11  
    216216== /share/containers/ Files ==
    217217
     218Call tree for run time containers:
     219
     220* setup/hv/bootstrap
     221  * setup/hv/bootstrap_qemu (don't know why this is called.)
     222  * setup/hv/hv
     223    * setup/hv/substrate_ip
     224    * setup/hv/if_mapping
     225    * per experiment setup scripts described by /var/containers/config/children/hv:hv:[hostname] (always pnode hv setup?)
     226      * example: /var/containers/config/children/hv:hv:pnode-0000 ends up calling
     227        * setup/hv/qemu (when there are qemu nodes)
     228          * setup/qemu/*.py scripts
     229            * 19_net_config_files.py, 20_vnc_display.py, 30_accounts_to_yaml.py, 35_yaml_to_passwd.py, 40_file_systems.py, etc...
     230      * (example tree: hv:hv:pnode-0000 --> hv:qemu:pnode-0000 --> node:{a,f,g,c} (which are empty/tree leaves))
     231    * launch/hv/hv
     232      * launch/embedded_pnode/hv (on embedded pnode only)
     233      * launch/hv/[CHILD]/hv, where [CHILD]
     234   
    218235Documentation for select files from the containers repo is below.
    219236