Task #1571 (new)
Opened 10 years ago
Last modified 7 years ago
DropBox should obtain parameters without duplication
| Reported by: | cblackburn | Owned by: | cblackburn |
|---|---|---|---|
| Priority: | major | Milestone: | Unscheduled |
| Component: | General | Version: | 3.0-M1 |
| Keywords: | n.a. | Cc: | jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Currently parameters such as host, port and adapter names are specified as properties in templates.xml These parameters are either specified elsewhere within templates.xml or other configuration files. This unnecessary duplication and may lead to problems for remote FS.
Other routes should be used to obtain these duplicated parameters and the properties the removed from templates.xml
Change History (6)
comment:1 Changed 10 years ago by jmoore
- Cc jmoore removed
- Owner changed from jmoore to cblackburn
comment:2 Changed 9 years ago by cblackburn
- Milestone changed from OMERO-Beta4.2 to Unscheduled
comment:3 Changed 9 years ago by cblackburn
- Cc jmoore added
comment:4 Changed 7 years ago by cblackburn
comment:5 Changed 7 years ago by jmoore
- Summary changed from FS should obtain parameters without duplication to DropBox should obtain parameters without duplication
Fair enough. Using a similar pattern to what we're doing in the ManagedRepositoryI we should be able to drop this in Python too.
comment:6 Changed 7 years ago by cblackburn
- Type changed from User Story to Task
This ticket only applies to DropBox (rather than fslite work). The outstanding part of this is that the port is still defined in templates.xml
... <properties id="DropBox"> <!-- config settings for OmeroFS (moved from fsConfig) All times are in seconds. --> <!-- These duplicate info that could be got from elsewhere --> <!-- They should ultimately be removed from here. --> <property name="omero.fs.host" value="localhost"/> ...