Skip to content
Snippets Groups Projects
  1. Nov 08, 2024
  2. Aug 05, 2024
  3. Jul 03, 2024
  4. Jun 06, 2024
  5. May 14, 2024
  6. Jan 22, 2024
  7. Dec 22, 2023
  8. Dec 21, 2023
  9. Dec 18, 2023
  10. Dec 06, 2023
  11. Nov 07, 2023
  12. May 26, 2023
  13. Mar 30, 2023
  14. Mar 29, 2023
  15. Dec 26, 2022
  16. Dec 20, 2022
  17. Dec 19, 2022
  18. Dec 01, 2022
  19. Oct 14, 2022
  20. Oct 10, 2022
    • Vincent Sellier's avatar
      azure: ignore user_data for hosts created by the legacy scripts · aea32110
      Vincent Sellier authored
      for example indexer-worker01 which has such configuration
      ```
      disk_setup:
        ephemeral0:
          table_type: gpt
          layout:
            - [100, 82]
          overwrite: true
      fs_setup:
        - device: ephemeral0.1
          filesystem: swap
      mounts:
        - ["ephemeral0.1", "none", "swap", "sw,nofail,x-systemd.requires=cloud-init.service", "0", "0"]
      cloud_config_modules:
        - [disk_setup, always]
        - [fs_setup, always]
      ```
      aea32110
  21. Jul 19, 2022
  22. Jul 18, 2022
  23. May 04, 2022
    • Vincent Sellier's avatar
      Increase size of the backup01 data disk · 1697be7f
      Vincent Sellier authored
      The attach create_option of the disk changed from "empty"
      to "attach" after the manual actions (unattach/reattach it).
      The only way I found to avoid an error is to ignore this field.
      Unfortunately, terraform doesn't not support ignoring a dynamic
      resource's field, so it has to be pointed directly with the index
      
      Related to T4222
      1697be7f
  24. Apr 14, 2022
Loading