Monday, 2016-11-14

*** tovin07_ has joined #openstack-vitrage01:11
openstackgerritYujun Zhang proposed openstack/vitrage: Datasource skeleton for adding a new datasource [1]  https://review.openstack.org/39697402:23
openstackgerritYujun Zhang proposed openstack/vitrage: Datasource skeleton for adding a new datasource [1]  https://review.openstack.org/39697403:22
openstackgerritqinchunhua proposed openstack/vitrage: Don't include openstack/common in flake8 exclude list  https://review.openstack.org/39469604:03
openstackgerritYujun Zhang proposed openstack/vitrage: Datasource skeleton for adding a new datasource  https://review.openstack.org/39697405:29
*** ifat_afek has joined #openstack-vitrage06:14
openstackgerritYujun Zhang proposed openstack/vitrage: Datasource skeleton for adding a new datasource  https://review.openstack.org/39697406:52
openstackgerritYujun Zhang proposed openstack/vitrage: Provide skeleton to copy as a start in adding new datasource  https://review.openstack.org/39697406:57
openstackgerritYujun Zhang proposed openstack/vitrage: Provide skeleton to copy as a start in adding new datasource  https://review.openstack.org/39697407:43
openstackgerritYujun Zhang proposed openstack/vitrage: Fix warnings in PyCharm  https://review.openstack.org/39704007:49
*** yujunz has joined #openstack-vitrage07:52
*** idan_hefetz has joined #openstack-vitrage07:59
*** eyalb has joined #openstack-vitrage08:15
mrungehey folks, is there some docs on how to configure vitrage?08:32
mrungeor how to enable vitrage?08:32
mrungeI mean, other than the devstack setup?08:32
ifat_afekmrunge: hi08:36
ifat_afekwe have partial documentation for the configuration here: https://github.com/openstack/vitrage/blob/master/doc/source/installation-and-configuration.rst08:36
ifat_afekbut I think some things are missing08:37
mrungeifat_afek, yes, that's why I was asking08:37
mrunge... I was interested in getting it better supported in RDO08:37
eyalbwhat I think is missing is the standard configuration you need to add to any openstack project such as defining endpoints, user, password08:39
eyalbyou can look at the devstack script for now to see what is needed08:40
mrungeok, I'll have a look there08:40
*** yujunz is now known as yujunz[away]08:58
*** ifat_afek has quit IRC09:00
*** yujunz[away] is now known as yujunz09:06
*** ifat_afek has joined #openstack-vitrage09:06
*** ifat_afek has quit IRC09:37
*** yujunz has quit IRC09:41
*** ifat_afek has joined #openstack-vitrage09:44
mrungeeyalb, any suggestions where to look when getting Error: Unable to fetch the Vitrage Topology service. ?09:45
mrungeI mean, in the dashboard?09:46
mrungeservice is up and running09:46
eyalbthere should be a log file09:46
eyalbare using apache2 or httpd ? or running the api service ?09:46
mrungeapi service09:46
eyalblook at the vitrage-api.log in /var/log/vitrage09:47
mrungeah, I'm seeing errors in graph.log09:47
eyalbif you dont see anything09:47
mrungeapi log is clean09:47
*** openstackgerrit has quit IRC09:47
eyalbtry the cli to see if it works09:48
mrungebut I don't see any requests going from dashboard to graph at all09:48
eyalblook at /var/log/apache209:48
*** openstackgerrit has joined #openstack-vitrage09:48
eyalbor /var/log/httpd if you use09:48
eyalbthere should be also an error log09:49
eyalbif cli doesn't work run it with --debug09:49
mrungethere is no vitrage log09:49
eyalberror.log09:49
mrungevitrage topology show returns a 500 server error09:49
eyalbwith --debug you will see stack trace09:50
mrungeClientException: Unknown Error (HTTP 500)09:50
eyalbwhat error do you see in vitrage-graph.log ?09:51
mrungepointing to authorization issues09:51
mrunge2016-11-14 10:51:33.606 16975 ERROR vitrage.datasources.driver_base [-] Exception: The request you have m09:52
mrungeade requires authentication. (HTTP 401) (Request-ID: req-fec3365e-51af-4116-8050-1b1f6436b2c5)09:52
mrungesomething like this09:52
eyalbcheck your vitrage.conf for user password and auth_url09:52
eyalbshould be configured under service credentials09:53
eyalbif you have a devstack installation you can see the configuration09:54
mrungeI consider devstack to be harmful09:54
mrungebut maybe I need to try it quickly there09:55
eyalbwhat do u mean by harmful ?09:55
openstackgerritAlexey Weyl proposed openstack/vitrage: remove edges which are is_deleted=true  https://review.openstack.org/39709109:55
mrungeuhm, devstack does things in a very specific way09:55
mrungewhich has nothing to do with things you'd do in production09:56
eyalbyes its for development but still it can help you understand09:57
mrungefor most things you don't need any latest version09:58
mrungesince you're focusing on one component09:58
mrungehow often break things, and how much time does it cost you to stack/restack09:59
eyalbyou can create a devstack based on a specific branch or tag09:59
eyalband yes it breaks alot :-)09:59
eyalbI wouldn't use it on production just for development and POC10:00
eyalbyou can use http://hastebin.com/ to share the errors/stack trace you get10:01
mrungeI used to stay on master branch only for the components I was working on, the rest can happily stay on released and stable versions10:01
mrungethe log from graph looks like this here: http://paste.openstack.org/show/589085/10:02
mrungeeyalb, my vitrage service_credentials section looks like this here: http://paste.openstack.org/show/589086/10:03
*** tovin07_ has quit IRC10:03
mrungeI assume, that's the issue10:03
eyalbit should be like this10:04
eyalbhttp://paste.openstack.org/show/589087/10:04
mrungeoh, quite different10:05
mrungethanks for the pointer10:05
eyalbalso you should define under keystone_authtoken10:05
mrungevitrage topology show doesn't even hit the graph service10:06
eyalbuser,password,auth_rui10:06
eyalb*auth_uri10:06
eyalband you dont see anything in vitrage-api.log ?10:06
mrungeI listed it there10:07
mrungehttp://paste.openstack.org/show/589089/10:07
mrungeno idea where ssl comes from now10:07
eyalbtry http10:08
eyalbin vitrage.conf10:08
eyalblook for it10:08
mrungeit's not there10:09
mrungemaybe that's a default in vitrage-ui?10:09
eyalbmaybe in the horizon conf file ?10:10
mrungeuhm, no. that comes, when using the cli client10:10
eyalbwait I need to check10:11
mrungefull api log here: http://paste.openstack.org/show/589092/10:11
eyalbcheck identity_uri in vitrage.conf the default is https10:13
mrungethe term https is completely missing in the file10:14
eyalbthis is what I have http://paste.openstack.org/show/589094/10:16
mrungefunny, I have neither auth_protocol nor identity_uri in vitrage.conf10:19
mrungeI'm using the packages from RDO...10:19
mrungeok, adding identity_uri helps a lot10:24
mrungeat least, the issue became different ;-)10:24
eyalbok10:25
mrungeeyalb, thanks for your time, I'll give devstack a try10:26
mrungejust to compare settings10:26
eyalbno prob10:53
*** ifat_afek has quit IRC10:58
*** ifat_afek has joined #openstack-vitrage11:00
*** ifat_afek has quit IRC11:51
*** ifat_afek has joined #openstack-vitrage12:15
*** yujunz has joined #openstack-vitrage12:32
*** yujunz has quit IRC12:34
openstackgerritAlexey Weyl proposed openstack/vitrage: remove edges which are is_deleted=true  https://review.openstack.org/39709112:34
openstackgerritYujun Zhang proposed openstack/vitrage: Provide skeleton to copy as a start in adding new datasource  https://review.openstack.org/39697412:34
*** yujunz has joined #openstack-vitrage12:43
*** yujunz has quit IRC12:50
*** yujunz has joined #openstack-vitrage12:55
*** yujunz has quit IRC13:06
*** yujunz has joined #openstack-vitrage13:13
*** ifat_afek has quit IRC13:45
*** aasmith has joined #openstack-vitrage14:17
*** aasmith has quit IRC14:25
*** aasmith has joined #openstack-vitrage14:25
*** yujunz has quit IRC14:35
*** eyalb has quit IRC14:49
aasmithHi all, we are attempting to install Vitrage into a Newton based deployment and need pointers on how to accomplish this...16:34
aasmithAny pointers would be appreciated16:34
*** aputtur has joined #openstack-vitrage16:35
*** idan_hefetz has quit IRC17:04
*** aasmith has quit IRC18:29
*** aasmith has joined #openstack-vitrage18:45
aputturAnyone has instructions to install vitrage manually without  devstack?18:55
aputturnon-devstack environment18:55
*** aasmith has quit IRC18:58
*** aasmith has joined #openstack-vitrage19:11
*** ifat_afek has joined #openstack-vitrage21:01
*** ifat_afek has quit IRC21:10
*** aasmith has quit IRC21:13
*** aputtur has quit IRC21:50
*** aasmith has joined #openstack-vitrage22:09

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