kolla-ansible/ansible/roles/monasca/tasks
Bartosz Zurkowski 10d33f82bb Find Monasca agent plugins locally
Find module searches paths on managed server. Since role path and custom
Kolla config is located on deployment node and deployment node is not
considered to be a managed server, Monasca plugin files cannot be found.
After the deployment container running Monasca agent collector stucks in
restart mode due to missing plugin files.

The problem does not occur if deployment was started from a managed
server (eg. OSC). The problem occurs if the deployment was started from
a separate deployment server - a common case.

This change enforces running find module locally on deployment node.

Change-Id: Ia25daafe2f82f5744646fd2eda2d255ccead814e
Signed-off-by: Bartosz Zurkowski <b.zurkowski@samsung.com>
2018-12-16 16:51:54 +01:00
..
bootstrap.yml Add support for deploying Monasca Grafana 2018-11-02 13:35:35 +00:00
bootstrap_service.yml Use alembic migrations to bootstrap Monasca database 2018-09-19 17:52:23 +01:00
check.yml Support deploying the Monasca API 2018-05-21 09:28:13 +00:00
config.yml Find Monasca agent plugins locally 2018-12-16 16:51:54 +01:00
deploy.yml Automatically configure Monasca Grafana datasource 2018-11-07 20:24:41 +00:00
loadbalancer.yml Refactor haproxy config (split by service) V2.0 2018-09-26 03:30:38 -07:00
main.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
post_config.yml Call Grafana APIs only once 2018-12-16 16:30:58 +01:00
precheck.yml Add support for deploying Monasca Grafana 2018-11-02 13:35:35 +00:00
pull.yml Specify 'become' for all tasks that use kolla_docker module 2018-06-08 12:39:24 +00:00
reconfigure.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
register.yml Support deploying the Monasca Agent 2018-11-02 13:04:05 +00:00
stop.yml Support stop specific containers 2018-11-26 08:07:01 +00:00
upgrade.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00