psconfig _meta display-set doc missing
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.