Skip to content
  1. Jan 07, 2021
  2. Dec 30, 2020
  3. Dec 26, 2020
  4. Dec 23, 2020
    • Cristian Klein's avatar
      Fix terraform0.13 errors (#7077) · fd3ebc13
      Cristian Klein authored
      * [terraform/aws] Fix Terraform >=0.13 warnings
      
      Terraform >=0.13 gives the following warning:
      
      ```
      Warning: Interpolation-only expressions are deprecated
      ```
      
      The fix was tested as follows:
      ```
      rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate
      rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate
      rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate
      ```
      which gave no errors nor warnings.
      
      * [terraform/openstack] Fixes for Terraform >=0.13
      
      Terraform >=0.13 gives the following error:
      ```
      Error: Failed to install providers
      Could not find required providers, but found possible alternatives:
        hashicorp/openstack -> terraform-provider-openstack/openstack
      ```
      
      This patch fixes these errors.
      
      This fix was tested as follows:
      ```
      rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate
      rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate
      rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate
      ```
      which gave no errors nor warnings for Terraform 0.13.5 and Terraform
      0.14.3. Unfortunately, 0.12.x gives a harmless warning, but
      with 0.14.3 out the door, I guess we need to move on.
      
      * [terraform/packet] Fixes for Terraform >=0.13
      
      This fix was tested as follows:
      ```
      export PACKET_AUTH_TOKEN=blah-blah
      rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate
      rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate
      rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate
      ```
      
      Errors are gone, but warnings still remain. It is impossible to please
      all three versions of Terraform.
      
      * Add tests for Terraform >=0.13
      fd3ebc13
    • Kenichi Omichi's avatar
      Improve markdownlint for contrib/network-storage (#7079) · 5b5726bd
      Kenichi Omichi authored
      This fixes markdownlint failures under contrib/network-storage and
      contrib/vault.
      5b5726bd
  5. Dec 22, 2020
    • Kenichi Omichi's avatar
      Improve markdownlint coverage (#7075) · 1347bb2e
      Kenichi Omichi authored
      Now markdownlint covers ./README.md and md files under ./docs only.
      However we have a lot of md files under different directories also.
      This enables markdownlint for other md files also.
      1347bb2e
  6. Dec 17, 2020
    • Kenichi Omichi's avatar
      Exclude .git/ from shellcheck (#7048) · 43dbff93
      Kenichi Omichi authored
      If a branch name contains '.sh', current shellcheck checks the branch
      file under .git/ and outputs error because the format is not shell
      script one.
      This makes shellcheck exclude files under .git/ to avoid this issue.
      43dbff93
  7. Nov 30, 2020
  8. Sep 30, 2020
  9. Sep 24, 2020
  10. Sep 18, 2020
  11. Sep 17, 2020
  12. Jul 31, 2020
  13. Jul 30, 2020
  14. Jul 28, 2020
  15. Jul 17, 2020
  16. Jul 13, 2020
  17. Jul 06, 2020
  18. Jun 29, 2020
  19. Jun 18, 2020
  20. Jun 17, 2020
  21. Jun 06, 2020
  22. Jun 04, 2020
  23. Jun 03, 2020
  24. May 28, 2020
  25. May 27, 2020
  26. May 25, 2020
  27. May 10, 2020
  28. May 08, 2020
  29. May 05, 2020
  30. May 03, 2020
  31. Apr 29, 2020
  32. Apr 24, 2020
    • Sergey's avatar
      add strategy mitogen_linear when installed mitogen (#5985) · 69603aed
      Sergey authored
      * add strategy mitogen_linear when installed mitogen
      
      * add small docs
      
      Rename playbook file
      
      The raw action executes as a regular Mitogen connection, which requires Python on the target, so add strategy: linear to bootstrap-os role playbook.
      
      * add mitogen to  CI test
      fix typo
      
      * enable mitogen test on deploy-part1 tests
      change version from master to release
      download tar.gz archive
      
      * run all CI tests with mitogen
      
      * disable mitogen with upgrade CI tests
      
      * enable mitogen on CI tests via env vars
      
      * disable mitogen on CI test by default, enable on some different OS
      
      * disable mitogen CI test on centos8
      (get error  /usr/bin/python: No such file or directory)
      69603aed
    • Maxime Guyot's avatar
  33. Apr 23, 2020
  34. Apr 22, 2020
  35. Apr 19, 2020
  36. Apr 18, 2020
Loading