Skip to content

feat(check): mandatory context parameters must be checked

Daniel Dehennin requested to merge feature/check-mandatory-params into master

We must not enforce them on install or we can't deploy the service.

  • one-appliance/service: load context variables.

  • one-appliance/service.d/functions.sh (_check_service_params): fail on missing mandatory parameters. (_check_service_status): check service parameters on configure and bootstrap.

Merge request reports