*** ccamposr has quit IRC | 02:24 | |
*** ccamposr has joined #openstack-kuryr | 02:24 | |
*** yoctozepto has quit IRC | 02:50 | |
*** yoctozepto has joined #openstack-kuryr | 02:50 | |
*** gcheresh has joined #openstack-kuryr | 04:58 | |
*** digitalsimboja has joined #openstack-kuryr | 05:59 | |
*** ltomasbo has joined #openstack-kuryr | 06:09 | |
ltomasbo | not sure if you read it digitalsimboja, can you also add FIXED_RANGE=10.0.0.0/24 (so that it does not take the default 10.0.0.0/22) | 06:19 |
---|---|---|
ltomasbo | I suspect your VM ip range colides with the default FIXED_RANGE | 06:19 |
*** digitalsimboja has quit IRC | 06:20 | |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Switch testing to Xena testing runtime https://review.opendev.org/c/openstack/kuryr-kubernetes/+/793088 | 08:17 |
*** digitalsimboja has joined #openstack-kuryr | 08:52 | |
ltomasbo | not sure if you read it digitalsimboja, can you also add FIXED_RANGE=10.0.0.0/24 (so that it does not take the default 10.0.0.0/22) | 09:01 |
ltomasbo | I suspect your VM ip range colides with the default FIXED_RANGE | 09:01 |
digitalsimboja | on local.conf? | 09:02 |
maysams | digitalsimboja, ltomasbo: yes | 09:09 |
digitalsimboja | I logged in to the vagrant env vagrant ssh | 09:10 |
digitalsimboja | I cd to devstack | 09:10 |
digitalsimboja | I cat local.conf | 09:10 |
digitalsimboja | THe local.conf here is different from home/kuryr-kubernetes/devstack/local.conf | 09:11 |
digitalsimboja | How do I edit the local.conf in the vagrant env, I think that is where the changes can take effect | 09:12 |
digitalsimboja | MY guess | 09:12 |
ltomasbo | digitalsimboja, yes, you need to make the changes on the local.conf inside the VM | 09:13 |
digitalsimboja | Now I know my problem | 09:14 |
ltomasbo | digitalsimboja, vagrant ssh, cd devstack, and then edit the local.conf there | 09:14 |
ltomasbo | digitalsimboja, and then, you can do the ./stack.sh | 09:14 |
digitalsimboja | to edit the file, I entered cat local.conf | 09:15 |
digitalsimboja | How do I paste the local.conf you shared | 09:15 |
digitalsimboja | the editor is not allowing me | 09:15 |
ltomasbo | you can use "vi" for instance | 09:15 |
ltomasbo | to edit the content of the file | 09:16 |
gryf | ltomasbo, nano could be better choice for a ppl not familiar with vi/vim :) | 09:17 |
ltomasbo | indeed | 09:17 |
maysams | digitalsimboja: I'm not sure what value you have for VAGRANT_KURYR_RUN_DEVSTACK on Vagrantfile, but if you haven't modified the default value of it, it would copy the local.conf.sample and trigger one installation with devstack when you did "vagrant up", perharps that is why local.conf is different | 09:18 |
dulek | Then once I know vi and nano accidentally opens on some OS, I feel lost. :P | 09:18 |
maysams | https://github.com/openstack/kuryr-kubernetes/tree/master/contrib/vagrant#vagrant-options-available | 09:18 |
maysams | but as you already have the VM working, updating the local.conf directly on the VM as ltomasbo mentioned will work just fine | 09:19 |
digitalsimboja | I ran export VAGRANT_KURYR_RUN_DEVSTACK=True | 09:22 |
digitalsimboja | before vagrant up | 09:22 |
ltomasbo | digitalsimboja, if you want to change the local.conf, you need to first run "export VAGRANT_KURYR_RUN_DEVSTACK=False" | 09:29 |
ltomasbo | then vagrant up, vagrant ssh, cd devstack, change local.conf, ./stack.sh | 09:29 |
digitalsimboja | Okay | 09:30 |
ltomasbo | digitalsimboja, or, as maysa sid, modify the local.conf.sammple and then run vagrant up | 09:30 |
ltomasbo | s/sid/said | 09:30 |
digitalsimboja | http://paste.openstack.org/show/805784/ | 09:50 |
digitalsimboja | Okay am doing good for now | 10:00 |
digitalsimboja | waiting to complete stack up | 10:01 |
*** digitalsimboja has quit IRC | 11:19 | |
*** digitalsimboja has joined #openstack-kuryr | 11:57 | |
*** digitalsimboja has quit IRC | 13:04 | |
*** gcheresh has quit IRC | 13:50 | |
*** ltomasbo has quit IRC | 15:16 | |
*** digitalsimboja has joined #openstack-kuryr | 15:31 | |
digitalsimboja | @All: What could be the reason for the 'ebtables' failure | 15:32 |
digitalsimboja | http://paste.openstack.org/show/805795/ | 15:32 |
digitalsimboja | Initially, I comment out the line on worlddump.py and it passes, I wonder if that would not affect anything | 15:33 |
digitalsimboja | @maysams: Kindly take a look at the cause of failure here http://paste.openstack.org/show/805795/ | 16:08 |
maysams | digitalsimboja: is devstack repository updated inside the vm? and also Kuryr? | 16:09 |
maysams | by updated I mean in sync with master | 16:10 |
digitalsimboja | The VM is a clean setup with Vagrant up | 16:10 |
digitalsimboja | so I suppose it should download the latest repo? | 16:11 |
maysams | yeah | 16:11 |
maysams | can you share the local.conf used? | 16:12 |
digitalsimboja | This here are red: http://paste.openstack.org/show/805800/ | 16:12 |
digitalsimboja | I believe with that it does not download? | 16:12 |
digitalsimboja | okay just a moment | 16:12 |
digitalsimboja | http://paste.openstack.org/show/805801/ | 16:13 |
maysams | digitalsimboja: this is the issue http://paste.openstack.org/show/805802/ | 16:51 |
maysams | can you try unstacking and clean and stacking again? | 16:52 |
maysams | what os are you using? | 16:52 |
digitalsimboja | ubuntu 20.04 | 16:52 |
maysams | digitalsimboja: let me know if it doesn't work | 16:54 |
maysams | btw, not sure if you saw but the kubeadm support for devstack was added recently in kuryr | 16:54 |
digitalsimboja | on it | 16:54 |
digitalsimboja | Yeah I know that that | 17:16 |
digitalsimboja | taking forever to complete Cloning into '/opt/stack/nova'... | 17:27 |
digitalsimboja | awaiting... | 17:28 |
maysams | if you hit same issue I recommend removing the kubeadm related patches and see if progresses. There should be nothing wrong with them, but still you saw issue kubeadm issue | 17:29 |
digitalsimboja | Alright | 17:30 |
*** maysams is now known as maysams-afk | 17:37 | |
*** digitalsimboja has quit IRC | 17:48 | |
*** gcheresh has joined #openstack-kuryr | 19:21 | |
*** gcheresh has quit IRC | 21:10 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!