- 08 Mar, 2019 1 commit
-
-
Rafael Monnerat authored
-
- 06 Mar, 2019 1 commit
-
-
Alain Takoudjou authored
-
- 06 Feb, 2019 1 commit
-
-
Alain Takoudjou authored
-
- 05 Feb, 2019 1 commit
-
-
Alain Takoudjou authored
-
- 14 Jan, 2019 1 commit
-
-
Alain Takoudjou authored
-
- 02 Jan, 2019 1 commit
-
-
Thomas Gambier authored
tap_ipv6 option let you chose if you want IPv6 on the taps or not. Some customers may decide to have only IPv4 inside their VMs. We put only 1 address on the tap itself (e.g. 2001:67c:1254:e:89:69b0:ffff:ffff/128 instead of 2001:67c:1254:e:89:69b0:ffff:ffff/96) otherwise, when we assign the address 2001:67c:1254:e:89:69b0::/96 inside the VM, the address has "dadfailed" status (dad = "Duplicate Address Detection"). The problem appears only with address "0" (ending in ::) but not with others addresses. We had 2 solutions: * put only one address on the tap (the solution we choose) * forbid address "0" inside the VM The chosen solution has the advantage that the host machine won't answer the ping on behalf of the VM since the tap has only 1 address (its own). /cc @alain.takoudjou /reviewed-on !86
-
- 11 Dec, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 04 Dec, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 26 Nov, 2018 5 commits
-
-
Rafael Monnerat authored
Same as 1.4.12 but with a minor fix on the egg generation, after a rename of CHANGES.txt into CHANGES.rst
-
Rafael Monnerat authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Thomas Gambier authored
The bridge was never used anymore. For KVM software release, we are using tap with their own routes (packets are routes directly through the tap device).
-
- 28 Sep, 2018 1 commit
-
-
Julien Muchembled authored
-
- 20 Sep, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 04 Sep, 2018 1 commit
-
-
Jérome Perrin authored
-
- 03 Sep, 2018 1 commit
-
-
Jérome Perrin authored
-
- 31 Jul, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 26 Jun, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 09 Apr, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 04 Apr, 2018 2 commits
-
-
Kirill Smelkov authored
-
Jérome Perrin authored
Hiding such environment variable prevent easy access to the user owning the software or the user owning the instance. Some instances needs to have the actual username of the instance in their config files and some softwares needs access to the username of user building the software. This is - in theory - easy to do in zc.buildout thanks to https://collective.github.io/collective.recipe.grp/ , but the way slapos run buildout with some environment variables hidden made it not possible. Fixes [#20180402-716ACB](https://nexedi.erp5.net/bug_module/20180402-716ACB/) /reviewed-on !41
-
- 29 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 22 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 25 Jan, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 08 Nov, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 06 Oct, 2017 1 commit
-
-
Jérome Perrin authored
We only had a global "pidfile" configuration, but it's more conveniant to be able to configure different pidfile for each command (software, instance, report) The supported config file would look like: ``` [slapos] pidfile_software = /path/to/pid pidfile_instance = /path/to/pid pidfile_report = /path/to/pid ``` /reviewed-on !29
-
- 02 Oct, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 25 Sep, 2017 1 commit
-
-
Alain Takoudjou authored
-
- 26 Jun, 2017 1 commit
-
-
Rafael Monnerat authored
This version include initial plugin system and cgroups integration. We also included a significant change for provide the partitions network informations, which now don't require to come from slapos master anymore, so it is possible to make local extensions.
-
- 03 Nov, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 25 Oct, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 29 Sep, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 08 Dec, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 27 Oct, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 26 Oct, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 15 Oct, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 25 Sep, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 20 Mar, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 04 Feb, 2015 1 commit
-
-
Cédric de Saint Martin authored
-