*** sshank has quit IRC | 00:03 | |
*** dmellado_ has joined #openstack-lbaas | 00:32 | |
*** JudeC has quit IRC | 00:44 | |
johnsom | nmagnezi You guys kill me sometimes.... https://access.redhat.com/solutions/288823 | 00:58 |
---|---|---|
johnsom | Help me, help you.... Hahahaha. I will figure it out via other means. but I might ask if you can test the RH amp. | 01:00 |
johnsom | Or I guess this one too https://access.redhat.com/solutions/1257153 | 01:09 |
*** harlowja has quit IRC | 01:11 | |
johnsom | Yeah, can't find the docs I need as they appear to all be behind the pay wall, so I will take a guess and others can figure out what I did wrong | 01:16 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Allow members to use the VIP address https://review.openstack.org/501915 | 01:41 |
johnsom | I will test that tomorrow and finish it up | 01:43 |
reedip_afk | rm_work did you get the answer to filter by sec grp id ? | 02:26 |
rm_work | reedip_afk: no i did not | 02:28 |
rm_work | reedip_afk: do you know how to do it? | 02:28 |
*** reedip_afk is now known as reedip | 02:28 | |
rm_work | i've been pouring over code/docs and beating my head against a wall for several hours now, about to give up >_> | 02:28 |
reedip | rm_work you want it to work like a filter, instead of a list ? | 02:28 |
reedip | rm_work : I also need to check once, but a fresh pair of eyes never hurt anyone ( though I cannot say about politics :P ) | 02:29 |
rm_work | heh | 02:29 |
rm_work | basically | 02:29 |
rm_work | I have a security_group_id | 02:29 |
rm_work | I need a list of all ports that it is applied to | 02:29 |
rm_work | and i really don't want to list ALL ports on a project, and iterate through them :/ | 02:30 |
rm_work | i've been trying like: | 02:30 |
rm_work | https://neutron-api:9696/v2.0/ports?security_groups=11639986-acc3-42c7-92e1-9e01bd4da269 | 02:30 |
rm_work | and that is obviously a non-starter | 02:30 |
rm_work | "Invalid input for operation: '1' is not an integer or uuid." | 02:31 |
reedip | ooo .... | 02:31 |
rm_work | which makes it SEEM like it's treating the string as a list | 02:31 |
rm_work | but I can't figure out how i'm supposed to filter on lists (or if it's even possible) | 02:32 |
reedip | I am trying to see if reverse is possible | 02:33 |
rm_work | if you can get a port-list from the security group? | 02:35 |
reedip | yes | 02:35 |
rm_work | that would be good too | 02:35 |
reedip | lemme check | 02:36 |
reedip | rm_work : you can get the port_range_min and port_range_max from the security groups | 02:38 |
reedip | that would give you the range of ports where the Sec Grp is applied | 02:38 |
reedip | Actually, its more of the sec grp rules | 02:40 |
reedip | https://github.com/openstack/neutron/blob/7403c6db89bcd38c74fa39fa614bff5c871d9d8f/neutron/extensions/securitygroup.py#L249 | 02:40 |
reedip | oh, sorry , I got it, that wont work | 02:41 |
reedip | the port which you are stating and the one I am saying is completely different :( | 02:42 |
rm_work | yeah | 02:44 |
rm_work | neutron port | 02:44 |
reedip | Well Security groups can only be applied on the ports which are present in VMs right ? | 02:45 |
rm_work | no | 02:45 |
reedip | ? | 02:46 |
rm_work | any port | 02:46 |
reedip | really ???? I thought they are applied to the ones which belong to the VM | 02:46 |
*** catintheroof has joined #openstack-lbaas | 02:48 | |
reedip | rm_work : There is a table securitygroupportbindings | 02:50 |
reedip | that saves the association between Port and SG | 02:50 |
*** catinthe_ has joined #openstack-lbaas | 02:50 | |
reedip | mysql> desc securitygroupportbindings; | 02:50 |
reedip | +-------------------+-------------+------+-----+---------+-------+ | 02:50 |
reedip | | Field | Type | Null | Key | Default | Extra | | 02:50 |
reedip | +-------------------+-------------+------+-----+---------+-------+ | 02:50 |
reedip | | port_id | varchar(36) | NO | PRI | NULL | | | 02:50 |
reedip | | security_group_id | varchar(36) | NO | PRI | NULL | | | 02:50 |
reedip | +-------------------+-------------+------+-----+---------+-------+ | 02:51 |
rm_work | yes of course :P | 02:51 |
rm_work | but i can't do a DB connection to *neutron* from the octavia worker :/ | 02:51 |
*** catintheroof has quit IRC | 02:51 | |
reedip | umm .... | 02:53 |
yamamoto | xgerman_: johnsom: any chance to kick this? it already has two +2s and Depends-On patch has been merged. https://review.openstack.org/#/c/437779/ | 02:55 |
reedip | need to check more, but cant see any API to provide this feature | 02:56 |
*** ipsecguy_ has joined #openstack-lbaas | 02:56 | |
*** ipsecguy has quit IRC | 02:58 | |
*** nmagnezi has quit IRC | 03:04 | |
rm_work | reedip: yeah, seems that way <_< | 03:05 |
rm_work | really dumb | 03:05 |
xgerman_ | yamamoto: okey | 03:06 |
yamamoto | xgerman_: thank you | 03:07 |
xgerman_ | rm_work use case? | 03:23 |
rm_work | xgerman_: so sometimes we get a "can't delete SG because it's in use" issue, right? so, i isolated one case in my env, and i want to fix it by having it delete the port manually, but i have to literally scan through the whole list of ports to find the one that's using the SG | 03:45 |
*** catinthe_ has quit IRC | 03:56 | |
kong | rm_work: hello again. Can I deploy a devstack environment with octavia as a separate service (without neutron-lbaas)? | 03:57 |
kong | using stable/pike devstack config | 03:57 |
johnsom | kong Yes, just don't include the neutron-lbaas / q-lbaasv2 settings from your localrc/local.conf | 04:00 |
kong | johnsom: cool, thanks | 04:00 |
johnsom | The devstack plugin will setup your endpoint | 04:00 |
kong | i will do a test by myself. We are keen to use stale/pike octavia | 04:01 |
johnsom | Our service type is load-balancer. Details here https://developer.openstack.org/api-ref/load-balancer/v2/index.html and our overall docs are here now https://docs.openstack.org/octavia/latest/ | 04:01 |
johnsom | stable/pike, not stale..... lol | 04:01 |
*** links has joined #openstack-lbaas | 04:19 | |
openstackgerrit | Merged openstack/neutron-lbaas master: devstack: Adapt to lib/neutron https://review.openstack.org/437779 | 04:23 |
*** ssmith has joined #openstack-lbaas | 05:18 | |
*** aojea has joined #openstack-lbaas | 05:48 | |
*** ssmith has quit IRC | 05:50 | |
*** JudeC has joined #openstack-lbaas | 06:17 | |
*** harlowja has joined #openstack-lbaas | 06:19 | |
*** rcernin has joined #openstack-lbaas | 06:32 | |
*** harlowja has quit IRC | 06:40 | |
*** sticker has quit IRC | 06:43 | |
*** JudeC has quit IRC | 06:48 | |
*** JudeC has joined #openstack-lbaas | 07:31 | |
*** JudeC has quit IRC | 07:31 | |
*** tesseract has joined #openstack-lbaas | 07:31 | |
*** eezhova has joined #openstack-lbaas | 07:32 | |
*** JudeC has joined #openstack-lbaas | 07:32 | |
*** chlong has joined #openstack-lbaas | 07:36 | |
*** chlong has quit IRC | 07:45 | |
*** JudeC has quit IRC | 08:01 | |
*** eezhova has quit IRC | 08:04 | |
*** chlong has joined #openstack-lbaas | 08:25 | |
*** chlong has quit IRC | 08:35 | |
*** eezhova has joined #openstack-lbaas | 08:37 | |
*** gcheresh has joined #openstack-lbaas | 08:42 | |
*** chlong has joined #openstack-lbaas | 08:51 | |
*** chlong_ has joined #openstack-lbaas | 08:54 | |
*** chlong has quit IRC | 08:58 | |
*** chlong_ has quit IRC | 09:04 | |
*** tom__ has joined #openstack-lbaas | 09:08 | |
tom__ | Hi guys, is it currently possible to migrate an environment with 'legacy' ha-proxy agent based loadbalancers to octavia? | 09:14 |
*** dmellado_ has quit IRC | 09:18 | |
*** dmellado_ has joined #openstack-lbaas | 09:20 | |
*** chlong has joined #openstack-lbaas | 09:21 | |
*** chlong has quit IRC | 09:24 | |
*** chlong has joined #openstack-lbaas | 09:25 | |
*** dmellado_ has quit IRC | 09:29 | |
*** dmellado_ has joined #openstack-lbaas | 09:30 | |
*** gcheresh has quit IRC | 09:32 | |
*** dmellado_ has quit IRC | 09:33 | |
*** dmellado_ has joined #openstack-lbaas | 09:39 | |
*** dmellado_ has quit IRC | 09:39 | |
*** dmellado_ has joined #openstack-lbaas | 09:41 | |
*** dmellado_ has quit IRC | 09:42 | |
*** dmellado_ has joined #openstack-lbaas | 09:43 | |
*** dmellado_ has quit IRC | 09:47 | |
*** dmellado_ has joined #openstack-lbaas | 09:47 | |
*** dmellado_ is now known as dmellado | 09:51 | |
*** salmankhan has joined #openstack-lbaas | 09:53 | |
*** chlong has quit IRC | 09:55 | |
*** yamamoto has quit IRC | 10:46 | |
-openstackstatus- NOTICE: Our CI systems experience a hickup, no new jobs are started. Please stay tuned and wait untils this resolved. | 10:47 | |
*** salmankhan has quit IRC | 11:00 | |
*** yamamoto has joined #openstack-lbaas | 11:00 | |
*** salmankhan has joined #openstack-lbaas | 11:00 | |
*** yamamoto has quit IRC | 11:02 | |
*** rcernin has quit IRC | 11:09 | |
*** yamamoto has joined #openstack-lbaas | 11:14 | |
*** tesseract has quit IRC | 11:23 | |
*** tesseract has joined #openstack-lbaas | 11:27 | |
*** rcernin has joined #openstack-lbaas | 11:36 | |
*** yamamoto has quit IRC | 11:40 | |
*** gcheresh has joined #openstack-lbaas | 11:44 | |
*** reedip has quit IRC | 11:57 | |
*** reedip has joined #openstack-lbaas | 12:11 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia master: Updated from global requirements https://review.openstack.org/502047 | 12:11 |
*** tesseract has quit IRC | 12:14 | |
*** tesseract has joined #openstack-lbaas | 12:14 | |
*** yamamoto has joined #openstack-lbaas | 12:20 | |
*** yamamoto has quit IRC | 12:22 | |
*** yamamoto has joined #openstack-lbaas | 12:22 | |
*** gcheresh has quit IRC | 12:34 | |
*** ajo has joined #openstack-lbaas | 12:41 | |
*** salmankhan has quit IRC | 13:26 | |
*** catintheroof has joined #openstack-lbaas | 13:26 | |
*** ajo has quit IRC | 13:27 | |
*** links has quit IRC | 13:31 | |
*** catinthe_ has joined #openstack-lbaas | 13:41 | |
*** fnaval has joined #openstack-lbaas | 13:42 | |
*** dayou has quit IRC | 13:43 | |
*** catintheroof has quit IRC | 13:44 | |
-openstackstatus- NOTICE: nodepool issue related to bad images has been resolved, builds should be coming back online soon. Restarted gerrit due to reasons. Happy Friday. | 13:46 | |
johnsom | tom__: not at this time. Do you want to move them to the Octavia driver or just run the old haproxy agent behind the Octavia API? | 13:48 |
*** yamamoto has quit IRC | 13:49 | |
*** salmankhan has joined #openstack-lbaas | 13:53 | |
*** yamamoto has joined #openstack-lbaas | 13:54 | |
*** gcheresh has joined #openstack-lbaas | 14:00 | |
*** catintheroof has joined #openstack-lbaas | 14:22 | |
*** catinthe_ has quit IRC | 14:25 | |
*** leitan has joined #openstack-lbaas | 14:36 | |
tom__ | Thx for the reply johnsom, we want to move our customers away from the haproxy agent. That would require everything they have running to still be running after upgrade :/ | 14:39 |
johnsom | Ok. I think it is possible, we just have not got that far yet | 14:40 |
*** eezhova_ has joined #openstack-lbaas | 15:01 | |
*** eezhova has quit IRC | 15:02 | |
*** gcheresh has quit IRC | 15:05 | |
*** yamamoto has quit IRC | 15:11 | |
*** dayou has joined #openstack-lbaas | 15:14 | |
*** eezhova_ is now known as eezhova | 15:17 | |
*** links has joined #openstack-lbaas | 15:20 | |
*** links has quit IRC | 15:26 | |
*** dayou has quit IRC | 15:30 | |
*** eezhova has quit IRC | 15:30 | |
*** dayou has joined #openstack-lbaas | 15:49 | |
*** dayou has quit IRC | 16:03 | |
*** tesseract has quit IRC | 16:08 | |
*** yamamoto has joined #openstack-lbaas | 16:12 | |
*** yamamoto has quit IRC | 16:16 | |
*** armax has joined #openstack-lbaas | 16:38 | |
*** rcernin has quit IRC | 16:40 | |
*** yamamoto has joined #openstack-lbaas | 16:44 | |
*** JudeC has joined #openstack-lbaas | 16:47 | |
*** armax has quit IRC | 16:55 | |
*** yamamoto has quit IRC | 16:56 | |
*** eezhova has joined #openstack-lbaas | 16:59 | |
*** harlowja has joined #openstack-lbaas | 17:00 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Allow members to use the VIP address https://review.openstack.org/501915 | 17:18 |
*** sshank has joined #openstack-lbaas | 17:18 | |
*** yamamoto has joined #openstack-lbaas | 17:25 | |
*** yamamoto has quit IRC | 17:29 | |
*** cody-somerville has joined #openstack-lbaas | 17:47 | |
*** armax has joined #openstack-lbaas | 17:48 | |
*** sshank has quit IRC | 17:49 | |
*** sshank has joined #openstack-lbaas | 17:57 | |
*** eezhova has quit IRC | 18:10 | |
xgerman_ | not sure why my local tox disliked that: https://review.openstack.org/501890 | 18:31 |
*** armax has quit IRC | 18:33 | |
*** salmankhan has quit IRC | 18:35 | |
*** tongl has joined #openstack-lbaas | 18:39 | |
*** sshank has quit IRC | 18:54 | |
*** sshank has joined #openstack-lbaas | 18:58 | |
*** sshank has quit IRC | 19:02 | |
*** sshank has joined #openstack-lbaas | 19:12 | |
*** sshank has quit IRC | 19:15 | |
*** cody-somerville has quit IRC | 19:32 | |
*** cody-somerville has joined #openstack-lbaas | 19:33 | |
*** sshank has joined #openstack-lbaas | 19:35 | |
*** sshank has quit IRC | 19:40 | |
*** leitan has quit IRC | 19:51 | |
*** leitan has joined #openstack-lbaas | 19:52 | |
johnsom | Converting my scripts over to OSC client as I'm not deploying neutron-lbaas by default anymore... Ah.... | 19:56 |
*** leitan has quit IRC | 19:56 | |
*** sshank has joined #openstack-lbaas | 19:59 | |
*** sshank has quit IRC | 20:01 | |
*** eezhova has joined #openstack-lbaas | 20:02 | |
johnsom | Ouch, 357 in the check queue | 20:03 |
*** gcheresh has joined #openstack-lbaas | 20:04 | |
*** salmankhan has joined #openstack-lbaas | 20:07 | |
*** salmankhan has quit IRC | 20:11 | |
*** salmankhan has joined #openstack-lbaas | 20:11 | |
*** sshank has joined #openstack-lbaas | 20:14 | |
*** sshank has quit IRC | 20:37 | |
*** sshank has joined #openstack-lbaas | 20:37 | |
*** jniesz has joined #openstack-lbaas | 20:41 | |
*** rcernin has joined #openstack-lbaas | 21:06 | |
*** cody-somerville has quit IRC | 21:14 | |
*** eezhova has quit IRC | 21:14 | |
*** JudeC has quit IRC | 21:20 | |
*** cody-somerville has joined #openstack-lbaas | 21:30 | |
*** cody-somerville has quit IRC | 21:35 | |
*** gcheresh has quit IRC | 21:39 | |
rm_work | johnsom: you can always reference my stuff, everything has been OSC for a while now | 21:40 |
johnsom | Yeah, the only part I didn't do was nova as the network field changed in OSC. Some other time. | 21:42 |
johnsom | FYI, I added a "ready for review" like to the wiki page... | 21:45 |
johnsom | https://wiki.openstack.org/wiki/Octavia | 21:46 |
johnsom | s/like/link/g | 21:49 |
johnsom | Ok, fixed a bug in it | 21:54 |
*** KeithMnemonic1 has joined #openstack-lbaas | 21:57 | |
*** salmankhan has quit IRC | 21:58 | |
*** KeithMnemonic has quit IRC | 22:00 | |
*** catintheroof has quit IRC | 22:08 | |
xgerman_ | kicked https://review.openstack.org/#/c/444347/17 if only there would be a core who hasn’t licked that cookie | 22:12 |
*** KeithMnemonic1 has quit IRC | 22:12 | |
rm_work | << ---- | 22:19 |
*** rcernin has quit IRC | 22:19 | |
rm_work | I was going to get to it after my environment stopped being on fire :P | 22:19 |
rm_work | probably it's fine <_< | 22:20 |
johnsom | Yeah, Adam never touched that patch.... | 22:20 |
johnsom | I am reading through QoS again. | 22:21 |
*** aojea has quit IRC | 22:23 | |
*** jniesz has quit IRC | 22:25 | |
*** armax has joined #openstack-lbaas | 22:34 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 22:35 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 22:36 |
*** sshank has quit IRC | 22:46 | |
*** sshank has joined #openstack-lbaas | 22:56 | |
*** fnaval has quit IRC | 22:57 | |
*** tongl has quit IRC | 23:03 | |
*** fnaval has joined #openstack-lbaas | 23:03 | |
*** sshank has quit IRC | 23:04 | |
*** fnaval has quit IRC | 23:10 | |
*** salmankhan has joined #openstack-lbaas | 23:20 | |
openstackgerrit | Merged openstack/octavia master: Adds the ability to failover a load balancer https://review.openstack.org/444347 | 23:21 |
johnsom | Bummer, qos fails for LB update calls | 23:33 |
johnsom | data model issue | 23:33 |
*** cody-somerville has joined #openstack-lbaas | 23:44 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!