Ben Roberts

Results 27 comments of Ben Roberts

I've just re-read the upgrade guide for (in preparation for 1.2.0), and I think the changes in that 1.1.0 to append the CNI rules rather than insert at the top...

Tangentally related, but noting here in case anyone journeys past here looking for it as I did. I was looking into something similar, where fairshare metrics were missing from _all_...

@NigelCunningham `pam_mysql` package is not installed, and there is no `/etc/pam.d/mysql` config file on this system.

I've just run into this myself. The pcs docs indicate the `var/lib/pcsd/tokens` is used to store auth tokens when run as root, which it is when run under puppet using...

The three failing test suites don't look to be failing in relation to my changes.

~This actually isn't working quite as expected, it causes failures on the first run, and then converges on the second run.~ Solved by latest force push. Old logs ``` Notice:...

At the very minimum, adding a "junos" entry to the hosts type map in `vars/ntc.yml`. If you're very lucky, ntc-templates would support all the textfsm commands called by the `tasks\*.yml`...

So apologies, this isn't doc'd anywhere, the answers lie only in the code. The short answer is look at the files in `ntc-templates/` and make sure any new TextFSM templates...

`alloc_mounts` might work here as long as the landlock/unveil permissions apply to all processes, not just those spawned by the Alloc. The alloc_mounts dir would have to be world-traversable (OK...

> Just that having a separate source for the allocdir would allow for the following workflow: > > - Nomad creates the allocdir in the alloc_mounts dir. > - The...