Code Monkey home page Code Monkey logo

Comments (4)

oms4suse avatar oms4suse commented on May 24, 2024

Question : do we expect this test to run only after deepsea has run stage 3 successfully?

from deepsea.

oms4suse avatar oms4suse commented on May 24, 2024

I am very keen to reduce the combinatorial explosion with ipv4 addresses. So advice guidance here would be very useful.

from deepsea.

oms4suse avatar oms4suse commented on May 24, 2024

We could also use traceroute, this would highlight any issues and is easy to implement.

This might help also diagnose other issues?

from deepsea.

swiftgist avatar swiftgist commented on May 24, 2024

I believe this issue is addressed now. The default command will try all addresses in the Salt cluster. When a cluster name is supplied, only the public and cluster networks are used. For example,

salt-run net.ping
salt-run net.ping ceph OR salt-run net.ping cluster=ceph

However, there may be addresses that an admin wishes to exclude such as those dedicated to gateways. Add an exclude parameter with or without the Salt modifiers and the related minions or addresses will be removed from the list. For example,

salt-run net.ping exclude=igw2.ceph
salt-run net.ping exclude=[email protected]

salt-run net.ping exclude=192.168.21.6
salt-run net.ping [email protected]

salt-run net.ping exclude=192.168.21.0/28
salt-run net.ping [email protected]/28

And both parameters can be specified in multiple ways.

salt-run net.ping cluster=ceph exclude=mon2.ceph,mon3.ceph
salt-run net.ping ceph mon2.ceph,mon3.ceph
salt-run net.ping ceph [email protected],mon3.ceph

from deepsea.

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.