*** spotz has quit IRC | 01:32 | |
*** rh-jelabarre has quit IRC | 01:37 | |
*** digitalsimboja has joined #openstack-kuryr | 04:38 | |
*** gcheresh has joined #openstack-kuryr | 04:54 | |
*** digitalsimboja has quit IRC | 05:27 | |
*** ccamposr__ has quit IRC | 06:11 | |
*** ccamposr__ has joined #openstack-kuryr | 06:11 | |
*** ltomasbo has joined #openstack-kuryr | 06:16 | |
darshna | hello everyone, my system was not having much memory to run libvirt/virtualbox. that is why I got an ubuntu server and now I am installing eveything again from the scratch. After I've run 'sudo apt install vagrant' all depencies were installed, also the libvirt was also installed --> http://paste.openstack.org/show/804280/ but still when I am running vagrant up an error is popping up. Can someone help me with | 07:20 |
---|---|---|
darshna | this? luis or maysams can you take a look at this and help me out? http://paste.openstack.org/show/804281/ | 07:20 |
*** digitalsimboja has joined #openstack-kuryr | 07:28 | |
ltomasbo | darshna, looks like you are missing the libvirt provider | 07:31 |
ltomasbo | (if you want to use that one) | 07:31 |
ltomasbo | as you already have the virtualbox one, you can try unsetting the VAGRANT_DEFAULT_PROVIDER so that libvirt is not used | 07:32 |
ltomasbo | or install the libvirt vagrant plugin | 07:32 |
darshna | but it showed here that libvirt is isntalled http://paste.openstack.org/show/804280/ | 07:32 |
ltomasbo | darshna, but maybe it is not loaded as a plugin into vagrant | 07:33 |
ltomasbo | you need the extra command to install the plugin into vagrant I suppose | 07:33 |
darshna | i don't have the virtuabox installed this is a new server where I am starting | 07:34 |
ltomasbo | what that is show "vagrant plugin list"? | 07:34 |
darshna | oh let me check | 07:34 |
ltomasbo | and perhaps you need to exectue something like: vagrant plugin install vagrant-libvirt | 07:35 |
gryf | ltomasbo, btw, there is vagrant-libvirt package installed (on the paste above), not sure why it's not "registered". | 07:35 |
gryf | doesn't plugin install will try to install gem from the remote repo, instead of using installed one? | 07:36 |
ltomasbo | gryf, no idea, probably! I forgot vagrant is ruby based... | 07:37 |
gryf | yeah… | 07:37 |
gryf | and, unfortunately, I know nothing about vagrant… | 07:38 |
darshna | I installed a vagrant-mutate plugin it is ahowing that | 07:38 |
ltomasbo | gryf, and yeah, looks like it is installed but not loaded somehow... | 07:38 |
gryf | that's so odd… | 07:38 |
ltomasbo | vagrant-mutate? | 07:38 |
darshna | http://paste.openstack.org/show/804283/ | 07:38 |
gryf | ltomasbo, Vagrant-mutate is a vagrant plugin to convert vagrant boxes to work with different providers. | 07:38 |
ltomasbo | ok! | 07:39 |
darshna | yeah in an article I read, because vagrant was not taking up the libvirt provoder | 07:39 |
gryf | not sure if it's needed, unless box images (vagrant uses something like a registry) are compatible with libvirt. | 07:39 |
darshna | so I thought if this plugin will help | 07:39 |
darshna | oh I didn't knew | 07:39 |
ltomasbo | darshna, anyway, note the vagrant stuff is only there to make things easier to test with Kuryr. If vagrant is not working for you, there is no need to use it. A simple (big enough) VM with internet connectivity will work | 07:40 |
darshna | oh okay | 07:41 |
darshna | then should I get VM then? | 07:41 |
gryf | ltomasbo, well, but the ability to clean it up properly is crucial too. | 07:41 |
ltomasbo | is up to you | 07:42 |
gryf | (i.e. being able to rebuild it clean) | 07:42 |
ltomasbo | gryf, yeah, create/remove the VM and then copy the local.conf file and stack | 07:42 |
ltomasbo | gryf, there is not much vagrant is doing, rather than handing creation and clone of the devstack repo | 07:43 |
gryf | that's right. | 07:43 |
ltomasbo | gryf, of course is handy to have and really convenient, but my point was that it is not a requirement for anything | 07:43 |
gryf | that's also right :) | 07:44 |
ltomasbo | I would spend some time trying to make it work, but not too much (like several days) | 07:44 |
gryf | so, I guess, a wizard with libvirt/quemu skills would be needed, right? | 07:44 |
darshna | :( | 07:45 |
ltomasbo | gryf, yeah, adding some steps to do something similar with libvirt would be a nice addition to the kuryr/contrib repo | 07:45 |
gryf | I can help with virtualbox and vboxmanage, I have 0 skills with commandline qemu/kvm | 07:46 |
gryf | although, I gladly learn how to spin up a usable vm with that combo :> | 07:47 |
ltomasbo | gryf, vbox works too! no need to use kvm/libvirt | 07:47 |
ltomasbo | darshna, specially if you are not too familiar with it ^ | 07:48 |
darshna | I was installing virtualbox too but it was not happening properly, I can try again | 07:49 |
darshna | using vbox will be okay, as I almost know what I have to do after that | 07:49 |
gryf | darshna, it wasn't work for you, since you didn't had required resources - i.e. you've been created (through vagrant) a VM, which have declared 6GB of RAM, while on your laptop you only have 4GB of physical memory, if I recall correctly - that definitely would not work. | 07:54 |
darshna | yes | 07:54 |
darshna | true | 07:55 |
darshna | no I meant I was trying to install virtualbox in this server which I got | 07:55 |
*** digitalsimboja has quit IRC | 07:56 | |
gryf | didn't go well? | 07:57 |
darshna | not yet, I'll try again | 08:04 |
openstackgerrit | Tabitha Fasoyin proposed openstack/kuryr-tempest-plugin master: Adds tests for making listener timeouts configurable https://review.opendev.org/c/openstack/kuryr-tempest-plugin/+/783966 | 08:14 |
openstackgerrit | Tabitha Fasoyin proposed openstack/kuryr-kubernetes master: Enable Listener data timeouts test in tempest.conf https://review.opendev.org/c/openstack/kuryr-kubernetes/+/785140 | 08:17 |
*** digitalsimboja has joined #openstack-kuryr | 09:00 | |
*** digitalsimboja has quit IRC | 09:12 | |
*** digitalsimboja has joined #openstack-kuryr | 09:26 | |
*** digitalsimboja has quit IRC | 10:00 | |
*** digitalsimboja has joined #openstack-kuryr | 10:00 | |
*** digitalsimboja has quit IRC | 10:29 | |
*** dulek_ has joined #openstack-kuryr | 11:21 | |
*** rh-jelabarre has joined #openstack-kuryr | 11:24 | |
*** digitalsimboja has joined #openstack-kuryr | 12:49 | |
openstackgerrit | Merged openstack/kuryr-kubernetes master: Stop deleting KuryrPorts of host-networking pods https://review.opendev.org/c/openstack/kuryr-kubernetes/+/783034 | 13:01 |
*** digitalsimboja has quit IRC | 13:19 | |
*** spotz has joined #openstack-kuryr | 14:58 | |
*** diurnalist has joined #openstack-kuryr | 15:22 | |
diurnalist | hello, I don't know how active this channel is, but i'm playing with kuryr and zun. I have a setup where i'm not running nova-compute, just zun-compute. I can't figure out how to get e.g. floating ips to work on my containers. i'm using a vxlan network deployed with k-a | 15:23 |
diurnalist | does kuryr support this? when i look at my interfaces on the zun compute host i don't see any vxlan interfaces at all, but i have containers running. they can exchange traffic over the local docker network they're both on. | 15:24 |
*** carcablop19 has joined #openstack-kuryr | 15:32 | |
openstackgerrit | Roman Dobosz proposed openstack/kuryr-kubernetes master: Include service subnet to be open for namespaceSelector set to all. https://review.opendev.org/c/openstack/kuryr-kubernetes/+/785435 | 15:33 |
dulek_ | diurnalist: You're using kuryr-libnetwork, aren't you? | 15:42 |
*** dulek_ has quit IRC | 15:43 | |
*** dulek has joined #openstack-kuryr | 15:43 | |
carcablop19 | Hello. I have had problems with the storage of my equipment to install the applications like DevStack and vagrant for the contribution in kuryr-kubernetes. My hard disk memory has filled up, therefore I have used an external hard disk to solve my storage problem, although it is very slow with this one. I would like to know how much memory is required or will I need to work on the entire kuryr-kubernetes project? I | 15:48 |
carcablop19 | would appreciate some help, since I have not been able to advance with my contribution. I am using a virtual machine in virtualbox with Ubunto 20.04 installed. Thanks | 15:48 |
dulek | carcablop19: I had some success with 10 GB VM. | 15:53 |
diurnalist | dulek_: yes I am | 15:58 |
diurnalist | dulek: even | 15:58 |
dulek | diurnalist: Honestly I think most of us here have little knowledge of it - we're mainly working on kuryr-kuberentes. | 15:58 |
dulek | diurnalist: I'd try openstack-discuss email with [zun] and [kuryr] tags or trying to reach hongbin. | 15:59 |
diurnalist | that was my fear :) -- thank you, will do! | 15:59 |
dulek | carcablop19: Oh wait, you meant disk space? gryf lately failed with 20 GB VM so probably more is recommended. | 16:00 |
carcablop19 | Thanks @dulek for answering. thanks for answering. I have consumed 34.6GB of storage, and I have installed Devstack and Vagrant and cloned the repositories. , and so I decided to store everything on the external hard drive, but it is still very slow. | 16:04 |
gryf | carcablop19, vagrnat will create machine with disk size around of 120GB AFAIRC. it's dynamically allocated, so that's good thing ;) | 16:05 |
dulek | carcablop19: Maybe the issue is lack of CPU virtualization support enabled on the host? | 16:06 |
gryf | that's one thing, the other is RAM. | 16:06 |
*** ltomasbo has quit IRC | 16:16 | |
*** digitalsimboja has joined #openstack-kuryr | 16:35 | |
*** gcheresh has quit IRC | 17:21 | |
*** digitalsimboja has quit IRC | 17:45 | |
*** diurnalist has quit IRC | 17:57 | |
*** gcheresh has joined #openstack-kuryr | 18:12 | |
*** digitalsimboja has joined #openstack-kuryr | 18:59 | |
*** gcheresh has quit IRC | 19:27 | |
*** digitalsimboja has quit IRC | 19:49 | |
*** digitalsimboja has joined #openstack-kuryr | 19:54 | |
*** digitalsimboja has quit IRC | 20:26 | |
*** digitalsimboja has joined #openstack-kuryr | 20:27 | |
*** digitalsimboja has quit IRC | 20:44 | |
*** digitalsimboja has joined #openstack-kuryr | 22:03 | |
*** digitalsimboja has quit IRC | 22:19 | |
*** digitalsimboja has joined #openstack-kuryr | 22:21 | |
*** digitalsimboja has quit IRC | 22:53 | |
*** carcablop19 has quit IRC | 23:18 | |
*** carcablop19 has joined #openstack-kuryr | 23:40 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!