Skip to content

Commit 1136f5b

Browse files
committed
Add Site Information.batch_systems option for specifying batch systems in one place
... mostly used so I can put the --batch-systems argument in the config object.
1 parent 3d54317 commit 1136f5b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

osg_configure/configure_modules/siteinformation.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ def __init__(self, *args, **kwargs):
4040
mapping='OSG_SITE_NAME'),
4141
'resource_group':
4242
configfile.Option(name='resource_group',
43-
required=MANDATORY_ON_CE)}
43+
required=MANDATORY_ON_CE),
44+
'batch_systems':
45+
configfile.Option(name='batch_systems',
46+
required=OPTIONAL,
47+
default_value=None)}
4448

4549
self.config_section = "Site Information"
4650
self.enabled = True

0 commit comments

Comments
 (0)