-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecated unused/unmaintained components (#311)
## Overview Move unused and unmaintained components to a separate `deprecated-components/` subdirectory and remove them from the DEFAULT_CONF_DIRS list if required. ## Changes **Non-breaking changes** **Breaking changes** - The following components are no longer present by default: - catalog - frontend - malleefowl - ncops - ncwms2 - project-api - solr - phoenix ## Related Issue / Discussion - Resolves #214 - Closes #287 - Resolves #206 - Closes #291 - Resolves #9 - Closes #292 - Resolves #290 ## Additional Information
- Loading branch information
Showing
123 changed files
with
431 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.26.11 2023-07-04T12:57:39Z | ||
1.27.0 2023-07-06T16:40:21Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# Old paths. Keep these so that old config files remain uncommittable after updates. | ||
postgres-magpie/ | ||
catalog/ | ||
frontend/ | ||
malleefowl/ | ||
ncops/ | ||
ncwms2/ | ||
project-api/ | ||
solr/ | ||
phoenix/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
birdhouse/config/catalog/config/canarie-api/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
birdhouse/config/catalog/config/magpie/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
birdhouse/config/frontend/config/canarie-api/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
birdhouse/config/frontend/config/proxy/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
birdhouse/config/malleefowl/config/canarie-api/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
birdhouse/config/malleefowl/config/magpie/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
birdhouse/config/ncwms2/config/magpie/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
birdhouse/config/ncwms2/config/proxy/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
birdhouse/config/phoenix/config/canarie-api/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
birdhouse/config/project-api/config/canarie-api/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
birdhouse/config/project-api/config/proxy/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
birdhouse/config/solr/config/canarie-api/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
birdhouse/config/thredds/config/magpie/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.4" | ||
services: | ||
magpie: | ||
volumes: | ||
- ./config/thredds/config/magpie/providers.cfg:${MAGPIE_PROVIDERS_CONFIG_PATH}/thredds-providers.cfg:ro |
35 changes: 35 additions & 0 deletions
35
birdhouse/config/thredds/config/magpie/providers.cfg.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
providers: | ||
thredds: | ||
url: http://thredds:8080/twitcher/ows/proxy/thredds | ||
title: Thredds | ||
public: true | ||
c4i: false | ||
type: thredds | ||
sync_type: thredds | ||
# below is a custom config to indicate how magpie should convert thredds path elements into resources/permissions | ||
# see: https://pavics-magpie.readthedocs.io/en/latest/services.html#servicethredds | ||
configuration: | ||
skip_prefix: "thredds" # prefix to ignore, below prefixes will be matched against whatever comes after in path | ||
file_patterns: | ||
# note: make sure to employ quotes and double escapes to avoid parsing YAML error | ||
- ".+\\.ncml" # match longest extension first to avoid tuncating it by match of sorter '.nc' | ||
- ".+\\.nc" | ||
metadata_type: | ||
prefixes: | ||
- null # note: special YAML value evaluated as `no-prefix`, use quotes if literal value is needed | ||
- "\\w+\\.gif" # threddsIcon, folder icon, etc. | ||
- "\\w+\\.ico" # favicon | ||
- "\\w+\\.txt" # licence | ||
- "\\w+\\.css" # tds.css | ||
- "catalog\\.\\w+" # note: special case for `THREDDS` top-level directory (root) accessed for `BROWSE` | ||
- catalog | ||
- ncml | ||
- uddc | ||
- iso | ||
data_type: | ||
prefixes: | ||
- fileServer | ||
- dodsC | ||
- wcs | ||
- wms | ||
- ncss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Deprecated Components | ||
##################### | ||
|
||
.. contents:: | ||
|
||
All components in this directory are not actively maintained. | ||
|
||
If you wish to include these components in the deployed stack, additional work | ||
may be required to make them compatible with the current stack. | ||
|
||
Components in this directory may be removed from this repository at any time. | ||
|
||
This directory also contains additional configurations for these deprecated components in: | ||
|
||
- `all-public-access-deprecated/` | ||
- `canarie-api-full-monitoring-deprecated/` | ||
- `wps-healthchecks-deprecated/` | ||
|
||
These contain the settings to extend the deprecated components that have been moved from the corresponding | ||
directories under `birdhouse/optional-components`. | ||
|
||
To enable these additional configurations; add them to the `EXTRA_CONF_DIRS` variable (in `env.local`) | ||
as you would to enable any component. For example, to enable the deprecated malleefowl component as well as the | ||
wps-healthchecks for malleefowl. The `EXTRA_CONF_DIRS` variable should contain: | ||
|
||
.. code-block:: shell | ||
./deprecated-components/malleefowl | ||
./wps-healthchecks-deprecated |
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/deprecated-components/catalog/config/canarie-api/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.4" | ||
services: | ||
proxy: | ||
volumes: | ||
- ./deprecated-components/catalog/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/catalog_canarie_api_monitoring.py:ro |
6 changes: 6 additions & 0 deletions
6
birdhouse/deprecated-components/catalog/config/magpie/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: "3.4" | ||
services: | ||
magpie: | ||
volumes: | ||
- ./deprecated-components/catalog/config/magpie/providers.cfg:${MAGPIE_PROVIDERS_CONFIG_PATH}/catalog-providers.cfg:ro | ||
- ./deprecated-components/catalog/config/magpie/permissions.cfg:${MAGPIE_PERMISSIONS_CONFIG_PATH}/catalog-permissions.cfg:ro |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/deprecated-components/frontend/config/canarie-api/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.4" | ||
services: | ||
proxy: | ||
volumes: | ||
- ./deprecated-components/frontend/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/frontend_canarie_api_monitoring.py:ro |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/deprecated-components/frontend/config/proxy/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.4" | ||
services: | ||
proxy: | ||
volumes: | ||
- ./deprecated-components/frontend/config/proxy/conf.extra-service.d:/etc/nginx/conf.extra-service.d/frontend:ro |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/deprecated-components/malleefowl/config/canarie-api/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.4" | ||
services: | ||
proxy: | ||
volumes: | ||
- ./deprecated-components/malleefowl/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/malleefowl_canarie_api_monitoring.py:ro |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/deprecated-components/malleefowl/config/magpie/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.4" | ||
services: | ||
magpie: | ||
volumes: | ||
- ./deprecated-components/malleefowl/config/magpie/providers.cfg:${MAGPIE_PROVIDERS_CONFIG_PATH}/malleefowl-providers.cfg:ro |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/deprecated-components/ncwms2/config/magpie/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.4" | ||
services: | ||
magpie: | ||
volumes: | ||
- ./deprecated-components/ncwms2/config/magpie/providers.cfg:${MAGPIE_PROVIDERS_CONFIG_PATH}/ncwms2-providers.cfg:ro |
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/deprecated-components/ncwms2/config/proxy/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.4" | ||
services: | ||
proxy: | ||
volumes: | ||
- ./deprecated-components/ncwms2/config/proxy/conf.extra-service.d:/etc/nginx/conf.extra-service.d/ncwms2:ro |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/deprecated-components/phoenix/config/canarie-api/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.4" | ||
services: | ||
proxy: | ||
volumes: | ||
- ./deprecated-components/phoenix/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/phoenix_canarie_api_monitoring.py:ro |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/deprecated-components/project-api/config/canarie-api/docker-compose-extra.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
version: "3.4" | ||
services: | ||
proxy: | ||
volumes: | ||
- ./deprecated-components/project-api/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/project-api_canarie_api_monitoring.py:ro |
File renamed without changes.
Oops, something went wrong.