*** irclogbot_1 has quit IRC | 00:48 | |
*** irclogbot_0 has joined #openstack-kolla | 00:52 | |
*** ivve has quit IRC | 01:40 | |
*** kplant has quit IRC | 01:43 | |
*** born2bake has joined #openstack-kolla | 01:58 | |
born2bake | https://bugs.launchpad.net/kolla-ansible/+bug/1851745 | 01:58 |
---|---|---|
openstack | Launchpad bug 1851745 in kolla-ansible "Neutron_external_interface issue need help" [Undecided,New] | 01:58 |
*** igordc has quit IRC | 02:34 | |
*** rohit02 has joined #openstack-kolla | 03:50 | |
*** goldyfruit___ has quit IRC | 04:08 | |
*** goldyfruit___ has joined #openstack-kolla | 04:18 | |
*** spsurya has joined #openstack-kolla | 04:53 | |
*** goldyfruit___ has quit IRC | 05:21 | |
*** jbadiapa has quit IRC | 06:29 | |
*** hamzy_ has joined #openstack-kolla | 06:39 | |
*** hamzy has quit IRC | 06:42 | |
*** cah_link has joined #openstack-kolla | 06:45 | |
*** dpawlik has joined #openstack-kolla | 06:54 | |
*** rohit02 has quit IRC | 07:29 | |
*** rohit02 has joined #openstack-kolla | 07:29 | |
*** EmilienM is now known as EvilienM | 07:35 | |
*** ivve has joined #openstack-kolla | 07:43 | |
*** hjensas has quit IRC | 07:49 | |
*** jbadiapa has joined #openstack-kolla | 08:02 | |
*** wangshenqiang has joined #openstack-kolla | 08:20 | |
*** amoralej|off is now known as amoralej | 08:25 | |
hrw | morning | 09:00 |
openstackgerrit | Zdenek Dvorak proposed openstack/kolla-ansible stable/rocky: Patch to fix RPC selection problem after upgrade https://review.opendev.org/693505 | 09:08 |
*** k_mouza has joined #openstack-kolla | 09:15 | |
hrw | does someone remember setup.cfg syntax etc? | 09:16 |
hrw | [entry_points] | 09:16 |
hrw | console_scripts = | 09:16 |
hrw | kolla-build = kolla.cmd.build:main | 09:16 |
hrw | oslo.config.opts = | 09:16 |
hrw | kolla = kolla.opts:list_opts | 09:16 |
hrw | I would love to get rid of kolla.opts:list_opts | 09:16 |
hrw | or at least know how it is involved | 09:16 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file https://review.opendev.org/693398 | 09:26 |
*** shyamb has joined #openstack-kolla | 09:29 | |
*** hjensas has joined #openstack-kolla | 09:34 | |
mgoddard | mchlumsky: I think that's the right thing to do. Thanks for understanding | 09:37 |
mgoddard | yoctozepto: yes, we could understand you fine | 09:37 |
mgoddard | hrw: list_opts is used by oslo-config-generator to generate a kolla-build.conf example | 09:38 |
hrw | mgoddard: thanks | 09:39 |
hrw | have to sort out usage of list_opts for ^^ patch | 09:41 |
*** shyamb has quit IRC | 09:41 | |
*** gdwornicki has quit IRC | 09:42 | |
hrw | mgoddard: fun. "oslo-config-generator --config-file etc/oslo-config-generator/kolla-build.conf --nominimal --nosummarize" generates the same 3 lines file | 09:43 |
mgoddard | hrw: it doesn't work? | 09:45 |
hrw | mgoddard: it is first time I use it so no idea how it should work | 09:46 |
mnasiadka | morning | 09:46 |
hrw | mnasiadka: elo | 09:46 |
born2bake | https://bugs.launchpad.net/kolla-ansible/+bug/1851745 | 09:46 |
openstack | Launchpad bug 1851745 in kolla-ansible "Neutron_external_interface issue need help" [Undecided,New] | 09:46 |
mnasiadka | how do we generate the config using tax? also using oslo-config-generator? | 09:46 |
mnasiadka | born2bake: it's a support request, not a bug - so I guess first person would mark it as invalid | 09:47 |
mnasiadka | born2bake: I don't think it's a standard approach to attach a vlan interface to openvswitch | 09:47 |
born2bake | hm, can you suggest what can be done? Whats the standard approach? | 09:48 |
mnasiadka | either unbond the interfaces and dedicated second one to neutron, or do some fancy magic including creating a linux bridge (brctl) and a veth pair added to that bridge (and then you can use the veth interface as ovs port) | 09:48 |
mnasiadka | since I don't think you have a lot of experience in ovs and networking - I propose the first :) | 09:49 |
mnasiadka | or use Kayobe and it will do it for you :) | 09:49 |
born2bake | hmm even more confused now lol. As I understood, guys were chasing this setup https://docs.openstack.org/neutron/queens/admin/deploy-ovs-selfservice.html ; would you mind to explain why this setup is not appropriate to kolla? | 09:56 |
mnasiadka | born2bake: because vlan interface is not a physical interface | 10:00 |
mgoddard | born2bake: do you have another host on VLAN 40 with an IP that you can use to access the external network? | 10:01 |
born2bake | I assigned vlan 40 on all machines, without ip address | 10:02 |
born2bake | Shall I assign an ip address to any of machines and try to ping it? | 10:03 |
openstackgerrit | Merged openstack/kolla master: tox: use Python 3 where possible https://review.opendev.org/692549 | 10:05 |
hrw | ;D | 10:05 |
mgoddard | born2bake: at least one machine or router needs an IP on that subnet, so that you can access it | 10:06 |
hrw | ok. sorted out oslo-config-generator | 10:07 |
born2bake | Okay, I will need some time before I can check that. Meanwhile, can I ask what's the thingy to use Kayobe and the whole point? | 10:08 |
*** shyamb has joined #openstack-kolla | 10:08 | |
mnasiadka | well, it was never a good idea to add a linux vlan tagged interface to openvswitch, if you want to fight with something that nobody else is doing - have fun | 10:10 |
*** hjensas has quit IRC | 10:10 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: WIP: move to CentOS 8 in containers https://review.opendev.org/692368 | 10:11 |
mnasiadka | born2bake: I only meant Kayobe is a good starting point for people that want to have a ,,full solution'' for deploying openstack. Kolla-Ansible won't manage the operating system pre-reqs for you. | 10:12 |
*** rohit02 has quit IRC | 10:12 | |
*** rohit02 has joined #openstack-kolla | 10:13 | |
mgoddard | born2bake: https://docs.openstack.org/kayobe | 10:14 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file https://review.opendev.org/693398 | 10:16 |
hrw | only version-check.py left | 10:16 |
*** hjensas has joined #openstack-kolla | 10:20 | |
*** spsurya has quit IRC | 10:25 | |
mgoddard | hrw: I guess your change will clash with mine :) | 10:31 |
hrw | mgoddard: possible | 10:31 |
*** born2bake has quit IRC | 10:31 | |
mgoddard | hrw: AJaeger asked for version-check.py to move to project-config. It will need to support all stable branches :( | 10:32 |
hrw | mgoddard: an option is to merge and backport switch to yaml and then move to project-config. | 10:33 |
hrw | one script to worry | 10:33 |
mgoddard | hrw: it might be simpler that way | 10:33 |
*** born2bake has joined #openstack-kolla | 10:33 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add documentation for Bifrost and IPA configuration https://review.opendev.org/693515 | 10:35 |
openstackgerrit | Dincer Celik proposed openstack/kolla master: [manila] Fixes manila-share on debian/ubuntu https://review.opendev.org/693400 | 10:36 |
mnasiadka | mgoddard: can't we have a script in project-config, that would run version-check.py from kolla git repo? | 10:40 |
*** hjensas has quit IRC | 10:40 | |
osmanlicilegi | born2bake: I've looked at your support request and would like to ask you, why don't use use bond0 for the external networks? Seems we use similar setups and I'll show you my network and kolla configurations. | 10:41 |
born2bake | bond0 for the external networks? we have only bond0, where 2 phys interfaces are bonded. | 10:43 |
osmanlicilegi | born2bake: you carry all the vlans with trunk right? | 10:43 |
hrw | version-check works | 10:44 |
born2bake | I assume, yes. not sure, cause this networking setup was done by someone else. I just needed to deploy openstack on top of that. | 10:44 |
osmanlicilegi | born2bake: 1st see http://paste.openstack.org/show/785908/ | 10:45 |
osmanlicilegi | born2bake: then http://paste.openstack.org/show/785909/ | 10:47 |
mgoddard | mnasiadka: the script needs to live in project-config apparently, as it's a trusted job (has access to the bot's ssh keys) | 10:48 |
hrw | + location: TARBALLS_BASE/requirements/requirements-stable-stable-stable-train.tar.gz | 10:49 |
hrw | ;D | 10:49 |
hrw | ultrastable | 10:49 |
mnasiadka | mgoddard: then I guess we need to fine tune the version-check.py script so it outputs proper yaml/json and once we're happy with it - move it to project-config | 10:49 |
mnasiadka | hrw: triplestable | 10:49 |
born2bake | osmanlicilegi hmmmmmmmmm thats something I should try | 10:50 |
hrw | mnasiadka: stable- gets added each time so it get even more stable during time | 10:50 |
born2bake | thanks a lot mate | 10:50 |
mnasiadka | lol | 10:50 |
hrw | mnasiadka: versions-check.py I have does yaml | 10:50 |
mnasiadka | so we just need to move content to a separate yaml file and make kolla-build use it? | 10:51 |
osmanlicilegi | born2bake: my openstack bonding does the same which you would like to do. the key point is you cannot use a vlan interface with openvswitch. br-ex must be bridged directly to the bonded interface. | 10:51 |
mnasiadka | osmanlicilegi: or use ovs bonding | 10:51 |
hrw | mnasiadka: https://review.opendev.org/#/c/693398/ does it | 10:51 |
osmanlicilegi | mnasiadka: yes that's another way to achieve | 10:52 |
mnasiadka | hrw: good, so as you said - only version-check.py is left | 10:53 |
mnasiadka | and we could also find all curls to download source packages in Dockerfiles and then move it there, so version-check.py also checks for them | 10:53 |
hrw | mnasiadka: which I am polishing now | 10:53 |
*** shyamb has quit IRC | 10:55 | |
hrw | tools/version-check.py | 31 +++++----- | 10:56 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file https://review.opendev.org/693398 | 10:57 |
hrw | now with version-check, with safe_load etc | 10:57 |
*** shyamb has joined #openstack-kolla | 10:58 | |
hrw | maybe sources.yaml should be moved from kolla/common/ to somewhere else but that's other thing ;D | 10:58 |
*** shyamb has quit IRC | 10:59 | |
*** shyam89 has joined #openstack-kolla | 10:59 | |
*** pcaruana has joined #openstack-kolla | 10:59 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add documentation for Bifrost and IPA configuration https://review.opendev.org/693515 | 10:59 |
*** jbadiapa has quit IRC | 11:02 | |
born2bake | osmanlicilegi however, when it comes to external network creation in openstack, what network type you use and subnet. | 11:02 |
osmanlicilegi | born2bake: create vlan type networks | 11:04 |
osmanlicilegi | born2bake: I assume you know the vlan ids and subnets. if not, ask network guys. | 11:04 |
born2bake | even for external network right? | 11:05 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add cross references from deployment to config docs https://review.opendev.org/693522 | 11:08 |
hrw | I also wonder who will mark two debug lines as 'please drop' | 11:09 |
mnasiadka | lol | 11:10 |
mnasiadka | seems there's some love required for kolla build :) | 11:10 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Remove unused IPA config variables https://review.opendev.org/693523 | 11:10 |
shyam89 | Hi | 11:28 |
shyam89 | Horizon container of Stein release, has easy_install in not executable mode | 11:29 |
shyam89 | even for root user | 11:29 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Fix kayobe overcloud provision without seed in limit https://review.opendev.org/693526 | 11:29 |
shyam89 | Any way we can use it? | 11:29 |
shyam89 | we have a horizon plugin implement | 11:29 |
shyam89 | we install inside horizon container | 11:30 |
shyam89 | it's in the form of pip module | 11:30 |
hrw | easy_install? did not we abandoned use of it? | 11:30 |
hrw | see you at vPTG. pizza friday time | 11:44 |
*** hamzy_ is now known as hamzy | 11:44 | |
*** priteau has joined #openstack-kolla | 11:44 | |
mnasiadka | shyam89: just build your own container image and add this package to be installed via pip? https://docs.openstack.org/kolla/latest/admin/image-building.html#dockerfile-customisation | 11:45 |
shyam89 | okay | 11:45 |
shyam89 | mnasiadka: yes, that is one way | 11:46 |
shyam89 | but in client env, we can not change their horizon container | 11:46 |
*** shyamb has joined #openstack-kolla | 11:53 | |
*** shyam89 has quit IRC | 11:55 | |
*** shyam89 has joined #openstack-kolla | 11:58 | |
born2bake | osmanlicilegi didnt work, cant access machines floating ip | 11:58 |
*** pcaruana has quit IRC | 11:59 | |
*** shyamb has quit IRC | 12:01 | |
*** dpawlik has quit IRC | 12:03 | |
*** shyam89 has quit IRC | 12:13 | |
*** dpawlik has joined #openstack-kolla | 12:16 | |
*** kplant has joined #openstack-kolla | 12:18 | |
*** rohit02 has quit IRC | 12:18 | |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Add reference to zero touch provisioning blog in docs https://review.opendev.org/693532 | 12:32 |
*** goldyfruit___ has joined #openstack-kolla | 12:36 | |
osmanlicilegi | born2bake: if you are sure your ubuntu networking and kolla setup is fine, then you should work together with a network guy to troubleshot what is going wrong. | 12:38 |
openstackgerrit | Mark Goddard proposed openstack/kayobe master: Document requirements for BIOS and RAID configuration https://review.opendev.org/693533 | 12:44 |
*** rohit02 has joined #openstack-kolla | 12:46 | |
*** rohit02 has quit IRC | 12:57 | |
*** rohit02 has joined #openstack-kolla | 12:58 | |
*** pcaruana has joined #openstack-kolla | 12:59 | |
*** cah_link has quit IRC | 13:00 | |
*** rohit02 has quit IRC | 13:24 | |
kplant | ptg picks back up at 1400utc right? | 13:26 |
priteau | Yes, I believe we will use Google Meet again? | 13:28 |
*** dpawlik has quit IRC | 13:29 | |
mnasiadka | I hope so, because I can't understand a thing when hrw talks in helium mode. | 13:30 |
*** dpawlik has joined #openstack-kolla | 13:30 | |
yoctozepto | that must have been fun lol | 13:30 |
mnasiadka | yoctozepto: oh it was, probably you've seen us all laughing out loud :) | 13:32 |
yoctozepto | yeah, we did and had no idea why because you were all mute | 13:32 |
yoctozepto | until Mark explained | 13:32 |
yoctozepto | "donald duck" | 13:32 |
hrw | elo | 13:36 |
hrw | I got used to people sounding weird on confcalls | 13:36 |
kplant | i sound like a 10 year old with my mic at work | 13:38 |
kplant | it's awesome | 13:38 |
*** rohit02 has joined #openstack-kolla | 13:42 | |
openstackgerrit | Will Szumski proposed openstack/kayobe master: Add freezer to image build regex https://review.opendev.org/693538 | 13:44 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file https://review.opendev.org/693398 | 13:52 |
openstackgerrit | Merged openstack/kolla master: [manila] Fixes manila-share on debian/ubuntu https://review.opendev.org/693400 | 13:53 |
*** scottsol has joined #openstack-kolla | 13:53 | |
openstackgerrit | Will Szumski proposed openstack/kayobe master: Only stop chrony on nodes in kolla inventory https://review.opendev.org/693539 | 13:53 |
*** dougsz has joined #openstack-kolla | 13:53 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file https://review.opendev.org/693398 | 13:55 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla master: WIP: Move definition of OpenStack sources into YAML file https://review.opendev.org/693398 | 14:01 |
mgoddard | Kolla PTG starting up again now | 14:01 |
mgoddard | https://meet.google.com/nyh-gzvy-nnw | 14:02 |
mgoddard | kplant, osmanlicilegi, goldyfruit___, generalfuzz | 14:02 |
*** dougsz has quit IRC | 14:03 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla master: Move definition of OpenStack sources into YAML file https://review.opendev.org/693398 | 14:04 |
*** dpawlik has quit IRC | 14:07 | |
*** amoralej is now known as amoralej|lunch | 14:19 | |
*** factor has quit IRC | 14:32 | |
*** vmixor has joined #openstack-kolla | 14:35 | |
*** rohit02 has quit IRC | 14:36 | |
*** scottsol has quit IRC | 14:38 | |
*** scottsol has joined #openstack-kolla | 14:38 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Start testing CentOS 8 hosts https://review.opendev.org/693544 | 14:47 |
*** dpawlik has joined #openstack-kolla | 14:50 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Start testing CentOS 8 hosts https://review.opendev.org/693544 | 14:51 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Start testing CentOS 8 hosts https://review.opendev.org/693544 | 15:04 |
*** JamesBenson has joined #openstack-kolla | 15:10 | |
*** amoralej|lunch is now known as amoralej | 15:15 | |
*** dpawlik has quit IRC | 15:17 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Start testing CentOS 8 hosts https://review.opendev.org/693544 | 15:24 |
*** scottsol has quit IRC | 15:24 | |
yoctozepto | https://twitter.com/chris__martin/status/420992421673988096 | 15:25 |
*** scottsol has joined #openstack-kolla | 15:27 | |
*** luksky has joined #openstack-kolla | 15:27 | |
*** scottsol has quit IRC | 15:30 | |
*** scottsol has joined #openstack-kolla | 15:33 | |
*** scottsol has quit IRC | 15:50 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: CI: Start testing CentOS 8 hosts https://review.opendev.org/693544 | 15:50 |
*** scottsol has joined #openstack-kolla | 15:52 | |
*** scottsol has quit IRC | 15:55 | |
*** scottsol has joined #openstack-kolla | 15:57 | |
*** scottsol has quit IRC | 16:13 | |
*** scottsol has joined #openstack-kolla | 16:14 | |
*** gdwornicki has joined #openstack-kolla | 16:16 | |
born2bake | hi again, maybe someone else has an idea why it doesnt work - https://bugs.launchpad.net/kolla-ansible/+bug/1851745 ? :( | 16:16 |
openstack | Launchpad bug 1851745 in kolla-ansible "Neutron_external_interface issue need help" [Undecided,Invalid] | 16:16 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Move definition of OpenStack sources into YAML file https://review.opendev.org/693398 | 16:32 |
hrw | born2bake: we are in a middle of 2nd day of vPTG. | 16:34 |
hrw | most of people here sits in front of microphone | 16:34 |
hrw | s | 16:34 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Start testing CentOS 8 hosts https://review.opendev.org/693544 | 16:44 |
*** EvilienM is now known as EmilienM | 16:58 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Start testing CentOS 8 hosts https://review.opendev.org/693544 | 17:00 |
*** billp has joined #openstack-kolla | 17:00 | |
*** scottsol has quit IRC | 17:06 | |
*** scottsol has joined #openstack-kolla | 17:06 | |
*** scottsol has quit IRC | 17:14 | |
*** henriqueof has joined #openstack-kolla | 17:15 | |
*** scottsol has joined #openstack-kolla | 17:15 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Start testing CentOS 8 hosts https://review.opendev.org/693544 | 17:25 |
openstackgerrit | Merged openstack/kolla-ansible master: CI: Remove playbook-setup-nodes.yml https://review.opendev.org/693324 | 17:29 |
*** jonaspaulo has joined #openstack-kolla | 17:37 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Start testing CentOS 8 hosts https://review.opendev.org/693544 | 17:41 |
*** scottsol has quit IRC | 18:03 | |
hrw | see you on tuesday | 18:03 |
*** spsurya has joined #openstack-kolla | 18:04 | |
osmanlicilegi | guys, this was my 1st ptg with kolla team so I stayed as a listener, to see how you discuss things, how you decide what to do and how to do, and at the and I'd like to say it was a great experience for me. from now on, I will look forward to having your mentorships more and more so this will let me contribute more to kolla. thanks again. | 18:09 |
*** watersj has joined #openstack-kolla | 18:10 | |
openstackgerrit | Mark Goddard proposed openstack/kolla stable/stein: [manila] Fixes manila-share on debian/ubuntu https://review.opendev.org/693570 | 18:10 |
mgoddard | thank you for getting involved osmanlicilegi. It's quite a large investment of time, but it's always good to have as many people involved as possible to help driver the direction of the project. Look forward to working with you more | 18:11 |
watersj | kplant, you wanted know if my coustom ml2_conf.ini deployed as expected. I did. Thanks again for your help on it | 18:11 |
*** pcaruana has quit IRC | 18:12 | |
*** igordc has joined #openstack-kolla | 18:15 | |
mnasiadka | ok, enough | 18:19 |
mnasiadka | see you on Tuesday :) | 18:19 |
*** k_mouza has quit IRC | 18:19 | |
mnasiadka | mgoddard: there's public holiday on Monday in Poland, so you're alone ;) | 18:19 |
*** k_mouza has joined #openstack-kolla | 18:22 | |
mgoddard | mnasiadka: enjoy | 18:24 |
*** k_mouza has quit IRC | 18:28 | |
*** amoralej is now known as amoralej|off | 18:46 | |
openstackgerrit | Martin Chlumsky proposed openstack/kolla stable/train: swift-rsyncd: don't recursively chown /srv/node at startup https://review.opendev.org/693575 | 18:49 |
openstackgerrit | Martin Chlumsky proposed openstack/kolla stable/stein: swift-rsyncd: don't recursively chown /srv/node at startup https://review.opendev.org/693576 | 18:50 |
*** k_mouza has joined #openstack-kolla | 19:02 | |
*** k_mouza has quit IRC | 19:06 | |
*** priteau has quit IRC | 19:11 | |
*** igordc has quit IRC | 19:26 | |
*** igordc has joined #openstack-kolla | 19:26 | |
kplant | watersj: awesome | 19:45 |
*** gdwornicki has quit IRC | 19:45 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: WIP: CI: Start testing CentOS 8 hosts https://review.opendev.org/693544 | 19:58 |
*** gdwornicki has joined #openstack-kolla | 19:58 | |
*** k_mouza has joined #openstack-kolla | 20:02 | |
*** spsurya has quit IRC | 20:15 | |
*** k_mouza has quit IRC | 20:36 | |
*** watersj has quit IRC | 20:43 | |
*** kplant has quit IRC | 20:44 | |
*** gdwornicki has quit IRC | 20:47 | |
*** henriqueof has quit IRC | 21:02 | |
*** goldyfruit___ has quit IRC | 21:03 | |
*** dpawlik has joined #openstack-kolla | 21:07 | |
*** k_mouza has joined #openstack-kolla | 21:17 | |
*** k_mouza has quit IRC | 21:25 | |
*** igordc has quit IRC | 21:34 | |
*** k_mouza has joined #openstack-kolla | 21:35 | |
*** k_mouza has quit IRC | 21:40 | |
*** k_mouza has joined #openstack-kolla | 21:44 | |
*** k_mouza has quit IRC | 21:48 | |
*** dpawlik has quit IRC | 21:48 | |
*** gdwornicki has joined #openstack-kolla | 21:59 | |
*** k_mouza has joined #openstack-kolla | 21:59 | |
*** k_mouza has quit IRC | 22:04 | |
*** born2bake has quit IRC | 22:08 | |
*** k_mouza has joined #openstack-kolla | 22:14 | |
*** k_mouza has quit IRC | 22:19 | |
*** k_mouza has joined #openstack-kolla | 22:26 | |
*** k_mouza has quit IRC | 22:30 | |
*** JamesBen_ has joined #openstack-kolla | 22:30 | |
*** JamesBen_ has quit IRC | 22:31 | |
*** JamesBenson has quit IRC | 22:33 | |
*** k_mouza has joined #openstack-kolla | 22:34 | |
*** k_mouza has quit IRC | 22:38 | |
*** k_mouza has joined #openstack-kolla | 22:38 | |
*** k_mouza has quit IRC | 22:45 | |
*** k_mouza has joined #openstack-kolla | 22:53 | |
*** k_mouza has quit IRC | 22:57 | |
*** k_mouza has joined #openstack-kolla | 23:09 | |
*** ivve has quit IRC | 23:12 | |
*** k_mouza has quit IRC | 23:17 | |
*** k_mouza has joined #openstack-kolla | 23:20 | |
*** k_mouza has quit IRC | 23:25 | |
*** k_mouza has joined #openstack-kolla | 23:27 | |
*** k_mouza has quit IRC | 23:32 | |
*** k_mouza has joined #openstack-kolla | 23:33 | |
*** k_mouza has quit IRC | 23:37 | |
*** luksky has quit IRC | 23:44 | |
*** goldyfruit___ has joined #openstack-kolla | 23:50 | |
*** k_mouza has joined #openstack-kolla | 23:52 | |
*** k_mouza has quit IRC | 23:57 | |
*** k_mouza has joined #openstack-kolla | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!