johnsom | Well, I guess that would still leave it listening to everything, so probably not it. | 00:00 |
---|---|---|
johnsom | Might just be a strange dhcpd behavior on that platform where it automagically changes your route | 00:00 |
*** TrevorV has quit IRC | 00:02 | |
rm_work | this is before the agent gets called | 00:03 |
rm_work | so the VM is just sitting there | 00:03 |
rm_work | working | 00:03 |
rm_work | then the neutron plug happens | 00:04 |
rm_work | and then no longer working | 00:04 |
rm_work | i think it's something with the local network setup here | 00:04 |
rm_work | so ignore me for a bit | 00:04 |
johnsom | Ok, for your notes for later, I would poke around in the dhcp hooks we adjust in those links above. I bet the issue is in one of those scripts... | 00:08 |
*** fnaval has quit IRC | 00:09 | |
*** ducttape_ has quit IRC | 00:11 | |
*** ducttape_ has joined #openstack-lbaas | 00:11 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Adds diskimage-create scripts to pypi package https://review.openstack.org/416782 | 00:13 |
rm_work | looks like it's an issue with the code that updates the security groups T_T | 00:16 |
*** ducttape_ has quit IRC | 00:25 | |
*** amotoki has quit IRC | 00:34 | |
*** gongysh has quit IRC | 00:47 | |
openstackgerrit | JingLiu proposed openstack/octavia: Set access_policy for messaging's dispatcher https://review.openstack.org/416394 | 00:49 |
*** ducttape_ has joined #openstack-lbaas | 00:51 | |
*** ducttape_ has quit IRC | 00:52 | |
*** ducttape_ has joined #openstack-lbaas | 00:52 | |
*** kong_ is now known as kong | 01:00 | |
*** madhu_Ak has joined #openstack-lbaas | 01:03 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Add quota support to Octavia https://review.openstack.org/360794 | 01:05 |
openstackgerrit | Michael Johnson proposed openstack/octavia: Set access_policy for messaging's dispatcher https://review.openstack.org/416394 | 01:07 |
*** yamamoto has joined #openstack-lbaas | 01:09 | |
*** madhu_Ak has quit IRC | 01:09 | |
*** yamamoto has quit IRC | 01:18 | |
*** yamamoto has joined #openstack-lbaas | 01:18 | |
*** kevo has quit IRC | 01:26 | |
rm_work | oh hey johnsom last one for today if you're still here | 01:30 |
rm_work | johnsom: when you plug the VIP with allowed_address_pairs... | 01:31 |
*** bana_k has quit IRC | 01:31 | |
johnsom | Still here | 01:31 |
rm_work | `openstack server show` shows me two addresses, the management IP and .... another IP that's not quite the VIP IP | 01:32 |
rm_work | and in the netns, it binds the "not quite the VIP IP" to eth1, and eth1:0 is the working VIP IP | 01:32 |
rm_work | is that *normal*? | 01:32 |
johnsom | Yes, it is normal. That is how the allowed address pairs stuff works | 01:33 |
rm_work | alright | 01:33 |
rm_work | weird | 01:33 |
rm_work | well, everything is working then :P | 01:33 |
rm_work | just ... weird | 01:33 |
*** yamamoto has quit IRC | 01:33 | |
johnsom | "not quite" eth1 is the base address, a fixed address on the network/subnet. eth1:0 is the vrrp address that moves between the hosts. | 01:33 |
johnsom | server show probably doesn't know/understand the allowed address pairs implementation in neutron. | 01:34 |
*** yamamoto has joined #openstack-lbaas | 01:34 | |
johnsom | neutron has the eth1:0 vrrp address configured the same on both ports as the "allowed address pair" IP. | 01:35 |
rm_work | hmm | 01:36 |
rm_work | so there's no network driver written for NOT using AAP? | 01:36 |
johnsom | Correct | 01:37 |
*** ducttape_ has quit IRC | 01:37 | |
rm_work | The implementation I'm looking at would be more like: Every AMP gets a VIP plugged that is just a normal single VIP; then the LB gets a FLIP created and the FLIP is what points to the amp's VIP | 01:37 |
rm_work | so the *LB*'s VIP would be the FLIP | 01:37 |
johnsom | It would mean you couldn't do Active/Standby. It also makes the haproxy non local address binding stuff a bit odd | 01:37 |
johnsom | So no active/standby or you want to move the flip to fail over??? | 01:38 |
rm_work | move the FLIP | 01:38 |
johnsom | Ugh, really. | 01:39 |
johnsom | You know those failover times are horrible right? | 01:39 |
rm_work | yeah :/ | 01:39 |
rm_work | well | 01:39 |
rm_work | the AAP is *working* but | 01:39 |
rm_work | not every VM that comes up will be routable to the subnet | 01:39 |
rm_work | like | 01:39 |
rm_work | the replacement VM on a failover might come up on a different subnet | 01:40 |
rm_work | without access to the original subnet, so plugging that port wouldn't work | 01:40 |
rm_work | I mean like, physically unconnectable (hypervisor doesn't have routing for that subnet at TOR) | 01:40 |
rm_work | maybe ensuring it comes up in the same AZ would fix that? | 01:41 |
johnsom | I do need to run, maybe we should have a hangout tomorrow and talk through this. | 01:41 |
rm_work | I think I *might* have some sort of guarantee that it'd work if i force it into the same AZ | 01:41 |
rm_work | yeah it's interesting | 01:41 |
rm_work | I have a lot of my day blocked off for various meetings, but I am curious if you've seen this be an issue anywhere else | 01:41 |
rm_work | I'll verify whether same-AZ would fix it | 01:41 |
rm_work | and then yeah we can chat | 01:42 |
johnsom | Well, kind of the point of the vip is to be hot plugged into the amp, so.... Worried about going down a bad path here and Act/Stndby/failover not working | 01:42 |
*** yamamoto has quit IRC | 01:43 | |
rm_work | well, no tenant networks here >_> | 01:43 |
johnsom | So, yeah, a chat through it would be good just to make sure you end up with the best solution. | 01:43 |
rm_work | and the end user has no idea what subnets will even be routable on whatever host is picked for their amphora | 01:43 |
rm_work | which is why i had to tweak it to actually make VIP optional on create, and autodetect the subnet based on what was plugged for management-net | 01:44 |
rm_work | and had to change it to boot without specifying a subnet, and fill the subnet info for the amp based on what the scheduler chose >_> | 01:44 |
*** ducttape_ has joined #openstack-lbaas | 01:45 | |
*** yamamoto has joined #openstack-lbaas | 01:49 | |
*** yamamoto has quit IRC | 01:52 | |
*** yamamoto has joined #openstack-lbaas | 01:54 | |
*** gongysh has joined #openstack-lbaas | 02:00 | |
openstackgerrit | ZhaoBo proposed openstack/octavia: Fix multi-typo error in Octavia https://review.openstack.org/415172 | 02:05 |
openstackgerrit | ZhaoBo proposed openstack/neutron-lbaas: Raise VipNetworkInvalid when create lb with no-subnets vipnet https://review.openstack.org/415673 | 02:06 |
*** yamamoto has quit IRC | 02:11 | |
*** ducttape_ has quit IRC | 02:21 | |
*** ducttape_ has joined #openstack-lbaas | 02:23 | |
openstackgerrit | ZhaoBo proposed openstack/octavia: Fix multi-typo error in Octavia https://review.openstack.org/415172 | 02:57 |
*** harlowja has quit IRC | 03:05 | |
openstackgerrit | ZhaoBo proposed openstack/octavia: Add check when plug vrrp port in LB creation https://review.openstack.org/416519 | 03:17 |
*** yamamoto has joined #openstack-lbaas | 03:20 | |
*** amotoki has joined #openstack-lbaas | 03:30 | |
*** links has joined #openstack-lbaas | 03:40 | |
*** madhu_ak has joined #openstack-lbaas | 03:49 | |
*** ducttape_ has quit IRC | 03:55 | |
openstackgerrit | ZhaoBo proposed openstack/octavia: Fix multi-typo error in Octavia https://review.openstack.org/415172 | 03:58 |
*** csomerville has joined #openstack-lbaas | 04:14 | |
*** cody-somerville has quit IRC | 04:17 | |
*** ducttape_ has joined #openstack-lbaas | 04:46 | |
*** madhu_ak has quit IRC | 04:56 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lbaas: Updated from global requirements https://review.openstack.org/415975 | 05:09 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements https://review.openstack.org/415979 | 05:11 |
*** ducttape_ has quit IRC | 05:15 | |
reedip | anyone available? | 05:49 |
*** ducttape_ has joined #openstack-lbaas | 06:15 | |
rm_work | reedip: kinda? o/ | 06:20 |
*** ducttape_ has quit IRC | 06:20 | |
*** gcheresh_ has joined #openstack-lbaas | 06:24 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/octavia: Fix a typo in octavia/common/tls_utils/cert_parser.py https://review.openstack.org/416850 | 06:27 |
*** korean101 has joined #openstack-lbaas | 06:39 | |
korean101 | hi guys. | 06:40 |
korean101 | anyone know this message? (CertificateGenerationException: Could not sign the certificate request: Failed to load /etc/octavia/certs/ca_01.pem) | 06:40 |
korean101 | i use RDO on CentOS 7. | 06:40 |
korean101 | and I copy 'certs directory' from DEVSTACK to my CentOS 7 server | 06:41 |
openstackgerrit | Merged openstack/octavia: Remove MANIFEST.in from repo https://review.openstack.org/416478 | 06:41 |
openstackgerrit | Merged openstack/octavia: Do not use log hints for exceptions https://review.openstack.org/415646 | 06:42 |
openstackgerrit | Merged openstack/octavia: Save neutron calls if plugin does not support dns-integration https://review.openstack.org/415644 | 06:42 |
korean101 | i also use Newton Releases | 06:42 |
korean101 | anyone help me? | 06:42 |
rm_work | korean101: and the file is actually exactly there? /etc/octavia/certs/ca_01.pem | 06:44 |
rm_work | And the contents are actually a valid x509 certificate? | 06:44 |
korean101 | # file /etc/octavia/certs/ca_01.pem | 06:45 |
korean101 | /etc/octavia/certs/ca_01.pem: PEM certificate | 06:45 |
korean101 | -----BEGIN CERTIFICATE----- | 06:45 |
korean101 | rm_work: yes | 06:45 |
korean101 | rm_work: hi there | 06:45 |
korean101 | rm_work: i just copy that directory from DEVSTACK | 06:45 |
korean101 | rm_work: use scp command | 06:46 |
rm_work | openssl x509 -in /etc/octavia/certs/ca_01.pem -text | 06:46 |
rm_work | it can load correctly? | 06:46 |
rm_work | on that machine | 06:46 |
korean101 | rm_work: yes (http://paste.openstack.org/show/593947/) | 06:46 |
korean101 | rm_work: on CentOS 7 machine | 06:46 |
rm_work | permissions? | 06:47 |
korean101 | -rw-r--r-- | 06:47 |
rm_work | otherwise, the error it is showing may be masking a different issue | 06:47 |
rm_work | does it give you a traceback? | 06:47 |
korean101 | rm_work: hmmm... i succeed deploy a test VM | 06:47 |
korean101 | rm_work: not any other ERRORs on logs | 06:48 |
rm_work | is debug on? | 06:48 |
korean101 | rm_work: no | 06:48 |
rm_work | possibly turn on debug and check the output from the controller-worker | 06:49 |
korean101 | rm_work: turn on that option? | 06:49 |
korean101 | rm_work: ok. 1 minutes... | 06:49 |
korean101 | rm_work: debug on messages (http://paste.openstack.org/show/593948/) | 06:51 |
*** bana_k has joined #openstack-lbaas | 06:53 | |
rm_work | congrats, you found a bug! | 06:54 |
rm_work | korean101: the error message there is wrong | 06:55 |
rm_work | it should be telling you it can't open the private key | 06:55 |
rm_work | probably it has a passcode (the default from devstack is "foobar" which you don't have set | 06:55 |
rm_work | ca_private_key_passphrase = foobar | 06:55 |
korean101 | rm_work: yes. i miss 'foobar' | 06:56 |
rm_work | you can: file a bug; file a bug and fix it; just fix it; ignore this and hope someone else (probably me) remembers to do it later | 06:56 |
rm_work | :P | 06:56 |
rm_work | eh I can probably do it now quickly | 06:56 |
rm_work | unless you want to :) | 06:57 |
rm_work | ugh another bug in here, wtf happened to this file | 06:58 |
korean101 | rm_work: i set 'certificates ca_private_key_passphrase = foobar' | 06:59 |
rm_work | oh, actually it looks like in this case, it can't find the file | 07:00 |
rm_work | though you do need to set that :) | 07:00 |
rm_work | it's just not the problem *now* | 07:00 |
korean101 | rm_work: but i got a same messages... | 07:00 |
rm_work | yeah, because | 07:01 |
rm_work | there's a bug in the log file | 07:01 |
rm_work | err, log message | 07:01 |
korean101 | rm_work: ah... | 07:01 |
rm_work | unfortunately it's just not printing the correct filename | 07:01 |
rm_work | in devstack I have: | 07:01 |
rm_work | ca_private_key = /etc/octavia/certs/private/cakey.pem | 07:01 |
rm_work | is that where the file is for you? | 07:02 |
rm_work | and what do you have in your config? | 07:02 |
rm_work | make sure that is set properly for where you put the file | 07:02 |
korean101 | # grep pem /etc/octavia/octavia.conf | 07:02 |
korean101 | ca_private_key = /etc/octavia/certs/private/cakey.pem | 07:02 |
korean101 | ca_certificate = /etc/octavia/certs/ca_01.pem | 07:02 |
korean101 | server_ca = /etc/octavia/certs/ca_01.pem | 07:02 |
korean101 | client_cert = /etc/octavia/certs/client.pem | 07:02 |
rm_work | is THAT file there, and what are the permissions on it? | 07:02 |
openstackgerrit | ZhaoBo proposed openstack/octavia: Add check when plug vrrp port in LB creation https://review.openstack.org/416519 | 07:02 |
korean101 | rm_work: yes all exists... and -rw-r--r-- | 07:03 |
rm_work | /etc/octavia/certs/private/cakey.pem | 07:03 |
rm_work | what about the directory it's in? | 07:03 |
*** Alex_Stef has joined #openstack-lbaas | 07:04 | |
korean101 | rm_work: what directories? | 07:04 |
rm_work | ls -ld /etc/octavia/certs/private | 07:04 |
korean101 | rm_work: drwx------ 2 root root 23 1월 4 17:31 /etc/octavia/certs/private | 07:04 |
rm_work | yeah | 07:05 |
rm_work | what user is running octavia-worker? | 07:05 |
*** pcaruana has joined #openstack-lbaas | 07:05 | |
korean101 | rm_work: octavia user | 07:05 |
rm_work | yeah | 07:05 |
rm_work | it can't access that directory | 07:05 |
rm_work | either: chmod go+rx /etc/octavia/certs/private | 07:06 |
rm_work | or | 07:06 |
korean101 | rm_work: (http://paste.openstack.org/show/593954/) | 07:06 |
rm_work | chmod g+rx /etc/octavia/certs/private && chgrp octavia /etc/octavia/certs/private | 07:06 |
rm_work | one of those two commands will fix it | 07:07 |
rm_work | depending on how you want to handle security | 07:07 |
*** tesseract has joined #openstack-lbaas | 07:09 | |
korean101 | rm_work: OMG!!! resolved! | 07:09 |
rm_work | :) | 07:09 |
korean101 | rm_work: OMG. geninus guy! | 07:09 |
korean101 | rm_work: but i got "PENDING_CREATE" | 07:09 |
korean101 | rm_work: you still fix that bugs? | 07:10 |
rm_work | heh, time for the next problem :) | 07:10 |
rm_work | err, well, it does need to create, right? | 07:10 |
rm_work | hopefully it'll go active? | 07:10 |
openstackgerrit | Adam Harwell proposed openstack/octavia: Correcting error message for CA Key validation failure https://review.openstack.org/416869 | 07:10 |
korean101 | rm_work: nope. changed error | 07:10 |
rm_work | ah :/ | 07:10 |
rm_work | check controller worker log again | 07:11 |
korean101 | rm_work: http://paste.openstack.org/show/593955/ | 07:11 |
korean101 | rm_work: worker.log 2017-01-05 16:09:34.603 7469 WARNING octavia.amphorae.drivers.haproxy.rest_api_driver [-] Could not connect to instance. Retrying. | 07:12 |
rm_work | yeah that is normal | 07:12 |
rm_work | it may print that LOTS of times | 07:12 |
rm_work | what is after that? | 07:13 |
korean101 | rm_work: yes. couple of times | 07:13 |
korean101 | rm_work: 2017-01-05 16:10:20.130 7469 INFO octavia.controller.worker.tasks.database_tasks [-] Mark ACTIVE in DB for load balancer id: 8ef3c38b-06ec-4b45-b52a-4f8a84d1f78c | 07:13 |
korean101 | rm_work: last message | 07:13 |
rm_work | probably pastebin | 07:13 |
rm_work | err | 07:13 |
rm_work | then it should be active :) not error | 07:13 |
rm_work | that all looks good! | 07:13 |
rm_work | maybe it broke inside neutron-lbaas during the return? :/ | 07:13 |
korean101 | rm_work: wait. i got neutron server log | 07:14 |
rm_work | if that's the last thing in the worker log, then it was created successfully by octavia | 07:15 |
korean101 | rm_work: i use DVR | 07:16 |
korean101 | rm_work: is still problem? | 07:16 |
rm_work | hmm | 07:16 |
rm_work | I don't know if we ever resolved the DVR bug | 07:16 |
korean101 | rm_work: OMG | 07:17 |
korean101 | rm_work: i got ACTIVE message | 07:17 |
korean101 | rm_work: | 1a634f37-ba17-414c-a1a3-27f3423955ba | test-lb | 10.0.0.3 | ACTIVE | octavia | | 07:17 |
rm_work | I am fairly certain we did not, in fact | 07:17 |
rm_work | but johnsom can say for sure in the morning | 07:17 |
rm_work | hmm | 07:17 |
rm_work | well, that's good :P | 07:17 |
*** rcernin has joined #openstack-lbaas | 07:17 | |
rm_work | but, it went to ERROR first, then ACTIVE? >_> | 07:17 |
rm_work | weird | 07:17 |
korean101 | rm_work: nope | 07:17 |
korean101 | rm_work: delete lb and recreate LB | 07:17 |
rm_work | ah | 07:18 |
rm_work | weird | 07:18 |
korean101 | rm_work: yes | 07:18 |
korean101 | rm_work: I try to test many times create LB | 07:18 |
korean101 | rm_work: and report to you | 07:18 |
*** kobis has joined #openstack-lbaas | 07:25 | |
*** armax has joined #openstack-lbaas | 07:30 | |
reedip | rm_work : I am trying to create Loadbalancer v2 on devstack. the loadbalancers are changiung status from PENDING_CREATE to ERROR | 07:30 |
*** bana_k has quit IRC | 07:31 | |
*** anilvenkata has joined #openstack-lbaas | 07:36 | |
rm_work | reedip: what is happening in the octavia worker log? | 07:40 |
reedip | rm_work : where's that ? I cannot find it | 07:41 |
reedip | sorry for disturbing you so late (??? ) | 07:41 |
rm_work | reedip: in devstack it should be in /opt/stack/logs/o-cw.log | 07:41 |
reedip | rm_work : okay, got a Traceback there | 07:43 |
reedip | rm_work: http://paste.openstack.org/show/593961/ | 07:44 |
rm_work | hmmm | 07:45 |
rm_work | that's odd | 07:45 |
rm_work | I can't tell if that's from the Amp's cert (from configdrive) or if it's the local cert, but something isn't loading right | 07:46 |
rm_work | I guess double-check your certs? :/ | 07:46 |
*** ducttape_ has joined #openstack-lbaas | 07:46 | |
rm_work | wait, this is from devstack? | 07:46 |
rm_work | uhh | 07:47 |
rm_work | If you have a clean devstack you should not be seeing that | 07:47 |
reedip | yes this is from a freshly deployed devstack :( | 07:48 |
*** openstackgerrit has quit IRC | 07:50 | |
*** ducttape_ has quit IRC | 07:51 | |
korean101 | rm_work: i tested 2 VMs + 1 LB | 07:57 |
korean101 | rm_work: greatly works! | 07:57 |
korean101 | rm_work: thanks | 07:57 |
korean101 | rm_work: but Associating a floating IP address FAILED... | 07:58 |
korean101 | rm_work: perhaps DVR + Octavia (http://paste.openstack.org/show/593966/) | 07:58 |
korean101 | rm_work: DVR fip problem still exists... | 07:58 |
korean101 | rm_work: so sad... | 07:59 |
korean101 | johnsom: HI. DVR bugs not fixed yes? (https://bugs.launchpad.net/neutron/+bug/1583694) | 08:03 |
openstack | Launchpad bug 1583694 in neutron "[RFE] DVR support for Allowed_address_pair port that are bound to multiple ACTIVE VM ports" [Wishlist,Triaged] - Assigned to Swaminathan Vasudevan (swaminathan-vasudevan) | 08:03 |
rm_work | looks true | 08:08 |
korean101 | rm_work: hmmmmmmmm. so saaaaaaad | 08:09 |
*** armax has quit IRC | 08:13 | |
rm_work | one of these days someone who actually needs DVR will take a look and fix it :P | 08:18 |
*** openstackgerrit has joined #openstack-lbaas | 08:20 | |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology: Initial Distributor Noop Driver https://review.openstack.org/313006 | 08:20 |
reedip | rm_work : any suggestions how to proceed forward? | 08:21 |
*** armax has joined #openstack-lbaas | 08:22 | |
*** jsheeren has joined #openstack-lbaas | 08:26 | |
rm_work | reedip: not sure what's up with your certs... | 08:27 |
reedip | rm_work : any way to clear and then reissue them ? | 08:27 |
rm_work | yeah, you can re-run the cert creation script | 08:27 |
rm_work | i forget exactly how it expects to be run, but you can check plugin.py | 08:28 |
rm_work | source $OCTAVIA_DIR/bin/create_certificates.sh $OCTAVIA_CERTS_DIR $OCTAVIA_DIR/etc/certificates/openssl.cnf | 08:28 |
rm_work | I guess | 08:28 |
rm_work | so set that stuff and run it :P | 08:28 |
korean101 | rm_work: i wanna fix it. but i can't hmmmmmmm | 08:32 |
rm_work | korean101: how much time have you spent trying? :P | 08:32 |
*** kevo has joined #openstack-lbaas | 08:33 | |
*** openstackgerrit has quit IRC | 08:33 | |
korean101 | rm_work: never try | 08:33 |
korean101 | rm_work: just try to deploy openstack | 08:33 |
*** Deep_Thought has joined #openstack-lbaas | 08:37 | |
Deep_Thought | Hello, is it possible to have a active / passive setup with the ha proxy driver of the loadbalancer? | 08:38 |
Deep_Thought | I mean, in the lb methods, having 'actif passif'. Because the three methods I see (least connections, round robin and source ip) seem to be active / active | 08:40 |
rm_work | active/passive vs active/active isn't a loadbalancing algorithm | 08:48 |
rm_work | it's configured as part of the service | 08:48 |
rm_work | oh, you mean you want some backend nodes to receive no traffic unless all the others are down? | 08:48 |
Deep_Thought | rm_work: exactly yes | 08:49 |
rm_work | I think I've heard that referred to as Primary/Secondary but I don't think that's the industry term (not sure what is) | 08:49 |
rm_work | I don't know that it's supported? | 08:49 |
Deep_Thought | A bit like what keepalived does | 08:49 |
rm_work | Though, I wonder if you can use weighting | 08:49 |
Deep_Thought | whis a MASTER and SLAVE role | 08:50 |
rm_work | maybe if you have weight zero nodes it wouldn't use them unless all nodes were equally weight zero? not sure, probably not correct :P | 08:50 |
rm_work | i'm actually weird, the API is missing weight for add-member-to-pool >_> | 08:51 |
rm_work | err, it's actually weird | 08:52 |
rm_work | maybe freudian slip :P | 08:52 |
rm_work | http://developer.openstack.org/api-ref/networking/v2/?expanded=add-member-to-pool-detail | 08:52 |
Deep_Thought | rm_work: let's test ^^ | 08:54 |
rm_work | it claims with weight zero it won't use them for LB | 08:54 |
rm_work | but | 08:54 |
rm_work | i wonder if that's true if they're the only members | 08:54 |
rm_work | if it's ok for SOME requests to go through, you could do weights like.... 256 and 1 | 08:56 |
rm_work | but that's not great | 08:56 |
rm_work | I know Rackspace CLB does what you want, which means some providers obviously have the option -- I just don't think we expose it in neutron-lbaas | 08:57 |
Deep_Thought | But it's present in the driver, right? | 08:57 |
rm_work | I ... don't know | 08:57 |
Deep_Thought | ok | 08:57 |
Deep_Thought | I'll do some tests and report back here | 08:58 |
Deep_Thought | thanks | 08:58 |
rm_work | I know we don't have that option exposed in Octavia | 08:59 |
rm_work | I don't pay close attention to neutron-lbaas enough :/ | 08:59 |
*** kevo has quit IRC | 09:08 | |
*** yamamoto has quit IRC | 09:14 | |
*** armax has quit IRC | 09:14 | |
*** ducttape_ has joined #openstack-lbaas | 09:17 | |
Deep_Thought | rm_work: If a node's weight is 0 and the other node'sweight is != 0, the node with weight 0 receives no traffic at all. But if the node whose weight is != 0 is turned off, the other node doesn't get traffic anyway | 09:20 |
rm_work | heh | 09:21 |
rm_work | I was wondering if that was the case | 09:21 |
*** ducttape_ has quit IRC | 09:21 | |
Deep_Thought | If all weights are zero then no traffic is sent at all :) | 09:28 |
Deep_Thought | Let's test with weights 1 and 256 | 09:28 |
rm_work | that should work but 1/256 requests will go to the other nodes :/ | 09:35 |
Deep_Thought | rm_work: it works fine | 09:42 |
Deep_Thought | 1 request is acceptable | 09:42 |
Deep_Thought | so problem solved, thank you ! | 09:42 |
*** openstackgerrit has joined #openstack-lbaas | 09:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements https://review.openstack.org/415979 | 09:47 |
*** amotoki has quit IRC | 09:55 | |
*** yamamoto has joined #openstack-lbaas | 09:59 | |
*** yamamoto_ has joined #openstack-lbaas | 10:02 | |
*** yamamoto has quit IRC | 10:06 | |
*** nmagnezi has joined #openstack-lbaas | 10:06 | |
*** yamamoto_ has quit IRC | 10:08 | |
*** openstack has joined #openstack-lbaas | 10:17 | |
*** gongysh has quit IRC | 10:31 | |
*** yamamoto has joined #openstack-lbaas | 10:34 | |
*** ducttape_ has joined #openstack-lbaas | 10:47 | |
*** ducttape_ has quit IRC | 10:52 | |
*** armax has joined #openstack-lbaas | 11:05 | |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Cluster Manager https://review.openstack.org/405238 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Distributor Noop Driver https://review.openstack.org/313006 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - create distributor network flow https://review.openstack.org/409763 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: Active-Active Topology - register/uregister amphorae tasks https://review.openstack.org/409765 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: Active-Active Topology - Cluster DB Tasks https://review.openstack.org/409764 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology OVS-based Distributor Driver https://review.openstack.org/317629 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology OVS-based Distributor Backend https://review.openstack.org/320422 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor related tasks https://review.openstack.org/406951 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - controller network tasks https://review.openstack.org/323481 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor image creation https://review.openstack.org/403594 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - network driver related changes https://review.openstack.org/322494 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - distributor certificate tasks https://review.openstack.org/406952 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - distributor creation flow https://review.openstack.org/406953 | 11:09 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - create shared distributor https://review.openstack.org/406954 | 11:09 |
*** Alex_Stef has quit IRC | 11:09 | |
*** amotoki has joined #openstack-lbaas | 11:16 | |
*** armax has quit IRC | 11:26 | |
*** gongysh has joined #openstack-lbaas | 11:45 | |
*** ankur-gupta-f has quit IRC | 11:55 | |
*** mhayden has quit IRC | 11:55 | |
*** armax has joined #openstack-lbaas | 11:56 | |
*** mhayden has joined #openstack-lbaas | 11:56 | |
*** ankur-gupta-f has joined #openstack-lbaas | 11:56 | |
*** Deep_Thought has quit IRC | 12:02 | |
*** links has quit IRC | 12:13 | |
*** gongysh has quit IRC | 12:14 | |
*** ducttape_ has joined #openstack-lbaas | 12:18 | |
*** ducttape_ has quit IRC | 12:22 | |
*** links has joined #openstack-lbaas | 12:25 | |
*** yamamoto has quit IRC | 12:36 | |
*** catintheroof has quit IRC | 12:38 | |
*** yamamoto has joined #openstack-lbaas | 12:38 | |
*** catintheroof has joined #openstack-lbaas | 12:44 | |
*** yamamoto has quit IRC | 12:52 | |
*** armax has quit IRC | 12:54 | |
*** links has quit IRC | 12:55 | |
*** catintheroof has quit IRC | 12:57 | |
*** catintheroof has joined #openstack-lbaas | 12:58 | |
openstackgerrit | Nir Magnezi proposed openstack/octavia: WIP - Fix the amphora-agent support for RH based Linux flavors https://review.openstack.org/331841 | 13:01 |
*** catintheroof has quit IRC | 13:02 | |
*** catintheroof has joined #openstack-lbaas | 13:04 | |
*** links has joined #openstack-lbaas | 13:07 | |
*** ducttape_ has joined #openstack-lbaas | 13:09 | |
*** Alex_Stef has joined #openstack-lbaas | 13:11 | |
*** catintheroof has quit IRC | 13:11 | |
Alex_Stef | Is there some documentation regarding single call action (configuring LB and cascading delete) | 13:13 |
nmagnezi | maybe johnsom would know ^^ | 13:18 |
Alex_Stef | nmagnezi, tnx | 13:23 |
*** catintheroof has joined #openstack-lbaas | 13:47 | |
*** ducttape_ has quit IRC | 13:48 | |
*** yamamoto has joined #openstack-lbaas | 13:55 | |
*** links has quit IRC | 14:02 | |
*** yamamoto has quit IRC | 14:10 | |
*** ducttape_ has joined #openstack-lbaas | 14:16 | |
*** yamamoto has joined #openstack-lbaas | 14:27 | |
*** ducttape_ has quit IRC | 14:43 | |
*** saju_m has joined #openstack-lbaas | 14:45 | |
*** nmagnezi_ has joined #openstack-lbaas | 15:00 | |
*** jsheeren has quit IRC | 15:01 | |
*** anilvenkata has quit IRC | 15:02 | |
*** chlong has joined #openstack-lbaas | 15:05 | |
*** ducttape_ has joined #openstack-lbaas | 15:14 | |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Cluster Manager https://review.openstack.org/405238 | 15:16 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor related tasks https://review.openstack.org/406951 | 15:16 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - controller network tasks https://review.openstack.org/323481 | 15:16 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor image creation https://review.openstack.org/403594 | 15:16 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - network driver related changes https://review.openstack.org/322494 | 15:16 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - create distributor network flow https://review.openstack.org/409763 | 15:16 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: Active-Active Topology - register/uregister amphorae tasks https://review.openstack.org/409765 | 15:16 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - distributor certificate tasks https://review.openstack.org/406952 | 15:16 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: Active-Active Topology - Cluster DB Tasks https://review.openstack.org/409764 | 15:16 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - distributor creation flow https://review.openstack.org/406953 | 15:16 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - create shared distributor https://review.openstack.org/406954 | 15:16 |
*** matt-borland has joined #openstack-lbaas | 15:24 | |
*** fnaval has joined #openstack-lbaas | 15:25 | |
*** fnaval_ has joined #openstack-lbaas | 15:27 | |
*** fnaval__ has joined #openstack-lbaas | 15:28 | |
*** fnaval__ has quit IRC | 15:28 | |
*** fnaval has quit IRC | 15:30 | |
*** fnaval has joined #openstack-lbaas | 15:31 | |
*** saju_m has quit IRC | 15:31 | |
*** catintheroof has quit IRC | 15:32 | |
*** fnaval_ has quit IRC | 15:33 | |
*** ducttape_ has quit IRC | 15:37 | |
*** reedip_outofmemo has joined #openstack-lbaas | 15:49 | |
*** ducttape_ has joined #openstack-lbaas | 15:49 | |
*** TrevorV has joined #openstack-lbaas | 15:56 | |
*** nmagnezi_ has quit IRC | 16:00 | |
*** gcheresh_ has quit IRC | 16:01 | |
*** rcernin has quit IRC | 16:07 | |
johnsom | Alex_Stef Both of those are missing docs at the moment. We are starting work on the new api reference which will include those. | 16:11 |
Alex_Stef | johnsom, tnx man. | 16:12 |
*** csomerville has quit IRC | 16:13 | |
*** csomerville has joined #openstack-lbaas | 16:13 | |
*** yamamoto has quit IRC | 16:16 | |
diltram | morning people | 16:19 |
*** tesseract has quit IRC | 16:21 | |
*** nmagnezi has quit IRC | 16:27 | |
*** Alex_Stef has quit IRC | 16:30 | |
*** catintheroof has joined #openstack-lbaas | 16:32 | |
*** kobis has quit IRC | 16:33 | |
xgerman | o/ | 16:36 |
johnsom | Morning | 16:44 |
diltram | johnsom: did you saw email about python3? | 16:46 |
diltram | in devstack | 16:46 |
diltram | and adding DSVM jobs? | 16:46 |
johnsom | Haven't got there yet, looking | 16:48 |
diltram | ok | 16:48 |
diltram | I can configure this DSVM jobs | 16:48 |
johnsom | What was the title? I'm not seeing it | 16:49 |
diltram | [openstack-dev] [all][py3][swift][devstack] USE_PYTHON3 works! (well somewhat) | 16:49 |
johnsom | Ah, swift I don't usually read | 16:50 |
diltram | they added swift tag because they completely not support python 3.x | 16:51 |
diltram | but mostly is about devstack | 16:51 |
*** amotoki has quit IRC | 16:55 | |
*** pcaruana has quit IRC | 16:58 | |
johnsom | diltram Sure, go ahead. I see that the goal isn't approved yet, but still worth while to do. | 16:58 |
diltram | ok | 16:59 |
johnsom | Skip the functional in nlbaas, as it was never finished getting setup and is non-functional. I need to take a deeper look at if it matters or not. | 16:59 |
johnsom | Please ping me when you have a patch up so I can +1 it | 17:00 |
diltram | sure | 17:00 |
*** bana_k has joined #openstack-lbaas | 17:04 | |
*** nmagnezi_ has joined #openstack-lbaas | 17:14 | |
*** yamamoto has joined #openstack-lbaas | 17:16 | |
*** yamamoto has quit IRC | 17:26 | |
openstackgerrit | Merged openstack/octavia: Updated from global requirements https://review.openstack.org/415979 | 17:27 |
openstackgerrit | Merged openstack/neutron-lbaas: Updated from global requirements https://review.openstack.org/415975 | 17:27 |
*** bana_k has quit IRC | 17:28 | |
*** anilvenkata has joined #openstack-lbaas | 17:34 | |
*** gcheresh_ has joined #openstack-lbaas | 17:37 | |
*** gcheresh_ has quit IRC | 17:42 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Add quota support to Octavia https://review.openstack.org/360794 | 17:43 |
diltram | johnsom: https://review.openstack.org/417120 <- up to review | 17:43 |
*** anilvenkata has quit IRC | 17:44 | |
johnsom | Thanks, looking | 17:44 |
openstackgerrit | Lubosz Kosnik (diltram) proposed openstack/octavia: Fix tenant_id reference https://review.openstack.org/416678 | 17:45 |
*** kevo has joined #openstack-lbaas | 17:47 | |
openstackgerrit | Lubosz Kosnik (diltram) proposed openstack/octavia: Fix tenant_id reference https://review.openstack.org/416678 | 17:53 |
*** nmagnezi_ has quit IRC | 17:58 | |
johnsom | diltram Commented | 17:59 |
johnsom | I think you caught one of them in the second patch | 17:59 |
diltram | johnsom: yep, that dashoard I fixed in next patch | 18:00 |
diltram | so trusty is not really supported anymore, right? | 18:01 |
johnsom | It's not as clear as it should be, but I think for master now in ocata we are moving on to just testing xenail | 18:05 |
johnsom | Here is the guidance I know of: https://governance.openstack.org/tc/reference/project-testing-interface.html | 18:05 |
johnsom | We can leave it and see if the infra folks comment on it, or just remove it now. | 18:06 |
*** SumitNaiksatam has joined #openstack-lbaas | 18:07 | |
diltram | johnsom: I removed that trusty tests, I will ping you when test will pass, still didn't configured that properly | 18:08 |
diltram | ok, so this docs descibe ubuntu (latests LTS) so it's just xenial | 18:09 |
johnsom | Yeah, well that says "the most popular", not we should test.... It's not perfectly clear | 18:09 |
diltram | true but still even our all tests are moved to xenial from trusty | 18:11 |
johnsom | Yeah, that was an infra push. So, I think we are good with just xenial | 18:11 |
diltram | like always crickets when we're asking about something :P | 18:12 |
johnsom | Yeah, I have a patch that has been un-reviewed for almost a month. Wondering if infra is in trouble | 18:13 |
diltram | it looks like | 18:13 |
openstackgerrit | Merged openstack/octavia: Fix multi-typo error in Octavia https://review.openstack.org/415172 | 18:20 |
xgerman | weird bug: If I create an lb, pool, etc. as tenant A; and then create a member for the pool from tenant A as tenant B/admin it will let me do itl show it for tenant B; but not tenant A | 18:21 |
xgerman | since an admin can do everyhting this is likely ok but it irks me that you could syphon of traffic without the victim knowing | 18:22 |
xgerman | LP | 18:23 |
diltram | xgerman: you're using nlbaas? | 18:25 |
xgerman | yep, v2 API | 18:25 |
xgerman | will make an LP entry | 18:25 |
johnsom | Yeah, that makes sense to me. An admin account is all powerful and the object created will be under the project id that created it. | 18:25 |
xgerman | yep, but as I said it irks me that as the original user I won;t see that they are syphoning off traffic | 18:26 |
diltram | yeah, it's a bug | 18:26 |
diltram | because even if admin is creating smth it should be created in specific project | 18:26 |
johnsom | I don't think it is a bug. | 18:27 |
johnsom | The member is under a project, the tenant B project ID that created it. | 18:27 |
diltram | but is it proper configuration that it takes admin project not on which he's working currently? | 18:28 |
johnsom | He is saying he used tenant B, project_id 1234 which as the admin role. So creating the member has project_id 1234 on it and not tenant A project ID 54321 | 18:29 |
xgerman | yep | 18:29 |
xgerman | I think it’s legit | 18:30 |
xgerman | I see it more form a security angle but if the guy is admin… ther eis not much we can do | 18:30 |
johnsom | I guess we could put a limit in that doesn't allow admin role users to create child objects of an LB with a project ID different than the LB project ID. It's an artificial limitation, but I can't think of a use case where you would really want to allow that. | 18:30 |
johnsom | Yeah, admin role can pretty much do anything. | 18:31 |
johnsom | I think in the future there may be a use case where the roles get more advanced, I.e. IT creates the LB and listener, but delegates pool and member management to another project (project team or such). But that is a whole different animal | 18:31 |
xgerman | I am fine with the linitation | 18:32 |
xgerman | for the admin user | 18:32 |
johnsom | But, that use case would mean rolling back that admin limit as it would become a valid use case | 18:32 |
xgerman | I don’t think I executed a valid use case | 18:33 |
diltram | ok because based on bug in launchpad about disabling project_id specification on creation of objects in Octavia it will be completely blocked | 18:34 |
diltram | we dicussed about this on mid-cycle | 18:34 |
diltram | https://bugs.launchpad.net/octavia/+bug/1624145 | 18:34 |
openstack | Launchpad bug 1624145 in octavia "Octavia should ignore project_id on API create commands (except load_balancer)" [High,New] | 18:34 |
diltram | so based on this | 18:34 |
xgerman | mmh | 18:35 |
diltram | we're allowing creating load balancer in any project for admin | 18:35 |
johnsom | Yeah, not sure how I feel about that bug | 18:35 |
diltram | but all subresources will be created in the same project | 18:35 |
diltram | for me it's valid | 18:35 |
xgerman | we+1 | 18:35 |
diltram | why anyone should be able to hidden any resources from me | 18:35 |
diltram | based on this admin can use my load balancer to private stuff and charge me for that usage | 18:36 |
xgerman | yeah, that is my issue I can’t see the resource and won’t be able to find out why requests go amiss | 18:36 |
openstackgerrit | Merged openstack/octavia: Fix typo in doc/source/api/octaviaapi.rst https://review.openstack.org/416195 | 18:37 |
*** bana_k has joined #openstack-lbaas | 18:38 | |
openstackgerrit | Merged openstack/octavia: Fix a typo https://review.openstack.org/416604 | 18:42 |
openstackgerrit | Merged openstack/octavia: Fix missing NovaServerGroupDelete https://review.openstack.org/409405 | 18:42 |
openstackgerrit | Merged openstack/octavia: Correcting error message for CA Key validation failure https://review.openstack.org/416869 | 18:44 |
openstackgerrit | Merged openstack/octavia: Adds diskimage-create scripts to pypi package https://review.openstack.org/416782 | 18:44 |
diltram | sigh | 18:45 |
diltram | this tempest frustrate me | 18:45 |
diltram | I was able to fix this tenant_id using clients but now it failes because tenant_networks_reachable option is not specified in group network :/ | 18:45 |
*** reedip_outofmemo has quit IRC | 18:54 | |
openstackgerrit | Merged openstack/octavia: Remove an erroneous MarkMemberActiveInDB task https://review.openstack.org/409410 | 19:03 |
openstackgerrit | Lubosz Kosnik (diltram) proposed openstack/octavia: Fix tenant_id reference https://review.openstack.org/416678 | 19:09 |
*** pglass has joined #openstack-lbaas | 19:10 | |
diltram | sigh, sed will kill me | 19:10 |
*** pglass has quit IRC | 19:10 | |
diltram | by mistake seding code I changed the cfg option name | 19:10 |
*** rcernin has joined #openstack-lbaas | 19:11 | |
diltram | johnsom: https://review.openstack.org/417120 <- tests passed | 19:14 |
johnsom | k] | 19:15 |
*** harlowja has joined #openstack-lbaas | 19:16 | |
*** saju_m has joined #openstack-lbaas | 19:17 | |
xgerman | someone has a devstack running? I am having trouble deleting a member as a non admin… | 19:17 |
diltram | give me a sec | 19:18 |
johnsom | I don't at the moment. Let me know if I should spin one up | 19:19 |
*** TrevorV has quit IRC | 19:20 | |
diltram | xgerman: did you created the member as admin? | 19:24 |
xgerman | nope | 19:24 |
diltram | so I was able on demo/demo create lb, pool, members | 19:25 |
diltram | and then delete one of memebers | 19:25 |
diltram | even both of them | 19:25 |
xgerman | ok, so I screwed something up with my policies | 19:25 |
diltram | :P | 19:26 |
diltram | verify that you have project check | 19:27 |
xgerman | I have mitaka | 19:27 |
diltram | :P | 19:28 |
diltram | doesn't change anything :P | 19:28 |
*** SumitNaiksatam has left #openstack-lbaas | 19:33 | |
*** gcheresh_ has joined #openstack-lbaas | 19:45 | |
openstackgerrit | Merged openstack/octavia: Set access_policy for messaging's dispatcher https://review.openstack.org/416394 | 19:47 |
diltram | johnsom: reordered patches in review list | 19:53 |
johnsom | ok | 19:54 |
diltram | Introduce Test Base class for V2 is parent for xgerman patch | 19:54 |
xgerman | k | 19:54 |
mhayden | what's the preferred way to get octavia running quickly? devstack? | 20:01 |
diltram | mhayden: yes | 20:01 |
diltram | use devstack | 20:01 |
diltram | mhayden: trying something specific? | 20:02 |
mhayden | diltram: getting a start on the octavia role in openstack-ansible -- just need to see what a properly configured stack looks like | 20:02 |
diltram | so yeah, use devstack and you will get what you need | 20:02 |
*** chlong has quit IRC | 20:03 | |
diltram | johnsom, rm_work: +2 please https://review.openstack.org/#/c/416678/ | 20:12 |
*** ducttape_ has quit IRC | 20:28 | |
*** ducttape_ has joined #openstack-lbaas | 20:28 | |
openstackgerrit | Lubosz Kosnik (diltram) proposed openstack/octavia: Fix file mode https://review.openstack.org/417174 | 20:29 |
*** ducttape_ has quit IRC | 20:34 | |
*** ducttape_ has joined #openstack-lbaas | 20:34 | |
diltram | DIB will be supporting containers | 20:39 |
diltram | https://review.openstack.org/#/q/topic:ubuntu-container+status:open | 20:39 |
xgerman | aweet | 20:40 |
diltram | I forgot how long is taking to execute all tests properly :P | 20:42 |
diltram | all scenario are working and it's executing and executing | 20:42 |
*** catintheroof has quit IRC | 20:45 | |
*** TrevorV has joined #openstack-lbaas | 20:52 | |
diltram | all tests are green, finally :) | 20:54 |
xgerman | Hooray! And I executed most of my policy adventures… we should probably put that in the project somewhere… | 20:56 |
diltram | xgerman: you can create patch based on my policy.json | 20:58 |
xgerman | k | 20:58 |
diltram | and put all rules into octavia/policy/xxx.py files | 20:58 |
diltram | :) | 20:58 |
diltram | johnsom: thx | 20:58 |
diltram | I didn't saw that file mode change also :P | 20:59 |
diltram | because of this I'm removing our mistake :P | 20:59 |
johnsom | Yep, thanks | 20:59 |
diltram | any core is here except johnsom? | 21:00 |
*** _ducttape_ has joined #openstack-lbaas | 21:21 | |
*** armax has joined #openstack-lbaas | 21:22 | |
*** ducttape_ has quit IRC | 21:22 | |
diltram | ok, cu people | 21:23 |
openstackgerrit | German Eichberger proposed openstack/neutron-lbaas: Adds a sample polic.json file https://review.openstack.org/417193 | 21:23 |
xgerman | ok, we probably need to do the same for Octavia so they stay compatible | 21:23 |
diltram | xgerman: but remember that we're using policy in code | 21:24 |
diltram | and probably you should rename the file | 21:24 |
diltram | ok | 21:24 |
xgerman | yes, the file is named harmless | 21:24 |
diltram | I'm leaving | 21:24 |
xgerman | k | 21:25 |
*** gcheresh_ has quit IRC | 21:31 | |
*** saju_m has quit IRC | 21:36 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Add quota support to Octavia https://review.openstack.org/360794 | 21:44 |
johnsom | You can ignore those for now. I'm working on tests and plan to commit as I complete test sections. | 21:45 |
johnsom | I will be marking them WIP | 21:45 |
openstackgerrit | Michael Johnson proposed openstack/octavia: Add quota support to Octavia https://review.openstack.org/360794 | 21:55 |
*** darrenc is now known as darrenc_afk | 22:07 | |
rm_work | diltram: sorry was in meetings from 8:45am to now >_< | 22:18 |
rm_work | +A'd your fixes | 22:18 |
johnsom | Fun | 22:18 |
xgerman | gelous | 22:21 |
xgerman | In Germany we had cookies and coffee at meetings — makes them much more civiized | 22:21 |
*** beardedeagle has joined #openstack-lbaas | 22:24 | |
johnsom | Hahaha | 22:24 |
johnsom | xgerman You can have cookies and coffee at our meetings... | 22:25 |
johnsom | grin | 22:25 |
*** darrenc_afk is now known as darrenc | 22:25 | |
xgerman | BYO | 22:25 |
johnsom | Probably better quality | 22:25 |
*** _ducttape_ has quit IRC | 22:46 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements https://review.openstack.org/417229 | 22:52 |
openstackgerrit | Michael Johnson proposed openstack/octavia: Remove an erroneous MarkHealthMonitorActiveInDB task https://review.openstack.org/409403 | 22:53 |
openstackgerrit | Merged openstack/octavia: Fix tenant_id reference https://review.openstack.org/416678 | 23:14 |
openstackgerrit | Merged openstack/octavia: Fix file mode https://review.openstack.org/417174 | 23:14 |
rm_work | i COULD have cookies and coffee in my meeting... if i got up and made them | 23:18 |
rm_work | johnsom: can I catch you in ... an hour / hour and a half or so for some discussion? | 23:25 |
johnsom | Yep, no problem | 23:25 |
rm_work | kk, have some interesting ideas | 23:25 |
rm_work | (not originally mine, but I'm stealing them) | 23:26 |
rm_work | brb | 23:26 |
*** beardedeagle has quit IRC | 23:27 | |
diltram | rm_work: thx :) | 23:38 |
*** ducttape_ has joined #openstack-lbaas | 23:48 | |
*** ducttape_ has quit IRC | 23:53 | |
*** TrevorV has quit IRC | 23:54 | |
*** TrevorV has joined #openstack-lbaas | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!