-
Using the [cms docker image](http://opendata.cern.ch/docs/cms-guide-docker) to do the [cms-reco example](https://github.com/reanahub/reana-demo-cms-reco), I am following their instructions on how to p…
-
Lately, when starting a fresh cluster `reana-workflow-engine-serial` fails with the following error when starting a workflow:
```console
[2018-07-20 14:35:31,728: WARNING/ForkPoolWorker-2] --- Loggi…
-
```console
pip install git+https://github.com/reanahub/reana-client.git
```
Doesn't work out of the box, the following packages are missing `pyOpenSSL`, `rfc3987`, `webcolors` and `strict-rfc333…
-
When overwriting parameters from the CLI, the `reana-client` validation passes, but then an error is thrown in the workflow engine side:
```console
# Client side
$ rc run -p sleeptime=2
[INFO] Cre…
-
Currently no checks are done to make sure that reana-cluster is able to interact / connect with the Kubernetes instance defined in `~.kube/config` kubectl / kubeconfig -file.
This of course causes …
-
Create initial package structure as we do e.g. in `reana-client` so that the client could be released on PyPI.
Set up RTFD documentation, Travis CI, and everything in the usual manner.
(The `cer…
-
Seen for one of the demo workflows running on Condor:
```console
$ condor_q -hold
-- Schedd: example.org :
-
When running `make ci`, the install fails at `make deploy` as it is unable to delete some docker images. One solution is to add the `--force` option in deleting the images, i.e. `xargs docker rmi --f…
-
Current status:
```console
$ head -1 .travis.yml
# TODO: Add License header
```
Expected:
"Minified" license snippet.
-
initially this could be enough
```
kubectl create secret generic atlas-secrets --from-file=kerberos.keytab --from-file=`gridcert.crt` --from-file=`gridcert.key
```
this will enable the worker…