Friday, 2017-09-08

*** sshank has quit IRC00:03
*** dmellado_ has joined #openstack-lbaas00:32
*** JudeC has quit IRC00:44
johnsomnmagnezi You guys kill me sometimes.... https://access.redhat.com/solutions/28882300:58
johnsomHelp 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
johnsomOr I guess this one too https://access.redhat.com/solutions/125715301:09
*** harlowja has quit IRC01:11
johnsomYeah, 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 wrong01:16
openstackgerritMichael Johnson proposed openstack/octavia master: Allow members to use the VIP address  https://review.openstack.org/50191501:41
johnsomI will test that tomorrow and finish it up01:43
reedip_afkrm_work did you get the answer to filter by sec grp id ?02:26
rm_workreedip_afk: no i did not02:28
rm_workreedip_afk: do you know how to do it?02:28
*** reedip_afk is now known as reedip02:28
rm_worki've been pouring over code/docs and beating my head against a wall for several hours now, about to give up >_>02:28
reediprm_work you want it to work like a filter, instead of a list ?02:28
reediprm_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_workheh02:29
rm_workbasically02:29
rm_workI have a security_group_id02:29
rm_workI need a list of all ports that it is applied to02:29
rm_workand i really don't want to list ALL ports on a project, and iterate through them :/02:30
rm_worki've been trying like:02:30
rm_workhttps://neutron-api:9696/v2.0/ports?security_groups=11639986-acc3-42c7-92e1-9e01bd4da26902:30
rm_workand that is obviously a non-starter02:30
rm_work"Invalid input for operation: '1' is not an integer or uuid."02:31
reedipooo ....02:31
rm_workwhich makes it SEEM like it's treating the string as a list02:31
rm_workbut I can't figure out how i'm supposed to filter on lists (or if it's even possible)02:32
reedipI am trying to see if reverse is possible02:33
rm_workif you can get a port-list from the security group?02:35
reedipyes02:35
rm_workthat would be good too02:35
reediplemme check02:36
reediprm_work : you can get the port_range_min and port_range_max from the security groups02:38
reedipthat would give you the range of ports where the Sec Grp is applied02:38
reedipActually, its more of the sec grp rules02:40
reediphttps://github.com/openstack/neutron/blob/7403c6db89bcd38c74fa39fa614bff5c871d9d8f/neutron/extensions/securitygroup.py#L24902:40
reedipoh, sorry , I got it, that wont work02:41
reedipthe port which you are stating and the one I am saying is completely different :(02:42
rm_workyeah02:44
rm_workneutron port02:44
reedipWell Security groups can only be applied on the ports which are present in VMs right ?02:45
rm_workno02:45
reedip?02:46
rm_workany port02:46
reedipreally ???? I thought they are applied to the ones which belong to the VM02:46
*** catintheroof has joined #openstack-lbaas02:48
reediprm_work : There is a table securitygroupportbindings02:50
reedipthat saves the association between Port and SG02:50
*** catinthe_ has joined #openstack-lbaas02:50
reedipmysql> 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_workyes of course :P02:51
rm_workbut i can't do a DB connection to *neutron* from the octavia worker :/02:51
*** catintheroof has quit IRC02:51
reedipumm ....02:53
yamamotoxgerman_: 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
reedipneed to check more, but cant see any API to provide this feature02:56
*** ipsecguy_ has joined #openstack-lbaas02:56
*** ipsecguy has quit IRC02:58
*** nmagnezi has quit IRC03:04
rm_workreedip: yeah, seems that way <_<03:05
rm_workreally dumb03:05
xgerman_yamamoto: okey03:06
yamamotoxgerman_: thank you03:07
xgerman_rm_work use case?03:23
rm_workxgerman_: 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 SG03:45
*** catinthe_ has quit IRC03:56
kongrm_work: hello again. Can I deploy a devstack environment with octavia as a separate service (without neutron-lbaas)?03:57
kongusing stable/pike devstack config03:57
johnsomkong Yes, just don't include the neutron-lbaas / q-lbaasv2 settings from your localrc/local.conf04:00
kongjohnsom: cool, thanks04:00
johnsomThe devstack plugin will setup your endpoint04:00
kongi will do a test by myself. We are keen to use stale/pike octavia04:01
johnsomOur 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
johnsomstable/pike, not stale.....  lol04:01
*** links has joined #openstack-lbaas04:19
openstackgerritMerged openstack/neutron-lbaas master: devstack: Adapt to lib/neutron  https://review.openstack.org/43777904:23
*** ssmith has joined #openstack-lbaas05:18
*** aojea has joined #openstack-lbaas05:48
*** ssmith has quit IRC05:50
*** JudeC has joined #openstack-lbaas06:17
*** harlowja has joined #openstack-lbaas06:19
*** rcernin has joined #openstack-lbaas06:32
*** harlowja has quit IRC06:40
*** sticker has quit IRC06:43
*** JudeC has quit IRC06:48
*** JudeC has joined #openstack-lbaas07:31
*** JudeC has quit IRC07:31
*** tesseract has joined #openstack-lbaas07:31
*** eezhova has joined #openstack-lbaas07:32
*** JudeC has joined #openstack-lbaas07:32
*** chlong has joined #openstack-lbaas07:36
*** chlong has quit IRC07:45
*** JudeC has quit IRC08:01
*** eezhova has quit IRC08:04
*** chlong has joined #openstack-lbaas08:25
*** chlong has quit IRC08:35
*** eezhova has joined #openstack-lbaas08:37
*** gcheresh has joined #openstack-lbaas08:42
*** chlong has joined #openstack-lbaas08:51
*** chlong_ has joined #openstack-lbaas08:54
*** chlong has quit IRC08:58
*** chlong_ has quit IRC09:04
*** tom__ has joined #openstack-lbaas09: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 IRC09:18
*** dmellado_ has joined #openstack-lbaas09:20
*** chlong has joined #openstack-lbaas09:21
*** chlong has quit IRC09:24
*** chlong has joined #openstack-lbaas09:25
*** dmellado_ has quit IRC09:29
*** dmellado_ has joined #openstack-lbaas09:30
*** gcheresh has quit IRC09:32
*** dmellado_ has quit IRC09:33
*** dmellado_ has joined #openstack-lbaas09:39
*** dmellado_ has quit IRC09:39
*** dmellado_ has joined #openstack-lbaas09:41
*** dmellado_ has quit IRC09:42
*** dmellado_ has joined #openstack-lbaas09:43
*** dmellado_ has quit IRC09:47
*** dmellado_ has joined #openstack-lbaas09:47
*** dmellado_ is now known as dmellado09:51
*** salmankhan has joined #openstack-lbaas09:53
*** chlong has quit IRC09:55
*** yamamoto has quit IRC10: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 IRC11:00
*** yamamoto has joined #openstack-lbaas11:00
*** salmankhan has joined #openstack-lbaas11:00
*** yamamoto has quit IRC11:02
*** rcernin has quit IRC11:09
*** yamamoto has joined #openstack-lbaas11:14
*** tesseract has quit IRC11:23
*** tesseract has joined #openstack-lbaas11:27
*** rcernin has joined #openstack-lbaas11:36
*** yamamoto has quit IRC11:40
*** gcheresh has joined #openstack-lbaas11:44
*** reedip has quit IRC11:57
*** reedip has joined #openstack-lbaas12:11
openstackgerritOpenStack Proposal Bot proposed openstack/octavia master: Updated from global requirements  https://review.openstack.org/50204712:11
*** tesseract has quit IRC12:14
*** tesseract has joined #openstack-lbaas12:14
*** yamamoto has joined #openstack-lbaas12:20
*** yamamoto has quit IRC12:22
*** yamamoto has joined #openstack-lbaas12:22
*** gcheresh has quit IRC12:34
*** ajo has joined #openstack-lbaas12:41
*** salmankhan has quit IRC13:26
*** catintheroof has joined #openstack-lbaas13:26
*** ajo has quit IRC13:27
*** links has quit IRC13:31
*** catinthe_ has joined #openstack-lbaas13:41
*** fnaval has joined #openstack-lbaas13:42
*** dayou has quit IRC13:43
*** catintheroof has quit IRC13: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
johnsomtom__: 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 IRC13:49
*** salmankhan has joined #openstack-lbaas13:53
*** yamamoto has joined #openstack-lbaas13:54
*** gcheresh has joined #openstack-lbaas14:00
*** catintheroof has joined #openstack-lbaas14:22
*** catinthe_ has quit IRC14:25
*** leitan has joined #openstack-lbaas14: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
johnsomOk.  I think it is possible, we just have not got that far yet14:40
*** eezhova_ has joined #openstack-lbaas15:01
*** eezhova has quit IRC15:02
*** gcheresh has quit IRC15:05
*** yamamoto has quit IRC15:11
*** dayou has joined #openstack-lbaas15:14
*** eezhova_ is now known as eezhova15:17
*** links has joined #openstack-lbaas15:20
*** links has quit IRC15:26
*** dayou has quit IRC15:30
*** eezhova has quit IRC15:30
*** dayou has joined #openstack-lbaas15:49
*** dayou has quit IRC16:03
*** tesseract has quit IRC16:08
*** yamamoto has joined #openstack-lbaas16:12
*** yamamoto has quit IRC16:16
*** armax has joined #openstack-lbaas16:38
*** rcernin has quit IRC16:40
*** yamamoto has joined #openstack-lbaas16:44
*** JudeC has joined #openstack-lbaas16:47
*** armax has quit IRC16:55
*** yamamoto has quit IRC16:56
*** eezhova has joined #openstack-lbaas16:59
*** harlowja has joined #openstack-lbaas17:00
openstackgerritMichael Johnson proposed openstack/octavia master: Allow members to use the VIP address  https://review.openstack.org/50191517:18
*** sshank has joined #openstack-lbaas17:18
*** yamamoto has joined #openstack-lbaas17:25
*** yamamoto has quit IRC17:29
*** cody-somerville has joined #openstack-lbaas17:47
*** armax has joined #openstack-lbaas17:48
*** sshank has quit IRC17:49
*** sshank has joined #openstack-lbaas17:57
*** eezhova has quit IRC18:10
xgerman_not sure why my local tox disliked that: https://review.openstack.org/50189018:31
*** armax has quit IRC18:33
*** salmankhan has quit IRC18:35
*** tongl has joined #openstack-lbaas18:39
*** sshank has quit IRC18:54
*** sshank has joined #openstack-lbaas18:58
*** sshank has quit IRC19:02
*** sshank has joined #openstack-lbaas19:12
*** sshank has quit IRC19:15
*** cody-somerville has quit IRC19:32
*** cody-somerville has joined #openstack-lbaas19:33
*** sshank has joined #openstack-lbaas19:35
*** sshank has quit IRC19:40
*** leitan has quit IRC19:51
*** leitan has joined #openstack-lbaas19:52
johnsomConverting my scripts over to OSC client as I'm not deploying neutron-lbaas by default anymore...  Ah....19:56
*** leitan has quit IRC19:56
*** sshank has joined #openstack-lbaas19:59
*** sshank has quit IRC20:01
*** eezhova has joined #openstack-lbaas20:02
johnsomOuch, 357 in the check queue20:03
*** gcheresh has joined #openstack-lbaas20:04
*** salmankhan has joined #openstack-lbaas20:07
*** salmankhan has quit IRC20:11
*** salmankhan has joined #openstack-lbaas20:11
*** sshank has joined #openstack-lbaas20:14
*** sshank has quit IRC20:37
*** sshank has joined #openstack-lbaas20:37
*** jniesz has joined #openstack-lbaas20:41
*** rcernin has joined #openstack-lbaas21:06
*** cody-somerville has quit IRC21:14
*** eezhova has quit IRC21:14
*** JudeC has quit IRC21:20
*** cody-somerville has joined #openstack-lbaas21:30
*** cody-somerville has quit IRC21:35
*** gcheresh has quit IRC21:39
rm_workjohnsom: you can always reference my stuff, everything has been OSC for a while now21:40
johnsomYeah, the only part I didn't do was nova as the network field changed in OSC.  Some other time.21:42
johnsomFYI, I added a "ready for review" like to the wiki page...21:45
johnsomhttps://wiki.openstack.org/wiki/Octavia21:46
johnsoms/like/link/g21:49
johnsomOk, fixed a bug in it21:54
*** KeithMnemonic1 has joined #openstack-lbaas21:57
*** salmankhan has quit IRC21:58
*** KeithMnemonic has quit IRC22:00
*** catintheroof has quit IRC22:08
xgerman_kicked https://review.openstack.org/#/c/444347/17 if only there would be a core who hasn’t licked that cookie22:12
*** KeithMnemonic1 has quit IRC22:12
rm_work<< ----22:19
*** rcernin has quit IRC22:19
rm_workI was going to get to it after my environment stopped being on fire :P22:19
rm_workprobably it's fine <_<22:20
johnsomYeah, Adam never touched that patch....22:20
johnsomI am reading through QoS again.22:21
*** aojea has quit IRC22:23
*** jniesz has quit IRC22:25
*** armax has joined #openstack-lbaas22:34
openstackgerritAdam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s)  https://review.openstack.org/43561222:35
openstackgerritAdam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s)  https://review.openstack.org/43561222:36
*** sshank has quit IRC22:46
*** sshank has joined #openstack-lbaas22:56
*** fnaval has quit IRC22:57
*** tongl has quit IRC23:03
*** fnaval has joined #openstack-lbaas23:03
*** sshank has quit IRC23:04
*** fnaval has quit IRC23:10
*** salmankhan has joined #openstack-lbaas23:20
openstackgerritMerged openstack/octavia master: Adds the ability to failover a load balancer  https://review.openstack.org/44434723:21
johnsomBummer, qos fails for LB update calls23:33
johnsomdata model issue23:33
*** cody-somerville has joined #openstack-lbaas23:44

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!