diff --git a/converters/rg_xml_to_yaml b/converters/rg_xml_to_yaml index 23ef82625..4447a68da 100755 --- a/converters/rg_xml_to_yaml +++ b/converters/rg_xml_to_yaml @@ -267,6 +267,13 @@ class Topology(object): if self.support_centers[scname] != scid: raise RuntimeError("Identical support centers with different IDs: %s" % scname) rg["SupportCenter"] = scname + gridtype = rg.pop("GridType", None) + if gridtype == "OSG Production Resource": + rg["Production"] = True + elif gridtype == "OSG Integration Test Bed Resource": + rg["Production"] = False + else: + raise RuntimeError("Missing or invalid GridType attribute") rg["Resources"] = simplify_attr_list(rg["Resources"]["Resource"], "Name") for key, val in rg["Resources"].items(): diff --git a/template-resourcegroup.yaml b/template-resourcegroup.yaml index 21f181858..3aeb25cc2 100644 --- a/template-resourcegroup.yaml +++ b/template-resourcegroup.yaml @@ -1,7 +1,7 @@ # Disable is true if the ResourceGroup is down for maintenance, false otherwise Disable: false -# GridType is either "OSG Production Resource" or "OSG Integration Test Bed Resource" -GridType: OSG Production Resource +# Production is true if the resource is for production and not testing use +Production: true # SupportCenterName is one of the support centers in topology/support-centers.yaml # with the format ": " SupportCenterName: diff --git a/topology/ANL/ANL ASC/ANLASC.yaml b/topology/ANL/ANL ASC/ANLASC.yaml index 9e402e780..bdfb7fb60 100644 --- a/topology/ANL/ANL ASC/ANLASC.yaml +++ b/topology/ANL/ANL ASC/ANLASC.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: ANL ASC Tier 3 site GroupID: 283 +Production: true Resources: ANL-ATLAS-GRIDFTP1: Active: true diff --git a/topology/Arizona State University/OSG_US_ASU_OCTILLO/OSG_US_ASU_OCTILLO.yaml b/topology/Arizona State University/OSG_US_ASU_OCTILLO/OSG_US_ASU_OCTILLO.yaml index e1ab4ff63..1cc5f8852 100644 --- a/topology/Arizona State University/OSG_US_ASU_OCTILLO/OSG_US_ASU_OCTILLO.yaml +++ b/topology/Arizona State University/OSG_US_ASU_OCTILLO/OSG_US_ASU_OCTILLO.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Entry for Hosted CE submitting to Arizona State University OCTILLO cluster. GroupID: 474 +Production: true Resources: OSG_US_ASU_OCTILLO: Active: false diff --git a/topology/Baylor University/Baylor University Tier3/Baylor-Tier3.yaml b/topology/Baylor University/Baylor University Tier3/Baylor-Tier3.yaml index 09285a47e..856116fd6 100644 --- a/topology/Baylor University/Baylor University Tier3/Baylor-Tier3.yaml +++ b/topology/Baylor University/Baylor University Tier3/Baylor-Tier3.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: This resource group will be used as a Tier 3 site for the CMS experiment. GroupID: 264 +Production: true Resources: Baylor-Tier3-CE: Active: false diff --git a/topology/Baylor University/Baylor University/Baylor-Kodiak.yaml b/topology/Baylor University/Baylor University/Baylor-Kodiak.yaml index c65e70374..ee4f80935 100644 --- a/topology/Baylor University/Baylor University/Baylor-Kodiak.yaml +++ b/topology/Baylor University/Baylor University/Baylor-Kodiak.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This resource group will be used as a Baylor University OSG site. GroupID: 468 +Production: true Resources: Baylor-Kodiak-CE: Active: true diff --git a/topology/Bellarmine University/Bellarmine University/BELLARMINE_TIER2.yaml b/topology/Bellarmine University/Bellarmine University/BELLARMINE_TIER2.yaml index 220fc56de..f4fb2dfee 100644 --- a/topology/Bellarmine University/Bellarmine University/BELLARMINE_TIER2.yaml +++ b/topology/Bellarmine University/Bellarmine University/BELLARMINE_TIER2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: LSST Tier2 Site at Bellarmine University GroupID: 277 +Production: true Resources: BELLARMINE_TIER2: Active: true diff --git a/topology/Boston University/Boston University ATLAS Tier2/BU_ATLAS_Tier2.yaml b/topology/Boston University/Boston University ATLAS Tier2/BU_ATLAS_Tier2.yaml index e3a841587..6d03dd50f 100644 --- a/topology/Boston University/Boston University ATLAS Tier2/BU_ATLAS_Tier2.yaml +++ b/topology/Boston University/Boston University ATLAS Tier2/BU_ATLAS_Tier2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: U.S. ATLAS Northeast Tier 2 Center GroupID: 8 +Production: true Resources: BU_ATLAS_Tier2: Active: false diff --git a/topology/Boston University/Boston University ATLAS Tier2/NET2.yaml b/topology/Boston University/Boston University ATLAS Tier2/NET2.yaml index 38daaad71..9c50878e8 100644 --- a/topology/Boston University/Boston University ATLAS Tier2/NET2.yaml +++ b/topology/Boston University/Boston University ATLAS Tier2/NET2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: A resource group for Northeast ATLAS T2 GroupID: 399 +Production: true Resources: NET2-BU: Active: false diff --git a/topology/Brandeis University/Brandeis Tier 3/Brandeis-Atlas-T3.yaml b/topology/Brandeis University/Brandeis Tier 3/Brandeis-Atlas-T3.yaml index b867928a5..6927620b9 100644 --- a/topology/Brandeis University/Brandeis Tier 3/Brandeis-Atlas-T3.yaml +++ b/topology/Brandeis University/Brandeis Tier 3/Brandeis-Atlas-T3.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Brandeis ATLAS Tier 3 GroupID: 284 +Production: true Resources: BRND-HEAD: Active: true diff --git a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS-ITB.yaml b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS-ITB.yaml index 71bca6ed1..bc53f0c13 100644 --- a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS-ITB.yaml +++ b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS-ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: This is the BNL ITB resource group, not production services. GroupID: 243 +Production: false Resources: BNL-ps-testbed: Active: true diff --git a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS-OPP.yaml b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS-OPP.yaml index eab7fa6a0..319d0f0bc 100644 --- a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS-OPP.yaml +++ b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS-OPP.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Opportunistic resources utilized by the Tier 1. GroupID: 453 +Production: true Resources: BNL_CLOUD: Active: true diff --git a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS.yaml b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS.yaml index ea3fc3f3f..33dcd049d 100644 --- a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS.yaml +++ b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL-ATLAS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This site is the ATLAS Tier 1 Facility at Brookhaven National Laboratory. GroupID: 235 +Production: true Resources: BNL-LCG2: Active: false diff --git a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_ATLAS_1.yaml b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_ATLAS_1.yaml index 94cdd60c4..a64a957c3 100644 --- a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_ATLAS_1.yaml +++ b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_ATLAS_1.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Enable per request GroupID: 3 +Production: true Resources: BNL_TEST_UST3: Active: true diff --git a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_ITB_Test1.yaml b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_ITB_Test1.yaml index e4f81f53f..8b26f5c51 100644 --- a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_ITB_Test1.yaml +++ b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_ITB_Test1.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: disabling empty resource group GroupID: 6 +Production: false Resources: BNL_ATLAS_5: Active: true diff --git a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_Test_2.yaml b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_Test_2.yaml index 2797eb14d..4ac6ad1d1 100644 --- a/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_Test_2.yaml +++ b/topology/Brookhaven National Laboratory/Brookhaven ATLAS Tier1/BNL_Test_2.yaml @@ -1,10 +1,10 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This is an ATLAS production testbed. This site runs inside the OSG production environment, as far as BDII info publishing and other central services are concerned. But its main purpose is to test new ATLAS production workflow, before migrating them to the real ATLAS production environment. GroupID: 306 +Production: true Resources: BNL_Test_2_CE_1: Active: true diff --git a/topology/Brookhaven National Laboratory/Brookhaven Belle-II Tier1/BNL-Belle-II.yaml b/topology/Brookhaven National Laboratory/Brookhaven Belle-II Tier1/BNL-Belle-II.yaml index 04dd1733a..25d9dae20 100644 --- a/topology/Brookhaven National Laboratory/Brookhaven Belle-II Tier1/BNL-Belle-II.yaml +++ b/topology/Brookhaven National Laboratory/Brookhaven Belle-II Tier1/BNL-Belle-II.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This is the Tier1 for Belle-II at BNL GroupID: 478 +Production: true Resources: BNL_BELLE_II_CE_1: Active: true diff --git a/topology/Brookhaven National Laboratory/STAR Brookhaven/STAR-BNL.yaml b/topology/Brookhaven National Laboratory/STAR Brookhaven/STAR-BNL.yaml index e6f239dec..bb4e548e0 100644 --- a/topology/Brookhaven National Laboratory/STAR Brookhaven/STAR-BNL.yaml +++ b/topology/Brookhaven National Laboratory/STAR Brookhaven/STAR-BNL.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 102 +Production: true Resources: STAR-BNL: Active: true diff --git a/topology/Brookhaven National Laboratory/STAR-Online/STAR-OnlinePool.yaml b/topology/Brookhaven National Laboratory/STAR-Online/STAR-OnlinePool.yaml index 53fb02fe8..36356c3b7 100644 --- a/topology/Brookhaven National Laboratory/STAR-Online/STAR-OnlinePool.yaml +++ b/topology/Brookhaven National Laboratory/STAR-Online/STAR-OnlinePool.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Small pool of hosts at the STAR experiment, for STAR jobs only. GroupID: 426 +Production: true Resources: STAR-OnlinePool: Active: true diff --git a/topology/Brown University/Brown-CMS/brown-cms.yaml b/topology/Brown University/Brown-CMS/brown-cms.yaml index 225b6d7a6..25094a31a 100644 --- a/topology/Brown University/Brown-CMS/brown-cms.yaml +++ b/topology/Brown University/Brown-CMS/brown-cms.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: T3 Computing center for CMS VO. GroupID: 241 +Production: true Resources: brown-cms: Active: true diff --git a/topology/Brown University/brown-cms-new/brown-cms-new.yaml b/topology/Brown University/brown-cms-new/brown-cms-new.yaml index 14a828ad2..11edb78d2 100644 --- a/topology/Brown University/brown-cms-new/brown-cms-new.yaml +++ b/topology/Brown University/brown-cms-new/brown-cms-new.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: new T3 cluster GroupID: 346 +Production: true Resources: brown-cms-new: Active: true diff --git a/topology/CBPF/GridLAFEX/PerfSONAR Services.yaml b/topology/CBPF/GridLAFEX/PerfSONAR Services.yaml index b975ce979..aa0ddcb3e 100644 --- a/topology/CBPF/GridLAFEX/PerfSONAR Services.yaml +++ b/topology/CBPF/GridLAFEX/PerfSONAR Services.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: PerfSONAR services for the CBPF site. GroupID: 415 +Production: true Resources: PerfSONAR_CBPF_bw: Active: true diff --git a/topology/CENF_NeutrinoPlatform/CENF/CENF_Neutrino_Computing_Cluster.yaml b/topology/CENF_NeutrinoPlatform/CENF/CENF_Neutrino_Computing_Cluster.yaml index 37f2b7ee6..b73747ecf 100644 --- a/topology/CENF_NeutrinoPlatform/CENF/CENF_Neutrino_Computing_Cluster.yaml +++ b/topology/CENF_NeutrinoPlatform/CENF/CENF_Neutrino_Computing_Cluster.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: 'Neutrino Computing Cluster at CERN: https://twiki.cern.ch/twiki/bin/view/CENF/NeutrinoClusterCERN' GroupID: 450 +Production: true Resources: CENF_NeutrinoCluster: Active: true diff --git a/topology/CILogon_org/CILogon/Certificate Provider.yaml b/topology/CILogon_org/CILogon/Certificate Provider.yaml index 7ea041907..6c9ae1602 100644 --- a/topology/CILogon_org/CILogon/Certificate Provider.yaml +++ b/topology/CILogon_org/CILogon/Certificate Provider.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: For certificate provider resources GroupID: 444 +Production: true Resources: CILogon Certificate Provider: Active: true diff --git a/topology/CUNY Graduate Center/NYSGRID-CUNY-GRID/NYSGRID-CUNY-GRID.yaml b/topology/CUNY Graduate Center/NYSGRID-CUNY-GRID/NYSGRID-CUNY-GRID.yaml index 70b92df30..c2ce14c62 100644 --- a/topology/CUNY Graduate Center/NYSGRID-CUNY-GRID/NYSGRID-CUNY-GRID.yaml +++ b/topology/CUNY Graduate Center/NYSGRID-CUNY-GRID/NYSGRID-CUNY-GRID.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: disabling empty resource group GroupID: 220 +Production: true Resources: NYSGRID-CUNY-GRID: Active: false diff --git a/topology/California Institute of Technology/Caltech CMS Tier2/CIT_CMS_Cloud.yaml b/topology/California Institute of Technology/Caltech CMS Tier2/CIT_CMS_Cloud.yaml index 281f9b858..ea7bffd28 100644 --- a/topology/California Institute of Technology/Caltech CMS Tier2/CIT_CMS_Cloud.yaml +++ b/topology/California Institute of Technology/Caltech CMS Tier2/CIT_CMS_Cloud.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: Test resource group to be used for cloud tests. GroupID: 397 +Production: false Resources: CIT_ITB2: Active: true diff --git a/topology/California Institute of Technology/Caltech CMS Tier2/CIT_CMS_T2.yaml b/topology/California Institute of Technology/Caltech CMS Tier2/CIT_CMS_T2.yaml index 66a7fe6f5..775616a11 100644 --- a/topology/California Institute of Technology/Caltech CMS Tier2/CIT_CMS_T2.yaml +++ b/topology/California Institute of Technology/Caltech CMS Tier2/CIT_CMS_T2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 10 +Production: true Resources: CIT_CMS_SE: Active: true diff --git a/topology/California Institute of Technology/Caltech CMS Tier2/CIT_ITB_1.yaml b/topology/California Institute of Technology/Caltech CMS Tier2/CIT_ITB_1.yaml index c60ebc3dc..b0e3a0286 100644 --- a/topology/California Institute of Technology/Caltech CMS Tier2/CIT_ITB_1.yaml +++ b/topology/California Institute of Technology/Caltech CMS Tier2/CIT_ITB_1.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 12 +Production: false Resources: CIT_ITB_1: Active: true diff --git a/topology/California Institute of Technology/Caltech HEP/CIT_HEP.yaml b/topology/California Institute of Technology/Caltech HEP/CIT_HEP.yaml index 54dcc85a1..32cb6b17a 100644 --- a/topology/California Institute of Technology/Caltech HEP/CIT_HEP.yaml +++ b/topology/California Institute of Technology/Caltech HEP/CIT_HEP.yaml @@ -1,8 +1,8 @@ Disable: true -GridType: OSG Production Resource GroupDescription: These resources are used and managed by the greater Caltech High Energy Physics department. GroupID: 292 +Production: true Resources: CIT_HEP_SE: Active: true diff --git a/topology/California Institute of Technology/Caltech LIGO/LIGO-CIT-ITB.yaml b/topology/California Institute of Technology/Caltech LIGO/LIGO-CIT-ITB.yaml index b634accb0..4c0bb3635 100644 --- a/topology/California Institute of Technology/Caltech LIGO/LIGO-CIT-ITB.yaml +++ b/topology/California Institute of Technology/Caltech LIGO/LIGO-CIT-ITB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: disabling empty resource group GroupID: 61 +Production: false Resources: LIGO-CIT-ITB: Active: false diff --git a/topology/California Institute of Technology/Caltech LIGO/LIGO-CIT-VTB.yaml b/topology/California Institute of Technology/Caltech LIGO/LIGO-CIT-VTB.yaml index 17f57ecb0..e63e0356c 100644 --- a/topology/California Institute of Technology/Caltech LIGO/LIGO-CIT-VTB.yaml +++ b/topology/California Institute of Technology/Caltech LIGO/LIGO-CIT-VTB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 62 +Production: false Resources: LIGO-CIT-VTB: Active: false diff --git a/topology/California State University, Fresno/CSU Fresno T3/FRESNO-ATLAS-T3.yaml b/topology/California State University, Fresno/CSU Fresno T3/FRESNO-ATLAS-T3.yaml index 756541b54..aa899384b 100644 --- a/topology/California State University, Fresno/CSU Fresno T3/FRESNO-ATLAS-T3.yaml +++ b/topology/California State University, Fresno/CSU Fresno T3/FRESNO-ATLAS-T3.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Resource group at California State University, Fresno GroupID: 340 +Production: true Resources: FSU-TEST-SE: Active: true diff --git a/topology/CancerComputer/CCHDV/CancerComputer_Hotel.yaml b/topology/CancerComputer/CCHDV/CancerComputer_Hotel.yaml index 6802723c0..430aad6b3 100644 --- a/topology/CancerComputer/CCHDV/CancerComputer_Hotel.yaml +++ b/topology/CancerComputer/CCHDV/CancerComputer_Hotel.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: CE for the HPC cluster at CCHDV GroupID: 448 +Production: true Resources: CancerComputer_Hotel_CE: Active: true diff --git a/topology/CancerComputer/CCHDV/CancerComputer_Miron.yaml b/topology/CancerComputer/CCHDV/CancerComputer_Miron.yaml index 4d9b22879..fb3687ffc 100644 --- a/topology/CancerComputer/CCHDV/CancerComputer_Miron.yaml +++ b/topology/CancerComputer/CCHDV/CancerComputer_Miron.yaml @@ -1,9 +1,9 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The original name of the first CCHDV CE Resource. Keeping this record around so that GRACC and related accounting still makes sense. Actual resources are now located under the CancerComputer_Hotel resource name GroupID: 469 +Production: true Resources: CancerComputer_Miron_CE: Active: false diff --git a/topology/CancerComputer/CCRnD/CancerComputer_Kitchener.yaml b/topology/CancerComputer/CCRnD/CancerComputer_Kitchener.yaml index 2ca6471bd..8dbc4463a 100644 --- a/topology/CancerComputer/CCRnD/CancerComputer_Kitchener.yaml +++ b/topology/CancerComputer/CCRnD/CancerComputer_Kitchener.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Virtualized compute cluster at CCRnD, supporting VOs and projects dealing with cancer-related research GroupID: 479 +Production: true Resources: CancerComputer_Kitchener_CE: Active: true diff --git a/topology/Cinvestav/cinvestav/cinvestav.yaml b/topology/Cinvestav/cinvestav/cinvestav.yaml index 7f6340abe..e1f59d756 100644 --- a/topology/Cinvestav/cinvestav/cinvestav.yaml +++ b/topology/Cinvestav/cinvestav/cinvestav.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: CE for CINVESTAV OSG resources GroupID: 9 +Production: true Resources: cinvestav: Active: true diff --git a/topology/Clemson University/Clemson IT/Clemson-IT.yaml b/topology/Clemson University/Clemson IT/Clemson-IT.yaml index 6692d01de..4ec14bc87 100644 --- a/topology/Clemson University/Clemson IT/Clemson-IT.yaml +++ b/topology/Clemson University/Clemson IT/Clemson-IT.yaml @@ -1,10 +1,10 @@ Disable: true -GridType: OSG Production Resource GroupDescription: |- Out of service. 7/26 disabling empty resource group GroupID: 13 +Production: true Resources: Clemson-IT: Active: false diff --git a/topology/Clemson University/Clemson IT/Clemson-Palmetto.yaml b/topology/Clemson University/Clemson IT/Clemson-Palmetto.yaml index 6b62629b5..b6a514a29 100644 --- a/topology/Clemson University/Clemson IT/Clemson-Palmetto.yaml +++ b/topology/Clemson University/Clemson IT/Clemson-Palmetto.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: osg-ce.clemson.edu GroupID: 212 +Production: true Resources: Clemson-Connect: Active: true diff --git a/topology/Clemson University/ClemsonCS/Clemson-Birdnest.yaml b/topology/Clemson University/ClemsonCS/Clemson-Birdnest.yaml index d7a5423fa..3b5a62d01 100644 --- a/topology/Clemson University/ClemsonCS/Clemson-Birdnest.yaml +++ b/topology/Clemson University/ClemsonCS/Clemson-Birdnest.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Cluster which provides virtualized resources to OSG. GroupID: 200 +Production: true Resources: Clemson-Birdnest: Active: false diff --git a/topology/Clemson University/ClemsonCS/Clemson-ciTeam.yaml b/topology/Clemson University/ClemsonCS/Clemson-ciTeam.yaml index 9cd8500c8..86d058387 100644 --- a/topology/Clemson University/ClemsonCS/Clemson-ciTeam.yaml +++ b/topology/Clemson University/ClemsonCS/Clemson-ciTeam.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Test resource for ciTeam at Clemson University. GroupID: 168 +Production: true Resources: Clemson-ciTeam: Active: false diff --git a/topology/Columbia University_Nevis Labs/Nevis/Nevis.yaml b/topology/Columbia University_Nevis Labs/Nevis/Nevis.yaml index 4954bd669..48cec4e50 100644 --- a/topology/Columbia University_Nevis Labs/Nevis/Nevis.yaml +++ b/topology/Columbia University_Nevis Labs/Nevis/Nevis.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Nevis GroupID: 296 +Production: true Resources: Nevis: Active: true diff --git a/topology/Computer Network Information Center (CNIC)/CAS-CNIC/CNIC-CIGI-OSG.yaml b/topology/Computer Network Information Center (CNIC)/CAS-CNIC/CNIC-CIGI-OSG.yaml index 00e9a05c2..f4671d497 100644 --- a/topology/Computer Network Information Center (CNIC)/CAS-CNIC/CNIC-CIGI-OSG.yaml +++ b/topology/Computer Network Information Center (CNIC)/CAS-CNIC/CNIC-CIGI-OSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: CNIC Resources that are participating in OSG through CIGI GroupID: 238 +Production: true Resources: CNIC-OSG: Active: true diff --git a/topology/Cornell University/NYSGRID Cornell/NYSGRID_CORNELL_NYS1.yaml b/topology/Cornell University/NYSGRID Cornell/NYSGRID_CORNELL_NYS1.yaml index e24a8c5a8..bf6744913 100644 --- a/topology/Cornell University/NYSGRID Cornell/NYSGRID_CORNELL_NYS1.yaml +++ b/topology/Cornell University/NYSGRID Cornell/NYSGRID_CORNELL_NYS1.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 81 +Production: true Resources: NYSGRID_CORNELL_NYS1: Active: true diff --git a/topology/Donald Danforth Plant Science Center/OSG_US_DANFORTH_ce04/OSG_US_DANFORTH_HOSTED_CE.yaml b/topology/Donald Danforth Plant Science Center/OSG_US_DANFORTH_ce04/OSG_US_DANFORTH_HOSTED_CE.yaml index 280348c5e..27865fe19 100644 --- a/topology/Donald Danforth Plant Science Center/OSG_US_DANFORTH_ce04/OSG_US_DANFORTH_HOSTED_CE.yaml +++ b/topology/Donald Danforth Plant Science Center/OSG_US_DANFORTH_ce04/OSG_US_DANFORTH_HOSTED_CE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Hosted CE for Danforth center cluster GroupID: 471 +Production: true Resources: OSG_US_DANFORTH_ce04: Active: true diff --git a/topology/Duke_University/DukeTier3/DukeT3.yaml b/topology/Duke_University/DukeTier3/DukeT3.yaml index f5ee4cf90..8195ad9de 100644 --- a/topology/Duke_University/DukeTier3/DukeT3.yaml +++ b/topology/Duke_University/DukeTier3/DukeT3.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Duke University HEP Tier 3 site GroupID: 213 +Production: true Resources: DUKET3-SE: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FNAL HPC/Wilson Facility.yaml b/topology/Fermi National Accelerator Laboratory/FNAL HPC/Wilson Facility.yaml index d1413e902..075a8e183 100644 --- a/topology/Fermi National Accelerator Laboratory/FNAL HPC/Wilson Facility.yaml +++ b/topology/Fermi National Accelerator Laboratory/FNAL HPC/Wilson Facility.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Wilson Facility is a General Purpose HPC cluster at Fermilab GroupID: 455 +Production: true Resources: FNAL_WILSON: Active: true diff --git a/topology/Fermi National Accelerator Laboratory/FNAL USCMS Tier1/USCMS-FNAL-ITB.yaml b/topology/Fermi National Accelerator Laboratory/FNAL USCMS Tier1/USCMS-FNAL-ITB.yaml index 0a85687b3..1ad54cf5d 100644 --- a/topology/Fermi National Accelerator Laboratory/FNAL USCMS Tier1/USCMS-FNAL-ITB.yaml +++ b/topology/Fermi National Accelerator Laboratory/FNAL USCMS Tier1/USCMS-FNAL-ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: USCMS Fermilab ITB Resources GroupID: 263 +Production: false Resources: USCMS-FNAL-ITB: Active: true diff --git a/topology/Fermi National Accelerator Laboratory/FNAL USCMS Tier1/USCMS-FNAL-WC1.yaml b/topology/Fermi National Accelerator Laboratory/FNAL USCMS Tier1/USCMS-FNAL-WC1.yaml index 0df60f3eb..7ec718651 100644 --- a/topology/Fermi National Accelerator Laboratory/FNAL USCMS Tier1/USCMS-FNAL-WC1.yaml +++ b/topology/Fermi National Accelerator Laboratory/FNAL USCMS Tier1/USCMS-FNAL-WC1.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 210 +Production: true Resources: FNAL NRTB PerfSONAR Bandwidth: Active: true diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FAPL_ITB_SE.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FAPL_ITB_SE.yaml index d4492b03f..eb3b07325 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FAPL_ITB_SE.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FAPL_ITB_SE.yaml @@ -1,5 +1,4 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: |- I didn't register this resource and it doesn't show up in my Resource view but I @@ -9,6 +8,7 @@ GroupDescription: |- In any case this SE should be marked inactive. GroupID: 18 +Production: false Resources: FNAL_FAPL_ITB_SE: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID.yaml index 3b5d07ea3..ffca448b3 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID.yaml @@ -1,10 +1,10 @@ Disable: false -GridType: OSG Production Resource GroupDescription: |- This is the FermiGrid site gateway and includes the site gatekeeper and all the hidden CE's that are attached GroupID: 19 +Production: true Resources: FNAL_CDFOSG_0: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID_ITB.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID_ITB.yaml index 32eb34c5f..76884163a 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID_ITB.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID_ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 20 +Production: false Resources: FNAL-ITB-GIP-TEST1: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID_TEST.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID_TEST.yaml index 380d38650..f895629e4 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID_TEST.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FERMIGRID_TEST.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 21 +Production: false Resources: FNAL_FERMIGRID_TEST: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FIFE_SUBMIT.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FIFE_SUBMIT.yaml index 4fb5d0c43..aa76a5a20 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FIFE_SUBMIT.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_FIFE_SUBMIT.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: submit nodes GroupID: 381 +Production: true Resources: FIFEBATCH2: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_GPFARM.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_GPFARM.yaml index 31c93660d..2cf1d5cb7 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_GPFARM.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_GPFARM.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 22 +Production: true Resources: FNAL_GPFARM: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_GPGRID_1.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_GPGRID_1.yaml index 06dc94a00..4bc709932 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_GPGRID_1.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_GPGRID_1.yaml @@ -1,5 +1,4 @@ Disable: false -GridType: OSG Production Resource GroupDescription: |- This resource replaces FNAL_GPFARM. It is the General Purpose Grid Cluster at Fermilab, @@ -8,6 +7,7 @@ GroupDescription: |- on this cluster through request to the FermiGrid management. All VO\'s are supported at the level of at least 1 slot. GroupID: 172 +Production: true Resources: FNAL_GPGRID_1: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_IF_GRIDFTP.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_IF_GRIDFTP.yaml index 9dd58c75b..c692eb05b 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_IF_GRIDFTP.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_IF_GRIDFTP.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: A collection of GridFTP servers for the Intensity Frontier experiments at Fermilab, all of which report to Gratia. GroupID: 368 +Production: true Resources: FNAL_IF_GRIDFTP_NOVA: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_PUBLIC_DCACHE.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_PUBLIC_DCACHE.yaml index 6e3d2a36a..3d2a4fcbc 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_PUBLIC_DCACHE.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/FNAL_PUBLIC_DCACHE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Machines associated with Fermilab public dCache GroupID: 369 +Production: true Resources: Fermilab Public dCache: Active: true diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/GPGRID.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/GPGRID.yaml index 70a2e9c4d..5df3920c0 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/GPGRID.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/GPGRID.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This is the General Purpose Grid cluster at Fermilab. GroupID: 476 +Production: true Resources: FNAL_GPGRID_CE_03: Active: true diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/GRATIA-OSG.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/GRATIA-OSG.yaml index f270c9b96..e86af5557 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/GRATIA-OSG.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/GRATIA-OSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The OSG Gratia services as provided by FermiGrid at FNAL. GroupID: 255 +Production: true Resources: GRATIA-OSG-DAILY: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB-ReSS.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB-ReSS.yaml index 1ef63bd47..cb1aab434 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB-ReSS.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB-ReSS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: OSG-ITB Resource Selection Machines GroupID: 234 +Production: false Resources: ITB-ReSS: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST.yaml index 140215337..e581b3596 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 45 +Production: false Resources: ITB_INSTALL_TEST: Active: true diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST_2.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST_2.yaml index 4042e592b..fd93de30f 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST_2.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST_2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 46 +Production: false Resources: ITB_INSTALL_TEST_2: Active: true diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST_3.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST_3.yaml index 8c1c58b8d..0d199c3e3 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST_3.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/ITB_INSTALL_TEST_3.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 47 +Production: false Resources: ITB_INSTALL_TEST_3: Active: true diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/OSG-ReSS.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/OSG-ReSS.yaml index 7399ab8ab..5c9611ca4 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/OSG-ReSS.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/OSG-ReSS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: OSG Production Resource Selection machines GroupID: 233 +Production: true Resources: OSG-ReSS-PROD: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/FermiGrid/vomsopensciencegridorg.yaml b/topology/Fermi National Accelerator Laboratory/FermiGrid/vomsopensciencegridorg.yaml index 0e7ea39a6..f5d2d3a18 100644 --- a/topology/Fermi National Accelerator Laboratory/FermiGrid/vomsopensciencegridorg.yaml +++ b/topology/Fermi National Accelerator Laboratory/FermiGrid/vomsopensciencegridorg.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 190 +Production: true Resources: OSG_VOMRS: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/USCMS-FNAL-XEN/OSG_INSTALL_TEST_2.yaml b/topology/Fermi National Accelerator Laboratory/USCMS-FNAL-XEN/OSG_INSTALL_TEST_2.yaml index 68170e4f1..c037e78ef 100644 --- a/topology/Fermi National Accelerator Laboratory/USCMS-FNAL-XEN/OSG_INSTALL_TEST_2.yaml +++ b/topology/Fermi National Accelerator Laboratory/USCMS-FNAL-XEN/OSG_INSTALL_TEST_2.yaml @@ -1,11 +1,11 @@ Disable: true -GridType: OSG Production Resource GroupDescription: |- Changing site of resource group so it is not a part of fermigrid. Disabled per John Weigand (8-25-2014) https://ticket.grid.iu.edu/22201 GroupID: 83 +Production: true Resources: OSG_INSTALL_TEST_2: Active: false diff --git a/topology/Fermi National Accelerator Laboratory/USCMS-FNAL-XEN/USCMS-FNAL-XEN.yaml b/topology/Fermi National Accelerator Laboratory/USCMS-FNAL-XEN/USCMS-FNAL-XEN.yaml index ad522812d..b138ee022 100644 --- a/topology/Fermi National Accelerator Laboratory/USCMS-FNAL-XEN/USCMS-FNAL-XEN.yaml +++ b/topology/Fermi National Accelerator Laboratory/USCMS-FNAL-XEN/USCMS-FNAL-XEN.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Single virtual xen node for Tier 3 support GroupID: 232 +Production: true Resources: USCMS-FNAL-XEN: Active: true diff --git a/topology/Florida A&M University/APCR-DRDL/FloridaAMUniversity.yaml b/topology/Florida A&M University/APCR-DRDL/FloridaAMUniversity.yaml index fb6a35935..4157fb1d9 100644 --- a/topology/Florida A&M University/APCR-DRDL/FloridaAMUniversity.yaml +++ b/topology/Florida A&M University/APCR-DRDL/FloridaAMUniversity.yaml @@ -1,10 +1,10 @@ Disable: true -GridType: OSG Production Resource GroupDescription: |- Site for FAMU's Engagement resource. 7/26 disabling empty resource group GroupID: 297 +Production: true Resources: FloridaAMUniversity_CE: Active: false diff --git a/topology/Florida Institute of Technology/Florida Tech/FLTECH.yaml b/topology/Florida Institute of Technology/Florida Tech/FLTECH.yaml index 6d7c9bc49..c508eae62 100644 --- a/topology/Florida Institute of Technology/Florida Tech/FLTECH.yaml +++ b/topology/Florida Institute of Technology/Florida Tech/FLTECH.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Compute Cluster at the Florida Tech High Energy Physics lab GroupID: 163 +Production: true Resources: FLTECH: Active: true diff --git a/topology/Florida International University/CHEPREO/FIU-PG.yaml b/topology/Florida International University/CHEPREO/FIU-PG.yaml index 12af3e181..542ddb3e7 100644 --- a/topology/Florida International University/CHEPREO/FIU-PG.yaml +++ b/topology/Florida International University/CHEPREO/FIU-PG.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 16 +Production: true Resources: FIU-PG: Active: false diff --git a/topology/Florida International University/FIU CMS Tier3/FIUPG.yaml b/topology/Florida International University/FIU CMS Tier3/FIUPG.yaml index 628df3b57..1929d9a61 100644 --- a/topology/Florida International University/FIU CMS Tier3/FIUPG.yaml +++ b/topology/Florida International University/FIU CMS Tier3/FIUPG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Tier3 site at Florida International University GroupID: 307 +Production: true Resources: FIU_CE: Active: true diff --git a/topology/Florida International University/FIU HPC/HPCOSG.yaml b/topology/Florida International University/FIU HPC/HPCOSG.yaml index b7b17939b..df000e72d 100644 --- a/topology/Florida International University/FIU HPC/HPCOSG.yaml +++ b/topology/Florida International University/FIU HPC/HPCOSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Resources group for OSG VO GroupID: 425 +Production: true Resources: FIU_HPCOSG_CE: Active: true diff --git a/topology/Florida State University/FSU_HNPGRID/OSG_US_FSU_HNPGRID.yaml b/topology/Florida State University/FSU_HNPGRID/OSG_US_FSU_HNPGRID.yaml index 88c344bc0..8bb2680c3 100644 --- a/topology/Florida State University/FSU_HNPGRID/OSG_US_FSU_HNPGRID.yaml +++ b/topology/Florida State University/FSU_HNPGRID/OSG_US_FSU_HNPGRID.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Hosted CE for GlueX and OSG support GroupID: 475 +Production: true Resources: OSG_US_FSU_HNPGRID: Active: true diff --git a/topology/Florida State University/Florida State HEP/FSU-HEP.yaml b/topology/Florida State University/Florida State HEP/FSU-HEP.yaml index af38d0df9..c62b54c72 100644 --- a/topology/Florida State University/Florida State HEP/FSU-HEP.yaml +++ b/topology/Florida State University/Florida State HEP/FSU-HEP.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: FSU CMS tier3 computing center. GroupID: 23 +Production: true Resources: FSU-HEP: Active: true diff --git a/topology/Georgia Institute of Technology/Georgia Tech/Georgia Tech LIGO.yaml b/topology/Georgia Institute of Technology/Georgia Tech/Georgia Tech LIGO.yaml index 3684330c1..194379cae 100644 --- a/topology/Georgia Institute of Technology/Georgia Tech/Georgia Tech LIGO.yaml +++ b/topology/Georgia Institute of Technology/Georgia Tech/Georgia Tech LIGO.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Submit-side resources dedicated to serving the local LIGO group @ Georgia Tech. GroupID: 424 +Production: true Resources: Georgia_Tech_LIGO_Submit_1: Active: true diff --git a/topology/Georgia Institute of Technology/Georgia Tech/Georgia Tech PACE.yaml b/topology/Georgia Institute of Technology/Georgia Tech/Georgia Tech PACE.yaml index 924af753c..fa0663091 100644 --- a/topology/Georgia Institute of Technology/Georgia Tech/Georgia Tech PACE.yaml +++ b/topology/Georgia Institute of Technology/Georgia Tech/Georgia Tech PACE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Resources in the Georgia Tech PACE cluster, to be used by LIGO. GroupID: 423 +Production: true Resources: Georgia_Tech_PACE_CE_1: Active: true diff --git a/topology/Georgia Institute of Technology/PuNDIT/GaTech_Testbed.yaml b/topology/Georgia Institute of Technology/PuNDIT/GaTech_Testbed.yaml index 843e9fb72..7dffb15ed 100644 --- a/topology/Georgia Institute of Technology/PuNDIT/GaTech_Testbed.yaml +++ b/topology/Georgia Institute of Technology/PuNDIT/GaTech_Testbed.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: PuNDIT Testbed nodes in Georgia Tech GroupID: 413 +Production: true Resources: perfSONAR_GT_testbed_latency: Active: false diff --git a/topology/Georgia State University/Georgia State University Research Computing/OSG_TEST_CE.yaml b/topology/Georgia State University/Georgia State University Research Computing/OSG_TEST_CE.yaml index c8fdd1d1b..30d0b9f8c 100644 --- a/topology/Georgia State University/Georgia State University Research Computing/OSG_TEST_CE.yaml +++ b/topology/Georgia State University/Georgia State University Research Computing/OSG_TEST_CE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Test CE GroupID: 370 +Production: true Resources: OSG_TEST_CE: Active: false diff --git a/topology/Georgia State University/OSG_US_GSU_ACORE/OSG_US_GSU_ACORE.yaml b/topology/Georgia State University/OSG_US_GSU_ACORE/OSG_US_GSU_ACORE.yaml index b6323323d..1275dc930 100644 --- a/topology/Georgia State University/OSG_US_GSU_ACORE/OSG_US_GSU_ACORE.yaml +++ b/topology/Georgia State University/OSG_US_GSU_ACORE/OSG_US_GSU_ACORE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Hosted CE for ACORE resource GroupID: 470 +Production: true Resources: OSG_US_GSU_ACORE: Active: true diff --git a/topology/Gridplexus/OSG_GP_CE01/Gridplexus.yaml b/topology/Gridplexus/OSG_GP_CE01/Gridplexus.yaml index fcc7e4cc1..27f9db4b3 100644 --- a/topology/Gridplexus/OSG_GP_CE01/Gridplexus.yaml +++ b/topology/Gridplexus/OSG_GP_CE01/Gridplexus.yaml @@ -1,10 +1,10 @@ Disable: false -GridType: OSG Production Resource GroupDescription: |- new resource is under construction (OSG 1.0) 7/26 disabling empty resource group GroupID: 157 +Production: true Resources: Gridplexus: Active: false diff --git a/topology/Hampton University PPCF/PPCF_ATLAS/Hampton PPCF ATLAS.yaml b/topology/Hampton University PPCF/PPCF_ATLAS/Hampton PPCF ATLAS.yaml index 8fdd1b523..0a1569fae 100644 --- a/topology/Hampton University PPCF/PPCF_ATLAS/Hampton PPCF ATLAS.yaml +++ b/topology/Hampton University PPCF/PPCF_ATLAS/Hampton PPCF ATLAS.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Hampton ATLAS Tier3 GroupID: 305 +Production: true Resources: Hampton_ATLAS_CE: Active: true diff --git a/topology/Harvard Medical School/HMS/HMS-Orchestra.yaml b/topology/Harvard Medical School/HMS/HMS-Orchestra.yaml index 7a5adb9c1..cfd80b420 100644 --- a/topology/Harvard Medical School/HMS/HMS-Orchestra.yaml +++ b/topology/Harvard Medical School/HMS/HMS-Orchestra.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Resources that are part of the Research IT Group's cluster, "Orchestra." GroupID: 312 +Production: true Resources: HMS-Orchestra-Dev: Active: false diff --git a/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-East.yaml b/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-East.yaml index 4cc5adcfe..5190bc218 100644 --- a/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-East.yaml +++ b/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-East.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 21 dual AMD Opteron Processor 240 1.4GHz, 2 GB RAM GroupID: 142 +Production: true Resources: SBGrid-Harvard-East: Active: false diff --git a/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-Exp.yaml b/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-Exp.yaml index a1025d59a..c70ee8825 100644 --- a/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-Exp.yaml +++ b/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-Exp.yaml @@ -1,9 +1,9 @@ Disable: false -GridType: OSG Production Resource GroupDescription: 3 node, 20 core site. 2.4 GHz x86_64, 300 GB local storage, 300 GB shared storage, 1 GB RAM/core. All VOs welcome. gsi-ssh available by request to allow debugging. GroupID: 143 +Production: true Resources: SBGrid-Harvard-Exp: Active: false diff --git a/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-Infrastructure.yaml b/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-Infrastructure.yaml index c7bff8b31..2fe2a44b0 100644 --- a/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-Infrastructure.yaml +++ b/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard-Infrastructure.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Various infrastructure services for SBGrid. GroupID: 339 +Production: true Resources: SBGrid-Harvard-Security: Active: true diff --git a/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard.yaml b/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard.yaml index 1d680dc70..24fa2223a 100644 --- a/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard.yaml +++ b/topology/Harvard University/Harvard SBGRID/SBGrid-Harvard.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 97 +Production: false Resources: SBGrid-GlideinWMS-Frontend: Active: true diff --git a/topology/Harvard University/Harvard SBGRID/WQCG-Harvard-OSG.yaml b/topology/Harvard University/Harvard SBGRID/WQCG-Harvard-OSG.yaml index a6cae4ed1..a6e8fb7f3 100644 --- a/topology/Harvard University/Harvard SBGRID/WQCG-Harvard-OSG.yaml +++ b/topology/Harvard University/Harvard SBGRID/WQCG-Harvard-OSG.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: disabled 1/26 GroupID: 229 +Production: true Resources: WQCG-Harvard-OSG: Active: false diff --git a/topology/Harvard University/Harvard University/HU_ATLAS_Tier2.yaml b/topology/Harvard University/Harvard University/HU_ATLAS_Tier2.yaml index b5f74d975..72d1fe046 100644 --- a/topology/Harvard University/Harvard University/HU_ATLAS_Tier2.yaml +++ b/topology/Harvard University/Harvard University/HU_ATLAS_Tier2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: US ATLAS Tier2 GroupID: 182 +Production: true Resources: HU_ATLAS_Tier2: Active: true diff --git a/topology/High Performance Computing Facility - University of Puerto Rico/High Performance Computing Facility - University of Puerto Rico/UPR_HPCF.yaml b/topology/High Performance Computing Facility - University of Puerto Rico/High Performance Computing Facility - University of Puerto Rico/UPR_HPCF.yaml index 65da3a6ed..fc2e40fbb 100644 --- a/topology/High Performance Computing Facility - University of Puerto Rico/High Performance Computing Facility - University of Puerto Rico/UPR_HPCF.yaml +++ b/topology/High Performance Computing Facility - University of Puerto Rico/High Performance Computing Facility - University of Puerto Rico/UPR_HPCF.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: HPCF Resource Group GroupID: 385 +Production: true Resources: Nanobio_CE: Active: true diff --git a/topology/INFN-PADOVA/INFN-PADOVA/SBGrid.yaml b/topology/INFN-PADOVA/INFN-PADOVA/SBGrid.yaml index 813a954e9..cb42794b1 100644 --- a/topology/INFN-PADOVA/INFN-PADOVA/SBGrid.yaml +++ b/topology/INFN-PADOVA/INFN-PADOVA/SBGrid.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: SBGrid VO resources GroupID: 338 +Production: true Resources: INFNPD-GlideinWMS-Schedd: Active: true diff --git a/topology/Illinois Institute of Technology/IIT - Illinois Institute of Technology/IIT.yaml b/topology/Illinois Institute of Technology/IIT - Illinois Institute of Technology/IIT.yaml index bdc8148ce..e1f88a9bf 100644 --- a/topology/Illinois Institute of Technology/IIT - Illinois Institute of Technology/IIT.yaml +++ b/topology/Illinois Institute of Technology/IIT - Illinois Institute of Technology/IIT.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: HPC & HTC computing resources at IIT GroupID: 445 +Production: true Resources: IIT_CE: Active: true diff --git a/topology/Indiana University/GOC Staff VM/ECHISM-GOC.yaml b/topology/Indiana University/GOC Staff VM/ECHISM-GOC.yaml index a83753211..54ebc4a69 100644 --- a/topology/Indiana University/GOC Staff VM/ECHISM-GOC.yaml +++ b/topology/Indiana University/GOC Staff VM/ECHISM-GOC.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: Services hosted by Elizabeth's VMs GroupID: 352 +Production: false Resources: ECE: Active: true diff --git a/topology/Indiana University/GOC Staff VM/KAGROSS-GOC.yaml b/topology/Indiana University/GOC Staff VM/KAGROSS-GOC.yaml index 8566700c1..986b89bf9 100644 --- a/topology/Indiana University/GOC Staff VM/KAGROSS-GOC.yaml +++ b/topology/Indiana University/GOC Staff VM/KAGROSS-GOC.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: kagross.grid.iu.edu VM GroupID: 345 +Production: false Resources: LLAMA-LLAMA-GOC: Active: true diff --git a/topology/Indiana University/GOC Staff VM/VJNEAL-GOC.yaml b/topology/Indiana University/GOC Staff VM/VJNEAL-GOC.yaml index 8f0cd701f..c74fcf74d 100644 --- a/topology/Indiana University/GOC Staff VM/VJNEAL-GOC.yaml +++ b/topology/Indiana University/GOC Staff VM/VJNEAL-GOC.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: vince's VM set GroupID: 391 +Production: false Resources: VJNEAL_CE: Active: true diff --git a/topology/Indiana University/ILS/Jupiter.yaml b/topology/Indiana University/ILS/Jupiter.yaml index d5db6499b..e22a8f893 100644 --- a/topology/Indiana University/ILS/Jupiter.yaml +++ b/topology/Indiana University/ILS/Jupiter.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: ILS compute cluster GroupID: 362 +Production: true Resources: ILS_compute: Active: true diff --git a/topology/Indiana University/ILS/cns.yaml b/topology/Indiana University/ILS/cns.yaml index 96f6694ce..24f9425ff 100644 --- a/topology/Indiana University/ILS/cns.yaml +++ b/topology/Indiana University/ILS/cns.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Cyberinfrastructure for Network Science Center GroupID: 380 +Production: true Resources: cns1: Active: true diff --git a/topology/Indiana University/IU GOC GLIDEIN/GOC glidein.yaml b/topology/Indiana University/IU GOC GLIDEIN/GOC glidein.yaml index 546a0a3ce..74bc9f115 100644 --- a/topology/Indiana University/IU GOC GLIDEIN/GOC glidein.yaml +++ b/topology/Indiana University/IU GOC GLIDEIN/GOC glidein.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The GOC hosted, UCSD maintained glidein factory. GroupID: 308 +Production: true Resources: GOC glidein: Active: true diff --git a/topology/Indiana University/IU UITS/CSIU Services.yaml b/topology/Indiana University/IU UITS/CSIU Services.yaml index 41c070bef..0c5a15323 100644 --- a/topology/Indiana University/IU UITS/CSIU Services.yaml +++ b/topology/Indiana University/IU UITS/CSIU Services.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Resources for CSIU Campus Grid GroupID: 358 +Production: true Resources: CSIU Submit: Active: true diff --git a/topology/Indiana University/IU UITS/Condor collectors.yaml b/topology/Indiana University/IU UITS/Condor collectors.yaml index f5d4a5cec..f988e013d 100644 --- a/topology/Indiana University/IU UITS/Condor collectors.yaml +++ b/topology/Indiana University/IU UITS/Condor collectors.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Condor collectors for the HTCondor CE GroupID: 406 +Production: true Resources: collector1: Active: true diff --git a/topology/Indiana University/IU UITS/GOC Accounting Reporter.yaml b/topology/Indiana University/IU UITS/GOC Accounting Reporter.yaml index e0a07fa60..ddd525814 100644 --- a/topology/Indiana University/IU UITS/GOC Accounting Reporter.yaml +++ b/topology/Indiana University/IU UITS/GOC Accounting Reporter.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Web server to display various accounting reports GroupID: 418 +Production: true Resources: Accounting_Reporter: Active: true diff --git a/topology/Indiana University/IU UITS/GOC Perfsonar Toolkits.yaml b/topology/Indiana University/IU UITS/GOC Perfsonar Toolkits.yaml index 7c2bf5549..a2823a59d 100644 --- a/topology/Indiana University/IU UITS/GOC Perfsonar Toolkits.yaml +++ b/topology/Indiana University/IU UITS/GOC Perfsonar Toolkits.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Hosts perfsonar toolkit instances to help administrators to troubleshoot network connectivity issues between GOC and their sites. GroupID: 371 +Production: true Resources: GOC_Perfsonar_Bandwidth: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_Authorization_Services.yaml b/topology/Indiana University/IU UITS/GOC_Authorization_Services.yaml index bb55b8f24..76109bc86 100644 --- a/topology/Indiana University/IU UITS/GOC_Authorization_Services.yaml +++ b/topology/Indiana University/IU UITS/GOC_Authorization_Services.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: This resource group will contain the GOC-run VOMS server, etc. GroupID: 248 +Production: true Resources: GOC_Auth_Services: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_BDII.yaml b/topology/Indiana University/IU UITS/GOC_BDII.yaml index a6be50a8f..081f0acc1 100644 --- a/topology/Indiana University/IU UITS/GOC_BDII.yaml +++ b/topology/Indiana University/IU UITS/GOC_BDII.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Group of BDIIs run by the GOC to serve both OSG and WLCG users. GroupID: 247 +Production: true Resources: GOC_BDII_1: Active: false diff --git a/topology/Indiana University/IU UITS/GOC_BDII_ITB.yaml b/topology/Indiana University/IU UITS/GOC_BDII_ITB.yaml index 58a68b7f6..457f20a70 100644 --- a/topology/Indiana University/IU UITS/GOC_BDII_ITB.yaml +++ b/topology/Indiana University/IU UITS/GOC_BDII_ITB.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: Group of BDIIs run by the GOC to serve both OSG-ITB and WLCG-PPS users. GroupID: 256 +Production: false Resources: GOC_BDII_ITB_1: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_Event.yaml b/topology/Indiana University/IU UITS/GOC_Event.yaml index c2b9acd4f..0d0475ddd 100644 --- a/topology/Indiana University/IU UITS/GOC_Event.yaml +++ b/topology/Indiana University/IU UITS/GOC_Event.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Resource group for the message bus GroupID: 477 +Production: true Resources: RabbitMQ message bus: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_OIM.yaml b/topology/Indiana University/IU UITS/GOC_OIM.yaml index d03a2da33..0ba39e400 100644 --- a/topology/Indiana University/IU UITS/GOC_OIM.yaml +++ b/topology/Indiana University/IU UITS/GOC_OIM.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Resource group for the OIM topology system GroupID: 266 +Production: true Resources: GOC_OIM: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_RSV_Collector.yaml b/topology/Indiana University/IU UITS/GOC_RSV_Collector.yaml index c4432edd3..c89b62df0 100644 --- a/topology/Indiana University/IU UITS/GOC_RSV_Collector.yaml +++ b/topology/Indiana University/IU UITS/GOC_RSV_Collector.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The Gratia based RSV collector hosted by the GOC GroupID: 250 +Production: true Resources: RSV1: Active: false diff --git a/topology/Indiana University/IU UITS/GOC_RSV_Collector_ITB.yaml b/topology/Indiana University/IU UITS/GOC_RSV_Collector_ITB.yaml index 188a87321..ca769117a 100644 --- a/topology/Indiana University/IU UITS/GOC_RSV_Collector_ITB.yaml +++ b/topology/Indiana University/IU UITS/GOC_RSV_Collector_ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: The Gratia based RSV-ITB collector hosted by the GOC. GroupID: 251 +Production: false Resources: RSV_Collector_ITB: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_Repo.yaml b/topology/Indiana University/IU UITS/GOC_Repo.yaml index 5f137223d..7b096b29e 100644 --- a/topology/Indiana University/IU UITS/GOC_Repo.yaml +++ b/topology/Indiana University/IU UITS/GOC_Repo.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: A place to store RPM distributions GroupID: 325 +Production: true Resources: GOC_Repo_1: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_Repo_ITB.yaml b/topology/Indiana University/IU UITS/GOC_Repo_ITB.yaml index c915e18da..f367eb679 100644 --- a/topology/Indiana University/IU UITS/GOC_Repo_ITB.yaml +++ b/topology/Indiana University/IU UITS/GOC_Repo_ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: Repo ITB GroupID: 431 +Production: false Resources: GOC_Repo_ITB: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_Software_Cache.yaml b/topology/Indiana University/IU UITS/GOC_Software_Cache.yaml index 639580652..f36887ce5 100644 --- a/topology/Indiana University/IU UITS/GOC_Software_Cache.yaml +++ b/topology/Indiana University/IU UITS/GOC_Software_Cache.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: For getting OSG software GroupID: 270 +Production: true Resources: GOC_Software_Cache_1: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_Software_Cache_ITB.yaml b/topology/Indiana University/IU UITS/GOC_Software_Cache_ITB.yaml index d508ffa3c..6c2750071 100644 --- a/topology/Indiana University/IU UITS/GOC_Software_Cache_ITB.yaml +++ b/topology/Indiana University/IU UITS/GOC_Software_Cache_ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: For getting OSG software GroupID: 271 +Production: false Resources: GOC_Software_Cache_ITB: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_Ticket.yaml b/topology/Indiana University/IU UITS/GOC_Ticket.yaml index fc3949d00..e27e8523b 100644 --- a/topology/Indiana University/IU UITS/GOC_Ticket.yaml +++ b/topology/Indiana University/IU UITS/GOC_Ticket.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Resource group that contains the resources that host the OSG ticketing system GOCTicket GroupID: 265 +Production: true Resources: GOC_Ticket_1: Active: true diff --git a/topology/Indiana University/IU UITS/GOC_VOMS.yaml b/topology/Indiana University/IU UITS/GOC_VOMS.yaml index 3935b4e92..c2a21cbf7 100644 --- a/topology/Indiana University/IU UITS/GOC_VOMS.yaml +++ b/topology/Indiana University/IU UITS/GOC_VOMS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: A VOMS run by the GOC for the VOs CSIU, mis and osgedu GroupID: 344 +Production: true Resources: GOC Voms: Active: true diff --git a/topology/Indiana University/IU UITS/Gratia_Web.yaml b/topology/Indiana University/IU UITS/Gratia_Web.yaml index 3e43c7799..b9ea4cd2b 100644 --- a/topology/Indiana University/IU UITS/Gratia_Web.yaml +++ b/topology/Indiana University/IU UITS/Gratia_Web.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: To be used for monitoring GroupID: 401 +Production: true Resources: GratiaWeb 1: Active: true diff --git a/topology/Indiana University/IU UITS/ITB VM hosts.yaml b/topology/Indiana University/IU UITS/ITB VM hosts.yaml index 746e0f326..beeaa5745 100644 --- a/topology/Indiana University/IU UITS/ITB VM hosts.yaml +++ b/topology/Indiana University/IU UITS/ITB VM hosts.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: VM hosts for ITB services GroupID: 442 +Production: false Resources: DEVM01: Active: true diff --git a/topology/Indiana University/IU UITS/IUB-VTB.yaml b/topology/Indiana University/IU UITS/IUB-VTB.yaml index 10d9542d2..15f1b320f 100644 --- a/topology/Indiana University/IU UITS/IUB-VTB.yaml +++ b/topology/Indiana University/IU UITS/IUB-VTB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 48 +Production: false Resources: IUB-VTB: Active: false diff --git a/topology/Indiana University/IU UITS/IUB_ITB.yaml b/topology/Indiana University/IU UITS/IUB_ITB.yaml index f6e93751a..b895d4312 100644 --- a/topology/Indiana University/IU UITS/IUB_ITB.yaml +++ b/topology/Indiana University/IU UITS/IUB_ITB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 49 +Production: false Resources: IUB_ITB: Active: false diff --git a/topology/Indiana University/IU UITS/IUB_ITB2.yaml b/topology/Indiana University/IU UITS/IUB_ITB2.yaml index 159411841..f94dbd313 100644 --- a/topology/Indiana University/IU UITS/IUB_ITB2.yaml +++ b/topology/Indiana University/IU UITS/IUB_ITB2.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 50 +Production: false Resources: IUB_ITB2: Active: false diff --git a/topology/Indiana University/IU UITS/IUB_ITB_AG.yaml b/topology/Indiana University/IU UITS/IUB_ITB_AG.yaml index a47b79593..9caa85e2b 100644 --- a/topology/Indiana University/IU UITS/IUB_ITB_AG.yaml +++ b/topology/Indiana University/IU UITS/IUB_ITB_AG.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 51 +Production: false Resources: IUB_ITB_AG: Active: false diff --git a/topology/Indiana University/IU UITS/IUPUI-ITB.yaml b/topology/Indiana University/IU UITS/IUPUI-ITB.yaml index 891cd2a0a..118fd7041 100644 --- a/topology/Indiana University/IU UITS/IUPUI-ITB.yaml +++ b/topology/Indiana University/IU UITS/IUPUI-ITB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: 7/26 disabling empty resource group GroupID: 52 +Production: false Resources: IUPUI-ITB: Active: false diff --git a/topology/Indiana University/IU UITS/IU_COBRA_ITB.yaml b/topology/Indiana University/IU UITS/IU_COBRA_ITB.yaml index 44ac2eebb..543934422 100644 --- a/topology/Indiana University/IU UITS/IU_COBRA_ITB.yaml +++ b/topology/Indiana University/IU UITS/IU_COBRA_ITB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: A dev CE GroupID: 54 +Production: false Resources: IU_COBRA_ITB: Active: false diff --git a/topology/Indiana University/IU UITS/IU_OSG.yaml b/topology/Indiana University/IU UITS/IU_OSG.yaml index 3846efb1c..55f0b4b2a 100644 --- a/topology/Indiana University/IU UITS/IU_OSG.yaml +++ b/topology/Indiana University/IU UITS/IU_OSG.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: https://ticket.grid.iu.edu/24249 GroupID: 56 +Production: true Resources: IU_OSG: Active: false diff --git a/topology/Indiana University/IU UITS/IU_iuatlas.yaml b/topology/Indiana University/IU UITS/IU_iuatlas.yaml index 5ab19eab1..263931d5f 100644 --- a/topology/Indiana University/IU UITS/IU_iuatlas.yaml +++ b/topology/Indiana University/IU UITS/IU_iuatlas.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 55 +Production: false Resources: IU_iuatlas: Active: false diff --git a/topology/Indiana University/IU UITS/MyOSG.yaml b/topology/Indiana University/IU UITS/MyOSG.yaml index bdc1c7462..a4aa8b124 100644 --- a/topology/Indiana University/IU UITS/MyOSG.yaml +++ b/topology/Indiana University/IU UITS/MyOSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The central MyOSG service accessible at http://myosg.grid.iu.edu GroupID: 246 +Production: true Resources: MyOSG_1: Active: true diff --git a/topology/Indiana University/IU UITS/OSG Oasis.yaml b/topology/Indiana University/IU UITS/OSG Oasis.yaml index fe4acdcb6..529b77414 100644 --- a/topology/Indiana University/IU UITS/OSG Oasis.yaml +++ b/topology/Indiana University/IU UITS/OSG Oasis.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: OSG stratum0 server GroupID: 364 +Production: true Resources: Oasis: Active: true diff --git a/topology/Indiana University/IU UITS/OSG blogs.yaml b/topology/Indiana University/IU UITS/OSG blogs.yaml index 114238287..a696a0bc4 100644 --- a/topology/Indiana University/IU UITS/OSG blogs.yaml +++ b/topology/Indiana University/IU UITS/OSG blogs.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: OSG blogs, production instance GroupID: 422 +Production: true Resources: OSG blog: Active: true diff --git a/topology/Indiana University/IU UITS/OSG_DOCDB.yaml b/topology/Indiana University/IU UITS/OSG_DOCDB.yaml index b392f0d61..1727adc87 100644 --- a/topology/Indiana University/IU UITS/OSG_DOCDB.yaml +++ b/topology/Indiana University/IU UITS/OSG_DOCDB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: OSG DOCDB Homepage (http://osg-docdb.opensciencegrid.org) GroupID: 281 +Production: true Resources: OSG_DOCDB_1: Active: true diff --git a/topology/Indiana University/IU UITS/OSG_Display.yaml b/topology/Indiana University/IU UITS/OSG_Display.yaml index 8a6109078..40a9ab49d 100644 --- a/topology/Indiana University/IU UITS/OSG_Display.yaml +++ b/topology/Indiana University/IU UITS/OSG_Display.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This resource group consists of resources that provide the "OSG Display" service. GroupID: 261 +Production: true Resources: OSG_Display_1: Active: true diff --git a/topology/Indiana University/IU UITS/OSG_Homepage.yaml b/topology/Indiana University/IU UITS/OSG_Homepage.yaml index f271bdcb3..33e5f5a9d 100644 --- a/topology/Indiana University/IU UITS/OSG_Homepage.yaml +++ b/topology/Indiana University/IU UITS/OSG_Homepage.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: OSG Homepage (http://opensciencegrid.org) GroupID: 280 +Production: true Resources: OSG_Homepage_1: Active: true diff --git a/topology/Indiana University/IU UITS/OSG_JIRA.yaml b/topology/Indiana University/IU UITS/OSG_JIRA.yaml index 0f5fa1036..abd3144c5 100644 --- a/topology/Indiana University/IU UITS/OSG_JIRA.yaml +++ b/topology/Indiana University/IU UITS/OSG_JIRA.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: JIRA ticket system for OSG staff GroupID: 334 +Production: true Resources: jira: Active: true diff --git a/topology/Indiana University/IU UITS/OSG_TWiki.yaml b/topology/Indiana University/IU UITS/OSG_TWiki.yaml index 46e6accc0..042c80a84 100644 --- a/topology/Indiana University/IU UITS/OSG_TWiki.yaml +++ b/topology/Indiana University/IU UITS/OSG_TWiki.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: OSG Documentation OSG Collaborative Team space GroupID: 197 +Production: true Resources: Image_Server: Active: false diff --git a/topology/Indiana University/IU UITS/OSG_XD.yaml b/topology/Indiana University/IU UITS/OSG_XD.yaml index b1bca4d63..c0d3fd0f8 100644 --- a/topology/Indiana University/IU UITS/OSG_XD.yaml +++ b/topology/Indiana University/IU UITS/OSG_XD.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Allows OSG to be a Resource Provider for XSEDE GroupID: 336 +Production: true Resources: OSG_FLOCK: Active: true diff --git a/topology/Indiana University/IU UITS/Oasis Replica.yaml b/topology/Indiana University/IU UITS/Oasis Replica.yaml index f5d926914..209eb7a51 100644 --- a/topology/Indiana University/IU UITS/Oasis Replica.yaml +++ b/topology/Indiana University/IU UITS/Oasis Replica.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The stratum 1 component of the Oasis service GroupID: 366 +Production: true Resources: OSG Oasis replica: Active: true diff --git a/topology/Indiana University/IU UITS/Oasis login nodes.yaml b/topology/Indiana University/IU UITS/Oasis login nodes.yaml index d5aad5820..a034ebc0f 100644 --- a/topology/Indiana University/IU UITS/Oasis login nodes.yaml +++ b/topology/Indiana University/IU UITS/Oasis login nodes.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Oasis login nodes resource group GroupID: 409 +Production: true Resources: oasis-login: Active: true diff --git a/topology/Indiana University/IU UITS/Perfsonar components.yaml b/topology/Indiana University/IU UITS/Perfsonar components.yaml index a65cbd9a5..62928761c 100644 --- a/topology/Indiana University/IU UITS/Perfsonar components.yaml +++ b/topology/Indiana University/IU UITS/Perfsonar components.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Perfsonar components operated by the GOC GroupID: 432 +Production: true Resources: Cassandra 1: Active: true diff --git a/topology/Indiana University/IU UITS/Perfsonar-itb components.yaml b/topology/Indiana University/IU UITS/Perfsonar-itb components.yaml index 106e4e09d..46503d479 100644 --- a/topology/Indiana University/IU UITS/Perfsonar-itb components.yaml +++ b/topology/Indiana University/IU UITS/Perfsonar-itb components.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: ITB version of production components GroupID: 434 +Production: false Resources: Cassandra-itb1: Active: true diff --git a/topology/Indiana University/IU UITS/Production VM hosts.yaml b/topology/Indiana University/IU UITS/Production VM hosts.yaml index e53c88abe..275cd95d0 100644 --- a/topology/Indiana University/IU UITS/Production VM hosts.yaml +++ b/topology/Indiana University/IU UITS/Production VM hosts.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Resource group for production VM hosts GroupID: 441 +Production: true Resources: VM01: Active: true diff --git a/topology/Indiana University/Indiana University Physics/Indiana_ATLAS_Tier3.yaml b/topology/Indiana University/Indiana University Physics/Indiana_ATLAS_Tier3.yaml index aabbfae43..aa50ba90a 100644 --- a/topology/Indiana University/Indiana University Physics/Indiana_ATLAS_Tier3.yaml +++ b/topology/Indiana University/Indiana University Physics/Indiana_ATLAS_Tier3.yaml @@ -1,10 +1,10 @@ Disable: true -GridType: OSG Production Resource GroupDescription: |- Indiana University Physics Department cluster for ATLAS. 7/26 disabling empty resource group GroupID: 290 +Production: true Resources: Indiana_Physics_ATLAS: Active: false diff --git a/topology/Indiana University/JetStream/Jetstream.yaml b/topology/Indiana University/JetStream/Jetstream.yaml index 4c8a37eb3..4e781895d 100644 --- a/topology/Indiana University/JetStream/Jetstream.yaml +++ b/topology/Indiana University/JetStream/Jetstream.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Jetstream resource Group GroupID: 466 +Production: true Resources: Jetstream-CE-1: Active: true diff --git a/topology/Indiana University/MWT2 ATLAS IU/IU_ATLAS_Tier2.yaml b/topology/Indiana University/MWT2 ATLAS IU/IU_ATLAS_Tier2.yaml index 6973b450c..e50e4b563 100644 --- a/topology/Indiana University/MWT2 ATLAS IU/IU_ATLAS_Tier2.yaml +++ b/topology/Indiana University/MWT2 ATLAS IU/IU_ATLAS_Tier2.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 53 +Production: true Resources: IU_ATLAS_Tier2: Active: false diff --git a/topology/Indiana University/MWT2 ATLAS IU/MWT2_IU.yaml b/topology/Indiana University/MWT2 ATLAS IU/MWT2_IU.yaml index af803a83a..f306a8774 100644 --- a/topology/Indiana University/MWT2 ATLAS IU/MWT2_IU.yaml +++ b/topology/Indiana University/MWT2 ATLAS IU/MWT2_IU.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 68 +Production: true Resources: MWT2_IU: Active: false diff --git a/topology/Indiana University/OSG GOC/Condor_Collectors.yaml b/topology/Indiana University/OSG GOC/Condor_Collectors.yaml index 60d6b9e1e..96bc91d11 100644 --- a/topology/Indiana University/OSG GOC/Condor_Collectors.yaml +++ b/topology/Indiana University/OSG GOC/Condor_Collectors.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: HTCondor collector GroupID: 403 +Production: false Resources: collector-itb: Active: true diff --git a/topology/Indiana University/OSG GOC/GOC_ITB.yaml b/topology/Indiana University/OSG GOC/GOC_ITB.yaml index 1e498b22f..36deaaa87 100644 --- a/topology/Indiana University/OSG GOC/GOC_ITB.yaml +++ b/topology/Indiana University/OSG GOC/GOC_ITB.yaml @@ -1,10 +1,10 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: ITB Resource Group provided by Grid Operations Center. The purpose of this resource group is to host ITB instances of CE, SE, and other OSG resources in order to test new OSG components / train our GOC staff with the latest OSG (& Grid in general) technologies. GroupID: 299 +Production: false Resources: GOC_ITB_CE: Active: false diff --git a/topology/Indiana University/OSG GOC/IPAS_OSG.yaml b/topology/Indiana University/OSG GOC/IPAS_OSG.yaml index d740528bb..57444c9f4 100644 --- a/topology/Indiana University/OSG GOC/IPAS_OSG.yaml +++ b/topology/Indiana University/OSG GOC/IPAS_OSG.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 43 +Production: false Resources: IPAS_OSG: Active: false diff --git a/topology/Indiana University/OSG GOC/Monitored Caches.yaml b/topology/Indiana University/OSG GOC/Monitored Caches.yaml index 81c9ddf02..a21d927e3 100644 --- a/topology/Indiana University/OSG GOC/Monitored Caches.yaml +++ b/topology/Indiana University/OSG GOC/Monitored Caches.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: A collection of monitored StashCaches GroupID: 433 +Production: true Resources: BNL Atlas StashCache instance: Active: true diff --git a/topology/Indiana University/OSG GOC/Monitored Origins.yaml b/topology/Indiana University/OSG GOC/Monitored Origins.yaml index d82ff704f..24b440319 100644 --- a/topology/Indiana University/OSG GOC/Monitored Origins.yaml +++ b/topology/Indiana University/OSG GOC/Monitored Origins.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: A place for monitoring stash cache origin servers GroupID: 454 +Production: true Resources: Caltech StashCache instance: Active: true diff --git a/topology/Indiana University/OSG GOC/Monitored Redirectors.yaml b/topology/Indiana University/OSG GOC/Monitored Redirectors.yaml index 06d6e28dd..3430d6784 100644 --- a/topology/Indiana University/OSG GOC/Monitored Redirectors.yaml +++ b/topology/Indiana University/OSG GOC/Monitored Redirectors.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Changing name GroupID: 430 +Production: true Resources: Indiana StashCache Redirector 1: Active: true diff --git a/topology/Indiana University/OSG GOC/OSG blogs ITB.yaml b/topology/Indiana University/OSG GOC/OSG blogs ITB.yaml index cf1628d39..1e6bdf783 100644 --- a/topology/Indiana University/OSG GOC/OSG blogs ITB.yaml +++ b/topology/Indiana University/OSG GOC/OSG blogs ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: Blog aggregator, ITB instance GroupID: 421 +Production: false Resources: osg-blogs: Active: true diff --git a/topology/Indiana University/OSG GOC/Test Grouop.yaml b/topology/Indiana University/OSG GOC/Test Grouop.yaml index 1c6f96fde..60f6312dd 100644 --- a/topology/Indiana University/OSG GOC/Test Grouop.yaml +++ b/topology/Indiana University/OSG GOC/Test Grouop.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: This is a resource group used to host test resources GroupID: 396 +Production: false Resources: Soichi_Test_Resource: Active: false diff --git a/topology/Indiana University/OSG GOC/stash-itb.yaml b/topology/Indiana University/OSG GOC/stash-itb.yaml index 1c49c4617..3a5f0babe 100644 --- a/topology/Indiana University/OSG GOC/stash-itb.yaml +++ b/topology/Indiana University/OSG GOC/stash-itb.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: stash at the GOC GroupID: 419 +Production: false Resources: stash-itb1: Active: true diff --git a/topology/Indiana University/OSG GOC/yahoo.yaml b/topology/Indiana University/OSG GOC/yahoo.yaml index 251e01273..82787f42e 100644 --- a/topology/Indiana University/OSG GOC/yahoo.yaml +++ b/topology/Indiana University/OSG GOC/yahoo.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: Registering yahoo as a resource to test testing infrastructure GroupID: 447 +Production: false Resources: Yahoo: Active: true diff --git a/topology/Indiana University/OSG Security Services/OSG_SECURITY_MONITOR.yaml b/topology/Indiana University/OSG Security Services/OSG_SECURITY_MONITOR.yaml index 8f6c2d6cb..1cbdfd62b 100644 --- a/topology/Indiana University/OSG Security Services/OSG_SECURITY_MONITOR.yaml +++ b/topology/Indiana University/OSG Security Services/OSG_SECURITY_MONITOR.yaml @@ -1,10 +1,10 @@ Disable: true -GridType: OSG Production Resource GroupDescription: This resource group will include virtual resources that are mapped to CA/CRL-testing services. The OSG security group will use this resource group's status to keep track of whether CA/CRL processes work, as well as to keep track of CA/CRL content problems. GroupID: 257 +Production: true Resources: SECMON_CADIST_GOC: Active: true diff --git a/topology/Institute of Physics ASCR/FZU/FZU.yaml b/topology/Institute of Physics ASCR/FZU/FZU.yaml index 86f212d06..e1505b81e 100644 --- a/topology/Institute of Physics ASCR/FZU/FZU.yaml +++ b/topology/Institute of Physics ASCR/FZU/FZU.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: NOvA production site GroupID: 387 +Production: true Resources: FZU_NOVA: Active: false diff --git a/topology/Institute of Plasma Physics, Chinese Academy of Sciences/shenma high performance computing at IPP CAS/TRANSP_simulations_for_EAST.yaml b/topology/Institute of Plasma Physics, Chinese Academy of Sciences/shenma high performance computing at IPP CAS/TRANSP_simulations_for_EAST.yaml index bb252252e..efb7fa1f6 100644 --- a/topology/Institute of Plasma Physics, Chinese Academy of Sciences/shenma high performance computing at IPP CAS/TRANSP_simulations_for_EAST.yaml +++ b/topology/Institute of Plasma Physics, Chinese Academy of Sciences/shenma high performance computing at IPP CAS/TRANSP_simulations_for_EAST.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: to do TRANSP simulations for EAST discharges GroupID: 459 +Production: true Resources: shenma_duhongfei: Active: true diff --git a/topology/Inter-University Centre for Astronomy and Astrophysics/IUCAA Sarathi Cluster/OSG_IN_IUCAA_SARATHI.yaml b/topology/Inter-University Centre for Astronomy and Astrophysics/IUCAA Sarathi Cluster/OSG_IN_IUCAA_SARATHI.yaml index 743e77528..407765608 100644 --- a/topology/Inter-University Centre for Astronomy and Astrophysics/IUCAA Sarathi Cluster/OSG_IN_IUCAA_SARATHI.yaml +++ b/topology/Inter-University Centre for Astronomy and Astrophysics/IUCAA Sarathi Cluster/OSG_IN_IUCAA_SARATHI.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Hosted CE submitting to Sarathi Cluster GroupID: 481 +Production: true Resources: OSG_IN_IUCAA_SARATHI: Active: true diff --git a/topology/Iowa State University/ISU HEP/isuhep.yaml b/topology/Iowa State University/ISU HEP/isuhep.yaml index 684ab4669..9e303d90e 100644 --- a/topology/Iowa State University/ISU HEP/isuhep.yaml +++ b/topology/Iowa State University/ISU HEP/isuhep.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: isuhep deactivated https://oim.grid.iu.edu/gocticket/viewer?id=6356 GroupID: 44 +Production: true Resources: isuhep: Active: false diff --git a/topology/JINR/JINR_Cloud/JINR_CLOUD.yaml b/topology/JINR/JINR_Cloud/JINR_CLOUD.yaml index 2ecdc03a5..178dfc4da 100644 --- a/topology/JINR/JINR_Cloud/JINR_CLOUD.yaml +++ b/topology/JINR/JINR_Cloud/JINR_CLOUD.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: A computing element for the JINR cloud. GroupID: 458 +Production: true Resources: JINR_CONDOR_CE: Active: true diff --git a/topology/JINR/JINR_Tier2/JINR-Tier2.yaml b/topology/JINR/JINR_Tier2/JINR-Tier2.yaml index ad44a3e18..e2632cf5f 100644 --- a/topology/JINR/JINR_Tier2/JINR-Tier2.yaml +++ b/topology/JINR/JINR_Tier2/JINR-Tier2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: CE for the JINR_Tier2 site GroupID: 427 +Production: true Resources: JINR_Tier2_CE1: Active: true diff --git a/topology/Kansas State University/Beocat/Beocat.yaml b/topology/Kansas State University/Beocat/Beocat.yaml index da8151f86..967bd2837 100644 --- a/topology/Kansas State University/Beocat/Beocat.yaml +++ b/topology/Kansas State University/Beocat/Beocat.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The Beocat Cluster at Kansas State University GroupID: 278 +Production: true Resources: Beocat_CE: Active: true diff --git a/topology/Kansas University/GPN Kansas/GPN_KSU_CLUSTER.yaml b/topology/Kansas University/GPN Kansas/GPN_KSU_CLUSTER.yaml index a02015cce..e7df8c11e 100644 --- a/topology/Kansas University/GPN Kansas/GPN_KSU_CLUSTER.yaml +++ b/topology/Kansas University/GPN Kansas/GPN_KSU_CLUSTER.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 205 +Production: true Resources: GPN_KSU_CLUSTER: Active: false diff --git a/topology/Kansas University/GPN Kansas/gpnjayhawk.yaml b/topology/Kansas University/GPN Kansas/gpnjayhawk.yaml index 6d9b6f2fc..bd4902e00 100644 --- a/topology/Kansas University/GPN Kansas/gpnjayhawk.yaml +++ b/topology/Kansas University/GPN Kansas/gpnjayhawk.yaml @@ -1,8 +1,8 @@ Disable: true -GridType: OSG Production Resource GroupDescription: De-commissioned by AG per Rob Quick\'s request (ticket 5116) - AG 2008-06-19 GroupID: 28 +Production: true Resources: gpnjayhawk: Active: false diff --git a/topology/Kansas University/KANSAS_HOSTED/KANSAS_HOSTED_BOSCO_CE.yaml b/topology/Kansas University/KANSAS_HOSTED/KANSAS_HOSTED_BOSCO_CE.yaml index 7afd3a454..6365a44c4 100644 --- a/topology/Kansas University/KANSAS_HOSTED/KANSAS_HOSTED_BOSCO_CE.yaml +++ b/topology/Kansas University/KANSAS_HOSTED/KANSAS_HOSTED_BOSCO_CE.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Entry for hosted CE running at UChicago but submitting to KU cluster resources GroupID: 462 +Production: true Resources: HOSTED_KANSAS_CE: Active: true diff --git a/topology/Kennesaw State University/Kennesaw State University/Kennesaw_Dell_Nodes.yaml b/topology/Kennesaw State University/Kennesaw State University/Kennesaw_Dell_Nodes.yaml index b925a1089..eeb77e171 100644 --- a/topology/Kennesaw State University/Kennesaw State University/Kennesaw_Dell_Nodes.yaml +++ b/topology/Kennesaw State University/Kennesaw State University/Kennesaw_Dell_Nodes.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: 10 Dual Quad-Core Dell R410 blades GroupID: 375 +Production: true Resources: Kennesaw_Dell_Nodes: Active: true diff --git a/topology/Korea Institute of Science and Technology Information/KISTI-NSDC/KISTI-NSDC-01.yaml b/topology/Korea Institute of Science and Technology Information/KISTI-NSDC/KISTI-NSDC-01.yaml index 41ddb6ccf..ccac62c83 100644 --- a/topology/Korea Institute of Science and Technology Information/KISTI-NSDC/KISTI-NSDC-01.yaml +++ b/topology/Korea Institute of Science and Technology Information/KISTI-NSDC/KISTI-NSDC-01.yaml @@ -1,9 +1,9 @@ Disable: true -GridType: OSG Production Resource GroupDescription: |- CDF provided by KISTI-NSDC project GroupID: 245 +Production: true Resources: KISTI-NSDC-CE03: Active: false diff --git a/topology/Korea Institute of Science and Technology Information/T3_KR_KISTI/T3_KR_KISTI.yaml b/topology/Korea Institute of Science and Technology Information/T3_KR_KISTI/T3_KR_KISTI.yaml index 2df2a88c1..1bbc14cd2 100644 --- a/topology/Korea Institute of Science and Technology Information/T3_KR_KISTI/T3_KR_KISTI.yaml +++ b/topology/Korea Institute of Science and Technology Information/T3_KR_KISTI/T3_KR_KISTI.yaml @@ -1,9 +1,9 @@ Disable: false -GridType: OSG Production Resource GroupDescription: |- KISTI_CMS_T3_CE KISTI_CMS_T3_SE GroupID: 394 +Production: true Resources: KISTI-NSDC-GUMS: Active: false diff --git a/topology/LHCONE/GEANT-AMS/Geant perfSONAR.yaml b/topology/LHCONE/GEANT-AMS/Geant perfSONAR.yaml index 51062b8b9..9c33d0a7e 100644 --- a/topology/LHCONE/GEANT-AMS/Geant perfSONAR.yaml +++ b/topology/LHCONE/GEANT-AMS/Geant perfSONAR.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: perfSONAR LHCONE instance in Amsterdam GroupID: 407 +Production: true Resources: AMS_GEANT LHCONE: Active: true diff --git a/topology/LHCONE/LBL_ESnet/LBL_Testbed.yaml b/topology/LHCONE/LBL_ESnet/LBL_Testbed.yaml index f8eac254f..7a602f89d 100644 --- a/topology/LHCONE/LBL_ESnet/LBL_Testbed.yaml +++ b/topology/LHCONE/LBL_ESnet/LBL_Testbed.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: perfSONAR testbed GroupID: 417 +Production: true Resources: LBL_nettest: Active: true diff --git a/topology/LHCONE/MANLAN/MANLAN perfSONAR.yaml b/topology/LHCONE/MANLAN/MANLAN perfSONAR.yaml index a48d327e5..4f1ed9969 100644 --- a/topology/LHCONE/MANLAN/MANLAN perfSONAR.yaml +++ b/topology/LHCONE/MANLAN/MANLAN perfSONAR.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: LHCONE perfSONAR instances at MANLAN GroupID: 408 +Production: true Resources: BNL/ESnet perfSONAR: Active: true diff --git a/topology/LHCONE/STAR/Starlight perfSONARs.yaml b/topology/LHCONE/STAR/Starlight perfSONARs.yaml index e76cd6657..a7c78fbb4 100644 --- a/topology/LHCONE/STAR/Starlight perfSONARs.yaml +++ b/topology/LHCONE/STAR/Starlight perfSONARs.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: perfSONAR instances at Starlight GroupID: 410 +Production: true Resources: ESnet Starlight perfSONAR: Active: true diff --git a/topology/LHCONE/WIX/WIX PerfSONAR.yaml b/topology/LHCONE/WIX/WIX PerfSONAR.yaml index 9f63920c3..9d45931cc 100644 --- a/topology/LHCONE/WIX/WIX PerfSONAR.yaml +++ b/topology/LHCONE/WIX/WIX PerfSONAR.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: WIX PerfSONAR GroupID: 405 +Production: true Resources: ESnet LHCONE perfSONAR Washington: Active: true diff --git a/topology/Langston University/LU HEP/LUHEP_OSG.yaml b/topology/Langston University/LU HEP/LUHEP_OSG.yaml index af2479056..df0c36bbe 100644 --- a/topology/Langston University/LU HEP/LUHEP_OSG.yaml +++ b/topology/Langston University/LU HEP/LUHEP_OSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Langston University HEP GroupID: 249 +Production: true Resources: LUHEP_OSG: Active: true diff --git a/topology/Langston University/LUCCRE/LUCILLE.yaml b/topology/Langston University/LUCCRE/LUCILLE.yaml index 9bd5219ba..8b93726db 100644 --- a/topology/Langston University/LUCCRE/LUCILLE.yaml +++ b/topology/Langston University/LUCCRE/LUCILLE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: CE & SE GroupID: 379 +Production: true Resources: Lucille-squid: Active: true diff --git a/topology/Lawrence Berkley National Laboratory/LBNL/LBNL_DSD_ITB.yaml b/topology/Lawrence Berkley National Laboratory/LBNL/LBNL_DSD_ITB.yaml index bc720de1c..156c5700d 100644 --- a/topology/Lawrence Berkley National Laboratory/LBNL/LBNL_DSD_ITB.yaml +++ b/topology/Lawrence Berkley National Laboratory/LBNL/LBNL_DSD_ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 58 +Production: false Resources: LBNL_DSD_ITB: Active: true diff --git a/topology/Lawrence Berkley National Laboratory/LBNL/LBNL_VTB.yaml b/topology/Lawrence Berkley National Laboratory/LBNL/LBNL_VTB.yaml index 44e5f7609..505ca1002 100644 --- a/topology/Lawrence Berkley National Laboratory/LBNL/LBNL_VTB.yaml +++ b/topology/Lawrence Berkley National Laboratory/LBNL/LBNL_VTB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 59 +Production: false Resources: LBNL_VTB: Active: true diff --git a/topology/Lawrence Livermore National Laboratory/Livermore Computing/LC-glcc.yaml b/topology/Lawrence Livermore National Laboratory/Livermore Computing/LC-glcc.yaml index 5950a4760..7f465d3c0 100644 --- a/topology/Lawrence Livermore National Laboratory/Livermore Computing/LC-glcc.yaml +++ b/topology/Lawrence Livermore National Laboratory/Livermore Computing/LC-glcc.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: glcc is the "Green Linux Collaboration Cluster" in LC GroupID: 286 +Production: true Resources: LC-glcc: Active: true diff --git a/topology/Lehigh University/Lehigh Coral/Lehigh_coral.yaml b/topology/Lehigh University/Lehigh Coral/Lehigh_coral.yaml index ad798af44..521144093 100644 --- a/topology/Lehigh University/Lehigh Coral/Lehigh_coral.yaml +++ b/topology/Lehigh University/Lehigh Coral/Lehigh_coral.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 60 +Production: true Resources: Lehigh_coral: Active: true diff --git a/topology/Louisiana State University/LONI_LSU/LONI_OSG1.yaml b/topology/Louisiana State University/LONI_LSU/LONI_OSG1.yaml index b8bcce66f..f8ad3acfe 100644 --- a/topology/Louisiana State University/LONI_LSU/LONI_OSG1.yaml +++ b/topology/Louisiana State University/LONI_LSU/LONI_OSG1.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: OSG resources connected to the LONI Eric 5TF cluster at LSU in Baton Rouge, LA. GroupID: 151 +Production: true Resources: LONI_OSG1: Active: false diff --git a/topology/Louisiana State University/LONI_LSU/LONI_OSG2.yaml b/topology/Louisiana State University/LONI_LSU/LONI_OSG2.yaml index b05b9d245..983fbc7a3 100644 --- a/topology/Louisiana State University/LONI_LSU/LONI_OSG2.yaml +++ b/topology/Louisiana State University/LONI_LSU/LONI_OSG2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: OSG Compute Element to support LIGO workflow submission using pegasus GroupID: 179 +Production: true Resources: LONI_OSG2: Active: true diff --git a/topology/Louisiana Tech University/LaTech/LTU_CCT.yaml b/topology/Louisiana Tech University/LaTech/LTU_CCT.yaml index c61541a54..a4036c773 100644 --- a/topology/Louisiana Tech University/LaTech/LTU_CCT.yaml +++ b/topology/Louisiana Tech University/LaTech/LTU_CCT.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Rob confirmed to Arvind that this is a de-activated resource. 2008-06-06 GroupID: 63 +Production: true Resources: LTU_CCT: Active: false diff --git a/topology/Louisiana Tech University/LaTech/LTU_Tier3.yaml b/topology/Louisiana Tech University/LaTech/LTU_Tier3.yaml index ad284ac01..7290822b4 100644 --- a/topology/Louisiana Tech University/LaTech/LTU_Tier3.yaml +++ b/topology/Louisiana Tech University/LaTech/LTU_Tier3.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: ATLAS Tier 3 Computing Center at Louisiana Tech University GroupID: 64 +Production: true Resources: LTU_OSG: Active: false diff --git a/topology/Massachusetts Institute of Technology/MIT CMS T3/MIT_CMS_T3.yaml b/topology/Massachusetts Institute of Technology/MIT CMS T3/MIT_CMS_T3.yaml index b57f42a02..8cecadbfa 100644 --- a/topology/Massachusetts Institute of Technology/MIT CMS T3/MIT_CMS_T3.yaml +++ b/topology/Massachusetts Institute of Technology/MIT CMS T3/MIT_CMS_T3.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: MIT CMS Tier3 cluster. GroupID: 367 +Production: true Resources: MIT_CMS_T3-CE1: Active: true diff --git a/topology/Massachusetts Institute of Technology/MIT CMS/MIT_CMS.yaml b/topology/Massachusetts Institute of Technology/MIT CMS/MIT_CMS.yaml index dc7d2f878..d7804854f 100644 --- a/topology/Massachusetts Institute of Technology/MIT CMS/MIT_CMS.yaml +++ b/topology/Massachusetts Institute of Technology/MIT CMS/MIT_CMS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 66 +Production: true Resources: MIT_CMS: Active: true diff --git a/topology/Massachusetts Institute of Technology/MIT LIGO/OSG_LIGO_MIT.yaml b/topology/Massachusetts Institute of Technology/MIT LIGO/OSG_LIGO_MIT.yaml index 4c5fe407a..0a7f22fd8 100644 --- a/topology/Massachusetts Institute of Technology/MIT LIGO/OSG_LIGO_MIT.yaml +++ b/topology/Massachusetts Institute of Technology/MIT LIGO/OSG_LIGO_MIT.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 84 +Production: true Resources: OSG_LIGO_GUMS: Active: false diff --git a/topology/Massachusetts Institute of Technology/MIT_SUBMIT/MIT_SUBMIT.yaml b/topology/Massachusetts Institute of Technology/MIT_SUBMIT/MIT_SUBMIT.yaml index d262361ea..b84e3f813 100644 --- a/topology/Massachusetts Institute of Technology/MIT_SUBMIT/MIT_SUBMIT.yaml +++ b/topology/Massachusetts Institute of Technology/MIT_SUBMIT/MIT_SUBMIT.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Submission hub to on- and off-campus resources. GroupID: 449 +Production: true Resources: MIT_SUBMIT_SCHEDD: Active: true diff --git a/topology/McGill University/McGill HEP/MCGILL_HEP.yaml b/topology/McGill University/McGill HEP/MCGILL_HEP.yaml index 9363ffef0..c31e283ea 100644 --- a/topology/McGill University/McGill HEP/MCGILL_HEP.yaml +++ b/topology/McGill University/McGill HEP/MCGILL_HEP.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 65 +Production: true Resources: MCGILL_HEP: Active: false diff --git a/topology/Michigan State University High Energy Physics/MSU OSG/MSU-OSG.yaml b/topology/Michigan State University High Energy Physics/MSU OSG/MSU-OSG.yaml index eb54a7a2e..2072373cd 100644 --- a/topology/Michigan State University High Energy Physics/MSU OSG/MSU-OSG.yaml +++ b/topology/Michigan State University High Energy Physics/MSU OSG/MSU-OSG.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Added manually by Arvind from old RegDB - please update if need be. GroupID: 149 +Production: true Resources: MSU-OSG: Active: true diff --git a/topology/Michigan State University High Energy Physics/MSU OSG/MSU-OSG_SE.yaml b/topology/Michigan State University High Energy Physics/MSU OSG/MSU-OSG_SE.yaml index f3763d2d6..b7a2c3e59 100644 --- a/topology/Michigan State University High Energy Physics/MSU OSG/MSU-OSG_SE.yaml +++ b/topology/Michigan State University High Energy Physics/MSU OSG/MSU-OSG_SE.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Added manually by Arvind from old RegDB - please update if need be. GroupID: 150 +Production: true Resources: MSU-OSG_SE: Active: true diff --git a/topology/NSF DC/NSF/OCI-NSF.yaml b/topology/NSF DC/NSF/OCI-NSF.yaml index 40bc72279..687e637c4 100644 --- a/topology/NSF DC/NSF/OCI-NSF.yaml +++ b/topology/NSF DC/NSF/OCI-NSF.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Added manually by Arvind from old regDB - please update if you can! GroupID: 145 +Production: true Resources: OCI-NSF: Active: false diff --git a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Carver.yaml b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Carver.yaml index 7f6857450..a05fe6daf 100644 --- a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Carver.yaml +++ b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Carver.yaml @@ -1,11 +1,11 @@ Disable: true -GridType: OSG Production Resource GroupDescription: "Carver contains 800 Intel Nehalem quad-core processors, for a total\ \ of 3,200 cores. The system\u2019s 400 compute nodes are interconnected by 4X QDR\ \ InfiniBand technology, meaning that 32 Gb/s of point-to-point bandwidth is available\ \ for high-performance message passing and access to the global File System (NGF),\ \ which holds Carver\u2019s home, system and scratch storage." GroupID: 269 +Production: true Resources: NERSC-Carver: Active: false diff --git a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Davinci.yaml b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Davinci.yaml index 2b4f40f6c..59eac46ae 100644 --- a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Davinci.yaml +++ b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Davinci.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 72 +Production: true Resources: NERSC-Davinci: Active: false diff --git a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Franklin.yaml b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Franklin.yaml index b4322828c..dbaf934e6 100644 --- a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Franklin.yaml +++ b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Franklin.yaml @@ -1,5 +1,4 @@ Disable: false -GridType: OSG Production Resource GroupDescription: |- The NERSC Cray XT4 system, named Franklin, is a massively parallel processing (MPP) system with 9,660 compute nodes. Each node has dual processor cores, and the entire system has a total of 19,320 processor cores available for scientific applications. The system is named in honor of Benjamin Franklin. @@ -7,6 +6,7 @@ GroupDescription: |- Franklin uses two different operating systems. Full-featured SuSE Linux is run on service nodes (16 login nodes and other I/O, network and system nodes). A light weight OS based on Linux, Compute Node Linux (CNL), is run on each compute node. CNL reduces system overhead, and is critical for the system to scale to very large concurrency. The Parallel file system on Franklin is provided by Lustre with approximately 350 TBytes of user disk space. GroupID: 180 +Production: true Resources: NERSC-Franklin: Active: false diff --git a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-ITB.yaml b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-ITB.yaml index 66c3002f8..e9507f16c 100644 --- a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-ITB.yaml +++ b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-ITB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 73 +Production: false Resources: NERSC-ITB: Active: false diff --git a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Jacquard.yaml b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Jacquard.yaml index 634460e4f..a0a5eb647 100644 --- a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Jacquard.yaml +++ b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-Jacquard.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: disabled GroupID: 74 +Production: true Resources: NERSC-Jacquard: Active: false diff --git a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-PDSF.yaml b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-PDSF.yaml index 7cb1af205..b147b9997 100644 --- a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-PDSF.yaml +++ b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-PDSF.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 75 +Production: true Resources: NERSC-PDSF: Active: true diff --git a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-PDSFSRM.yaml b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-PDSFSRM.yaml index 2809109e8..bb7d38920 100644 --- a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-PDSFSRM.yaml +++ b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-PDSFSRM.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 76 +Production: true Resources: NERSC-PDSFDTN: Active: true diff --git a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-VM-VTB0.yaml b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-VM-VTB0.yaml index 50b5fcf97..71431fde9 100644 --- a/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-VM-VTB0.yaml +++ b/topology/National Energy Research Scientific Computing Center/NERSC/NERSC-VM-VTB0.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 77 +Production: false Resources: NERSC-VM-VTB0: Active: true diff --git a/topology/National Energy Research Scientific Computing Center/NERSC/Perfsonar Services.yaml b/topology/National Energy Research Scientific Computing Center/NERSC/Perfsonar Services.yaml index 91d2a1c58..91d361d2a 100644 --- a/topology/National Energy Research Scientific Computing Center/NERSC/Perfsonar Services.yaml +++ b/topology/National Energy Research Scientific Computing Center/NERSC/Perfsonar Services.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Perfsonar Services GroupID: 456 +Production: true Resources: perfSONAR_NERSC_bw: Active: true diff --git a/topology/New York University/NYU ATLAS Tier3/NYU-ATLAS.yaml b/topology/New York University/NYU ATLAS Tier3/NYU-ATLAS.yaml index 555a4b784..b113dfcd7 100644 --- a/topology/New York University/NYU ATLAS Tier3/NYU-ATLAS.yaml +++ b/topology/New York University/NYU ATLAS Tier3/NYU-ATLAS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Resource Group for the NYU ATLAS Tier3 site GroupID: 304 +Production: true Resources: NYU_ATLAS_NFS: Active: true diff --git a/topology/Niagara University/GRASE Niagra/GRASE-NU-CARTMAN.yaml b/topology/Niagara University/GRASE Niagra/GRASE-NU-CARTMAN.yaml index ad249f612..51375df82 100644 --- a/topology/Niagara University/GRASE Niagra/GRASE-NU-CARTMAN.yaml +++ b/topology/Niagara University/GRASE Niagra/GRASE-NU-CARTMAN.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 34 +Production: true Resources: GRASE-NU-CARTMAN: Active: false diff --git a/topology/North Dakota State University/OSG_US_NDSU_CCAST_CLUSTER2/OSG_US_NDSU_CCAST_CLUSTER2.yaml b/topology/North Dakota State University/OSG_US_NDSU_CCAST_CLUSTER2/OSG_US_NDSU_CCAST_CLUSTER2.yaml index 7145b601a..db1f29118 100644 --- a/topology/North Dakota State University/OSG_US_NDSU_CCAST_CLUSTER2/OSG_US_NDSU_CCAST_CLUSTER2.yaml +++ b/topology/North Dakota State University/OSG_US_NDSU_CCAST_CLUSTER2/OSG_US_NDSU_CCAST_CLUSTER2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Hosted CE for NDSU CCAST's Cluster 2 GroupID: 480 +Production: true Resources: OSG_US_NDSU_CCAST_CLUSTER2: Active: true diff --git a/topology/Northeastern University/T3_US_NEU/T3_US_NEU.yaml b/topology/Northeastern University/T3_US_NEU/T3_US_NEU.yaml index 0e7e9f835..6f857e04d 100644 --- a/topology/Northeastern University/T3_US_NEU/T3_US_NEU.yaml +++ b/topology/Northeastern University/T3_US_NEU/T3_US_NEU.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The resource corresponding to the Northeastern University CMS group Tier 3 GroupID: 392 +Production: true Resources: NEU T3 cluster: Active: true diff --git a/topology/Northern Illinois University/NIU ATLAS T3/NIU_ATLAS_CE.yaml b/topology/Northern Illinois University/NIU ATLAS T3/NIU_ATLAS_CE.yaml index 8ea966984..8393c6a46 100644 --- a/topology/Northern Illinois University/NIU ATLAS T3/NIU_ATLAS_CE.yaml +++ b/topology/Northern Illinois University/NIU ATLAS T3/NIU_ATLAS_CE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Compute element for atlas vo GroupID: 443 +Production: true Resources: NIU_atlas_CE: Active: true diff --git a/topology/Northwestern University/NU Tier3/NU_CMS_TIER3_CE.yaml b/topology/Northwestern University/NU Tier3/NU_CMS_TIER3_CE.yaml index 13fc96e01..3aff983d3 100644 --- a/topology/Northwestern University/NU Tier3/NU_CMS_TIER3_CE.yaml +++ b/topology/Northwestern University/NU Tier3/NU_CMS_TIER3_CE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Compute Element for Tier3 GroupID: 376 +Production: true Resources: NU_CMS_TIER3_CE: Active: true diff --git a/topology/Northwestern University/NU Tier3/NU_CMS_TIER3_SE.yaml b/topology/Northwestern University/NU Tier3/NU_CMS_TIER3_SE.yaml index a1bbb06be..cd9a19820 100644 --- a/topology/Northwestern University/NU Tier3/NU_CMS_TIER3_SE.yaml +++ b/topology/Northwestern University/NU Tier3/NU_CMS_TIER3_SE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Storage Element Tier3 GroupID: 377 +Production: true Resources: NU_CMS_TIER3_SE: Active: true diff --git a/topology/Northwestern University/NUMEP-OSG/NUMEP-OSG.yaml b/topology/Northwestern University/NUMEP-OSG/NUMEP-OSG.yaml index be74d0d46..eaeaf7612 100644 --- a/topology/Northwestern University/NUMEP-OSG/NUMEP-OSG.yaml +++ b/topology/Northwestern University/NUMEP-OSG/NUMEP-OSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Northwestern University Medium Energy Physics Group Computing Cluster GroupID: 390 +Production: true Resources: NUMEP_CE: Active: true diff --git a/topology/Oak Rigde National Labortory/ORNL NSTG/ORNL_NSTG.yaml b/topology/Oak Rigde National Labortory/ORNL NSTG/ORNL_NSTG.yaml index 15bce59f7..457ab4d21 100644 --- a/topology/Oak Rigde National Labortory/ORNL NSTG/ORNL_NSTG.yaml +++ b/topology/Oak Rigde National Labortory/ORNL NSTG/ORNL_NSTG.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 82 +Production: true Resources: ORNL_NSTG: Active: false diff --git a/topology/Ohio Supercomputer Center/OSC/OSC_OSG.yaml b/topology/Ohio Supercomputer Center/OSC/OSC_OSG.yaml index 722e67347..524d46fb1 100644 --- a/topology/Ohio Supercomputer Center/OSC/OSC_OSG.yaml +++ b/topology/Ohio Supercomputer Center/OSC/OSC_OSG.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This is the general OSG resource group at OSC. It is designed to support multiple VOs. GroupID: 384 +Production: true Resources: OSC_OSG_CE: Active: true diff --git a/topology/Ohio Supercomputer Center/OSC/OSC_SuperB.yaml b/topology/Ohio Supercomputer Center/OSC/OSC_SuperB.yaml index 092ea9d24..586f38775 100644 --- a/topology/Ohio Supercomputer Center/OSC/OSC_SuperB.yaml +++ b/topology/Ohio Supercomputer Center/OSC/OSC_SuperB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Resource group at OSC for the SuperB collaboration. GroupID: 353 +Production: true Resources: OSC_SuperB_CE: Active: true diff --git a/topology/Oklahoma State University/Oklahoma_Hosted_Site/OSU_HOSTED_BOSCO_CE.yaml b/topology/Oklahoma State University/Oklahoma_Hosted_Site/OSU_HOSTED_BOSCO_CE.yaml index 98c3a2cb0..198c859cb 100644 --- a/topology/Oklahoma State University/Oklahoma_Hosted_Site/OSU_HOSTED_BOSCO_CE.yaml +++ b/topology/Oklahoma State University/Oklahoma_Hosted_Site/OSU_HOSTED_BOSCO_CE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Entry for BOSCO CE submitting to Cowboy cluster at Oklahoma State GroupID: 464 +Production: true Resources: OSG_US_OSU_COWBOY: Active: false diff --git a/topology/PNNL/PNNL_DC/PNNL_BelleII.yaml b/topology/PNNL/PNNL_DC/PNNL_BelleII.yaml index 83e2b60fc..c1e76b7a3 100644 --- a/topology/PNNL/PNNL_DC/PNNL_BelleII.yaml +++ b/topology/PNNL/PNNL_DC/PNNL_BelleII.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Belle2 Computing GroupID: 349 +Production: true Resources: Belle_CE_2: Active: false diff --git a/topology/PNNL/PNNL_DC/PNNL_HEP.yaml b/topology/PNNL/PNNL_DC/PNNL_HEP.yaml index 429f94ee7..864dc1667 100644 --- a/topology/PNNL/PNNL_DC/PNNL_HEP.yaml +++ b/topology/PNNL/PNNL_DC/PNNL_HEP.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: General PNNL HEP resource GroupID: 429 +Production: true Resources: PNNL_HEP_CE00: Active: true diff --git a/topology/PNNL/PNNL_OSG2/PNNL_OSG2.yaml b/topology/PNNL/PNNL_OSG2/PNNL_OSG2.yaml index f2ef91f38..162de3fe5 100644 --- a/topology/PNNL/PNNL_OSG2/PNNL_OSG2.yaml +++ b/topology/PNNL/PNNL_OSG2/PNNL_OSG2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: PNNL Grid Resources GroupID: 355 +Production: true Resources: PNNL_OSG-Misregistered: Active: false diff --git a/topology/Penn State University/PSU LIGO/OSG_LIGO_PSU.yaml b/topology/Penn State University/PSU LIGO/OSG_LIGO_PSU.yaml index 8863fa19d..6e83e8fab 100644 --- a/topology/Penn State University/PSU LIGO/OSG_LIGO_PSU.yaml +++ b/topology/Penn State University/PSU LIGO/OSG_LIGO_PSU.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 85 +Production: true Resources: OSG_LIGO_PSU: Active: false diff --git a/topology/Pontificia Universidad Javeriana/GC_PUJ/GCVO_PUJ.yaml b/topology/Pontificia Universidad Javeriana/GC_PUJ/GCVO_PUJ.yaml index 4f8c7ca67..bfabc186e 100644 --- a/topology/Pontificia Universidad Javeriana/GC_PUJ/GCVO_PUJ.yaml +++ b/topology/Pontificia Universidad Javeriana/GC_PUJ/GCVO_PUJ.yaml @@ -1,9 +1,9 @@ Disable: false -GridType: OSG Production Resource GroupDescription: |- Support for GCVO and GCEDU VO Pontificia Universidad Javeriana, GridColombia GroupID: 303 +Production: true Resources: GCVO_PUJ_CE: Active: false diff --git a/topology/Princeton University/Princeton_ICSE/Princeton_ICSE_T3_CMS.yaml b/topology/Princeton University/Princeton_ICSE/Princeton_ICSE_T3_CMS.yaml index 3d2eba1cb..6b465bbab 100644 --- a/topology/Princeton University/Princeton_ICSE/Princeton_ICSE_T3_CMS.yaml +++ b/topology/Princeton University/Princeton_ICSE/Princeton_ICSE_T3_CMS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: CMS Tier3 site at Princeton GroupID: 268 +Production: true Resources: Princeton_ICSE_T3_CMS_SE: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-Brown.yaml b/topology/Purdue University/Purdue CMS/Purdue-Brown.yaml index 434ade504..1e5766570 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-Brown.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-Brown.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: requested in https://ticket.grid.iu.edu/35669 GroupID: 482 +Production: true Resources: Purdue-Brown: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-Carter.yaml b/topology/Purdue University/Purdue CMS/Purdue-Carter.yaml index 6edd45f03..be1d705db 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-Carter.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-Carter.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: The Purdue Carter Cluster --http://www.rcac.purdue.edu/userinfo/resources/carter/ GroupID: 354 +Production: true Resources: Purdue-Carter: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-Conte.yaml b/topology/Purdue University/Purdue CMS/Purdue-Conte.yaml index 93a182fdc..83df06c9a 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-Conte.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-Conte.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The Purdue Conte cluster -- http://www.rcac.purdue.edu/userinfo/resources/conte/ GroupID: 389 +Production: true Resources: Purdue-Conte: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-Hadoop.yaml b/topology/Purdue University/Purdue CMS/Purdue-Hadoop.yaml index bf95ec3d7..4086a602e 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-Hadoop.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-Hadoop.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: CMS Hadoop cluster at Purdue University, West Lafayette, IN. GroupID: 393 +Production: true Resources: Purdue-Hadoop-CE: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-Halstead.yaml b/topology/Purdue University/Purdue CMS/Purdue-Halstead.yaml index 69cfe6e51..2332b5f78 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-Halstead.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-Halstead.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Purdue Halstead GroupID: 461 +Production: true Resources: Purdue-Halstead: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-Hammer.yaml b/topology/Purdue University/Purdue CMS/Purdue-Hammer.yaml index dc9a62642..a03deb5b0 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-Hammer.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-Hammer.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: A high throughput community clusters at Purdue GroupID: 412 +Production: true Resources: Purdue-Hammer-CE: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-Hansen.yaml b/topology/Purdue University/Purdue CMS/Purdue-Hansen.yaml index 242b287bf..0d4c9a084 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-Hansen.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-Hansen.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Purdue Hansen Cluster GroupID: 324 +Production: true Resources: Purdue-Hansen: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-ITB.yaml b/topology/Purdue University/Purdue CMS/Purdue-ITB.yaml index 55b280a82..db9060869 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-ITB.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 93 +Production: false Resources: Purdue-ITB: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-RCAC.yaml b/topology/Purdue University/Purdue CMS/Purdue-RCAC.yaml index 143679f56..662809cb8 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-RCAC.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-RCAC.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Enabled for April. Disabling https://ticket.grid.iu.edu/20663 GroupID: 96 +Production: true Resources: Purdue-CMS-SE: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-Rice.yaml b/topology/Purdue University/Purdue CMS/Purdue-Rice.yaml index e8695c423..6d36846b6 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-Rice.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-Rice.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: https://www.rcac.purdue.edu/compute/rice/ GroupID: 446 +Production: true Resources: Purdue-Rice: Active: true diff --git a/topology/Purdue University/Purdue CMS/Purdue-Rossmann.yaml b/topology/Purdue University/Purdue CMS/Purdue-Rossmann.yaml index caf477602..c0c5e3f87 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-Rossmann.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-Rossmann.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Purdue Rossmann Cluster GroupID: 275 +Production: true Resources: Purdue-Rossmann: Active: false diff --git a/topology/Purdue University/Purdue CMS/Purdue-Steele.yaml b/topology/Purdue University/Purdue CMS/Purdue-Steele.yaml index f637cc585..eb14e8a87 100644 --- a/topology/Purdue University/Purdue CMS/Purdue-Steele.yaml +++ b/topology/Purdue University/Purdue CMS/Purdue-Steele.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: deprecated 3/8/13 GroupID: 94 +Production: true Resources: Purdue-Steele: Active: false diff --git a/topology/Purdue University/Purdue NWICG/Purdue-Caesar.yaml b/topology/Purdue University/Purdue NWICG/Purdue-Caesar.yaml index 180b629b3..13609b9d7 100644 --- a/topology/Purdue University/Purdue NWICG/Purdue-Caesar.yaml +++ b/topology/Purdue University/Purdue NWICG/Purdue-Caesar.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 92 +Production: true Resources: Purdue-Caesar: Active: false diff --git a/topology/Purdue University/Purdue Physics/Purdue-Physics.yaml b/topology/Purdue University/Purdue Physics/Purdue-Physics.yaml index ef09d9ff4..094e6bd1a 100644 --- a/topology/Purdue University/Purdue Physics/Purdue-Physics.yaml +++ b/topology/Purdue University/Purdue Physics/Purdue-Physics.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 95 +Production: true Resources: Purdue-LSST: Active: true diff --git a/topology/Rice University/OSG-Rice/Rice.yaml b/topology/Rice University/OSG-Rice/Rice.yaml index 9e5c46b37..a45110bec 100644 --- a/topology/Rice University/OSG-Rice/Rice.yaml +++ b/topology/Rice University/OSG-Rice/Rice.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 216 +Production: true Resources: OSG-Rice: Active: true diff --git a/topology/Rochester Institute of Technology/NYSGRID RIT/NYSGRID_RIT.yaml b/topology/Rochester Institute of Technology/NYSGRID RIT/NYSGRID_RIT.yaml index d4d4c43b0..d03dca07b 100644 --- a/topology/Rochester Institute of Technology/NYSGRID RIT/NYSGRID_RIT.yaml +++ b/topology/Rochester Institute of Technology/NYSGRID RIT/NYSGRID_RIT.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Ticket 8128 GroupID: 198 +Production: true Resources: NYSGRID_RIT: Active: false diff --git a/topology/Rutgers University/rutgers-cms/rutgers-cms.yaml b/topology/Rutgers University/rutgers-cms/rutgers-cms.yaml index 4f675475d..2d2360ffe 100644 --- a/topology/Rutgers University/rutgers-cms/rutgers-cms.yaml +++ b/topology/Rutgers University/rutgers-cms/rutgers-cms.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Tier-3 computing center GroupID: 236 +Production: true Resources: rutgers-cms: Active: true diff --git a/topology/SUNY Albany/NYSGRID_ALBANY/NYSGRID-ALBANY-ATHENA.yaml b/topology/SUNY Albany/NYSGRID_ALBANY/NYSGRID-ALBANY-ATHENA.yaml index 74b228a68..ff571e7ed 100644 --- a/topology/SUNY Albany/NYSGRID_ALBANY/NYSGRID-ALBANY-ATHENA.yaml +++ b/topology/SUNY Albany/NYSGRID_ALBANY/NYSGRID-ALBANY-ATHENA.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: disabled 03-01-2011 GroupID: 224 +Production: true Resources: NYSGRID-ALBANY-ATHENA: Active: false diff --git a/topology/SUNY Geneseo/GRASE-GENESEO/GRASE-GENESEO-ROCKS.yaml b/topology/SUNY Geneseo/GRASE-GENESEO/GRASE-GENESEO-ROCKS.yaml index 390f1a8e0..b273f6601 100644 --- a/topology/SUNY Geneseo/GRASE-GENESEO/GRASE-GENESEO-ROCKS.yaml +++ b/topology/SUNY Geneseo/GRASE-GENESEO/GRASE-GENESEO-ROCKS.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: GRASE-GENESEO-ROCKS GroupID: 31 +Production: true Resources: GRASE-GENESEO-ROCKS: Active: false diff --git a/topology/Southern Methodist University/SMU Physics/SMU_PHY.yaml b/topology/Southern Methodist University/SMU Physics/SMU_PHY.yaml index 4c1a81c4d..29b5107c6 100644 --- a/topology/Southern Methodist University/SMU Physics/SMU_PHY.yaml +++ b/topology/Southern Methodist University/SMU Physics/SMU_PHY.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: Disabling this Resource as it is decommissioned. GroupID: 98 +Production: false Resources: SMU_PHY: Active: true diff --git a/topology/Southern Methodist University/SMU_HPC/SMU_HPC.yaml b/topology/Southern Methodist University/SMU_HPC/SMU_HPC.yaml index b4b6dc252..5fa84ef93 100644 --- a/topology/Southern Methodist University/SMU_HPC/SMU_HPC.yaml +++ b/topology/Southern Methodist University/SMU_HPC/SMU_HPC.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Southern Methodist University HPC GroupID: 242 +Production: true Resources: SMU_ManeFrame_CE: Active: true diff --git a/topology/Southern Methodist University/SMU_HPC/SMU_HPC_ITB.yaml b/topology/Southern Methodist University/SMU_HPC/SMU_HPC_ITB.yaml index f871b24d1..e93f09dc5 100644 --- a/topology/Southern Methodist University/SMU_HPC/SMU_HPC_ITB.yaml +++ b/topology/Southern Methodist University/SMU_HPC/SMU_HPC_ITB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: Resources in ITB group GroupID: 416 +Production: false Resources: SMU_HPC: Active: true diff --git a/topology/Stanford University/SLAC/WT2.yaml b/topology/Stanford University/SLAC/WT2.yaml index 2e1337fd1..73e22fe1e 100644 --- a/topology/Stanford University/SLAC/WT2.yaml +++ b/topology/Stanford University/SLAC/WT2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 91 +Production: true Resources: SLAC: Active: true diff --git a/topology/Stanford University/STANFORD_HOSTED/STANFORD_HOSTED_BOSCO_CE.yaml b/topology/Stanford University/STANFORD_HOSTED/STANFORD_HOSTED_BOSCO_CE.yaml index b15d3d489..57fabcee8 100644 --- a/topology/Stanford University/STANFORD_HOSTED/STANFORD_HOSTED_BOSCO_CE.yaml +++ b/topology/Stanford University/STANFORD_HOSTED/STANFORD_HOSTED_BOSCO_CE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: hosted nodes GroupID: 460 +Production: true Resources: HOSTED_STANFORD: Active: true diff --git a/topology/Stony Brook University/SBU Atlas Tier3/SBU_Tier3.yaml b/topology/Stony Brook University/SBU Atlas Tier3/SBU_Tier3.yaml index c137192b6..4613ffc16 100644 --- a/topology/Stony Brook University/SBU Atlas Tier3/SBU_Tier3.yaml +++ b/topology/Stony Brook University/SBU Atlas Tier3/SBU_Tier3.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Stony Brook Atlas Tier3 GroupID: 285 +Production: true Resources: SBU_ATLAS_GRIDFTP1: Active: true diff --git a/topology/Susquehanna University/SUSQU/SUSQU-ATLAS-T3.yaml b/topology/Susquehanna University/SUSQU/SUSQU-ATLAS-T3.yaml index b1c4ba246..c3a4dddbe 100644 --- a/topology/Susquehanna University/SUSQU/SUSQU-ATLAS-T3.yaml +++ b/topology/Susquehanna University/SUSQU/SUSQU-ATLAS-T3.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: SUSQU-ATLAS-T3 GroupID: 302 +Production: true Resources: SUSQU-ATLAS-T3: Active: true diff --git a/topology/Syracuse University/SU ITS/SU-ITS.yaml b/topology/Syracuse University/SU ITS/SU-ITS.yaml index 067968d8b..0ed067542 100644 --- a/topology/Syracuse University/SU ITS/SU-ITS.yaml +++ b/topology/Syracuse University/SU ITS/SU-ITS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Syracuse University Information Technology Services Research Clusters GroupID: 404 +Production: true Resources: SU-ITS-CE2: Active: true diff --git a/topology/Syracuse University/SUGWG/SU-SUGAR.yaml b/topology/Syracuse University/SUGWG/SU-SUGAR.yaml index d8b710641..ebb645869 100644 --- a/topology/Syracuse University/SUGWG/SU-SUGAR.yaml +++ b/topology/Syracuse University/SUGWG/SU-SUGAR.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: SUGWG SUGAR Cluster GroupID: 435 +Production: true Resources: SU_SUGAR_Submit_1: Active: true diff --git a/topology/Texas A&M University/TAMU Academy/TAMU_BRAZOS.yaml b/topology/Texas A&M University/TAMU Academy/TAMU_BRAZOS.yaml index f54cdb3bd..c3634541d 100644 --- a/topology/Texas A&M University/TAMU Academy/TAMU_BRAZOS.yaml +++ b/topology/Texas A&M University/TAMU Academy/TAMU_BRAZOS.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The 300+ node Brazos cluster, a shared stakeholder resource for Texas A&M and OSG researchers. GroupID: 273 +Production: true Resources: TAMU_BRAZOS: Active: false diff --git a/topology/Texas A&M University/TAMU Mathematics/TAMU_Calclab.yaml b/topology/Texas A&M University/TAMU Mathematics/TAMU_Calclab.yaml index 22fc5c438..7a9254cc4 100644 --- a/topology/Texas A&M University/TAMU Mathematics/TAMU_Calclab.yaml +++ b/topology/Texas A&M University/TAMU Mathematics/TAMU_Calclab.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This is the 200+ node cluster consisting of desktop lab computers running Linux. Generally available after hours and on weekends. GroupID: 298 +Production: true Resources: TAMU_Calclab: Active: true diff --git a/topology/Texas Tech University/TIGRE TTU/TTU-ANTAEUS.yaml b/topology/Texas Tech University/TIGRE TTU/TTU-ANTAEUS.yaml index 25bfa600d..514dba8be 100644 --- a/topology/Texas Tech University/TIGRE TTU/TTU-ANTAEUS.yaml +++ b/topology/Texas Tech University/TIGRE TTU/TTU-ANTAEUS.yaml @@ -1,10 +1,10 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Primary OSG compute element resource at TTU. Consists of a mix of dual-core dual-cpu and quad-core dual-cpu Xeons, 240 cores total, operating at 2.5 to 3.0 GHz and associated with a cluster-wide Lustre file system. The file system is also accessible through the associated TTU-SIGMORGH storage element. GroupID: 105 +Production: true Resources: TTU-ANTAEUS: Active: true diff --git a/topology/Texas Tech University/TIGRE TTU/TTU-TESTWULF.yaml b/topology/Texas Tech University/TIGRE TTU/TTU-TESTWULF.yaml index 1a9b7b6ad..839773229 100644 --- a/topology/Texas Tech University/TIGRE TTU/TTU-TESTWULF.yaml +++ b/topology/Texas Tech University/TIGRE TTU/TTU-TESTWULF.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: OSG Integration Test Bed resource at TTU. GroupID: 107 +Production: false Resources: TTU-TESTWULF: Active: true diff --git a/topology/Texas Tech University/TIGRE TTU/TTU-TINGE.yaml b/topology/Texas Tech University/TIGRE TTU/TTU-TINGE.yaml index 0c15abb51..909637cc6 100644 --- a/topology/Texas Tech University/TIGRE TTU/TTU-TINGE.yaml +++ b/topology/Texas Tech University/TIGRE TTU/TTU-TINGE.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: New rpm-based OSG 3 Compute Element to replace the old pacman-based CE TTU-ANTAEUS. GroupID: 365 +Production: true Resources: TTU-TINGE: Active: true diff --git a/topology/The Ohio State University/OSU-CMS/osu-cms.yaml b/topology/The Ohio State University/OSU-CMS/osu-cms.yaml index d9ffb9796..f68733927 100644 --- a/topology/The Ohio State University/OSU-CMS/osu-cms.yaml +++ b/topology/The Ohio State University/OSU-CMS/osu-cms.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: CMS Tier3 at The Ohio State University GroupID: 237 +Production: true Resources: T3_US_OSU: Active: false diff --git a/topology/Thomas Jefferson National Accelerator Facility/JLAB/Thomas Jefferson National Accelerator Facility GLUEX Glidein.yaml b/topology/Thomas Jefferson National Accelerator Facility/JLAB/Thomas Jefferson National Accelerator Facility GLUEX Glidein.yaml index c012deb8e..27197ef63 100644 --- a/topology/Thomas Jefferson National Accelerator Facility/JLAB/Thomas Jefferson National Accelerator Facility GLUEX Glidein.yaml +++ b/topology/Thomas Jefferson National Accelerator Facility/JLAB/Thomas Jefferson National Accelerator Facility GLUEX Glidein.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Glidein submit nodes for GLUEX GroupID: 465 +Production: true Resources: scosg16: Active: true diff --git a/topology/Tufts University/Tufts_ATLAS_Tier3/Tufts_ATLAS_Tier3.yaml b/topology/Tufts University/Tufts_ATLAS_Tier3/Tufts_ATLAS_Tier3.yaml index 2b755147e..59a9c18f6 100644 --- a/topology/Tufts University/Tufts_ATLAS_Tier3/Tufts_ATLAS_Tier3.yaml +++ b/topology/Tufts University/Tufts_ATLAS_Tier3/Tufts_ATLAS_Tier3.yaml @@ -1,9 +1,9 @@ Disable: false -GridType: OSG Production Resource GroupDescription: |- Tufts University Linux Cluster Red Hat EL5.4 GroupID: 267 +Production: true Resources: Tufts_ATLAS_Tier3: Active: true diff --git a/topology/UC Irvine/UCIT3/University of California Irvine.yaml b/topology/UC Irvine/UCIT3/University of California Irvine.yaml index 221575795..8ef0236ee 100644 --- a/topology/UC Irvine/UCIT3/University of California Irvine.yaml +++ b/topology/UC Irvine/UCIT3/University of California Irvine.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: UCI ATLAS Tier-3 GroupID: 287 +Production: true Resources: UCI_ATLAS_GRIDFTP: Active: true diff --git a/topology/UC Santa Barbara/ucsb-hep/ucsb-cms.yaml b/topology/UC Santa Barbara/ucsb-hep/ucsb-cms.yaml index a8ab6989e..6d78f6eed 100644 --- a/topology/UC Santa Barbara/ucsb-hep/ucsb-cms.yaml +++ b/topology/UC Santa Barbara/ucsb-hep/ucsb-cms.yaml @@ -1,10 +1,10 @@ Disable: false -GridType: OSG Production Resource GroupDescription: |- CMS Tier 3. 7/26 disabling empty resource group 4/28/15 re-enabling, new resources added GroupID: 300 +Production: true Resources: UCSB_CE: Active: true diff --git a/topology/UCSB/UCSB_MRL/GLOW_MINIOSG_UCSB.yaml b/topology/UCSB/UCSB_MRL/GLOW_MINIOSG_UCSB.yaml index 682667a72..2e3d8058a 100644 --- a/topology/UCSB/UCSB_MRL/GLOW_MINIOSG_UCSB.yaml +++ b/topology/UCSB/UCSB_MRL/GLOW_MINIOSG_UCSB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 201 +Production: true Resources: GLOW_MINIOSG_UCSB: Active: false diff --git a/topology/UMSNH/UMSNH/umsnh-ce.yaml b/topology/UMSNH/UMSNH/umsnh-ce.yaml index 7597a45c2..ae51861aa 100644 --- a/topology/UMSNH/UMSNH/umsnh-ce.yaml +++ b/topology/UMSNH/UMSNH/umsnh-ce.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: CE at UMSNH Morelia Michoacan GroupID: 372 +Production: true Resources: umsnh_ce_se: Active: true diff --git a/topology/Universidad Autonoma de Manizales/ASGC/ASGC_OSG.yaml b/topology/Universidad Autonoma de Manizales/ASGC/ASGC_OSG.yaml index f3df5391b..69bd5a7fa 100644 --- a/topology/Universidad Autonoma de Manizales/ASGC/ASGC_OSG.yaml +++ b/topology/Universidad Autonoma de Manizales/ASGC/ASGC_OSG.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 2 +Production: true Resources: ASGC_OSG: Active: false diff --git a/topology/Universidad Autonoma de Manizales/GC_UAM/GCVO_UAM.yaml b/topology/Universidad Autonoma de Manizales/GC_UAM/GCVO_UAM.yaml index 9ff3e79c3..c9fd0ed37 100644 --- a/topology/Universidad Autonoma de Manizales/GC_UAM/GCVO_UAM.yaml +++ b/topology/Universidad Autonoma de Manizales/GC_UAM/GCVO_UAM.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Support for GCVO and GCEDU VO Universidad Autonoma de Manizales, GridColombia GroupID: 323 +Production: true Resources: GCVO_UAM_CE: Active: false diff --git a/topology/Universidad Autonoma del Caribe/GC_UAC/GCVO_UAC.yaml b/topology/Universidad Autonoma del Caribe/GC_UAC/GCVO_UAC.yaml index b4938d1fd..3acdc2939 100644 --- a/topology/Universidad Autonoma del Caribe/GC_UAC/GCVO_UAC.yaml +++ b/topology/Universidad Autonoma del Caribe/GC_UAC/GCVO_UAC.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Support for GCVO and GCEDU VO Universidad Autonoma del Caribe, GridColombia GroupID: 326 +Production: true Resources: GCVO_UAC_CE: Active: false diff --git a/topology/Universidad Catolica de Colombia/GC_UC/GCVO_UC.yaml b/topology/Universidad Catolica de Colombia/GC_UC/GCVO_UC.yaml index 5e155a229..45a24d64c 100644 --- a/topology/Universidad Catolica de Colombia/GC_UC/GCVO_UC.yaml +++ b/topology/Universidad Catolica de Colombia/GC_UC/GCVO_UC.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Support for GCVO and GCEDU VO Universidad Catolica, GridColombia GroupID: 315 +Production: true Resources: GCVO_UC_CE: Active: false diff --git a/topology/Universidad Industrial de Santander/GC_UIS/GCVO_UIS.yaml b/topology/Universidad Industrial de Santander/GC_UIS/GCVO_UIS.yaml index ec51e2e50..b5d1cdc2b 100644 --- a/topology/Universidad Industrial de Santander/GC_UIS/GCVO_UIS.yaml +++ b/topology/Universidad Industrial de Santander/GC_UIS/GCVO_UIS.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Support for GCVO and GCEDU VO Universidad Industrial de Santander, GridColombia GroupID: 328 +Production: true Resources: GCVO_UIS_CE: Active: false diff --git a/topology/Universidad Pontificia Bolivariana/GC_UPB/GCVO_UPB.yaml b/topology/Universidad Pontificia Bolivariana/GC_UPB/GCVO_UPB.yaml index e1dfecf7b..d569fc17e 100644 --- a/topology/Universidad Pontificia Bolivariana/GC_UPB/GCVO_UPB.yaml +++ b/topology/Universidad Pontificia Bolivariana/GC_UPB/GCVO_UPB.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Support for GCVO and GCEDU VO Universidad Pontificia Bolivariana, GridColombia GroupID: 319 +Production: true Resources: GCVO_UPB_CE: Active: false diff --git a/topology/Universidad Tecnologica de Bolivar/GC_UTB/GCVO_UTB.yaml b/topology/Universidad Tecnologica de Bolivar/GC_UTB/GCVO_UTB.yaml index cc7eccebb..4eb81f2a4 100644 --- a/topology/Universidad Tecnologica de Bolivar/GC_UTB/GCVO_UTB.yaml +++ b/topology/Universidad Tecnologica de Bolivar/GC_UTB/GCVO_UTB.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Support for GCVO and GCEDU VO Universidad Tecnologica de Bolivar, GridColombia GroupID: 317 +Production: true Resources: GCVO_UTB_CE: Active: false diff --git a/topology/Universidad de Caldas/GC_UCALDAS/GCVO_UCALDAS.yaml b/topology/Universidad de Caldas/GC_UCALDAS/GCVO_UCALDAS.yaml index daf74dfe0..a99dfc5b4 100644 --- a/topology/Universidad de Caldas/GC_UCALDAS/GCVO_UCALDAS.yaml +++ b/topology/Universidad de Caldas/GC_UCALDAS/GCVO_UCALDAS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Support for GCVO and GCEDU VO Universidad de Caldas, GridColombia GroupID: 316 +Production: true Resources: GCVO_UCALDAS_CE: Active: false diff --git a/topology/Universidad de Medellin/GC_UDEM/GCVO_UDEM.yaml b/topology/Universidad de Medellin/GC_UDEM/GCVO_UDEM.yaml index f466fc363..ddbd4b966 100644 --- a/topology/Universidad de Medellin/GC_UDEM/GCVO_UDEM.yaml +++ b/topology/Universidad de Medellin/GC_UDEM/GCVO_UDEM.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Support for GCVO and GCEDU VO Universidad de Medellin, GridColombia GroupID: 321 +Production: true Resources: GCVO_UDEM_CE: Active: false diff --git a/topology/Universidad de los Andes/GC_UNIANDES/GCVO_Uniandes.yaml b/topology/Universidad de los Andes/GC_UNIANDES/GCVO_Uniandes.yaml index d73ceac8c..00fc5fa51 100644 --- a/topology/Universidad de los Andes/GC_UNIANDES/GCVO_Uniandes.yaml +++ b/topology/Universidad de los Andes/GC_UNIANDES/GCVO_Uniandes.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Support for GCVO, GCEDU, CMS, Biomed and Auger VO Universidad de los Andes, GridColombia GroupID: 318 +Production: true Resources: GCVO_UNIANDES_CE: Active: false diff --git a/topology/Universidad del Valle/GC_UV/GCVO_UV.yaml b/topology/Universidad del Valle/GC_UV/GCVO_UV.yaml index fc6c61ae6..db1a6e5ef 100644 --- a/topology/Universidad del Valle/GC_UV/GCVO_UV.yaml +++ b/topology/Universidad del Valle/GC_UV/GCVO_UV.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Support for GCVO and GCEDU VO Universidad Tecnologica de Bolivar, GridColombia GroupID: 327 +Production: true Resources: GCVO_UV_CE: Active: false diff --git a/topology/Universidade Estadual Paulista/GridUNESP/GridUNESP.yaml b/topology/Universidade Estadual Paulista/GridUNESP/GridUNESP.yaml index 84f7ddf58..41bf12eda 100644 --- a/topology/Universidade Estadual Paulista/GridUNESP/GridUNESP.yaml +++ b/topology/Universidade Estadual Paulista/GridUNESP/GridUNESP.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The central site of GridUNESP infrastructure. GroupID: 259 +Production: true Resources: GridUNESP: Active: true diff --git a/topology/Universidade Estadual Paulista/GridUNESP/GridUNESP_SPO.yaml b/topology/Universidade Estadual Paulista/GridUNESP/GridUNESP_SPO.yaml index a1a58dbdd..61fd9387c 100644 --- a/topology/Universidade Estadual Paulista/GridUNESP/GridUNESP_SPO.yaml +++ b/topology/Universidade Estadual Paulista/GridUNESP/GridUNESP_SPO.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: A secundary cluster at GridUNESP main site. GroupID: 272 +Production: false Resources: GridUNESP_SPO: Active: true diff --git a/topology/Universidade Estadual Paulista/SPRACE/SPRACE.yaml b/topology/Universidade Estadual Paulista/SPRACE/SPRACE.yaml index 4283fe8a0..fcf1e2ad6 100644 --- a/topology/Universidade Estadual Paulista/SPRACE/SPRACE.yaml +++ b/topology/Universidade Estadual Paulista/SPRACE/SPRACE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 99 +Production: true Resources: BR-Sprace BW: Active: true diff --git a/topology/Universidade de Sao Paulo/SAMPA/perfSONAR Services.yaml b/topology/Universidade de Sao Paulo/SAMPA/perfSONAR Services.yaml index a6fb3c58a..2819d1b9b 100644 --- a/topology/Universidade de Sao Paulo/SAMPA/perfSONAR Services.yaml +++ b/topology/Universidade de Sao Paulo/SAMPA/perfSONAR Services.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: PerfSONAR Services of SAMPA Group GroupID: 414 +Production: true Resources: SAMPA PerfSONAR Bandwidth: Active: false diff --git "a/topology/Universidade de S\303\243o Paulo - Laborat\303\263rio de Computa\303\247\303\243o Cient\303\255fica Avan\303\247ada/USP - LCCA/USP-LCCA.yaml" "b/topology/Universidade de S\303\243o Paulo - Laborat\303\263rio de Computa\303\247\303\243o Cient\303\255fica Avan\303\247ada/USP - LCCA/USP-LCCA.yaml" index e269ec377..dd9646f80 100644 --- "a/topology/Universidade de S\303\243o Paulo - Laborat\303\263rio de Computa\303\247\303\243o Cient\303\255fica Avan\303\247ada/USP - LCCA/USP-LCCA.yaml" +++ "b/topology/Universidade de S\303\243o Paulo - Laborat\303\263rio de Computa\303\247\303\243o Cient\303\255fica Avan\303\247ada/USP - LCCA/USP-LCCA.yaml" @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: USP - LCCA tier 3 datacenter GroupID: 295 +Production: false Resources: USP-LCCA-CE-test: Active: true diff --git a/topology/Universidade do Estado do Rio de Janeiro/T2_BR_UERJ/UERJ.yaml b/topology/Universidade do Estado do Rio de Janeiro/T2_BR_UERJ/UERJ.yaml index 632f3e277..c0550f7e4 100644 --- a/topology/Universidade do Estado do Rio de Janeiro/T2_BR_UERJ/UERJ.yaml +++ b/topology/Universidade do Estado do Rio de Janeiro/T2_BR_UERJ/UERJ.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: UERJ Resource Group. GroupID: 42 +Production: true Resources: UERJ_CE: Active: true diff --git a/topology/University of Alabama at Birmingham/UAB Research Computing/Advanced Technology Lab.yaml b/topology/University of Alabama at Birmingham/UAB Research Computing/Advanced Technology Lab.yaml index 5ab204b3f..98e68f938 100644 --- a/topology/University of Alabama at Birmingham/UAB Research Computing/Advanced Technology Lab.yaml +++ b/topology/University of Alabama at Birmingham/UAB Research Computing/Advanced Technology Lab.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Lab resources for testing GroupID: 331 +Production: true Resources: ATLab testing node: Active: true diff --git a/topology/University of Arizona/Arizona Tier 3/Arizona.yaml b/topology/University of Arizona/Arizona Tier 3/Arizona.yaml index b92ad6a9b..cbd031ef8 100644 --- a/topology/University of Arizona/Arizona Tier 3/Arizona.yaml +++ b/topology/University of Arizona/Arizona Tier 3/Arizona.yaml @@ -1,9 +1,9 @@ Disable: false -GridType: OSG Production Resource GroupDescription: |- University of Arizona Tier 3 US ATLAS Event service GroupID: 428 +Production: true Resources: Arizona Squid: Active: true diff --git a/topology/University of Arkansas/UARK ACE/UARK_ACE.yaml b/topology/University of Arkansas/UARK ACE/UARK_ACE.yaml index f55ba5f95..aae4e0b4e 100644 --- a/topology/University of Arkansas/UARK ACE/UARK_ACE.yaml +++ b/topology/University of Arkansas/UARK ACE/UARK_ACE.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 108 +Production: true Resources: UARK_ACE: Active: false diff --git a/topology/University of Bern/UNIBE-LHEP/UNIBE-LHEP.yaml b/topology/University of Bern/UNIBE-LHEP/UNIBE-LHEP.yaml index acd725c88..0b2eb183c 100644 --- a/topology/University of Bern/UNIBE-LHEP/UNIBE-LHEP.yaml +++ b/topology/University of Bern/UNIBE-LHEP/UNIBE-LHEP.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: MicroBooNE resources in Bern, CH GroupID: 436 +Production: true Resources: Bern ce01: Active: false diff --git a/topology/University of Birmingham/STAR Birmingham/STAR-Bham.yaml b/topology/University of Birmingham/STAR Birmingham/STAR-Bham.yaml index 8e33c52f7..444e03a43 100644 --- a/topology/University of Birmingham/STAR Birmingham/STAR-Bham.yaml +++ b/topology/University of Birmingham/STAR Birmingham/STAR-Bham.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 101 +Production: true Resources: STAR-Bham: Active: false diff --git a/topology/University of Buffalo/GRASE Buffalo/GRASE-ALBANY-NYS.yaml b/topology/University of Buffalo/GRASE Buffalo/GRASE-ALBANY-NYS.yaml index dbd52b62d..5055eaf89 100644 --- a/topology/University of Buffalo/GRASE Buffalo/GRASE-ALBANY-NYS.yaml +++ b/topology/University of Buffalo/GRASE Buffalo/GRASE-ALBANY-NYS.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 29 +Production: true Resources: GRASE-ALBANY-NYS: Active: false diff --git a/topology/University of Buffalo/GRASE Buffalo/GRASE-BINGHAMTON.yaml b/topology/University of Buffalo/GRASE Buffalo/GRASE-BINGHAMTON.yaml index 4f6fef59b..3e42afae7 100644 --- a/topology/University of Buffalo/GRASE Buffalo/GRASE-BINGHAMTON.yaml +++ b/topology/University of Buffalo/GRASE Buffalo/GRASE-BINGHAMTON.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 30 +Production: true Resources: GRASE-BINGHAMTON: Active: false diff --git a/topology/University of Buffalo/GRASE Buffalo/GRASE-CSE-MAGIC.yaml b/topology/University of Buffalo/GRASE Buffalo/GRASE-CSE-MAGIC.yaml index a3019dbd7..cff1f8aca 100644 --- a/topology/University of Buffalo/GRASE Buffalo/GRASE-CSE-MAGIC.yaml +++ b/topology/University of Buffalo/GRASE Buffalo/GRASE-CSE-MAGIC.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: https://ticket.opensciencegrid.org/24224 GroupID: 222 +Production: true Resources: GRASE-CSE-MAGIC: Active: false diff --git a/topology/University of Buffalo/GRASE Buffalo/GRASE-HWI-IDUN.yaml b/topology/University of Buffalo/GRASE Buffalo/GRASE-HWI-IDUN.yaml index 53190f0ac..e47d76a11 100644 --- a/topology/University of Buffalo/GRASE Buffalo/GRASE-HWI-IDUN.yaml +++ b/topology/University of Buffalo/GRASE Buffalo/GRASE-HWI-IDUN.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 32 +Production: true Resources: GRASE-HWI-IDUN: Active: false diff --git a/topology/University of Buffalo/GRASE Buffalo/GRASE-MARIST-nysgrid11.yaml b/topology/University of Buffalo/GRASE Buffalo/GRASE-MARIST-nysgrid11.yaml index 5c0d4b58b..04c9bd5a2 100644 --- a/topology/University of Buffalo/GRASE Buffalo/GRASE-MARIST-nysgrid11.yaml +++ b/topology/University of Buffalo/GRASE Buffalo/GRASE-MARIST-nysgrid11.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 33 +Production: true Resources: GRASE-MARIST-nysgrid11: Active: false diff --git a/topology/University of Buffalo/GRASE Buffalo/GRASE-NYU-BENCH.yaml b/topology/University of Buffalo/GRASE Buffalo/GRASE-NYU-BENCH.yaml index dc5b253b1..9539de6f5 100644 --- a/topology/University of Buffalo/GRASE Buffalo/GRASE-NYU-BENCH.yaml +++ b/topology/University of Buffalo/GRASE Buffalo/GRASE-NYU-BENCH.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 35 +Production: true Resources: GRASE-NYU-BENCH: Active: false diff --git a/topology/University of Buffalo/GRASE Buffalo/GRASE-RIT-GCLUSTER.yaml b/topology/University of Buffalo/GRASE Buffalo/GRASE-RIT-GCLUSTER.yaml index 757686e3b..6b1e7a960 100644 --- a/topology/University of Buffalo/GRASE Buffalo/GRASE-RIT-GCLUSTER.yaml +++ b/topology/University of Buffalo/GRASE Buffalo/GRASE-RIT-GCLUSTER.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 36 +Production: true Resources: GRASE-RIT-GCLUSTER: Active: false diff --git a/topology/University of Buffalo/GRASE Buffalo/GRASE-SU-CLUSTER04.yaml b/topology/University of Buffalo/GRASE Buffalo/GRASE-SU-CLUSTER04.yaml index 03a659db6..935c96fbe 100644 --- a/topology/University of Buffalo/GRASE Buffalo/GRASE-SU-CLUSTER04.yaml +++ b/topology/University of Buffalo/GRASE Buffalo/GRASE-SU-CLUSTER04.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 37 +Production: true Resources: GRASE-SU-CLUSTER04: Active: false diff --git a/topology/University of Buffalo/GRASE Buffalo/GRASE-UR-NEBULA.yaml b/topology/University of Buffalo/GRASE Buffalo/GRASE-UR-NEBULA.yaml index 5f7d47c08..279f3d287 100644 --- a/topology/University of Buffalo/GRASE Buffalo/GRASE-UR-NEBULA.yaml +++ b/topology/University of Buffalo/GRASE Buffalo/GRASE-UR-NEBULA.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 38 +Production: true Resources: GRASE-UR-NEBULA: Active: false diff --git a/topology/University of Buffalo/NYSGRID Buffalo/NYSGRID-CCR-U2.yaml b/topology/University of Buffalo/NYSGRID Buffalo/NYSGRID-CCR-U2.yaml index 2a4b829d9..532688465 100644 --- a/topology/University of Buffalo/NYSGRID Buffalo/NYSGRID-CCR-U2.yaml +++ b/topology/University of Buffalo/NYSGRID Buffalo/NYSGRID-CCR-U2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 80 +Production: true Resources: NYSGRID-CCR-U2: Active: true diff --git a/topology/University of California Davis/UC Davis CMS T3/Davis_CMS.yaml b/topology/University of California Davis/UC Davis CMS T3/Davis_CMS.yaml index c76e3449b..5d9c4d812 100644 --- a/topology/University of California Davis/UC Davis CMS T3/Davis_CMS.yaml +++ b/topology/University of California Davis/UC Davis CMS T3/Davis_CMS.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Rob confirmed to Arvind this resource is de-activated. 2008-06-06 GroupID: 15 +Production: true Resources: Davis_CMS: Active: false diff --git a/topology/University of California Davis/UC Davis CMS T3/UCD.yaml b/topology/University of California Davis/UC Davis CMS T3/UCD.yaml index 15533b77b..5cb72254f 100644 --- a/topology/University of California Davis/UC Davis CMS T3/UCD.yaml +++ b/topology/University of California Davis/UC Davis CMS T3/UCD.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: UC Davis T3 CMS SE and CE nodes GroupID: 239 +Production: true Resources: UCD: Active: true diff --git a/topology/University of California Los Angeles/UCLA CMS Tier3/UCLA_Saxon_Tier3.yaml b/topology/University of California Los Angeles/UCLA CMS Tier3/UCLA_Saxon_Tier3.yaml index a6d93b91e..df026a746 100644 --- a/topology/University of California Los Angeles/UCLA CMS Tier3/UCLA_Saxon_Tier3.yaml +++ b/topology/University of California Los Angeles/UCLA CMS Tier3/UCLA_Saxon_Tier3.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 109 +Production: true Resources: UCLA_Saxon_Tier3: Active: false diff --git a/topology/University of California Riverside/UCR HEP/UCR-HEP.yaml b/topology/University of California Riverside/UCR HEP/UCR-HEP.yaml index f3e2d21af..6622e648a 100644 --- a/topology/University of California Riverside/UCR HEP/UCR-HEP.yaml +++ b/topology/University of California Riverside/UCR HEP/UCR-HEP.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 110 +Production: true Resources: UCR-HEP: Active: true diff --git a/topology/University of California San Diego/UCSD CMS Tier2/UCSD CMS Glideins.yaml b/topology/University of California San Diego/UCSD CMS Tier2/UCSD CMS Glideins.yaml index c77e675b2..5378c9948 100644 --- a/topology/University of California San Diego/UCSD CMS Tier2/UCSD CMS Glideins.yaml +++ b/topology/University of California San Diego/UCSD CMS Tier2/UCSD CMS Glideins.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This group holds the glidein-related resources for CMS. GroupID: 359 +Production: true Resources: UAF 1: Active: true diff --git a/topology/University of California San Diego/UCSD CMS Tier2/UCSDT2-ITB.yaml b/topology/University of California San Diego/UCSD CMS Tier2/UCSDT2-ITB.yaml index ec6c8b827..1d031bbb5 100644 --- a/topology/University of California San Diego/UCSD CMS Tier2/UCSDT2-ITB.yaml +++ b/topology/University of California San Diego/UCSD CMS Tier2/UCSDT2-ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: ITB Resources for UCSDT2 GroupID: 262 +Production: false Resources: UCSDT2-ITB1: Active: true diff --git a/topology/University of California San Diego/UCSD CMS Tier2/UCSDT2.yaml b/topology/University of California San Diego/UCSD CMS Tier2/UCSDT2.yaml index 1e359b170..3e2ecada1 100644 --- a/topology/University of California San Diego/UCSD CMS Tier2/UCSDT2.yaml +++ b/topology/University of California San Diego/UCSD CMS Tier2/UCSDT2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 113 +Production: true Resources: UCSDCMST2-2-squid: Active: true diff --git a/topology/University of California San Diego/UCSD OSG/CrossOSG Nodes.yaml b/topology/University of California San Diego/UCSD OSG/CrossOSG Nodes.yaml index be547ff12..ebc81cbc9 100644 --- a/topology/University of California San Diego/UCSD OSG/CrossOSG Nodes.yaml +++ b/topology/University of California San Diego/UCSD OSG/CrossOSG Nodes.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This group contains the Cross OSG nodes. GroupID: 343 +Production: true Resources: CrossOSG-CE-UCSD: Active: true diff --git a/topology/University of California San Diego/UCSD OSG/Submitters.yaml b/topology/University of California San Diego/UCSD OSG/Submitters.yaml index 3b1227f02..f342e85b0 100644 --- a/topology/University of California San Diego/UCSD OSG/Submitters.yaml +++ b/topology/University of California San Diego/UCSD OSG/Submitters.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This group is for the Submitter nodes at UCSD. GroupID: 337 +Production: true Resources: Physics Computing Facility UCSD Submit Host: Active: true diff --git a/topology/University of California San Diego/UCSD OSG/UCSD glidein.yaml b/topology/University of California San Diego/UCSD OSG/UCSD glidein.yaml index c1aef406b..2f0ce8a05 100644 --- a/topology/University of California San Diego/UCSD OSG/UCSD glidein.yaml +++ b/topology/University of California San Diego/UCSD OSG/UCSD glidein.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: UCSD glidein factory GroupID: 329 +Production: true Resources: UCSD glidein: Active: true diff --git a/topology/University of California Santa Cruz/UC Santa Cruz ATLAS Tier-3/UCSCT3.yaml b/topology/University of California Santa Cruz/UC Santa Cruz ATLAS Tier-3/UCSCT3.yaml index f8c06e408..7e91480eb 100644 --- a/topology/University of California Santa Cruz/UC Santa Cruz ATLAS Tier-3/UCSCT3.yaml +++ b/topology/University of California Santa Cruz/UC Santa Cruz ATLAS Tier-3/UCSCT3.yaml @@ -1,10 +1,10 @@ Disable: true -GridType: OSG Production Resource GroupDescription: |- Resource for UC Santa Cruz ATLAS Tier-3. 7/26 disabling empty resource group GroupID: 291 +Production: true Resources: UCSC_ATLAS_GRIDFTP2: Active: true diff --git a/topology/University of Chicago/MWT2 ATLAS UC/MWT2.yaml b/topology/University of Chicago/MWT2 ATLAS UC/MWT2.yaml index c5baec09e..1bc598afb 100644 --- a/topology/University of Chicago/MWT2 ATLAS UC/MWT2.yaml +++ b/topology/University of Chicago/MWT2 ATLAS UC/MWT2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Placeholder for MWT2 GroupID: 310 +Production: true Resources: MWT2: Active: true diff --git a/topology/University of Chicago/MWT2 ATLAS UC/MWT2_UC.yaml b/topology/University of Chicago/MWT2 ATLAS UC/MWT2_UC.yaml index aabc49503..1655f2ccd 100644 --- a/topology/University of Chicago/MWT2 ATLAS UC/MWT2_UC.yaml +++ b/topology/University of Chicago/MWT2 ATLAS UC/MWT2_UC.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 69 +Production: true Resources: MWT2_UC: Active: false diff --git a/topology/University of Chicago/MWT2 ATLAS UC/UC_ATLAS_MWT2.yaml b/topology/University of Chicago/MWT2 ATLAS UC/UC_ATLAS_MWT2.yaml index 3b1710c48..04494fbc3 100644 --- a/topology/University of Chicago/MWT2 ATLAS UC/UC_ATLAS_MWT2.yaml +++ b/topology/University of Chicago/MWT2 ATLAS UC/UC_ATLAS_MWT2.yaml @@ -1,10 +1,10 @@ Disable: true -GridType: OSG Production Resource GroupDescription: |- disabling by request https://ticket.grid.iu.edu/30682 GroupID: 116 +Production: true Resources: UC_ATLAS_MWT2: Active: false diff --git a/topology/University of Chicago/MWT2 ATLAS UC/UC_ITB_SE_BESTMAN.yaml b/topology/University of Chicago/MWT2 ATLAS UC/UC_ITB_SE_BESTMAN.yaml index d93e806a0..2545726c7 100644 --- a/topology/University of Chicago/MWT2 ATLAS UC/UC_ITB_SE_BESTMAN.yaml +++ b/topology/University of Chicago/MWT2 ATLAS UC/UC_ITB_SE_BESTMAN.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 218 +Production: false Resources: UC_ITB_SE_BESTMAN: Active: true diff --git a/topology/University of Chicago/MWT2 ATLAS UC/UC_ITB_SE_DCACHE.yaml b/topology/University of Chicago/MWT2 ATLAS UC/UC_ITB_SE_DCACHE.yaml index dcbcb3533..3d4f003f4 100644 --- a/topology/University of Chicago/MWT2 ATLAS UC/UC_ITB_SE_DCACHE.yaml +++ b/topology/University of Chicago/MWT2 ATLAS UC/UC_ITB_SE_DCACHE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 219 +Production: false Resources: UC_ITB_SE_DCACHE: Active: true diff --git a/topology/University of Chicago/MWT2 ATLAS UC/UC_T2DEV_ITB.yaml b/topology/University of Chicago/MWT2 ATLAS UC/UC_T2DEV_ITB.yaml index c25b448aa..37b4321f1 100644 --- a/topology/University of Chicago/MWT2 ATLAS UC/UC_T2DEV_ITB.yaml +++ b/topology/University of Chicago/MWT2 ATLAS UC/UC_T2DEV_ITB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 118 +Production: false Resources: UC_T2DEV_ITB: Active: false diff --git a/topology/University of Chicago/OSGSC_UC/GC1.yaml b/topology/University of Chicago/OSGSC_UC/GC1.yaml index 0da38dcc3..c9ba4a173 100644 --- a/topology/University of Chicago/OSGSC_UC/GC1.yaml +++ b/topology/University of Chicago/OSGSC_UC/GC1.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: ITB cluster for Tier 3 and small sites prototyping and testing GroupID: 294 +Production: false Resources: GC1_CE: Active: true diff --git a/topology/University of Chicago/UC Teraport/UC_Teraport.yaml b/topology/University of Chicago/UC Teraport/UC_Teraport.yaml index 2fa13eb6d..78661f49c 100644 --- a/topology/University of Chicago/UC Teraport/UC_Teraport.yaml +++ b/topology/University of Chicago/UC Teraport/UC_Teraport.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 119 +Production: true Resources: UC_Teraport: Active: false diff --git a/topology/University of Chicago/UChicago/OSG_UChicago.yaml b/topology/University of Chicago/UChicago/OSG_UChicago.yaml index a20ea7b07..12c7736f6 100644 --- a/topology/University of Chicago/UChicago/OSG_UChicago.yaml +++ b/topology/University of Chicago/UChicago/OSG_UChicago.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: OSG resources at UChicago GroupID: 374 +Production: true Resources: OSG UChicago VO Frontend: Active: true diff --git a/topology/University of Chicago/UChicago/UC3.yaml b/topology/University of Chicago/UChicago/UC3.yaml index 54589e3a6..83e6151e9 100644 --- a/topology/University of Chicago/UChicago/UC3.yaml +++ b/topology/University of Chicago/UChicago/UC3.yaml @@ -1,9 +1,9 @@ Disable: true -GridType: OSG Production Resource GroupDescription: |- University of Chicago Computing Cooperative https://uc3.uchicago.edu/ GroupID: 373 +Production: true Resources: UC3 UChicago VO Frontend: Active: true diff --git a/topology/University of Chicago/UChicago/UC_ITB.yaml b/topology/University of Chicago/UChicago/UC_ITB.yaml index 88bfd48a1..8465f9cfe 100644 --- a/topology/University of Chicago/UChicago/UC_ITB.yaml +++ b/topology/University of Chicago/UChicago/UC_ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: UChicago ITB GroupID: 117 +Production: false Resources: UC_ITB_CONDOR: Active: true diff --git a/topology/University of Colorado/UColorado_HEP/UColorado_HEP.yaml b/topology/University of Colorado/UColorado_HEP/UColorado_HEP.yaml index a382bade3..c16526d6c 100644 --- a/topology/University of Colorado/UColorado_HEP/UColorado_HEP.yaml +++ b/topology/University of Colorado/UColorado_HEP/UColorado_HEP.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Renamed to UColorado_HEP by agopu after Doug agreed it was ok. 2008-07-18. Assigned appropriate site as well. GroupID: 177 +Production: true Resources: UColorado_HEP: Active: true diff --git a/topology/University of Colorado/UColorado_HEP/UColorado_HEP_ITB.yaml b/topology/University of Colorado/UColorado_HEP/UColorado_HEP_ITB.yaml index 829a536c9..45d70fabc 100644 --- a/topology/University of Colorado/UColorado_HEP/UColorado_HEP_ITB.yaml +++ b/topology/University of Colorado/UColorado_HEP/UColorado_HEP_ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: This resource group is for ITB testing at University of Colorado GroupID: 253 +Production: false Resources: UColorado_ITB: Active: true diff --git a/topology/University of Colorado/UColorado_HEP/UColorado_SE.yaml b/topology/University of Colorado/UColorado_HEP/UColorado_SE.yaml index 654007939..675edce3b 100644 --- a/topology/University of Colorado/UColorado_HEP/UColorado_SE.yaml +++ b/topology/University of Colorado/UColorado_HEP/UColorado_SE.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 204 +Production: true Resources: UColorado_SE_Hadoop: Active: true diff --git a/topology/University of Connecticut Health Center/UCHC_CBG/UCHC_CBG.yaml b/topology/University of Connecticut Health Center/UCHC_CBG/UCHC_CBG.yaml index dd070125f..9e02deb01 100644 --- a/topology/University of Connecticut Health Center/UCHC_CBG/UCHC_CBG.yaml +++ b/topology/University of Connecticut Health Center/UCHC_CBG/UCHC_CBG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: University of Connecticut Health Center - CE GroupID: 217 +Production: true Resources: UCHC_CBG: Active: true diff --git a/topology/University of Connecticut/UConn-OSG/UConn-OSG.yaml b/topology/University of Connecticut/UConn-OSG/UConn-OSG.yaml index fca07094a..6896c8a17 100644 --- a/topology/University of Connecticut/UConn-OSG/UConn-OSG.yaml +++ b/topology/University of Connecticut/UConn-OSG/UConn-OSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: UConn Physics Cluster Computing Group GroupID: 254 +Production: true Resources: Gluex_VOMS: Active: true diff --git a/topology/University of Florida/UF CMS Tier2/UFlorida-IHEPA.yaml b/topology/University of Florida/UF CMS Tier2/UFlorida-IHEPA.yaml index 795125f0d..9232c8015 100644 --- a/topology/University of Florida/UF CMS Tier2/UFlorida-IHEPA.yaml +++ b/topology/University of Florida/UF CMS Tier2/UFlorida-IHEPA.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 121 +Production: true Resources: UFlorida-IHEPA: Active: false diff --git a/topology/University of Florida/UF CMS Tier2/UFlorida-PG.yaml b/topology/University of Florida/UF CMS Tier2/UFlorida-PG.yaml index f0c00f016..4fb5c6625 100644 --- a/topology/University of Florida/UF CMS Tier2/UFlorida-PG.yaml +++ b/topology/University of Florida/UF CMS Tier2/UFlorida-PG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 122 +Production: true Resources: UFlorida-PG: Active: true diff --git a/topology/University of Florida/UF HPC/UFlorida-HPC.yaml b/topology/University of Florida/UF HPC/UFlorida-HPC.yaml index 6c1d52179..d05055d3b 100644 --- a/topology/University of Florida/UF HPC/UFlorida-HPC.yaml +++ b/topology/University of Florida/UF HPC/UFlorida-HPC.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 120 +Production: true Resources: T2_Florida_BW: Active: true diff --git a/topology/University of Florida/UF HPC/UFlorida-SSERCA.yaml b/topology/University of Florida/UF HPC/UFlorida-SSERCA.yaml index 25e279ec5..fd265f92c 100644 --- a/topology/University of Florida/UF HPC/UFlorida-SSERCA.yaml +++ b/topology/University of Florida/UF HPC/UFlorida-SSERCA.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: SSERCA resources at UF HPC. GroupID: 348 +Production: true Resources: UFlorida-SSERCA: Active: false diff --git a/topology/University of Georgia/UGA Research Computing Center/UGA_SGrid.yaml b/topology/University of Georgia/UGA Research Computing Center/UGA_SGrid.yaml index 76b218b24..f32290eca 100644 --- a/topology/University of Georgia/UGA Research Computing Center/UGA_SGrid.yaml +++ b/topology/University of Georgia/UGA Research Computing Center/UGA_SGrid.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This is the SGE submit host for UGA's SURAGrid queues on our local linux cluster. GroupID: 301 +Production: true Resources: UGA_Sgrid_CE: Active: true diff --git a/topology/University of Illinois Chicago/UIC Physics/UIC_PHYSICS.yaml b/topology/University of Illinois Chicago/UIC Physics/UIC_PHYSICS.yaml index ddfa15008..36c7fdbb3 100644 --- a/topology/University of Illinois Chicago/UIC Physics/UIC_PHYSICS.yaml +++ b/topology/University of Illinois Chicago/UIC Physics/UIC_PHYSICS.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Disabled GroupID: 124 +Production: true Resources: UIC_PHYSICS: Active: false diff --git a/topology/University of Illinois at Urbana Champaign/CIGI/CIGI-OSG.yaml b/topology/University of Illinois at Urbana Champaign/CIGI/CIGI-OSG.yaml index ca3ee2b41..a7fcf62e3 100644 --- a/topology/University of Illinois at Urbana Champaign/CIGI/CIGI-OSG.yaml +++ b/topology/University of Illinois at Urbana Champaign/CIGI/CIGI-OSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Production resources of CIGI VO GroupID: 244 +Production: true Resources: CIGI-VOMS: Active: true diff --git a/topology/University of Illinois at Urbana Champaign/Illinois High Energy Physics/IllinoisHEP.yaml b/topology/University of Illinois at Urbana Champaign/Illinois High Energy Physics/IllinoisHEP.yaml index 7cbdd8235..23baea32a 100644 --- a/topology/University of Illinois at Urbana Champaign/Illinois High Energy Physics/IllinoisHEP.yaml +++ b/topology/University of Illinois at Urbana Champaign/Illinois High Energy Physics/IllinoisHEP.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Tier3gs installation which consists of a CE, SE and a cluster of worker nodes GroupID: 147 +Production: true Resources: IllinoisHEP: Active: true diff --git a/topology/University of Illinois at Urbana Champaign/NCSA/CIGI-ITB.yaml b/topology/University of Illinois at Urbana Champaign/NCSA/CIGI-ITB.yaml index 443704fbe..3af190be1 100644 --- a/topology/University of Illinois at Urbana Champaign/NCSA/CIGI-ITB.yaml +++ b/topology/University of Illinois at Urbana Champaign/NCSA/CIGI-ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: (No resource group description) GroupID: 154 +Production: false Resources: CIGI-ITB: Active: true diff --git a/topology/University of Illinois at Urbana Champaign/NCSA/NCSA_TUNGSTEN.yaml b/topology/University of Illinois at Urbana Champaign/NCSA/NCSA_TUNGSTEN.yaml index 83b6d8841..8fd1b98b8 100644 --- a/topology/University of Illinois at Urbana Champaign/NCSA/NCSA_TUNGSTEN.yaml +++ b/topology/University of Illinois at Urbana Champaign/NCSA/NCSA_TUNGSTEN.yaml @@ -1,10 +1,10 @@ Disable: true -GridType: OSG Production Resource GroupDescription: |- Added manually by Arvind from old RegDB - please update if need be. 7/26 disabling empty resource group GroupID: 148 +Production: true Resources: NCSA_TUNGSTEN: Active: false diff --git a/topology/University of Iowa/GROW/GROW-ITB.yaml b/topology/University of Iowa/GROW/GROW-ITB.yaml index 1fc009528..13813ed5c 100644 --- a/topology/University of Iowa/GROW/GROW-ITB.yaml +++ b/topology/University of Iowa/GROW/GROW-ITB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: Rob confirmed to Arvind this resource is de-activated. 2008-06-06 GroupID: 39 +Production: false Resources: GROW-ITB: Active: false diff --git a/topology/University of Iowa/GROW/GROW-PROD.yaml b/topology/University of Iowa/GROW/GROW-PROD.yaml index cfde9e378..1aacd795c 100644 --- a/topology/University of Iowa/GROW/GROW-PROD.yaml +++ b/topology/University of Iowa/GROW/GROW-PROD.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: University of Iowa Tier 3 cluster GroupID: 40 +Production: true Resources: GROW-GRID: Active: true diff --git a/topology/University of Iowa/GROW/UIOWA-OSG-PROD.yaml b/topology/University of Iowa/GROW/UIOWA-OSG-PROD.yaml index bd5becd98..b0dd3f923 100644 --- a/topology/University of Iowa/GROW/UIOWA-OSG-PROD.yaml +++ b/topology/University of Iowa/GROW/UIOWA-OSG-PROD.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Rob confirmed to Arvind that this is a de-activated resource. 2008-06-06 GroupID: 125 +Production: true Resources: UIOWA-OSG-PROD: Active: false diff --git a/topology/University of Johannesburg/UJ Research Cluster/UJ-OSG.yaml b/topology/University of Johannesburg/UJ Research Cluster/UJ-OSG.yaml index 23a7b6086..339e403fc 100644 --- a/topology/University of Johannesburg/UJ Research Cluster/UJ-OSG.yaml +++ b/topology/University of Johannesburg/UJ Research Cluster/UJ-OSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 215 +Production: true Resources: UJ-OSG: Active: true diff --git a/topology/University of Maryland/UMD-CMS/umd-cms.yaml b/topology/University of Maryland/UMD-CMS/umd-cms.yaml index 729c6df3e..af56f565e 100644 --- a/topology/University of Maryland/UMD-CMS/umd-cms.yaml +++ b/topology/University of Maryland/UMD-CMS/umd-cms.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Tier-3 computing center. Priority given to local users, but opportunistic use by CMS VO allowed. GroupID: 159 +Production: true Resources: UMD_GUMS: Active: true diff --git a/topology/University of Maryland/UMD-IGS/UMD-IGS.yaml b/topology/University of Maryland/UMD-IGS/UMD-IGS.yaml index 562a96fb0..b9233a926 100644 --- a/topology/University of Maryland/UMD-IGS/UMD-IGS.yaml +++ b/topology/University of Maryland/UMD-IGS/UMD-IGS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: diagcomputing.org GroupID: 382 +Production: true Resources: UMD-IGS-CE: Active: true diff --git a/topology/University of Michigan/AGLT2/AGLT2.yaml b/topology/University of Michigan/AGLT2/AGLT2.yaml index f988b22aa..365140e8a 100644 --- a/topology/University of Michigan/AGLT2/AGLT2.yaml +++ b/topology/University of Michigan/AGLT2/AGLT2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 1 +Production: true Resources: AGLT2-squid: Active: true diff --git a/topology/University of Michigan/AGLT2/AGLT2_TEST.yaml b/topology/University of Michigan/AGLT2/AGLT2_TEST.yaml index 55d9dc245..178445fd9 100644 --- a/topology/University of Michigan/AGLT2/AGLT2_TEST.yaml +++ b/topology/University of Michigan/AGLT2/AGLT2_TEST.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Testing Resource Group GroupID: 351 +Production: true Resources: AGLT2_TEST_CE: Active: true diff --git a/topology/University of Minnesota/School of Physics and Astronomy/UMN-CMS.yaml b/topology/University of Minnesota/School of Physics and Astronomy/UMN-CMS.yaml index dd1f8b37a..7ff478972 100644 --- a/topology/University of Minnesota/School of Physics and Astronomy/UMN-CMS.yaml +++ b/topology/University of Minnesota/School of Physics and Astronomy/UMN-CMS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: University of Minnesota CMS Resources GroupID: 357 +Production: true Resources: UMN-CMS-CE: Active: true diff --git a/topology/University of Mississippi/UMissHEP/UMissHEP.yaml b/topology/University of Mississippi/UMissHEP/UMissHEP.yaml index ed8fda456..355f2a742 100644 --- a/topology/University of Mississippi/UMissHEP/UMissHEP.yaml +++ b/topology/University of Mississippi/UMissHEP/UMissHEP.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Added manually by Arvind from old RegDB - please update if need be. GroupID: 146 +Production: true Resources: UMissHEP: Active: true diff --git a/topology/University of Nebraska/Nebraska-CMS/CMS Glidein Systems.yaml b/topology/University of Nebraska/Nebraska-CMS/CMS Glidein Systems.yaml index 9a2f18dc0..d7f315298 100644 --- a/topology/University of Nebraska/Nebraska-CMS/CMS Glidein Systems.yaml +++ b/topology/University of Nebraska/Nebraska-CMS/CMS Glidein Systems.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: CMS glidein submitter nodes GroupID: 361 +Production: true Resources: Nebraska_glidein_hcc_crabserver: Active: true diff --git a/topology/University of Nebraska/Nebraska-CMS/Nebraska-CMS-ITB.yaml b/topology/University of Nebraska/Nebraska-CMS/Nebraska-CMS-ITB.yaml index 0ad8dacbb..f6d41a0fa 100644 --- a/topology/University of Nebraska/Nebraska-CMS/Nebraska-CMS-ITB.yaml +++ b/topology/University of Nebraska/Nebraska-CMS/Nebraska-CMS-ITB.yaml @@ -1,10 +1,10 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: |- ITB Group for Nebraska CMS. 7/26 disabling empty resource group GroupID: 313 +Production: false Resources: red-gateway3-ITB: Active: false diff --git a/topology/University of Nebraska/Nebraska-CMS/Nebraska.yaml b/topology/University of Nebraska/Nebraska-CMS/Nebraska.yaml index 8648685d5..713c3b58f 100644 --- a/topology/University of Nebraska/Nebraska-CMS/Nebraska.yaml +++ b/topology/University of Nebraska/Nebraska-CMS/Nebraska.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Nebraska CMS T2 Resource. GroupID: 71 +Production: true Resources: GPN-HUSKER: Active: true diff --git a/topology/University of Nebraska/Nebraska-Lincoln/HCC Submitters.yaml b/topology/University of Nebraska/Nebraska-Lincoln/HCC Submitters.yaml index fcf4a6ab8..f8f0b80d2 100644 --- a/topology/University of Nebraska/Nebraska-Lincoln/HCC Submitters.yaml +++ b/topology/University of Nebraska/Nebraska-Lincoln/HCC Submitters.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: This is the group of HCC Submitters that submit jobs through the HCC GlideinWMS machine. GroupID: 332 +Production: true Resources: HCC GlideinWMS Frontend: Active: true diff --git a/topology/University of Nebraska/Nebraska-Lincoln/Sandhills.yaml b/topology/University of Nebraska/Nebraska-Lincoln/Sandhills.yaml index a28908653..3a087c780 100644 --- a/topology/University of Nebraska/Nebraska-Lincoln/Sandhills.yaml +++ b/topology/University of Nebraska/Nebraska-Lincoln/Sandhills.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Sandhills Cluster GroupID: 230 +Production: true Resources: Sandhills: Active: true diff --git a/topology/University of Nebraska/Nebraska-Omaha/Crane.yaml b/topology/University of Nebraska/Nebraska-Omaha/Crane.yaml index 7a5681f3e..af858f3f0 100644 --- a/topology/University of Nebraska/Nebraska-Omaha/Crane.yaml +++ b/topology/University of Nebraska/Nebraska-Omaha/Crane.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Crane Cluster GroupID: 388 +Production: true Resources: Crane-CE1: Active: true diff --git a/topology/University of Nebraska/Nebraska-Omaha/Firefly.yaml b/topology/University of Nebraska/Nebraska-Omaha/Firefly.yaml index 0e31d330c..198a315d7 100644 --- a/topology/University of Nebraska/Nebraska-Omaha/Firefly.yaml +++ b/topology/University of Nebraska/Nebraska-Omaha/Firefly.yaml @@ -1,8 +1,8 @@ Disable: true -GridType: OSG Production Resource GroupDescription: The Firefly cluster at the Holland Computer Center, located at the University of Nebraska at Omaha. GroupID: 231 +Production: true Resources: Firefly: Active: false diff --git a/topology/University of Nebraska/Nebraska-Omaha/Tusker.yaml b/topology/University of Nebraska/Nebraska-Omaha/Tusker.yaml index 7478ae7fd..19200b1e8 100644 --- a/topology/University of Nebraska/Nebraska-Omaha/Tusker.yaml +++ b/topology/University of Nebraska/Nebraska-Omaha/Tusker.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The Tusker HPC Cluster. GroupID: 333 +Production: true Resources: Tusker: Active: false diff --git a/topology/University of New Mexico/UNM HPC/UNM_HPC.yaml b/topology/University of New Mexico/UNM HPC/UNM_HPC.yaml index 793f836a4..ef12a921b 100644 --- a/topology/University of New Mexico/UNM HPC/UNM_HPC.yaml +++ b/topology/University of New Mexico/UNM HPC/UNM_HPC.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 126 +Production: true Resources: UNM_HPC: Active: true diff --git a/topology/University of North Carolina/RENCI/Engagement Infrastructure.yaml b/topology/University of North Carolina/RENCI/Engagement Infrastructure.yaml index 01bcc2967..0e9dc7077 100644 --- a/topology/University of North Carolina/RENCI/Engagement Infrastructure.yaml +++ b/topology/University of North Carolina/RENCI/Engagement Infrastructure.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: A collection of Engagement infrastructure hosts GroupID: 322 +Production: true Resources: Engage-Submit3-Frontend: Active: false diff --git a/topology/University of North Carolina/RENCI/Engagement_VOMS.yaml b/topology/University of North Carolina/RENCI/Engagement_VOMS.yaml index e704f620c..447f96b08 100644 --- a/topology/University of North Carolina/RENCI/Engagement_VOMS.yaml +++ b/topology/University of North Carolina/RENCI/Engagement_VOMS.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: disabled 4/3 GroupID: 185 +Production: true Resources: Engagement_VOMS: Active: false diff --git a/topology/University of North Carolina/RENCI/RENCI-Engagement.yaml b/topology/University of North Carolina/RENCI/RENCI-Engagement.yaml index c4d43f1d5..e78f740e7 100644 --- a/topology/University of North Carolina/RENCI/RENCI-Engagement.yaml +++ b/topology/University of North Carolina/RENCI/RENCI-Engagement.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Engagement GroupID: 199 +Production: true Resources: RENCI-Engagement: Active: false diff --git a/topology/University of North Carolina/RENCI/RENCI.yaml b/topology/University of North Carolina/RENCI/RENCI.yaml index e39ae77d3..ad8fdc66d 100644 --- a/topology/University of North Carolina/RENCI/RENCI.yaml +++ b/topology/University of North Carolina/RENCI/RENCI.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: Resource Group for all RENCI Clusters @ University of North Carolina GroupID: 330 +Production: true Resources: RENCI-Blueberry: Active: false diff --git a/topology/University of Northern Iowa/GROW-UNI/UNI-OSGEDU.yaml b/topology/University of Northern Iowa/GROW-UNI/UNI-OSGEDU.yaml index 00e422aaa..7f2b901fe 100644 --- a/topology/University of Northern Iowa/GROW-UNI/UNI-OSGEDU.yaml +++ b/topology/University of Northern Iowa/GROW-UNI/UNI-OSGEDU.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 41 +Production: true Resources: UNI-OSGEDU: Active: false diff --git a/topology/University of Notre Dame/NWICG_NDCMS/NWICG_Earth.yaml b/topology/University of Notre Dame/NWICG_NDCMS/NWICG_Earth.yaml index 31fafdf16..de4d3bbb0 100644 --- a/topology/University of Notre Dame/NWICG_NDCMS/NWICG_Earth.yaml +++ b/topology/University of Notre Dame/NWICG_NDCMS/NWICG_Earth.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: NWICG_Earth GroupID: 341 +Production: true Resources: NWICG_Earth: Active: true diff --git a/topology/University of Notre Dame/NWICG_NDCMS/NWICG_NDCMS.yaml b/topology/University of Notre Dame/NWICG_NDCMS/NWICG_NDCMS.yaml index 4811fa6d4..f676d1bbf 100644 --- a/topology/University of Notre Dame/NWICG_NDCMS/NWICG_NDCMS.yaml +++ b/topology/University of Notre Dame/NWICG_NDCMS/NWICG_NDCMS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: NWICG_NDCMS GroupID: 78 +Production: true Resources: NWICG_NDCCL: Active: false diff --git a/topology/University of Notre Dame/NWICG_NDCMS/NWICG_NotreDame.yaml b/topology/University of Notre Dame/NWICG_NDCMS/NWICG_NotreDame.yaml index c8fab5b57..6fa1bdcbb 100644 --- a/topology/University of Notre Dame/NWICG_NDCMS/NWICG_NotreDame.yaml +++ b/topology/University of Notre Dame/NWICG_NDCMS/NWICG_NotreDame.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: https://ticket.grid.iu.edu/goc/12807 GroupID: 79 +Production: true Resources: NDCMS_Primeradiant01: Active: true diff --git a/topology/University of Oklahoma/OU ATLAS/OU_OCHEP_SWT2.yaml b/topology/University of Oklahoma/OU ATLAS/OU_OCHEP_SWT2.yaml index 55b779b04..ad13d5e32 100644 --- a/topology/University of Oklahoma/OU ATLAS/OU_OCHEP_SWT2.yaml +++ b/topology/University of Oklahoma/OU ATLAS/OU_OCHEP_SWT2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 88 +Production: true Resources: OU_OCHEP_SWT2: Active: true diff --git a/topology/University of Oklahoma/OU ATLAS/OU_OSCER_ATLAS.yaml b/topology/University of Oklahoma/OU ATLAS/OU_OSCER_ATLAS.yaml index 1830d6b44..9d506a2bd 100644 --- a/topology/University of Oklahoma/OU ATLAS/OU_OSCER_ATLAS.yaml +++ b/topology/University of Oklahoma/OU ATLAS/OU_OSCER_ATLAS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 89 +Production: true Resources: OU_OSCER_ATLAS: Active: true diff --git a/topology/University of Oklahoma/OU DOSAR/OU_OSCER_CONDOR.yaml b/topology/University of Oklahoma/OU DOSAR/OU_OSCER_CONDOR.yaml index 3cbe33b06..1e881a109 100644 --- a/topology/University of Oklahoma/OU DOSAR/OU_OSCER_CONDOR.yaml +++ b/topology/University of Oklahoma/OU DOSAR/OU_OSCER_CONDOR.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 90 +Production: true Resources: OU_OSCER_CONDOR: Active: false diff --git a/topology/University of Oklahoma/OU HEP/OUHEP_ITB.yaml b/topology/University of Oklahoma/OU HEP/OUHEP_ITB.yaml index e9a2775bf..a984d4b22 100644 --- a/topology/University of Oklahoma/OU HEP/OUHEP_ITB.yaml +++ b/topology/University of Oklahoma/OU HEP/OUHEP_ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: OU ITB Resource GroupID: 86 +Production: true Resources: OUHEP_ITB: Active: true diff --git a/topology/University of Oklahoma/OU HEP/OUHEP_OSG.yaml b/topology/University of Oklahoma/OU HEP/OUHEP_OSG.yaml index eeed02b9d..b1dfce028 100644 --- a/topology/University of Oklahoma/OU HEP/OUHEP_OSG.yaml +++ b/topology/University of Oklahoma/OU HEP/OUHEP_OSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 87 +Production: true Resources: OUHEP_OSG: Active: true diff --git a/topology/University of Pennsylvania/Penn ATLAS Tier 3/PennT3.yaml b/topology/University of Pennsylvania/Penn ATLAS Tier 3/PennT3.yaml index 71af484d7..7cb1e0806 100644 --- a/topology/University of Pennsylvania/Penn ATLAS Tier 3/PennT3.yaml +++ b/topology/University of Pennsylvania/Penn ATLAS Tier 3/PennT3.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: University of Pennsylvania ATLAS Tier 3 system GroupID: 350 +Production: true Resources: UPENN-T3-SE: Active: true diff --git a/topology/University of Pittsburgh/UPittTier3/UPittTier3.yaml b/topology/University of Pittsburgh/UPittTier3/UPittTier3.yaml index fce150925..c7578a6f8 100644 --- a/topology/University of Pittsburgh/UPittTier3/UPittTier3.yaml +++ b/topology/University of Pittsburgh/UPittTier3/UPittTier3.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: ATLAS Tier3 at University of Pittsburgh GroupID: 342 +Production: true Resources: UPittTier3_DTN: Active: true diff --git a/topology/University of Puerto Rico - Mayaguez/UPRM_HEP/uprm-cms.yaml b/topology/University of Puerto Rico - Mayaguez/UPRM_HEP/uprm-cms.yaml index 8b14b07cf..b472d0288 100644 --- a/topology/University of Puerto Rico - Mayaguez/UPRM_HEP/uprm-cms.yaml +++ b/topology/University of Puerto Rico - Mayaguez/UPRM_HEP/uprm-cms.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Tier3 Computing Center CMS HEP group GroupID: 293 +Production: true Resources: uprm-cms-ce: Active: true diff --git a/topology/University of South Dakota/OSG_US_USD_LEGACY/OSG_US_USD_LEGACY.yaml b/topology/University of South Dakota/OSG_US_USD_LEGACY/OSG_US_USD_LEGACY.yaml index 450127a3c..fe21c3595 100644 --- a/topology/University of South Dakota/OSG_US_USD_LEGACY/OSG_US_USD_LEGACY.yaml +++ b/topology/University of South Dakota/OSG_US_USD_LEGACY/OSG_US_USD_LEGACY.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Entry for the hosted CE submitting to USD's legacy cluster GroupID: 473 +Production: true Resources: OSG_US_USD_LEGACY: Active: false diff --git a/topology/University of Texas Arlington/SWT2 ATLAS UTA/SWT2_CPB.yaml b/topology/University of Texas Arlington/SWT2 ATLAS UTA/SWT2_CPB.yaml index e72676ace..07fae98dd 100644 --- a/topology/University of Texas Arlington/SWT2 ATLAS UTA/SWT2_CPB.yaml +++ b/topology/University of Texas Arlington/SWT2 ATLAS UTA/SWT2_CPB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 139 +Production: true Resources: SWT2_CPB: Active: true diff --git a/topology/University of Texas Arlington/SWT2 ATLAS UTA/SWT2_CPB_TEST.yaml b/topology/University of Texas Arlington/SWT2 ATLAS UTA/SWT2_CPB_TEST.yaml index 59ec40b85..5c8d98bda 100644 --- a/topology/University of Texas Arlington/SWT2 ATLAS UTA/SWT2_CPB_TEST.yaml +++ b/topology/University of Texas Arlington/SWT2 ATLAS UTA/SWT2_CPB_TEST.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Testing Resource Group GroupID: 411 +Production: true Resources: perfSONAR_SWT2_CPB_testbed_bandwidth: Active: true diff --git a/topology/University of Texas Arlington/SWT2 ATLAS UTA/UTA_SWT2.yaml b/topology/University of Texas Arlington/SWT2 ATLAS UTA/UTA_SWT2.yaml index dd8db6c74..4eb9399ff 100644 --- a/topology/University of Texas Arlington/SWT2 ATLAS UTA/UTA_SWT2.yaml +++ b/topology/University of Texas Arlington/SWT2 ATLAS UTA/UTA_SWT2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 134 +Production: true Resources: UTA_SWT2: Active: true diff --git a/topology/University of Texas Arlington/UTA ATLAS/UTA_DPCC.yaml b/topology/University of Texas Arlington/UTA ATLAS/UTA_DPCC.yaml index eec8f345a..a845febb1 100644 --- a/topology/University of Texas Arlington/UTA ATLAS/UTA_DPCC.yaml +++ b/topology/University of Texas Arlington/UTA ATLAS/UTA_DPCC.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: No resources left. GroupID: 133 +Production: true Resources: UTA_DPCC: Active: false diff --git a/topology/University of Texas at Dallas/UTD-HEP/UTD-HEP.yaml b/topology/University of Texas at Dallas/UTD-HEP/UTD-HEP.yaml index ba7b9bd98..6870d86f0 100644 --- a/topology/University of Texas at Dallas/UTD-HEP/UTD-HEP.yaml +++ b/topology/University of Texas at Dallas/UTD-HEP/UTD-HEP.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 206 +Production: true Resources: UTD-HEP: Active: true diff --git a/topology/University of Utah/CHPC/CHPC Group.yaml b/topology/University of Utah/CHPC/CHPC Group.yaml index 1042b33c2..38527998c 100644 --- a/topology/University of Utah/CHPC/CHPC Group.yaml +++ b/topology/University of Utah/CHPC/CHPC Group.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Primary CE for the University of Utah GroupID: 440 +Production: true Resources: OSG_US_UUTAH_EMBER: Active: true diff --git a/topology/University of Virginia/UVA CS/UVA-sunfire.yaml b/topology/University of Virginia/UVA CS/UVA-sunfire.yaml index b1ef9fa20..69b6e05d7 100644 --- a/topology/University of Virginia/UVA CS/UVA-sunfire.yaml +++ b/topology/University of Virginia/UVA CS/UVA-sunfire.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 135 +Production: true Resources: UVA-sunfire: Active: false diff --git a/topology/University of Virginia/uva-cms/uva-cms-se.yaml b/topology/University of Virginia/uva-cms/uva-cms-se.yaml index f36484769..9d949ef21 100644 --- a/topology/University of Virginia/uva-cms/uva-cms-se.yaml +++ b/topology/University of Virginia/uva-cms/uva-cms-se.yaml @@ -1,10 +1,10 @@ Disable: false -GridType: OSG Production Resource GroupDescription: |- Storage Element on the University of Virginia - High Energy Physics Cluster 7/26 disabling empty resource group GroupID: 258 +Production: true Resources: T3_US_UVA: Active: true diff --git a/topology/University of Washington/UW-IT/Hyak.yaml b/topology/University of Washington/UW-IT/Hyak.yaml index f98f9fcc0..985dab030 100644 --- a/topology/University of Washington/UW-IT/Hyak.yaml +++ b/topology/University of Washington/UW-IT/Hyak.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Hyak is the UW's campus wide shared HPC cluster. GroupID: 398 +Production: true Resources: Hyak_CE: Active: true diff --git a/topology/University of Wisconsin Milwaukee/UW Milwaukee Physics/LIGO_UWM_NEMO.yaml b/topology/University of Wisconsin Milwaukee/UW Milwaukee Physics/LIGO_UWM_NEMO.yaml index da497ef48..99a3d56df 100644 --- a/topology/University of Wisconsin Milwaukee/UW Milwaukee Physics/LIGO_UWM_NEMO.yaml +++ b/topology/University of Wisconsin Milwaukee/UW Milwaukee Physics/LIGO_UWM_NEMO.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 158 +Production: true Resources: LIGO_UWM_NEMO: Active: true diff --git a/topology/University of Wisconsin Milwaukee/UW Milwaukee Physics/UWMilwaukee.yaml b/topology/University of Wisconsin Milwaukee/UW Milwaukee Physics/UWMilwaukee.yaml index a524a3a58..ada504152 100644 --- a/topology/University of Wisconsin Milwaukee/UW Milwaukee Physics/UWMilwaukee.yaml +++ b/topology/University of Wisconsin Milwaukee/UW Milwaukee Physics/UWMilwaukee.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 136 +Production: true Resources: UWMilwaukee: Active: false diff --git a/topology/University of Wisconsin/CHTC/CHTC.yaml b/topology/University of Wisconsin/CHTC/CHTC.yaml index 5f26d01af..bb6a9b4a4 100644 --- a/topology/University of Wisconsin/CHTC/CHTC.yaml +++ b/topology/University of Wisconsin/CHTC/CHTC.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: The University of Wisconsin's Center for High Throughput Computing. Note that CHTC and GLOW are closely related, and in many contexts, they are synonyms. GroupID: 314 +Production: true Resources: CHTC and BATLAB OSG Mirror: Active: true diff --git a/topology/University of Wisconsin/Discovery/Discovery.yaml b/topology/University of Wisconsin/Discovery/Discovery.yaml index aefb08666..133cf1e61 100644 --- a/topology/University of Wisconsin/Discovery/Discovery.yaml +++ b/topology/University of Wisconsin/Discovery/Discovery.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: stuff GroupID: 383 +Production: true Resources: Discovery_PerfSonar_Bandwidth: Active: true diff --git a/topology/University of Wisconsin/GLOW ATLAS/GLOW-ATLAS-SRM.yaml b/topology/University of Wisconsin/GLOW ATLAS/GLOW-ATLAS-SRM.yaml index 4f19e53ce..5a7b79206 100644 --- a/topology/University of Wisconsin/GLOW ATLAS/GLOW-ATLAS-SRM.yaml +++ b/topology/University of Wisconsin/GLOW ATLAS/GLOW-ATLAS-SRM.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 178 +Production: true Resources: GLOW-ATLAS-SRM: Active: false diff --git a/topology/University of Wisconsin/GLOW ATLAS/GLOW-ATLAS.yaml b/topology/University of Wisconsin/GLOW ATLAS/GLOW-ATLAS.yaml index ac7dd8dd3..0b5d484f3 100644 --- a/topology/University of Wisconsin/GLOW ATLAS/GLOW-ATLAS.yaml +++ b/topology/University of Wisconsin/GLOW ATLAS/GLOW-ATLAS.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Production Resource GroupDescription: 7/26 disabling empty resource group GroupID: 25 +Production: true Resources: GLOW-ATLAS: Active: false diff --git a/topology/University of Wisconsin/GLOW ATLAS/WISC-ATLAS.yaml b/topology/University of Wisconsin/GLOW ATLAS/WISC-ATLAS.yaml index 5c720cb44..cdcb9dd10 100644 --- a/topology/University of Wisconsin/GLOW ATLAS/WISC-ATLAS.yaml +++ b/topology/University of Wisconsin/GLOW ATLAS/WISC-ATLAS.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: A replace name for GLOW-ATLAS. GroupID: 274 +Production: true Resources: WISC-ATLAS: Active: true diff --git a/topology/University of Wisconsin/GLOW EDU/VDT-ITB.yaml b/topology/University of Wisconsin/GLOW EDU/VDT-ITB.yaml index 9a3c254ae..0e2cce6d8 100644 --- a/topology/University of Wisconsin/GLOW EDU/VDT-ITB.yaml +++ b/topology/University of Wisconsin/GLOW EDU/VDT-ITB.yaml @@ -1,7 +1,7 @@ Disable: true -GridType: OSG Integration Test Bed Resource GroupDescription: Resource group for Wisconsin's persistent ITB site. GroupID: 260 +Production: false Resources: VDT-ITB: Active: false diff --git a/topology/University of Wisconsin/GLOW EDU/WISC-OSG-EDU.yaml b/topology/University of Wisconsin/GLOW EDU/WISC-OSG-EDU.yaml index 397d44b06..f0b221a38 100644 --- a/topology/University of Wisconsin/GLOW EDU/WISC-OSG-EDU.yaml +++ b/topology/University of Wisconsin/GLOW EDU/WISC-OSG-EDU.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 138 +Production: true Resources: WISC-OSG-EDU: Active: true diff --git a/topology/University of Wisconsin/GLOW/GLOW.yaml b/topology/University of Wisconsin/GLOW/GLOW.yaml index ed8cfd313..d6434a8dc 100644 --- a/topology/University of Wisconsin/GLOW/GLOW.yaml +++ b/topology/University of Wisconsin/GLOW/GLOW.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 24 +Production: true Resources: GLOW: Active: true diff --git a/topology/University of Wisconsin/WIPAC/IceCube.yaml b/topology/University of Wisconsin/WIPAC/IceCube.yaml index 9f10ad626..7e2857b8b 100644 --- a/topology/University of Wisconsin/WIPAC/IceCube.yaml +++ b/topology/University of Wisconsin/WIPAC/IceCube.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: IceCube cluster GroupID: 437 +Production: true Resources: IceCube-submit-1: Active: true diff --git a/topology/Vanderbilt University/Vanderbilt ACCRE/Vanderbilt-ITB.yaml b/topology/Vanderbilt University/Vanderbilt ACCRE/Vanderbilt-ITB.yaml index 9c736d3cd..8f6f3a331 100644 --- a/topology/Vanderbilt University/Vanderbilt ACCRE/Vanderbilt-ITB.yaml +++ b/topology/Vanderbilt University/Vanderbilt ACCRE/Vanderbilt-ITB.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Integration Test Bed Resource GroupDescription: ITB Resource Group for SE Testing. GroupID: 279 +Production: false Resources: Vanderbilt_ITB_CE: Active: true diff --git a/topology/Vanderbilt University/Vanderbilt ACCRE/Vanderbilt.yaml b/topology/Vanderbilt University/Vanderbilt ACCRE/Vanderbilt.yaml index 7c42943c6..56111fd17 100644 --- a/topology/Vanderbilt University/Vanderbilt ACCRE/Vanderbilt.yaml +++ b/topology/Vanderbilt University/Vanderbilt ACCRE/Vanderbilt.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 137 +Production: true Resources: US-Vanderbilt BW: Active: true diff --git a/topology/Vanderbilt University/Vanderbilt_EC2/Vanderbilt_EC2.yaml b/topology/Vanderbilt University/Vanderbilt_EC2/Vanderbilt_EC2.yaml index 142c9e991..41c483f2c 100644 --- a/topology/Vanderbilt University/Vanderbilt_EC2/Vanderbilt_EC2.yaml +++ b/topology/Vanderbilt University/Vanderbilt_EC2/Vanderbilt_EC2.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: A resource GroupID: 311 +Production: true Resources: Vanderbilt_EC2_CE: Active: true diff --git a/topology/Virginia Tech/VT_OSG/VT_OSG.yaml b/topology/Virginia Tech/VT_OSG/VT_OSG.yaml index 54eed6bad..8d1d3dbe1 100644 --- a/topology/Virginia Tech/VT_OSG/VT_OSG.yaml +++ b/topology/Virginia Tech/VT_OSG/VT_OSG.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Virginia Tech OSG GroupID: 288 +Production: true Resources: VT_OSG: Active: false diff --git a/topology/Virginia Tech/Virginia Bioinformatics Institute/NDSSL.yaml b/topology/Virginia Tech/Virginia Bioinformatics Institute/NDSSL.yaml index c4e5f3c41..b711bcc86 100644 --- a/topology/Virginia Tech/Virginia Bioinformatics Institute/NDSSL.yaml +++ b/topology/Virginia Tech/Virginia Bioinformatics Institute/NDSSL.yaml @@ -1,8 +1,8 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Campus Infrastructure components managed by the Network Dynamics and Simulation Science Laboratory (NDSSL) at VBI. GroupID: 335 +Production: true Resources: VBI_OSG_Submit1: Active: true diff --git a/topology/Wayne State University/OSG_US_WSU_GRID_ce2/OSG_US_WSU_GRID.yaml b/topology/Wayne State University/OSG_US_WSU_GRID_ce2/OSG_US_WSU_GRID.yaml index cc6c5951d..2f51a9ab5 100644 --- a/topology/Wayne State University/OSG_US_WSU_GRID_ce2/OSG_US_WSU_GRID.yaml +++ b/topology/Wayne State University/OSG_US_WSU_GRID_ce2/OSG_US_WSU_GRID.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: Wayne State Grid cluster being access through a hosted ce @ UChicago GroupID: 472 +Production: true Resources: OSG_US_WSU_GRID: Active: true diff --git a/topology/Wayne State University/STAR WSU/STAR-WSU.yaml b/topology/Wayne State University/STAR WSU/STAR-WSU.yaml index eaf9b91c7..bbd76fa52 100644 --- a/topology/Wayne State University/STAR WSU/STAR-WSU.yaml +++ b/topology/Wayne State University/STAR WSU/STAR-WSU.yaml @@ -1,7 +1,7 @@ Disable: false -GridType: OSG Production Resource GroupDescription: (No resource group description) GroupID: 103 +Production: true Resources: STAR-WSU: Active: true diff --git a/webapp/topology.py b/webapp/topology.py index 82ef36e97..f09bb9f28 100644 --- a/webapp/topology.py +++ b/webapp/topology.py @@ -263,6 +263,11 @@ def _expand_rg(self) -> OrderedDict: new_rg["Site"] = self.site.get_tree() new_rg["GroupName"] = self.name new_rg["SupportCenter"] = self.support_center + production = new_rg.pop("Production") + if production: + new_rg["GridType"] = GRIDTYPE_1 + else: + new_rg["GridType"] = GRIDTYPE_2 return new_rg