Thursday, 2017-05-18

openstackgerritAdam Harwell proposed openstack/octavia master: Update example config to have more correct keystone_authtoken example  https://review.openstack.org/46577200:08
*** kobis has joined #openstack-lbaas00:26
*** leitan has joined #openstack-lbaas00:44
rm_workUGH this is a nasty bug...00:56
*** leitan has quit IRC01:21
*** fnaval has joined #openstack-lbaas02:24
*** mhayden has quit IRC02:28
*** mhayden has joined #openstack-lbaas02:33
*** links has joined #openstack-lbaas03:14
*** yamamoto_ has joined #openstack-lbaas03:50
*** kobis has quit IRC03:59
*** armax has quit IRC04:14
*** links has quit IRC04:20
*** fnaval has quit IRC04:41
*** fnaval has joined #openstack-lbaas04:41
*** links has joined #openstack-lbaas04:58
*** fnaval has quit IRC05:00
rm_workre: "nasty bug" -- if you try to create a listener, and it fails to provision on the amp, it goes to ERROR. It can't then be deleted, because when you try to delete it, we try to remove it from the amp config, and it isn't found on the amp, so it reverts the delete >_>05:02
rm_workwe need to "best effort" to delete it from the amp, and if it isn't found, that's OK05:02
*** gcheresh has joined #openstack-lbaas05:02
*** ssmith has joined #openstack-lbaas05:16
*** cpuga has quit IRC05:22
*** cpuga has joined #openstack-lbaas05:23
*** cpuga has quit IRC05:27
openstackgerritAdam Harwell proposed openstack/octavia master: Don't leave LBs in PENDING_DELETE after refusing to cascade!  https://review.openstack.org/46581305:37
rm_work^^ that was also BAD (and my fault)05:37
*** yamamoto_ has quit IRC05:39
*** rcernin has joined #openstack-lbaas05:46
*** links has quit IRC06:08
*** pksingh has joined #openstack-lbaas06:11
pksinghrm_work: hello06:11
rm_worko/06:11
pksinghrm_work: need some iinformation related to octavia06:12
pksinghpksingh: can you please help m eout06:12
pksinghrm_work: ^^06:12
rm_workmaybe, what is it?06:12
pksinghrm_work: can i write custom user_data during amphora image boot?06:13
rm_worki believe so06:13
pksinghrm_work: any configuration in octavia for that06:13
rm_worki'm not sure where exactly...06:13
rm_workit might be a code change06:14
pksinghi was checking this function https://github.com/openstack/octavia/blob/da2f3d4a7ccfe45afe6f7337d177a1f31c9b5a3d/octavia/controller/worker/tasks/compute_tasks.py#L5106:14
rm_workah, right06:14
pksinghrm_work: but i am not sure from where config_drive_files option is passed06:14
pksinghrm_work: basically i need to change the content of some files06:15
rm_workyeah...06:15
rm_workit might be a code change there06:15
rm_worki'd have to trace that back u06:15
rm_work*up a bit06:15
rm_worktrying to debug something else at the moment though :/06:15
pksinghrm_work: please help if you have time, ok no issue may be after some time06:15
*** pksingh has quit IRC06:17
*** pksingh has joined #openstack-lbaas06:22
*** links has joined #openstack-lbaas06:24
*** pcaruana has joined #openstack-lbaas06:24
*** pksingh has quit IRC06:26
*** yamamoto_ has joined #openstack-lbaas06:26
*** pksingh has joined #openstack-lbaas06:32
*** pksingh has quit IRC06:36
*** ssmith has quit IRC07:04
*** pksingh has joined #openstack-lbaas07:15
*** links has quit IRC07:16
*** aojea has joined #openstack-lbaas07:22
rm_workpksingh: config_drive_files isn't passed in from anywhere that is used... so you'd need to make a code change there to allow someone to put in custom files... or patch it yourself to put in files, but that's kind of bad. it'd be cool to make it configurable somehow07:27
*** links has joined #openstack-lbaas07:30
pksinghrm_work: what do you suggest, change in amphora image(i.e. custom amphora image) build or in octavia code for this purpose?07:30
rm_workif the files are very static... probably add them to the image07:31
rm_workmake a custom element07:31
rm_workand you can add the custom element to the build easily07:31
rm_workexport DIB_LOCAL_ELEMENTS=my_custom_element07:32
rm_workmaking an element that just adds static files is VERY simple07:32
pksinghrm_work: not very much familier with custom elements07:33
rm_worksee in diskimage-create.sh on line 336, we just add DIB_LOCAL_ELEMENTS to the end of the element sequence07:33
rm_workyeah it's very simple07:33
rm_worktake a look at...07:33
pksinghrm_work: need to look into it07:33
rm_workpksingh: super easy, so just do this07:34
rm_workgo to the octavia/elements dir07:34
rm_workmkdir my_custom_element/static/07:34
rm_workand inside that static folder, put the files you want in, treating that folder as /07:35
rm_workso look at "amphora-agent" for example07:35
rm_workit has static/etc/logrotate.d/amphora-agent07:35
rm_workanything in static/ gets placed from /07:35
pksinghrm_work: thank you sir :)07:36
rm_workthen before you run the create script, export DIB_LOCAL_ELEMENTS=my_custom_element07:36
rm_workand you're set07:36
rm_workthe image should contain the files you want07:36
pksinghrm_work: great07:36
pksinghrm_work: we will try this, and ask for your help if i face any problem07:37
pksinghrm_work: thnx07:37
rm_workok07:37
rm_worki'm about to leave for the night, but I will be around tomorrow07:37
*** gongysh has joined #openstack-lbaas08:27
*** krypto has joined #openstack-lbaas08:46
*** krypto has quit IRC08:46
*** krypto has joined #openstack-lbaas08:46
nmagnezio/09:05
*** pksingh has quit IRC09:20
*** pksingh has joined #openstack-lbaas09:52
*** belharar has joined #openstack-lbaas09:59
*** csomerville has quit IRC10:04
*** csomerville has joined #openstack-lbaas10:05
*** belharar has quit IRC10:08
*** diltram has quit IRC10:18
*** diltram has joined #openstack-lbaas10:18
*** pksingh has quit IRC10:30
*** pksingh has joined #openstack-lbaas10:45
*** openstackgerrit has quit IRC10:48
*** pksingh has quit IRC10:49
*** atoth has joined #openstack-lbaas11:27
*** gongysh has quit IRC11:39
*** chlong has joined #openstack-lbaas11:48
nmagnezirm_work, here by any chance?12:01
*** yamamoto_ has quit IRC12:03
*** catintheroof has joined #openstack-lbaas12:09
*** belharar has joined #openstack-lbaas12:14
*** leitan has joined #openstack-lbaas12:25
*** krypto has quit IRC12:33
*** krypto has joined #openstack-lbaas12:33
*** cpuga has joined #openstack-lbaas12:36
*** cpuga has quit IRC12:40
*** cpuga has joined #openstack-lbaas12:41
*** yamamoto has joined #openstack-lbaas12:44
*** links has quit IRC12:45
*** catintheroof has quit IRC12:50
*** ssmith has joined #openstack-lbaas12:58
xgermano/12:59
nmagnezixgerman, o/13:21
xgermanhi, so I will be out the next two weeks beginning tomorrow — so today would be a good day to get me to review stuff ;-)13:22
nmagnezixgerman, first, have a nice vacation :)13:23
nmagnezixgerman, second, nothing too big for me to ask for, still struggling with some tripleO deployment stuff13:23
xgermanthanks — I am in Germany so will be fun ;-)13:23
xgermanyeah, I have too many balls in the air right now to do something meaningful for LBaaS/Octavia13:24
xgermanBTW blogan was legendary to do his best work on Octavia while on PTO13:25
nmagnezixgerman, I was actually running scenario tests post deployment (locally) and getting some errors related to "endpoint not found" and I suspect it is related to the fact that the tempest lib quota client tries to fetch the endpoint with service-type loadbalancer whereas It's service_type=octavia13:25
xgermanservice_type octavia is wrong13:25
nmagnezixgerman, lol, shame he is not around anymore13:25
xgermanyeah, he joined the “Borg”13:26
nmagnezixgerman, really? good I asked you!13:26
nmagnezixgerman, and as for Germany I agree. I love to visit this country. so many places to see13:26
xgermanwe agreed on loadbalancer I think —13:26
xgermannmagnezi it’s great there — but I am biased since I am from there + have family13:27
nmagnezixgerman, your name turns you in :-)13:28
nmagnezibtw what is "Borg" ?13:29
xgermanIt’s Mestery’s team at IBM — lot’s of Neutron people join to be never heard from again13:29
mesterylol13:29
nmagnezimestery, i hope that was not an evil "lol" (aka muhahaha) O_o13:30
mesteryIt's all good :P13:32
xgerman:-)13:32
*** belharar has quit IRC13:38
*** chlong has quit IRC14:04
*** atoth has quit IRC14:05
*** gcheresh has quit IRC14:08
*** yamamoto has quit IRC14:11
*** yamamoto has joined #openstack-lbaas14:12
nmagnezixgerman, will it be sane to backport https://review.openstack.org/#/c/450916 to stable/ocata14:14
xgermanmmh, we can try — but might be an uphill battle14:15
*** yamamoto has quit IRC14:16
*** atoth has joined #openstack-lbaas14:16
nmagnezixgerman, you might be right. the thing is, it breaks the Octavia tripleO deployment for stable/ocata14:17
xgermanmmgh, can’t that be configurable in some way14:17
xgermanalso for OSA I just made it the new one (but I am also very lax with tempest tests)14:18
*** fnaval has joined #openstack-lbaas14:32
*** yamamoto has joined #openstack-lbaas14:33
*** armax has joined #openstack-lbaas14:56
*** pksingh has joined #openstack-lbaas14:58
*** aojea has quit IRC15:02
*** reedip has joined #openstack-lbaas15:04
*** yamamoto has quit IRC15:08
*** krypto has quit IRC15:13
*** pksingh has quit IRC15:20
*** pksingh has joined #openstack-lbaas15:26
*** krypto has joined #openstack-lbaas15:28
*** krypto has quit IRC15:34
*** cody-somerville has joined #openstack-lbaas15:39
*** cody-somerville has quit IRC15:39
*** cody-somerville has joined #openstack-lbaas15:39
*** csomerville has quit IRC15:41
*** SumitNaiksatam has joined #openstack-lbaas15:42
*** chlong has joined #openstack-lbaas15:43
*** aojea has joined #openstack-lbaas15:43
*** fnaval has quit IRC15:45
*** rcernin has quit IRC15:47
*** fnaval has joined #openstack-lbaas15:58
*** yamamoto has joined #openstack-lbaas16:09
*** yamamoto has quit IRC16:15
*** catintheroof has joined #openstack-lbaas16:19
*** aojea has quit IRC16:25
*** pcaruana has quit IRC16:40
*** bzhao has quit IRC16:42
*** bzhao has joined #openstack-lbaas16:43
*** yamamoto has joined #openstack-lbaas17:11
*** krypto has joined #openstack-lbaas17:13
*** aojea has joined #openstack-lbaas17:14
*** yamamoto has quit IRC17:16
*** aojea has quit IRC17:18
* blogan still haunts these hallways17:26
bloganboo17:26
*** reedip has quit IRC17:30
*** harlowja has joined #openstack-lbaas17:30
*** aojea has joined #openstack-lbaas17:31
*** pksingh_ has joined #openstack-lbaas17:42
*** pksingh has quit IRC17:43
*** pksingh_ has quit IRC17:46
*** gcheresh has joined #openstack-lbaas17:50
*** pksingh_ has joined #openstack-lbaas17:55
*** armax has quit IRC17:57
*** harlowja has quit IRC18:01
*** yamamoto has joined #openstack-lbaas18:13
*** harlowja has joined #openstack-lbaas18:15
*** krypto has quit IRC18:18
*** yamamoto has quit IRC18:18
*** armax has joined #openstack-lbaas18:32
*** cody-somerville has quit IRC18:42
*** cody-somerville has joined #openstack-lbaas18:42
*** pksingh_ has quit IRC18:48
*** harlowja has quit IRC18:56
*** SumitNaiksatam has quit IRC19:02
*** aojea has quit IRC19:06
rm_workblogan: hey!19:06
bloganrm_work: ahoy!19:06
rm_worknmagnezi: yeah i'm here19:06
rm_workand BTW it's "load-balancer"19:07
rm_workwith a hyphen19:07
*** harlowja has joined #openstack-lbaas19:07
*** SumitNaiksatam has joined #openstack-lbaas19:12
bloganwho hyphenates loadbalancer19:14
bloganor load balancer19:14
rm_workRIGHT19:14
rm_workwtf19:14
bloganpick a side!19:14
rm_workI've been fighting it for so long19:14
rm_worki tried19:14
rm_worklet me see if i can find the CR19:14
rm_workblogan: finally got this merged: https://review.openstack.org/#/c/463888/ :P19:14
rm_workthe thing i asked you about a while back19:14
*** yamamoto has joined #openstack-lbaas19:15
blogannoice!19:17
bloganeven kevinbenton +2'ed it19:17
blogani figured he'd -2 everything once he got the ultimate power of ptl19:18
xgermanhe is a good sport19:21
*** yamamoto has quit IRC19:21
*** aojea has joined #openstack-lbaas19:26
rm_workheh yeah19:35
*** fnaval has quit IRC19:44
*** harlowja has quit IRC20:03
*** SumitNaiksatam has quit IRC20:09
*** SumitNaiksatam has joined #openstack-lbaas20:11
*** yamamoto has joined #openstack-lbaas20:17
*** yamamoto has quit IRC20:21
*** harlowja has joined #openstack-lbaas20:30
kevinbentonblogan: why are you here?20:37
kevinbentonyou didn't even stop by neutron to say hello!20:37
blogankevinbenton: i got pinged in here, maybe if you cared you'd ping me in neutron!20:37
kevinbentonblogan: i see how it is, can i assign you a few bugs?20:39
*** harlowja has quit IRC20:39
blogankevinbenton: you can do whatever you want in launchpad :) but you can't make me do anything!20:40
bloganyour dark magic holds no power against me anymore20:41
nmagneziblogan, the power of launcpad compels you!20:42
kevinbentonblogan: yeah, you don't want the google results for "Brandon Logan" to be a bunch of open bugs assigned to you :)20:43
blogannmagnezi: im too lazy to giphy the exorcist20:44
nmagnezi:D20:44
blogankevinbenton: i'm probably the most boring google search20:44
kevinbentonblogan: "brandon logan obituary" is the first auto suggest for me20:46
kevinbentonblogan: after i type brandon logan :)20:46
bloganlol20:48
blogani have risen!20:48
*** jidar has quit IRC20:48
xgermanlol20:49
*** jidar has joined #openstack-lbaas20:50
*** jidar has quit IRC20:57
*** jidar has joined #openstack-lbaas20:59
*** gcheresh has quit IRC20:59
*** ssmith has quit IRC21:05
*** armax has quit IRC21:09
*** yamamoto has joined #openstack-lbaas21:18
*** yamamoto has quit IRC21:22
*** cpuga has quit IRC21:29
*** catintheroof has quit IRC21:47
*** aojea has quit IRC21:49
*** leitan has quit IRC21:51
*** armax has joined #openstack-lbaas21:56
*** cpuga has joined #openstack-lbaas21:57
*** yuanying has quit IRC22:12
*** yuanying has joined #openstack-lbaas22:12
*** yamamoto_ has joined #openstack-lbaas22:19
*** yamamoto_ has quit IRC22:24
johnsomkevinbenton: he like us best...22:34
johnsomHave fun googling me..  this is by design22:36
*** fnaval has joined #openstack-lbaas22:40
*** fnaval has quit IRC22:42
*** fnaval has joined #openstack-lbaas22:43
*** chlong has quit IRC22:45
*** armax has quit IRC23:13
*** yamamoto_ has joined #openstack-lbaas23:20
*** armax has joined #openstack-lbaas23:22
*** yamamoto_ has quit IRC23:26
*** leitan has joined #openstack-lbaas23:37
*** aojea has joined #openstack-lbaas23:49
*** aojea has quit IRC23:54

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