Cannot Deploy kolla-ansible telegraf
Hi! I'm trying to deploy a development opentstack in a virtual environment. I passed de the bootstrap and prechecks, but i got an error in the deployment. i get an error from ansible trying to copy configuration file of telegraf on each node.
TASK [telegraf : Copying over telegraf config file] ************************************************************************************************
failed: [control01] (item=/home/vagrant/kolla-ansible/ansible/roles/telegraf/templates/telegraf.conf.j2) => {"changed": false, "item": "/home/vagrant/kolla-ansible/ansible/roles/telegraf/templates/telegraf.conf.j2", "msg": "AnsibleError: template error while templating string: expected token 'end of print statement', got ':'. String: [global_tags]\n[agent]\n interval = \"10s\"\n round_interval = true\n metric_batch_size = 1000\n metric_buffer_limit = 10000\..........................
Using ansible 2.7 with python2
Thanks. Mariano