Thursday, 2018-07-26

*** eandersson has joined #cloudkitty02:01
eanderssonHey02:01
eanderssonWhat kind of scale can you run cloudkitty/ceilometer?02:05
*** openstack has joined #cloudkitty02:48
*** ChanServ sets mode: +o openstack02:48
peschk_leandersson hi07:26
peschk_lI believe that ceilometer can be ran at almost any scale07:27
peschk_lwith gnocchi with ceph backend07:28
peschk_lconcerning 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]hi07:51
peschk_lhi!07:51
*** Guest7752 has quit IRC07:52
*** pdr_ has joined #cloudkitty07:53
Linkid[m]I'll try to work on cloudkiity tonight :). Some patches coming soon :)07:56
eanderssonSounds good peschk_l08:07
eanderssonWe evaluated Ceilometer in the past, but we are pushing 1k computes, so it wasn viable in the past at least08:08
eanderssonper region08:08
*** Bhujay has joined #cloudkitty08:14
peschk_leandersson 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 deployment08:20
peschk_lLinkid[m] Nice! on the core or on the dashboard ?08:21
Linkid[m]peschk_l: on the dashboard.08:30
*** Bhujay has quit IRC08:37
*** Bhujay has joined #cloudkitty08:37
*** Bhujay has quit IRC09:30
*** Bhujay has joined #cloudkitty09:30
*** Bhujay has quit IRC09:48
*** Bhujay has joined #cloudkitty09:48
*** Bhujay has quit IRC09:51
*** Bhujay has joined #cloudkitty09:52
*** Bhujay has quit IRC09:54
*** Bhujay has joined #cloudkitty09:55
*** Bhujay has quit IRC09:57
*** Bhujay has joined #cloudkitty09:58
*** Bhujay has quit IRC10:22
*** Bhujay has joined #cloudkitty10:23
*** Bhujay has quit IRC10:56
*** Bhujay has joined #cloudkitty10:57
*** Bhujay has quit IRC10:57
*** Bhujay has joined #cloudkitty10:58
*** Bhujay has quit IRC10:59
*** Bhujay has joined #cloudkitty10:59
*** Bhujay has quit IRC11:11
*** Bhujay has joined #cloudkitty11:11
*** Bhujay has quit IRC11:27
*** Bhujay has joined #cloudkitty11:27
*** Bhujay has quit IRC11:33
*** Bhujay has joined #cloudkitty11:38
*** Bhujay has quit IRC12:00
*** Bhujay has joined #cloudkitty13:47
*** Bhujay has quit IRC13:47
*** Guest14217 is now known as zeus14:05
*** zeus has quit IRC14:06
*** zeus has joined #cloudkitty14:06
*** randomhack has joined #cloudkitty18:22
randomhackhello, 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.html18:24
randomhackusing packages from ppa:objectif-libre/cloudkitty # Newton18:26
randomhackok, 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 default18:35
randomhackturned off I mean, 10.2 has them turned on18:36
randomhackok, 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/151054718:44
openstackLaunchpad 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
randomhackbug report says this was fixed in 0.5.0 release, but I am running 0.6.1 release18:48
eanderssonrandomhack, are you using devstack to set this up?19:13
randomhackeandersson: nope, I'm using an existing development region which is running on the newton release19:13
eanderssonCan you paste the full traceback by any chance?19:14
randomhackI'm building everything again on centOS to see if that works better, sure let me spin back up the VM and I'll grab it19:14
eanderssonbtw compare this config to yours https://github.com/openstack/kolla-ansible/blob/stable/ocata/ansible/roles/cloudkitty/templates/cloudkitty.conf.j219:15
*** randomhack_ has joined #cloudkitty19:16
randomhack_https://pastebin.com/wPUYjUT719:17
eanderssonWhat do you have under keystone_fetcher for auth_section?19:17
*** randomhack has quit IRC19:18
randomhack_[keystone_fetcher]19:18
randomhack_auth_secetion = ks_auth19:18
randomhack_keystone_version = 319:18
eanderssonand under [ks_auth] do you have auth_url set?19:19
randomhack_auth_url = https://onrdev.platform9.net/keystone/v319:19
randomhack_and auth_protocol set to https19:19
eanderssonYea that should be fine19:19
eanderssonI gotta go for lunch, but I would try changing it to keystone_authtoken and adding that section using this as a reference19:20
eanderssonhttps://github.com/openstack/kolla-ansible/blob/stable/ocata/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2#L1219:20
randomhack_I'll give it a shot, thanks19:20
randomhack_same error, I'm going to try building on centOS to see if that works any better19:25
randomhack_also, same error on CentOS using ocata release packages which is 5.0.119:46
randomhack_updated to centos-release-openstack-pike  (cloudkitty 6.0.0-1) and same error19:49
randomhack_and the same error on queens release (7.0.0) -- must be something wrong with my config19:54
randomhack_my config: https://pastebin.com/4xPAhhxR19:57
*** randomhack_ is now known as randomhack20:13
eanderssonrandomhack,20:24
eanderssonI see the error20:24
eandersson> auth_secetion20:24
eanderssonshould be20:24
eandersson> auth_section20:24
eanderssonunder keystone_fetcher20:24
randomhackyessss! 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
randomhackcan I just set up a local messagebus20:31
randomhackeandersson: thanks for your help!20:34
eanderssonI don't think you need to have the control plane messagebus, so a local should be fine20:34
eanderssonbut I am just setting it up myself for the first time :p20:34
*** openstackgerrit has joined #cloudkitty20:35
openstackgerritFrançois Magimel proposed openstack/python-cloudkittyclient master: Follow the new PTI for document build  https://review.openstack.org/58634520:35
openstackgerritFrançois Magimel proposed openstack/cloudkitty-dashboard master:  Follow the new PTI for document build  https://review.openstack.org/58634620:37
*** randomhack has quit IRC21:20

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!