- 28 Feb, 2018 3 commits
-
-
Julien Leduc authored
-
Julien Leduc authored
-
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...
-
- 27 Feb, 2018 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 15 Feb, 2018 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 13 Feb, 2018 1 commit
-
-
Steven Murray authored
-
- 12 Feb, 2018 1 commit
-
-
Steven Murray authored
-
- 06 Feb, 2018 1 commit
-
-
Michael Davis authored
Now copies keytab between pods and changes ownership/permissions atomically
-
- 02 Feb, 2018 1 commit
-
-
Michael Davis authored
-
- 01 Feb, 2018 4 commits
-
-
Michael Davis authored
-
Michael Davis authored
The workflow now includes the endpoint, which includes the Kubernetes namespace that the pod is running in.
-
Julien Leduc authored
-
Michael Davis authored
cta-cli.sss.keytab is deprecated. CTA Frontend now uses /etc/cta/eos.sss.keytab, which should contain one SSS key per EOS instance (only one in the case of CI).
-
- 14 Nov, 2017 2 commits
-
-
Julien Leduc authored
Changing /etc/ctafrontend_SSS_c.keytab and /etc/ctafrontend_SSS_s.keytab to /etc/cta/cta-cli.sss.keytab so that CI and preprod have now the same configuration files. Keep in mind thatL The user in the ctafrontend SSS key is the EOS instance name, the rest is BS. I tried to make it clear in the configuration files and names when a field is useless. WFE scripts are now the same between preprod and CI and the ctafrontend configuration file can move in the rpm.
-
Julien Leduc authored
Using /etc/cta/cta-frontend.krb5.keytab file as ctafrontend kerberos keytab instead of /etc/cta-frontend.krb5.keytab
-
- 20 Jul, 2017 1 commit
-
-
Julien Leduc authored
their namespace. According to https://kubernetes.io/docs/concepts/configuration/secret/#creating-a-secret-using-kubectl-create-secret: ``` Secret API objects reside in a namespace. They can only be referenced by pods in that same namespace. ```
-
- 27 Jun, 2017 1 commit
-
-
Julien Leduc authored
added a /CANSTART file so that eos waits for all keys to be OK before starting. /bin/sh -> /bin/bash to allow function names with `-`... yum and yum-config-manager overridden when in BUILDTREE environment ctafrontend not booting needs further work
-
- 21 Jun, 2017 9 commits
-
-
Julien Leduc authored
and generating all the required krb5 keytabs
-
Julien Leduc authored
Only eosusers and powerusers can write to it, and powerusers only can drop replicas for all file in this directory. poweruser1 now drops the disk replica of the file before it is recalled in `client_ar.sh` test script.
-
Julien Leduc authored
-
Julien Leduc authored
-
Julien Leduc authored
plus renaming users as stated: users, powerusers, ctaadmins, eosadmins are the one we need in real life.
-
Julien Leduc authored
and create all the needed users accounts and groups on the mgm so that we can `xrdcp` files from the `client` pod.
-
Julien Leduc authored
-
Julien Leduc authored
Adding client pod with cta cli and xroot-client using `user1` kerberos ticket for authentication
-
Julien Leduc authored
2 tapeservers are now available: tpsrv01 and tpsrv02. systest.sh only put tpsrv01 up and perform the basic test on 1 drive only.
-
- 28 Mar, 2017 1 commit
-
-
Eric Cano authored
Fixed missing dependencies in image.
-
- 27 Mar, 2017 1 commit
-
-
Eric Cano authored
Fixed directory name in docker which did not match the top one. Split the image create to allow fast script fixing.
-
- 23 Mar, 2017 4 commits
- 17 Mar, 2017 1 commit
-
-
Julien Leduc authored
Default type is mhvtl
-
- 15 Mar, 2017 1 commit
-
-
Julien Leduc authored
Adding the `die` function to echo and exit in case of failure as the previous `(echo "MSG"; exit 1)` only exited from the subprocess in `()`.
-
- 14 Mar, 2017 1 commit
-
-
Julien Leduc authored
-
- 09 Mar, 2017 1 commit
-
-
Julien Leduc authored
Adding selectors in persistent volume claim as we are now using kubernetes >1.3 and we need to manage more resources with pv than before (logs issue, others?)
-
- 07 Mar, 2017 1 commit
-
-
Julien Leduc authored
Adding more explicit errors (TIMED OUT) and validating steps during instance creation. Add option to so that the namespace can be kept after the system test.
-
- 09 Feb, 2017 1 commit
-
-
Julien Leduc authored
Using lower case only for configmap keys as Eric had a problem with upper case with the same kubectl binary... Will be fine for everyone this way.
-