You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/09 08:37:54 UTC

[GitHub] ningyougang opened a new pull request #2595: Move variable limits to ansible/group_vars/all

ningyougang opened a new pull request #2595: Move variable limits to ansible/group_vars/all
URL: https://github.com/apache/incubator-openwhisk/pull/2595
 
 
   regarding `distributed deployment`, because `distributed/group_vars/all` and `ansible/group_vars/all` also don't define `limits` variable, and `- name: (re)start container` ansible task has a env `"LIMITS_ACTIONS_INVOKES_PERMINUTE": "{{ limits.actions.invokes.perMinute }}"`, so the deployment wil be failed, the ansible task reports `the variable limits doesn't be defined`
   
   Currently, `loca`, `mac`, `docker-machine` in its own all file also have variable `limits`, but for `distributed`,it doesn't have variable `limits`.
   
   How to solve this question for `distributed` and has no influences on other envs, i think the best way is move the variable `limits` to `ansible/group_vars/all`, all envs can inherit `limits` value from that file.
 
----------------------------------------------------------------
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