Opened 5 years ago
Closed 5 years ago
#1173 closed enhancement (fixed)
Link a single <host> entry to more than one OpenGrid cluster
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.23 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
In reggie-config.xml
a <host>
entry is linked to an OpenGrid cluster via the ID attribute:
<host id="user@127.0.0.1:22"> ... </host>
Note that the user account is part of the ID and if the same cluster should be used by more than one user multiple entries are needed in the opengrid-config.xml
file and also in the the reggie-config.xml
file. The drawback is that this requires duplication of all configuration entries. It would be nice to be able to link a single <host>
entry to multiple OpenGrid entries. This could, for example, be implemented by allowing a comma-separated list in the id
attribute:
<host id="user@127.0.0.1:22,user2@127.0.0.1:22"> ... </host>
Note:
See TracTickets
for help on using tickets.
In 5583: