topology
topology copied to clipboard
Hosted CE is listed as non-production, and not found for GRACC
@efajardo @matyasselmeci
The hosted-ce34.grid.uchicago.edu is showing up in GRACC, a lot. But, it's listed as non-production in the topology, and therefore doesn't show up in the topology listing. Can we change this to production so the usage can be mapped?
https://github.com/opensciencegrid/topology/blob/1abc8527d8b983c3d4d789d3a2b0701c43bc8251/topology/University%20of%20California%20San%20Diego/COMET/CometVirtualCluster.yaml#L2
Note that production/non-production is set on a per-ResourceGroup basis, so we would be changing the status of all the resources in that file. Is that OK?
Unsure about the other resources. And edgar is out for a few days. But, we are missing usage!
If it's urgent then I can make the change; if it turns out to be wrong, Edgar can revert it when he gets back.
Sounds good to me! Make the change.
I think there is something funky I thin that hostedCE is for actual production use from Comet but no the virtual cluster. So do I have to create another site? I think @mmascher set this up
You don't have to create an entire new site, just a new ResourceGroup (i.e. yaml file).
Just an explanation: Production: True/False
converts to the GridType
attribute in the XML, which is either "OSG Production Resource" i.e. it reports to the production collector, or "OSG Integration Test Bed Resource" i.e. it reports to the ITB collector (do we still have one?) It's per-ResourceGroup in the YAML because it's per-ResourceGroup in the XML.
Is this issue solved?