You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2017/09/14 17:36:00 UTC

[incubator-openwhisk] branch master updated: allow to override runtimesManifest (#2743)

This is an automated email from the ASF dual-hosted git repository.

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 162a562  allow to override runtimesManifest (#2743)
162a562 is described below

commit 162a56278259dd4a9cf5b070a00f621a489bfdfe
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Thu Sep 14 13:35:57 2017 -0400

    allow to override runtimesManifest (#2743)
    
    * allow to override runtimesManifest
    
    * make @rabbah happy is my motto
    
    * move var runtimesManifest close to description
    
    * remove extra line
---
 ansible/group_vars/all | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ansible/group_vars/all b/ansible/group_vars/all
index 1018bb1..d5d6a0f 100644
--- a/ansible/group_vars/all
+++ b/ansible/group_vars/all
@@ -30,7 +30,9 @@ whisk:
 #   runtimes: set of language runtime families grouped by language (e.g., nodejs, python)
 #   blackboxes: list of pre-populated docker action images as "name" with optional "prefix" and "tag"
 #
-runtimesManifest:
+runtimesManifest: "{{ runtimes_manifest | default(runtimesManifestDefault) }}"
+
+runtimesManifestDefault:
   defaultImagePrefix: "openwhisk"
   defaultImageTag: "latest"
   runtimes:

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].