*** michael-yu has quit IRC | 00:00 | |
*** mattgriffin has quit IRC | 00:04 | |
openstackgerrit | A change was merged to openstack/trove: Deleting incremental backup metadata after restore https://review.openstack.org/102585 | 00:19 |
---|---|---|
*** annashen_ has quit IRC | 00:20 | |
openstackgerrit | Vipul Sabhaya proposed a change to openstack/trove: Enable usage of config-drive for file injection https://review.openstack.org/99797 | 00:29 |
*** kevinconway has quit IRC | 00:33 | |
*** ViswaV has joined #openstack-trove | 00:36 | |
*** ViswaV_ has joined #openstack-trove | 00:37 | |
*** ViswaV has quit IRC | 00:40 | |
*** eguz has quit IRC | 00:46 | |
amrith | esmute, got a second? | 00:48 |
esmute | Hey amrith | 00:48 |
amrith | got a question for you. | 00:48 |
amrith | I'm trying to verify something; in the last code that I pushed there is a unit test that failed when I pushed code to git review | 00:49 |
amrith | the code is in trove/tests/unittests/guestagent/test_cassandra_manager.py | 00:49 |
amrith | So, I ran int-tests on my machine | 00:50 |
amrith | and I'm not sure the test is running | 00:50 |
amrith | so, what I did is this | 00:50 |
amrith | redstack install | 00:50 |
amrith | redstack kick-start cassandra | 00:50 |
amrith | redstack int-tests --group=cassandra | 00:50 |
amrith | and the test completes successfully | 00:50 |
amrith | but I don't see the test that failed (test_cassandra_manager) show up in the list of tets that were run | 00:51 |
amrith | so I'm wondering how to know for sure; or force it to run a specific test. | 00:51 |
amrith | that's the question | 00:51 |
esmute | ahh | 00:51 |
esmute | we need to make sure that the tests is referenced in run_tests.py | 00:52 |
esmute | also it needs to be reference in trove-integration | 00:53 |
esmute | let me link you some code | 00:53 |
esmute | amrith: https://github.com/openstack/trove/blob/master/run_tests.py#L165 | 00:53 |
* amrith looking | 00:54 | |
SlickNik | amrith: Just to check that I'm reading this correctly — you mentioned that a unit test failed, right? | 00:55 |
SlickNik | amrith: Unit tests are integration tests are different. | 00:55 |
amrith | one second | 00:55 |
esmute | duh | 00:55 |
amrith | SlickNik, will check | 00:55 |
esmute | sorry... SlickNik is right | 00:55 |
esmute | unittests are run by testr | 00:55 |
amrith | SlickNik, gate_trove_python26 and 27 failed | 00:56 |
amrith | which caused Jenkins to fail | 00:56 |
amrith | Before pushing the code I'd like to run the test that failed and make sure it passes | 00:56 |
SlickNik | amrith: yup those are unit tests. To run them, run "tox" at the top level directory. | 00:56 |
amrith | I'd assumed that int-tests with the right incantation would do it | 00:56 |
amrith | ah, ok | 00:56 |
esmute | amrith: you can also use 'testr run' | 00:57 |
amrith | esmute, sorry for sending you on a wild goose chase. a little knowledge is horribly dangerous | 00:57 |
SlickNik | amrith: If you want to run a particular environment of tests (py26 vs py27 vs pep8) you can specify it with the -e flag | 00:57 |
SlickNik | amrith: "tox -epy27" for example. | 00:57 |
amrith | any handy dandy page on how to run tox | 00:57 |
amrith | oh, ther eit is | 00:57 |
amrith | there it is ;) | 00:58 |
amrith | it's a running ... | 00:58 |
amrith | thanks SlickNik | 00:58 |
amrith | SlickNik, does tox need sudo? | 00:59 |
esmute | amrith: no | 00:59 |
SlickNik | nope | 00:59 |
amrith | it failed | 00:59 |
amrith | it appears to be downloading and trying to install stuff | 00:59 |
SlickNik | it sets up a virtualenv for each environment, and installs the dependencies in that venv. | 00:59 |
amrith | first time I'm running it | 00:59 |
esmute | amrith: make sure trove dir is not owned by a diffrent user | 01:00 |
esmute | tox will create a virtual env and install stuff in there... | 01:00 |
amrith | no, only one user on this vm | 01:00 |
SlickNik | can you gist the failure? | 01:00 |
amrith | (me) | 01:00 |
amrith | doing that SlickNik | 01:00 |
SlickNik | You might not have a system level dependency installed. | 01:01 |
amrith | it is looking for mysql_config | 01:01 |
amrith | there's a backtrace at the very end | 01:02 |
amrith | https://gist.github.com/ca2bd375c9d70e6d3d24.git | 01:02 |
amrith | yes | 01:03 |
amrith | mysql_config not found | 01:03 |
amrith | let me see what that's about | 01:03 |
amrith | so, I need mysqlclient-dev on the machine? | 01:04 |
amrith | what's this thing do ... | 01:04 |
amrith | installing now | 01:04 |
glucas | amrith: there are a few dependencies you need... | 01:04 |
amrith | trying again | 01:04 |
amrith | I guess it'll find them (iteratively) | 01:04 |
amrith | sorry, may have posted wrong link. | 01:06 |
amrith | https://gist.github.com/amrith/ca2bd375c9d70e6d3d24#file-gistfile1-txt | 01:06 |
amrith | thanks SlickNik, esmute | 01:10 |
amrith | py27: commands succeeded | 01:10 |
amrith | congratulations :) | 01:10 |
esmute | woo hoo! | 01:10 |
SlickNik | Nice! | 01:10 |
openstackgerrit | amrith proposed a change to openstack/trove: Stop cassandra during configuration and volume migration https://review.openstack.org/106127 | 01:11 |
amrith | I don't have 2.6 on my machine but 2.7 and 2.6 failed the same way, so I guess this is good enough. | 01:11 |
amrith | esmute, SlickNik thanks. Now you get to look at https://review.openstack.org/#/c/106127/ ;) | 01:12 |
SlickNik | winner, winner - chicken dinner! | 01:13 |
amrith | I'm flexitarian | 01:14 |
*** mattgriffin has joined #openstack-trove | 01:17 | |
*** SergeyLukjanov has quit IRC | 01:27 | |
*** zigo has quit IRC | 01:27 | |
*** dkehnx1 has quit IRC | 01:27 | |
*** rwsu has quit IRC | 01:27 | |
*** PeterSchwaller_ has quit IRC | 01:27 | |
*** abramley has quit IRC | 01:27 | |
*** esp has quit IRC | 01:27 | |
*** sbadia has quit IRC | 01:27 | |
*** dloi has quit IRC | 01:27 | |
*** erik_x1 has quit IRC | 01:27 | |
*** hub_cap has quit IRC | 01:27 | |
*** SlickNik has quit IRC | 01:27 | |
*** jcooley has quit IRC | 01:27 | |
*** konetzed has quit IRC | 01:27 | |
*** georgelorch has quit IRC | 01:27 | |
*** haomaiw__ has quit IRC | 01:27 | |
*** juantwo has quit IRC | 01:27 | |
*** laurelm has quit IRC | 01:27 | |
*** cweid has quit IRC | 01:27 | |
*** anteaya has quit IRC | 01:27 | |
*** mattgriffin has quit IRC | 01:27 | |
*** miqui has quit IRC | 01:27 | |
*** iccha has quit IRC | 01:27 | |
*** peterstac has quit IRC | 01:27 | |
*** ViswaV_ has quit IRC | 01:27 | |
*** isviridov has quit IRC | 01:27 | |
*** openstackgerrit has quit IRC | 01:27 | |
*** mrsnivvel has quit IRC | 01:27 | |
*** bhunter has quit IRC | 01:27 | |
*** mat-lowery has quit IRC | 01:27 | |
*** mariusv has quit IRC | 01:27 | |
*** ekarlso has quit IRC | 01:27 | |
*** dmitryme has quit IRC | 01:27 | |
*** serverascode has quit IRC | 01:27 | |
*** jeraldv has quit IRC | 01:27 | |
*** peoplemerge has quit IRC | 01:27 | |
*** kanzaros has quit IRC | 01:27 | |
*** amrith has quit IRC | 01:27 | |
*** imsplitbit has quit IRC | 01:27 | |
*** esmute has quit IRC | 01:27 | |
*** d0ugal has quit IRC | 01:27 | |
*** vipul has quit IRC | 01:27 | |
*** krugg has quit IRC | 01:27 | |
*** fifieldt has quit IRC | 01:27 | |
*** Isotopp has quit IRC | 01:27 | |
*** vgnbkr has quit IRC | 01:27 | |
*** dougshelley66 has quit IRC | 01:27 | |
*** glucas has quit IRC | 01:27 | |
*** radez_g0n3 has quit IRC | 01:27 | |
*** zacksh has quit IRC | 01:27 | |
*** cp16net has quit IRC | 01:27 | |
*** mayfield has quit IRC | 01:27 | |
*** flaper87|afk has quit IRC | 01:27 | |
*** ChanServ has quit IRC | 01:27 | |
*** sbadia has joined #openstack-trove | 01:30 | |
*** dloi has joined #openstack-trove | 01:30 | |
*** erik_x1 has joined #openstack-trove | 01:30 | |
*** hub_cap has joined #openstack-trove | 01:30 | |
*** SlickNik has joined #openstack-trove | 01:30 | |
*** jcooley has joined #openstack-trove | 01:30 | |
*** konetzed has joined #openstack-trove | 01:30 | |
*** nosnos has joined #openstack-trove | 01:45 | |
*** fifieldt has joined #openstack-trove | 01:58 | |
*** krugg has joined #openstack-trove | 01:58 | |
*** vipul has joined #openstack-trove | 01:58 | |
*** radez_g0n3 has joined #openstack-trove | 01:58 | |
*** dougshelley66 has joined #openstack-trove | 01:58 | |
*** glucas has joined #openstack-trove | 01:58 | |
*** vgnbkr has joined #openstack-trove | 01:58 | |
*** Isotopp has joined #openstack-trove | 01:58 | |
*** flaper87|afk has joined #openstack-trove | 01:58 | |
*** mayfield has joined #openstack-trove | 01:58 | |
*** cp16net has joined #openstack-trove | 01:58 | |
*** zacksh has joined #openstack-trove | 01:58 | |
*** peterstac has joined #openstack-trove | 01:58 | |
*** iccha has joined #openstack-trove | 01:58 | |
*** miqui has joined #openstack-trove | 01:58 | |
*** ekarlso has joined #openstack-trove | 01:58 | |
*** mariusv has joined #openstack-trove | 01:58 | |
*** mat-lowery has joined #openstack-trove | 01:58 | |
*** bhunter has joined #openstack-trove | 01:58 | |
*** mrsnivvel has joined #openstack-trove | 01:58 | |
*** openstackgerrit has joined #openstack-trove | 01:58 | |
*** isviridov has joined #openstack-trove | 01:58 | |
*** 77CAATWZF has joined #openstack-trove | 01:58 | |
*** georgelorch has joined #openstack-trove | 01:58 | |
*** haomaiw__ has joined #openstack-trove | 01:58 | |
*** juantwo has joined #openstack-trove | 01:58 | |
*** laurelm has joined #openstack-trove | 01:58 | |
*** cweid has joined #openstack-trove | 01:58 | |
*** anteaya has joined #openstack-trove | 01:58 | |
*** haomaiw__ has quit IRC | 01:58 | |
*** haomaiwa_ has joined #openstack-trove | 01:59 | |
*** ramishra has joined #openstack-trove | 02:02 | |
*** SergeyLukjanov has joined #openstack-trove | 02:04 | |
*** zigo has joined #openstack-trove | 02:04 | |
*** dmitryme has joined #openstack-trove | 02:05 | |
*** d0ugal has joined #openstack-trove | 02:05 | |
*** serverascode has joined #openstack-trove | 02:05 | |
*** jeraldv has joined #openstack-trove | 02:05 | |
*** peoplemerge has joined #openstack-trove | 02:05 | |
*** kanzaros has joined #openstack-trove | 02:05 | |
*** amrith has joined #openstack-trove | 02:05 | |
*** imsplitbit has joined #openstack-trove | 02:05 | |
*** esmute has joined #openstack-trove | 02:05 | |
*** rwsu has joined #openstack-trove | 02:08 | |
*** PeterSchwaller_ has joined #openstack-trove | 02:08 | |
*** abramley has joined #openstack-trove | 02:08 | |
*** esp has joined #openstack-trove | 02:08 | |
*** iccha has quit IRC | 02:10 | |
*** robertmyers has joined #openstack-trove | 02:11 | |
*** iccha has joined #openstack-trove | 02:14 | |
*** ChanServ has joined #openstack-trove | 02:20 | |
*** dickson.freenode.net sets mode: +o ChanServ | 02:20 | |
*** mattgriffin has joined #openstack-trove | 02:24 | |
*** achampion has joined #openstack-trove | 02:32 | |
*** michael-yu has joined #openstack-trove | 02:34 | |
*** haomaiw__ has joined #openstack-trove | 02:35 | |
*** michael-yu has quit IRC | 02:37 | |
*** haomaiwa_ has quit IRC | 02:38 | |
*** amcrn has joined #openstack-trove | 02:43 | |
openstackgerrit | Greg Lucas proposed a change to openstack/trove: Add replication slave info to instance show https://review.openstack.org/105758 | 02:44 |
*** tvoran has joined #openstack-trove | 03:31 | |
*** nosnos has quit IRC | 03:43 | |
*** haomaiw__ has quit IRC | 03:47 | |
*** haomaiwang has joined #openstack-trove | 03:47 | |
*** achampion has quit IRC | 03:47 | |
*** achampion has joined #openstack-trove | 03:48 | |
*** eghobo has joined #openstack-trove | 03:56 | |
*** ramishra has quit IRC | 04:01 | |
*** ramishra has joined #openstack-trove | 04:03 | |
*** nosnos has joined #openstack-trove | 04:09 | |
*** haomai___ has joined #openstack-trove | 04:12 | |
*** haomaiwang has quit IRC | 04:14 | |
*** ViswaV has joined #openstack-trove | 04:20 | |
*** ViswaV_ has joined #openstack-trove | 04:21 | |
*** ViswaV has quit IRC | 04:25 | |
*** tvoran has quit IRC | 04:26 | |
*** tvoran has joined #openstack-trove | 04:34 | |
*** robertmyers has quit IRC | 04:35 | |
*** eghobo has quit IRC | 04:44 | |
*** eghobo has joined #openstack-trove | 04:45 | |
*** tvoran has quit IRC | 04:52 | |
*** achampion has quit IRC | 04:55 | |
*** tvoran has joined #openstack-trove | 04:59 | |
*** tvoran has quit IRC | 05:03 | |
*** juantwo has quit IRC | 05:11 | |
*** k4n0 has joined #openstack-trove | 05:17 | |
openstackgerrit | Anna Shen proposed a change to openstack/trove: Add neutron support https://review.openstack.org/88349 | 05:20 |
*** achampion has joined #openstack-trove | 05:20 | |
*** ViswaV_ has quit IRC | 05:21 | |
*** mattgriffin has quit IRC | 05:37 | |
*** achampion has quit IRC | 05:45 | |
*** michael-yu has joined #openstack-trove | 05:45 | |
*** ramishra has quit IRC | 05:55 | |
*** ramishra has joined #openstack-trove | 06:05 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/trove: Imported Translations from Transifex https://review.openstack.org/105361 | 06:07 |
*** nosnos has quit IRC | 06:08 | |
*** coolsvap has joined #openstack-trove | 06:12 | |
*** zigo has quit IRC | 06:26 | |
*** eguz has joined #openstack-trove | 06:28 | |
*** eghobo has quit IRC | 06:32 | |
*** zigo has joined #openstack-trove | 06:34 | |
*** michael-yu has quit IRC | 06:35 | |
*** achampion has joined #openstack-trove | 06:40 | |
*** achampion has quit IRC | 06:44 | |
*** 77CAATWZF has quit IRC | 06:47 | |
*** annashen_ has joined #openstack-trove | 06:57 | |
*** Syed_ has joined #openstack-trove | 07:02 | |
Syed_ | Hi All | 07:03 |
Syed_ | I'm trying to deploy trove on my machine and having issues wth it. | 07:04 |
Syed_ | So far I've taken a trusty-cloud ubuntu image into glance | 07:04 |
Syed_ | updated datastore version for mysql for that image in trove | 07:05 |
Syed_ | and applied cloud-init script which would install basic configuraiotns(like setting proxies and DNS in resolv.conf) and install trove-guest-agent | 07:06 |
Syed_ | Issue is: trove instance boots very slowly(in 30-40 mins or so) . And by that time PollTimeOut error pops in trove-taskmanager.log | 07:07 |
Syed_ | Hence the trove instance gets stuck up in build state itself. | 07:07 |
Syed_ | Any help will be greatly appreciated. | 07:08 |
*** flaper87|afk is now known as flaper87 | 07:13 | |
*** Longgeek has joined #openstack-trove | 07:30 | |
*** eguz has quit IRC | 07:41 | |
*** openstack has joined #openstack-trove | 07:41 | |
*** annashen_ has quit IRC | 07:44 | |
*** achampion has quit IRC | 07:45 | |
*** Longgeek_ has joined #openstack-trove | 07:52 | |
*** Longgeek_ has quit IRC | 07:52 | |
*** Longgeek_ has joined #openstack-trove | 07:53 | |
*** Longgeek has quit IRC | 07:56 | |
*** Longgeek_ has quit IRC | 08:04 | |
*** ramishra has quit IRC | 08:15 | |
openstackgerrit | A change was merged to openstack/trove: Fix updated timestamp for SecurityGroup model https://review.openstack.org/97510 | 08:30 |
*** boblebauce has joined #openstack-trove | 08:32 | |
*** achampion has joined #openstack-trove | 08:41 | |
*** achampion has quit IRC | 08:46 | |
*** amcrn has quit IRC | 09:08 | |
*** ramishra has joined #openstack-trove | 09:18 | |
openstackgerrit | Sebastien Badia proposed a change to openstack/trove: guestagent/volume: Clean for rootwrap preparation https://review.openstack.org/106315 | 09:23 |
*** haomai___ has quit IRC | 09:24 | |
*** haomaiwang has joined #openstack-trove | 09:24 | |
openstackgerrit | Sebastien Badia proposed a change to openstack/trove: guestagent/mysql: Remove dead function `replace_mycnf_with_template` https://review.openstack.org/106316 | 09:26 |
*** achampion has joined #openstack-trove | 09:42 | |
*** achampion has quit IRC | 09:47 | |
openstackgerrit | Denis M. proposed a change to openstack/trove: Add datatore/version name into configurations response https://review.openstack.org/98985 | 09:55 |
*** denis_makogon has joined #openstack-trove | 09:57 | |
*** iartarisi has joined #openstack-trove | 09:58 | |
openstackgerrit | Denis M. proposed a change to openstack/trove: Add backup size validation at restoring https://review.openstack.org/86300 | 09:58 |
*** Longgeek has joined #openstack-trove | 09:59 | |
*** ramishra_ has joined #openstack-trove | 10:01 | |
*** ramishra has quit IRC | 10:03 | |
*** ramishra_ has quit IRC | 10:37 | |
*** ramishra has joined #openstack-trove | 10:38 | |
*** Longgeek has quit IRC | 10:39 | |
*** Syed_ has quit IRC | 10:40 | |
*** achampion has joined #openstack-trove | 10:43 | |
*** achampion has quit IRC | 10:47 | |
*** ramishra_ has joined #openstack-trove | 10:56 | |
*** ramishra has quit IRC | 10:56 | |
*** boblebauce has quit IRC | 11:12 | |
*** openstackgerrit has quit IRC | 11:16 | |
*** openstackgerrit has joined #openstack-trove | 11:17 | |
openstackgerrit | Sebastien Badia proposed a change to openstack/trove: guestagent/mysql: Remove dead function `replace_mycnf_with_template` https://review.openstack.org/106316 | 11:30 |
*** achampion has joined #openstack-trove | 11:43 | |
*** achampion has quit IRC | 11:48 | |
*** boblebauce has joined #openstack-trove | 11:50 | |
*** k4n0 has quit IRC | 12:00 | |
*** juantwo has joined #openstack-trove | 12:05 | |
*** achampion has joined #openstack-trove | 12:14 | |
openstackgerrit | Sebastien Badia proposed a change to openstack/trove: guestagent/volume: Clean for rootwrap preparation https://review.openstack.org/106315 | 12:18 |
*** ramishra_ has quit IRC | 12:20 | |
*** ramishra has joined #openstack-trove | 12:21 | |
*** annashen_ has joined #openstack-trove | 12:22 | |
*** pdmars has joined #openstack-trove | 12:30 | |
*** grapex has joined #openstack-trove | 12:30 | |
*** pdmars has quit IRC | 12:31 | |
*** pdmars has joined #openstack-trove | 12:32 | |
*** radez_g0n3 is now known as radez | 12:32 | |
*** juantwo has quit IRC | 12:33 | |
*** haomaiw__ has joined #openstack-trove | 12:35 | |
*** ramishra has quit IRC | 12:36 | |
*** haomaiwang has quit IRC | 12:37 | |
*** juantwo has joined #openstack-trove | 12:38 | |
*** jcru has joined #openstack-trove | 12:48 | |
*** jcru has quit IRC | 12:56 | |
*** annashen_ has quit IRC | 12:56 | |
*** tvoran has joined #openstack-trove | 12:56 | |
*** achampion has quit IRC | 12:58 | |
*** coolsvap1 has joined #openstack-trove | 13:00 | |
*** coolsvap1 has quit IRC | 13:01 | |
*** ramishra has joined #openstack-trove | 13:02 | |
openstackgerrit | Joe Cruz proposed a change to openstack/trove-integration: Add configuration test configs https://review.openstack.org/102973 | 13:09 |
*** ramishra has quit IRC | 13:10 | |
*** ramishra has joined #openstack-trove | 13:10 | |
openstackgerrit | A change was merged to openstack/trove: Imported Translations from Transifex https://review.openstack.org/105361 | 13:12 |
*** ramishra has quit IRC | 13:21 | |
*** mrsnivvel has quit IRC | 13:31 | |
*** jcru has joined #openstack-trove | 13:33 | |
*** achampion has joined #openstack-trove | 13:46 | |
jcru | anyone run into this issue running 'redstack kick-start mysql'?: https://gist.github.com/jcru/46632893273acf7c9c26 | 14:07 |
openstackgerrit | A change was merged to openstack/trove: Enable trove to specify cinder volume_type when creating a volume https://review.openstack.org/104370 | 14:10 |
openstackgerrit | Denis M. proposed a change to openstack/trove: Add backup size validation at restoring https://review.openstack.org/86300 | 14:10 |
denis_makogon | jcru, ping | 14:11 |
*** robertmyers has joined #openstack-trove | 14:11 | |
jcru | denis_makogon: yo | 14:11 |
denis_makogon | jcru, have you checked comments to Trove patch ? | 14:12 |
jcru | denis_makogon: sorry, which patch? | 14:12 |
denis_makogon | jcru, https://review.openstack.org/#/c/102972/ | 14:12 |
denis_makogon | jcru, i've suggested to have per-datastore group for tests, but seems you ignored them | 14:13 |
denis_makogon | jcru, the root key should not contain nothing common with datastore | 14:14 |
denis_makogon | jcru, it should be mysq: configurations: {...} | 14:14 |
denis_makogon | jcooley, and you have to use instance datastore type to load specific configuration parameters from conf, and do not call mysql directly | 14:15 |
denis_makogon | jcooley, sorry | 14:15 |
denis_makogon | jcru, =) | 14:15 |
jcru | denis_makogon: wait but doesn't the root key your specifiying have 'mysql: {...}'? | 14:15 |
denis_makogon | jcru, not even close =) | 14:16 |
denis_makogon | jcru, https://review.openstack.org/#/c/102972/7/trove/tests/config.py,cm | 14:16 |
denis_makogon | jcru, you need to find datastore with active version and use its name to load specific test configuration options | 14:17 |
*** jmontemayor has joined #openstack-trove | 14:18 | |
*** kevinconway has joined #openstack-trove | 14:19 | |
denis_makogon | jcru, please fix it | 14:19 |
jcru | denis_makogon: sorry i'm having to context switch a lot right now :) | 14:20 |
jcru | denis_makogon: one sec | 14:20 |
*** jmontemayor_ has joined #openstack-trove | 14:21 | |
*** ramishra has joined #openstack-trove | 14:22 | |
*** jmontemayor has quit IRC | 14:23 | |
denis_makogon | jcru, to have fully flexible configuration test options you need to load them by the datastore name, so, the root key of configuration in CONF object should be equal to datastore name, to simplify code modifications you can do all preparation inside @beforeclass method, and then only ask for certain attributes of pre-loaded configuration options | 14:24 |
*** Hao has joined #openstack-trove | 14:26 | |
*** ramishra has quit IRC | 14:26 | |
jcru | denis_makogon: k, I see what you mean now, i'll change it | 14:31 |
openstackgerrit | Denis M. proposed a change to openstack/trove: Fix Cassandra service status definition https://review.openstack.org/99424 | 14:31 |
denis_makogon | jcru, thanks =) | 14:31 |
*** mattgriffin has joined #openstack-trove | 14:32 | |
*** Hao has quit IRC | 14:42 | |
*** Barker has joined #openstack-trove | 14:48 | |
*** karimb has joined #openstack-trove | 14:50 | |
*** ramishra has joined #openstack-trove | 14:52 | |
*** thedodd has joined #openstack-trove | 14:54 | |
*** radez is now known as radez_g0n3 | 14:55 | |
openstackgerrit | Joe Cruz proposed a change to openstack/trove: Make configuration tests configurable https://review.openstack.org/102972 | 14:56 |
*** ramishra has quit IRC | 14:57 | |
openstackgerrit | Sebastien Badia proposed a change to openstack/trove: guestagent/volume: Clean for rootwrap preparation https://review.openstack.org/106315 | 15:00 |
*** pdmars_ has joined #openstack-trove | 15:02 | |
*** juantwo has quit IRC | 15:04 | |
*** juantwo has joined #openstack-trove | 15:04 | |
*** pdmars has quit IRC | 15:04 | |
*** michael-yu has joined #openstack-trove | 15:09 | |
*** bhunter is now known as Guest8489 | 15:10 | |
*** karimb has quit IRC | 15:10 | |
denis_makogon | michael-yu, ping | 15:15 |
denis_makogon | michael-yu, please fix it https://review.openstack.org/#/c/75269/31/openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_cassandra.html,cm | 15:16 |
*** Guest8489 is now known as bhunter71 | 15:18 | |
openstackgerrit | Denis M. proposed a change to openstack/trove: Fix Cassandra service status definition https://review.openstack.org/99424 | 15:19 |
*** iartarisi has quit IRC | 15:20 | |
openstackgerrit | Joe Cruz proposed a change to openstack/trove: Make configuration tests configurable https://review.openstack.org/102972 | 15:24 |
denis_makogon | jcru, ping | 15:30 |
*** ramishra has joined #openstack-trove | 15:30 | |
jcru | denis_makogon: sup | 15:30 |
denis_makogon | jcru, everything looks cool, but please do not use datastore from CONF object, query it through datastores/versions API | 15:31 |
denis_makogon | jcru, datastores/versions in CONf is a nightmare for integration tests... | 15:31 |
jcru | denis_makogon: get the datastore from instance get call? | 15:31 |
denis_makogon | jcru, at the step when you're creating configuration group you don't have any instances at all, you need to use Datastores API | 15:32 |
denis_makogon | instance_info.dbaas.datastores.list() etc | 15:32 |
*** ramishra has quit IRC | 15:34 | |
*** annashen_ has joined #openstack-trove | 15:34 | |
jcru | denis_makogon: k, changing... | 15:35 |
denis_makogon | jcru, cool | 15:36 |
*** annashen_ has quit IRC | 15:44 | |
*** pdmars_ has quit IRC | 15:49 | |
*** boblebauce has quit IRC | 15:57 | |
*** isviridov is now known as isviridov|away | 16:01 | |
*** jmontemayor_ has quit IRC | 16:04 | |
*** eghobo has joined #openstack-trove | 16:11 | |
*** ViswaV has joined #openstack-trove | 16:13 | |
*** ViswaV_ has joined #openstack-trove | 16:14 | |
*** ViswaV has quit IRC | 16:14 | |
*** eghobo has quit IRC | 16:17 | |
*** eghobo has joined #openstack-trove | 16:17 | |
*** tvoran has quit IRC | 16:22 | |
*** ramishra has joined #openstack-trove | 16:23 | |
*** ViswaV_ has quit IRC | 16:26 | |
*** pdmars has joined #openstack-trove | 16:28 | |
*** ramishra_ has joined #openstack-trove | 16:28 | |
*** ramishra has quit IRC | 16:30 | |
*** ramishra_ has quit IRC | 16:32 | |
*** michael-yu has quit IRC | 16:48 | |
*** ViswaV has joined #openstack-trove | 16:51 | |
*** tvoran has joined #openstack-trove | 16:56 | |
*** ViswaV_ has joined #openstack-trove | 17:01 | |
*** ViswaV has quit IRC | 17:03 | |
*** vgnbkr has quit IRC | 17:11 | |
*** amrith has quit IRC | 17:11 | |
*** dougshelley66 has quit IRC | 17:11 | |
*** amrith has joined #openstack-trove | 17:11 | |
*** dkehnx1 has joined #openstack-trove | 17:12 | |
*** dougshelley66 has joined #openstack-trove | 17:12 | |
*** vgnbkr has joined #openstack-trove | 17:12 | |
*** tvoran has quit IRC | 17:16 | |
*** michael-yu has joined #openstack-trove | 17:24 | |
*** annashen_ has joined #openstack-trove | 17:28 | |
openstackgerrit | Ramashri Umale proposed a change to openstack/trove: Fix backup execution workflow https://review.openstack.org/106442 | 17:30 |
*** mat-lowery_ has joined #openstack-trove | 17:36 | |
*** mariusv_ has joined #openstack-trove | 17:38 | |
*** isviridov|away has quit IRC | 17:41 | |
*** bhunter71 has quit IRC | 17:41 | |
*** mat-lowery has quit IRC | 17:41 | |
*** mariusv has quit IRC | 17:41 | |
*** ekarlso has quit IRC | 17:41 | |
*** isviridov has joined #openstack-trove | 17:41 | |
*** bhunter_ has joined #openstack-trove | 17:43 | |
*** yidclare has joined #openstack-trove | 17:44 | |
*** thedodd has quit IRC | 17:48 | |
*** ekarlso has joined #openstack-trove | 17:49 | |
michael-yu | denis_makogon - ping | 18:04 |
michael-yu | https://review.openstack.org/#/c/75269/31/openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_cassandra.html,cm | 18:05 |
michael-yu | 9042 does not work for me. I just tried it. | 18:05 |
michael-yu | all the cassandra docs i see have 9160 in their examples | 18:05 |
*** jmontemayor has joined #openstack-trove | 18:10 | |
*** yidclare has quit IRC | 18:11 | |
*** ViswaV_ has quit IRC | 18:13 | |
*** tvoran has joined #openstack-trove | 18:16 | |
*** tvoran has quit IRC | 18:21 | |
*** ViswaV has joined #openstack-trove | 18:21 | |
*** tvoran has joined #openstack-trove | 18:25 | |
*** ViswaV has quit IRC | 18:26 | |
openstackgerrit | Ramashri Umale proposed a change to openstack/trove: Fix backup execution workflow https://review.openstack.org/106442 | 18:33 |
openstackgerrit | Ramashri Umale proposed a change to openstack/trove: Adds backup/restore support for mongodb https://review.openstack.org/78339 | 18:33 |
SlickNik | denis_makogon: posted a clarification on https://review.openstack.org/#/c/75269/31/openstack_dashboard/dashboards/project/databases/templates/databases/_detail_overview_cassandra.html,cm, | 18:35 |
*** thedodd has joined #openstack-trove | 18:44 | |
*** Longgeek has joined #openstack-trove | 18:52 | |
*** yidclare has joined #openstack-trove | 18:54 | |
*** ViswaV has joined #openstack-trove | 18:59 | |
*** ViswaV_ has joined #openstack-trove | 19:00 | |
*** ViswaV has quit IRC | 19:00 | |
*** Longgeek has quit IRC | 19:06 | |
*** amcrn has joined #openstack-trove | 19:08 | |
*** yidclare has quit IRC | 19:22 | |
*** michael-yu has quit IRC | 19:28 | |
openstackgerrit | Vipul Sabhaya proposed a change to openstack/trove: Remove setuptools_git requirement https://review.openstack.org/106479 | 19:41 |
*** hub_cap has quit IRC | 19:53 | |
*** hub_cap has joined #openstack-trove | 19:54 | |
*** michael-yu has joined #openstack-trove | 20:02 | |
*** michael-yu has quit IRC | 20:05 | |
*** michael-yu has joined #openstack-trove | 20:06 | |
*** amcrn has quit IRC | 20:08 | |
*** fifieldt has quit IRC | 20:15 | |
*** grapex has quit IRC | 20:17 | |
*** amrith_ has joined #openstack-trove | 20:22 | |
*** amrith_ has quit IRC | 20:23 | |
*** miqui has quit IRC | 20:24 | |
*** amrith_ has joined #openstack-trove | 20:24 | |
*** amrith_ has left #openstack-trove | 20:25 | |
*** amrith_ has joined #openstack-trove | 20:26 | |
*** fifieldt has joined #openstack-trove | 20:28 | |
*** amrith_ has quit IRC | 20:31 | |
*** grapex has joined #openstack-trove | 20:36 | |
*** pdmars has quit IRC | 20:38 | |
*** PeterSchwaller_ has quit IRC | 20:46 | |
*** achampion has quit IRC | 20:50 | |
*** juantwo has quit IRC | 20:55 | |
*** PeterSchwaller has joined #openstack-trove | 21:01 | |
*** yidclare has joined #openstack-trove | 21:03 | |
*** bhunter_ is now known as bhunter | 21:06 | |
*** bhunter is now known as Guest33108 | 21:07 | |
*** Barker has quit IRC | 21:08 | |
*** jdandrea has joined #openstack-trove | 21:16 | |
*** yidclare has quit IRC | 21:22 | |
*** doddstack has joined #openstack-trove | 21:22 | |
*** thedodd has quit IRC | 21:24 | |
*** yidclare has joined #openstack-trove | 21:29 | |
*** jmontemayor has quit IRC | 21:29 | |
*** amcrn has joined #openstack-trove | 21:44 | |
*** juantwo has joined #openstack-trove | 21:55 | |
*** robertmyers has quit IRC | 21:56 | |
*** juantwo has quit IRC | 21:57 | |
*** juantwo has joined #openstack-trove | 21:58 | |
*** jcru has quit IRC | 22:03 | |
*** PeterSchwaller_ has joined #openstack-trove | 22:04 | |
*** PeterSchwaller has quit IRC | 22:05 | |
*** kevinconway has quit IRC | 22:08 | |
*** ViswaV_ has quit IRC | 22:12 | |
openstackgerrit | Dan Nguyen proposed a change to openstack/trove: Updates RPC API to use oslo.messaging https://review.openstack.org/94484 | 22:19 |
*** yidclare has quit IRC | 22:23 | |
*** achampion has joined #openstack-trove | 22:24 | |
openstackgerrit | Dan Nguyen proposed a change to openstack/trove: Updates RPC API to use oslo.messaging https://review.openstack.org/94484 | 22:32 |
*** tvoran has quit IRC | 22:38 | |
*** ViswaV has joined #openstack-trove | 22:52 | |
*** mattgriffin has quit IRC | 22:52 | |
*** yidclare has joined #openstack-trove | 23:01 | |
openstackgerrit | Dan Nguyen proposed a change to openstack/trove: Updates RPC API to use oslo.messaging https://review.openstack.org/94484 | 23:03 |
*** doddstack has quit IRC | 23:18 | |
*** yidclare has quit IRC | 23:20 | |
*** yidclare has joined #openstack-trove | 23:22 | |
openstackgerrit | Dan Nguyen proposed a change to openstack/trove: Updates RPC API to use oslo.messaging https://review.openstack.org/94484 | 23:28 |
*** michael-yu has quit IRC | 23:35 | |
*** michael-yu has joined #openstack-trove | 23:37 | |
*** yidclare has quit IRC | 23:37 | |
*** grapex has quit IRC | 23:41 | |
*** dkehnx1 has quit IRC | 23:53 | |
openstackgerrit | Steve Leon proposed a change to openstack/trove: Make storage strategy available for trove API and TM https://review.openstack.org/86242 | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!