Wednesday, 2018-07-04

*** yamamoto has quit IRC00:04
*** sai- has left #openstack-rally00:17
*** harlowja has joined #openstack-rally00:26
*** harlowja has quit IRC00:27
*** yamamoto has joined #openstack-rally01:00
*** yamamoto has quit IRC01:06
*** yamamoto has joined #openstack-rally02:02
*** yamamoto has quit IRC02:07
*** zhangfei has joined #openstack-rally02:18
*** yamamoto has joined #openstack-rally03:04
*** yamamoto has quit IRC03:09
*** anilvenkata has quit IRC03:24
*** antosh has quit IRC03:59
*** antosh has joined #openstack-rally04:04
*** yamamoto has joined #openstack-rally04:05
*** yamamoto has quit IRC04:13
*** yamamoto has joined #openstack-rally04:18
*** antosh has quit IRC04:41
*** zhangfei has quit IRC04:58
*** zhangfei has joined #openstack-rally04:59
*** itlinux has quit IRC05:08
*** e0ne has joined #openstack-rally05:42
*** e0ne has quit IRC05:53
*** anilvenkata has joined #openstack-rally06:19
*** rcernin_ has quit IRC07:13
*** e0ne has joined #openstack-rally07:20
*** tesseract has joined #openstack-rally07:28
*** tosky has joined #openstack-rally07:37
*** alexchadin has joined #openstack-rally07:53
*** alexchadin has quit IRC07:56
*** alexchadin has joined #openstack-rally08:57
*** serlex has joined #openstack-rally09:02
*** linuxaddicts has joined #openstack-rally09:05
*** linuxaddicts has quit IRC10:11
*** alexchadin has quit IRC10:21
*** alexpilotti has joined #openstack-rally10:24
*** alexpilo_ has joined #openstack-rally10:28
*** alexpilotti has quit IRC10:29
*** alexpilo_ has quit IRC10:38
*** alexpilotti has joined #openstack-rally10:40
*** alexpilotti has quit IRC10:48
*** alexpilotti has joined #openstack-rally10:50
*** alexpilotti has quit IRC10:53
*** alexpilotti has joined #openstack-rally10:54
*** anilvenkata has quit IRC10:56
*** alexchadin has joined #openstack-rally11:01
*** zhangfei has quit IRC11:13
*** alexpilo_ has joined #openstack-rally11:28
*** alexpilotti has quit IRC11:30
*** alexpilo_ has quit IRC11:44
*** alexpilotti has joined #openstack-rally11:45
*** peereb has joined #openstack-rally11:52
*** alexpilo_ has joined #openstack-rally12:05
*** alexpilotti has quit IRC12:08
*** alexpilo_ has quit IRC12:11
*** rallydev-bot has quit IRC12:14
*** rallydev-bot has joined #openstack-rally12:25
*** yamamoto has quit IRC12:33
cnfhmm, i am doing something stupid again, i think12:35
cnf["There is no Platform plugin with name: 'existing@openstack'"]12:35
andreykurilincnf: hi! I can guess what you did, what did not and what had happened in result :)12:36
cnfhttps://rally.readthedocs.io/en/latest/install_and_upgrade/install.html12:37
cnfcurl https://raw.githubusercontent.com/openstack/rally/master/install_rally.sh | bash12:37
cnfrally db recreate12:37
cnfrally deployment create --fromenv --name=foo12:37
andreykurilin`rally --version` gives 1.0.0 . right?12:38
cnfdoing pip install rally-openstack after that doesn't help, btw12:38
andreykurilinExecute `rally --debug plugin show Dummy.dummy`and check debug messages12:39
cnfand $ rally version12:39
cnf1.0.1~dev212:39
andreykurilinit should show issues while loading plugins12:39
cnfrally.plugins.common.scenarios.dummy.dummy12:39
andreykurilinany logging messages  in the start?12:40
andreykurilin*at the beggining of output?12:40
cnf2018-07-04 14:39:33.619 6993 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide.12:40
cnf2018-07-04 14:39:33.619 6993 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden.12:40
cnf2018-07-04 14:39:33.620 6993 RALLYDEBUG rally.api [-] ERROR log from boto module is hide.12:40
*** serlex has quit IRC12:41
andreykurilinhm12:41
andreykurilin`rally plugin show existing --platform openstack`12:41
andreykurilin?12:41
cnfPlugin existing@openstack not found12:42
andreykurilinare you sure that rally-openstack is installed?12:42
cnfi just reinstalled everything12:43
cnfso right now, it's just what install_rally.sh did12:43
cnfi can do an pip install rally-openstack again12:43
andreykurilinI need to remove this install_rally.sh...It makes everything unclear12:44
cnfyeah12:44
cnf2018-07-04 14:44:34.006 7071 WARNING rally.common.plugin.discover [-]  Failed to load plugins from module 'rally_openstack' (package: 'rally-openstack 1.2.0'): (prettytable 0.7.1 (/home/core/rally/lib/python2.7/site-packages), Requirement.parse('PrettyTable<0.8,>=0.7.2'), set(['python-troveclient', 'python-heatclient', 'osprofiler'])): ContextualVersionConflict: (prettytable 0.7.1 (/home/core/rally/lib/python2.7/site-packages), Requirement.parse('Pre12:44
cnfttyTable<0.8,>=0.7.2'), set(['python-troveclient', 'python-heatclient', 'osprofiler']))12:44
cnfis after pip install rally-openstack12:44
andreykurilinpip freeze | grep prettytable12:45
andreykurilin?12:45
cnfi'm just following https://rally.readthedocs.io/en/latest/install_and_upgrade/install.html, is that not the reccomended way of installing rally?12:45
cnfprettytable==0.7.112:45
andreykurilintry to execute `pip install -U PrettyTable==0.7.2`12:46
andreykurilinit should help12:46
cnfok, that's better12:47
cnfbit of a mess, atm >,<12:47
andreykurilincnf: forget about that instruction (it will be updated soon) and forget about install_rally script. everything you need for clean setup is executing `pip install rally-openstack`. It will also install rally package12:48
cnfpython 2 or 3 prefered ?12:48
andreykurilinno matter12:48
andreykurilinwe were one of the first projects who launched functional tests against python 312:49
cnfk, pip installing in a clean virtualenv12:50
cnfoh, balls12:50
cnfnow it made the db in /tmp12:50
cnfthat's not gonna work12:50
andreykurilinha, yes. it is the second thing which should be done after `pip install`. but mostly that is all.12:51
cnfwhere do i change that, again12:52
andreykurilinrally reads config file at ~/.rally/rally.conf or if it missed at /etc/rally/rally.conf . This file should contain `[database]` section with option `connection = sqlite:////tmp/rally.sqlite` (edit path to storage)12:53
*** yamamoto has joined #openstack-rally12:54
*** yamamoto has quit IRC12:54
andreykurilinor if you use postgres, the connection should look like `connection = "postgresql+psycopg2://db_user:db_password@db_host"`12:54
*** yamamoto has joined #openstack-rally12:55
cnfnah, sqlite12:56
cnfok, seems something is running now12:56
cnfi have a meeting on our OS MVP now12:56
cnfthanks for the help so far, i'll be back in half an hour to an hour12:56
andreykurilinok, good luck!12:56
*** serlex has joined #openstack-rally13:13
*** mvk has quit IRC13:17
*** serlex has quit IRC13:38
*** serlex has joined #openstack-rally14:37
*** pavel_V has quit IRC15:07
*** alexchadin has quit IRC15:28
*** e0ne has quit IRC15:34
*** serlex has quit IRC15:39
*** serlex has joined #openstack-rally15:44
*** e0ne has joined #openstack-rally16:21
*** peereb has quit IRC16:21
*** e0ne has quit IRC16:25
*** tesseract has quit IRC16:30
*** e0ne has joined #openstack-rally17:08
*** anilvenkata has joined #openstack-rally17:14
*** serlex has quit IRC17:52
*** alexpilotti has joined #openstack-rally18:12
*** alexpilotti has quit IRC18:30
*** alexpilotti has joined #openstack-rally18:33
*** e0ne has quit IRC18:36
*** alexpilotti has quit IRC18:38
*** alexpilotti has joined #openstack-rally18:53
*** alexpilotti has quit IRC18:58
*** alexpilotti has joined #openstack-rally19:34
*** alexpilotti has quit IRC19:43
*** alexpilotti has joined #openstack-rally19:52
*** mvk has joined #openstack-rally20:02
*** alexpilotti has quit IRC20:10
*** alexpilotti has joined #openstack-rally20:15
*** aojea_ has joined #openstack-rally20:27
*** alexpilotti has quit IRC20:28
*** alexpilotti has joined #openstack-rally20:35
*** alexpilotti has quit IRC20:40
*** mvk has quit IRC20:51
*** alexpilotti has joined #openstack-rally21:02
*** alexpilotti has quit IRC21:18
*** alexpilotti has joined #openstack-rally21:20
*** alexpilotti has quit IRC21:33
*** alexpilotti has joined #openstack-rally21:37
*** alexpilo_ has joined #openstack-rally21:38
*** alexpilotti has quit IRC21:41
*** alexpilo_ has quit IRC21:55
*** alexpilotti has joined #openstack-rally21:59
*** threestrands has joined #openstack-rally22:05
*** threestrands has quit IRC22:05
*** threestrands has joined #openstack-rally22:05
*** threestrands has quit IRC22:06
*** itlinux has joined #openstack-rally22:16
*** alexpilotti has quit IRC22:20
*** alexpilotti has joined #openstack-rally22:25
*** rcernin has joined #openstack-rally22:27
*** aojea_ has quit IRC22:29
*** alexpilotti has quit IRC22:37
*** alexpilotti has joined #openstack-rally22:38
*** alexpilotti has quit IRC22:42
*** alexpilotti has joined #openstack-rally22:50
*** alexpilotti has quit IRC23:13
*** alexpilotti has joined #openstack-rally23:36
*** alexpilotti has quit IRC23:50
*** alexpilotti has joined #openstack-rally23:52
*** tosky has quit IRC23:55
*** alexpilotti has quit IRC23:56

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