Config files for dea services
This is a central space used to store configuration for our services and products.
First, create an .env
file for the docker-compose
setup
vi .env
# inside .env
ENV=prod
EXPLORER_ENDPOINT=explorer.sandbox.dea.ga.gov.au
then bring up the testing tool
docker-compose -f docker-compose.productscsv.yaml up -d
docker exec -it dea-config_datacube_1 bash
# within the docker container run
datacube system init
cd /env/config
./datacube_init_metadata.sh
./check-product-csv.sh
docker-compose -f docker-compose.productscsv.yaml up -d
docker exec -it dea-config_datacube_1 bash
# within the docker container run
datacube system init
cd /env/config
./datacube_init_metadata.sh
./local-check-script.sh
First, create an .env
file for the docker-compose
setup
vi .env
# inside .env
OWS_CFG_MOUNT=./dev/services/wms/ows_refactored
OWS_INVENTORY_JSON=./dev/services/wms/inventory.json
DATACUBE_OWS_CFG=ows_refactored.ows_root_cfg.ows_cfg
WMS_CONFIG_FILE=ows_root_cfg.py
CFG_PATH_PREFIX=/env/config/ows_refactored
then bring up the testing tool
docker-compose -f docker-compose.ows.yaml up -d
docker exec -it dea-config_ows_1 bash
# within the docker container run
cd /env/config
datacube system init
./compare-cfg.sh
There are three pull request Templates available for the following changes:
- ows config changes (ows_cfg.md)
- terria json changes (terria.md)
- product yaml file changes (product.md)
To access the PR templates
- open up a new pull request page and add
&template=ows_cfg.md
,&template=terria.md
or&template=product.md
at the end of the url
for example https://github.com/GeoscienceAustralia/dea-config/compare/ows-fix-depreciated?expand=1&template=ows_cfg.md
Files should be referenced by the raw tag on the master branch i.e.
Datacube EKS - Containerised Web Services for DEA running on AWS EKS.