This is an automated email from the ASF dual-hosted git repository.

knarendran pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git


The following commit(s) were added to refs/heads/main by this push:
     new c6dd9bf  Remove interim task added for Influxdb (#380)
c6dd9bf is described below

commit c6dd9bf391ed41fed666a055b627738c8a37aa2f
Author: Karthick Narendran <[email protected]>
AuthorDate: Thu Oct 22 21:16:27 2020 +0100

    Remove interim task added for Influxdb (#380)
    
    Co-authored-by: Karthick Narendran <[email protected]>
---
 ansible/roles/influxdb/tasks/main.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/ansible/roles/influxdb/tasks/main.yml 
b/ansible/roles/influxdb/tasks/main.yml
index ee6b939..09a4664 100644
--- a/ansible/roles/influxdb/tasks/main.yml
+++ b/ansible/roles/influxdb/tasks/main.yml
@@ -37,13 +37,6 @@
     - setup influxdb
 - name: "download fluo setup"
   get_url: 
url=https://raw.githubusercontent.com/apache/fluo/main/contrib/influxdb/fluo_metrics_setup.txt
 dest=/etc/influxdb/fluo_metrics_setup.txt
-
-# Added the below task because of 
https://github.com/influxdata/influxdb/issues/5707. Will manually remove 
-# 'IF NOT EXISTS' from the file once Influxdb upgraded in Fluo and the task 
may no longer be needed.
-- name: "Remove IF NOT EXISTS from create database command"
-  replace:
-    path: /etc/influxdb/fluo_metrics_setup.txt
-    regexp: 'IF NOT EXISTS '
 - name: "create data dir"
   file: path={{ default_data_dirs[0] }}/influxdb state=directory 
owner=influxdb group=influxdb
 - name: "ensure influxdb is running (and enable it at boot)"

Reply via email to