-
Notifications
You must be signed in to change notification settings - Fork 7
Canarie-api should not be a mandatory component #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
bd12974
separate proxy from canarie-api
mishaschwartz 248cbd6
reoganize dependecy config files
mishaschwartz d33bec4
minor fixes and cleanup
mishaschwartz 0aca668
add canarie-api to default conf dirs
mishaschwartz 5ed1735
update CHANGES.md
mishaschwartz de5aaad
pin nginx version
mishaschwartz 0a8e04c
Bump version: 1.25.0 → 1.25.1
mishaschwartz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.25.0 2023-04-01T03:45:16Z | ||
| 1.25.1 2023-04-11T13:01:09Z |
This file contains hidden or 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,12 +1,12 @@ | ||
| config/canarie-api/weaver_config.py | ||
| config/magpie/config.yml | ||
| config/weaver/data_sources.yml | ||
| config/weaver/request_options.yml | ||
| config/weaver/wps_processes.yml | ||
| config/weaver/weaver.ini | ||
| config/proxy/conf.extra-service.d/weaver.conf | ||
| config/proxy/canarie_api_monitoring.py | ||
| config/canarie-api/canarie_api_monitoring.py | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| conf.extra-service.d/weaver.conf | ||
|
|
||
| config/proxy/canarie_api_monitoring.py | ||
| config/canarie-api/weaver_config.py |
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
birdhouse/components/weaver/config/canarie-api/docker-compose-extra.yml
This file contains hidden or 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,7 @@ | ||
| version: "3.4" | ||
|
|
||
| services: | ||
| # extend proxy configuration with weaver endpoints | ||
| proxy: | ||
| volumes: | ||
| - ./components/weaver/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/weaver_canarie_api_monitoring.py:ro |
This file contains hidden or 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 hidden or 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,5 @@ | ||
| docker_configuration.py | ||
| conf.extra-service.d/canarie-api.conf | ||
| config/canarie-api/conf.extra-service.d/canarie-api.conf | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| config/proxy/conf.extra-service.d/canarie-api.conf | ||
File renamed without changes.
This file contains hidden or 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 hidden or 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,11 @@ | ||
| # Folder inside "proxy" container to drop extra monitoring config | ||
| export CANARIE_MONITORING_EXTRA_CONF_DIR="/conf.d" | ||
|
|
||
| export PROXY_IMAGE="pavics/canarieapi:0.3.5" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for keeping this old behavior for backward compat. |
||
|
|
||
| # add any component that this component requires to run | ||
| COMPONENT_DEPENDENCIES=" | ||
| $COMPONENT_DEPENDENCIES | ||
| ./config/proxy | ||
| " | ||
|
|
||
This file contains hidden or 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 hidden or 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,4 +1,7 @@ | ||
| catalog.cfg | ||
| config/magpie/permissions.cfg | ||
| config/magpie/providers.cfg | ||
| config/canarie-api/canarie_api_monitoring.py | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| config/proxy/canarie_api_monitoring.py |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/config/catalog/config/canarie-api/docker-compose-extra.yml
This file contains hidden or 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: | ||
| - ./config/catalog/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/catalog_canarie_api_monitoring.py:ro |
5 changes: 0 additions & 5 deletions
5
birdhouse/config/catalog/config/proxy/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,3 +1,6 @@ | ||
| wps.cfg | ||
| config/magpie/providers.cfg | ||
| config/canarie-api/canarie_api_monitoring.py | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| config/proxy/canarie_api_monitoring.py |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/config/finch/config/canarie-api/docker-compose-extra.yml
This file contains hidden or 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: | ||
| - ./config/finch/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/finch_canarie_api_monitoring.py:ro |
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,6 +1,7 @@ | ||
| frontend.env | ||
| config/proxy/conf.extra-service.d/frontend.conf | ||
| config/proxy/canarie_api_monitoring.py | ||
| config/canarie-api/canarie_api_monitoring.py | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| conf.extra-service.d/frontend.conf | ||
| config/proxy/canarie_api_monitoring.py |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/config/frontend/config/canarie-api/docker-compose-extra.yml
This file contains hidden or 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: | ||
| - ./config/frontend/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/frontend_canarie_api_monitoring.py:ro |
This file contains hidden or 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 hidden or 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,7 +1,8 @@ | ||
| config/proxy/conf.extra-service.d/geoserver.conf | ||
| config/proxy/canarie_api_monitoring.py | ||
| config/canarie-api/canarie_api_monitoring.py | ||
| config/magpie/providers.cfg | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| geoserver_canarie_api_monitoring.py | ||
| geoserver-magpie-provider.cfg | ||
| config/proxy/canarie_api_monitoring.py |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/config/geoserver/config/canarie-api/docker-compose-extra.yml
This file contains hidden or 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: | ||
| - ./config/geoserver/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/geoserver_canarie_api_monitoring.py:ro |
This file contains hidden or 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 hidden or 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,7 +1,8 @@ | ||
| custom_templates/login.html | ||
| jupyterhub_config.py | ||
| config/proxy/conf.extra-service.d/jupyterhub.conf | ||
| config/proxy/canarie_api_monitoring.py | ||
| config/canarie-api/canarie_api_monitoring.py | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| jupyterhub_canarie_api_monitoring.py | ||
| config/proxy/canarie_api_monitoring.py |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/config/jupyterhub/config/canarie-api/docker-compose-extra.yml
This file contains hidden or 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: | ||
| - ./config/jupyterhub/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/jupyterhub_canarie_api_monitoring.py:ro |
This file contains hidden or 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 hidden or 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.
5 changes: 5 additions & 0 deletions
5
birdhouse/config/magpie/config/canarie-api/docker-compose-extra.yml
This file contains hidden or 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: | ||
| - ./config/magpie/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/magpie_canarie_api_monitoring.py:ro |
This file contains hidden or 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 hidden or 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,6 +1,7 @@ | ||
| custom.cfg | ||
| config/proxy/canarie_api_monitoring.py | ||
| config/canarie-api/canarie_api_monitoring.py | ||
| config/magpie/providers.cfg | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| malleefowl_canarie_api_monitoring.py | ||
| config/proxy/canarie_api_monitoring.py |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/config/malleefowl/config/canarie-api/docker-compose-extra.yml
This file contains hidden or 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: | ||
| - ./config/malleefowl/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/malleefowl_canarie_api_monitoring.py:ro |
5 changes: 0 additions & 5 deletions
5
birdhouse/config/malleefowl/config/proxy/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,5 @@ | ||
| custom.cfg | ||
| config/canarie-api/canarie_api_monitoring.py | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| config/proxy/canarie_api_monitoring.py |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/config/phoenix/config/canarie-api/docker-compose-extra.yml
This file contains hidden or 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: | ||
| - ./config/phoenix/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/phoenix_canarie_api_monitoring.py:ro |
5 changes: 0 additions & 5 deletions
5
birdhouse/config/phoenix/config/proxy/docker-compose-extra.yml
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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,5 @@ | ||
| config/proxy/conf.extra-service.d/project-api.conf | ||
| config/canarie-api/canarie_api_monitoring.py | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| config/proxy/canarie_api_monitoring.py |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
birdhouse/config/project-api/config/canarie-api/docker-compose-extra.yml
This file contains hidden or 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: | ||
| - ./config/project-api/config/canarie-api/canarie_api_monitoring.py:${CANARIE_MONITORING_EXTRA_CONF_DIR}/project-api_canarie_api_monitoring.py:ro |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,3 +1,6 @@ | ||
| config/proxy/canarie_api_monitoring.py | ||
| config/canarie-api/canarie_api_monitoring.py | ||
| config/magpie/providers.cfg | ||
| wps.cfg | ||
|
|
||
| # Old paths. Keep these so that old config files remain uncommittable after updates. | ||
| config/proxy/canarie_api_monitoring.py |
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mishaschwartz Our staging env found this file became "new" file for git and broke the subsequent autodeploy !
Could you re-add this file to .gitignore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tlvu I've added a PR #314 . Is this what is breaking the Jenkins build as well do you think or is that unrelated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Completely un-related to Jenkins. I merged #308 yesterday and today I went onto our staging machine and see it still did not autodeploy that merge. So I checked the logs and found out the reason.