*** bank_ has quit IRC | 00:11 | |
*** crc32 has quit IRC | 00:12 | |
*** bank_ has joined #openstack-lbaas | 00:13 | |
*** crc32 has joined #openstack-lbaas | 00:16 | |
*** ducttape_ has quit IRC | 00:17 | |
*** longstaff has quit IRC | 00:28 | |
crc32 | xgerman: What config option in amphora-agent.conf contains the client cert CA? | 00:53 |
---|---|---|
crc32 | I see agent_server_ca agent_server_cert but was wondering what identifies the client CA cert that will authenticate client connections. | 00:53 |
*** crc32 has quit IRC | 00:57 | |
*** SumitNaiksatam has quit IRC | 01:00 | |
*** doug-fish has quit IRC | 01:10 | |
*** doug-fish has joined #openstack-lbaas | 01:10 | |
*** doug-fis_ has joined #openstack-lbaas | 01:12 | |
*** piet has quit IRC | 01:12 | |
*** doug-fi__ has joined #openstack-lbaas | 01:14 | |
*** doug-fish has quit IRC | 01:14 | |
*** doug-fi__ has quit IRC | 01:15 | |
*** piet has joined #openstack-lbaas | 01:16 | |
*** doug-fish has joined #openstack-lbaas | 01:16 | |
*** doug-fish has quit IRC | 01:16 | |
*** doug-fis_ has quit IRC | 01:16 | |
*** diogogmt has joined #openstack-lbaas | 01:18 | |
*** _cjones_ has quit IRC | 01:22 | |
*** longstaff has joined #openstack-lbaas | 01:24 | |
*** jaff_cheng has joined #openstack-lbaas | 01:37 | |
*** hang has joined #openstack-lbaas | 01:43 | |
*** jaff_cheng has quit IRC | 01:46 | |
*** Aish has quit IRC | 01:57 | |
*** crc32 has joined #openstack-lbaas | 02:00 | |
*** crc32 has quit IRC | 02:05 | |
*** madhu_ak has quit IRC | 02:05 | |
*** piet has quit IRC | 02:05 | |
*** longstaff has quit IRC | 02:13 | |
*** minwang2 has quit IRC | 02:17 | |
*** bank_ has quit IRC | 02:43 | |
*** bdrich_ has joined #openstack-lbaas | 02:45 | |
*** bana_k has quit IRC | 02:47 | |
mhayden | after getting the lime out of the cocunut finally, the octavia db is up and migrated | 02:52 |
mhayden | however, i'm stuck on a driver error: https://gist.githubusercontent.com/major/570374d2e97d8f1803ac/raw/c25d07bdbc360ece1cf97562eb200dc116356d7b/gistfile1.txt | 02:52 |
mhayden | it doesn't seem like neutron_lbaas ever reaches out to octavia, but i see neutron making ports for the load balancer | 02:52 |
*** sbalukoff has quit IRC | 02:55 | |
ptoohill | mhayden: It looks like its an auth config issue. Are you setting it up similar to how the devstack plugin does? | 03:02 |
mhayden | i'll go back and look at that plugin again | 03:06 |
mhayden | ptoohill: would this be the keystone_authtoken section? | 03:08 |
mhayden | i saw a mention of a [service_auth] section too | 03:08 |
*** piet has joined #openstack-lbaas | 03:09 | |
*** yamamoto has joined #openstack-lbaas | 03:09 | |
mhayden | it looks like it's service_auth, because if i remove that section, it complains about not being able to talk to keystone on localhost | 03:09 |
ptoohill | mhayden: I believe it is the service_auth section | 03:09 |
*** amotoki has quit IRC | 03:10 | |
mhayden | okay | 03:10 |
ptoohill | well | 03:10 |
ptoohill | maybe something we need to updated, but neutron-lbaas seems to be using keystone-authtoken | 03:10 |
ptoohill | my apologies | 03:10 |
ptoohill | and i stand recreated, sorta, its using both | 03:11 |
ptoohill | but the one to be concerned with here i believe is the service_auth | 03:12 |
ptoohill | https://github.com/openstack/neutron-lbaas/blob/master/devstack/plugin.sh#L52-L63 | 03:12 |
mhayden | okay, let me revisit that section again | 03:13 |
mhayden | thanks for the pointer | 03:13 |
*** allan_h has quit IRC | 03:15 | |
*** links has joined #openstack-lbaas | 03:15 | |
*** longstaff has joined #openstack-lbaas | 03:17 | |
mhayden | | provisioning_status | PENDING_CREATE | | 03:19 |
mhayden | WAAAAAAAAAAAAAAAAAAAAAAAAAAT | 03:19 |
*** longstaff has quit IRC | 03:19 | |
mhayden | | 91267829-2ee9-4c21-a92f-8b7d1f7df970 | lb-test | 172.29.248.12 | ACTIVE | octavia | | 03:20 |
mhayden | ptoohill: that was it! | 03:20 |
mhayden | my auth_url in the [service_token] section was incorrect | 03:20 |
*** yamamoto has quit IRC | 03:20 | |
ptoohill | mhayden: Awesome! | 03:21 |
*** yuanying_ has joined #openstack-lbaas | 03:21 | |
blogan | mhayden: is that with octavia noop drivers or real ones? | 03:23 |
mhayden | real ones! | 03:24 |
*** yuanying has quit IRC | 03:24 | |
blogan | mhayden: single or active standby topology? | 03:24 |
mhayden | i don't have nested virt on the box, so the vm won't kick off | 03:25 |
mhayden | but i'll toss this onto a box that can run it | 03:25 |
blogan | mhayden: what do you mean kick off? | 03:25 |
mhayden | i never saw a vm come up | 03:25 |
blogan | how'd it go active? | 03:25 |
mhayden | the amphora vm | 03:25 |
mhayden | i have no idea | 03:25 |
blogan | lol | 03:25 |
blogan | well that shouldn't happen unless nova says the amp when active | 03:25 |
ptoohill | maybe user view? | 03:26 |
blogan | mhayden: the vm comes up under the admin account | 03:26 |
mhayden | something must have gone wrong... there's a port made for the LB, but it's down | 03:27 |
mhayden | and no instances | 03:27 |
mhayden | octavia.api.v1.handlers.controller_simulator.handler [-] Simulating controller operation for loadbalancer... | 03:29 |
mhayden | perhaps that explains it? | 03:29 |
mhayden | is that the noop? | 03:30 |
blogan | pretty much (although there are other levels of noop) | 03:30 |
mhayden | where did i go wrong? | 03:30 |
blogan | yeah that was an initial simulator | 03:31 |
blogan | mhayden: handler in the config should be set to queue_produce i believe | 03:31 |
blogan | the api config | 03:31 |
ptoohill | welcome to the matrix | 03:31 |
ptoohill | or an onion, not sure which is better | 03:31 |
*** ianbrown_ has joined #openstack-lbaas | 03:31 | |
mhayden | okay, let me check the conf | 03:32 |
mhayden | in octavia.conf? | 03:32 |
blogan | mhayden: yeah, but on the api node if you have htem separated | 03:32 |
blogan | damn teh default handler is the simulated handler | 03:33 |
blogan | we should change that | 03:33 |
mhayden | i'm colocating octavia + neutron at the moment | 03:33 |
blogan | mhayden: oh okay then one config for all the octavia components will eb fine, and you'll just need to change api_handler to queue_producer | 03:34 |
*** ianbrown has quit IRC | 03:34 | |
mhayden | is that this? https://github.com/openstack/octavia/blob/master/devstack/plugin.sh#L64-L67 | 03:35 |
*** amotoki has joined #openstack-lbaas | 03:35 | |
mhayden | logs are much more verbose now | 03:36 |
openstackgerrit | Brandon Logan proposed openstack/octavia: Default api_handler to queue_producer https://review.openstack.org/274993 | 03:36 |
blogan | mhayden: thats the next level of possible noops, but if you look at the review above, thats what i'm talking about | 03:37 |
mhayden | okay | 03:37 |
blogan | L72 of that file you linked | 03:38 |
mhayden | okay, changed to queue produce | 03:39 |
mhayden | also, i set the three drivers that i saw in the devstack config | 03:39 |
mhayden | for amphora, network, and compute | 03:40 |
blogan | okay the devstack ones should be the correct ones | 03:40 |
blogan | but they do default to hte noop as well if not specified | 03:40 |
blogan | mhayden: does your neutron support allowed address pairs? | 03:41 |
*** yuanying has joined #openstack-lbaas | 03:41 | |
mhayden | i'm not familiar with that | 03:42 |
blogan | mhayden: its an extension | 03:42 |
blogan | mhayden: not sure how many extensions rpc supports | 03:42 |
mhayden | not sure if we load that one | 03:42 |
mhayden | ah, it's not in OSA mitaka | 03:43 |
blogan | if you do a port-show on a port do you see a row for it? | 03:43 |
*** hang has quit IRC | 03:43 | |
*** yuanying_ has quit IRC | 03:44 | |
*** jaff_cheng has joined #openstack-lbaas | 03:44 | |
mhayden | there is a row for it, but the value is empty for the port i just checked | 03:44 |
blogan | mhayden: it'll be empty unless you set it | 03:44 |
blogan | mhayden: if you do neutron ext-list does it show it as being loaded at least? | 03:45 |
mhayden | it shows up in the ext-list | 03:45 |
blogan | ok then its loaded at least, what neutron plugin are you using? | 03:45 |
blogan | ml2? | 03:45 |
mhayden | yes | 03:46 |
mhayden | ml2 + linuxbridge | 03:46 |
mhayden | neutron is the part of openstack that i'm least familiar with at this point | 03:46 |
blogan | hmm haven't tested it with lb, though i'm willing to bet it does work | 03:46 |
blogan | all it does is really just ip tables as far as i'm aware | 03:47 |
blogan | so lb or ovs shouldn't matter | 03:47 |
mhayden | ah, i don't have the amphora image downloaded | 03:47 |
mhayden | would that be a problem? | 03:47 |
mhayden | and i don't have a flavor configured | 03:47 |
blogan | ha yeah, you'd need to create it, our devstack script builds it | 03:48 |
blogan | yes that would be too | 03:48 |
blogan | and a management network too | 03:48 |
*** SumitNaiksatam has joined #openstack-lbaas | 03:48 | |
mhayden | are there docs someplace that i'm missing? | 03:48 |
blogan | i remember there was/is some, ill try to find them | 03:49 |
blogan | ajmiller created some i believe | 03:49 |
mhayden | created the flavor | 03:51 |
mhayden | can i use a generic trusty image as the amphora image? or does it need fancy things? | 03:51 |
blogan | it needs fancy things | 03:52 |
blogan | back when we were using a pure ssh driver you could have used just a generic image | 03:52 |
blogan | mhayden: https://github.com/openstack/octavia/tree/master/diskimage-create | 03:53 |
blogan | thats for creating the image | 03:53 |
blogan | after that's done you'd need to upload it to glance | 03:53 |
mhayden | hmm, i'll have to figure out this part for OSA | 03:55 |
mhayden | we'd need to pre-build this | 03:55 |
mhayden | it seems like ansible might be helpful with this image stuff ;) | 03:56 |
blogan | mhayden: it just might be, but the idea is to have a golden image and not have to build it too often, although it will have to happen to update the agent running on the amphora | 03:57 |
blogan | but for clouds that follow the stable releases, then only backports would cause a new image to be created, if that backport changed the agent | 04:00 |
mhayden | okay | 04:00 |
mhayden | i was wondering if y'all could inject ansible via cloud-init perhaps | 04:00 |
*** amotoki has quit IRC | 04:01 | |
blogan | we use cloud-init to configure the agent and start it up so we don't need ssh access | 04:01 |
*** bdrich_ has quit IRC | 04:02 | |
*** armax has quit IRC | 04:02 | |
blogan | mhayden: what do you have in mind for injecting ansible at that piont? | 04:03 |
mhayden | you could use generic images then and use ansible to do the post-install config | 04:03 |
mhayden | that'd reduce the need for a custom built image | 04:04 |
mhayden | because it doesn't look like you're adding too much to a standard stock image | 04:05 |
blogan | mhayden: oh i see what you mean now, there's also other things the image gives us like kernel tunings for better haproxy performance, but i dont know if that cna be done through cloud-init or if that needs to be baked into the image | 04:05 |
mhayden | that could help ensure that a freshly built LB is up to date as well | 04:05 |
*** yuanying has quit IRC | 04:05 | |
mhayden | are we talking sysctl type stuff? | 04:05 |
blogan | mhayden: yes, that would solve a big pain in the ass of doing it like this | 04:06 |
*** yuanying has joined #openstack-lbaas | 04:06 | |
blogan | yeah | 04:06 |
*** armax has joined #openstack-lbaas | 04:06 | |
mhayden | wait, i don't see a yum upgrade / apt-get upgrade in here anywhere | 04:06 |
blogan | mhayden: in the diskimage-create? | 04:06 |
mhayden | yeah | 04:07 |
mhayden | unless i'm missing it | 04:07 |
*** yuanying_ has joined #openstack-lbaas | 04:07 | |
*** yuanying has quit IRC | 04:07 | |
blogan | i still dont fully understand the diskimage-create, but there's also the elements that we decide to put in it | 04:07 |
blogan | oh yeah the image also has haproxy on it | 04:08 |
mhayden | i'm thinking about those situations where an openssl vulnerability drops and someone's running lbaasv2 | 04:08 |
*** yamamoto_ has joined #openstack-lbaas | 04:08 | |
blogan | mhayden: https://github.com/openstack/octavia/tree/master/elements | 04:08 |
blogan | mhayden: oh yeah thats been in the back of our minds, especially if we have to migrate thousands of existing amphora | 04:09 |
blogan | mhayden: so i think the tradeoff with doing it all in cloud-init will be boot time versus easier upgrades | 04:10 |
mhayden | true | 04:10 |
mhayden | perhaps there's a way to do it fully in openstack | 04:10 |
mhayden | 1) boot a vm with ansible in cloud-init 2) ansible powers off the instance 3) save a snapshot | 04:10 |
xgerman | crc32: ca=CONF.amphora_agent.agent_server_ca | 04:12 |
blogan | mhayden: yeah that could work too, could also just make all of these options | 04:12 |
crc32|znc | can you give me an ip to a working amphora ptoohill | 04:14 |
xgerman | mhayden having unusable do it makes you open up an attack vector where an attacker can control and install stuff o the VM | 04:15 |
xgerman | we did failing over vms regularly in the libra days and that took a couple of hours | 04:15 |
blogan | xgerman: couple hours for a failover!?!? | 04:16 |
xgerman | well, if you have like 1000 images to do | 04:16 |
xgerman | aka you make a new image; then force a failover of your 1000 VM | 04:16 |
blogan | xgerman: ohhh, migrating or something like that | 04:16 |
*** woodster_ has quit IRC | 04:16 | |
blogan | xgerman: yeah makes sense | 04:16 |
xgerman | yeah, with the right tooling it’s pretty painles | 04:17 |
xgerman | (one day with the operator api) | 04:17 |
*** bdrich_ has joined #openstack-lbaas | 04:17 | |
*** sbalukoff has joined #openstack-lbaas | 04:18 | |
xgerman | ansi ble gets autocorrected into unusable | 04:18 |
xgerman | BTW | 04:18 |
*** ducttape_ has joined #openstack-lbaas | 04:19 | |
blogan | xgerman: having ansible create the image? i don't think so | 04:21 |
xgerman | yeah, we entertained that for a split second… too many issues | 04:21 |
blogan | having ansible install all the stuff we need from a stock image sure, but then ansible can just close off the vector when its done | 04:22 |
blogan | no more ansible, no ssh, only the api | 04:22 |
*** bdrich_ has quit IRC | 04:22 | |
*** ducttape_ has quit IRC | 04:23 | |
xgerman | yeah, that was our idea, too — have unusable do all of that and then stuff the image in glance | 04:24 |
xgerman | but we felt the disk image builder did all that at build time without the need to spin up a vm and all the vagaries that entaisl | 04:24 |
blogan | pros and cons to both, i have a feeling the boot time to install all of this is greater than what most would prefer | 04:25 |
blogan | but it would make developing a tad bit easier | 04:25 |
blogan | instead of having to have a review up to point to, to pull down the code to install hte image from | 04:26 |
blogan | err agent | 04:26 |
*** paco20151113 has joined #openstack-lbaas | 04:26 | |
dougwig | ssh forever! | 04:36 |
*** bdrich_ has joined #openstack-lbaas | 04:37 | |
*** fnaval has quit IRC | 04:47 | |
*** allan_h has joined #openstack-lbaas | 05:00 | |
*** amotoki has joined #openstack-lbaas | 05:05 | |
*** hang has joined #openstack-lbaas | 05:11 | |
*** jaff_cheng has quit IRC | 05:14 | |
*** fnaval has joined #openstack-lbaas | 05:16 | |
*** ducttape_ has joined #openstack-lbaas | 05:20 | |
*** ducttape_ has quit IRC | 05:25 | |
*** prabampm has quit IRC | 05:26 | |
*** allan_h has quit IRC | 05:32 | |
*** neelashah has joined #openstack-lbaas | 05:35 | |
*** Aish has joined #openstack-lbaas | 05:35 | |
*** Aish has quit IRC | 05:36 | |
*** piet has quit IRC | 05:44 | |
*** piet has joined #openstack-lbaas | 05:45 | |
*** crc32 has joined #openstack-lbaas | 05:48 | |
*** prabampm has joined #openstack-lbaas | 06:02 | |
*** neelashah has quit IRC | 06:09 | |
*** piet has quit IRC | 06:11 | |
openstackgerrit | Brandon Logan proposed openstack/octavia: Default api_handler to queue_producer https://review.openstack.org/274993 | 06:13 |
*** bdrich_ has quit IRC | 06:18 | |
*** hang has quit IRC | 06:18 | |
*** bdrich_ has joined #openstack-lbaas | 06:19 | |
*** rcernin has joined #openstack-lbaas | 06:22 | |
*** jaff_cheng has joined #openstack-lbaas | 06:39 | |
*** rcernin has quit IRC | 06:46 | |
*** kobis has joined #openstack-lbaas | 06:48 | |
*** amotoki_ has joined #openstack-lbaas | 06:51 | |
*** fnaval has quit IRC | 06:52 | |
*** fnaval has joined #openstack-lbaas | 06:52 | |
*** kobis has quit IRC | 06:56 | |
*** bdrich_ has quit IRC | 07:01 | |
*** Alex_Stef has joined #openstack-lbaas | 07:02 | |
*** armax has quit IRC | 07:03 | |
*** amotoki has quit IRC | 07:03 | |
*** fnaval_ has joined #openstack-lbaas | 07:17 | |
*** fnaval has quit IRC | 07:20 | |
*** ducttape_ has joined #openstack-lbaas | 07:22 | |
*** ducttape_ has quit IRC | 07:26 | |
*** kobis has joined #openstack-lbaas | 07:50 | |
*** amotoki_ is now known as amotoki | 08:03 | |
*** Alex_Stef has quit IRC | 08:16 | |
*** Alex_Stef has joined #openstack-lbaas | 08:36 | |
*** Alex_Stef has quit IRC | 08:41 | |
*** numans has joined #openstack-lbaas | 08:57 | |
openstackgerrit | Bharath M proposed openstack/octavia: Replace depcrecated Nova networks with Nova interfaces https://review.openstack.org/273733 | 09:20 |
*** ducttape_ has joined #openstack-lbaas | 09:23 | |
*** reedip is now known as outofmemory | 09:27 | |
*** ducttape_ has quit IRC | 09:27 | |
*** markd_ has joined #openstack-lbaas | 09:40 | |
*** amotoki has quit IRC | 09:40 | |
*** mdavidson has quit IRC | 09:41 | |
*** markd_ has quit IRC | 09:41 | |
*** mdavidson has joined #openstack-lbaas | 09:41 | |
*** amotoki has joined #openstack-lbaas | 09:55 | |
*** bdrich_ has joined #openstack-lbaas | 10:02 | |
*** Alex_Stef has joined #openstack-lbaas | 10:05 | |
*** bdrich_ has quit IRC | 10:07 | |
*** amotoki has quit IRC | 10:10 | |
*** jaff_cheng has quit IRC | 10:12 | |
*** openstackgerrit has quit IRC | 10:17 | |
*** openstackgerrit has joined #openstack-lbaas | 10:18 | |
*** amotoki has joined #openstack-lbaas | 10:24 | |
*** amotoki_ has joined #openstack-lbaas | 10:30 | |
*** amotoki has quit IRC | 10:31 | |
*** yamamoto_ has quit IRC | 10:37 | |
*** amotoki_ has quit IRC | 10:42 | |
*** amotoki has joined #openstack-lbaas | 10:45 | |
*** prabampm has quit IRC | 11:11 | |
*** amotoki has quit IRC | 11:30 | |
*** prabampm has joined #openstack-lbaas | 12:09 | |
*** yamamoto has joined #openstack-lbaas | 12:15 | |
*** amotoki has joined #openstack-lbaas | 12:20 | |
*** yamamoto has quit IRC | 12:22 | |
*** yamamoto has joined #openstack-lbaas | 12:23 | |
*** yamamoto has quit IRC | 12:27 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/neutron-lbaas: WIP: Use tempest-lib's floating_ips_client https://review.openstack.org/275158 | 12:30 |
*** numan_ has joined #openstack-lbaas | 12:35 | |
*** numans has quit IRC | 12:36 | |
*** links has quit IRC | 12:36 | |
*** ptoohill has quit IRC | 12:36 | |
*** ptoohill has joined #openstack-lbaas | 12:38 | |
*** links has joined #openstack-lbaas | 12:39 | |
*** yamamoto has joined #openstack-lbaas | 12:46 | |
*** yamamoto has quit IRC | 12:56 | |
*** longstaff has joined #openstack-lbaas | 12:59 | |
*** logan- has quit IRC | 13:00 | |
*** amotoki has quit IRC | 13:00 | |
*** logan- has joined #openstack-lbaas | 13:00 | |
*** doug-fish has joined #openstack-lbaas | 13:07 | |
*** ebagdasa has quit IRC | 13:12 | |
*** amotoki has joined #openstack-lbaas | 13:16 | |
*** ducttape_ has joined #openstack-lbaas | 13:18 | |
*** davidlenwell has quit IRC | 13:24 | |
*** yamamoto has joined #openstack-lbaas | 13:27 | |
*** yamamoto has quit IRC | 13:27 | |
*** yamamoto has joined #openstack-lbaas | 13:28 | |
*** davidlenwell has joined #openstack-lbaas | 13:29 | |
*** neelashah has joined #openstack-lbaas | 13:48 | |
*** ducttape_ has quit IRC | 13:53 | |
*** woodster_ has joined #openstack-lbaas | 14:01 | |
*** bdrich_ has joined #openstack-lbaas | 14:04 | |
openstackgerrit | Evgeny Fedoruk proposed openstack/neutron-lbaas: L7 capability extension implementation for lbaas v2 https://review.openstack.org/148232 | 14:08 |
*** bdrich_ has quit IRC | 14:10 | |
*** thomasem-away is now known as thomasem | 14:13 | |
*** piet has joined #openstack-lbaas | 14:16 | |
*** diogogmt has quit IRC | 14:26 | |
*** prabampm has quit IRC | 14:27 | |
*** piet has quit IRC | 14:29 | |
*** piet has joined #openstack-lbaas | 14:35 | |
amotoki | xgerman: re L7 rules. sorry, you are right. last time i followed the related reviews, it was implemented as a part of LBaaS extension. now looks good. | 14:49 |
xgerman | great - we straightened that out in our midcycle | 14:50 |
*** ducttape_ has joined #openstack-lbaas | 14:54 | |
*** mdavidson has quit IRC | 14:59 | |
*** ducttape_ has quit IRC | 15:04 | |
*** piet has quit IRC | 15:08 | |
*** jschwarz has joined #openstack-lbaas | 15:10 | |
*** links has quit IRC | 15:11 | |
*** ajmiller has joined #openstack-lbaas | 15:18 | |
*** jschwarz has quit IRC | 15:19 | |
mhayden | okay, so i got the amphora image built, got the networking configured, but i'm getting an error about CA certificates now | 15:22 |
mhayden | is that required? | 15:22 |
*** amotoki has quit IRC | 15:24 | |
rm_work | blogan: http://logs.openstack.org/93/274993/2/check/gate-octavia-pep8/c3afa7a/console.html#_2016-02-02_06_19_17_873 :( | 15:28 |
*** bdrich_ has joined #openstack-lbaas | 15:32 | |
*** ducttape_ has joined #openstack-lbaas | 15:37 | |
mhayden | blogan: holy mackerel -- finally got an amphora image to start | 15:38 |
mhayden | not sure if it's working yet | 15:38 |
*** piet has joined #openstack-lbaas | 15:39 | |
*** numan_ has quit IRC | 15:43 | |
johnsom | mhayden FYI, the ubuntu cloud image diskimage-builder pulls down is always updated, thus no apt-get update step. | 15:45 |
johnsom | Personally it annoys me a bit because DIB is always downloading a new image, but... | 15:45 |
mhayden | so an amphora VM is coming up, but the worker can't ssh to it | 15:52 |
mhayden | ah, so the worker cannot reach the amphora vm | 15:53 |
mhayden | i guess i'm missing the network connection between the lb on the lb-mgmt-net and the octavia worker? | 15:57 |
*** mgarza has joined #openstack-lbaas | 15:57 | |
*** localloop127 has joined #openstack-lbaas | 15:58 | |
*** minwang2 has joined #openstack-lbaas | 16:01 | |
rm_work | mhayden: how long did you give it? on most environments without VT-X it takes ... a while | 16:04 |
rm_work | though if it didn't come up after 5-10 minutes then yeah | 16:05 |
mhayden | i have VT :) | 16:05 |
*** yamamoto has quit IRC | 16:05 | |
rm_work | heh k | 16:05 |
mhayden | but yeah, the networks are not connected | 16:05 |
rm_work | you can try to ssh into it manually | 16:05 |
mhayden | so that seems to be my problem | 16:05 |
rm_work | the key is in /etc/octavia/.ssh/ | 16:05 |
*** TrevorV has joined #openstack-lbaas | 16:05 | |
rm_work | to verify connectivity | 16:05 |
*** yamamoto has joined #openstack-lbaas | 16:07 | |
*** yamamoto has quit IRC | 16:08 | |
*** Alex_Stef has quit IRC | 16:11 | |
*** Aish has joined #openstack-lbaas | 16:18 | |
*** bdrich_ has quit IRC | 16:20 | |
*** woodster_ has quit IRC | 16:26 | |
*** bdrich_ has joined #openstack-lbaas | 16:28 | |
*** minwang2 has quit IRC | 16:29 | |
*** paco20151113 has quit IRC | 16:38 | |
*** intr1nsic has quit IRC | 16:44 | |
*** bana_k has joined #openstack-lbaas | 16:48 | |
*** bank_ has joined #openstack-lbaas | 16:48 | |
*** fnaval_ has quit IRC | 16:48 | |
*** armax has joined #openstack-lbaas | 16:52 | |
blogan | rm_work: i think thats where the devstack plugin puts the key | 16:55 |
rm_work | ah :/ | 16:56 |
blogan | rm_work: i brought mroe candy bars today! | 16:57 |
rm_work | lol | 16:57 |
johnsom | Fund raising? | 16:57 |
blogan | johnsom: my wife is a teacher and they're doing this to help out with supplies since they buy a lot out of their own pocket | 16:58 |
blogan | johnsom: bc our tax dollars are being allocated awesomely by the government | 16:58 |
johnsom | My mom was a teacher. I a familiar with that situation | 16:58 |
blogan | amazing that it hasn't been remedied since i don't know when | 16:59 |
johnsom | Don't get me started on the waste of tax dollars. There is a perfect example down the road from me | 16:59 |
blogan | i think there's a perfect example down the road from every person :) | 16:59 |
johnsom | Is anybody looking at our latest gate issue? | 17:00 |
*** ducttape_ has quit IRC | 17:05 | |
*** fnaval has joined #openstack-lbaas | 17:09 | |
*** minwang2 has joined #openstack-lbaas | 17:17 | |
*** ducttape_ has joined #openstack-lbaas | 17:17 | |
*** bdrich_ has quit IRC | 17:18 | |
*** mgarza has quit IRC | 17:30 | |
*** openstackgerrit has quit IRC | 17:32 | |
*** bdrich_ has joined #openstack-lbaas | 17:32 | |
*** mgarza_ has joined #openstack-lbaas | 17:33 | |
*** openstackgerrit has joined #openstack-lbaas | 17:33 | |
openstackgerrit | Trevor Vardeman proposed openstack/octavia: Add endpoint override conf option for neutron https://review.openstack.org/275337 | 17:33 |
*** allan_h has joined #openstack-lbaas | 17:36 | |
openstackgerrit | Michael Johnson proposed openstack/neutron-lbaas: Temporary gate fix for tempest library https://review.openstack.org/275342 | 17:37 |
*** madhu_ak has joined #openstack-lbaas | 17:38 | |
*** eranra_ has quit IRC | 17:38 | |
johnsom | Looks like they backed out of part of the previous change... | 17:38 |
*** SumitNaiksatam has quit IRC | 17:46 | |
rm_work | TrevorV: have you tested your change in devstack yet? looks pretty straightforward, waiting for gate tho | 17:46 |
rm_work | ah though the gate is still failing ATM so I guess i'll be waiting a while :P | 17:46 |
johnsom | Poking at the gate issue. However zuul is backed up today, so it will be a while | 17:48 |
*** bank_ has quit IRC | 17:48 | |
rm_work | T_T want me to look too? | 17:49 |
rm_work | or you have it handled? | 17:49 |
johnsom | I *think* I have it handled. I just have to wait for the gate checks as I don't have an environment I can run them local at the moment | 17:50 |
johnsom | If you want to try it out, feel free | 17:50 |
*** _cjones_ has joined #openstack-lbaas | 17:50 | |
*** _cjones_ has quit IRC | 17:51 | |
*** _cjones_ has joined #openstack-lbaas | 17:51 | |
*** jschwarz has joined #openstack-lbaas | 17:53 | |
*** bana_k has quit IRC | 17:53 | |
rm_work | I'll trust you | 17:55 |
rm_work | I have other stuff to be doing, I just usually prioritize gate-fixing | 17:55 |
*** jschwarz has quit IRC | 17:55 | |
xgerman | blogan / johnsom when you get a chance please weight in to https://review.openstack.org/275337 — I feel we need to figure out some consistent way for this stuff | 17:57 |
*** drjones has joined #openstack-lbaas | 17:57 | |
*** _cjones_ has quit IRC | 17:57 | |
*** nmagnezi has joined #openstack-lbaas | 18:00 | |
*** nmagnezi has quit IRC | 18:04 | |
*** Aish has quit IRC | 18:06 | |
*** ducttape_ has quit IRC | 18:10 | |
*** intr1nsic has joined #openstack-lbaas | 18:13 | |
*** ducttape_ has joined #openstack-lbaas | 18:14 | |
*** SumitNaiksatam has joined #openstack-lbaas | 18:17 | |
*** Aish has joined #openstack-lbaas | 18:19 | |
*** kobis has quit IRC | 18:21 | |
*** bana_k has joined #openstack-lbaas | 18:33 | |
*** bank_ has joined #openstack-lbaas | 18:33 | |
*** localloop127 has quit IRC | 18:38 | |
ajmiller | dougwig Wearing your Lieutenant bars: requirements for neutron-lbaas-dashboard aren't being automatically updated. I created https://review.openstack.org/#/c/275291/ to add it to projects.txt. Is there more I need to do? | 18:44 |
dougwig | ajmiller: no, that's it. reviews on the project are pretty bursty. | 18:45 |
*** kobis has joined #openstack-lbaas | 18:45 | |
*** numan_ has joined #openstack-lbaas | 18:47 | |
ajmiller | OK thanks. xgerman, johnsom, doug-fish blogan ptoohill and anyone else, reviews of https://review.openstack.org/#/c/275291/ would be appreciated. | 18:47 |
*** bdrich_ has quit IRC | 18:51 | |
johnsom | ajmiller looks good to me | 18:51 |
ajmiller | thanks | 18:51 |
*** whydidyoustealmy has joined #openstack-lbaas | 19:03 | |
*** johnsom_ has joined #openstack-lbaas | 19:03 | |
*** numan_ has quit IRC | 19:03 | |
*** localloop127 has joined #openstack-lbaas | 19:05 | |
*** kobis has quit IRC | 19:08 | |
*** itsuugo_ has joined #openstack-lbaas | 19:10 | |
*** pai15- has joined #openstack-lbaas | 19:11 | |
*** pai15 has quit IRC | 19:12 | |
*** barra204 has quit IRC | 19:12 | |
*** johnsom has quit IRC | 19:12 | |
*** kbyrne has quit IRC | 19:12 | |
*** itsuugo has quit IRC | 19:12 | |
*** itsuugo_ is now known as itsuugo | 19:12 | |
*** johnsom_ is now known as johnsom | 19:13 | |
*** kbyrne has joined #openstack-lbaas | 19:15 | |
TrevorV | rm_work I went to lunch right after pushing the change, so no, I haven't touched the devstack test yet | 19:20 |
TrevorV | I also marked it WIP until I could do that :D | 19:20 |
*** jwarendt has joined #openstack-lbaas | 19:21 | |
rm_work | ah didn't see it WIP | 19:24 |
rm_work | ... it isn't WIP | 19:24 |
TrevorV | It was SUPPOSED to be rm_work | 19:25 |
TrevorV | lulz | 19:25 |
TrevorV | Is gerrit really laggy for anyone else today? | 19:26 |
rm_work | not for me | 19:26 |
TrevorV | it keeps taking like 3 seconds to load any given page | 19:26 |
*** kobis has joined #openstack-lbaas | 19:30 | |
*** mgarza_ has quit IRC | 19:31 | |
*** TrevorV has quit IRC | 19:37 | |
*** TrevorV has joined #openstack-lbaas | 19:38 | |
johnsom | Yeah, it's a bit slow today | 19:42 |
*** whydidyoustealmy is now known as barra204 | 19:53 | |
*** bdrich_ has joined #openstack-lbaas | 20:00 | |
*** crc32 has joined #openstack-lbaas | 20:05 | |
fnaval | hi is there any openstack presentations that I can piggy back on | 20:07 |
rm_work | fnaval: how do you not have an ATC? T_T | 20:12 |
rm_work | fnaval: i should have an extra code, as should some others, i wouldn't worry too much abou tit | 20:12 |
rm_work | *about it | 20:12 |
openstackgerrit | Trevor Vardeman proposed openstack/octavia: Add endpoint override conf option for neutron and nova https://review.openstack.org/275337 | 20:13 |
fnaval | rm_work: ah, the is separate from the ATC pass; just wondering if there are any submitted talks that I can get a 5-10 min slot on | 20:17 |
fnaval | i'm pretty sure I'll get some code in before tehn | 20:18 |
rm_work | i mean, they already sent the ATC codes for austin, right? | 20:18 |
rm_work | do you have 10 minutes of stuff you want to say, or just want speaking experience? :P | 20:18 |
fnaval | rm_work: they do it in batches from what i understand until March/April? | 20:19 |
rm_work | ah, mayhaps | 20:20 |
fnaval | rm_work: both | 20:20 |
*** Aish has quit IRC | 20:23 | |
xgerman | fnaval I already put you on the Octavia lab | 20:23 |
fnaval | yep thanks xgerman for that! | 20:23 |
xgerman | yeah, you can talk 10 minutes about stuff | 20:24 |
fnaval | there's a deadline for tonight for speaker submissions. | 20:24 |
xgerman | no worries... | 20:24 |
fnaval | just wanted to see if there's any other talks that I can participate in related to neutron-lbaas / octavia | 20:24 |
xgerman | nah, I think you can keep changing speakers until shortly before the talk - ask dougwig | 20:24 |
johnsom | I put in the LBaaS talk again. If you have a topic we can add you to that as well | 20:25 |
rm_work | yeah | 20:25 |
rm_work | you can change the speakers until like | 20:25 |
rm_work | the day of | 20:25 |
*** piet has quit IRC | 20:28 | |
dougwig | you can also just show up to the podium and speak. | 20:28 |
fnaval | johnsom: cool probably the data driven testing again | 20:28 |
fnaval | yeah i might just do that also | 20:28 |
johnsom | Or show up at the podium and not speak as dougwig will attest | 20:29 |
johnsom | grin | 20:29 |
*** madhu_ak has quit IRC | 20:29 | |
dougwig | or that. you can wander around with a speaker tag and feel like a poser for a week. | 20:29 |
fnaval | =) | 20:29 |
johnsom | dougwig This looks like it fixes that latest issue: https://review.openstack.org/#/c/275342/ | 20:31 |
johnsom | I think they backed out of some of the changes from Friday | 20:31 |
*** piet has joined #openstack-lbaas | 20:32 | |
dougwig | johnsom: quick question on review | 20:33 |
sbalukoff | Hey folks-- Dustin, our co-worker Leslie and I submitted a talk idea called "Why is nobody using my code?" (concentrating on community interaction and the things new people typically get wrong about it). We're being told it'd be good to have a non-IBMer on this talk as well. Is anyone here interested in potentially co-presenting with us? | 20:34 |
johnsom | dougwig Answered | 20:35 |
johnsom | I think they modified both the v2 and v3 interface last week, then this week decided they shouldn't have modified the v2 interface and reverted it. | 20:36 |
johnsom | The right answer is: https://review.openstack.org/#/c/273817/ | 20:37 |
fnaval | sbalukoff: I might be! | 20:37 |
sbalukoff | Cool beans! | 20:37 |
*** jwarendt has quit IRC | 20:38 | |
*** minwang2 has quit IRC | 20:55 | |
sbalukoff | Wait-- did our gate spontaneously fix itself before johnsom's fix to neutron-lbaas tempest got through | 20:56 |
sbalukoff | ? | 20:56 |
sbalukoff | Oh, wait no... | 20:57 |
sbalukoff | Sorry. | 20:57 |
*** minwang2 has joined #openstack-lbaas | 20:57 | |
johnsom | My patch just got through the check gate | 20:58 |
sbalukoff | Yay! | 20:58 |
*** madhu_ak has joined #openstack-lbaas | 20:58 | |
TrevorV | johnsom the one that clashes with the bug fixes I have? Nooooooooooooo :P | 20:58 |
*** jwarendt has joined #openstack-lbaas | 20:58 | |
johnsom | TrevorV It's a patch for the neutron-lbaas tempest | 20:59 |
sbalukoff | It still needs a +A | 20:59 |
TrevorV | Oh gotcha, *whipes sweat off brow* | 20:59 |
TrevorV | ha ha | 20:59 |
sbalukoff | https://review.openstack.org/#/c/275342/ | 20:59 |
sbalukoff | ^^^ Someone needs to +A that so we can eke a few more small Octavia patches in before it breaks again (In a day or so, at this rate. ;) ) | 21:00 |
johnsom | ^^^ ptoohill ajmiller blogan | 21:00 |
ajmiller | on it | 21:01 |
*** Aish has joined #openstack-lbaas | 21:01 | |
sbalukoff | A couple of those Octavia patches are optimizations which should reduce build and test times... | 21:01 |
johnsom | Thanks | 21:01 |
sbalukoff | Yay! | 21:01 |
ptoohill | lgtm | 21:01 |
johnsom | Yeah, we need to support Cedric in his tempest patch: https://review.openstack.org/273817 | 21:01 |
sbalukoff | Agreed! | 21:01 |
ptoohill | meant to remove the +a since ajmiller was looking, but I think its ok? | 21:02 |
johnsom | Yeah, I'm sure it's fine | 21:02 |
ajmiller | I don't think its a problem at all. | 21:02 |
*** kobis has quit IRC | 21:05 | |
*** kobis has joined #openstack-lbaas | 21:06 | |
*** kobis has quit IRC | 21:09 | |
johnsom | TrevorV http://sonar.octavia.io/archive/octavia/a727956452b27107ff3c72b0042d802a54c95c8d/102/cover/octavia_controller_worker_tasks_compute_tasks_py.html#n161 | 21:19 |
johnsom | Otherwise it looks good | 21:19 |
blogan | sorry guys, been in a long meeting, didnt get a chance to upvote taht review | 21:23 |
johnsom | NP we got it | 21:23 |
sbalukoff | Screw you blogan. | 21:23 |
sbalukoff | ;) | 21:23 |
blogan | sbalukoff: i was just in a long meeting, that has already been done | 21:24 |
sbalukoff | Haha! | 21:24 |
sbalukoff | Yeah, I know the feeling, man. My condolences. | 21:24 |
*** neelashah has quit IRC | 21:29 | |
*** neelashah has joined #openstack-lbaas | 21:30 | |
xgerman | sbalukoff we can add some HP person as well tho the talk if that helps | 21:42 |
sbalukoff | xgerman: If you want to add someone, let me know ASAP! | 21:45 |
openstackgerrit | Merged openstack/neutron-lbaas: Temporary gate fix for tempest library https://review.openstack.org/275342 | 21:45 |
sbalukoff | The window closes tonight, of course. | 21:46 |
xgerman | you can change speakers all the time - ask dougwig :-) | 21:47 |
sbalukoff | Oh? | 21:47 |
xgerman | or scroll back | 21:47 |
sbalukoff | Descriptions get updated when they're being voted on? Or just the speaker list? | 21:47 |
sbalukoff | Yay! Gate fix merged! | 21:48 |
johnsom | sbalukoff The speaker list is fluid (you benefited from that in Tokyo) | 21:48 |
sbalukoff | johnsom: Yes... but I never actually got speaker credit / badge. | 21:49 |
sbalukoff | Huh. | 21:49 |
xgerman | ok, bharatm is happy to join | 21:49 |
sbalukoff | Could we get a +A on this? https://review.openstack.org/#/c/274294/ | 21:50 |
sbalukoff | xgerman: Cool! Send me his bio, and I'll ask Leslie to add it to our talk, eh! | 21:50 |
xgerman | ok | 21:51 |
bharathm | sbalukoff: It's me that xgerman mentioned.. Just the bio is enough for now ? | 21:52 |
johnsom | All you should need is the email address, he can enter his own bio | 21:53 |
xgerman | +1 | 21:53 |
sbalukoff | bharathm: I think so. If our talk gets accepted then we'll have real work to do. :) | 21:53 |
sbalukoff | Oh, handy! | 21:53 |
sbalukoff | bharathm: What e-mail address have you registered with the openstack summit site? | 21:54 |
xgerman | and if bharathm gets travel approved — otherwise it’s all on fnaval or we can see who is going form HP and reshuffle | 21:54 |
bharathm | Sounds good.. | 21:54 |
bharathm | sbalukoff: my email : bharath.stacker@gmail.com | 21:54 |
sbalukoff | Okeedokee! | 21:54 |
sbalukoff | You should get a notification when Leslie adds you to the talk. | 21:54 |
bharathm | Will be looking out.. thanks | 21:56 |
sbalukoff | Thank you! | 21:56 |
*** fnaval_ has joined #openstack-lbaas | 22:05 | |
TrevorV | johnsom I don't know how to read this page | 22:05 |
TrevorV | What is the problem? | 22:05 |
johnsom | You need to update the unit test to check the exception path where the nova boot fails | 22:05 |
TrevorV | Oh, okay, gotcha | 22:06 |
johnsom | Yellow means a code branch that not all paths are tested, and red means un-tested line | 22:06 |
*** fnaval has quit IRC | 22:07 | |
TrevorV | Oh okay, didn't know about that. Nice | 22:08 |
*** piet has quit IRC | 22:10 | |
openstackgerrit | Trevor Vardeman proposed openstack/octavia: Amphora Create now fails when amphora goes into ERROR status https://review.openstack.org/267137 | 22:14 |
*** ducttape_ has quit IRC | 22:18 | |
*** ducttape_ has joined #openstack-lbaas | 22:21 | |
TrevorV | johnsom I added a new test | 22:22 |
TrevorV | I missed scrollback because of a meeting, is someone looking into the gate issues? | 22:23 |
johnsom | Should be fixed now | 22:23 |
*** localloop127 has quit IRC | 22:24 | |
TrevorV | Alright johnsom then I have a few reviews waiting on jenkins running the tests again and then I should be good. | 22:24 |
*** piet has joined #openstack-lbaas | 22:25 | |
johnsom | Yep. I +2'd the ERROR status bug fix. Thanks for grabbing that! It will be nice to have fixed | 22:25 |
TrevorV | Yeah, clear up the logs a bit :D | 22:26 |
rm_work | Yeah, the range/xrange thing is ... MAYBE important? | 22:33 |
*** ducttape_ has quit IRC | 22:33 | |
rm_work | it's an optimization | 22:33 |
rm_work | generally we opt to use six.moves for it because xrange is really a lot better in py2 (which is 99% of deployments) | 22:33 |
johnsom | right, but for a retry counter, I don't know | 22:33 |
rm_work | it depends a lot on how big the list is | 22:33 |
rm_work | what is that usually set to? | 22:33 |
rm_work | 20? 1000? 100000? | 22:33 |
rm_work | it *probably* doesn't matter, it's just good practice | 22:34 |
blogan | how important is using xrange if the range is relatively low? | 22:34 |
johnsom | -1 it | 22:34 |
rm_work | not enough to -1 IMO | 22:34 |
blogan | i don't think its a big deal if its a low number | 22:34 |
rm_work | is the range relatively low for that field? | 22:34 |
rm_work | that is my question | 22:35 |
johnsom | our default for that is 01 | 22:35 |
johnsom | `0 | 22:35 |
johnsom | 10 | 22:35 |
johnsom | man | 22:35 |
rm_work | lol | 22:35 |
rm_work | 10 | 22:35 |
rm_work | doesn't matter | 22:35 |
blogan | lets be sure we dont keep a list of 10 items in memory | 22:35 |
sbalukoff | blogan or johnsom: Can one of y'all +A this? It's annoying to have to recheck because of this: https://review.openstack.org/#/c/274294/ | 22:35 |
rm_work | if it were in the 10 THOUSAND range, maybe it matters? | 22:35 |
rm_work | especially if it's in a thread | 22:35 |
blogan | now the better question is if its a configurable option should we worry about deployers being dumb and putting in a huge number? | 22:36 |
blogan | at this point they're reallys hooting themselves in the foot with the huge number, even if it was xrange | 22:36 |
rm_work | heh prolly | 22:36 |
johnsom | sbalukoff I have been on the fence with that one. I would need to research it more to understand that there aren't other tests in that module that need the same change. | 22:36 |
sbalukoff | johnsom: That's fine... but this is the only one that is intermittently triggering. | 22:37 |
blogan | johnsom: but if it needs the same change we can add them in later if this one does indeed fix the intermitten ones now? | 22:37 |
blogan | right? | 22:37 |
johnsom | I guess I could stop working on your review.... grin | 22:37 |
*** Bjoern has joined #openstack-lbaas | 22:37 | |
rm_work | heh | 22:37 |
sbalukoff | :P | 22:37 |
rm_work | yeah IMO we can make new CRs if we find more | 22:37 |
rm_work | as they trigger | 22:37 |
sbalukoff | Yep. | 22:37 |
rm_work | I already +2'd | 22:37 |
rm_work | are there any revert tests? | 22:38 |
johnsom | So, go for it. I'm not blocking it, just felt like I should read up more before +2 | 22:38 |
rm_work | i'm waiting on jenkins for trevor's review there, but like, will they even show me anything? | 22:38 |
blogan | johnsom: done! | 22:38 |
blogan | rm_work: in zuul? | 22:38 |
sbalukoff | Sweet! Thanks! | 22:38 |
*** rtheis has quit IRC | 22:38 | |
rm_work | blogan: i mean will the test results even be useful? | 22:38 |
rm_work | if there aren't any tests that test reverts... | 22:39 |
rm_work | then the tests passing doesn't tell me anything about the correctness | 22:39 |
blogan | tells you it didn't break anything else :) | 22:40 |
rm_work | lol sure | 22:40 |
johnsom | There are unit tests for reverts, but not that Trevor's change would trigger. | 22:40 |
TrevorV | Why you talkin about me while I'm right here?!?! | 22:40 |
blogan | the unit test does test the correctness, but doesn't test that the revert is called like taskflow does | 22:40 |
TrevorV | :P | 22:41 |
rm_work | we're talking about your change :P | 22:42 |
rm_work | and we'd welcome your input of course ^_^ | 22:42 |
rm_work | oh man I should eat breakfast soon | 22:43 |
Bjoern | Hi folks, a quick question. The HaproxyNSDriver should be LBaasV2 compatible in liberty right ? Getting neutron_lbaas.agent.agent_manager AttributeError: 'HaproxyNSDriver' object has no attribute 'loadbalancer' for some unknown reason | 22:43 |
johnsom | breakfast - ha | 22:43 |
rm_work | yeah i woke up at 9am today even, just forgot to eat because i've been working >_< | 22:44 |
rm_work | that's one thing WFH does, no clear lunch break | 22:44 |
johnsom | Yeah, I hate it when that happens | 22:44 |
blogan | Bjoern: it should be, can you paste the relevant neutron.conf sections and neutron_lbaas sections | 22:44 |
*** armax_ has joined #openstack-lbaas | 22:44 | |
*** armax has quit IRC | 22:45 | |
*** armax_ is now known as armax | 22:45 | |
blogan | Bjoern: send a paste link | 22:46 |
blogan | gist or paste | 22:46 |
Bjoern | https://gist.github.com/BjoernT/15ad9ced50ec3353d96f | 22:47 |
Bjoern | send the minimal config | 22:47 |
blogan | Bjoern: line 26 of that file | 22:48 |
blogan | Bjoern: should be neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver | 22:49 |
blogan | you're using the v1 device driver | 22:49 |
*** drjones has quit IRC | 22:49 | |
blogan | Bjoern: it's not clear but anything that goes to neutron_lbaas.services.loadbalancers is v1 (Except the plugin!) | 22:49 |
*** fnaval_ is now known as fnaval | 22:50 | |
Bjoern | ok, let me test real quick | 22:50 |
Bjoern | ok that worked, I can create the LB now . Where is this all documented ? Thanks BTW | 22:51 |
*** _cjones_ has joined #openstack-lbaas | 22:51 | |
blogan | Bjoern: i wouldn't be surprised if it wasn't documented, bc i can't remember where, but if its not, obviously our fault for not doing it. once v1 gets removed though, it'll be less confusing | 22:52 |
Bjoern | yes I would have found it if there would have been a v2 in the name somewhere , lol | 22:53 |
*** piet has quit IRC | 22:53 | |
*** piet has joined #openstack-lbaas | 22:53 | |
Bjoern | is it true that the lbaasv2-agent is not maintained and dies in favor of the octavia driver/solution ? | 22:53 |
sbalukoff | I suspect it'll be around with us for a while. The LBaaSv1 stuff is on the short this for stuff we intend to kill. | 22:56 |
sbalukoff | Also the synchronous driver. | 22:56 |
Bjoern | yeah hopefully not ending up like nova network | 22:57 |
sbalukoff | But you are correct in that Octavia is now considered the reference implementation for LBaaSv2. | 22:57 |
blogan | i suspect the agent won't be getting a lot of love bc octavia is the focus, though it would be nice to have 2 working implementations, but that requires maintenance of it which requires people to care about it | 22:57 |
blogan | 2 working open source, "reference" implementations | 22:58 |
Bjoern | yeah I see that problem | 22:58 |
*** neelashah has quit IRC | 23:03 | |
*** TrevorV has quit IRC | 23:09 | |
sbalukoff | bharathm: Ping | 23:15 |
bharathm | Yup sbalukoff: | 23:16 |
sbalukoff | bharathm: Did you see my private message to you? | 23:17 |
bharathm | Replied.. | 23:18 |
*** outofmemory is now known as reedip | 23:31 | |
*** ducttape_ has joined #openstack-lbaas | 23:43 | |
dougwig | Bjoern: unless you want to volunteer to maintain it? | 23:50 |
Bjoern | I have not looked into octavia yet. Personally I do like haproxy :-) | 23:51 |
sbalukoff | Bjoern: Octavia uses haproxy. | 23:52 |
Bjoern | interesting.. | 23:53 |
*** crc32 has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!