Add network daemon to manage VXLAN VNIs on hypervisors
This commit is contained in:
15
network-daemon/pvcnd.service
Normal file
15
network-daemon/pvcnd.service
Normal 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
|
Reference in New Issue
Block a user