Ignore:
Timestamp:
May 16, 2017, 8:55:58 PM (7 years ago)
Author:
gegorbet
Message:

fixes for alamo-local and airavata EXECUTING status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cluster_status.php

    r26 r28  
    176176   {
    177177      if ( preg_match( "/attlocal/", $org_domain ) )
    178          $clusters = array( "us3iab-devel" );
     178         $clusters = array( "us3iab-devel", "alamo-local" );
    179179      else
    180180         $clusters = array( "us3iab-node0" );
     
    209209            break;
    210210         }
     211         case 'alamo-local':
    211212         case 'alamo':
    212213         {
Note: See TracChangeset for help on using the changeset viewer.