- 23 May, 2022 8 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
There is no real control over port chosen by push/pull.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
There is no reason to keep python2 compatibility, as python3 flavour of the KVM software release is good enough.
-
Łukasz Nowak authored
Thanks to recent increased test coverage python3 compatibility issue was spotted, and can be fixed.
-
Łukasz Nowak authored
That's nothing wrong with such small disk, and the default seems reasonable enough.
-
Łukasz Nowak authored
external-disk-* parameters are fully tested, including it's special features like keeping the image available even in case of dropping them from request parameters.
-
- 20 May, 2022 1 commit
-
-
Thomas Gambier authored
See merge request nexedi/slapos!1173
-
- 19 May, 2022 4 commits
-
-
Julien Muchembled authored
See commit 37cf8a50.
-
HongzheWang authored
-
HongzheWang authored
-
HongzheWang authored
-
- 18 May, 2022 1 commit
-
-
Łukasz Nowak authored
Since nexedi/slapos.core@a8917a3c and slapos.core https://lab.nexedi.com/nexedi/slapos.core/tags/1.7.4 the tap_ipv4_addr value is empty by default on the servers, especially test nodes. To not rely on what is provided on the test environment simply mock the configuration of the machine so that the test is able to prove profile functionality.
-
- 17 May, 2022 2 commits
-
-
Łukasz Nowak authored
The test does not require to download some enormous images, so provide small empty qcow2 images, good enough to start the VM.
-
Łukasz Nowak authored
The problem has been introduced in 5da9c082 "kvm: Improve boot image url handling". Note the internal usage of md5sum value as image name in the download config creator.
-
- 13 May, 2022 5 commits
-
-
Thomas Gambier authored
pim-dm is a python3 only egg and re6st is a python2 only egg. Deploy pim-dm egg inside a totally separated buildout in python3. See merge request nexedi/slapos!1161
-
Thomas Gambier authored
-
Jérome Perrin authored
-
Boxiang Sun authored
See merge request nexedi/slapos!1170
-
Jérome Perrin authored
-
- 12 May, 2022 6 commits
-
-
Boxiang Sun authored
Now the nat-rule-port always has the protocol name, see here: https://lab.nexedi.com/nexedi/slapos/blob/9a886c4b0c6dd229564292eaa0ef2604fa857aea/software/kvm/instance-kvm.cfg.jinja2#L843
-
Boxiang Sun authored
See merge request nexedi/slapos!1166
-
Jérome Perrin authored
fixes CVE-2021-33503
-
Jérome Perrin authored
fixes PVE-2022-47833
-
Boxiang Sun authored
-
Kirill Smelkov authored
@tomo reports that parts/golang1.17/pkg/obj/go-build takes ~ 1GB which makes it wasteful if we want to upload result of compilation to shacache. It turns out we can drop that particular build cache completely, because it is used only during the build and test of Go itself and its standard library. And when Go is installed it will be another - "user" build cache - that will be used to maintain and reuse build artifacts. For the reference: in SlapOS that latter "user" build cache is located inside go.work/ -> Purge internal build cache after compilation is over. Size of parts/golang1.17 before and after hereby patch: before: 1.6G after: 447M See also related discussion in !929 (comment 128379) /reviewed-by @tomo, @jerome /reviewed-on !1169
-
- 11 May, 2022 2 commits
-
-
Xavier Thompson authored
-
Julien Muchembled authored
-
- 10 May, 2022 1 commit
-
-
Alain Takoudjou authored
New revision include a fix for waitdatabases which cause repman test instability.
-
- 09 May, 2022 10 commits
-
-
Alain Takoudjou authored
-
Jérome Perrin authored
See merge request nexedi/slapos!1163
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Mostly to address the warning in the test that the request parameters do not comply with schema.
-
Jérome Perrin authored
software/{gitlab,nextcloud}: update options to new redis recipe
-
Jérome Perrin authored
This changes software/nextcloud to be python3 and software/matomo no longer need to explicitly use python3 anymore.
-
Jérome Perrin authored
-
Thomas Gambier authored
This is a fixup of 9a886c4b
-
Jérome Perrin authored
This way we don't need to vendor python-redis (so we don't need to update it for python3 support). This also change the options in a backward incompatible way: - options are now kebab case ( server_bin -> server-bin ) - a new cli-bin option holding the full path to redis-cli command is required to enable promise
-