Tuesday, 2021-06-01

*** ltomasbo has joined #openstack-kuryr06:10
*** dulek has joined #openstack-kuryr07:23
*** opendevreview has joined #openstack-kuryr07:27
opendevreviewMaysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Fix Listener timeouts update  https://review.opendev.org/c/openstack/kuryr-kubernetes/+/79376807:27
*** digitalsimboja has joined #openstack-kuryr08:40
digitalsimbojaHello @Maysams09:02
digitalsimbojagood morning09:02
digitalsimbojaI and Luis was able to collborate on a tmux session09:03
digitalsimbojaCould you see if you can give me access again to the session as I logged out and not able to login back?09:04
digitalsimbojaThanks09:04
ltomasbodigitalsimboja, just type "tmux" and a new one will be created09:05
digitalsimbojaalright09:05
digitalsimbojaThanks09:05
ltomasboprevious one is deleted09:05
digitalsimbojasetting up Kuryr using vagrant09:05
ltomasbono no09:05
ltomasbono need to use vagrant09:05
ltomasbothis is already the VM09:05
ltomasboso, you need to install devstack directly there09:05
ltomasbono vagrant09:06
digitalsimbojaperfect09:07
gryfjust clone devstack, prepare your local.conf and stack :)09:12
maysamsdigitalsimboja: https://nishayadavsite.wordpress.com/2016/06/29/how-to-set-up-work-environment-to-become-an-openstack-developer/?fbclid=IwAR36zs5LM65_-gslATl1VXmBBVUo9EaNtJ7Iha347h8melPNOQAVVjzEekQ09:12
maysamsthis link I shared is pretty useful09:13
*** digitalsimboja has quit IRC09:13
*** digitalsimboja has joined #openstack-kuryr09:24
digitalsimbojaI hit this often and on09:24
digitalsimbojahttp://paste.openstack.org/show/806213/09:24
maysamsdigitalsimboja: if you unstack and clean, and then follow the blogpost I shared that might be helpful09:29
ltomasbodigitalsimboja, the error on the worlddump.py can be dismiss... important is why it failed in the first place09:32
digitalsimbojaplease reshare the blogpost again, seems I missed it09:32
ltomasbohttps://nishayadavsite.wordpress.com/2016/06/29/how-to-set-up-work-environment-to-become-an-openstack-developer/?fbclid=IwAR36zs5LM65_-gslATl1VXmBBVUo9EaNtJ7Iha347h8melPNOQAVVjzEekQ09:33
digitalsimboja@Luis, give access to the tmux session again we all can view09:33
maysamsdigitalsimboja: I'm there. Please check it out the blogpost09:35
ltomasbodigitalsimboja, take a look at point 2 of the blog post09:35
ltomasbodigitalsimboja, and start from there09:36
ltomasbodigitalsimboja, you already have the VM, so you need to set up the stack user first and then proceed with the devstack installation as that linux user09:37
digitalsimbojaalright09:37
digitalsimboja@maysams: Please check the error on the terminal09:46
digitalsimbojastack@sunday-vm:~$ sudo apt-get install git                                                                                                                                                   │············E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 52664 (apt-get)                                                                                                      │············N: Be awa09:46
maysamsdigitalsimboja: https://itsfoss.com/could-not-get-lock-error/09:48
maysamsthis should help09:48
digitalsimbojaThanks09:54
*** maysams has left #openstack-kuryr09:56
*** maysams has joined #openstack-kuryr09:56
opendevreviewMaysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Update DOCs to use OFTC instead of Freenode for IRC  https://review.opendev.org/c/openstack/kuryr-kubernetes/+/79393609:59
opendevreviewMerged openstack/kuryr-kubernetes master: Update DOCs to use OFTC instead of Freenode for IRC  https://review.opendev.org/c/openstack/kuryr-kubernetes/+/79393610:16
*** digitalsimboja has quit IRC10:28
*** digitalsimboja has joined #openstack-kuryr11:38
ltomasbodigitalsimboja, any progress?11:44
digitalsimbojaStack run failed11:44
ltomasbodigitalsimboja, what error?11:45
digitalsimbojaI had to unstack, clean and am stacking again11:45
ltomasbodigitalsimboja, well... if you change nothing... probably it is going to fail on the same thing (I suppose)11:45
digitalsimbojaThere is this function on devstack/tools/worlddump.py11:46
digitalsimbojaiptables and ebroutes11:46
ltomasbonah, that is not important... that is a failure gathering information after the actual failure11:46
ltomasboproblem is the problem that triggers that worlddump to get executed11:47
digitalsimbojaLet us wait for this stack run then check again, hopefully it completes this time11:55
ltomasbodigitalsimboja, ok, let me know if it fails11:55
ltomasbodigitalsimboja, this is the problem: + lib/neutron_plugins/ovn_agent:create_public_bridge:286 :   sudo ip addr replace /24 dev br-ex                                                                                                            │··················································11:56
ltomasboError: any valid prefix is expected rather than "/24".11:56
gryfltomasbo, I think, that there is missing PUBLIC_NETWORK_GATEWAY11:57
ltomasbogryf, looks like so11:58
ltomasbogryf, is that mandatory now?11:59
gryfI think, I've bumped on this regarding ovn setup.11:59
gryfnot sure, I'm waiting for lucasgomes on neutron channel.11:59
ltomasboumm, weird... I deployed like 2-3 days ago without that without problems (only the mitogen issue)12:00
gryfyeah, I've also successfully deployed devstack in last week, but not yesterday.12:00
ltomasbogryf, there is a suspicios devstack commit about Configure public bridge enabled by default...12:01
ltomasbogryf, https://opendev.org/openstack/devstack/commit/22038a9a8c4418d6d49bed83024a3cd97e62786012:02
gryfexactly.12:02
gryfso we need Lucas for this :)12:02
ltomasbogryf, digitalsimboja perhaps we can set that to False and see if it works or not12:03
digitalsimbojalets see12:03
ltomasbothat way it will be the old behaviour, where ip on br-ex is not set... as this seems to be broken anyway12:03
gryfltomasbo, yeah, although for long term solution we should perhaps make it Right.12:03
ltomasbogryf, indeed12:04
ltomasbogryf, seems we miss FLOATING_RANGE value12:07
ltomasboand PUBLIC_NETWORK_GATEWAY12:07
gryfhttps://bugs.launchpad.net/devstack/+bug/193036012:08
opendevmeetLaunchpad bug 1930360 in devstack "devstack installation fails for neutron- ovn_agent on master branch" [High,Triaged]12:08
ltomasbogryf, going to give it a try with both set and see if it works12:09
gryfltomasbo, Lucas said, that OVN_L3_CREATE_PUBLIC_NETWORK=false should help for now12:10
gryfthe bug, i've pasted is ongoing, ralonsoh is working on it.12:10
ltomasbogryf, yep, false will work... but probably setting the other values should work too, right?12:11
gryfperhaps, yeah.12:11
gryfworth to try :D12:11
ltomasbogryf, yep... if not, I'll set that value to false to unlock digitalsimboja12:11
gryfsure.12:12
gryffyi - adding gateway and floating range helped.12:26
ltomasbogreat! it is still running on digitalsimboja env12:27
ltomasbogryf, but it passed that point already... and properly configured br-ex \o/12:28
gryf\o/12:29
digitalsimbojaFailuure while running 'Docker'12:43
digitalsimbojahttp://paste.openstack.org/show/806222/12:43
gryfdigitalsimboja, "no space left on device"12:44
digitalsimbojaso its related to the storage on the VM?12:49
*** tbarron has quit IRC12:52
gryfdefinitely :)12:53
gryfyou've run out of space on one of the partitions, just 'df -h' to examine which runs out of space.12:54
*** digitalsimboja has quit IRC13:04
*** tbarron has joined #openstack-kuryr13:07
ltomasboups... so we need a new VM with a bigger disk13:09
*** digitalsimboja has joined #openstack-kuryr13:11
ltomasbodigitalsimboja, hi13:12
digitalsimbojaHello13:12
ltomasbodigitalsimboja, so the VM only has 10GBs of storage... we may need a bit more, going to recreate the VM with 25Gbs13:12
ltomasboso, you will need to start over :(13:12
digitalsimbojaokay13:12
digitalsimbojalet me know once its done13:13
digitalsimbojaso I can start13:13
ltomasbodone13:16
digitalsimbojaso I should ssh again?13:17
ltomasbodigitalsimboja, you can try to ssh with the same ip (probably you will need to remove the existing entry on known_hosts)13:17
digitalsimbojayeah throwing me error13:17
ltomasboso ,remove the entry and try again13:17
digitalsimbojaOn known hosts, I have 5 items right there13:18
digitalsimbojaWhich do I remove, the last or the first?13:19
ltomasbothe one with the same ip13:19
digitalsimbojaOr rather how do I know the particular host to remove13:19
digitalsimbojaokay checking13:19
digitalsimboja...13:19
digitalsimbojaam in13:24
ltomasbogreat! (I'm in a call)13:25
digitalsimbojaAlright, I need to correct the Neutron issue before I start13:29
digitalsimbojaso I can wait till you are done..13:29
ltomasboneutron?13:29
ltomasboahh, the thing on the local.conf13:29
digitalsimbojaSure yeah13:29
ltomasbodigitalsimboja, join the tmux13:30
ltomasbodigitalsimboja, you can start creating the stack linux user, donwloading devstack....13:30
digitalsimbojadone that already13:31
digitalsimbojatmux?13:31
digitalsimbojacheck it up on the tmux session13:35
ltomasbodigitalsimboja, done13:41
ltomasbosorry I'm in a call...13:41
*** opendevreview has quit IRC14:44
*** dulek has quit IRC15:27
digitalsimbojaI am good!16:21
digitalsimbojaQuick one16:21
digitalsimbojakubectl get klb test -o yaml16:21
digitalsimbojaTHe above is to retrieve the CRD16:21
digitalsimbojaHow do I delete a field on the klb and see the reaction of kuryr?16:22
*** digitalsimboja has quit IRC16:27
*** ltomasbo has quit IRC16:59
*** EmilienM has joined #openstack-kuryr18:36
*** digitalsimboja has joined #openstack-kuryr19:07
*** digitalsimboja has quit IRC19:13
*** digitalsimboja has joined #openstack-kuryr19:46
*** digitalsimboja has quit IRC19:53
*** ltomasbo has joined #openstack-kuryr20:10
*** dulek has joined #openstack-kuryr20:29
*** dulek has quit IRC21:10
*** ltomasbo has quit IRC21:31

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!