bird-house / birdhouse-deploy

Scripts and configurations to deploy the various birds and servers required for a full-fledged production platform
https://birdhouse-deploy.readthedocs.io/en/latest/
Apache License 2.0
4 stars 6 forks source link

fix regressions introduced by PR #359 "Flexible locations for data served by thredds" #478

Open tlvu opened 1 day ago

tlvu commented 1 day ago

In PR #359:

secure-thredds/config/magpie/permissions.cfg started to use variable but was never renamed to .template so those variable never get template expanded (commit 317d96c3).

bootstrap-testdata default value was removed but did not source read-configs.include.sh so the variable stayed blank (commit 4ab0fc74). The default value was there initially so the script can be used in standalone situation (not inside a checkout).

Overview

Please include a summary of the changes and which issues are fixed.

Please also include relevant motivation and context.

List any dependencies that are required for this change.

Changes

Non-breaking changes

Breaking changes

Related Issue / Discussion

Additional Information

Links to other issues or sources.

CI Operations

birdhouse_daccs_configs_branch: master birdhouse_skip_ci: false