[Kolla-ansible][Xena] Error deploying Cloudkitty
wodel youchi
wodel.youchi at gmail.com
Mon Apr 18 23:19:48 UTC 2022
Hi,
I am trying to deploy Cloudkitty, but I get this error message :
TASK [cloudkitty : Creating Cloudkitty influxdb database]
> ******************************************************
> task path:
> /home/deployer/kollavenv/xenavenv/share/kolla-ansible/ansible/roles/cloudkitty/tasks/bootstrap.yml:36
fatal: [192.168.1.5 -> 192.168.1.5]: FAILED! => {
> "action": "influxdb_database",
> "changed": false,
> "invocation": {
> "module_args": {
> "database_name": "cloudkitty",
> "hostname": "dashint.cloud.cerist.dz",
> "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
> "path": "",
> "port": 8086,
> "proxies": {},
> "retries": 3,
> "ssl": false,
> "state": "present",
> "timeout": null,
> "udp_port": 4444,
> "use_udp": false,
> "username": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
> "validate_certs": true
> }
> },
> "msg": "('Connection aborted.', RemoteDisconnected('Remote end closed
> connection without response',))"
> }
On the influxdb container I did this :
> [root at controllerb ~]# docker ps | grep inf
> 68b3ebfefbec
> 192.168.1.16:4000/openstack.kolla/centos-source-influxdb:xena
> "dumb-init --single-…" 22 minutes ago Up 22 minutes
> influxdb
> [root at controllerb ~]# docker exec -it influxdb /bin/bash
> (influxdb)[influxdb at controllerb /]$ influx
> Failed to connect to http://localhost:8086: Get http://localhost:8086/ping:
> dial tcp [::1]:8086: connect: connection refused
> Please check your connection settings and ensure 'influxd' is running.
> (influxdb)[influxdb at controllerb /]$ ps -ef
> UID PID PPID C STIME TTY TIME CMD
> influxdb 1 0 0 Apr18 ? 00:00:00 dumb-init
> --single-child -- kolla_start
> influxdb 7 1 0 Apr18 ? 00:00:01 /usr/bin/influxd
> -config /etc/influxdb/influxdb.conf
> influxdb 45 0 0 00:12 pts/0 00:00:00 /bin/bash
> influxdb 78 45 0 00:12 pts/0 00:00:00 ps -ef
> (influxdb)[influxdb at controllerb /]$
I have no log file for influxdb, the directory is empty.
Any ideas?
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20220419/447cd8ad/attachment.htm>
More information about the openstack-discuss
mailing list