Julien Pervillé

Results 23 issues of Julien Pervillé

The cookbook can successfully deploy docker-registry 0.6.8 but it breaks on versions greater than 0.6.9 (included). Versions 0.8x have another issue with the requirements.txt being gone, but version 0.7.x should...

This PR fixes issue with shell argument escaping. When the CIFS source argument contains a space, the mount fails. And it will probably fail if any of the other arguments...

**Describe the bug/feature** The [release notes](https://github.com/kapicorp/kapitan/releases/tag/v0.30.0-rc.0) for v0.30.0-rc.0 say that gojsonnet support has been merged, yet the kapicorp/kapitan:v0.30.0-rc.0 docker image does not embed the gojsonnet python package. **To Reproduce** ```sh...

Stale

**Describe the bug/feature** Kapitan 0.29.x downloads helm chart dependency in the wrong directory (outside of KAPITAN_ROOT in my case). The consequence is that the build fails because the Kapitan vendor...

The `||=` operator is commonly used to implement memoization. This benchmark shows a much faster alternative to implement memoization: explicit return when the memoized value should be reused, with fallback...

After regenerating hosted certificates with `recipe[cookbook-openshift3::adhoc_redeploy_certificates]`, the `oc adm prune images` command started failing with the following message: ``` error: failed to ping registry docker-registry.default.svc:5000: Get https://docker-registry.default.svc:5000/: x509: certificate is...

bug

This PR is a short fix for a bug I encountered when trying to provision a node whose fqdn contains uppercase letters (eg.`MY-OSE-SERVER.example.com`). ## The symptoms The chef run failed...

bug

I tried to upgrade an environment from OSE v3.6.1 to v3.7.0 (before upgrading again to v3.9.0). The last messages of the failed chef run were: ```sh Recipe: cookbook-openshift3::wire_aggregator * remote_file[Retrieve...

bug

I tried to provision OSE v3.10 using the ng recipes of this cookbook. I ran into the following issue : dnsmasq service fails to start (after being configured in the...

bug

I found this issue while trying to deploy OSE v3.10 in all-in-one VM using the ng recipes from this cookbook. My problem: the OSE v3.10 chef-run stops at [execute["Wait for...

bug