networktocode/network-importer

Provide options to override pynautobot connection settings

mzbroch opened this issue · 1 comments

Proposed Functionality

Provide options to allow for setting connection details to pynautobot.
Pynautobot allows for overriding connection settings:

nautobot = api(
    url='http://localhost:8000',
    token='d6f4e314a5b5fefd164995169f28ae32d987704f'
)
nautobot.http_session.mount(nautobot.base_url, TimeoutHTTPAdapter())

This is applicable for inventory sync and build (nornir plugin)

Use Case

Allow for supporting HTTP connection retries

Configuration Changes

How do you envision a user would need to provide some custom settings ?