Skip to content
Snippets Groups Projects
  1. Mar 07, 2024
  2. Jan 22, 2024
    • Krish Moodbidri's avatar
      Include mount commands in user_data_script for Terraform instance initialization · cea95dc0
      Krish Moodbidri authored
      This commit updates the user_data_script in the Terraform script to include mount commands for better initialization of the instance. The added mount commands ensure proper mounting of specified devices to relevant directories during the first boot of the instance. This adjustment addresses the requirement for mounting operations in the infrastructure setup.
      cea95dc0
  3. Nov 02, 2023
  4. Sep 11, 2023
  5. Aug 25, 2023
  6. Aug 24, 2023
  7. Aug 14, 2023
  8. Dec 11, 2019
    • John-Paul Robinson's avatar
      Fix provisioner race condition in null_resource · b65cbbeb
      John-Paul Robinson authored
      Collapse compute node and ood ops provisioners into a single
      null_resource to avoid a race condition when the ansible tasks
      run in parallel.  This lead to inconsistent deploys where
      the slurm configuration was not working after deploy.
      
      Putting the provisioners in a single resource ensures they run in
      series.  This comes at the cost of a loss of deploy flexibility.
      Now ood and compute nodes ops steps will always run on changes rather
      than selectively.  Since this feature wasn't fully functional, it's
      loss is not significant.
      b65cbbeb
  9. Oct 24, 2019
  10. Aug 14, 2019
  11. Aug 12, 2019
  12. Aug 06, 2019
  13. Aug 01, 2019
Loading