Skip to content

Commit

Permalink
Presrcibe generated job route config locations
Browse files Browse the repository at this point in the history
HTCondor-CE is very prescriptive, making it easier to document
  • Loading branch information
brianhlin committed Jun 4, 2024
1 parent ceb90f9 commit 6f9ee8f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/v23/configuration/job-router-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,15 @@ transform syntax:

2. Convert the stored configuration by running the following:

condor_transform_ads -convert:file summary-file > converted-job-routes.conf
condor_transform_ads -convert:file summary-file > 90-converted-job-routes.conf

3. Place the `90-converted-job-routes.conf` from the previous command into the `/etc/condor-ce/config.d`.

!!! note "Potential need to rename generated config"
The files in `/etc/condor-ce/config.d` are read in lexicographical order.
So if you define your current job router configuration in `/etc/condor-ce/config.d` in a file that is read
later, e.g. `95-local.conf`, you will need to rename your generated config file, e.g. `96-generated-job-routes.conf`.

3. Place the `converted-job-routes.conf` from the previous command into the HTCondor-CE's configuration.
4. Tweak new job routes as needed. For assistance please reach out to [[email protected]](mailto:[email protected])
5. Set `JOB_ROUTER_USE_DEPRECATED_ROUTER_ENTRIES = False` (see [this documentation](https://htcondor.readthedocs.io/en/latest/admin-manual/configuration-macros.html#JOB_ROUTER_USE_DEPRECATED_ROUTER_ENTRIES)
in the HTCondor-CE's configuration.
Expand Down

0 comments on commit 6f9ee8f

Please sign in to comment.