- Mar 21, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
- Mar 16, 2018
-
-
Steven Murray authored
-
Julien Leduc authored
-
Steven Murray authored
-
Julien Leduc authored
Add mgmofs.protowfhostport mgmofs.protowfendpoint to MGM config before the MGM actually start and fix protowfendpoint: it must begin with '/'.
-
Julien Leduc authored
-
Steven Murray authored
-
- Mar 15, 2018
-
-
Eric Cano authored
-
- Mar 06, 2018
-
-
Julien Leduc authored
-
- Mar 02, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
- Feb 28, 2018
-
-
Julien Leduc authored
nothing...
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
Using /EOSOK file to check that eos instance has been launched successfully and not kubectl logs as there is no log with systemd.
-
Julien Leduc authored
-
Julien Leduc authored
services removed in the previous one. The solution for now is to disable selinux on the host running the containers.
-
Julien Leduc authored
systemctl is in a bad state... removing some services according to https://hub.docker.com/r/centos/systemd/~/dockerfile/
-
Julien Leduc authored
-
Julien Leduc authored
removing cta-cli as it has many dependencies that are breaking systemd start (in network.service startup)
-
Julien Leduc authored
-
root authored
Indeed if the derived containers are booted with selinux already installed systemd does not work because of different selinux policies on the same file in the container and the host system: ``` [root@ctafrontend ~]# systemctl Failed to get D-Bus connection: Operation not permitted ``` Anyway even if selinux is installed later it is not enabled in the running container...
-
Julien Leduc authored
-/usr/sbin/initnone- As I do not want a complex sed query to check for systemd or not, let's solve it in init_pod.sh and express it in CI_CONTEXT variable.
-
Julien Leduc authored
/shared/rc.local in case I loose my devbox.
-
Julien Leduc authored
out if we are using systemd or not. We just need to check /proc/1/cmdline to get the command that started the container. Now to chose between systemd and no systemd we just need to set `command` key in the pod yaml definition for nosystemd or remove the line to use systemd. Much more straightforward...
-
Julien Leduc authored
If CI passes...
-
Julien Leduc authored
[skip CI] New versions of kubernetes always pull the latest image, not matter what the PullPolicy is, the solution is to tag this image with a predefined tag. There could be contention here if we are launching 2 buildtree instances simultaneously but anyway, there is already a problem with the tag latest of this image...
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
-/usr/sbin/initnone- As I do not want a complex sed query to check for systemd or not, let's solve it in init_pod.sh and express it in CI_CONTEXT variable.
-
Julien Leduc authored
/shared/rc.local in case I loose my devbox.
-
Julien Leduc authored
out if we are using systemd or not. We just need to check /proc/1/cmdline to get the command that started the container. Now to chose between systemd and no systemd we just need to set `command` key in the pod yaml definition for nosystemd or remove the line to use systemd. Much more straightforward...
-
Julien Leduc authored
If CI passes...
-
- Feb 27, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Feb 26, 2018
-
-
Steven Murray authored
-
- Feb 21, 2018
-
-
Steven Murray authored
This reverts commit 421c6d14. This version of EOS appears to work on my local dev box but not in the CI.
-