microsoft / microsoft/AzureTRE
Single instance service resource
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
Description
As a TRE Administrator,
I would like to be able to deploy resources that are singletons.
For example, Nexus, Firewall and Gitea are currently deployed as singletons (because they are shared services).
To extend the singleton concept to resources beyond shared services, and allow to deploy multiple instances for certain shared services, introduce a concept of a singleton template.
Template could have a flag "singleInstanceService" that, when set to True, would indicate that there can't be more than one resource of this template deployed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are identified in the issue; start by tracing how templates are defined and how resource deployment uniqueness is validated. Done means a template-level singleInstanceService setting prevents a second deployment of that template while still allowing templates without the flag to deploy multiple instances.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100