Merge "ansible: add variable to select collectd container"
[barometer.git] / docker / ansible / roles / run_collectd / tasks / main.yml
index c77aad5..744c7a7 100644 (file)
@@ -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