*** tovin07_ has joined #openstack-vitrage | 01:11 | |
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Datasource skeleton for adding a new datasource [1] https://review.openstack.org/396974 | 02:23 |
---|---|---|
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Datasource skeleton for adding a new datasource [1] https://review.openstack.org/396974 | 03:22 |
openstackgerrit | qinchunhua proposed openstack/vitrage: Don't include openstack/common in flake8 exclude list https://review.openstack.org/394696 | 04:03 |
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Datasource skeleton for adding a new datasource https://review.openstack.org/396974 | 05:29 |
*** ifat_afek has joined #openstack-vitrage | 06:14 | |
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Datasource skeleton for adding a new datasource https://review.openstack.org/396974 | 06:52 |
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Provide skeleton to copy as a start in adding new datasource https://review.openstack.org/396974 | 06:57 |
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Provide skeleton to copy as a start in adding new datasource https://review.openstack.org/396974 | 07:43 |
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Fix warnings in PyCharm https://review.openstack.org/397040 | 07:49 |
*** yujunz has joined #openstack-vitrage | 07:52 | |
*** idan_hefetz has joined #openstack-vitrage | 07:59 | |
*** eyalb has joined #openstack-vitrage | 08:15 | |
mrunge | hey folks, is there some docs on how to configure vitrage? | 08:32 |
mrunge | or how to enable vitrage? | 08:32 |
mrunge | I mean, other than the devstack setup? | 08:32 |
ifat_afek | mrunge: hi | 08:36 |
ifat_afek | we have partial documentation for the configuration here: https://github.com/openstack/vitrage/blob/master/doc/source/installation-and-configuration.rst | 08:36 |
ifat_afek | but I think some things are missing | 08:37 |
mrunge | ifat_afek, yes, that's why I was asking | 08:37 |
mrunge | ... I was interested in getting it better supported in RDO | 08:37 |
eyalb | what I think is missing is the standard configuration you need to add to any openstack project such as defining endpoints, user, password | 08:39 |
eyalb | you can look at the devstack script for now to see what is needed | 08:40 |
mrunge | ok, I'll have a look there | 08:40 |
*** yujunz is now known as yujunz[away] | 08:58 | |
*** ifat_afek has quit IRC | 09:00 | |
*** yujunz[away] is now known as yujunz | 09:06 | |
*** ifat_afek has joined #openstack-vitrage | 09:06 | |
*** ifat_afek has quit IRC | 09:37 | |
*** yujunz has quit IRC | 09:41 | |
*** ifat_afek has joined #openstack-vitrage | 09:44 | |
mrunge | eyalb, any suggestions where to look when getting Error: Unable to fetch the Vitrage Topology service. ? | 09:45 |
mrunge | I mean, in the dashboard? | 09:46 |
mrunge | service is up and running | 09:46 |
eyalb | there should be a log file | 09:46 |
eyalb | are using apache2 or httpd ? or running the api service ? | 09:46 |
mrunge | api service | 09:46 |
eyalb | look at the vitrage-api.log in /var/log/vitrage | 09:47 |
mrunge | ah, I'm seeing errors in graph.log | 09:47 |
eyalb | if you dont see anything | 09:47 |
mrunge | api log is clean | 09:47 |
*** openstackgerrit has quit IRC | 09:47 | |
eyalb | try the cli to see if it works | 09:48 |
mrunge | but I don't see any requests going from dashboard to graph at all | 09:48 |
eyalb | look at /var/log/apache2 | 09:48 |
*** openstackgerrit has joined #openstack-vitrage | 09:48 | |
eyalb | or /var/log/httpd if you use | 09:48 |
eyalb | there should be also an error log | 09:49 |
eyalb | if cli doesn't work run it with --debug | 09:49 |
mrunge | there is no vitrage log | 09:49 |
eyalb | error.log | 09:49 |
mrunge | vitrage topology show returns a 500 server error | 09:49 |
eyalb | with --debug you will see stack trace | 09:50 |
mrunge | ClientException: Unknown Error (HTTP 500) | 09:50 |
eyalb | what error do you see in vitrage-graph.log ? | 09:51 |
mrunge | pointing to authorization issues | 09:51 |
mrunge | 2016-11-14 10:51:33.606 16975 ERROR vitrage.datasources.driver_base [-] Exception: The request you have m | 09:52 |
mrunge | ade requires authentication. (HTTP 401) (Request-ID: req-fec3365e-51af-4116-8050-1b1f6436b2c5) | 09:52 |
mrunge | something like this | 09:52 |
eyalb | check your vitrage.conf for user password and auth_url | 09:52 |
eyalb | should be configured under service credentials | 09:53 |
eyalb | if you have a devstack installation you can see the configuration | 09:54 |
mrunge | I consider devstack to be harmful | 09:54 |
mrunge | but maybe I need to try it quickly there | 09:55 |
eyalb | what do u mean by harmful ? | 09:55 |
openstackgerrit | Alexey Weyl proposed openstack/vitrage: remove edges which are is_deleted=true https://review.openstack.org/397091 | 09:55 |
mrunge | uhm, devstack does things in a very specific way | 09:55 |
mrunge | which has nothing to do with things you'd do in production | 09:56 |
eyalb | yes its for development but still it can help you understand | 09:57 |
mrunge | for most things you don't need any latest version | 09:58 |
mrunge | since you're focusing on one component | 09:58 |
mrunge | how often break things, and how much time does it cost you to stack/restack | 09:59 |
eyalb | you can create a devstack based on a specific branch or tag | 09:59 |
eyalb | and yes it breaks alot :-) | 09:59 |
eyalb | I wouldn't use it on production just for development and POC | 10:00 |
eyalb | you can use http://hastebin.com/ to share the errors/stack trace you get | 10:01 |
mrunge | I used to stay on master branch only for the components I was working on, the rest can happily stay on released and stable versions | 10:01 |
mrunge | the log from graph looks like this here: http://paste.openstack.org/show/589085/ | 10:02 |
mrunge | eyalb, my vitrage service_credentials section looks like this here: http://paste.openstack.org/show/589086/ | 10:03 |
*** tovin07_ has quit IRC | 10:03 | |
mrunge | I assume, that's the issue | 10:03 |
eyalb | it should be like this | 10:04 |
eyalb | http://paste.openstack.org/show/589087/ | 10:04 |
mrunge | oh, quite different | 10:05 |
mrunge | thanks for the pointer | 10:05 |
eyalb | also you should define under keystone_authtoken | 10:05 |
mrunge | vitrage topology show doesn't even hit the graph service | 10:06 |
eyalb | user,password,auth_rui | 10:06 |
eyalb | *auth_uri | 10:06 |
eyalb | and you dont see anything in vitrage-api.log ? | 10:06 |
mrunge | I listed it there | 10:07 |
mrunge | http://paste.openstack.org/show/589089/ | 10:07 |
mrunge | no idea where ssl comes from now | 10:07 |
eyalb | try http | 10:08 |
eyalb | in vitrage.conf | 10:08 |
eyalb | look for it | 10:08 |
mrunge | it's not there | 10:09 |
mrunge | maybe that's a default in vitrage-ui? | 10:09 |
eyalb | maybe in the horizon conf file ? | 10:10 |
mrunge | uhm, no. that comes, when using the cli client | 10:10 |
eyalb | wait I need to check | 10:11 |
mrunge | full api log here: http://paste.openstack.org/show/589092/ | 10:11 |
eyalb | check identity_uri in vitrage.conf the default is https | 10:13 |
mrunge | the term https is completely missing in the file | 10:14 |
eyalb | this is what I have http://paste.openstack.org/show/589094/ | 10:16 |
mrunge | funny, I have neither auth_protocol nor identity_uri in vitrage.conf | 10:19 |
mrunge | I'm using the packages from RDO... | 10:19 |
mrunge | ok, adding identity_uri helps a lot | 10:24 |
mrunge | at least, the issue became different ;-) | 10:24 |
eyalb | ok | 10:25 |
mrunge | eyalb, thanks for your time, I'll give devstack a try | 10:26 |
mrunge | just to compare settings | 10:26 |
eyalb | no prob | 10:53 |
*** ifat_afek has quit IRC | 10:58 | |
*** ifat_afek has joined #openstack-vitrage | 11:00 | |
*** ifat_afek has quit IRC | 11:51 | |
*** ifat_afek has joined #openstack-vitrage | 12:15 | |
*** yujunz has joined #openstack-vitrage | 12:32 | |
*** yujunz has quit IRC | 12:34 | |
openstackgerrit | Alexey Weyl proposed openstack/vitrage: remove edges which are is_deleted=true https://review.openstack.org/397091 | 12:34 |
openstackgerrit | Yujun Zhang proposed openstack/vitrage: Provide skeleton to copy as a start in adding new datasource https://review.openstack.org/396974 | 12:34 |
*** yujunz has joined #openstack-vitrage | 12:43 | |
*** yujunz has quit IRC | 12:50 | |
*** yujunz has joined #openstack-vitrage | 12:55 | |
*** yujunz has quit IRC | 13:06 | |
*** yujunz has joined #openstack-vitrage | 13:13 | |
*** ifat_afek has quit IRC | 13:45 | |
*** aasmith has joined #openstack-vitrage | 14:17 | |
*** aasmith has quit IRC | 14:25 | |
*** aasmith has joined #openstack-vitrage | 14:25 | |
*** yujunz has quit IRC | 14:35 | |
*** eyalb has quit IRC | 14:49 | |
aasmith | Hi all, we are attempting to install Vitrage into a Newton based deployment and need pointers on how to accomplish this... | 16:34 |
aasmith | Any pointers would be appreciated | 16:34 |
*** aputtur has joined #openstack-vitrage | 16:35 | |
*** idan_hefetz has quit IRC | 17:04 | |
*** aasmith has quit IRC | 18:29 | |
*** aasmith has joined #openstack-vitrage | 18:45 | |
aputtur | Anyone has instructions to install vitrage manually without devstack? | 18:55 |
aputtur | non-devstack environment | 18:55 |
*** aasmith has quit IRC | 18:58 | |
*** aasmith has joined #openstack-vitrage | 19:11 | |
*** ifat_afek has joined #openstack-vitrage | 21:01 | |
*** ifat_afek has quit IRC | 21:10 | |
*** aasmith has quit IRC | 21:13 | |
*** aputtur has quit IRC | 21:50 | |
*** aasmith has joined #openstack-vitrage | 22:09 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!