Newer
Older
Architecture
============
Start up proccess
-----------------
* First parse command line options and configuration file
* Switch to a daemon context
* Instanciate and launch a :class:`ccnode.node.MainLoop`
Organisation of modules/packages
--------------------------------
.. tree ../../ccnode | grep -v \.pyc | grep -v \\.\\.
.. code-block:: text
|-- config.py
|-- exc.py
|-- host
| |-- __init__.py
| |-- tags.py
|-- hypervisor
| |-- domains
| | |-- __init__.py
| | |-- vm_tags.py