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

[incubator-openwhisk-deploy-kube] branch master updated: Add config_root_dir to kube environment (#14)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3798bda  Add config_root_dir to kube environment (#14)
3798bda is described below

commit 3798bdab68c11634455ddd02d409230df8faf586
Author: Matt Langbehn <ma...@gmail.com>
AuthorDate: Fri Jun 16 12:38:35 2017 -0500

    Add config_root_dir to kube environment (#14)
    
    Previously, ansible-kube/environments/kube/group_vars/all did not
    include a definition for `config_root_dir`, which caused ansible
    failures on `gen untrusted certificate for host` in
    apache/incubator-openwhisk/ansible/setup.yml.
    
    Now, `config_root_dir` is being set to `/tmp`, which is the default from
    apache/incubator-openwhisk.
    
    Signed-off-by: Matt Langbehn <ma...@gmail.com>
---
 ansible-kube/environments/kube/group_vars/all | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible-kube/environments/kube/group_vars/all b/ansible-kube/environments/kube/group_vars/all
index eab6db5..934a1e6 100644
--- a/ansible-kube/environments/kube/group_vars/all
+++ b/ansible-kube/environments/kube/group_vars/all
@@ -2,6 +2,7 @@
 # general properties
 kube_pod_dir: "{{ playbook_dir }}/environments/kube/files"
 whisk_version_name: kube
+config_root_dir: /tmp
 whisk_logs_dir: /tmp/wsklogs
 
 # docker properties

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