aboutsummaryrefslogtreecommitdiffstats
path: root/docker/ansible/roles/run_collectd/tasks/main.yml
diff options
context:
space:
mode:
authorMatthias Runge <mrunge@redhat.com>2019-05-09 13:05:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-05-09 13:05:16 +0000
commit268adb54e69faf0287efe99a7dcb67f2db12e446 (patch)
tree5d21d116d1c80571101a93bd771e831f9c5671f9 /docker/ansible/roles/run_collectd/tasks/main.yml
parent0117ed70f638bd319572a36bdec4df44afaba0c6 (diff)
parentb742c9d191db1cfd5959d692771b047565631b85 (diff)
Merge "ansible: add variable to select collectd container"
Diffstat (limited to 'docker/ansible/roles/run_collectd/tasks/main.yml')
-rw-r--r--docker/ansible/roles/run_collectd/tasks/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/ansible/roles/run_collectd/tasks/main.yml b/docker/ansible/roles/run_collectd/tasks/main.yml
index c77aad58..744c7a77 100644
--- a/docker/ansible/roles/run_collectd/tasks/main.yml
+++ b/docker/ansible/roles/run_collectd/tasks/main.yml
@@ -1,4 +1,4 @@
-#Copyright 2018 OPNFV and Intel Corporation
+#Copyright 2018-2019 OPNFV and Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
- name: Remove bar-collectd image
docker_image:
- name: opnfv/barometer-collectd
+ name: "{{ collectd_image_name }}"
state: absent
tags:
- rm_images
@@ -34,7 +34,7 @@
- name: launch collectd container
docker_container:
name: bar-collectd
- image: opnfv/barometer-collectd
+ image: "{{ collectd_image_name }}"
volumes:
- /opt/collectd/etc/collectd.conf.d/:/opt/collectd/etc/collectd.conf.d
- /var/run:/var/run