You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/07 14:10:19 UTC

[GitHub] dgrove-oss opened a new pull request #3259: use PureConfig for misc. runtimesManifest configuration

dgrove-oss opened a new pull request #3259: use PureConfig for misc. runtimesManifest configuration
URL: https://github.com/apache/incubator-openwhisk/pull/3259
 
 
   Refactor runtimes.json so that the misc. simple configuration
   fields are specified using PureConfig (whisk.runtimes),
   leaving only the more complex arrays of runtimes and blackboxes
   in runtime.json.  Since we expect deployments to frequently
   override the set of runtimes, it makes sense to leave them as
   being defined by a json file that is not included in the
   Invoker/Controller docker image (simplify override).  The flags
   moved to PureConfig are simple fields, and thus easier to override
   via envvars if necessary.
   
   Restores the ability to easily override bypassPullForLocalImages.
   
   Fixes 3245.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services