Initial commit of PVC Bootstrap system
Adds the PVC Bootstrap system, which allows the automated deployment of one or more PVC clusters.
This commit is contained in:
		
							
								
								
									
										16
									
								
								bootstrap-daemon/pvcbootstrapd.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								bootstrap-daemon/pvcbootstrapd.service
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| # Parallel Virtual Cluster Bootstrap API daemon unit file | ||||
|  | ||||
| [Unit] | ||||
| Description = Parallel Virtual Cluster Bootstrap API daemon | ||||
| After = network-online.target | ||||
|  | ||||
| [Service] | ||||
| Type = simple | ||||
| WorkingDirectory = /usr/share/pvc | ||||
| Environment = PYTHONUNBUFFERED=true | ||||
| Environment = PVC_CONFIG_FILE=/etc/pvc/pvcbootstrapd.yaml | ||||
| ExecStart = /usr/share/pvc/pvcbootstrapd.py | ||||
| Restart = on-failure | ||||
|  | ||||
| [Install] | ||||
| WantedBy = multi-user.target | ||||
		Reference in New Issue
	
	Block a user