1. 13 Feb, 2025 2 commits
    • Carlos Ramos Carreño's avatar
      Install Ansible with pip in Suse. · 46070a30
      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 nexedi/slapos.core!655
      46070a30
    • Carlos Ramos Carreño's avatar
      Install lsb-release when deploying SlapOS in SLE. · b9618530
      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"}
      ```
      
      As the package containing `lsb_release` is different on different Linux
      distros, this commit only attempts to install it in SLE 16 SP6, where
      it is called `lsb-release`.
      
      See merge request nexedi/slapos.core!655
      b9618530
  2. 06 Feb, 2025 3 commits
  3. 05 Feb, 2025 8 commits
  4. 28 Jan, 2025 1 commit
  5. 27 Jan, 2025 1 commit
  6. 24 Jan, 2025 2 commits
  7. 14 Jan, 2025 9 commits
  8. 13 Jan, 2025 2 commits
  9. 10 Jan, 2025 2 commits
  10. 09 Jan, 2025 2 commits
  11. 07 Jan, 2025 1 commit
  12. 03 Jan, 2025 1 commit
  13. 02 Jan, 2025 5 commits
  14. 30 Dec, 2024 1 commit
    • Romain Courteaud's avatar
      slapos_panel: improve node's usage informations · 992b1053
      Romain Courteaud authored
      - directly show the software_release and sofware_type informations
      - instance title is meaningless on this view, as admin want to get an understanding of which kind of software are instanciated
      - drop creation_date, image columns
      992b1053