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

psconfig _meta display-set doc missing #192

Open
laeti-tia opened this issue Jul 16, 2019 · 0 comments
Open

psconfig _meta display-set doc missing #192

laeti-tia opened this issue Jul 16, 2019 · 0 comments

Comments

@laeti-tia
Copy link
Member

laeti-tia commented Jul 16, 2019

It would be good to have a bit of documentation about the psconfig address _meta field display-set that allows for grouping addresses belonging to the same hosts (multiple interfaces).

Usage example:

      "psmp-gn-owd-01.sof.bg.geant.net": {
          "_meta" : {
              "display-name" : "Sofia",
              "display-set" : "sof-bg"
          },
        "host": "Sofia",
        "address": "psmp-gn-owd-01.sof.bg.geant.net",
        "lead-bind-address" : "psmp-gn-bw-01-sof-bg.geant.net",
        "pscheduler-address" : "psmp-gn-bw-01-sof-bg.geant.net",
        "no-agent" : true
      },
  
      "psmp-gn-bw-01-sof-bg.geant.net": {
          "_meta" : {
              "display-name" : "Sofia",
              "display-set" : "sof-bg"
          },
        "host": "Sofia",
        "address": "psmp-gn-bw-01-sof-bg.geant.net",
        "lead-bind-address" : "psmp-gn-bw-01-sof-bg.geant.net",
        "pscheduler-address" : "psmp-gn-bw-01-sof-bg.geant.net",
        "no-agent" : true
      }
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

3 participants