Projects which may use Kafka include Monasca and Oslo
messaging. Initially it will be possible to
deploy a single Kafka cluster which may be shared
among clients. Support for running multiple Kafka
clusters may be added in a future change. This
change also configures logging for Kafka server,
state-change and controller logs.
Partially-Implements: blueprint monasca-roles
Change-Id: Iab8d200c2450238f3c0c708d1f4184490f6e6284
Add the ceph-mds and ceph-mgr host group into site.yml,
or the deploy action will be failed when ceph-mds and ceph-mgr is
different from the other ceph groups.
Change-Id: If34483c4a2e8f29b449ced811dd4b42e5b2e7dd4
- remove uesless module_extra_vars, this is a historical issue. In the
past, we use 'docker exec kolla_toolbox ansible xxx' to run module on
target node, so complex data have to pass through extra_vars. Now we
are using kolla_toolbox module, no need to use extra_vars anymore.
- Remove some useless until.
Change-Id: I72ed28001202917f9a82a1c3ea33cd6319911ec8
openstack cli now supports --network foo rather than having to find the
network uuid. Thanks to mgoddard for the tip.
Change-Id: I9ce94a86c6950b81ef3ec70fe10ee565cc1f1171
Regex used to find the recover seqnum partition is not
returning the real num id rather a None.
Task fails due seqnum[0] is not iterable.
Change-Id: I1be55b6ebfc17c6d423e638662ec2a9f4b9b49a2
Closes-Bug: #1752128
Current multipath.conf is just for IBM Storwize SVC model, not
generally applicable setting. With this nova-compute may encounter
error when execute 'multipath -l /dev/sda' because sda is defined
as blacklist in conf.
This patch reset the conf file back to default which is same to the
result of 'mpathconf --enable'. Vendor dependent parameters should
be configured separately.
Change-Id: I429e5a6e2a37d9db56d59f88cdbfab12db4813a8
Signed-off-by: Minho Ban <mhban@samsung.com>
when run ansible command, the inventory should be added, or
ansible will use /etc/ansible/hosts by default, but it does't
we wanted.
Change-Id: I7f2a05c27ddfa95d0747abb9ba931ee1c5714dc0
- Add the requirements installation step for development
- Add step number for some section, to make step more clear
- Some format issues fix
Change-Id: I78deee5f4ae424eec06876168cbdfdf8d25d6bcc
Since pbr 1.4.0, wsgi_scripts entrypoing is supported and it will
generated a wsgi compatible binary file. No need to copied it to
/var/www/cgi-bin/aodh folder.
Change-Id: Iacb08fba8a238c3d4ef075aa58d38b439409b2f5