perfsonar / perfsonar/docs

psconfig _meta display-set doc missing

Open
#192 0 comments 0 reactions 1 assignee View on GitHub

@arlake228 is already working on this.

Since Jul 18, 2019.

docs.perfsonar.net enhancement
Dominant language
Python
Stars
5
Forks
7
Avg merge
1m
Merged PRs (30d)
1

Description

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
      }

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.