Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding documentation about dest-node in psconfig #179

Open
ajragusa opened this issue May 9, 2019 · 0 comments
Open

adding documentation about dest-node in psconfig #179

ajragusa opened this issue May 9, 2019 · 0 comments

Comments

@ajragusa
Copy link

ajragusa commented May 9, 2019

Hi Guys

One useful feature that Andy show me was the ability to set the dest-node in the psConfig mesh configuration. I couldn't find any documentation on it. The use case specifically for this is if you are trying to use multiple linux network name spaces.

Specifically in this example look at the "pscheduler-address"

      "address": "Foo",
      "contexts": [
        "linuxnns_i2px"
      ],
      "pscheduler-address": "Bar",
      "_meta": {
        "display-name": "I2 Cloud Clev I2PX",
        "display-url": "https://Bar/toolkit/"
      }
    }```

Then you would use in your test spec the pscheduler address like below

```  "tests": {
    "throutput": {
      "type": "throughput",
      "spec": {
        "duration": "PT30S",
        "source": "{% address[0] %}",
        "dest": "{% address[1] %}",
        "dest-node": "{% pscheduler_address[1] %}",
        "omit": "PT5S",
        "ip-version": 4
      }
    }
  }```


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready
Development

No branches or pull requests

2 participants