You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/03/16 20:13:39 UTC

[incubator-openwhisk-runtime-php] branch master updated: Fix the ansible issue by changing the variables in environment/local (#9)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 04752aa  Fix the ansible issue by changing the variables in environment/local (#9)
04752aa is described below

commit 04752aae575bd0fbb3efbe7c486b218589701a42
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Fri Mar 16 16:13:37 2018 -0400

    Fix the ansible issue by changing the variables in environment/local (#9)
---
 ansible/environments/local/group_vars/all | 7 ++++---
 ansible/environments/local/hosts          | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ansible/environments/local/group_vars/all b/ansible/environments/local/group_vars/all
index 532031b..a334a66 100755
--- a/ansible/environments/local/group_vars/all
+++ b/ansible/environments/local/group_vars/all
@@ -4,6 +4,8 @@ config_root_dir: "{{ openwhisk_tmp_dir }}/wskconf"
 whisk_logs_dir: "{{ openwhisk_tmp_dir }}/wsklogs"
 docker_registry: ""
 docker_dns: ""
+runtimes_bypass_pull_for_local_images: true
+invoker_use_runc: "{{ ansible_distribution != 'MacOSX' }}"
 
 db_prefix: whisk_local_
 
@@ -20,11 +22,10 @@ apigw_auth_user: ""
 apigw_auth_pwd: ""
 apigw_host_v2: "http://{{ groups['apigateway']|first }}:{{apigateway.port.api}}/v2"
 
-controller_arguments: '-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=1098'
-invoker_arguments: "{{ controller_arguments }}"
-
 invoker_allow_multiple_instances: true
 
+env_hosts_dir: "{{ playbook_dir }}/environments/local"
+
 runtimes_manifest:
   defaultImagePrefix: "openwhisk"
   defaultImageTag: "latest"
diff --git a/ansible/environments/local/hosts b/ansible/environments/local/hosts
index 6a7f5d5..4715e55 100644
--- a/ansible/environments/local/hosts
+++ b/ansible/environments/local/hosts
@@ -10,7 +10,7 @@ ansible ansible_connection=local
 controller0         ansible_host=172.17.0.1 ansible_connection=local
 
 [kafkas]
-172.17.0.1          ansible_host=172.17.0.1 ansible_connection=local
+kafka0              ansible_host=172.17.0.1 ansible_connection=local
 
 [zookeepers:children]
 kafkas

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.