diff options
author | Stuart Mackie <wsmackie@juniper.net> | 2016-09-30 14:21:59 -0700 |
---|---|---|
committer | Stuart Mackie <wsmackie@juniper.net> | 2016-09-30 14:21:59 -0700 |
commit | d1cd47b14312388fc18560ff51321f826e532a1e (patch) | |
tree | 11756f09ec2fa85530cc40fe88bd427ea82075db /ci | |
parent | 7b0216db4af6a2f6f1783f8424dbe1abbc1158bf (diff) |
Zookeeper syntax fix
Change-Id: I9bf42eaeb05db0b67d2e9961ac82bbdd2cfbe855
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'ci')
-rw-r--r-- | ci/config_tpl/bundle_tpl/oclphase1.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/config_tpl/bundle_tpl/oclphase1.yaml b/ci/config_tpl/bundle_tpl/oclphase1.yaml index 1acdd1ca..52f33651 100644 --- a/ci/config_tpl/bundle_tpl/oclphase1.yaml +++ b/ci/config_tpl/bundle_tpl/oclphase1.yaml @@ -1,7 +1,7 @@ zookeeper: - charm: local:{{ ubuntu.release }/zookeeper + charm: local:{{ ubuntu.release })/zookeeper num_units: {{ unit_qty() }} - series: {{ ubuntu.release } + series: {{ ubuntu.release )} to: {% for unit_id in to_select() %} - "lxc:nodes={{ unit_id }}" |