diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/config_tpl/bundle_tpl/oclphase1.yaml | 2 | ||||
-rwxr-xr-x | ci/opencontrail/fetch-charms.sh | 2 |
2 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 6efd5e10..5781ebc6 100644 --- a/ci/config_tpl/bundle_tpl/oclphase1.yaml +++ b/ci/config_tpl/bundle_tpl/oclphase1.yaml @@ -61,7 +61,7 @@ - "lxc:nodes={{ unit_id }}" {% endfor %} kafka: - charm: local:{{ ubuntu.release }}/kafka: + charm: local:{{ ubuntu.release }}/kafka num_units: {{ unit_qty() }} to: {% for unit_id in to_select() %} diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh index 0ae193dd..1a86e08c 100755 --- a/ci/opencontrail/fetch-charms.sh +++ b/ci/opencontrail/fetch-charms.sh @@ -64,7 +64,7 @@ git clone -b stable/16.07 https://github.com/openstack/charm-neutron-api.git $di #charm pull cs:~openstack-charmers-next/lxd xenial/lxd # Controller specific charm -charm pull cs:$distro/apache-kafka +charm pull cs:$distro/apache-kafka $distro/kafka bzr branch lp:~sdn-charmers/charms/$distro/keepalived/trunk $distro/keepalived #bzr branch lp:~stub/charms/trusty/cassandra/noauthentication $distro/cassandra bzr branch lp:~sdn-charmers/charms/$distro/cassandra/ufw $distro/cassandra |