perfsonar / mesh-config

Centralized configuration framework for measurement points and GUIs
Apache License 2.0
2 stars 0 forks source link

Review "reference" vars getting sent by pSConfig to pscheduler #110

Closed arlake228 closed 6 years ago

arlake228 commented 6 years ago

Right now the TaskManager code pSConfig executes is setting the following:

"reference": { "created-by": { "address": "perfsonar-liva.lbl.gov", "user-agent": "perfsonar-meshconfig", "uuid": "FF1597B6-3CB3-11E7-A0C1-966719DE0D09" }, "description": "iperf3 TCP Test Between Testbeds" },

I should probably move that to a _pSConfig object or similar. Likely want it to be visible for debugging so need to review repercussions of leading underscore if do so.

arlake228 commented 6 years ago

So leading underscore makes this invisible to most people which we don't want, since this useful information that is worth showing. Will discuss how we should rename if at all.