mprov-ng / mprov_jobserver

The heart and soul of mProv. The mprov jobserver is the background work horse that handles all the heavy lifting.
Apache License 2.0
2 stars 1 forks source link

Yaml Updated what next #68

Closed biondogs closed 10 months ago

biondogs commented 1 year ago

Tell users to start mprov_jobserver

systemctl enable --now mprov_jobserver

biondogs commented 1 year ago

Also let them know they need to uncomment a few job modules in the yml. specifically for the first jobserver jobmodules:

set the jobmodules you want to run here.

  # - repo-delete
  - repo-update
  - image-update # REQUIRES mprov-webserver
  - mprov-webserver
  - image-delete
  # - image-sync # REQUIRES mprov-webserver
  - dnsmasq
  # - script-runner

  - repo-update
  - image-update # REQUIRES mprov-webserver
  - mprov-webserver
  - image-delete
  - dnsmasq

If there is a pending repo update job, no image update job can happen until that finishes.