From 01db7b75100188454abc2e3ad8faf80e1c5a9c32 Mon Sep 17 00:00:00 2001 From: zhubingbing <1392607554@qq.com> Date: Mon, 26 Sep 2016 07:31:14 +0000 Subject: [PATCH] change CollectD to collectd in collectd role TrivialFix Change-Id: Iea79cb14d50def9f444ab55c9b410b09a199ca63 --- ansible/roles/collectd/tasks/config.yml | 2 +- ansible/roles/collectd/tasks/pull.yml | 2 +- ansible/roles/collectd/tasks/start.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/collectd/tasks/config.yml b/ansible/roles/collectd/tasks/config.yml index a9eaf08a55..af9417b7e0 100644 --- a/ansible/roles/collectd/tasks/config.yml +++ b/ansible/roles/collectd/tasks/config.yml @@ -1,5 +1,5 @@ --- -- name: Ensuring CollectD config directories exist +- name: Ensuring collectd config directories exist file: path: "{{ node_config_directory }}/{{ item }}" state: "directory" diff --git a/ansible/roles/collectd/tasks/pull.yml b/ansible/roles/collectd/tasks/pull.yml index 300163f162..d182b27b67 100644 --- a/ansible/roles/collectd/tasks/pull.yml +++ b/ansible/roles/collectd/tasks/pull.yml @@ -1,5 +1,5 @@ --- -- name: Pulling CollectD image +- name: Pulling collectd image kolla_docker: action: "pull_image" common_options: "{{ docker_common_options }}" diff --git a/ansible/roles/collectd/tasks/start.yml b/ansible/roles/collectd/tasks/start.yml index fbce11dadb..8675c00eb8 100644 --- a/ansible/roles/collectd/tasks/start.yml +++ b/ansible/roles/collectd/tasks/start.yml @@ -1,5 +1,5 @@ --- -- name: Starting CollectD container +- name: Starting collectd container kolla_docker: action: "start_container" common_options: "{{ docker_common_options }}"