| *** ltomasbo has joined #openstack-kuryr | 06:10 | |
| *** dulek has joined #openstack-kuryr | 07:23 | |
| *** opendevreview has joined #openstack-kuryr | 07:27 | |
| opendevreview | Maysa de Macedo Souza proposed openstack/kuryr-kubernetes master: Fix Listener timeouts update https://review.opendev.org/c/openstack/kuryr-kubernetes/+/793768 | 07:27 |
|---|---|---|
| *** digitalsimboja has joined #openstack-kuryr | 08:40 | |
| digitalsimboja | Hello @Maysams | 09:02 |
| digitalsimboja | good morning | 09:02 |
| digitalsimboja | I and Luis was able to collborate on a tmux session | 09:03 |
| digitalsimboja | Could you see if you can give me access again to the session as I logged out and not able to login back? | 09:04 |
| digitalsimboja | Thanks | 09:04 |
| ltomasbo | digitalsimboja, just type "tmux" and a new one will be created | 09:05 |
| digitalsimboja | alright | 09:05 |
| digitalsimboja | Thanks | 09:05 |
| ltomasbo | previous one is deleted | 09:05 |
| digitalsimboja | setting up Kuryr using vagrant | 09:05 |
| ltomasbo | no no | 09:05 |
| ltomasbo | no need to use vagrant | 09:05 |
| ltomasbo | this is already the VM | 09:05 |
| ltomasbo | so, you need to install devstack directly there | 09:05 |
| ltomasbo | no vagrant | 09:06 |
| digitalsimboja | perfect | 09:07 |
| gryf | just clone devstack, prepare your local.conf and stack :) | 09:12 |
| maysams | digitalsimboja: https://nishayadavsite.wordpress.com/2016/06/29/how-to-set-up-work-environment-to-become-an-openstack-developer/?fbclid=IwAR36zs5LM65_-gslATl1VXmBBVUo9EaNtJ7Iha347h8melPNOQAVVjzEekQ | 09:12 |
| maysams | this link I shared is pretty useful | 09:13 |
| *** digitalsimboja has quit IRC | 09:13 | |
| *** digitalsimboja has joined #openstack-kuryr | 09:24 | |
| digitalsimboja | I hit this often and on | 09:24 |
| digitalsimboja | http://paste.openstack.org/show/806213/ | 09:24 |
| maysams | digitalsimboja: if you unstack and clean, and then follow the blogpost I shared that might be helpful | 09:29 |
| ltomasbo | digitalsimboja, the error on the worlddump.py can be dismiss... important is why it failed in the first place | 09:32 |
| digitalsimboja | please reshare the blogpost again, seems I missed it | 09:32 |
| ltomasbo | https://nishayadavsite.wordpress.com/2016/06/29/how-to-set-up-work-environment-to-become-an-openstack-developer/?fbclid=IwAR36zs5LM65_-gslATl1VXmBBVUo9EaNtJ7Iha347h8melPNOQAVVjzEekQ | 09:33 |
| digitalsimboja | @Luis, give access to the tmux session again we all can view | 09:33 |
| maysams | digitalsimboja: I'm there. Please check it out the blogpost | 09:35 |
| ltomasbo | digitalsimboja, take a look at point 2 of the blog post | 09:35 |
| ltomasbo | digitalsimboja, and start from there | 09:36 |
| ltomasbo | digitalsimboja, 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 user | 09:37 |
| digitalsimboja | alright | 09:37 |
| digitalsimboja | @maysams: Please check the error on the terminal | 09:46 |
| digitalsimboja | stack@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 awa | 09:46 |
| maysams | digitalsimboja: https://itsfoss.com/could-not-get-lock-error/ | 09:48 |
| maysams | this should help | 09:48 |
| digitalsimboja | Thanks | 09:54 |
| *** maysams has left #openstack-kuryr | 09:56 | |
| *** maysams has joined #openstack-kuryr | 09:56 | |
| opendevreview | Maysa 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/+/793936 | 09:59 |
| opendevreview | Merged openstack/kuryr-kubernetes master: Update DOCs to use OFTC instead of Freenode for IRC https://review.opendev.org/c/openstack/kuryr-kubernetes/+/793936 | 10:16 |
| *** digitalsimboja has quit IRC | 10:28 | |
| *** digitalsimboja has joined #openstack-kuryr | 11:38 | |
| ltomasbo | digitalsimboja, any progress? | 11:44 |
| digitalsimboja | Stack run failed | 11:44 |
| ltomasbo | digitalsimboja, what error? | 11:45 |
| digitalsimboja | I had to unstack, clean and am stacking again | 11:45 |
| ltomasbo | digitalsimboja, well... if you change nothing... probably it is going to fail on the same thing (I suppose) | 11:45 |
| digitalsimboja | There is this function on devstack/tools/worlddump.py | 11:46 |
| digitalsimboja | iptables and ebroutes | 11:46 |
| ltomasbo | nah, that is not important... that is a failure gathering information after the actual failure | 11:46 |
| ltomasbo | problem is the problem that triggers that worlddump to get executed | 11:47 |
| digitalsimboja | Let us wait for this stack run then check again, hopefully it completes this time | 11:55 |
| ltomasbo | digitalsimboja, ok, let me know if it fails | 11:55 |
| ltomasbo | digitalsimboja, this is the problem: + lib/neutron_plugins/ovn_agent:create_public_bridge:286 : sudo ip addr replace /24 dev br-ex │·················································· | 11:56 |
| ltomasbo | Error: any valid prefix is expected rather than "/24". | 11:56 |
| gryf | ltomasbo, I think, that there is missing PUBLIC_NETWORK_GATEWAY | 11:57 |
| ltomasbo | gryf, looks like so | 11:58 |
| ltomasbo | gryf, is that mandatory now? | 11:59 |
| gryf | I think, I've bumped on this regarding ovn setup. | 11:59 |
| gryf | not sure, I'm waiting for lucasgomes on neutron channel. | 11:59 |
| ltomasbo | umm, weird... I deployed like 2-3 days ago without that without problems (only the mitogen issue) | 12:00 |
| gryf | yeah, I've also successfully deployed devstack in last week, but not yesterday. | 12:00 |
| ltomasbo | gryf, there is a suspicios devstack commit about Configure public bridge enabled by default... | 12:01 |
| ltomasbo | gryf, https://opendev.org/openstack/devstack/commit/22038a9a8c4418d6d49bed83024a3cd97e627860 | 12:02 |
| gryf | exactly. | 12:02 |
| gryf | so we need Lucas for this :) | 12:02 |
| ltomasbo | gryf, digitalsimboja perhaps we can set that to False and see if it works or not | 12:03 |
| digitalsimboja | lets see | 12:03 |
| ltomasbo | that way it will be the old behaviour, where ip on br-ex is not set... as this seems to be broken anyway | 12:03 |
| gryf | ltomasbo, yeah, although for long term solution we should perhaps make it Right. | 12:03 |
| ltomasbo | gryf, indeed | 12:04 |
| ltomasbo | gryf, seems we miss FLOATING_RANGE value | 12:07 |
| ltomasbo | and PUBLIC_NETWORK_GATEWAY | 12:07 |
| gryf | https://bugs.launchpad.net/devstack/+bug/1930360 | 12:08 |
| opendevmeet | Launchpad bug 1930360 in devstack "devstack installation fails for neutron- ovn_agent on master branch" [High,Triaged] | 12:08 |
| ltomasbo | gryf, going to give it a try with both set and see if it works | 12:09 |
| gryf | ltomasbo, Lucas said, that OVN_L3_CREATE_PUBLIC_NETWORK=false should help for now | 12:10 |
| gryf | the bug, i've pasted is ongoing, ralonsoh is working on it. | 12:10 |
| ltomasbo | gryf, yep, false will work... but probably setting the other values should work too, right? | 12:11 |
| gryf | perhaps, yeah. | 12:11 |
| gryf | worth to try :D | 12:11 |
| ltomasbo | gryf, yep... if not, I'll set that value to false to unlock digitalsimboja | 12:11 |
| gryf | sure. | 12:12 |
| gryf | fyi - adding gateway and floating range helped. | 12:26 |
| ltomasbo | great! it is still running on digitalsimboja env | 12:27 |
| ltomasbo | gryf, but it passed that point already... and properly configured br-ex \o/ | 12:28 |
| gryf | \o/ | 12:29 |
| digitalsimboja | Failuure while running 'Docker' | 12:43 |
| digitalsimboja | http://paste.openstack.org/show/806222/ | 12:43 |
| gryf | digitalsimboja, "no space left on device" | 12:44 |
| digitalsimboja | so its related to the storage on the VM? | 12:49 |
| *** tbarron has quit IRC | 12:52 | |
| gryf | definitely :) | 12:53 |
| gryf | you'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 IRC | 13:04 | |
| *** tbarron has joined #openstack-kuryr | 13:07 | |
| ltomasbo | ups... so we need a new VM with a bigger disk | 13:09 |
| *** digitalsimboja has joined #openstack-kuryr | 13:11 | |
| ltomasbo | digitalsimboja, hi | 13:12 |
| digitalsimboja | Hello | 13:12 |
| ltomasbo | digitalsimboja, so the VM only has 10GBs of storage... we may need a bit more, going to recreate the VM with 25Gbs | 13:12 |
| ltomasbo | so, you will need to start over :( | 13:12 |
| digitalsimboja | okay | 13:12 |
| digitalsimboja | let me know once its done | 13:13 |
| digitalsimboja | so I can start | 13:13 |
| ltomasbo | done | 13:16 |
| digitalsimboja | so I should ssh again? | 13:17 |
| ltomasbo | digitalsimboja, you can try to ssh with the same ip (probably you will need to remove the existing entry on known_hosts) | 13:17 |
| digitalsimboja | yeah throwing me error | 13:17 |
| ltomasbo | so ,remove the entry and try again | 13:17 |
| digitalsimboja | On known hosts, I have 5 items right there | 13:18 |
| digitalsimboja | Which do I remove, the last or the first? | 13:19 |
| ltomasbo | the one with the same ip | 13:19 |
| digitalsimboja | Or rather how do I know the particular host to remove | 13:19 |
| digitalsimboja | okay checking | 13:19 |
| digitalsimboja | ... | 13:19 |
| digitalsimboja | am in | 13:24 |
| ltomasbo | great! (I'm in a call) | 13:25 |
| digitalsimboja | Alright, I need to correct the Neutron issue before I start | 13:29 |
| digitalsimboja | so I can wait till you are done.. | 13:29 |
| ltomasbo | neutron? | 13:29 |
| ltomasbo | ahh, the thing on the local.conf | 13:29 |
| digitalsimboja | Sure yeah | 13:29 |
| ltomasbo | digitalsimboja, join the tmux | 13:30 |
| ltomasbo | digitalsimboja, you can start creating the stack linux user, donwloading devstack.... | 13:30 |
| digitalsimboja | done that already | 13:31 |
| digitalsimboja | tmux? | 13:31 |
| digitalsimboja | check it up on the tmux session | 13:35 |
| ltomasbo | digitalsimboja, done | 13:41 |
| ltomasbo | sorry I'm in a call... | 13:41 |
| *** opendevreview has quit IRC | 14:44 | |
| *** dulek has quit IRC | 15:27 | |
| digitalsimboja | I am good! | 16:21 |
| digitalsimboja | Quick one | 16:21 |
| digitalsimboja | kubectl get klb test -o yaml | 16:21 |
| digitalsimboja | THe above is to retrieve the CRD | 16:21 |
| digitalsimboja | How do I delete a field on the klb and see the reaction of kuryr? | 16:22 |
| *** digitalsimboja has quit IRC | 16:27 | |
| *** ltomasbo has quit IRC | 16:59 | |
| *** EmilienM has joined #openstack-kuryr | 18:36 | |
| *** digitalsimboja has joined #openstack-kuryr | 19:07 | |
| *** digitalsimboja has quit IRC | 19:13 | |
| *** digitalsimboja has joined #openstack-kuryr | 19:46 | |
| *** digitalsimboja has quit IRC | 19:53 | |
| *** ltomasbo has joined #openstack-kuryr | 20:10 | |
| *** dulek has joined #openstack-kuryr | 20:29 | |
| *** dulek has quit IRC | 21:10 | |
| *** ltomasbo has quit IRC | 21:31 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!