Add network daemon to manage VXLAN VNIs on hypervisors

This commit is contained in:
2018-09-14 12:07:41 -04:00
parent 10d32e636c
commit c3d37701e7
10 changed files with 398 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Parallel Virtual Cluster network daemon unit file
[Unit]
Description = Parallel Virtual Cluster network daemon
After = network-online.target libvirtd.service zookeeper.service
[Service]
Type = simple
WorkingDirectory = /usr/share/pvc
Environment = PYTHONUNBUFFERED=true
Environment = PVCVD_CONFIG_FILE=/etc/pvc/pvcnd.conf
ExecStart = /usr/share/pvc/pvcnd.py
Restart = on-failure
[Install]
WantedBy = multi-user.target