*** fnaval has quit IRC | 00:20 | |
*** sbfox has quit IRC | 00:52 | |
*** ptoohill_ has quit IRC | 01:00 | |
*** xgerman has quit IRC | 01:01 | |
*** xgerman has joined #openstack-lbaas | 01:18 | |
*** vjay7 has joined #openstack-lbaas | 01:20 | |
*** barclaac|2 has quit IRC | 01:40 | |
*** vjay7 has quit IRC | 01:40 | |
*** orion_ has joined #openstack-lbaas | 02:04 | |
*** orion_ has quit IRC | 02:09 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron-lbaas: Merge feature/lbaasv2 https://review.openstack.org/141247 | 02:17 |
---|---|---|
dougwig | blogan: ^^^ | 02:17 |
dougwig | had to squash it, due to the directory rename | 02:17 |
openstackgerrit | Brandon Logan proposed stackforge/octavia: Implementing simple operator API https://review.openstack.org/121233 | 02:22 |
xgerman | blogan you got the +2 I pledged - be jenkins kind to you | 02:23 |
openstackgerrit | Doug Wiegley proposed openstack/neutron-lbaas: Merge feature/lbaasv2 https://review.openstack.org/141247 | 02:23 |
xgerman | that means we are getting v2 into the mainline? Yippie!! | 02:25 |
openstackgerrit | Brandon Logan proposed stackforge/octavia: Creation of Octavia API Documentation https://review.openstack.org/136499 | 02:26 |
*** blogan_ has joined #openstack-lbaas | 02:28 | |
blogan_ | dougwig: is that review everything that got merged into the feature branch? | 02:29 |
dougwig | yep. | 02:30 |
dougwig | plus a bunch of hand fixing. | 02:30 |
blogan_ | im sure there was a lot | 02:31 |
blogan_ | this is the time to reorganize some of these tests into real unit tests and functional tests | 02:32 |
dougwig | luckily, i got to do it five times in a row, as I found a merge that didn't murder the paths. | 02:32 |
blogan_ | lol | 02:32 |
blogan_ | that sounds awesome | 02:33 |
blogan_ | awesomely bad | 02:33 |
blogan_ | do you know if the tempests tests are going to go into the tests.functional package, or into another TBD package? | 02:33 |
*** vjay7 has joined #openstack-lbaas | 02:33 | |
*** vjay7 has quit IRC | 02:38 | |
*** vjay7 has joined #openstack-lbaas | 02:43 | |
*** vivek-ebay has quit IRC | 02:46 | |
*** vjay7 has quit IRC | 02:50 | |
*** xgerman has quit IRC | 02:57 | |
dougwig | blogan_: good question, i don't know. | 03:10 |
openstackgerrit | Merged stackforge/octavia: Implementing simple operator API https://review.openstack.org/121233 | 03:12 |
blogan_ | yay! | 03:39 |
dougwig | not 5k lines next time, pretty please? :) | 03:50 |
dougwig | blogan_: can you review that merge when you get a few cycles? | 04:06 |
blogan_ | dougwig: which one? | 04:06 |
dougwig | v2 merge | 04:06 |
dougwig | 141247 | 04:07 |
blogan_ | ah, will do in a few | 04:07 |
dougwig | ty | 04:07 |
blogan_ | almost got these tests working | 04:07 |
dougwig | sweet. | 04:07 |
blogan_ | dougwig: should neutron be treated as a 3rd party library now? | 04:08 |
blogan_ | dougwig: as in it should go in the same import section as oslo, etc? | 04:09 |
dougwig | yes, it should, though flake8 hasn't been yelling at me. maybe because it's a git import? | 04:09 |
blogan_ | probably | 04:11 |
rm_you| | <_< | 04:27 |
*** rm_you| is now known as rm_you | 04:27 | |
*** fnaval has joined #openstack-lbaas | 04:27 | |
*** fnaval has quit IRC | 04:33 | |
*** vjay7 has joined #openstack-lbaas | 04:33 | |
*** ptoohill_ has joined #openstack-lbaas | 04:36 | |
*** SumitNaiksatam has quit IRC | 04:44 | |
*** SumitNaiksatam has joined #openstack-lbaas | 04:44 | |
*** vivek-ebay has joined #openstack-lbaas | 04:50 | |
*** SumitNaiksatam has quit IRC | 04:51 | |
*** vivek-ebay has quit IRC | 04:56 | |
*** vivek-ebay has joined #openstack-lbaas | 04:56 | |
*** fnaval has joined #openstack-lbaas | 04:58 | |
*** vjay7 has quit IRC | 05:03 | |
*** vjay7 has joined #openstack-lbaas | 05:14 | |
*** fnaval has quit IRC | 05:19 | |
*** fnaval has joined #openstack-lbaas | 05:20 | |
*** fnaval has quit IRC | 05:25 | |
openstackgerrit | Brandon Logan proposed openstack/neutron-lbaas: Fixing the tests to run again https://review.openstack.org/141272 | 05:31 |
blogan_ | dougwig: ^^ | 05:31 |
blogan_ | dougwig: that review failed bc it can't find neutron's policy.json file on the jenkins box | 05:39 |
*** kobis has joined #openstack-lbaas | 05:40 | |
*** kobis1 has joined #openstack-lbaas | 05:48 | |
*** kobis has quit IRC | 05:48 | |
*** ptoohill_ has quit IRC | 06:04 | |
*** kobis1 has quit IRC | 06:05 | |
*** kobis has joined #openstack-lbaas | 06:05 | |
*** vjay7 has quit IRC | 06:08 | |
*** kobis has quit IRC | 06:14 | |
*** vjay7 has joined #openstack-lbaas | 06:14 | |
dougwig | blogan_: i think we can tweak the policy_file config var for the tests to point at the one in the neutron dependency | 06:15 |
*** kobis has joined #openstack-lbaas | 06:16 | |
blogan_ | dougwig: i think its failing bc it is pointing to the one in the neutron dependency | 06:26 |
dougwig | it's an oslo module, and: ConfigFilesNotFoundError: Failed to find some config files: policy.json | 06:28 |
dougwig | i bet it's looking in etc/ in our repo, not in neutron | 06:28 |
blogan_ | well thats probably why its passing for me locally, bc i have it in etc | 06:29 |
blogan_ | yep | 06:29 |
*** vivek-ebay has quit IRC | 06:31 | |
dougwig | so in __init__ in unit/, i bet you can use CFG to override, and point into neutron.__file__/../etc/policy.json, or some such. | 06:32 |
*** kobis has quit IRC | 06:32 | |
blogan_ | yeah trying that out | 06:32 |
blogan_ | well something similar | 06:33 |
blogan_ | dougwig: happen to know what the config option is to point to the policy.json file? | 06:37 |
dougwig | policy_file | 06:37 |
dougwig | found in neutron_lbaas/openstack/common/policy.py | 06:38 |
blogan_ | sometimes i amaze myself in not realizing where to look | 06:38 |
dougwig | grep -r + SSD == win | 06:39 |
blogan_ | dougwig: looks like pip isn't installing the etc directory when its pulling from git | 06:47 |
blogan_ | dougwig: nope nvm, im just being blind again | 06:47 |
dougwig | $ find .tox/py27 | grep policy.json | 06:48 |
dougwig | .tox/py27/src/neutron/etc/policy.json | 06:48 |
* dougwig offers blogan some glasses | 06:48 | |
blogan_ | i know! | 06:48 |
*** kobis has joined #openstack-lbaas | 06:49 | |
dougwig | alright, i gotta sleep. i'll check for reviews in the morning. i left one question in the merge review. | 06:50 |
blogan_ | okay | 06:50 |
*** orion_ has joined #openstack-lbaas | 06:59 | |
*** orion_ has quit IRC | 07:04 | |
*** kobis has quit IRC | 07:14 | |
*** apuimedo has joined #openstack-lbaas | 07:28 | |
*** sbfox has joined #openstack-lbaas | 07:34 | |
openstackgerrit | Brandon Logan proposed openstack/neutron-lbaas: Fixing the tests to run again https://review.openstack.org/141272 | 07:55 |
*** rm_you| has joined #openstack-lbaas | 08:04 | |
*** blogan_ has quit IRC | 08:07 | |
*** rm_you has quit IRC | 08:14 | |
*** fnaval has joined #openstack-lbaas | 08:47 | |
*** woodster_ has quit IRC | 08:50 | |
*** fnaval has quit IRC | 08:51 | |
*** kobis has joined #openstack-lbaas | 08:56 | |
*** sbfox has quit IRC | 09:00 | |
*** kobis has quit IRC | 09:07 | |
*** kobis has joined #openstack-lbaas | 09:07 | |
*** kobis has quit IRC | 09:12 | |
*** Despruk has quit IRC | 09:23 | |
*** vivek-ebay has joined #openstack-lbaas | 09:32 | |
*** vivek-ebay has quit IRC | 09:36 | |
*** rm_you|wtf has joined #openstack-lbaas | 10:43 | |
*** rm_you| has quit IRC | 10:46 | |
*** kobis has joined #openstack-lbaas | 11:53 | |
*** woodster_ has joined #openstack-lbaas | 12:01 | |
*** kobis has quit IRC | 12:16 | |
*** apuimedo has quit IRC | 12:32 | |
*** apuimedo has joined #openstack-lbaas | 12:34 | |
*** vjay7 has quit IRC | 13:26 | |
*** fnaval has joined #openstack-lbaas | 13:41 | |
*** vivek-ebay has joined #openstack-lbaas | 14:16 | |
*** apuimedo has quit IRC | 14:42 | |
*** vivek-ebay has quit IRC | 14:47 | |
*** Putns has quit IRC | 14:50 | |
*** vivek-ebay has joined #openstack-lbaas | 14:58 | |
*** vivek-ebay has quit IRC | 15:14 | |
*** fnaval has quit IRC | 15:22 | |
*** fnaval has joined #openstack-lbaas | 15:23 | |
*** fnaval has quit IRC | 15:27 | |
*** vivek-ebay has joined #openstack-lbaas | 15:34 | |
*** vivek-ebay has quit IRC | 15:38 | |
*** ajmiller has joined #openstack-lbaas | 15:39 | |
*** fnaval has joined #openstack-lbaas | 15:40 | |
*** ptoohill_ has joined #openstack-lbaas | 15:41 | |
*** ptoohil__ has joined #openstack-lbaas | 15:42 | |
*** sbfox has joined #openstack-lbaas | 15:44 | |
*** ptoohill_ has quit IRC | 15:45 | |
*** sbfox has quit IRC | 15:46 | |
*** woodster_ has quit IRC | 15:50 | |
*** vivek-ebay has joined #openstack-lbaas | 16:13 | |
*** xgerman has joined #openstack-lbaas | 16:14 | |
*** vivek-ebay has quit IRC | 16:34 | |
*** mlavalle has joined #openstack-lbaas | 16:39 | |
*** kbyrne has quit IRC | 16:44 | |
*** kbyrne has joined #openstack-lbaas | 16:46 | |
*** kbyrne has quit IRC | 16:53 | |
*** kbyrne has joined #openstack-lbaas | 16:57 | |
dougwig | mornign | 16:58 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron-lbaas: Kill oslo-incubator files https://review.openstack.org/141427 | 16:59 |
*** vivek-ebay has joined #openstack-lbaas | 17:24 | |
*** openstackgerrit has quit IRC | 17:34 | |
*** openstackgerrit has joined #openstack-lbaas | 17:34 | |
*** woodster_ has joined #openstack-lbaas | 17:39 | |
openstackgerrit | Merged openstack/neutron-lbaas: Fixing the tests to run again https://review.openstack.org/141272 | 17:42 |
*** sbfox has joined #openstack-lbaas | 17:45 | |
*** openstackgerrit has quit IRC | 17:49 | |
*** openstackgerrit has joined #openstack-lbaas | 17:49 | |
*** vivek-ebay has quit IRC | 17:51 | |
dougwig | blogan: ping | 18:00 |
*** pattabi has joined #openstack-lbaas | 18:02 | |
*** orion__ has joined #openstack-lbaas | 18:06 | |
*** mwang2 has joined #openstack-lbaas | 18:14 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron-lbaas: Fake review to test tempest jobs https://review.openstack.org/141451 | 18:17 |
*** orion___ has joined #openstack-lbaas | 18:21 | |
*** orion__ has quit IRC | 18:23 | |
*** barclaac has joined #openstack-lbaas | 18:41 | |
*** barclaac|2 has joined #openstack-lbaas | 18:41 | |
*** barclaac has quit IRC | 18:45 | |
*** vivek-ebay has joined #openstack-lbaas | 18:52 | |
*** mikedillion has joined #openstack-lbaas | 18:53 | |
*** vivek-ebay has quit IRC | 18:56 | |
*** sbfox has quit IRC | 19:14 | |
*** sbfox has joined #openstack-lbaas | 19:21 | |
*** mikedillion has quit IRC | 19:38 | |
*** woodster_ has quit IRC | 19:50 | |
pattabi | how do i test the lbaasv2 data model implementation in y devstack ? | 19:50 |
*** ptoohil__ has quit IRC | 19:52 | |
*** Youcef has quit IRC | 19:53 | |
*** ptoohill_ has joined #openstack-lbaas | 19:53 | |
blogan | dougwig: pong | 19:55 |
*** TrevorV_ has joined #openstack-lbaas | 19:55 | |
*** ptoohill_ has quit IRC | 20:00 | |
*** ptoohill_ has joined #openstack-lbaas | 20:06 | |
*** vivek-ebay has joined #openstack-lbaas | 20:07 | |
*** jorgem has joined #openstack-lbaas | 20:12 | |
pattabi | from which repo i get the python neutron client cli support for the lbaasv2 ? | 20:14 |
rm_work | any of you guys happen to know how the heck to interpret XML validation failures like this one: http://pastebin.com/raw.php?i=gJ4Y3jUB | 20:18 |
rm_work | for reference: http://pastebin.com/raw.php?i=BaCYbxY5 | 20:19 |
dougwig | pattabi: it's in a gerrit review against python-neutronclient | 20:22 |
*** jorgem has quit IRC | 20:31 | |
rm_work | nm it's an ordering issue, fffffuuuuuuuuu XML | 20:33 |
*** jorgem has joined #openstack-lbaas | 20:41 | |
xgerman | pattabi ajmiller did a lot of work on that end | 20:43 |
xgerman | the CLI client is part of a patch and here are the steps: | 20:44 |
xgerman | cd /opt/stack | 20:44 |
xgerman | git clone https://github.com/openstack/python-neutronclient.git | 20:44 |
xgerman | cd python-neutronclient | 20:44 |
xgerman | git fetch https://review.openstack.org/openstack/python-neutronclient refs/changes/75/111475/3 && git checkout FETCH_HEAD | 20:44 |
xgerman | sudo python setup.py install | 20:44 |
ajmiller | hi | 20:44 |
ajmiller | saw my name flashing | 20:45 |
ajmiller | What xgerman said. | 20:45 |
xgerman | yeah, looks like pattabi is going through the same exercise you have been working on :-) | 20:45 |
xgerman | rm_work - sorry that doesn't ring a bell :-( | 20:46 |
ajmiller | pattabi, if you have specific error messages send them my way, I might be able to help | 20:46 |
TrevorV | Hey dougwig you around? | 21:05 |
dougwig | TrevorV: ack | 21:05 |
TrevorV | Syn/ack | 21:05 |
TrevorV | I made comments on my review on YOUR comments... mind checking them out before I push another revision? | 21:05 |
dougwig | sure, one sec. | 21:06 |
TrevorV | Thanks, much appreciated | 21:07 |
dougwig | TrevorV: done | 21:07 |
TrevorV | Ty sir | 21:08 |
TrevorV | Awesome thanks again dougwig | 21:08 |
*** ptoohill_ has quit IRC | 21:25 | |
*** ptoohill_ has joined #openstack-lbaas | 21:25 | |
*** woodster_ has joined #openstack-lbaas | 21:28 | |
*** ptoohill_ has quit IRC | 21:29 | |
*** ptoohill_ has joined #openstack-lbaas | 21:29 | |
*** mwang2_ has joined #openstack-lbaas | 21:30 | |
*** mwang2 has quit IRC | 21:32 | |
*** apuimedo has joined #openstack-lbaas | 21:35 | |
*** ptoohil__ has joined #openstack-lbaas | 21:39 | |
*** ptoohill_ has quit IRC | 21:39 | |
*** mwang2__ has joined #openstack-lbaas | 21:42 | |
openstackgerrit | Trevor Vardeman proposed stackforge/octavia: Nova driver implementation https://review.openstack.org/133108 | 21:43 |
pattabi | thanks ajmiller .. i will try it out and reach out if i have trouble :) | 21:43 |
ajmiller | ok | 21:43 |
*** ptoohil__ has quit IRC | 21:44 | |
pattabi | how do i get the lbaasv2 impl code in my devstack ? | 21:44 |
*** TrevorV_ has quit IRC | 21:44 | |
*** ptoohill_ has joined #openstack-lbaas | 21:44 | |
pattabi | neutron-lbaas/neutron_lbaas still refers to the v1 model .. if i switch to feature/lbaasv2 branch for the neutron_lbass, devstack has issues | 21:45 |
xgerman | pattabi: cd /opt/stack/neutron | 21:46 |
xgerman | neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini downgrade 1f71e54a85e7 # workaround HEAD/V2 sync problem | 21:46 |
xgerman | # https://review.openstack.org/#/c/123491/ | 21:46 |
xgerman | git fetch https://review.openstack.org/openstack/neutron refs/changes/91/123491/7 && git checkout FETCH_HEAD | 21:46 |
xgerman | neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head | 21:46 |
xgerman | we had to do some downgrading | 21:46 |
*** mwang2_ has quit IRC | 21:46 | |
ajmiller | xgerman beat me to it. | 21:46 |
xgerman | so not sure if that still needs to happen | 21:46 |
xgerman | yep, I am fast -- wish I would be as fast with my split task. dougwig I think we need to sit together for that one on the hackathon ;-) | 21:47 |
pattabi | and not use the lbaas service repo for the time being ? | 21:47 |
dougwig | there's a v2 patch for the service repo. | 21:48 |
pattabi | dougwig: mind sharing the steps for the service repo for v2 ? | 21:49 |
pattabi | i would like to push my code for review as work in progress for the v2 model implementation | 21:49 |
dougwig | sure. see here: https://wiki.openstack.org/wiki/Gerrit_Workflow | 21:51 |
dougwig | look for "Add Dependency". use this review as the parent: https://review.openstack.org/#/c/141247/ | 21:51 |
openstackgerrit | Doug Wiegley proposed openstack/neutron-lbaas: Merge feature/lbaasv2 https://review.openstack.org/141247 | 21:52 |
*** Youcef has joined #openstack-lbaas | 21:54 | |
*** mwang2__ has quit IRC | 21:54 | |
pattabi | <dougwig> thanks | 21:55 |
dougwig | standby one and i'll get that review updated. | 21:55 |
dougwig | blogan: you didn't answer the merge question: ok to re-org the 3rd party imports in a post-merge patch? | 21:56 |
*** ptoohill_ has quit IRC | 22:03 | |
openstackgerrit | Brandon Logan proposed stackforge/octavia: Added pymysql as default DBAPI https://review.openstack.org/141502 | 22:07 |
blogan | dougwig: i thought i did, i probably left it as a draft | 22:08 |
blogan | dougwig: but yeah im fine with waiting | 22:08 |
dougwig | k | 22:08 |
dougwig | let me get the units passing, then i'll ping you for v2. | 22:08 |
*** vivek-eb_ has joined #openstack-lbaas | 22:13 | |
*** vivek-ebay has quit IRC | 22:13 | |
*** vivek-eb_ has quit IRC | 22:13 | |
*** vivek-ebay has joined #openstack-lbaas | 22:14 | |
openstackgerrit | Brandon Logan proposed stackforge/octavia: Added pymysql as default DBAPI https://review.openstack.org/141502 | 22:30 |
blogan | dougwig: ^^ updated the commit message | 22:30 |
blogan | ill be on later tonight | 22:31 |
*** fnaval has quit IRC | 22:49 | |
openstackgerrit | Merged stackforge/octavia: Added pymysql as default DBAPI https://review.openstack.org/141502 | 22:51 |
*** vivek-ebay has quit IRC | 23:07 | |
*** vivek-ebay has joined #openstack-lbaas | 23:08 | |
pattabi | <dougwig> i did git pull https://review.openstack.org/openstack/neutron-lbaas refs/changes/47/141247/3 to take the v2 impl changes ... code seems to have a dependency on the constants.py file under neutron | 23:10 |
dougwig | yep, i was just noticing that myself. i'll have it fixed later tonight. | 23:13 |
dougwig | side effect of the prune. | 23:13 |
pattabi | is there any additional patch for neutron for the v2 data model changes ? (i do see loadbalancerv2 under extensions .. however, neutron/plugins/common/constants.py requires some some updates | 23:13 |
*** jorgem has quit IRC | 23:14 | |
pattabi | also in loadbalancer_dbv2.py --> from neutron.services.loadbalancer import data_models should be changed to neutron_lbaas.services.loadbalancer import data_models | 23:15 |
*** vivek-eb_ has joined #openstack-lbaas | 23:17 | |
*** vivek-ebay has quit IRC | 23:17 | |
pattabi | how do i create the v2 model db tables after i apply the patch ? | 23:18 |
*** orion___ has quit IRC | 23:18 | |
dougwig | you need to run the alembic script. standby for a few hours. | 23:24 |
*** sbfox1 has joined #openstack-lbaas | 23:24 | |
*** sbfox has quit IRC | 23:27 | |
*** barclaac|2 has quit IRC | 23:30 | |
*** barclaac has joined #openstack-lbaas | 23:33 | |
*** Gayathri has joined #openstack-lbaas | 23:33 | |
*** pckizer has quit IRC | 23:47 | |
*** pckizer has joined #openstack-lbaas | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!