| 218 | Call 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 | |