*** eandersson has joined #cloudkitty | 02:01 | |
eandersson | Hey | 02:01 |
---|---|---|
eandersson | What kind of scale can you run cloudkitty/ceilometer? | 02:05 |
*** openstack has joined #cloudkitty | 02:48 | |
*** ChanServ sets mode: +o openstack | 02:48 | |
peschk_l | eandersson hi | 07:26 |
peschk_l | I believe that ceilometer can be ran at almost any scale | 07:27 |
peschk_l | with gnocchi with ceph backend | 07:28 |
peschk_l | concerning cloudkitty, it is not recommended to run it on a large scale (2000+ instances) right now. The bottleneck is the storage backend (v2 storage should be part of the Stein release) | 07:30 |
Linkid[m] | hi | 07:51 |
peschk_l | hi! | 07:51 |
*** Guest7752 has quit IRC | 07:52 | |
*** pdr_ has joined #cloudkitty | 07:53 | |
Linkid[m] | I'll try to work on cloudkiity tonight :). Some patches coming soon :) | 07:56 |
eandersson | Sounds good peschk_l | 08:07 |
eandersson | We evaluated Ceilometer in the past, but we are pushing 1k computes, so it wasn viable in the past at least | 08:08 |
eandersson | per region | 08:08 |
*** Bhujay has joined #cloudkitty | 08:14 | |
peschk_l | eandersson okay. Be careful, v2 storage won't be considered stable for it's first release. But we'd be glad to have feedback from you if you try a deployment | 08:20 |
peschk_l | Linkid[m] Nice! on the core or on the dashboard ? | 08:21 |
Linkid[m] | peschk_l: on the dashboard. | 08:30 |
*** Bhujay has quit IRC | 08:37 | |
*** Bhujay has joined #cloudkitty | 08:37 | |
*** Bhujay has quit IRC | 09:30 | |
*** Bhujay has joined #cloudkitty | 09:30 | |
*** Bhujay has quit IRC | 09:48 | |
*** Bhujay has joined #cloudkitty | 09:48 | |
*** Bhujay has quit IRC | 09:51 | |
*** Bhujay has joined #cloudkitty | 09:52 | |
*** Bhujay has quit IRC | 09:54 | |
*** Bhujay has joined #cloudkitty | 09:55 | |
*** Bhujay has quit IRC | 09:57 | |
*** Bhujay has joined #cloudkitty | 09:58 | |
*** Bhujay has quit IRC | 10:22 | |
*** Bhujay has joined #cloudkitty | 10:23 | |
*** Bhujay has quit IRC | 10:56 | |
*** Bhujay has joined #cloudkitty | 10:57 | |
*** Bhujay has quit IRC | 10:57 | |
*** Bhujay has joined #cloudkitty | 10:58 | |
*** Bhujay has quit IRC | 10:59 | |
*** Bhujay has joined #cloudkitty | 10:59 | |
*** Bhujay has quit IRC | 11:11 | |
*** Bhujay has joined #cloudkitty | 11:11 | |
*** Bhujay has quit IRC | 11:27 | |
*** Bhujay has joined #cloudkitty | 11:27 | |
*** Bhujay has quit IRC | 11:33 | |
*** Bhujay has joined #cloudkitty | 11:38 | |
*** Bhujay has quit IRC | 12:00 | |
*** Bhujay has joined #cloudkitty | 13:47 | |
*** Bhujay has quit IRC | 13:47 | |
*** Guest14217 is now known as zeus | 14:05 | |
*** zeus has quit IRC | 14:06 | |
*** zeus has joined #cloudkitty | 14:06 | |
*** randomhack has joined #cloudkitty | 18:22 | |
randomhack | hello, I am trying to install cloudkitty and I am having an issue with the cloudkitty-dbsync upgrade step which fives the error "Index column size too large. The maximum column size is 767 bytes. I am using MariaDB 10 on Ubuntu 16.04 following along with https://docs.openstack.org/cloudkitty/pike/configuration/index.html | 18:24 |
randomhack | using packages from ppa:objectif-libre/cloudkitty # Newton | 18:26 |
randomhack | ok, nevermind I was able to resolve this by installing the latest MariaDB 10.2, 10.0 has large_prefix and row_format=dynamic turned on by default | 18:35 |
randomhack | turned off I mean, 10.2 has them turned on | 18:36 |
randomhack | ok, now I have issue starting cloudkitty-processor service: AttributeError: 'NoneType' object has no attribute 'auth_url', which seems to match this bug https://bugs.launchpad.net/cloudkitty/+bug/1510547 | 18:44 |
openstack | Launchpad bug 1510547 in cloudkitty "cloudkitty AttributeError: 'NoneType' object has no attribute 'auth_url' while trying to start ck-proc" [Critical,Fix released] - Assigned to Stéphane Albert (sheeprine) | 18:44 |
randomhack | bug report says this was fixed in 0.5.0 release, but I am running 0.6.1 release | 18:48 |
eandersson | randomhack, are you using devstack to set this up? | 19:13 |
randomhack | eandersson: nope, I'm using an existing development region which is running on the newton release | 19:13 |
eandersson | Can you paste the full traceback by any chance? | 19:14 |
randomhack | I'm building everything again on centOS to see if that works better, sure let me spin back up the VM and I'll grab it | 19:14 |
eandersson | btw compare this config to yours https://github.com/openstack/kolla-ansible/blob/stable/ocata/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 | 19:15 |
*** randomhack_ has joined #cloudkitty | 19:16 | |
randomhack_ | https://pastebin.com/wPUYjUT7 | 19:17 |
eandersson | What do you have under keystone_fetcher for auth_section? | 19:17 |
*** randomhack has quit IRC | 19:18 | |
randomhack_ | [keystone_fetcher] | 19:18 |
randomhack_ | auth_secetion = ks_auth | 19:18 |
randomhack_ | keystone_version = 3 | 19:18 |
eandersson | and under [ks_auth] do you have auth_url set? | 19:19 |
randomhack_ | auth_url = https://onrdev.platform9.net/keystone/v3 | 19:19 |
randomhack_ | and auth_protocol set to https | 19:19 |
eandersson | Yea that should be fine | 19:19 |
eandersson | I gotta go for lunch, but I would try changing it to keystone_authtoken and adding that section using this as a reference | 19:20 |
eandersson | https://github.com/openstack/kolla-ansible/blob/stable/ocata/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2#L12 | 19:20 |
randomhack_ | I'll give it a shot, thanks | 19:20 |
randomhack_ | same error, I'm going to try building on centOS to see if that works any better | 19:25 |
randomhack_ | also, same error on CentOS using ocata release packages which is 5.0.1 | 19:46 |
randomhack_ | updated to centos-release-openstack-pike (cloudkitty 6.0.0-1) and same error | 19:49 |
randomhack_ | and the same error on queens release (7.0.0) -- must be something wrong with my config | 19:54 |
randomhack_ | my config: https://pastebin.com/4xPAhhxR | 19:57 |
*** randomhack_ is now known as randomhack | 20:13 | |
eandersson | randomhack, | 20:24 |
eandersson | I see the error | 20:24 |
eandersson | > auth_secetion | 20:24 |
eandersson | should be | 20:24 |
eandersson | > auth_section | 20:24 |
eandersson | under keystone_fetcher | 20:24 |
randomhack | yessss! thank you -- it's starting now but complaining about rabbitmq, I don't have access to my control planes messagesbus, is that a requirement for cloudkitty? | 20:31 |
randomhack | can I just set up a local messagebus | 20:31 |
randomhack | eandersson: thanks for your help! | 20:34 |
eandersson | I don't think you need to have the control plane messagebus, so a local should be fine | 20:34 |
eandersson | but I am just setting it up myself for the first time :p | 20:34 |
*** openstackgerrit has joined #cloudkitty | 20:35 | |
openstackgerrit | François Magimel proposed openstack/python-cloudkittyclient master: Follow the new PTI for document build https://review.openstack.org/586345 | 20:35 |
openstackgerrit | François Magimel proposed openstack/cloudkitty-dashboard master: Follow the new PTI for document build https://review.openstack.org/586346 | 20:37 |
*** randomhack has quit IRC | 21:20 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!