Friday, 2014-02-07

*** amcrn has quit IRC00:04
*** harlowja is now known as harlowja_away00:04
*** amcrn has joined #openstack-trove00:11
openstackgerritSlickNik proposed a change to openstack/trove-integration: Clean up redstack to use SERVICE_HOST  https://review.openstack.org/7112800:14
*** harlowja_away is now known as harlowja00:15
*** freyes has joined #openstack-trove00:18
*** michael-yu has quit IRC00:19
*** matsuhashi has joined #openstack-trove00:19
esmuteHey grapex, when you have time, can you look at https://review.openstack.org/#/c/71120/? It is preventing int tests to run here in HP00:21
grapexesmute: Ok, that strikes a chord with me so I will try. I have to admit it will take me awhile to review it as the changes seem large.00:23
grapexesmute: why do " test_create_with_bad_availability_zone" and "test_create_with_bad_nics" not work in fake mode?00:24
esmutegrapex: It is deceiving. its not really that large.. I looks large because i moved the CreateInstance class down00:24
grapexok00:24
grapexSo quick note00:24
grapexwe used to always use the "enabled" argument of the test decorator and have it be driven by the test config00:25
grapexI now recommend never doing that00:25
esmuteavailability and bad nic errors are only found in the TM00:25
grapexbecause if you accdidently disable a test, you don't even see it00:25
grapexSo put the skip in the function with an if statement if you must00:25
grapexlike "if not FAKE:\n\t raise SkipTest()"00:26
esmutepeople were assuming that these tests were returning an error 400 from the api00:26
esmutewhich was not.00:26
esmutethe error was due to not having the volume param in the request00:26
grapexSo- the test should work in fake mode00:27
*** flaper87 is now known as flaper87|afk00:27
grapexI guess these features aren't faked out is why it isn't00:27
grapexok00:27
esmuteok00:27
grapexSo you mostly just added these two tests00:27
esmutewhat is the best way to simulate an error in the TM?00:27
esmutein fake mode00:27
grapexWell basically fake mode really will run the task manager00:28
grapexSo if it fails in real life, it should fail in fake mode unless the code in the test double isn't the same00:28
grapexAnd maybe its not always worth writing in fake mode support if this is something you won't run into except rarely00:28
esmuteok.. what i think what is needed is to have the TM return an error when a bad availability is passed00:29
esmuteor a bad nic00:29
grapexOk- typically the nics are passed to Nova, right?00:30
esmuteyeah00:30
grapexcheck it out00:30
grapexgo to trove/tests/fakes/nova.py00:30
esmuteas availability_zone00:30
grapexLine 26400:30
esmuteok00:30
grapex"nics" gets passed in00:30
grapexIn production, will the Nova API give you an error on create if the nic is bad?00:31
esmutecool.. Let me do that quick00:31
grapexOr does it return 200 on create, and then when you poll the Nova instance it later goes into ERROR state?00:31
esmutethe first.... it will error out in the api00:32
grapexOk00:32
esmuteit will complains about network not found or somethiing00:32
grapexSo, this may be a better case for unit tests, however I know how you can add this to fake mode very easily00:33
grapexIn that create method in the fake/nova.py file, on line 26400:33
grapexcheck the nics argument00:33
grapexif it's bad, raise the same exception Nova does00:33
grapexDitto for availability zones00:33
esmutecool.. sounds good00:34
grapexesmute: one more thing00:34
grapex"CreateInstanceFail", take it out of the normal groups00:34
grapexRight now it says "groups=[GROUP, GROUP_START, GROUP_START_SIMPLE, tests.INSTANCES],"00:35
esmutethe reason why i separated them was because the two new tests takes a while to complete00:35
grapexChange that to something else, like 'groups=["dbaas.api.failures"]'00:35
grapexYes, that's good00:35
esmuteok00:35
grapexif you add it to a different group, then everyone won't have to always run it. We're running blackbox at rackspace and I don't know if these tests will work for us.00:36
grapexSo, those are my two pull request comments I guess, put it in a different group and make it work in fake mode00:36
grapexesmute: Let me know if you have questions00:36
esmuteawesome00:36
esmutethanks grapex.. Let me get on it now00:36
grapexcool00:37
grapexbrb00:37
grapexesmute: back00:42
esmutehello grapex00:42
grapexhello00:43
grapexjust wanted to say back so it wouldn't seem like I'd left forever00:43
grapexthough dinner is nearly ready, so I will need to leave in a bit00:44
*** ViswaV has quit IRC00:50
*** amrith has joined #openstack-trove00:51
grapexesmute: Ok, got to eat. I'll be checking the pull request later tonight though00:58
grapexttyl00:58
esmuteok00:58
esmutebon appetite grapex00:58
*** freyes has quit IRC01:00
grapexCiao01:02
*** yidclare has quit IRC01:16
*** nosnos has joined #openstack-trove01:28
openstackgerritSushil Kumar proposed a change to openstack/trove: Removes is_root_enabled from guest agent  https://review.openstack.org/7170501:33
*** robertmyers has joined #openstack-trove01:33
*** Ranjitha has quit IRC01:36
*** igor__ has joined #openstack-trove01:42
*** igor has quit IRC01:42
openstackgerritSushil Kumar proposed a change to openstack/python-troveclient: Updates root-show help message  https://review.openstack.org/7171101:54
*** michael-yu has joined #openstack-trove01:57
*** erkules_ has joined #openstack-trove02:31
*** erkules has quit IRC02:33
*** amrith has quit IRC02:33
*** amcrn has quit IRC02:39
openstackgerritSlickNik proposed a change to openstack/trove-integration: Clean up redstack to use SERVICE_HOST  https://review.openstack.org/7112802:55
*** SushilKM has quit IRC02:57
*** doug_shelley66 has quit IRC03:38
*** harlowja is now known as harlowja_away03:53
*** edmund has quit IRC04:00
*** grapex has quit IRC04:04
*** grapex has joined #openstack-trove04:04
*** grapex has quit IRC04:09
*** jasonb365 has joined #openstack-trove04:17
*** grapex has joined #openstack-trove04:35
*** SushilKM has joined #openstack-trove04:38
*** grapex has quit IRC04:44
*** krow1 has quit IRC04:50
openstackgerritKhyati Sheth proposed a change to openstack/trove: Initial support for single instance Couchbase  https://review.openstack.org/7140704:52
openstackgerritKhyati Sheth proposed a change to openstack/trove: Initial support for single instance Couchbase  https://review.openstack.org/7140704:58
openstackgerritRobert Myers proposed a change to openstack/trove: Adding Incremental Backups  https://review.openstack.org/5956805:00
*** amcrn has joined #openstack-trove05:04
*** jasonb365 has quit IRC05:05
*** saju_m has joined #openstack-trove05:08
*** amcrn_ has joined #openstack-trove05:08
*** amcrn has quit IRC05:11
*** krow has joined #openstack-trove05:11
*** jcooley_ has quit IRC05:14
*** jcooley_ has joined #openstack-trove05:15
*** robertmyers has quit IRC05:16
*** grapex has joined #openstack-trove05:36
openstackgerritSteve Leon proposed a change to openstack/trove: Modifying tests to run with different configurations  https://review.openstack.org/7112005:36
*** SushilKM has quit IRC05:37
*** grapex has quit IRC05:40
openstackgerritSteve Leon proposed a change to openstack/trove: Modifying tests to run with different configurations  https://review.openstack.org/7112005:59
*** krow has quit IRC05:59
*** krow has joined #openstack-trove06:01
*** doug_shelley66 has joined #openstack-trove06:02
*** jaishanker has joined #openstack-trove06:15
*** saju_m has quit IRC06:18
*** denis_makogon has joined #openstack-trove06:25
*** SnowDust has joined #openstack-trove06:25
*** grapex has joined #openstack-trove06:36
openstackgerritShane Wang proposed a change to openstack/database-api: Fix misspellings in database-api  https://review.openstack.org/7176606:36
*** krow has quit IRC06:37
*** grapex has quit IRC06:41
*** krow has joined #openstack-trove06:48
*** erkules_ is now known as erkules06:53
*** SushilKM has joined #openstack-trove06:59
*** jcooley_ has quit IRC07:05
*** matsuhashi has quit IRC07:05
*** jcooley_ has joined #openstack-trove07:06
*** yogesh has joined #openstack-trove07:07
*** jcooley_ has quit IRC07:08
*** SushilKM has quit IRC07:16
*** matsuhashi has joined #openstack-trove07:21
*** yogesh has quit IRC07:21
*** PradeepChandani has joined #openstack-trove07:21
*** yogesh has joined #openstack-trove07:23
*** amcrn_ is now known as amcrn07:30
*** SushilKM has joined #openstack-trove07:32
*** saju_m has joined #openstack-trove07:32
*** jcooley_ has joined #openstack-trove07:34
*** grapex has joined #openstack-trove07:37
*** grapex has quit IRC07:41
openstackgerritSteve Leon proposed a change to openstack/trove: Adding override.config.template for percona  https://review.openstack.org/7178807:43
*** nosnos_ has joined #openstack-trove07:51
*** nosnos has quit IRC07:54
*** michael-yu has quit IRC07:55
*** yogesh has quit IRC07:58
openstackgerritAlex Holden proposed a change to openstack/trove: Fix Spelling Errors in Trove  https://review.openstack.org/7179808:00
openstackgerritAiling Zhang proposed a change to openstack/database-api: Fixing misspellings in database-api  https://review.openstack.org/7179908:00
openstackgerritSteve Leon proposed a change to openstack/trove: Modifying tests to run with different configurations  https://review.openstack.org/7112008:01
*** denis_makogon has quit IRC08:04
openstackgerritSushil Kumar proposed a change to openstack/trove: Corrects spelling typos  https://review.openstack.org/6938308:08
*** matsuhashi has quit IRC08:10
openstackgerritShane Wang proposed a change to openstack/trove: Fix misspellings in trove  https://review.openstack.org/7180708:11
openstackgerritAlex Holden proposed a change to openstack/trove: Fix Spelling errors in Trove  https://review.openstack.org/7180808:12
openstackgerritAlex Holden proposed a change to openstack/trove: Fix spelling errors in Trove  https://review.openstack.org/7180908:12
openstackgerritAlex Holden proposed a change to openstack/trove: Fix Spelling errors and add .DSStore Mac Metadata files to gitignore file.  https://review.openstack.org/7181008:12
openstackgerritAlex Holden proposed a change to openstack/trove: Fixed Spelling errors and added Mac Metadata files (DSSTORE) to gitignore  https://review.openstack.org/7181208:15
openstackgerritPengfei Zhang proposed a change to openstack/trove: Fixing misspelling in Trove  https://review.openstack.org/7181408:26
*** krow has quit IRC08:27
openstackgerritPengfei Zhang proposed a change to openstack/trove: Fixing misspelling in Trove  https://review.openstack.org/7181608:28
*** flaper87|afk is now known as flaper8708:29
*** krow has joined #openstack-trove08:30
*** krow has quit IRC08:35
*** grapex has joined #openstack-trove08:37
*** SnowDust has quit IRC08:39
openstackgerritAuston McReynolds proposed a change to openstack/trove: Fix Redis After Configuration Group Merge  https://review.openstack.org/7182208:40
openstackgerritSushil Kumar proposed a change to openstack/python-troveclient: Enabled F821, H306, H402, and H404 flake8 rule  https://review.openstack.org/6636908:41
*** grapex has quit IRC08:42
*** SushilKM has quit IRC08:47
*** haomai___ has quit IRC08:49
*** haomaiwang has joined #openstack-trove08:50
openstackgerritAuston McReynolds proposed a change to openstack/trove: Changes Volume Prefix From mysql To datastore  https://review.openstack.org/7182909:02
*** michael-yu has joined #openstack-trove09:04
*** SnowDust has joined #openstack-trove09:04
*** yogesh has joined #openstack-trove09:08
*** yogesh has quit IRC09:13
*** grapex has joined #openstack-trove09:38
*** michael-yu has quit IRC09:39
*** grapex has quit IRC09:42
*** nosnos_ has quit IRC09:43
*** SnowDust has quit IRC09:56
*** saju_m has quit IRC09:58
openstackgerritAuston McReynolds proposed a change to openstack/trove: Changes Volume Prefix From mysql To datastore  https://review.openstack.org/7182910:14
*** jaishanker has quit IRC10:17
*** amcrn has quit IRC10:29
*** grapex has joined #openstack-trove10:38
openstackgerritA change was merged to openstack/python-troveclient: Remove copyright from empty files  https://review.openstack.org/6776010:42
*** grapex has quit IRC10:43
*** jcooley_ has quit IRC10:52
*** jcooley_ has joined #openstack-trove10:52
*** jcooley_ has quit IRC10:57
openstackgerritDenis M. proposed a change to openstack/trove: Security groups workflow update  https://review.openstack.org/5094410:58
openstackgerritSascha Peilicke proposed a change to openstack/trove: Support building wheels (PEP-427)  https://review.openstack.org/5713511:05
dmakogon_Gate is broken again11:13
*** dmakogon_ is now known as denis_makogon11:13
openstackgerritSascha Peilicke proposed a change to openstack/python-troveclient: Support building wheels (PEP-427)  https://review.openstack.org/5713311:19
*** grapex has joined #openstack-trove11:39
*** grapex has quit IRC11:43
openstackgerritDenis M. proposed a change to openstack/trove: Initial support for single instance Cassandra Database  https://review.openstack.org/5188411:44
*** PradeepChandani has quit IRC11:59
openstackgerritDenis M. proposed a change to openstack/python-troveclient: Allow log files audit  https://review.openstack.org/6430312:04
*** jcooley_ has joined #openstack-trove12:24
*** jcooley_ has quit IRC12:30
*** grapex has joined #openstack-trove12:39
*** grapex has quit IRC12:43
*** pdmars has joined #openstack-trove13:11
*** jcooley_ has joined #openstack-trove13:19
*** jimbobhickville has joined #openstack-trove13:20
openstackgerritSascha Peilicke proposed a change to openstack/python-troveclient: Add py33 trove classifier  https://review.openstack.org/7189513:25
*** jcooley_ has quit IRC13:26
*** russellb is now known as rustlebee13:30
*** haomaiwang has quit IRC13:32
*** haomaiwang has joined #openstack-trove13:33
*** doug_shelley66 has quit IRC13:34
*** grapex has joined #openstack-trove13:40
*** grapex has quit IRC13:44
*** amytron has joined #openstack-trove13:45
*** vgnbkr_ has joined #openstack-trove13:49
*** doug_shelley66 has joined #openstack-trove14:09
openstackgerritDenis M. proposed a change to openstack/trove-integration: Initial support for single instance Cassandra Database  https://review.openstack.org/5266614:10
*** jcooley_ has joined #openstack-trove14:14
*** igor_ has joined #openstack-trove14:15
*** igor__ has quit IRC14:15
*** jcooley_ has quit IRC14:19
*** Barker has joined #openstack-trove14:30
*** edmund has joined #openstack-trove14:36
*** doug_shelley66 has quit IRC14:39
*** grapex has joined #openstack-trove14:40
*** grapex_ has joined #openstack-trove14:42
*** grapex has quit IRC14:42
*** michael-yu has joined #openstack-trove14:42
*** haomaiwang has quit IRC14:43
*** haomaiwang has joined #openstack-trove14:43
openstackgerritDenis M. proposed a change to openstack/trove: Allow db instance conditional logging  https://review.openstack.org/6378914:58
openstackgerritDenis M. proposed a change to openstack/trove: Allow log files audit  https://review.openstack.org/6430214:58
*** kevinconway has joined #openstack-trove15:00
*** doug_shelley66 has joined #openstack-trove15:06
openstackgerritDenis M. proposed a change to openstack/trove-integration: Addind dblog tests  https://review.openstack.org/7192015:08
*** jcooley_ has joined #openstack-trove15:08
*** michael-yu has quit IRC15:11
*** jcooley_ has quit IRC15:14
*** robertmyers has joined #openstack-trove15:30
*** timfreund has quit IRC15:40
*** datsun180b has joined #openstack-trove15:43
*** ViswaV has joined #openstack-trove15:47
*** ViswaV_ has joined #openstack-trove15:49
openstackgerritEd Cranford proposed a change to openstack/trove: Ignore outdated messages sent to conductor  https://review.openstack.org/6761115:49
datsun180b^^ had to move my migrate to 02115:50
datsun180bnbd15:50
robertmyersvipul: SlickNik: I have added integration tests to https://review.openstack.org/59568 please have another look15:53
*** ViswaV has quit IRC15:53
datsun180boh good patch 11 already failed15:56
* datsun180b (╯°□°)╯︵ ┻━┻15:56
*** jmontemayor has joined #openstack-trove15:58
imsplitbitwhoa15:59
imsplitbitwha?15:59
denis_makogongate broken16:00
denis_makogonalmost all day16:00
*** jcooley_ has joined #openstack-trove16:01
datsun180byeah that16:03
* datsun180b (ノಥ益ಥ)ノ ┻━┻16:03
datsun180boh that one's even better16:03
denis_makogondatsun180b, lol, where do you search for those ?16:04
datsun180bjust searched for "table flip emoji"16:06
*** jcooley_ has quit IRC16:08
denis_makogonʕノ•ᴥ•ʔノ ︵ ┻━┻16:08
denis_makogonlol16:08
*** timfreund has joined #openstack-trove16:10
openstackgerritDenis M. proposed a change to openstack/trove: Allow log files audit  https://review.openstack.org/6430216:11
grapex_datsun180b: I wonder if that ever gets put in Japanese logging messages.16:13
*** amytron has quit IRC16:13
denis_makogonhey, guys, what do you think about adding to DatastoreVersion view attribute that defines if version is active or not16:14
grapex_denis_makogon: That would work well for a MGTM api16:15
denis_makogongrapex_, i see the problem when user could list all datastore version but cannot know if it's active or not16:16
grapex_denis_makogon: Me too- if we're listing non active datastores we need to change that.16:17
denis_makogongrapex_, so, i think this should be available for simple user16:17
grapex_denis_makogon: I don't know. Why would a user who can't change what datastores are available want to see ones they can't use?16:18
denis_makogonexception will be raised on create call, this is correct but would be better to avoid "the game of russian roulette"16:19
jimbobhickvilleI think grapex is saying that the datastore list methods should only return active ones to non-admin users16:20
grapex_denis_makogon: Wouldn't not showing unavailable datastores also fix this?16:20
denis_makogongrapex_, lets think about capabilities, suppose this tenant could use only mysql, and no sql16:22
denis_makogonsome sort of16:22
jimbobhickvilleI thought capabilities was for the datastore, not per-tenant permissions16:22
denis_makogonjimbobhickville, only example16:23
denis_makogonlets be focused on topic16:23
jimbobhickvillean example should be a real case or it's not useful as an example16:23
denis_makogonso, would it be better to list only active or list all with filter active=True ?16:24
grapex_I think listing only active datastores make sense16:24
grapex_*makes sense16:24
denis_makogonok16:24
denis_makogonabout capabilities, first usecase - capabilities pinned to datastore, second usecase - capabilities based on tenant16:27
denis_makogonit's like Amazon accounts16:27
denis_makogonone is cheaper, other costs alot16:28
openstackgerritDenis M. proposed a change to openstack/trove: Initial support for single instance MongoDB support  https://review.openstack.org/5059716:30
openstackgerritDenis M. proposed a change to openstack/trove: Add stack_id for future usage  https://review.openstack.org/6787316:31
denis_makogonvipul, SlickNik , grapex_, https://review.openstack.org/#/c/71870/ |||| https://review.openstack.org/#/c/71905/ - could you please review this patches16:32
datsun180b"future usage"? IN THE YEAR TWO THOUUUUUUSAND!16:32
*** vgnbkr_ has left #openstack-trove16:33
denis_makogondatsun180b, yup =)16:33
*** vgnbkr_ has joined #openstack-trove16:34
*** sballe has joined #openstack-trove16:41
cp16nethrm gate is not happy with trove.test.config16:45
datsun180bor with ssh in general16:46
grapex_I've got to head out for a few hours, I'll be back soon16:52
*** grapex_ has quit IRC16:52
hub_capso i agree. we should only show active instances16:56
hub_caperr datastore versions16:56
hub_capand only way to see non active is w/ a admin acct16:57
hub_capanythign else is silly since the customer has no need for inactive datastores16:57
*** plodronio has joined #openstack-trove16:58
*** jcooley_ has joined #openstack-trove16:59
*** ViswaV_ has quit IRC17:01
*** ViswaV has joined #openstack-trove17:01
*** jcooley_ has quit IRC17:03
*** michael-yu has joined #openstack-trove17:10
denis_makogonhub_cap, i rebased cassandra and mongo,17:11
denis_makogonhub_cap, also, db_log is ready17:11
*** michael-yu has quit IRC17:11
denis_makogonabout datastores/versions - https://github.com/openstack/trove/blob/master/trove/datastore/service.py17:11
cp16netyeah hub_cap i agree wrt datastore versions17:11
denis_makogonit seems that we already doing it17:12
cp16nethub_cap: wrt https://blueprints.launchpad.net/trove/+spec/configuration-parameters-in-db17:13
*** tanisdl has joined #openstack-trove17:13
cp16nethub_cap: last night i was thinking this should really be a mgmt api CRUD for the parameters17:13
cp16netand the user should just be able to Read them17:14
cp16netif i added it to the trove-manage cmd it seems like it would be overkill to add CRUD of the parameters there17:14
cp16netdontcha agree?17:15
hub_capcp16net: yes there should be mgmt api17:22
hub_caplook @ what andrey did for datastores in the client/api17:22
hub_caphe just made a few mgmt calls (and took them _out_ of trove-manage ;))17:22
*** mattgriffin has quit IRC17:28
*** mattgriffin has joined #openstack-trove17:28
*** datsun180b has quit IRC17:31
*** datsun180b_ has joined #openstack-trove17:32
*** datsun180b_ is now known as datsun180b17:32
cp16netyeah i think that would be much betta17:36
*** michael-yu has joined #openstack-trove17:39
*** tanisdl has quit IRC17:41
esmuteHi cp16net17:41
*** tanisdl has joined #openstack-trove17:42
*** ashestakov has joined #openstack-trove17:44
*** datsun180b has quit IRC17:44
*** datsun180b has joined #openstack-trove17:44
*** datsun180b has quit IRC17:48
cp16netesmute: whats up17:50
cp16nethow was the parade?17:50
esmuteHi17:50
esmutechaotic... madness17:50
cp16netnice17:50
esmute800k people was crammbed along 4th ave17:50
*** jcooley_ has joined #openstack-trove17:50
cp16netis your office near there?17:51
esmuteyup... 3 blocks up17:51
cp16netnice17:51
esmutewe couldnt even get to 4th..17:51
esmutei think we are repeating next year.. our team is young, talented and had great leadership :-)17:52
esmuteAnyawys cp16net, i want to ask you to review a quick fix (hopefully)17:52
esmutethe merge of patch 'adding configuration group support' may have broken percona..17:52
esmutethis seemed to have fixed it https://review.openstack.org/#/c/71788/17:52
esmutecan you verify?17:53
esmutei just copied the mysql templace and place it in percona17:53
*** jcooley_ has quit IRC17:56
denis_makogonesmute, 'sup17:59
denis_makogoncp16net, congrats., your code landed)))17:59
cp16netw00t17:59
denis_makogonbig feature17:59
denis_makogonnice17:59
cp16netyeah it is18:00
*** michael-yu has quit IRC18:00
denis_makogoncp16net, you are, some times gate fixing master, take a look at it, if you have time18:00
cp16netesmute: yeah that should be fine18:00
cp16netdenis_makogon: looks like its devstack18:01
cp16netdenis_makogon: pdmars saw that it has to do with the ipaddr install thats located on google drive and its been hit too much apparently18:01
hub_capheh18:02
*** krow has joined #openstack-trove18:04
*** michael-yu has joined #openstack-trove18:08
denis_makogonhehe18:09
denis_makogonhub_cap, saw you approved https://review.openstack.org/#/c/71788/18:10
denis_makogonhub_cap, what about heat.template ?18:10
*** yogesh has joined #openstack-trove18:10
hub_capseparate issue18:10
hub_capu cant expect them to start testing heat out of nowhere18:11
hub_capand provide a template18:11
hub_capif they dont use it18:11
hub_capif u want to use it, add it18:11
hub_capthey will add it once they start using it18:11
hub_capfeel free to watch the bug thats created for it18:12
*** Ranjitha has joined #openstack-trove18:13
openstackgerritDenis M. proposed a change to openstack/trove: Allow log files audit  https://review.openstack.org/6430218:14
denis_makogon@all, feel free to review18:16
denis_makogonit hangs too long18:16
*** jcooley_ has joined #openstack-trove18:16
*** igor_ has quit IRC18:17
*** igor_ has joined #openstack-trove18:18
*** harlowja_away is now known as harlowja18:18
denis_makogonguys, please take a look at https://review.openstack.org/#/c/71870/18:20
*** jcooley_ has quit IRC18:20
ashestakovhub_cap: will ceilometer-integration in i3?18:21
*** krow has quit IRC18:23
hub_capashestakov: is the bp in i3?18:23
hub_capweve discussed this, i thought we put it in i318:24
*** igor_ has quit IRC18:24
*** krow has joined #openstack-trove18:24
ashestakovbp in 'next'18:24
hub_caplink plz18:24
ashestakovhttps://blueprints.launchpad.net/trove/+spec/ceilometer-integration18:24
hub_capashestakov: https://review.openstack.org/#/c/70369/ build is broken18:27
hub_capare u finished w/ it?18:27
hub_capis the client piece required to make the test work?18:27
ashestakovhub_cap: it depends on troveclient changes18:28
ashestakovhttps://review.openstack.org/#/c/70780/18:28
hub_capand i assume u need it integrated before u can do the plugin work w/ cielo?18:28
hub_caps/integrated/merged18:29
ashestakovyes, bu i started with ceilo plugin18:30
*** michael-yu has quit IRC18:30
*** Ranjitha has quit IRC18:31
hub_capok cool18:34
hub_capill make sure this gets in front of cores soon18:34
hub_capso u can get your ceilo stuff merged18:34
*** jcooley_ has joined #openstack-trove18:40
*** plodronio has quit IRC18:46
*** jcooley_ has quit IRC18:47
*** jcooley_ has joined #openstack-trove18:48
*** michael-yu has joined #openstack-trove18:48
*** grapex has joined #openstack-trove18:48
*** datsun180b has joined #openstack-trove18:49
*** yidclare has joined #openstack-trove18:49
*** igor_ has joined #openstack-trove18:50
*** Ranjitha has joined #openstack-trove18:51
*** grapex has quit IRC18:51
*** grapex has joined #openstack-trove18:52
*** jcooley_ has quit IRC18:52
*** jcooley_ has joined #openstack-trove18:53
*** plodronio has joined #openstack-trove18:53
*** igor_ has quit IRC18:55
openstackgerritA change was merged to openstack/trove: Adding override.config.template for percona  https://review.openstack.org/7178819:01
*** shakayumi has joined #openstack-trove19:02
cp16netesmute: its merged :)19:03
esmutecp16net: woo! thansk19:04
esmute:-)19:04
SlickNikesmute: good work on that.19:04
*** datsun180b has quit IRC19:06
esmuteSlickNik: Thanks19:06
*** jcooley_ has quit IRC19:06
*** krow has quit IRC19:12
*** jcooley_ has joined #openstack-trove19:13
*** datsun180b has joined #openstack-trove19:16
*** annashen has left #openstack-trove19:16
*** krow has joined #openstack-trove19:18
*** michael-yu has quit IRC19:18
*** amcrn has joined #openstack-trove19:18
*** michael-yu has joined #openstack-trove19:19
openstackgerritAuston McReynolds proposed a change to openstack/trove: Fix Redis After Configuration Group Merge  https://review.openstack.org/7182219:20
*** datsun180b has quit IRC19:21
*** datsun180b has joined #openstack-trove19:21
*** michael-yu has quit IRC19:23
*** michael-yu has joined #openstack-trove19:26
*** datsun180b has quit IRC19:28
denis_makogonamcrn, ping19:30
denis_makogonamcrn, about "sudo killall java 2> /dev/null", Prof: http://www.ex.ua/863016447007 (there are to screenshots which proves my words)19:32
*** datsun180b has joined #openstack-trove19:32
denis_makogonamcrn, check your env, i don't see any issues on any ubuntu-base env19:34
denis_makogonamcrn, i cannot image when this command could fail (sudo killall java 2> /dev/null), it would not fail if there are no java processes19:34
*** datsun180b has quit IRC19:35
*** datsun180b has joined #openstack-trove19:36
denis_makogonamcrn, i hope, those screenshots are fully proves my words19:36
*** demorris has joined #openstack-trove19:37
*** datsun180b has quit IRC19:39
*** datsun180b has joined #openstack-trove19:39
denis_makogonvipul, SlickNik grapex hub_cap: i need your thoughts about this situation19:40
datsun180bonly had to restart colloquy three times!19:40
hub_capdenis_makogon:  i dnot know the situation, because youve just responded to something amcrn said to u19:41
hub_capso i dont know anything before u said about "sudo killall..."19:41
kevinconwaydenis_makogon: you can add "|| true" for force it to pass even if it fails19:42
amcrndenis_makogon: see my latest reply, that command works in general, yes, but it is not working in the "trove restart" flow; the instance remains in REBOOT (or was it SHUTDOWN, don't remember)19:44
denis_makogonamcrn, please share guest logs with all of us19:46
*** igor_ has joined #openstack-trove19:49
*** datsun180b has quit IRC19:51
kevinconwaygrapex: https://github.rackspace.com/gist/kevi6450/5299427c7c6c2844d24019:52
kevinconwaynot sure what to make of it19:52
*** datsun180b has joined #openstack-trove19:52
grapexkevinconway: It's probably due to OS differences19:57
grapexlet's talk about it on the rax channel though :p19:58
hub_caplulz19:58
grapexSorry guys we're discussing our secret Windows port of Trove19:58
hub_capGlad u didnt expose TroveOS19:58
amcrnlol19:58
grapexTropinStack19:59
hub_capLOL19:59
*** amytron has joined #openstack-trove20:01
cp16nethaha20:01
*** datsun180b has quit IRC20:01
*** datsun180b has joined #openstack-trove20:02
*** datsun180b has quit IRC20:05
*** datsun180b has joined #openstack-trove20:05
*** yogesh has quit IRC20:07
*** yogesh has joined #openstack-trove20:10
*** demorris has quit IRC20:13
*** edmund has quit IRC20:17
*** demorris has joined #openstack-trove20:17
*** demorris has quit IRC20:26
*** edmund has joined #openstack-trove20:27
*** SushilKM has joined #openstack-trove20:33
openstackgerritRobert Myers proposed a change to openstack/trove: Adding Incremental Backups  https://review.openstack.org/5956820:33
*** openstackgerrit has quit IRC20:34
*** openstackgerrit has joined #openstack-trove20:34
*** igor___ has joined #openstack-trove20:34
*** igor_ has quit IRC20:36
*** ashestakov has quit IRC20:39
SushilKMHello @amcrn20:39
*** Barker has quit IRC20:39
*** Barker has joined #openstack-trove20:40
openstackgerritSushil Kumar proposed a change to openstack/trove: Removes is_root_enabled from guest agent  https://review.openstack.org/7170520:42
*** datsun180b has quit IRC20:49
*** denis_makogon_ has joined #openstack-trove20:51
esmuteHey grapex, when you have time, can you review https://review.openstack.org/#/c/71120/? We just want to get our tests working for the weekend :-)20:54
*** amytron has quit IRC20:58
grapexesmute: Done! +2'd20:58
grapexthanks20:58
openstackgerritA change was merged to openstack/database-api: Fix misspellings in database-api  https://review.openstack.org/7176621:00
*** jimbobhickville has quit IRC21:00
*** datsun180b has joined #openstack-trove21:01
denis_makogon_http://russellbryant.net/openstack-stats/trove-openreviews.txt21:01
esmutegrapex: Thank you !21:01
denis_makogon_maybe its time to review21:01
*** Ranjitha has quit IRC21:02
cp16netconfigs is finally off that list of the longest review ever21:05
*** amytron has joined #openstack-trove21:05
denis_makogon_cp16net, yeah, but there tons of patchsets that "stucked" without being reviewed for cores and cotributors21:07
denis_makogon_http://stackalytics.com/report/reviews/trove/open21:08
hub_capdenis_makogon: we are aware21:09
hub_capwe discuss it daily21:09
hub_capive said it once21:09
hub_capill say it again21:09
hub_capif your code is in i3, it will be merged21:09
*** michael-yu has quit IRC21:09
hub_capok /me goes to sf21:10
hub_capsee yall this evening21:10
juicei'm going to sf too?21:10
juicethis is great!21:10
*** krow has quit IRC21:12
denis_makogon_the problem is not in merging, its it reviewing in general =(21:13
*** doug_shelley66 has quit IRC21:13
cp16nethub_cap: say what again?21:14
cp16net:-P21:14
*** doug_shelley66 has joined #openstack-trove21:14
hub_caphahah21:14
hub_capvirtually21:14
hub_capaka ill be online in a few hrs21:14
hub_capDORKS21:14
hub_capnow go to your freezing homes :)21:14
hub_capand ill go to my rainy one21:14
hub_cappeace out21:14
SlickNiklater dude21:15
cp16netpeace21:17
espI wish I was going to sf21:22
datsun180bi don't21:23
datsun180bi might run into hub_cap21:23
datsun180b>:321:23
esplol21:27
espdatsun180b: it's a big city21:27
*** ViswaV has quit IRC21:36
*** krow has joined #openstack-trove21:38
*** ViswaV has joined #openstack-trove21:38
*** ramashri has joined #openstack-trove21:45
openstackgerritA change was merged to openstack/trove: Make test mysql connection code less confusing  https://review.openstack.org/7108821:47
*** jcooley_ has quit IRC21:48
*** jcooley_ has joined #openstack-trove21:49
openstackgerritPaul Lodronio proposed a change to openstack/trove: Adding additional datastore tests  https://review.openstack.org/7029621:52
*** datsun180b has quit IRC21:54
*** datsun180b has joined #openstack-trove21:55
datsun180bdid i read that right, something was merged to trove?21:56
datsun180bso what tree do i shake to get my conductor changes in?21:57
esphmm21:57
vipuldatsun180b: I think you're patch is a victim of unfortunate gate slowness21:58
vipulhttps://review.openstack.org/#/c/67611/21:58
datsun180bonly so much we can do, but i thought i'd check21:58
openstackgerritSteve Leon proposed a change to openstack/trove: Modifying tests to run with different configurations  https://review.openstack.org/7112021:59
datsun180byeah looked like you guys gave it enough +2s and approves, thanks for that by the way21:59
cp16netyeah that sucks22:01
cp16netbut if you turn in 5 circles and tap your heals maybe it will be done.22:02
SlickNikSomething is rotten in the state of zuul.22:02
SlickNikI don't see datsun180b's change in the gate.22:02
cp16netmaybe it hasnt picked it up yet22:02
datsun180bit'll get there, i'm not worried22:02
* amcrn lights some candles and speaks in tongues to woo the gate22:03
SlickNikOkay that's better.22:03
amcrnah, there it goes22:04
cp16netamcrn: did it! :-P22:04
amcrn+1 Slytherins22:04
SlickNiklol22:04
datsun180bnice, thanks22:04
datsun180bnow let's see if it can get through the gate without the sphinxes on either side lasering it to death22:05
SlickNikdatsun180b: Hope you answered their riddles correctly...22:05
*** vgnbkr_ has quit IRC22:09
*** pdmars has quit IRC22:10
kevinconwaynah, he just needs to be true of heart22:14
kevinconwayand have no fear22:14
kevinconwaydatsun180b: doesn't he get shot at, but just dodges the lazers?22:15
datsun180bkevinconway: that will suffice22:16
*** yidclare has quit IRC22:16
*** sballe has quit IRC22:18
*** Ranjitha has joined #openstack-trove22:18
*** michael-yu has joined #openstack-trove22:18
*** ashestakov has joined #openstack-trove22:21
*** ashestakov has quit IRC22:23
*** datsun180b has quit IRC22:24
*** ashestakov has joined #openstack-trove22:28
denis_makogon_ViswaV, ping22:30
*** jcooley_ has quit IRC22:31
openstackgerritSushil Kumar proposed a change to openstack/python-troveclient: Enabled F821, H306, H402, and H404 flake8 rule  https://review.openstack.org/6636922:33
denis_makogon_https://rdjenkins.dyndns.org/job/Trove-Gate/2449/consoleFull - well, someone sees such problem ?22:33
*** amytron has quit IRC22:37
*** datsun180b has joined #openstack-trove22:38
*** ashestakov has quit IRC22:38
*** Barker has quit IRC22:40
*** michael-yu has quit IRC22:41
*** yidclare has joined #openstack-trove22:43
*** michael-yu has joined #openstack-trove22:45
*** annashen_ has joined #openstack-trove22:48
openstackgerritA change was merged to openstack/trove: Ignore outdated messages sent to conductor  https://review.openstack.org/6761122:53
*** kevinconway has quit IRC22:55
SlickNik^^ datsun180b :)22:55
*** michael-yu has quit IRC22:56
amcrnwoo hoo22:57
*** edmund has quit IRC22:59
datsun180boh yes22:59
datsun180bthank you very much!22:59
*** rwsu has quit IRC23:01
*** jcooley_ has joined #openstack-trove23:01
*** rwsu has joined #openstack-trove23:02
*** rwsu has quit IRC23:06
*** jcooley_ has quit IRC23:06
*** robertmyers has quit IRC23:09
*** michael-yu has joined #openstack-trove23:09
*** datsun180b has quit IRC23:09
*** jmontemayor has quit IRC23:10
*** rwsu has joined #openstack-trove23:19
*** doug_shelley66 has quit IRC23:24
*** doug_shelley66 has joined #openstack-trove23:25
openstackgerritJenkins proposed a change to openstack/database-api: Updated from global requirements  https://review.openstack.org/7202223:25
*** datsun180b has joined #openstack-trove23:29
*** datsun180b has quit IRC23:32
*** ViswaV has quit IRC23:33
*** yogesh has quit IRC23:42
openstackgerritSushil Kumar proposed a change to openstack/trove: Reports enabled-root for restored instance  https://review.openstack.org/7202523:42
*** yogesh has joined #openstack-trove23:43
*** denis_makogon_ has quit IRC23:45
plodronioamcrn , SlickNik , vipul : would appreciate a code-review for https://review.openstack.org/#/c/70296/ - thanks in advance23:46
*** yogesh has quit IRC23:47

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