The job server component of mProv
Project description
mProv Job Server
The mProv Job server is the work horse behind the scenes of the mPCC. The job server connects to the mPCC and will run jobs that are queued on the mPCC. The job server is also responsible for serving images created through the mPCC, as well as running scripts on the images and hosts when they come up.
Requirements
- MUST BE INSTALLED AS ROOT
- The mProv Job server requires python 3.8 and above.
Installation
The best way to install the job server is to run:
wget https://raw.githubusercontent.com/mprov-ng/mprov_jobserver/main/install_mprov_jobserver.sh -O - | bash
This will download and run the jobserver installation script from this repo.
Setup
You will need to create an API key in the mPCC for the job server. Once you have the api key, you will want to add that key to the jobserver.yaml
file. There should be an example in there already, it will not work. You must replace it. While you are in there, you will want to setup the mprovURL
entry to point to your mPCC instance. After that, you can enable/disable whatever jobmodules you want this job server to run by uncomment/commenting the lines that describe the jobmodules.
do not use localhost use IP or internal name
Arguments
Job server takes a few command line arguments. Global arguments are
- -r Runs the jobserver in 'runonce' mode. The job server will run any of the job modules listed once then exit.
- -d Tells the job server not to register with the mPCC. This is useful only when running the
script-runner
module to run post-boot or image-gen scripts.
Some plugins also use commandline arguments.
script-runner args
The script-runner
job module will take the following arguments:
- -i This is the id of the system image you are going to run scripts against. Mutually exclusive with -s
- -s The host name of the system you are running the scripts against.
- -b Runs scripts in post-boot mode.
- -r (Global Option) The script-runner must be run in
runonce
mode only. It is probably wise to also pass -d - -d (Global Option) The script-runner will not register as a job server with mPCC.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mprov_jobserver-0.0.49.tar.gz
.
File metadata
- Download URL: mprov_jobserver-0.0.49.tar.gz
- Upload date:
- Size: 44.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c43f254457a0fcccba22ad26932d82c134c6373173f45ae30d267b4beaea658 |
|
MD5 | 12a50cbbbdc24616af7bdb611fb3cdd6 |
|
BLAKE2b-256 | 4ceda4183b35178f2ac9cadaad99bee4f1c0637551feb54440be8e9754aaa674 |
Provenance
File details
Details for the file mprov_jobserver-0.0.49-py3-none-any.whl
.
File metadata
- Download URL: mprov_jobserver-0.0.49-py3-none-any.whl
- Upload date:
- Size: 59.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77254215579e8754a5355d99d3bfa431f003fa4476e542cd0b4efecc22406507 |
|
MD5 | 2d4a526b533280ce33118484950402e5 |
|
BLAKE2b-256 | fd41a26a6e9d44eb3820f525d96dff57f5e04af7ed82f01100fc6e9c2c5ed251 |