*** Purandar has quit IRC | 00:02 | |
rm_work | johnsom: I may have a solution for the long amp-image build times -- involving not using a custom image... may do some work on that this week | 00:11 |
---|---|---|
johnsom | rm_work Interested to hear details | 00:12 |
rm_work | johnsom: got some extra info from our ops magicians and it looks like we may want to investigate not using a pre-built image for a multitude of reasons | 00:12 |
johnsom | Yeah, I have been considering that too. It just deviates from the standard "DIB" way a bit | 00:13 |
rm_work | but I THINK I can just set a base image ID (standard ubuntu or whatever) and use amphora_finalize to run ansible/puppet playbooks to configure the VM to our spec, and actually have it be faster *on boot* in production due to some cacheing stuff (at least in our deploys) | 00:13 |
johnsom | So debootstrap? | 00:13 |
rm_work | interested what your ops folks would say | 00:14 |
rm_work | apparently base images are all cached (at least in our env) and others are not, and we can't easily just say "cache ours too", which means all the hypervisors would pull it on every boot <_< | 00:15 |
rm_work | and using a spares pool, it doesn't matter much anyway | 00:15 |
johnsom | cached from glance? | 00:15 |
rm_work | plus if we leave SSH running that buys us a possible live-upgrade path (IF we ever decided we wanted it) | 00:15 |
rm_work | yes | 00:15 |
johnsom | Yeah, I think we cache on first load | 00:16 |
rm_work | that'd be nice <_< | 00:16 |
rm_work | we can't do that | 00:16 |
rm_work | apparently :( | 00:16 |
rm_work | but, regardless of whether you wanted to use it in production, having this upstream would allow devstack users (ie, the gate) to not build an image | 00:16 |
rm_work | as it'd be optional | 00:17 |
rm_work | not sure if i want to add it to the existing rest_driver or make a new driver, inherit, and override finalize there | 00:17 |
johnsom | But devstack doesn't have base images | 00:17 |
rm_work | we can download one | 00:17 |
rm_work | and not risk having outdated agent code | 00:17 |
johnsom | Which is what we do today | 00:17 |
rm_work | i thought you rolled that bacl | 00:17 |
rm_work | *back | 00:17 |
rm_work | it looks to me like we build | 00:18 |
rm_work | ? | 00:18 |
johnsom | no, the base image is an ubuntu cloud image | 00:18 |
johnsom | Yeah, I don't have a "canned" image anymore | 00:18 |
rm_work | ok, right | 00:19 |
rm_work | sorry, misunderstood | 00:19 |
johnsom | The nice thing about how we do it now with the gate is it will catch an package update breakage | 00:19 |
rm_work | yes so instead of building an image based on the base image, we just download and install the base | 00:19 |
rm_work | and then build up the amps at runtime (which I think should be slightly faster actually) | 00:19 |
*** Purandar has joined #openstack-lbaas | 00:19 | |
rm_work | though for large test counts, I am not sure what the break-even point is | 00:20 |
johnsom | Hmmm, I would expect it to be slower as there is so many modules to download and install | 00:20 |
rm_work | so actually, i am not sure wtf DIB is doing, but it seems like it does just about everything 4 times | 00:20 |
rm_work | like, it should take about 60-90 seconds to ssh in and install everything we need <_< | 00:20 |
rm_work | but the build takes like 6 minutes | 00:21 |
johnsom | Yeah, most of it is download time | 00:21 |
rm_work | not sure why it isn't caching | 00:21 |
rm_work | i've told it to cache pip packages, still doesn't seem to be doing it | 00:21 |
*** alhu has quit IRC | 00:21 | |
rm_work | very odd | 00:21 |
johnsom | It actually does it all local with loop mounts and chroots | 00:21 |
rm_work | yes | 00:22 |
rm_work | I also wonder about base-image boot time vs. our image boot time | 00:22 |
*** alhu has joined #openstack-lbaas | 00:22 | |
johnsom | The other thing that is a bit annoying is it pulls down the latest cloud image to get the updates, that can take some time. You can override that and point it at a local image if you want. | 00:22 |
*** alhu has quit IRC | 00:22 | |
rm_work | and whether I could actually set it up using a very minimal base image | 00:22 |
johnsom | Should be the same as they are both ubuntu | 00:23 |
rm_work | I was thinking something ... uhh.... minimal-er | 00:23 |
rm_work | than ubuntu | 00:23 |
johnsom | Yeah. There certainly is opportunity there. | 00:23 |
rm_work | like maybe http://www.alpinelinux.org/ | 00:23 |
rm_work | which is what bedis mentioned he uses for his haproxy VMs | 00:24 |
*** Purandar has quit IRC | 00:25 | |
johnsom | Yep, something to explore | 00:25 |
johnsom | Right now I'm looking at failover. I just tried it and the replacement didn't come up. I'm worried that we broke it somehow recently. | 00:26 |
rm_work | :)( | 00:26 |
johnsom | list | 00:26 |
rm_work | err | 00:26 |
rm_work | :( | 00:26 |
johnsom | Just a single topology LB, forced failover, booted, but can't talk to it | 00:30 |
rm_work | :( | 00:30 |
johnsom | hacking the libvirt disk to see if I can get a serial console | 00:33 |
*** yamamoto_ has quit IRC | 00:34 | |
openstackgerrit | min wang proposed openstack/octavia: Replace the os.open method with safer way https://review.openstack.org/288208 | 00:34 |
*** minwang2 has quit IRC | 00:39 | |
rm_work | where the heck do the amphora DIB elements live?!? | 00:40 |
johnsom | octavia/elements | 00:40 |
rm_work | ah | 00:40 |
johnsom | https://github.com/openstack/octavia/tree/master/elements | 00:40 |
rm_work | yeah found it | 00:40 |
rm_work | i was expecting it to be IN the discimage-create folder | 00:41 |
rm_work | wow, our requirements for installing the agent are the FULL reqs? | 00:43 |
rm_work | T_T | 00:43 |
johnsom | Well, we didn't (yet) split the agent into it's own rep | 00:43 |
johnsom | repo | 00:43 |
rm_work | :( | 00:44 |
rm_work | i feel like we could still split it out with its own reqs and setup.py? or is that not possible | 00:44 |
rm_work | anywho, not my biggest concern right now | 00:44 |
johnsom | Certainly possible, probably the right thing to do, just effort | 00:45 |
rm_work | yep, as with all of this | 00:54 |
sbalukoff | I would be very much in favor of stuff which allows us to minimize the image, eh. | 01:03 |
*** fnaval has quit IRC | 01:03 | |
johnsom | Ah, hmm, so maybe failover isn't broken, but my o-hm0 interface lost it's IP | 01:05 |
johnsom | Hmm, ok, probably because I'm running 10 dhclient on that interface. | 01:06 |
johnsom | I think we are missing a cleanup step for devstack | 01:06 |
johnsom | Yeah, that was the issue. | 01:12 |
*** ducttape_ has joined #openstack-lbaas | 01:12 | |
*** ducttape_ has quit IRC | 01:12 | |
*** ducttape_ has joined #openstack-lbaas | 01:14 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Fix devstack plugin clean of o-hm0 https://review.openstack.org/292667 | 01:18 |
*** kevo has quit IRC | 01:20 | |
johnsom | sbalukoff FYI, you patch that disables the DNS resolver in the amp. It also blocks the ubuntu "pollinate" entropy service. | 01:20 |
johnsom | Not sure how much it was used/was accessible, but it's a potential side effect. | 01:20 |
sbalukoff | Hmmm.... | 01:21 |
johnsom | That might be slowing down boots too. I suspect there is a way to solve this with cloud-init/config drive or something | 01:21 |
*** chlong has quit IRC | 01:26 | |
*** alhu has joined #openstack-lbaas | 01:27 | |
*** yamamoto_ has joined #openstack-lbaas | 01:34 | |
*** ducttape_ has quit IRC | 01:36 | |
*** woodster_ has quit IRC | 01:37 | |
*** ducttape_ has joined #openstack-lbaas | 01:38 | |
*** yamamoto_ has quit IRC | 01:43 | |
*** amrith is now known as _amrith_ | 01:49 | |
rm_work | hmm, alpine may be somewhat difficult | 01:52 |
*** sbalukoff has quit IRC | 01:52 | |
rm_work | haproxy is there but getting all the reqs built/installed is a problem | 01:52 |
rm_work | (for the agent) | 01:52 |
*** ducttape_ has quit IRC | 01:54 | |
*** woodster_ has joined #openstack-lbaas | 01:57 | |
*** piet has joined #openstack-lbaas | 02:01 | |
*** ducttape_ has joined #openstack-lbaas | 02:02 | |
*** SumitNaiksatam has joined #openstack-lbaas | 02:03 | |
*** piet has quit IRC | 02:06 | |
*** piet has joined #openstack-lbaas | 02:06 | |
*** madhu_ak has quit IRC | 02:07 | |
*** yamamoto has joined #openstack-lbaas | 02:07 | |
*** fnaval has joined #openstack-lbaas | 02:11 | |
*** fawadkhaliq has quit IRC | 02:12 | |
*** ducttape_ has quit IRC | 02:23 | |
*** yamamoto has quit IRC | 02:27 | |
*** cody-somerville has joined #openstack-lbaas | 02:35 | |
*** armax has quit IRC | 02:38 | |
*** neelashah has joined #openstack-lbaas | 02:48 | |
*** bana_k has quit IRC | 02:53 | |
*** armax has joined #openstack-lbaas | 02:58 | |
*** doug-fish has joined #openstack-lbaas | 03:03 | |
*** fawadkhaliq has joined #openstack-lbaas | 03:06 | |
*** yamamoto has joined #openstack-lbaas | 03:09 | |
*** yuanying has quit IRC | 03:22 | |
*** Paco has joined #openstack-lbaas | 03:23 | |
*** Paco has quit IRC | 03:28 | |
*** Paco has joined #openstack-lbaas | 03:29 | |
*** chlong has joined #openstack-lbaas | 03:30 | |
*** links has joined #openstack-lbaas | 03:38 | |
*** yuanying has joined #openstack-lbaas | 03:38 | |
*** yuanying has quit IRC | 03:45 | |
*** neelashah has quit IRC | 04:01 | |
*** yuanying has joined #openstack-lbaas | 04:06 | |
*** ajmiller has joined #openstack-lbaas | 04:08 | |
*** ajmiller_ has joined #openstack-lbaas | 04:09 | |
*** ajmiller has quit IRC | 04:13 | |
*** amotoki has joined #openstack-lbaas | 04:17 | |
*** piet has quit IRC | 04:19 | |
*** piet has joined #openstack-lbaas | 04:19 | |
*** armax has quit IRC | 04:20 | |
*** ajmiller_ has quit IRC | 04:21 | |
*** armax has joined #openstack-lbaas | 04:25 | |
*** buttercup has joined #openstack-lbaas | 04:29 | |
buttercup | hi everyone, I am working on the bug: https://bugs.launchpad.net/neutron/+bug/1556530 | 04:29 |
openstack | Launchpad bug 1556530 in neutron "neutron-lbaas needs a scenario test covering status query when health monitor is admin-state-up=False" [Low,Confirmed] - Assigned to Sana Khan (sana.khan) | 04:29 |
buttercup | I have a question, the test cases that I add will be validating pool_status for each data_models ? | 04:30 |
*** piet has quit IRC | 04:30 | |
*** piet has joined #openstack-lbaas | 04:31 | |
buttercup | or only for data_models.HealthMonitor : https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/services/loadbalancer/plugin.py#L1263-L1265 | 04:37 |
*** sbalukoff has joined #openstack-lbaas | 04:42 | |
*** piet has quit IRC | 04:44 | |
*** alhu has quit IRC | 04:51 | |
*** piet has joined #openstack-lbaas | 04:53 | |
*** woodster_ has quit IRC | 04:57 | |
*** prabampm has joined #openstack-lbaas | 05:07 | |
*** prabampm1 has joined #openstack-lbaas | 05:10 | |
*** prabampm has quit IRC | 05:11 | |
*** bana_k has joined #openstack-lbaas | 05:12 | |
fnaval | buttercup: it'd be nice to validate all expected statuses for the entities involved | 05:16 |
fnaval | perhaps going the data driven testing route might be a good way to get good coverage; here's an example: https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/tests/tempest/v2/ddt/test_health_monitor_admin_state_up.py | 05:17 |
fnaval | may be able to just use that and then add a step to query the status tree. | 05:19 |
*** Purandar has joined #openstack-lbaas | 05:19 | |
*** amotoki has quit IRC | 05:21 | |
fnaval | hmmm.. after looking at the test; it seems that there is covereage; but not as a smoke/gating test apparently | 05:21 |
*** armax has quit IRC | 05:29 | |
*** amotoki has joined #openstack-lbaas | 05:31 | |
*** amotoki has quit IRC | 05:35 | |
*** anilvenkata has joined #openstack-lbaas | 05:42 | |
*** piet has quit IRC | 05:44 | |
buttercup | fnaval: alright, I' ll try that | 05:45 |
*** amotoki has joined #openstack-lbaas | 05:47 | |
*** armax has joined #openstack-lbaas | 05:48 | |
*** Purandar has quit IRC | 05:48 | |
*** amotoki has quit IRC | 05:55 | |
*** numans has joined #openstack-lbaas | 06:22 | |
*** numans has quit IRC | 06:30 | |
*** kevo has joined #openstack-lbaas | 06:40 | |
*** numans has joined #openstack-lbaas | 06:41 | |
*** eranra has quit IRC | 06:46 | |
*** kevo has quit IRC | 06:58 | |
rm_work | wtf are ubuntu's apt mirrors getting DDoS'd or something? | 07:10 |
rm_work | trying from multiple regions to install stuff and getting BYTES per second speeds | 07:11 |
rm_work | if I can even connect | 07:11 |
*** tesseract has joined #openstack-lbaas | 07:13 | |
*** tesseract is now known as Guest97519 | 07:13 | |
bharathm | rm_work: are you trying ubuntu-minimal with diskimage builder ? | 07:16 |
*** ihrachys has joined #openstack-lbaas | 07:17 | |
*** eranra has joined #openstack-lbaas | 07:25 | |
*** fawadkhaliq has quit IRC | 07:30 | |
*** evgenyf has joined #openstack-lbaas | 07:32 | |
*** bana_k has quit IRC | 07:34 | |
rm_work | yeah | 07:36 |
rm_work | well, building the whole octavia amp image | 07:37 |
rm_work | it's going at like 2kb/s connecting to archive.ubuntu.org | 07:37 |
rm_work | or whatever | 07:38 |
rm_work | archive.ubuntu.com | 07:38 |
rm_work | i guess | 07:38 |
bharathm | Cool.. Is there any significant different between ubunt-core and minimal ? | 07:38 |
rm_work | not sure | 07:38 |
bharathm | Yeah ? am going to try that in some time | 07:38 |
*** eranra has quit IRC | 07:40 | |
*** eranra has joined #openstack-lbaas | 07:44 | |
*** nmagnezi has joined #openstack-lbaas | 07:53 | |
*** Guest97519 has quit IRC | 08:00 | |
*** eranra_ has joined #openstack-lbaas | 08:03 | |
*** jschwarz has joined #openstack-lbaas | 08:04 | |
*** tesseract has joined #openstack-lbaas | 08:05 | |
*** tesseract is now known as Guest91794 | 08:06 | |
*** eranra has quit IRC | 08:06 | |
*** banszmar has joined #openstack-lbaas | 08:28 | |
*** fawadkhaliq has joined #openstack-lbaas | 08:31 | |
*** chlong has quit IRC | 08:32 | |
banszmar | Hello. I have a question to LBaaSv2 and ODL. I was trying with devstack both liberty and latest master, ODL beryllium, no luck. It didn't work. Are the neutron-lbaas tempest tests supposed to work only with Octavia implementation or also with ODL LB? | 08:39 |
banszmar | I was trying also cli, I was not sure which commands should I use: the lb-* or lbaas-*? Anyway, lb-* were giving me 404 Not Found and lbaas-* were giving me "internal server error". | 08:44 |
*** Guest91794 has quit IRC | 08:45 | |
bharathm | banszmar: Never tried ODL driver with neutron-lbaas. So cant answer your first question.. | 09:00 |
bharathm | For the other one, lb-* is lbaasv1 and lbaas-* cli is lbaasV2 | 09:00 |
*** Guest91794 has joined #openstack-lbaas | 09:00 | |
bharathm | and I believe ODL drivers are available for both v1 and v2.. So you can use the CLI with respect to the plugin and provider enabled | 09:01 |
banszmar | bharathm: you say you never tried ODL driver with neutron-lbaas. Aren't the cli commands lb-* and lbaas-* implemented by the neutron-lbaas? | 09:23 |
*** rcernin has joined #openstack-lbaas | 09:31 | |
bharathm | I meant to say that I never tried ODL driver for LBaaS. I have been working on Octavia and in the past haproxy-namespace driver.. So can't answer any questions on ODL.. | 09:36 |
bharathm | However, from this https://github.com/flavio-fernandes/networking-odl/blob/master/networking_odl/lbaas/driver_v2.py , there seems to be a v2 driver.. | 09:36 |
bharathm | banszmar: so if you have the service provider configured as above and with ODL installed, lbaas-* cli *ideally* would be able to send requests to ODL controller.. | 09:37 |
bharathm | I suggest you try neutron --debug lbaas-* to see what's going on.. | 09:38 |
bharathm | Sorry.. the right driver url is https://github.com/openstack/networking-odl/blob/master/networking_odl/lbaas/driver_v2.py :-) | 09:40 |
banszmar | bharathm: Thanks a lot! I'll try. What do you think is working more likely: the master branch or rather the stable/liberty? And there is also neutron-lbaas feature/lbaasv2 branch... | 09:42 |
bharathm | Both master and stable/liberty should work fine.. You can ignore feature/lbaasv2, which is the feature cut branch prepping for next release (Mitaka).. | 09:48 |
*** eranra_ has quit IRC | 09:50 | |
banszmar | bharathm: ok, thanks. | 09:54 |
*** [1]evgenyf has joined #openstack-lbaas | 09:59 | |
*** Paco has quit IRC | 10:01 | |
*** evgenyf has quit IRC | 10:02 | |
*** [1]evgenyf is now known as evgenyf | 10:02 | |
*** kobis has joined #openstack-lbaas | 10:03 | |
*** kobis has quit IRC | 10:08 | |
*** kobis has joined #openstack-lbaas | 10:11 | |
*** fnaval_ has joined #openstack-lbaas | 10:40 | |
*** fnaval has quit IRC | 10:43 | |
*** rtheis has joined #openstack-lbaas | 11:29 | |
*** ihrachys has quit IRC | 11:31 | |
*** ihrachys has joined #openstack-lbaas | 11:32 | |
*** ihrachys has quit IRC | 11:36 | |
*** nmagnezi has quit IRC | 11:46 | |
*** nmagnezi has joined #openstack-lbaas | 11:49 | |
*** _amrith_ is now known as amrith | 11:54 | |
*** ihrachys has joined #openstack-lbaas | 12:07 | |
*** ducttape_ has joined #openstack-lbaas | 12:10 | |
*** ducttape_ has quit IRC | 12:23 | |
*** eranra has joined #openstack-lbaas | 12:26 | |
*** piet has joined #openstack-lbaas | 12:29 | |
*** armax has quit IRC | 12:33 | |
*** neelashah has joined #openstack-lbaas | 12:46 | |
*** amrith is now known as _amrith_ | 12:50 | |
*** armax has joined #openstack-lbaas | 13:05 | |
*** yamamoto has quit IRC | 13:05 | |
*** matt-borland has joined #openstack-lbaas | 13:11 | |
*** ig0r__ has joined #openstack-lbaas | 13:19 | |
*** piet has quit IRC | 13:20 | |
*** armax has quit IRC | 13:21 | |
*** ig0r_ has quit IRC | 13:22 | |
*** chlong has joined #openstack-lbaas | 13:25 | |
*** piet has joined #openstack-lbaas | 13:34 | |
*** piet has quit IRC | 13:34 | |
*** ducttape_ has joined #openstack-lbaas | 13:38 | |
*** numans has quit IRC | 13:47 | |
*** numans has joined #openstack-lbaas | 13:48 | |
*** yamamoto has joined #openstack-lbaas | 13:49 | |
*** yamamoto_ has joined #openstack-lbaas | 13:49 | |
*** yamamoto has quit IRC | 13:53 | |
*** Guest41345 has quit IRC | 14:03 | |
*** piet has joined #openstack-lbaas | 14:08 | |
*** armax has joined #openstack-lbaas | 14:10 | |
*** armax has left #openstack-lbaas | 14:11 | |
*** ajmiller has joined #openstack-lbaas | 14:17 | |
*** ihrachys has quit IRC | 14:25 | |
*** Guest91794 has quit IRC | 14:31 | |
*** ihrachys has joined #openstack-lbaas | 14:37 | |
*** buttercup_ has joined #openstack-lbaas | 14:53 | |
openstackgerrit | Lucas Palm proposed openstack/neutron-lbaas-dashboard: Refactor row and batch actions code https://review.openstack.org/292564 | 14:53 |
*** links has quit IRC | 14:59 | |
*** tesseract has joined #openstack-lbaas | 15:06 | |
*** tesseract is now known as Guest71467 | 15:07 | |
*** _amrith_ is now known as amrith | 15:19 | |
*** piet has quit IRC | 15:20 | |
*** fnaval_ has quit IRC | 15:21 | |
*** Purandar has joined #openstack-lbaas | 15:23 | |
*** armax has joined #openstack-lbaas | 15:29 | |
*** fnaval has joined #openstack-lbaas | 15:33 | |
*** chlong has quit IRC | 15:33 | |
*** nmagnezi has quit IRC | 15:35 | |
*** numans has quit IRC | 15:39 | |
*** fawadkhaliq has quit IRC | 15:40 | |
*** fawadkhaliq has joined #openstack-lbaas | 15:40 | |
*** fawadkhaliq has quit IRC | 15:45 | |
*** prabampm1 has quit IRC | 15:48 | |
*** amrith is now known as _amrith_ | 15:49 | |
*** anilvenkata has quit IRC | 15:52 | |
*** links has joined #openstack-lbaas | 15:58 | |
*** _amrith_ is now known as amrith | 16:04 | |
*** alhu has joined #openstack-lbaas | 16:08 | |
*** fnaval_ has joined #openstack-lbaas | 16:09 | |
*** fnaval has quit IRC | 16:13 | |
*** armax has quit IRC | 16:16 | |
*** madhu_ak has joined #openstack-lbaas | 16:17 | |
*** jwarendt has joined #openstack-lbaas | 16:18 | |
*** amrith is now known as _amrith_ | 16:19 | |
*** rcernin has quit IRC | 16:35 | |
*** Guest71467 has quit IRC | 16:42 | |
*** piet has joined #openstack-lbaas | 16:43 | |
*** neelashah has quit IRC | 16:45 | |
*** jschwarz has quit IRC | 16:46 | |
*** links has quit IRC | 16:47 | |
*** SumitNaiksatam has quit IRC | 16:52 | |
*** eranra has quit IRC | 16:53 | |
openstackgerrit | Lucas Palm proposed openstack/neutron-lbaas-dashboard: Refactor row and batch actions code https://review.openstack.org/292564 | 16:54 |
openstackgerrit | Lucas Palm proposed openstack/neutron-lbaas-dashboard: Refactor row and batch actions code https://review.openstack.org/292564 | 16:56 |
*** fnaval_ has quit IRC | 16:58 | |
*** fawadkhaliq has joined #openstack-lbaas | 17:00 | |
*** neelashah has joined #openstack-lbaas | 17:08 | |
*** fawadkhaliq has quit IRC | 17:10 | |
*** openstackgerrit has quit IRC | 17:14 | |
*** openstackgerrit_ is now known as openstackgerrit | 17:14 | |
*** openstackgerrit has quit IRC | 17:15 | |
*** openstackgerrit_ has joined #openstack-lbaas | 17:15 | |
*** openstackgerrit_ is now known as openstackgerrit | 17:16 | |
*** openstackgerrit_ has joined #openstack-lbaas | 17:17 | |
*** fawadkhaliq has joined #openstack-lbaas | 17:18 | |
*** fnaval has joined #openstack-lbaas | 17:22 | |
*** evgenyf has quit IRC | 17:24 | |
*** pcaruana has quit IRC | 17:24 | |
*** SumitNaiksatam has joined #openstack-lbaas | 17:25 | |
*** fawadkhaliq has quit IRC | 17:25 | |
*** fawadkhaliq has joined #openstack-lbaas | 17:25 | |
*** bana_k has joined #openstack-lbaas | 17:26 | |
dougwig | banszmar: i can confirm that the tempest tests work fine against other drivers, so it should be a setup issue. | 17:29 |
*** kevo has joined #openstack-lbaas | 17:29 | |
*** pcaruana has joined #openstack-lbaas | 17:36 | |
*** ducttape_ has quit IRC | 17:49 | |
*** ducttape_ has joined #openstack-lbaas | 17:49 | |
*** kobis has quit IRC | 17:50 | |
*** jschwarz has joined #openstack-lbaas | 17:51 | |
*** ihrachys has quit IRC | 17:58 | |
*** minwang2 has joined #openstack-lbaas | 18:01 | |
*** ducttape_ has quit IRC | 18:02 | |
*** Purandar has quit IRC | 18:05 | |
*** Purandar has joined #openstack-lbaas | 18:05 | |
*** Purandar has quit IRC | 18:09 | |
rm_work | uhh, there isn't any case where "shared LISTENERS" makes sense, is there? | 18:15 |
*** Purandar has joined #openstack-lbaas | 18:18 | |
sbalukoff | rm_work: It's hard to justify, yes. | 18:19 |
rm_work | but we've opted to return a list of LB_IDs on a listener response? | 18:20 |
sbalukoff | Oh-- I think that may have been because eventually it would be great to have a listener respond on both IPv4 and IPv6. But in hindsight, that would be a case of "multiple VIPs per load balancer" | 18:20 |
sbalukoff | And, I think we wanted to leave the door open in case someone could justify the need for shared listeners. :/ | 18:21 |
rm_work | hmm | 18:21 |
rm_work | k :/ | 18:21 |
sbalukoff | Otherwise, I'm not sure why we did that. | 18:21 |
rm_work | no big deal | 18:21 |
rm_work | just curious, seemed odd | 18:22 |
rm_work | kinda late to go re-do it <_< | 18:22 |
sbalukoff | Yep. | 18:22 |
*** ducttape_ has joined #openstack-lbaas | 18:22 | |
blogan | sbalukoff, rm_work: what is this in regards to? | 18:23 |
sbalukoff | blogan: I don't know. rm_work just asked a question. | 18:23 |
rm_work | [13:20:01] <rm_work>but we've opted to return a list of LB_IDs on a listener response? | 18:23 |
blogan | ahh, i for some reason skipped over that | 18:24 |
rm_work | it's just a little nonsensical | 18:24 |
blogan | but yeah sbalukoff is right, it was more trying ot make it future proof bc we were thinking we needed shared listeners at the time | 18:24 |
rm_work | and makes people (myself included) say "lolwat" | 18:24 |
rm_work | "why is this not just lb_id" | 18:24 |
blogan | that and the whole getting the first iteration of the v2 neutron lbaas api was insane | 18:25 |
rm_work | heh yes | 18:25 |
sbalukoff | Yes. The history behind that was ... tough. | 18:25 |
blogan | if we ever do a v3, i have a lot of hindsight to make that 20/20 | 18:26 |
rm_work | :P | 18:26 |
rm_work | v3 is 2017 right? | 18:26 |
sbalukoff | Hah! | 18:26 |
blogan | mitaka-4 actually | 18:26 |
rm_work | oh nice | 18:26 |
rm_work | better get crackin | 18:27 |
rm_work | k you answered my question tho, thanks | 18:27 |
*** piet has quit IRC | 18:28 | |
*** piet has joined #openstack-lbaas | 18:28 | |
blogan | i actually prefer not to have shared listeners, transforming the code to allow that will probably just warrant a v3 API | 18:29 |
*** jschwarz has quit IRC | 18:30 | |
rm_work | yeah i dont see the point | 18:33 |
sbalukoff | Same here. | 18:34 |
rm_work | ... are we still experimental? | 18:35 |
rm_work | or no | 18:35 |
rm_work | i assume not actually | 18:35 |
rm_work | which means we can't break backwards compat | 18:35 |
rm_work | damn | 18:35 |
sbalukoff | Haha! Wow-- you really want to get rid of that. XD | 18:36 |
blogan | we are not | 18:36 |
sbalukoff | Of all the errors we could have made in this, I think it's one of the least egregious. | 18:36 |
blogan | 90% of users will use the CLI or the UI, they won't see that little blemish | 18:37 |
rm_work | yep | 18:37 |
rm_work | it's fine | 18:37 |
rm_work | just annoying | 18:37 |
johnsom | Alright folks, Octavia 0.8.0 release is in progress and the stable branch has been created. | 18:42 |
blogan | that almost looks like 0.0.0 | 18:44 |
blogan | whcih i'd support | 18:44 |
johnsom | pessimist | 18:45 |
rm_work | lol | 18:48 |
*** _amrith_ is now known as amrith | 18:49 | |
sbalukoff | Haha | 19:12 |
*** krotscheck is now known as kro_death_by_sin | 19:14 | |
*** kro_death_by_sin is now known as kro_sinus_hell | 19:14 | |
openstackgerrit | Lucas Palm proposed openstack/neutron-lbaas-dashboard: Refactor row/batch actions https://review.openstack.org/292564 | 19:17 |
openstackgerrit | Lucas Palm proposed openstack/neutron-lbaas-dashboard: Refactor row/batch actions https://review.openstack.org/292564 | 19:29 |
*** barclaac has joined #openstack-lbaas | 19:34 | |
*** fawadkhaliq has quit IRC | 19:35 | |
*** minwang2 has quit IRC | 19:36 | |
openstackgerrit | Lucas Palm proposed openstack/neutron-lbaas-dashboard: Refactor row/batch actions https://review.openstack.org/292564 | 19:42 |
*** cody-somerville has quit IRC | 19:42 | |
*** cody-somerville has joined #openstack-lbaas | 19:43 | |
*** amitry has quit IRC | 19:53 | |
*** amitry has joined #openstack-lbaas | 19:54 | |
*** jwarendt has quit IRC | 19:54 | |
*** ig0r_ has joined #openstack-lbaas | 20:04 | |
*** neelashah has quit IRC | 20:06 | |
*** ig0r__ has quit IRC | 20:06 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Update release notes for Mitaka release https://review.openstack.org/293120 | 20:09 |
*** TrevorV has joined #openstack-lbaas | 20:16 | |
*** minwang2 has joined #openstack-lbaas | 20:19 | |
xgerman | dougwig you are aware of https://github.com/openstack/governance/commit/80cb57d5a10789105f08c6fa3cae900c8246f431 | 20:26 |
xgerman | ? | 20:26 |
*** piet has quit IRC | 20:30 | |
*** piet has joined #openstack-lbaas | 20:30 | |
*** fawadkhaliq has joined #openstack-lbaas | 20:42 | |
openstackgerrit | min wang proposed openstack/octavia: Replace the os.open method with safer way https://review.openstack.org/288208 | 20:47 |
*** ihrachys has joined #openstack-lbaas | 20:50 | |
*** rtheis has quit IRC | 20:50 | |
*** fnaval_ has joined #openstack-lbaas | 21:01 | |
*** neelashah has joined #openstack-lbaas | 21:02 | |
*** fnaval_ has quit IRC | 21:03 | |
*** rtheis has joined #openstack-lbaas | 21:04 | |
*** rtheis has quit IRC | 21:05 | |
dougwig | xgerman: yes. what's up? | 21:05 |
xgerman | well, they kicked Octavia out of the release | 21:06 |
dougwig | xgerman: that happened in liberty. it's still the reference, so it still ends up needing to be packaged to make it useful. | 21:06 |
xgerman | actually, the patch doing it was in M | 21:06 |
*** amrith has left #openstack-lbaas | 21:06 | |
xgerman | read the description: https://github.com/openstack/governance/commit/80cb57d5a10789105f08c6fa3cae900c8246f431 | 21:07 |
dougwig | xgerman: i think it was just reflecting what happened in liberty though. mestery? | 21:07 |
xgerman | https://www.irccloud.com/pastebin/2PpOPLMb/ | 21:07 |
xgerman | well, they are asking us to change the Octavia release message: | 21:08 |
xgerman | we cannot say we are part of mitaka but only compatible with mitaka | 21:08 |
xgerman | which is ridiculous | 21:08 |
xgerman | and likely misleading... | 21:09 |
dougwig | so, it can say whatever it wants, but lbaas doesn't work without it, so i don't think it'll be ignored. does it matter how it's labeled? | 21:13 |
xgerman | not sure how much it might confuse people... | 21:16 |
xgerman | but for us working on it we know what to do anyway so doesn’t matter | 21:16 |
*** matt-borland has quit IRC | 21:17 | |
dougwig | mestery: opinons? | 21:19 |
dougwig | beyond that i can't spell or type. | 21:19 |
johnsom | I added this mess to the agenda for tomorrow: https://wiki.openstack.org/wiki/Octavia/Weekly_Meeting_Agenda#Meeting_2016-03-15 | 21:24 |
*** fnaval_mobile has joined #openstack-lbaas | 21:24 | |
xgerman | ok, that’s probably best | 21:26 |
*** fnaval_mobile has quit IRC | 21:26 | |
johnsom | We need to decide if we want to apply for the new "stable" tag was well. I guess current stable projects will just get it dropped if you don't apply | 21:27 |
xgerman | #startvote | 21:33 |
*** pcaruana has quit IRC | 21:38 | |
rm_work | #vote notyet | 21:43 |
rm_work | lol | 21:43 |
rm_work | maybe when we're stable? :P | 21:44 |
xgerman | well, we are selling Octavia… so pretty stable | 21:45 |
xgerman | rm_work another Q did you get anywhere with shrinking the image | 21:46 |
xgerman | ? | 21:46 |
rm_work | not yet | 21:48 |
rm_work | i really want to get it working but time may be a factor | 21:49 |
rm_work | haproxy installs on alpine but the amp agent won't start | 21:49 |
xgerman | ok, I am planning to look into that as well. Ubuntu core is a POS in disk image builder | 21:49 |
rm_work | requirements are a bit wonky installing | 21:49 |
xgerman | oh, I never got alpine to boot in vmware | 21:49 |
rm_work | i also tried with ubuntu-minimal and it looked like it might work but it just needs a few tweaks | 21:49 |
rm_work | I am using virtualbox for alpine | 21:50 |
xgerman | that failed for me as well —which version? | 21:50 |
rm_work | but i also don't have a qcow for it yet, i was just testing using it as a livecd to see how feasible it was | 21:50 |
rm_work | newest as of yesterday | 21:50 |
xgerman | yeah, I wanted to do the same | 21:50 |
rm_work | booted fine :( | 21:50 |
rm_work | just set it as "Linux 2.6/3.x" | 21:50 |
*** fawadkhaliq has quit IRC | 21:51 | |
*** fawadkhaliq has joined #openstack-lbaas | 21:51 | |
*** pcaruana has joined #openstack-lbaas | 21:52 | |
xgerman | ok, it comes up after I selectd other/other | 21:54 |
*** fawadkhaliq has quit IRC | 22:00 | |
*** woodster_ has joined #openstack-lbaas | 22:01 | |
*** fawadkhaliq has joined #openstack-lbaas | 22:01 | |
*** harlowja has joined #openstack-lbaas | 22:01 | |
*** kbyrne has quit IRC | 22:01 | |
*** fnaval has quit IRC | 22:04 | |
xgerman | well, maybe I can figure that out | 22:04 |
xgerman | now if only DIB would support alpine | 22:05 |
*** piet has quit IRC | 22:16 | |
*** fnaval has joined #openstack-lbaas | 22:18 | |
*** fnaval has quit IRC | 22:18 | |
*** fnaval has joined #openstack-lbaas | 22:18 | |
*** ducttape_ has quit IRC | 22:20 | |
*** piet has joined #openstack-lbaas | 22:29 | |
johnsom | neelashah Evidently the TC has a seven day waiting period on these governance patches, so it should merge tomorrow and we can release. I have everything in place to do it, just waiting on the patch. | 22:31 |
*** shakamunyi has joined #openstack-lbaas | 22:32 | |
*** neelashah has quit IRC | 22:32 | |
*** kevo has quit IRC | 22:52 | |
*** piet has quit IRC | 22:56 | |
*** yamamoto_ has quit IRC | 23:05 | |
*** kevo has joined #openstack-lbaas | 23:16 | |
*** chlong has joined #openstack-lbaas | 23:28 | |
*** ihrachys has quit IRC | 23:45 | |
*** harlowja has quit IRC | 23:47 | |
*** buttercup_ has quit IRC | 23:51 | |
*** yamamoto_ has joined #openstack-lbaas | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!