Matthieu Simonin
Matthieu Simonin
Add a flag to the command line: -u, --unbuffered When set the output file (if any) will disable the default python buffering and the output will be flushed after every...
Am I missing something ? Is there any plan to upgrade this module to Liberty ?
Apt 1.5.0 introduce a rewritte of apt::key :https://github.com/puppetlabs/puppetlabs-apt/commit/57903418909c3c3344a4c4fa41c054e954451227 The validation introduced will failed with the current cassandra module : Error: validate_re(): "datastax" does not match ["\A(0x)?[0-9a-fA-F]{8}\Z", "\A(0x)?[0-9a-fA-F]{16}\Z"] at /etc/puppet/modules/apt/manifests/key.pp:59 on...
Hi, Can we load the database schema from this puppet module, or do we need to do it after applying the recipe ? Very nice job, I'm currently using it...
I need to run the generated docker images (the ones built with `emu-docker create`) with singularity [[1]] [1]: https://sylabs.io/guides/3.6/user-guide/introduction.html First thing: this is working quite well ! But since singularity...
Thinking about the future of the module. To your mind what is needed now ? Matt
1) add a `kolla-ansible` parameter to the [build command](https://github.com/BeyondTheClouds/enos/blob/bdf4ae2ed4356d70cc2b7fdda31e5accfe55739a/enos/cli.py#L553). Ideally it should default to [`services.kolla.KOLLA_PKG` ](https://github.com/BeyondTheClouds/enos/blob/bdf4ae2ed4356d70cc2b7fdda31e5accfe55739a/enos/services/kolla.py#L19) 2) add a templatized `kolla-ansible` in the [build template](https://github.com/BeyondTheClouds/enos/blob/bdf4ae2ed4356d70cc2b7fdda31e5accfe55739a/enos/utils/build.py#L6-L22) 3) remove deprecated [`kolla_ref` and...
## Problem statement Kolla (and thus EnOS) assumes that at least two network interfaces are available. There are cases where only one interface is available on the nodes used for...
* Add a variable that enable/disable `apt update` * Install fping in the common (that maybe will be used by `--test`)