Wednesday, 2017-11-15

*** liujiong has joined #cloudkitty01:26
openstackgerritGuoqiang Ding proposed openstack/cloudkitty-dashboard master: Update the doc theme  https://review.openstack.org/51994102:14
*** liujiong has quit IRC02:14
*** liujiong has joined #cloudkitty02:15
openstackgerritGuoqiang Ding proposed openstack/cloudkitty-dashboard master: Update the doc theme  https://review.openstack.org/51994102:17
*** liujiong has quit IRC03:14
*** liujiong has joined #cloudkitty03:17
*** liujiong has quit IRC03:52
*** liujiong has joined #cloudkitty03:53
*** magicboiz has quit IRC04:46
*** ssmith has joined #cloudkitty05:16
*** ssmith has quit IRC05:53
*** magicboiz has joined #cloudkitty08:22
openstackgerritLuka Peschke proposed openstack/cloudkitty master: [WIP] Add a tempest plugin gate job  https://review.openstack.org/51968709:22
openstackgerritLuka Peschke proposed openstack/cloudkitty master: [WIP] Add a tempest plugin gate job  https://review.openstack.org/51968709:31
*** magicboiz has quit IRC09:39
openstackgerritLuka Peschke proposed openstack/cloudkitty master: [WIP] Add a tempest plugin gate job  https://review.openstack.org/51968709:42
openstackgerritLuka Peschke proposed openstack/cloudkitty master: [WIP] Add a tempest plugin gate job  https://review.openstack.org/51968709:59
*** liujiong has quit IRC10:02
openstackgerritLuka Peschke proposed openstack/cloudkitty master: [WIP] Add a tempest plugin gate job  https://review.openstack.org/51968710:06
peschk_ltomtomtom, you can use cloudkitty-writer to get reports10:07
openstackgerritLuka Peschke proposed openstack/cloudkitty master: Remove deprecated APIs and method in cloudkitty  https://review.openstack.org/44025210:22
openstackgerritLuka Peschke proposed openstack/cloudkitty master: [WIP] Add a tempest plugin gate job  https://review.openstack.org/51968710:26
*** magicboiz has joined #cloudkitty10:30
openstackgerritLuka Peschke proposed openstack/cloudkitty master: Remove deprecated APIs and method in cloudkitty  https://review.openstack.org/44025210:31
*** magicboiz has quit IRC10:57
*** magicboiz has joined #cloudkitty11:04
*** magicboiz has quit IRC11:33
*** magicboiz has joined #cloudkitty12:08
openstackgerritLuka Peschke proposed openstack/cloudkitty master: [WIP] Add a tempest plugin gate job  https://review.openstack.org/51968712:09
*** ssmith has joined #cloudkitty14:55
*** ssmith has quit IRC15:19
*** ssmith has joined #cloudkitty15:20
*** cpusmith has joined #cloudkitty15:24
*** ssmith has quit IRC15:28
cpusmithHello peschk_l: with the dashboard we get 78eb25f826d5.js:699 Uncaught Error: [$injector:modulerr] Failed to instantiate module horizon.app due to:15:28
cpusmithError: [$injector:nomod] Module 'horizon.app' is not available!15:28
peschk_lcpusmith, I never ran into this error. How did you install the dashboard ?15:38
*** tomtomtom has joined #cloudkitty15:43
tomtomtompeschk_l  we installed the dashboard with this link: https://github.com/openstack/cloudkitty-dashboard/blob/fd06863e6312fbdd3d9a7cbf5e972fc107795d1d/doc/source/installation.rst   if theres a different one we can use please let me know.  Also are there any requirements for it?15:48
cpusmithIf we disable the cloudkitty dashboard the error isn't there.15:49
peschk_ltomtomtom, the requirements are in the requirements.txt file of the cloudkitty-dashboard repo15:52
*** magicboiz has quit IRC15:53
peschk_lcpusmith, after installing the dashboard, cd to /usr/share/openstack-dashboard15:53
peschk_land run python manage.py collectstatic --noinput15:53
peschk_land run python manage.py compress --force15:53
peschk_land restart apache then15:53
tomtomtommanage.py does not exist in that directory for us, is that just supposed to be the horizon home directory?15:57
peschk_ltomtomtom: yes, it is used by Django15:58
peschk_ltomtomtom: if horizon was installed from source it may also be in /usr/local/share/openstack-dashboard16:00
tomtomtomit was installed via ansible into a python virtual environment16:00
*** magicboiz has joined #cloudkitty16:01
*** magicboiz has quit IRC16:06
tomtomtompeschk_l I've done what you said but nothing changed, I'm confused about this, is it compatible with OS Newton Horizon?16:07
cpusmithtomtomtom: the error is gone16:11
tomtomtombut we're still not seeing the reports like we want right?16:12
*** magicboiz has joined #cloudkitty16:13
cpusmithwell, that could be an issue with CK itself but the errors on the dashboard are gone16:13
cpusmithpeschk_l: thanks that fixed the dashboard issues. Now, I have followed this example but am not getting any data https://docs.openstack.org/cloudkitty/pike/admin/rating/hashmap.html16:33
cpusmithWell, except for the discount16:34
cpusmithWierd that cloudkitty module-disable -n pyscripts returns with requests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine("''",)) but still disables it. There's a Received disable command for module pyscripts. in the log too.16:52
cpusmithpeschk_l: Does a field mapping have to be applied against a Project or projects in particular? If blank is it all of them or do they all need to be listed?17:13
peschk_lsorry cpusmith, didn't see your messages17:14
peschk_lno a filed mapping doesn't have  to eb applied rto a project17:14
peschk_lblank means all projects17:15
openstackgerritLuka Peschke proposed openstack/cloudkitty master: Fix Devstack plugin  https://review.openstack.org/52015317:16
cpusmithOK, I'm not getting any data even after following this example https://docs.openstack.org/cloudkitty/pike/admin/rating/hashmap.html17:16
peschk_lconcerning the data, you need to be authenticated in a tenant on which cloudkitty has the 'rating' role17:17
peschk_lyou may also check the stockage backend directly if you want to be sure17:18
cpusmithWhat do you mean "authenticated in a tenant"?17:30
*** magicboiz has quit IRC18:00
cpusmithpeschk_l: Here is part of the output for cloudkitty storage-dataframe-list https://pastebin.com/0YwJzdGX18:02
cpusmithThe created_by_user_id is the cielometer user18:06
cpusmithThe cloudkitty user ID is not listed there. Is that normal?18:07
cpusmithpeschk_l: When I run /cloudkitty-writer generate it creates the files but everything is zeros18:27
openstackgerritMerged openstack/cloudkitty master: Fix Devstack plugin  https://review.openstack.org/52015321:17
*** tomtomtom has quit IRC21:56
*** cpusmith has quit IRC22:59

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