[#5] Add readme mention of zkhandler

This commit is contained in:
Joshua Boniface 2018-06-26 23:55:04 -04:00
parent 4d59b95035
commit 21a193f0bd
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ The daemon is the main piece of machinery. It consists of 4 main files - one ent
* `pvcd/NodeInstance.py` - A class definition for a hypervisor node object. * `pvcd/NodeInstance.py` - A class definition for a hypervisor node object.
* `pvcd/VMInstance.py` - A class definition for a virtual machine object. * `pvcd/VMInstance.py` - A class definition for a virtual machine object.
* `pvcd/ansiiprint.py` - A supplemental function to output log lines. * `pvcd/ansiiprint.py` - A supplemental function to output log lines.
* `pvcd/zkhandler.py` - A supplemental function set to read and write from Zookeeper consistently.
The following sections walk through the steps the daemon takes from startup through to running VMs. The following sections walk through the steps the daemon takes from startup through to running VMs.