- 12 Apr, 2024 18 commits
-
-
Kirill Smelkov authored
software/ors-amarisoft: Workaround SlapOS Master inability to handle shared instances of multiple types While upcoming SlapOS Master should be able to handle multiple types of shared instances attached to the same main instance, current SlapOS Master UI does not handle it well, and explicitly rejected to do so with nexedi/slapos@dae3ad01 , which turned json-schemas check failing for ors-amarisoft as FAIL: test_ors-amarisoft_software_cfg_json (slapos.test.test_json_schema.TestJSONSchemaValidation) ---------------------------------------------------------------------- Traceback (most recent call last): File ".../slapos/slapos/test/test_json_schema.py", line 81, in run assert _software_type_tuple not in _viewed_software_type, \ AssertionError: Duplicated software release on enb, shared: True -> Work it around by adjusting software.cfg.json to use only one type of shared instance for each main instance, and inside schema of that type dispatch to all needed subtypes with oneOf. This patch should be reverted when/if SlapOS Master starts to handle shared instances of multiple types well. /cc @tomo, @jhuge, @lu.xu, @xavier_thompson, @Daetalus, @romain, @rafael, @jerome
-
Julien Muchembled authored
See commit 77eabe12. BTW, the mentionned 3ff25131d56c7f66066b70191ac828a666600e92 commit was part of nexedi/slapos!1559.
-
Léo-Paul Géneau authored
See merge request nexedi/slapos!1549
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
* Separate root and subscriber from drone SRs to avoid compilation of unnecessary dependencies * display logs in debug mode
-
Léo-Paul Géneau authored
Rename subinstances to avoid conflict. Once a subinstance is allocated on a computer, changing `sla-computer_guid` does not move the subinstance. Therefore an instance name containing the computer's guid is necessary.
-
Léo-Paul Géneau authored
Fix logs printed out of the logging area
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Process all available logs to avoid delay in log printing.
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Indicate the time of the last received message in format hh:mm:ss .
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Set c-astral SR in its own file and leave the autopilot used blank in software-base.cfg
-
Léo-Paul Géneau authored
Set publishing interval to 200 ms so radio network is not overflown
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Allow subscribers' network interface to be different from the drones' one
-
Léo-Paul Géneau authored
-
- 11 Apr, 2024 4 commits
-
-
Lu Xu authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
* use the default RSA key length, instead of hardcoding 1024 (too weak) or 2048 (same as the current default). * use SHA256 in certificates.
-
- 10 Apr, 2024 2 commits
-
-
Ivan Tyagov authored
See merge request nexedi/slapos!1559
-
Ivan Tyagov authored
This reverts commit 3ff25131d56c7f66066b70191ac828a666600e92.
-
- 09 Apr, 2024 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
by default on riscv architecture, the libffi.so will be placed in lib/lp64d but everywhere else in buildout (and especially for the compilation of python3) we expect the lib to be in lib/ directory.
-
- 08 Apr, 2024 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 07 Apr, 2024 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 05 Apr, 2024 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
SlapOS.Eggs.UnitTest-Master.Python2 also installs old scipy so it needs old gcc
-
- 04 Apr, 2024 2 commits
-
-
Łukasz Nowak authored
-
Thomas Gambier authored
See merge request nexedi/slapos!1557
-
- 03 Apr, 2024 5 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
Also remove old unused gcc version
-
Thomas Gambier authored
unfortunately, there is no official release anymore so use a commit from master.
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 28 Mar, 2024 1 commit
-
-
Rafael Monnerat authored
This reverts commit 3d63cd39.
-