Skip to content
Snippets Groups Projects
  1. Nov 17, 2023
  2. Nov 16, 2023
    • Krish Moodbidri's avatar
      268618ee
    • Krish Moodbidri's avatar
      Detach and Remove Staging Volumes · fe8da389
      Krish Moodbidri authored
      This commit optimizes the process of detaching and removing staging volumes from the staging instance. It replaces the previous approach of using a single staging volume with a new approach that involves two distinct volumes. 
      fe8da389
    • Krish Moodbidri's avatar
      Refactor OpenStack script to handle multiple attached volumes · 69294b12
      Krish Moodbidri authored
      The original code assumed only one volume is attached to the specified OpenStack instance. This commit modifies the script to correctly handle scenarios where multiple volumes are attached. The updated code uses an array to store all attached volumes, iterates over the array, and performs actions for each volume. This enhances the script's flexibility and ensures accurate detachment messages for all attached volumes.
      
      Changes:
      - Modified the extraction of the instance ID to handle potential changes in the output structure.
      - Implemented an array to store all attached volumes.
      - Added a loop to iterate over the array and print detachment messages for each volume.
      69294b12
  3. Nov 08, 2023
  4. Nov 03, 2023
  5. Nov 02, 2023
  6. Sep 22, 2023
  7. Sep 11, 2023
  8. Sep 08, 2023
  9. Sep 07, 2023
  10. Aug 28, 2023
  11. Aug 27, 2023
  12. Aug 25, 2023
  13. Aug 24, 2023
Loading