Skip to content
Snippets Groups Projects
  1. Aug 21, 2024
  2. Aug 20, 2024
  3. Aug 15, 2024
  4. Aug 14, 2024
  5. Aug 02, 2024
  6. Jul 30, 2024
  7. Jul 26, 2024
  8. Jul 25, 2024
  9. May 22, 2024
  10. Jun 30, 2023
  11. Dec 03, 2022
  12. Dec 02, 2022
  13. Aug 29, 2022
    • John-Paul Robinson's avatar
      Update policy action to yes to trigger proper script calling · d7c9d7e3
      John-Paul Robinson authored
      The external script will be called with TEST parameter if the
      policy is executed in test or prepare mode.
      It will only get the LIST files to concat the ouput when the policy
      is fully executed.
      d7c9d7e3
    • John-Paul Robinson's avatar
      Create a base implementation of parsable files · 741ae650
      John-Paul Robinson authored
      The policy file has both a LIST generation rule and a EXTERNAL LIST
      consumer rule.  It uses the ESCAPE term to URL encode the ouput
      generated by the LIST.
      The external target script simply concats LIST files sent to it.
      The mmapplypolicy command adds an additonal variable JOBID to
      allow that to be passed as an OPT to the external script.
      This let's us distinguish the ouput of one job from the next.
      741ae650
    • John-Paul Robinson's avatar
      Fix ambigous policy output renaming · c59e637d
      John-Paul Robinson authored
      The mmpolicyapply list output file naming is not well documented.
      Add job-specific subdir for global and scratch paths to isolate
      expected files from a job.
      Rename final tagged result and move it to the provided global
      output dir and clean up the temporary dir after file completes.
      Include potential for no output if there are zero matches.
      c59e637d
Loading