[ansible] Use collectd_config in config_files role
[barometer.git] / docker / ansible / roles / run_collectd / tasks / main.yml
index 8fc2734..2c5d0e6 100644 (file)
@@ -1,4 +1,4 @@
-#Copyright 2018-2019 OPNFV and Intel Corporation
+# Copyright 2018-21 Anuket, Intel Corporation and others
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@
   set_fact:
     volumes_list:
 
-       - /opt/collectd/etc/collectd.conf.d/:/opt/collectd/etc/collectd.conf.d
+       - /opt/collectd/etc/:/opt/collectd/etc/
        - /var/run:/var/run
        - /tmp:/tmp
        - /var/lib/collectd:/var/lib/collectd
@@ -55,7 +55,7 @@
     name: bar-collectd
     image: "{{ collectd_image_name }}"
     volumes: "{{ volumes_list }}"
-    command: "/run_collectd.sh"
+    entrypoint: "/run_collectd.sh"
     detach: yes
     state: started
     restart: yes