lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

  1. 14 Mar, 2025 1 commit
  2. 12 Mar, 2025 5 commits
    • Thomas Gambier's avatar
      Changes for supporting the deployment of SlapOS in SLE. · 3ef0835c
      Thomas Gambier authored
      See merge request !655
      3ef0835c
    • Carlos Ramos Carreño's avatar
      Add official support for Suse SLE · c861e533
      Carlos Ramos Carreño authored
      Suse SLE is now officially supported and does no longer require
      `FORCE=true`.
      
      See merge request !655
      c861e533
    • Carlos Ramos Carreño's avatar
      Switch some commands to more widely available ones · 42a44f6b
      Carlos Ramos Carreño authored
      The commands `wget` and `awk` are not present in the official Docker
      base image for SLE 15 SP6 (registry.suse.com/bci/bci-base:15.6).
      Although I guess that the lack of the latter means that this image is
      not properly POSIX-compliant, I think the easiest solution is to use
      `curl` and `sed` instead, which are available.
      
      See merge request !655
      42a44f6b
    • Carlos Ramos Carreño's avatar
      Install Ansible with pip in Suse · 59bf9cd3
      Carlos Ramos Carreño authored
      Suse SLE 15 SP6 has no official ansible package.
      Instead, we use the official Ansible installation method, by installing
      it using pip.
      
      See merge request !655
      59bf9cd3
    • Carlos Ramos Carreño's avatar
      Install lsb_release unconditionally · 5653ec25
      Carlos Ramos Carreño authored
      The `lsb_release` command is required in order to run the playbook,
      because it uses `ansible_lsb`.
      Otherwise, the following error is raised:
      
      ```
      fatal: [127.0.0.1]: FAILED! => {"msg": "The conditional check '(ansible_distribution == \"Ubuntu\" and ansible_distribution_version == \"20.04\") or (ansible_lsb.codename == \"kylin\" and ansible_lsb.major_release == \"v10\")' failed. The error was: error while evaluating conditional ((ansible_distribution == \"Ubuntu\" and ansible_distribution_version == \"20.04\") or (ansible_lsb.codename == \"kylin\" and ansible_lsb.major_release == \"v10\")): 'dict object' has no attribute 'codename'. 'dict object' has no attribute 'codename'\n\nThe error appears to be in '/tmp/tmpplaybook_unstableslapos.27149/roles/repository/tasks/main.yml': line 91, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n  - name: Install Ubuntu 20.04 repository key\n    ^ here\n"}
      ```
      
      See merge request !655
      5653ec25
  3. 07 Mar, 2025 2 commits
  4. 25 Feb, 2025 13 commits
  5. 21 Feb, 2025 4 commits
  6. 20 Feb, 2025 2 commits
  7. 19 Feb, 2025 1 commit
  8. 18 Feb, 2025 4 commits
  9. 17 Feb, 2025 1 commit
  10. 14 Feb, 2025 5 commits
  11. 06 Feb, 2025 2 commits