Giter Club home page Giter Club logo

Comments (2)

ubaumann avatar ubaumann commented on August 16, 2024 1

The progress bar from nornir_rich has the option to pass the number of hosts implemented. Maybe the code helps you.

https://github.com/InfrastructureAsCode-ch/nornir_rich/blob/b1661687005a15059acbbc6d0665a25550f17a45/nornir_rich/progress_bar.py#L22

from nornir.

dbarrosop avatar dbarrosop commented on August 16, 2024

The problem is that data resides in completely different parts of the stack. An easier solution would be to pass that information explicitly to your processor.

class ProgressProcessor(Processor):
    def __init__(self, on_good, on_failed, raise_on_error):
       ...

Alternatively we could move this:

https://github.com/nornir-automation/nornir/blob/v3.4.1/nornir/core/__init__.py#L116

to here:

https://github.com/nornir-automation/nornir/blob/v3.4.1/nornir/core/__init__.py#L138

and pass run_on to task_started but that would be a breaking change so we need to think carefully about it.

from 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.