Skip to content
Snippets Groups Projects
Commit 1502ad94 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "change CollectD to collectd in collectd role"

parents e974f41b 01db7b75
No related branches found
No related tags found
No related merge requests found
---
- name: Ensuring CollectD config directories exist
- name: Ensuring collectd config directories exist
file:
path: "{{ node_config_directory }}/{{ item }}"
state: "directory"
......
---
- name: Pulling CollectD image
- name: Pulling collectd image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
......
---
- name: Starting CollectD container
- name: Starting collectd container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment