#679 closed enhancement (fixed)
Configuration file improvments
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.18 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Reggie currently include a configuration file for Open Grid Scheduler hosts (reggie-ogs-hosts.xml
). In the future (eg. for #674) we probably want to store configuration settings that are not related to the Open Grid system.
I think the configuration file should be changed to reggie-config.xml
instead. The <ogs-hosts> tag should be renamed to <remote-hosts> tag. A "type" attribute should be used to specify what the remote host is used for (eg. type="ogs").
Change History (9)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
comment:5 Changed 9 years ago by
Status: | new → assigned |
---|
comment:6 Changed 9 years ago by
comment:7 Changed 9 years ago by
comment:8 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:9 Changed 9 years ago by
Note: See
TracTickets for help on using
tickets.
(In [2859]) References #679: Configuration file improvments
Renamed configuration file to reggie-config.xml and <ogs-hosts> to <remote-hosts type="ogs">. Other hosts can be configured but are currently not parsed or usable.