- 13 May, 2022 1 commit
-
-
Thomas Gambier authored
-
- 07 May, 2022 2 commits
-
-
Julien Muchembled authored
For CentOS_8 & CentOS_8_Stream, I give up: - nothing provides python, python2, python3 or /usr/bin/python (actually, there's a python2 package on CentOS_8_Stream, but only to ship a /usr/bin/python2 that tells the user not to use Python 2... wtf ?) - by default, there exists /usr/libexec/platform-python and it's functional but the build of openssl requires any of python{,2,3} in PATH, which means that a probable solution is to: - conditionally depend on 'python' only `%if 0%{?centos_ver} != 8` - change Makefile.in to add a symlink to /usr/libexec/platform-python in a temporary directory that we add to $PATH during the build - ... but it's probably fine to use packages for CentOS_7
-
Julien Muchembled authored
-
- 05 May, 2022 1 commit
-
-
Thomas Gambier authored
-
- 03 May, 2022 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
- Make it compatible with Python 3. - Install setuptools in a way that's compatible with slapos.rebootstrap (otherwise, rebootstrapping fails because signature dependency to setuptools changes).
-
- 22 Apr, 2022 1 commit
-
-
Thomas Gambier authored
-
- 13 Apr, 2022 1 commit
-
-
Lu Xu authored
-
- 15 Mar, 2022 3 commits
-
-
Thomas Gambier authored
playbook: imt-vm-bootstrap playbook will be called only until success, then it is never called again
-
Thomas Gambier authored
This reverts commit 910d2148. Actually, we will simply stop executing the playbook totally after it is well configured.
-
Thomas Gambier authored
-
- 09 Mar, 2022 1 commit
-
-
Joanne Hugé authored
-
- 04 Mar, 2022 1 commit
-
-
Thomas Gambier authored
-
- 24 Feb, 2022 1 commit
-
-
Lu Xu authored
-
- 16 Feb, 2022 1 commit
-
-
Łukasz Nowak authored
This reverts commit dd750800.
-
- 11 Feb, 2022 1 commit
-
-
Julien Muchembled authored
-
- 07 Feb, 2022 2 commits
-
-
Levin Zimmermann authored
Previously it only worked with Debian 10. This commit reflects the removal of the apt package 'python-pip' in Debian 11 and the change of the i2c bus number.
-
Levin Zimmermann authored
There were still two issues which are solved with this commit: 1. Previously the firewall prevented the installation of Fluentd (because no connection via http/https was possible). 2. Previously the sensor couldn't send data to the IoT gateway ( the opened port wasn't sufficient).
-
- 11 Jan, 2022 22 commits
-
-
Levin Zimmermann authored
When importing the slapos playbook after running re6stnet-install role, the user defined computer_name will be ignored and will be overridden by 'set_facts', line 16 in re6stnet-install/tasks/main.yml. Therefore the slapos install role is directly called (instead of importing the playbook) which seems to solve the issue.
-
Levin Zimmermann authored
-
Levin Zimmermann authored
(due to activated firewall)
-
Levin Zimmermann authored
-
Levin Zimmermann authored
(wrong indentation)
-
Levin Zimmermann authored
-
Levin Zimmermann authored
(wasn't possible because of too restrictive ipv6 firewall)
-
Levin Zimmermann authored
-
Levin Zimmermann authored
-
Levin Zimmermann authored
Add restrictive firewall settings to avoid any security risk.
-
Levin Zimmermann authored
-
Levin Zimmermann authored
-
Levin Zimmermann authored
Bug appeared due to wrong pip version. Therefore the version has been set explicitly.
-
Levin Zimmermann authored
Now the Python script name is consistent with the file name in the Fluentd config file as described in the learning track.
-
levinericzimmermann authored
Should be installed via rapid.space panel.
-
Levin Zimmermann authored
-
Levin Zimmermann authored
Previously it failed because setuptools wasn't installed.
-
Levin Zimmermann authored
-
Levin Zimmermann authored
-
Levin Zimmermann authored
-
Levin Zimmermann authored
-
Levin Zimmermann authored
Replaced 'computer_name' with 'computer_id'. Previously I confused both. Now the user has to enter the respective computer reference.
-