Requirements:
- CloudBolt version 8.6 or newer
- Understand and keep a note of the valid job types. Valid job types are:
-
provision, decom, healthcheck, expire, servermodification, deploy_blueprint, install_pod, installapplications, uninstallapplications, syncvms, sync_svrs_from_pe, functionaltest, runautomations, runautomationactions, sync_users_from_ldap, run_flow, install_apps_with_connector, manage_nics, orchestration_hook, delete_snapshots
-
Configuration steps:
- Set an environment variable called CBJE_INCLUDE_JOB_TYPES to either a single job type or a comma-separated list of job types from the list of valid job types.
- Run the job engine
- On other job engines that you want to run all other job types, set the environment variable CBJE_EXCLUDE_JOB_TYPES to the same value as in step one.
- Run the job engine
Test Steps:
- Run jobs of several types to confirm that:
- they are all running properly
- the expected JE is running them
Warning: do not set both of those environment variables at the same time. The CB JE will respect both; so if you set them to the same value, the JE will run no jobs at all.
1 Comments