earthcube / scheduler

Scheduling approaches related to gleaner tooling
Apache License 2.0
0 stars 0 forks source link

Unhardcode the Configuration paths #37

Closed valentinedwv closed 11 months ago

valentinedwv commented 12 months ago

These need to be passed to the docker,

GLEANERIO_NABU_CONFIG_PATH=/configs/nabu/nabuconfig.yaml
GLEANERIO_GLEANER_CONFIG_PATH=/configs/gleaner/gleanerconfig.yaml

then these need to be unhardcoded: https://github.com/earthcube/scheduler/blob/e41b3d0e9af5d47b3e18b252fdf61c78888f34c5/dagster/implnets/templates/v1/implnet_ops_SOURCEVAL.py#L176

Thinking when the docker.py using branch becomes stable, that we should inspect the container mounts, to be sure they are mounted.

valentinedwv commented 12 months ago

It's in the dev eco branch. along with a couple default values for read ENV variables