Merge "Fix ZK path for ubuntu distro"

This commit is contained in:
Jenkins 2016-02-09 23:35:02 +00:00 committed by Gerrit Code Review
commit 21d8487fe4
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{% set zk_path = '/usr/share/zookeeper/bin' if kolla_base_distro in ['ubuntu', 'debian'] else '/opt/mesosphere/zookeeper/bin' %}
{
"command": "/opt/mesosphere/zookeeper/bin/zkServer.sh start-foreground",
"command": "{{ zk_path }}/zkServer.sh start-foreground",
"config_files": [
{
"source": "{{ container_config_directory }}/zoo.cfg",