Dennis van Dok

Results 5 issues of Dennis van Dok

I use a networking component for specifying default routes in ipv6, using the routing target as the key in yaml, as such: ```yaml parameters: network: routes: '::0/0': via: ${network:ipv6:gateway} ```...

Investigating

### Bug description When setting up the gitlab authenticator with a private giltab instance, the base URL of that instance needs to be passed to the software. The way it...

bug

Trying to run salt as a non-root user works well as long as the user is listed in the `publisher_acl` in the master.conf. But the standard bash-completions shipped with salt...

I'm trying to get the deployment running on hosts in a network that doesn't allow direct connection to the internet, following the guidance on https://github.com/Juniper/contrail-ansible-deployer/wiki/Contrail-with-Kolla-Ocata. This requires setting of http_proxy...

Thanks for this great little tool! I had to update the call to `python` to `python3` (on Debian 12) and now I get the warning ``` /home/user/bin/sshfsexec/git:6: DeprecationWarning: 'pipes' is...