DeathRabbit679
DeathRabbit679
I'll preface this with saying this is probably a bug against me not knowing nfs things. I'm using the following compose file to spin the container. ``` version: "3.7" services:...
Was trying to use submariner to tie to kurl generated clusters together, needed a way to fall back to iptables mode instead of ipvs, but it looks like that is...
The README.md install instructions just show using pip to install netbox-agent from PyPI, but it looks like the last few releases aren't posted there it seems. The latest release is...
If I make a call to freeipa(4.9.11) like the following: ``` ipa_conn.dnszone_add(a_idnsname="foo.bar.com.", o_idnssoaserial=1234, o_idnssoarname="hostmaster", o_idnssoamname="myipa.bar.com.") ``` I get back an error message from freeipa saying: ``` invalid 'serial': this option...