*** yamamoto has quit IRC | 00:04 | |
*** sai- has left #openstack-rally | 00:17 | |
*** harlowja has joined #openstack-rally | 00:26 | |
*** harlowja has quit IRC | 00:27 | |
*** yamamoto has joined #openstack-rally | 01:00 | |
*** yamamoto has quit IRC | 01:06 | |
*** yamamoto has joined #openstack-rally | 02:02 | |
*** yamamoto has quit IRC | 02:07 | |
*** zhangfei has joined #openstack-rally | 02:18 | |
*** yamamoto has joined #openstack-rally | 03:04 | |
*** yamamoto has quit IRC | 03:09 | |
*** anilvenkata has quit IRC | 03:24 | |
*** antosh has quit IRC | 03:59 | |
*** antosh has joined #openstack-rally | 04:04 | |
*** yamamoto has joined #openstack-rally | 04:05 | |
*** yamamoto has quit IRC | 04:13 | |
*** yamamoto has joined #openstack-rally | 04:18 | |
*** antosh has quit IRC | 04:41 | |
*** zhangfei has quit IRC | 04:58 | |
*** zhangfei has joined #openstack-rally | 04:59 | |
*** itlinux has quit IRC | 05:08 | |
*** e0ne has joined #openstack-rally | 05:42 | |
*** e0ne has quit IRC | 05:53 | |
*** anilvenkata has joined #openstack-rally | 06:19 | |
*** rcernin_ has quit IRC | 07:13 | |
*** e0ne has joined #openstack-rally | 07:20 | |
*** tesseract has joined #openstack-rally | 07:28 | |
*** tosky has joined #openstack-rally | 07:37 | |
*** alexchadin has joined #openstack-rally | 07:53 | |
*** alexchadin has quit IRC | 07:56 | |
*** alexchadin has joined #openstack-rally | 08:57 | |
*** serlex has joined #openstack-rally | 09:02 | |
*** linuxaddicts has joined #openstack-rally | 09:05 | |
*** linuxaddicts has quit IRC | 10:11 | |
*** alexchadin has quit IRC | 10:21 | |
*** alexpilotti has joined #openstack-rally | 10:24 | |
*** alexpilo_ has joined #openstack-rally | 10:28 | |
*** alexpilotti has quit IRC | 10:29 | |
*** alexpilo_ has quit IRC | 10:38 | |
*** alexpilotti has joined #openstack-rally | 10:40 | |
*** alexpilotti has quit IRC | 10:48 | |
*** alexpilotti has joined #openstack-rally | 10:50 | |
*** alexpilotti has quit IRC | 10:53 | |
*** alexpilotti has joined #openstack-rally | 10:54 | |
*** anilvenkata has quit IRC | 10:56 | |
*** alexchadin has joined #openstack-rally | 11:01 | |
*** zhangfei has quit IRC | 11:13 | |
*** alexpilo_ has joined #openstack-rally | 11:28 | |
*** alexpilotti has quit IRC | 11:30 | |
*** alexpilo_ has quit IRC | 11:44 | |
*** alexpilotti has joined #openstack-rally | 11:45 | |
*** peereb has joined #openstack-rally | 11:52 | |
*** alexpilo_ has joined #openstack-rally | 12:05 | |
*** alexpilotti has quit IRC | 12:08 | |
*** alexpilo_ has quit IRC | 12:11 | |
*** rallydev-bot has quit IRC | 12:14 | |
*** rallydev-bot has joined #openstack-rally | 12:25 | |
*** yamamoto has quit IRC | 12:33 | |
cnf | hmm, i am doing something stupid again, i think | 12:35 |
---|---|---|
cnf | ["There is no Platform plugin with name: 'existing@openstack'"] | 12:35 |
andreykurilin | cnf: hi! I can guess what you did, what did not and what had happened in result :) | 12:36 |
cnf | https://rally.readthedocs.io/en/latest/install_and_upgrade/install.html | 12:37 |
cnf | curl https://raw.githubusercontent.com/openstack/rally/master/install_rally.sh | bash | 12:37 |
cnf | rally db recreate | 12:37 |
cnf | rally deployment create --fromenv --name=foo | 12:37 |
andreykurilin | `rally --version` gives 1.0.0 . right? | 12:38 |
cnf | doing pip install rally-openstack after that doesn't help, btw | 12:38 |
andreykurilin | Execute `rally --debug plugin show Dummy.dummy`and check debug messages | 12:39 |
cnf | and $ rally version | 12:39 |
cnf | 1.0.1~dev2 | 12:39 |
andreykurilin | it should show issues while loading plugins | 12:39 |
cnf | rally.plugins.common.scenarios.dummy.dummy | 12:39 |
andreykurilin | any logging messages in the start? | 12:40 |
andreykurilin | *at the beggining of output? | 12:40 |
cnf | 2018-07-04 14:39:33.619 6993 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. | 12:40 |
cnf | 2018-07-04 14:39:33.619 6993 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. | 12:40 |
cnf | 2018-07-04 14:39:33.620 6993 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. | 12:40 |
*** serlex has quit IRC | 12:41 | |
andreykurilin | hm | 12:41 |
andreykurilin | `rally plugin show existing --platform openstack` | 12:41 |
andreykurilin | ? | 12:41 |
cnf | Plugin existing@openstack not found | 12:42 |
andreykurilin | are you sure that rally-openstack is installed? | 12:42 |
cnf | i just reinstalled everything | 12:43 |
cnf | so right now, it's just what install_rally.sh did | 12:43 |
cnf | i can do an pip install rally-openstack again | 12:43 |
andreykurilin | I need to remove this install_rally.sh...It makes everything unclear | 12:44 |
cnf | yeah | 12:44 |
cnf | 2018-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('Pre | 12:44 |
cnf | ttyTable<0.8,>=0.7.2'), set(['python-troveclient', 'python-heatclient', 'osprofiler'])) | 12:44 |
cnf | is after pip install rally-openstack | 12:44 |
andreykurilin | pip freeze | grep prettytable | 12:45 |
andreykurilin | ? | 12:45 |
cnf | i'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 |
cnf | prettytable==0.7.1 | 12:45 |
andreykurilin | try to execute `pip install -U PrettyTable==0.7.2` | 12:46 |
andreykurilin | it should help | 12:46 |
cnf | ok, that's better | 12:47 |
cnf | bit of a mess, atm >,< | 12:47 |
andreykurilin | cnf: 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 package | 12:48 |
cnf | python 2 or 3 prefered ? | 12:48 |
andreykurilin | no matter | 12:48 |
andreykurilin | we were one of the first projects who launched functional tests against python 3 | 12:49 |
cnf | k, pip installing in a clean virtualenv | 12:50 |
cnf | oh, balls | 12:50 |
cnf | now it made the db in /tmp | 12:50 |
cnf | that's not gonna work | 12:50 |
andreykurilin | ha, yes. it is the second thing which should be done after `pip install`. but mostly that is all. | 12:51 |
cnf | where do i change that, again | 12:52 |
andreykurilin | rally 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-rally | 12:54 | |
*** yamamoto has quit IRC | 12:54 | |
andreykurilin | or if you use postgres, the connection should look like `connection = "postgresql+psycopg2://db_user:db_password@db_host"` | 12:54 |
*** yamamoto has joined #openstack-rally | 12:55 | |
cnf | nah, sqlite | 12:56 |
cnf | ok, seems something is running now | 12:56 |
cnf | i have a meeting on our OS MVP now | 12:56 |
cnf | thanks for the help so far, i'll be back in half an hour to an hour | 12:56 |
andreykurilin | ok, good luck! | 12:56 |
*** serlex has joined #openstack-rally | 13:13 | |
*** mvk has quit IRC | 13:17 | |
*** serlex has quit IRC | 13:38 | |
*** serlex has joined #openstack-rally | 14:37 | |
*** pavel_V has quit IRC | 15:07 | |
*** alexchadin has quit IRC | 15:28 | |
*** e0ne has quit IRC | 15:34 | |
*** serlex has quit IRC | 15:39 | |
*** serlex has joined #openstack-rally | 15:44 | |
*** e0ne has joined #openstack-rally | 16:21 | |
*** peereb has quit IRC | 16:21 | |
*** e0ne has quit IRC | 16:25 | |
*** tesseract has quit IRC | 16:30 | |
*** e0ne has joined #openstack-rally | 17:08 | |
*** anilvenkata has joined #openstack-rally | 17:14 | |
*** serlex has quit IRC | 17:52 | |
*** alexpilotti has joined #openstack-rally | 18:12 | |
*** alexpilotti has quit IRC | 18:30 | |
*** alexpilotti has joined #openstack-rally | 18:33 | |
*** e0ne has quit IRC | 18:36 | |
*** alexpilotti has quit IRC | 18:38 | |
*** alexpilotti has joined #openstack-rally | 18:53 | |
*** alexpilotti has quit IRC | 18:58 | |
*** alexpilotti has joined #openstack-rally | 19:34 | |
*** alexpilotti has quit IRC | 19:43 | |
*** alexpilotti has joined #openstack-rally | 19:52 | |
*** mvk has joined #openstack-rally | 20:02 | |
*** alexpilotti has quit IRC | 20:10 | |
*** alexpilotti has joined #openstack-rally | 20:15 | |
*** aojea_ has joined #openstack-rally | 20:27 | |
*** alexpilotti has quit IRC | 20:28 | |
*** alexpilotti has joined #openstack-rally | 20:35 | |
*** alexpilotti has quit IRC | 20:40 | |
*** mvk has quit IRC | 20:51 | |
*** alexpilotti has joined #openstack-rally | 21:02 | |
*** alexpilotti has quit IRC | 21:18 | |
*** alexpilotti has joined #openstack-rally | 21:20 | |
*** alexpilotti has quit IRC | 21:33 | |
*** alexpilotti has joined #openstack-rally | 21:37 | |
*** alexpilo_ has joined #openstack-rally | 21:38 | |
*** alexpilotti has quit IRC | 21:41 | |
*** alexpilo_ has quit IRC | 21:55 | |
*** alexpilotti has joined #openstack-rally | 21:59 | |
*** threestrands has joined #openstack-rally | 22:05 | |
*** threestrands has quit IRC | 22:05 | |
*** threestrands has joined #openstack-rally | 22:05 | |
*** threestrands has quit IRC | 22:06 | |
*** itlinux has joined #openstack-rally | 22:16 | |
*** alexpilotti has quit IRC | 22:20 | |
*** alexpilotti has joined #openstack-rally | 22:25 | |
*** rcernin has joined #openstack-rally | 22:27 | |
*** aojea_ has quit IRC | 22:29 | |
*** alexpilotti has quit IRC | 22:37 | |
*** alexpilotti has joined #openstack-rally | 22:38 | |
*** alexpilotti has quit IRC | 22:42 | |
*** alexpilotti has joined #openstack-rally | 22:50 | |
*** alexpilotti has quit IRC | 23:13 | |
*** alexpilotti has joined #openstack-rally | 23:36 | |
*** alexpilotti has quit IRC | 23:50 | |
*** alexpilotti has joined #openstack-rally | 23:52 | |
*** tosky has quit IRC | 23:55 | |
*** alexpilotti has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!