| *** tovin07 has quit IRC | 00:57 | |
| *** tovin07 has joined #openstack-performance | 00:58 | |
| *** Nel1x has joined #openstack-performance | 01:19 | |
| *** markvoelker_ has quit IRC | 01:34 | |
| *** markvoelker has joined #openstack-performance | 01:38 | |
| *** abalutoiu__ has joined #openstack-performance | 01:51 | |
| *** abalutoiu_ has quit IRC | 01:54 | |
| *** abalutoiu_ has joined #openstack-performance | 01:57 | |
| *** abalutoiu__ has quit IRC | 02:00 | |
| *** zhangfei has joined #openstack-performance | 02:09 | |
| *** klindgren has quit IRC | 02:41 | |
| *** Nel1x has quit IRC | 02:45 | |
| *** masber has quit IRC | 02:49 | |
| *** masber has joined #openstack-performance | 02:52 | |
| *** masuberu has joined #openstack-performance | 03:56 | |
| *** masber has quit IRC | 04:00 | |
| *** zhangfei has quit IRC | 04:01 | |
| *** zhangfei has joined #openstack-performance | 04:02 | |
| *** masber has joined #openstack-performance | 04:02 | |
| *** masuberu has quit IRC | 04:05 | |
| *** radeks has joined #openstack-performance | 05:07 | |
| *** Mantorok has quit IRC | 06:33 | |
| *** Mantorok has joined #openstack-performance | 06:47 | |
| *** AlexeyAbashkin has joined #openstack-performance | 07:47 | |
| *** radeks_ has joined #openstack-performance | 07:58 | |
| *** zhangfei has quit IRC | 08:28 | |
| *** radeks has quit IRC | 08:34 | |
| *** zhangfei has joined #openstack-performance | 08:41 | |
| *** AlexeyAbashkin has quit IRC | 09:53 | |
| openstackgerrit | Ilya Shakhat proposed openstack/osprofiler master: Allow user to specify password for Redis connection https://review.openstack.org/569078 | 09:53 |
|---|---|---|
| *** AlexeyAbashkin has joined #openstack-performance | 10:54 | |
| *** zhangfei has quit IRC | 11:32 | |
| *** zhangfei has joined #openstack-performance | 13:57 | |
| zhangfei | ilyashakhat: how to verify that patch? | 14:38 |
| zhangfei | (rally)[root@ubuntu /]# export OSPROFILER_CONNECTION_STRING=redis://:3ETid4I9Nu2Zb47AfoIc7Z4eNGjZWDod0CVUZHzN@192.168.1.41:6379 | 14:38 |
| zhangfei | (rally)[root@ubuntu /]# redis-cli -h 192.168.1.41 | 14:38 |
| zhangfei | 192.168.1.41:6379> ping | 14:38 |
| zhangfei | (error) NOAUTH Authentication required. | 14:38 |
| ilyashakhat | zhangfei, hi | 14:40 |
| zhangfei | I 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 rally | 14:40 |
| zhangfei | hi, ilyashakhat: | 14:40 |
| ilyashakhat | you also need to update configuration of services | 14:40 |
| ilyashakhat | e.g. /etc/keystone/keystone.conf | 14:40 |
| ilyashakhat | [profiler] | 14:41 |
| ilyashakhat | connection_string = redis://localhost:6379 | 14:41 |
| ilyashakhat | and then restart services | 14:41 |
| zhangfei | enabled = true | 14:41 |
| zhangfei | trace_sqlalchemy = true | 14:41 |
| zhangfei | hmac_keys = 7B7M5Xpk6o5ljG2529xDHQ== | 14:41 |
| zhangfei | connection_string = redis://192.168.1.41:6379 | 14:41 |
| ilyashakhat | connection_string = redis://:3ETid4I9Nu2Zb47AfoIc7Z4eNGjZWDod0CVUZHzN@192.168.1.41:6379 | 14:42 |
| zhangfei | o, really, need change keystone.conf? | 14:43 |
| ilyashakhat | yes, and all other services | 14:43 |
| zhangfei | how about export OSPROFILER_CONNECTION_STRING=redis://:3ETid4I9Nu2Zb47AfoIc7Z4eNGjZWDod0CVUZHzN@192.168.1.41:6379 | 14:43 |
| zhangfei | then the patch https://review.openstack.org/#/c/563848/ need to be updated | 14:44 |
| ilyashakhat | I'm afraid OSPROFILER_CONNECTION_STRING is for client only | 14:44 |
| ilyashakhat | services are configured vi CONF | 14:45 |
| zhangfei | ok, if modify connection_string, do we still need export OSPROFILER_CONNECTION_STRING for client? | 14:45 |
| zhangfei | and OSPROFILER_CONNECTION_STRING still need password or not? | 14:46 |
| ilyashakhat | you can export, or you can pass as --connection-string parameter | 14:47 |
| ilyashakhat | it will need password | 14:47 |
| ilyashakhat | $ osprofiler trace list | 14:47 |
| ilyashakhat | should return list of traces (or at least not fail) if connection is proper | 14:48 |
| zhangfei | ok, will try, thanks ilyashakhat | 14:49 |
| ilyashakhat | since we are hear, I have some suggestions on Shaker questions | 14:49 |
| ilyashakhat | since we are here, I have some suggestions on Shaker questions | 14:49 |
| ilyashakhat | do you have time? | 14:49 |
| zhangfei | yes | 14:52 |
| zhangfei | can we use shaker for all-in-one? | 14:52 |
| ilyashakhat | yes, dense_l2 scenario should work | 14:53 |
| ilyashakhat | could you check the following | 14:53 |
| zhangfei | today 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_l2 | 14:53 |
| ilyashakhat | $ openstack compute service list | 14:53 |
| ilyashakhat | do you use devstack or kolla? | 14:54 |
| ilyashakhat | and also check $ openstack availability zone list | 14:54 |
| zhangfei | kolla | 14:54 |
| zhangfei | linaro@gcc-deploy:~$ openstack compute service list | 14: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 |
| zhangfei | linaro@gcc-deploy:~$ openstack availability zone list | 14: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 |
| ilyashakhat | you have `nova-compute` service disabled | 14:56 |
| zhangfei | | nova | available | | 14:56 |
| zhangfei | +-----------+---------------+ | 14:56 |
| zhangfei | linaro@gcc-deploy:~$ | 14:56 |
| zhangfei | nova-compute | gcc-deploy | nova | disabled | 14:56 |
| zhangfei | strange, this one is done, will re-deploy for a try | 14:56 |
| zhangfei | yes, sorry, will retry tomorrow, cool | 14:57 |
| ilyashakhat | but at the same time it is declared as 'up' | 14:57 |
| ilyashakhat | btw, is is all on ARM? | 14:57 |
| ilyashakhat | (cause you have some of ARM patches) | 14:58 |
| *** klindgren has joined #openstack-performance | 14:58 | |
| zhangfei | yes, I am trying on arm, and in redeploying. | 15:00 |
| *** klindgren_ has joined #openstack-performance | 15:03 | |
| zhangfei | will try tomorrow, thanks ilyashakhat, good night. | 15:04 |
| ilyashakhat | zhangfei, you're welcome, bye! | 15:04 |
| *** klindgren has quit IRC | 15:07 | |
| *** AlexeyAbashkin has quit IRC | 15:12 | |
| *** AlexeyAbashkin has joined #openstack-performance | 15:15 | |
| *** cz2 has quit IRC | 15:24 | |
| *** zhangfei has quit IRC | 15:25 | |
| *** cz2 has joined #openstack-performance | 15:52 | |
| *** chyka has joined #openstack-performance | 16:10 | |
| *** AlexeyAbashkin has quit IRC | 17:04 | |
| *** radeks_ has quit IRC | 17:36 | |
| *** chyka has quit IRC | 19:00 | |
| *** chyka has joined #openstack-performance | 19:13 | |
| *** radeks has joined #openstack-performance | 19:34 | |
| *** chyka_ has joined #openstack-performance | 21:52 | |
| *** klindgren__ has joined #openstack-performance | 21:52 | |
| *** klindgren_ has quit IRC | 21:55 | |
| *** chyka has quit IRC | 21:56 | |
| *** chyka_ has quit IRC | 21:57 | |
| *** chyka has joined #openstack-performance | 22:28 | |
| *** chyka has quit IRC | 22:32 | |
| *** threestrands has joined #openstack-performance | 22:37 | |
| *** radeks has quit IRC | 23:11 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!