Thursday, 2018-05-17

*** tovin07 has quit IRC00:57
*** tovin07 has joined #openstack-performance00:58
*** Nel1x has joined #openstack-performance01:19
*** markvoelker_ has quit IRC01:34
*** markvoelker has joined #openstack-performance01:38
*** abalutoiu__ has joined #openstack-performance01:51
*** abalutoiu_ has quit IRC01:54
*** abalutoiu_ has joined #openstack-performance01:57
*** abalutoiu__ has quit IRC02:00
*** zhangfei has joined #openstack-performance02:09
*** klindgren has quit IRC02:41
*** Nel1x has quit IRC02:45
*** masber has quit IRC02:49
*** masber has joined #openstack-performance02:52
*** masuberu has joined #openstack-performance03:56
*** masber has quit IRC04:00
*** zhangfei has quit IRC04:01
*** zhangfei has joined #openstack-performance04:02
*** masber has joined #openstack-performance04:02
*** masuberu has quit IRC04:05
*** radeks has joined #openstack-performance05:07
*** Mantorok has quit IRC06:33
*** Mantorok has joined #openstack-performance06:47
*** AlexeyAbashkin has joined #openstack-performance07:47
*** radeks_ has joined #openstack-performance07:58
*** zhangfei has quit IRC08:28
*** radeks has quit IRC08:34
*** zhangfei has joined #openstack-performance08:41
*** AlexeyAbashkin has quit IRC09:53
openstackgerritIlya Shakhat proposed openstack/osprofiler master: Allow user to specify password for Redis connection  https://review.openstack.org/56907809:53
*** AlexeyAbashkin has joined #openstack-performance10:54
*** zhangfei has quit IRC11:32
*** zhangfei has joined #openstack-performance13:57
zhangfeiilyashakhat: how to verify that patch?14:38
zhangfei(rally)[root@ubuntu /]# export OSPROFILER_CONNECTION_STRING=redis://:3ETid4I9Nu2Zb47AfoIc7Z4eNGjZWDod0CVUZHzN@192.168.1.41:637914:38
zhangfei(rally)[root@ubuntu /]# redis-cli -h 192.168.1.4114:38
zhangfei192.168.1.41:6379> ping14:38
zhangfei(error) NOAUTH Authentication required.14:38
ilyashakhatzhangfei, hi14:40
zhangfeiI manually add the diff to rally:/var/lib/kolla/venv/local/lib/python2.7/site-packages/osprofiler/drivers/redis_driver.py, since redis_driver.py is a bit different with the latest one; and then restart rally14:40
zhangfeihi, ilyashakhat:14:40
ilyashakhatyou also need to update configuration of services14:40
ilyashakhate.g. /etc/keystone/keystone.conf14:40
ilyashakhat[profiler]14:41
ilyashakhatconnection_string = redis://localhost:637914:41
ilyashakhatand then restart services14:41
zhangfeienabled = true14:41
zhangfeitrace_sqlalchemy = true14:41
zhangfeihmac_keys = 7B7M5Xpk6o5ljG2529xDHQ==14:41
zhangfeiconnection_string = redis://192.168.1.41:637914:41
ilyashakhatconnection_string = redis://:3ETid4I9Nu2Zb47AfoIc7Z4eNGjZWDod0CVUZHzN@192.168.1.41:637914:42
zhangfeio, really, need change keystone.conf?14:43
ilyashakhatyes, and all other services14:43
zhangfeihow about export OSPROFILER_CONNECTION_STRING=redis://:3ETid4I9Nu2Zb47AfoIc7Z4eNGjZWDod0CVUZHzN@192.168.1.41:637914:43
zhangfeithen the patch https://review.openstack.org/#/c/563848/ need to be updated14:44
ilyashakhatI'm afraid  OSPROFILER_CONNECTION_STRING is for client only14:44
ilyashakhatservices are configured vi CONF14:45
zhangfeiok, if modify connection_string, do we still need export OSPROFILER_CONNECTION_STRING for client?14:45
zhangfeiand OSPROFILER_CONNECTION_STRING still need password or not?14:46
ilyashakhatyou can export, or you can pass as --connection-string parameter14:47
ilyashakhatit will need password14:47
ilyashakhat$ osprofiler trace list14:47
ilyashakhatshould return list of traces (or at least not fail) if connection is proper14:48
zhangfeiok, will try, thanks ilyashakhat14:49
ilyashakhatsince we are hear, I have some suggestions on Shaker questions14:49
ilyashakhatsince we are here, I have some suggestions on Shaker questions14:49
ilyashakhatdo you have time?14:49
zhangfeiyes14:52
zhangfeican we use shaker for all-in-one?14:52
ilyashakhatyes, dense_l2 scenario should work14:53
ilyashakhatcould you check the following14:53
zhangfeitoday I am trying to use it, the openstack is build with all-ine-one, and the shaker is in the same node, is that workable for --scenario openstack/dense_l214:53
ilyashakhat$ openstack compute service list14:53
ilyashakhatdo you use devstack or kolla?14:54
ilyashakhatand also check $ openstack availability zone list14:54
zhangfeikolla14:54
zhangfeilinaro@gcc-deploy:~$ openstack compute service list14:56
zhangfei+----+------------------+------------+----------+----------+-------+----------------------------+14:56
zhangfei| ID | Binary           | Host       | Zone     | Status   | State | Updated At                 |14:56
zhangfei+----+------------------+------------+----------+----------+-------+----------------------------+14:56
zhangfei|  1 | nova-scheduler   | gcc-deploy | internal | enabled  | up    | 2018-05-17T14:54:45.000000 |14:56
zhangfei|  2 | nova-conductor   | gcc-deploy | internal | enabled  | up    | 2018-05-17T14:54:44.000000 |14:56
zhangfei|  7 | nova-consoleauth | gcc-deploy | internal | enabled  | up    | 2018-05-17T14:54:41.000000 |14:56
zhangfei| 12 | nova-compute     | gcc-deploy | nova     | disabled | up    | 2018-05-17T14:54:43.000000 |14:56
zhangfei+----+------------------+------------+----------+----------+-------+----------------------------+14:56
zhangfeilinaro@gcc-deploy:~$ openstack availability zone list14:56
zhangfei+-----------+---------------+14:56
zhangfei| Zone Name | Zone Status   |14:56
zhangfei+-----------+---------------+14:56
zhangfei| internal  | available     |14:56
zhangfei| nova      | not available |14:56
zhangfei| nova      | available     |14:56
zhangfei| nova      | available     |14:56
ilyashakhatyou have `nova-compute` service disabled14:56
zhangfei| nova      | available     |14:56
zhangfei+-----------+---------------+14:56
zhangfeilinaro@gcc-deploy:~$14:56
zhangfeinova-compute     | gcc-deploy | nova     | disabled14:56
zhangfeistrange, this one is done, will re-deploy for a try14:56
zhangfeiyes, sorry, will retry tomorrow, cool14:57
ilyashakhatbut at the same time it is declared as 'up'14:57
ilyashakhatbtw, is is all on ARM?14:57
ilyashakhat(cause you have some of ARM patches)14:58
*** klindgren has joined #openstack-performance14:58
zhangfeiyes, I am trying on arm, and in redeploying.15:00
*** klindgren_ has joined #openstack-performance15:03
zhangfeiwill try tomorrow, thanks ilyashakhat, good night.15:04
ilyashakhatzhangfei, you're welcome, bye!15:04
*** klindgren has quit IRC15:07
*** AlexeyAbashkin has quit IRC15:12
*** AlexeyAbashkin has joined #openstack-performance15:15
*** cz2 has quit IRC15:24
*** zhangfei has quit IRC15:25
*** cz2 has joined #openstack-performance15:52
*** chyka has joined #openstack-performance16:10
*** AlexeyAbashkin has quit IRC17:04
*** radeks_ has quit IRC17:36
*** chyka has quit IRC19:00
*** chyka has joined #openstack-performance19:13
*** radeks has joined #openstack-performance19:34
*** chyka_ has joined #openstack-performance21:52
*** klindgren__ has joined #openstack-performance21:52
*** klindgren_ has quit IRC21:55
*** chyka has quit IRC21:56
*** chyka_ has quit IRC21:57
*** chyka has joined #openstack-performance22:28
*** chyka has quit IRC22:32
*** threestrands has joined #openstack-performance22:37
*** radeks has quit IRC23:11

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