Mentions légales du service

Skip to content
Snippets Groups Projects
  1. Apr 09, 2025
  2. Aug 27, 2024
  3. Jul 11, 2024
  4. Jun 07, 2024
  5. Jun 05, 2024
  6. Jan 15, 2024
  7. Dec 20, 2023
  8. Dec 13, 2023
  9. Dec 05, 2023
  10. Jun 15, 2023
    • Pierre Neyron's avatar
      [vagrant] do not set the serial console in miniOS, so that the interactive... · 9e4dc03c
      Pierre Neyron authored
      [vagrant] do not set the serial console in miniOS, so that the interactive console goes to the vagrant screen
      
      Useful for instance if enabling an initramfs breakpoint (e.g. add
      `break=premount` in the kernel cmdline)
      
      Another option is to enable kaconsole in the vagrant env, e.g. by
      configuring nodes to expose the virtual serial ports on TCP ports
      (supported by virtualbox) than configuring the cluster to use them with
      netcat.
      9e4dc03c
    • Pierre Neyron's avatar
      Set the kadeploy VM mem to 4G, to fix pb with the mysql2 gem installation · b98363cf
      Pierre Neyron authored
      Reported error:
          kadeploy: + gem install --conservative --no-ri --no-rdoc mysql2
          kadeploy: Building native extensions. This could take a while...
          kadeploy: ERROR:  Error installing mysql2:
          kadeploy:     ERROR: Failed to build gem native extension.
          kadeploy:
      kadeploy:     current directory:
      /var/lib/gems/2.5.0/gems/mysql2-0.5.5/ext/mysql2
      kadeploy: /usr/bin/ruby2.5 -r ./siteconf20230615-12767-qbk791.rb
      extconf.rb
      kadeploy: Cannot allocate memory - /usr/bin/ruby2.5 -r
      ./siteconf20230615-12767-qbk791.rb extconf.rb 2>&1
          kadeploy:
      kadeploy: Gem files will remain installed in
      /var/lib/gems/2.5.0/gems/mysql2-0.5.5 for inspection.
      kadeploy: Results logged to
      /var/lib/gems/2.5.0/extensions/x86_64-linux/2.5.0/mysql2-0.5.5/gem_make.out
      The SSH command responded with a non-zero exit status. Vagrant
      assumes that this means the command failed. The output for this command
      should be in the log above. Please read the output to determine what
      went wrong.
      b98363cf
  11. Nov 21, 2022
  12. May 18, 2022
  13. May 17, 2022
  14. May 16, 2022
  15. May 12, 2022
  16. May 03, 2022
  17. May 02, 2022
  18. Apr 21, 2022
  19. Apr 20, 2022
  20. Apr 19, 2022
  21. Apr 12, 2022
  22. Mar 16, 2022
  23. Mar 08, 2022
  24. Feb 16, 2022
    • Alexandre MERLIN's avatar
      rename deploymentEnv in deploymentMiniOS · e783f40e
      Alexandre MERLIN authored
      Some configuration changed must be made with this version:
      - in kadeploy server conf: test_deploy_env  -> test_deployment_mini_os
      - in cluster congiguration: step called SetDeploymentEnv are now called SetDeploymentMiniOS
      Using kareboot using the old way (-r deploy_env) is still supported
      e783f40e
  25. Jan 24, 2022
  26. Jan 20, 2022
  27. Jan 10, 2022
Loading