jbnance
jbnance
Neither `ContentView.create()` nor `ContentView.update()` successfully adds Puppet modules to a content view. Array holding the module: ``` >>> pp.pprint(theModules) [ nailgun.entities.PuppetModule(nailgun.config.ServerConfig(url='https://172.16.246.97', verify=False, auth=('admin', 'the-password')), author=u'yelp', summary=u'A collection of network functions...
Searching for a Puppet module using the following syntax returns ``` >>> results = nailgun.entities.PuppetModule(satConf, name='stdlib', author='puppetlabs').search() >>> len(results) 20 ``` Foreman Logs: ``` ==> /var/log/httpd/foreman-ssl_access_ssl.log /var/log/httpd/foreman-ssl_error_ssl.log user to 'SSL_CLIENT_S_DN_CN'...
ICR added the ability to specify the auth token to use in https://github.com/F5Networks/f5-icontrol-rest-python/pull/138. Please add support for this parameter to the SDK. Using: ``` f5-icontrol-rest==1.3.11 f5-sdk==3.0.20 ``` I get the...
Issue #293 added support for pulling virtual server / pool / etc statistics but it appears that support for resetting statistics was not included. I'd like to request the addition...
If an iRule in the 'Common' partition is loaded without specifying the partition (defaulting to 'Common') the `partition` property is missing from the returned object and the `fullPath` property does...
I have build and installed the MSI via README instructions on Windows 11 (Pro) and a Thelio Prime (`thelio-r5-n1`). Initially ran into similar error in Windows logs as described in...
Relates to issue #26 Currently incomplete (see issue for error).
Per: https://pypi.org/project/influxdb-client/ ...`verify_ssl` is `True` by default. Addresses #17
Hello Alex, I love this project. The work you have done here is fantastic. I'm wondering if you have any interest in working together to include some of the other...