Code Monkey home page Code Monkey logo

Comments (4)

itdependsnetworks avatar itdependsnetworks commented on June 20, 2024

Is it all platforms, or just the juniper_junos platform?
Can you provide the details for everything, such as how you set CredentialsSettingsVars in the config, how you set the user/pass, etc.

from nautobot-app-nornir.

dd1245 avatar dd1245 commented on June 20, 2024

Hi.

I only have Cisco IOS and Juniper devices, but it affects both platforms. Here is how I configured the nautobot configuration.

PLUGINS_CONFIG = {
    "nautobot_plugin_nornir": {
        "nornir_settings": {
            "credentials": "nautobot_plugin_nornir.plugins.credentials.settings_vars.CredentialsSettingsVars",
            "runner": {
                "plugin": "threaded",
                "options": {
                    "num_workers": 20,
                },
            },
    "dispatcher_mapping": None,
    "username": "user@test",
    "password": "replacedpw",
    "secret": "replacedpw",
        },
    },
    "nautobot_golden_config": {
        "per_feature_bar_width": 0.15,
        "per_feature_width": 13,
        "per_feature_height": 4,
        "enable_backup": True,
        "enable_compliance": True,
        "enable_intended": True,
        "enable_sotagg": True,
        "sot_agg_transposer": None,
        "platform_slug_map": None,
    },
}

from nautobot-app-nornir.

itdependsnetworks avatar itdependsnetworks commented on June 20, 2024

I edited your comment to make readable, I can see now that you do not have the expected structure, username and password are under PLUGINS_CONFIG["nautobot_plugin_nornir"]["nornir_settings"]["username"] whereas the should be under PLUGINS_CONFIG["nautobot_plugin_nornir"]["username"].

from nautobot-app-nornir.

dd1245 avatar dd1245 commented on June 20, 2024

That's working fine now.

Thank you.

from nautobot-app-nornir.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.