- 10 Jan, 2025 2 commits
-
-
Xavier Thompson authored
Introduce alternative names for input parameters to enable ``` [slap-configuration] <= slap-connection recipe = slapos.cookbook:slapconfiguration ``` instead of ``` [slap-configuration] recipe = slapos.cookbook:slapconfiguration computer = ${slap-connection:computer-id} partition = ${slap-connection:partition-id} url = ${slap-connection:server-url} key = ${slap-connection:key-file} cert = ${slap-connection:cert-file} ```
-
Thomas Gambier authored
This follows the new notation of slapos master.
-
- 08 Jan, 2025 2 commits
-
-
Levin Zimmermann authored
golang tests fail because of https://github.com/golang/go/issues/71077. This patch backports https://github.com/golang/go/commit/d1d93129506c78cc8ee25644384286822d93c81a. go1.22 and go1.23 include this fix already [1]. [1] https://go-review.googlesource.com/c/go/+/640315 /reported-by @romain /reviewed-by @jerome @kirr @tomo /reviewed-on !1713
-
Levin Zimmermann authored
This reduces maintenance work. go1.4 and go1.17 are used for bootstrapping. go1.15 is used for gitlab. /reviewed-by @jerome @kirr @tomo /reviewed-on !1713
-
- 07 Jan, 2025 1 commit
-
-
Ivan Tyagov authored
-
- 03 Jan, 2025 3 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Allows defining a domain name pointing at caucase's IP, and a custom port pointing at whatever port caucase is being made available on to all services and users. This makes it possible to change caucased's IP address without having to reissue all certificates when certificate-validating library given a caucased-issued certificate tries to access the CRL distriution point. software/caucase still pusblishes the plain IP & port allocated by slapos.
-
Vincent Pelletier authored
-
- 02 Jan, 2025 6 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
WIP: Host header is not sanitised by haproxy: curl -vk --header 'Host: 10.0.11.117:2150/unit_test_0/VirtualHostRoot/vh_unit_test_0/?' https://10.0.11.117:2150/unit_test_0/vincent/ Instead, use the requests' Host header. This allows accessing the balancer under any name, including ones not expected by the backend.
-
Vincent Pelletier authored
XXX: should actually factorise code. XXX: test
-
Vincent Pelletier authored
This is more representative of how this is supposed to be used.
-
Vincent Pelletier authored
So that this external interface keeps working, allowing automated log extraction to keep working.
-
- 24 Dec, 2024 1 commit
-
-
Thomas Gambier authored
Also upgrade slapos.toolbox to have better promises. See merge request !1711
-
- 19 Dec, 2024 1 commit
-
-
Joanne Hugé authored
Previous version was not uploaded properly to shacache
-
- 18 Dec, 2024 1 commit
-
-
Thomas Gambier authored
-
- 17 Dec, 2024 1 commit
-
-
Xavier Thompson authored
Version up zc.buildout 3.0.1+slapos008 Version up zc.recipe.egg 2.0.8.dev0+slapos008 See merge request !1709
-
- 16 Dec, 2024 3 commits
-
-
Joanne Hugé authored
-
Thomas Gambier authored
-
Alain Takoudjou authored
See merge request !1707
-
- 12 Dec, 2024 1 commit
-
-
Alain Takoudjou authored
We need also to start gitaly service before start gitlab restoration.
-
- 11 Dec, 2024 12 commits
-
-
Joanne Hugé authored
They are already in slapos stack
-
Joanne Hugé authored
- add power_on parameter - fix amarisoft_version parameter in ue - fix com address in UE configuration - add nginx for the websocket
-
Joanne Hugé authored
During tests a hostname and port is provided instead of an URL, so hostname needs to be retrieved
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
Update gNB configuration to match 2024 Amarisoft
-
Joanne Hugé authored
-
Joanne Hugé authored
-
- 10 Dec, 2024 5 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
User is still allowed to input a hidden parameter to change the version
-
Joanne Hugé authored
-
- 08 Dec, 2024 1 commit
-
-
Jérome Perrin authored
-