*** Sravan has quit IRC | 00:00 | |
*** jenglisch has quit IRC | 00:00 | |
*** Sravan has joined #openstack-kolla | 00:01 | |
*** Sravan has quit IRC | 00:05 | |
*** Sravan has joined #openstack-kolla | 00:08 | |
*** Sravan has quit IRC | 00:12 | |
*** goldyfruit has joined #openstack-kolla | 00:56 | |
*** Sravan has joined #openstack-kolla | 01:03 | |
*** rgogunskiy has joined #openstack-kolla | 01:05 | |
*** Sravan has quit IRC | 01:07 | |
*** rgogunskiy has quit IRC | 01:09 | |
*** kplant has quit IRC | 01:30 | |
*** Sravan has joined #openstack-kolla | 01:34 | |
*** spsurya has joined #openstack-kolla | 01:39 | |
*** goldyfruit has quit IRC | 01:42 | |
*** Sravan has quit IRC | 01:46 | |
*** Sravan has joined #openstack-kolla | 02:16 | |
*** Sravan has quit IRC | 02:21 | |
*** JamesBenson has joined #openstack-kolla | 02:51 | |
*** Sravan has joined #openstack-kolla | 03:35 | |
*** Sravan has quit IRC | 03:46 | |
*** whoami-rajat has joined #openstack-kolla | 03:47 | |
*** skramaja has joined #openstack-kolla | 03:59 | |
*** Sravan has joined #openstack-kolla | 04:03 | |
*** Sravan has quit IRC | 04:10 | |
*** Sravan has joined #openstack-kolla | 04:12 | |
*** JamesBenson has quit IRC | 04:14 | |
*** skramaja has quit IRC | 04:14 | |
*** skramaja has joined #openstack-kolla | 04:16 | |
*** Sravan has quit IRC | 04:17 | |
*** dave-mccowan has quit IRC | 04:25 | |
*** janki has joined #openstack-kolla | 04:26 | |
*** gregoryo has joined #openstack-kolla | 04:34 | |
*** JamesBenson has joined #openstack-kolla | 04:42 | |
*** Sravan has joined #openstack-kolla | 04:45 | |
*** k_mouza has joined #openstack-kolla | 04:46 | |
*** JamesBenson has quit IRC | 04:46 | |
*** k_mouza has quit IRC | 04:51 | |
gregoryo | Really glad this channel is logged. I got to read about the meeting as it happened (: | 04:52 |
---|---|---|
*** Sravan has quit IRC | 04:58 | |
*** Sravan has joined #openstack-kolla | 05:16 | |
*** Sravan has quit IRC | 05:20 | |
*** Luzi has joined #openstack-kolla | 05:40 | |
*** cah_link has joined #openstack-kolla | 06:09 | |
*** pcaruana has joined #openstack-kolla | 06:15 | |
openstackgerrit | pangliye proposed openstack/kolla-ansible master: add kapacitor https://review.opendev.org/665841 | 06:17 |
*** gregoryo has quit IRC | 07:00 | |
*** ivve has joined #openstack-kolla | 07:04 | |
*** JqckB has joined #openstack-kolla | 07:17 | |
*** rpittau|afk is now known as rpittau | 07:20 | |
*** nathharp has joined #openstack-kolla | 07:28 | |
*** rgogunskiy has joined #openstack-kolla | 07:29 | |
*** rgogunskiy has quit IRC | 07:29 | |
*** rgogunskiy has joined #openstack-kolla | 07:30 | |
yoctozepto | > <goldyfruit> I'm using master, keystone is under 2.7 and qinling under 3.6 | 07:32 |
yoctozepto | sounds like a bug | 07:32 |
yoctozepto | all should be 3.6 in ubuntu now | 07:32 |
yoctozepto | or you might have not refreshed the image cache | 07:32 |
*** Wasaac has joined #openstack-kolla | 07:39 | |
*** hamzy has quit IRC | 07:50 | |
*** hamzy has joined #openstack-kolla | 07:51 | |
*** gkadam has joined #openstack-kolla | 07:58 | |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Add ansible_nodename (system hostname) to /etc/hosts https://review.opendev.org/666097 | 08:02 |
*** ktibi has joined #openstack-kolla | 08:07 | |
*** dougsz has joined #openstack-kolla | 08:08 | |
*** zbr has joined #openstack-kolla | 08:18 | |
*** igordc has quit IRC | 08:20 | |
mgoddard | mloza: silly question, have you tried restarting things on the broken controller? | 08:24 |
mgoddard | mloza: can you check networking via e.g. ping - no packet loss? | 08:24 |
mgoddard | yoctozepto: thanks for making the CI errors page, looks good | 08:24 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla master: Clean up test process https://review.opendev.org/664580 | 08:25 |
openstackgerrit | pangliye proposed openstack/kolla-ansible master: add kapacitor https://review.opendev.org/665841 | 08:29 |
*** hamzaachi has joined #openstack-kolla | 08:31 | |
ohwhyosa | Hello people! | 09:02 |
*** lemko has joined #openstack-kolla | 09:03 | |
yoctozepto | hello ohwhyosa | 09:06 |
*** gfidente has joined #openstack-kolla | 09:13 | |
*** jeev4 has joined #openstack-kolla | 09:15 | |
jeev4 | can someone point me to how to install a kolla container or upgrade it? | 09:16 |
egonzalez | mgoddard just read the meeting log, regarding ansible at scale we are running over 3k nodes split into 3 dinamic inventory. Using redis as cache, and around 32G of RAM each ansible node. | 09:17 |
openstackgerrit | Giulio Fidente proposed openstack/kolla master: Move back to CentOS StorageSIG repos for Ceph and Ganesha https://review.opendev.org/666015 | 09:17 |
egonzalez | we're running into some issues atm when many jobs runs on the same ansible host, and also when jobs are executed over the whole inventory. Ansible crashes | 09:18 |
egonzalez | memory issues, local temp runs out of space, etc | 09:18 |
egonzalez | we mostly run the playbooks agains a specific limit of hosts with --limit, thats fine always doesnt include many hosts (less than 300) | 09:20 |
egonzalez | another issue we've found is ansible's include doesnt release memory usage after the task ends as of ansible 2.4 and 2.5, trick is use import always is possible | 09:21 |
egonzalez | thats everything comes to my mind at this moment, but surely something will came back once i'm called in a weekend night ;) | 09:22 |
*** nathharp has quit IRC | 09:22 | |
egonzalez | jeev4 have you already deployed kolla before or first try? | 09:23 |
jeev4 | never used it before, but managing a 300 host cluster, 96 CPU / 512 GB ram each | 09:25 |
jeev4 | using openstack | 09:26 |
egonzalez | jeev4 follow this docs for a quick deployment https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html | 09:26 |
egonzalez | investigate ansible roles and globals.yml file for more customizable options if you whish when are more used to the deployment tool | 09:27 |
jeev4 | I've looked at that dock before, our kolla stuff is already configured | 09:27 |
jeev4 | e.g. i would like to update grafana using kolla, but cant find anything on it online | 09:28 |
egonzalez | hrm, upgrade to newer grafana version or newer kolla container image? | 09:29 |
egonzalez | in example, if you want to upgrade grafana to some not supported by kolla version, you may need to change configs in ansible roles too | 09:29 |
*** nathharp has joined #openstack-kolla | 09:35 | |
jeev4 | i want to use grafana that is currently listed on that kolla commit site i've seen somewhere | 09:36 |
jeev4 | hwo do i go around to use it ? | 09:36 |
yoctozepto | jeev4: enable_grafana: "yes" | 09:45 |
yoctozepto | in globals.yml | 09:45 |
*** nathharp has quit IRC | 09:47 | |
yoctozepto | gfidente: may you address https://review.opendev.org/666015 ? | 09:47 |
openstackgerrit | Merged openstack/kolla-ansible master: Fix Qinling deployment and reconfigure https://review.opendev.org/666437 | 09:47 |
yoctozepto | we seem to require this in master to backport to stein which now fails due to upstream ceph + centos ganesha repo mix | 09:47 |
*** nathharp has joined #openstack-kolla | 09:48 | |
yoctozepto | ping mgoddard ^ | 09:48 |
jeev4 | yoctozepto, grafana is already enabled, i would like to upgrade it | 09:49 |
yoctozepto | jeev4: kolla-ansible upgrade | 09:50 |
yoctozepto | but this will do all | 09:50 |
yoctozepto | also, if the tag does not change | 09:50 |
yoctozepto | you have to force the pull on docker | 09:50 |
*** nathharp has quit IRC | 09:50 | |
gfidente | yoctozepto sure thanks for the review! | 09:55 |
*** janki has quit IRC | 09:55 | |
openstackgerrit | Giulio Fidente proposed openstack/kolla master: Move back to CentOS StorageSIG repos for Ceph and Ganesha https://review.opendev.org/666015 | 09:56 |
yoctozepto | gfidente: thanks | 09:58 |
*** nathharp has joined #openstack-kolla | 09:59 | |
openstackgerrit | Merged openstack/kolla-ansible master: Ingest non-standard Monasca logs https://review.opendev.org/665950 | 10:03 |
*** gfidente has quit IRC | 10:04 | |
*** nathharp has quit IRC | 10:05 | |
*** nathharp has joined #openstack-kolla | 10:07 | |
*** nathharp has quit IRC | 10:08 | |
*** nathharp has joined #openstack-kolla | 10:10 | |
*** gfidente has joined #openstack-kolla | 10:14 | |
*** ktibi has quit IRC | 10:17 | |
*** nathharp_ has joined #openstack-kolla | 10:21 | |
*** nathharp has quit IRC | 10:24 | |
*** nathharp_ has quit IRC | 10:36 | |
*** ktibi has joined #openstack-kolla | 10:37 | |
*** nathharp has joined #openstack-kolla | 10:40 | |
*** nathharp has quit IRC | 10:43 | |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: [heat] Multi-region support for bootstrap https://review.opendev.org/666134 | 10:47 |
*** nathharp has joined #openstack-kolla | 10:47 | |
*** ktibi has quit IRC | 11:04 | |
*** ktibi has joined #openstack-kolla | 11:04 | |
*** skramaja has quit IRC | 11:06 | |
openstackgerrit | Merged openstack/kolla stable/ocata: Mark kolla-build-*-source jobs non-voting https://review.opendev.org/665935 | 11:07 |
*** ktibi has quit IRC | 11:08 | |
*** ktibi has joined #openstack-kolla | 11:08 | |
*** kplant has joined #openstack-kolla | 11:12 | |
gfidente | yoctozepto shall we then backport https://review.opendev.org/#/c/666015/ to stein as well? | 11:14 |
gfidente | and previous versions even? | 11:14 |
*** nathharp_ has joined #openstack-kolla | 11:17 | |
*** janki has joined #openstack-kolla | 11:18 | |
mgoddard | gfidente: we only switched to upstream ceph in stein, so no need to backport further | 11:19 |
gfidente | mgoddard ack thanks | 11:19 |
*** nathharp has quit IRC | 11:20 | |
*** nathharp_ has quit IRC | 11:21 | |
*** rgogunskiy has quit IRC | 11:27 | |
*** rgogunskiy has joined #openstack-kolla | 11:28 | |
openstackgerrit | Mark Goddard proposed openstack/kolla master: DNM: Test CentOS Ceph https://review.opendev.org/666543 | 11:32 |
*** jeev4 has quit IRC | 11:35 | |
*** goldyfruit has joined #openstack-kolla | 11:37 | |
mgoddard | gfidente, yoctozepto: ^ should run ceph jobs to test the ceph patch | 11:38 |
*** ktibi_ has joined #openstack-kolla | 11:43 | |
*** ktibi has quit IRC | 11:47 | |
mgoddard | johnthetubaguy: https://bugs.launchpad.net/nova/+bug/1833542 | 11:49 |
openstack | Launchpad bug 1833542 in OpenStack Compute (nova) "No mechanism to wait for computes to update service version before restarting to remove RPC version cap after upgrade" [Undecided,New] | 11:49 |
*** schwicht has quit IRC | 11:53 | |
*** janki has quit IRC | 11:57 | |
*** ktibi_ has quit IRC | 11:59 | |
*** goldyfruit has quit IRC | 12:00 | |
*** jistr is now known as jistr|lunch | 12:08 | |
*** schwicht has joined #openstack-kolla | 12:21 | |
*** schwicht has quit IRC | 12:29 | |
*** schwicht has joined #openstack-kolla | 12:32 | |
yoctozepto | mgoddard: I already did yesterday ;-) | 12:37 |
*** goldyfruit has joined #openstack-kolla | 12:37 | |
yoctozepto | the two abandoned ones | 12:37 |
yoctozepto | left comment for stein | 12:42 |
yoctozepto | my wish is to make it merge today for stein to unbreak the pipeline | 12:42 |
*** schwicht has quit IRC | 12:44 | |
johnthetubaguy | mgoddard: cool, thanks | 12:53 |
*** jistr|lunch is now known as jistr | 12:55 | |
*** pcaruana has quit IRC | 13:00 | |
gfidente | mgoddard ah nice, thanks | 13:00 |
*** pcaruana has joined #openstack-kolla | 13:00 | |
*** cah_link has quit IRC | 13:09 | |
*** lemko has quit IRC | 13:13 | |
*** schwicht has joined #openstack-kolla | 13:16 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/stein: Use become for all docker tasks https://review.opendev.org/666140 | 13:26 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible stable/stein: Check for 'become' in tasks that use Docker in pep8 https://review.opendev.org/666141 | 13:26 |
*** spsurya has quit IRC | 13:29 | |
mloza | mgoddard: The issue was fixed yesterday. The MTU was wrong on the switch side. | 13:30 |
*** jistr is now known as jistr|call | 13:31 | |
openstackgerrit | Merged openstack/kolla stable/queens: Fix lower-constraints test fail due to failing dep build https://review.opendev.org/665432 | 13:50 |
*** jistr|call is now known as jistr | 13:50 | |
*** whoami-rajat has quit IRC | 13:56 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Restart all nova services after upgrade https://review.opendev.org/665660 | 14:02 |
*** Luzi has quit IRC | 14:02 | |
mgoddard | mloza: glad to hear it's sorted | 14:02 |
*** JqckB is now known as cgrosjean | 14:03 | |
*** dave-mccowan has joined #openstack-kolla | 14:10 | |
yoctozepto | hrw: around here maybe? | 14:10 |
yoctozepto | mgoddard: rechecks for stable/stein are broken due to ganesha | 14:20 |
*** JamesBenson has joined #openstack-kolla | 14:20 | |
yoctozepto | ceph images do not build now | 14:21 |
mgoddard | yoctozepto: yeah, worked it out eventually :) | 14:23 |
*** priteau has joined #openstack-kolla | 14:28 | |
mgoddard | I posted to openstack-discuss requesting a vote on kayobe becoming a kolla deliverable: http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007250.html | 14:28 |
*** JamesBenson has quit IRC | 14:29 | |
mgoddard | chason, berendt, egonzalez, Jeffrey4l, hrw, mnasiadka, spsurya, caoyuan, zhubingbing: ^ | 14:29 |
mgoddard | or anyone else | 14:30 |
mgoddard | also sent one about octavia in kolla: http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007251.html | 14:30 |
mgoddard | rm_work, stackedsax, scottsol: ^ | 14:30 |
stackedsax | thanks | 14:34 |
*** zbr is now known as zbr|ruck | 14:44 | |
*** hamzaachi has quit IRC | 14:45 | |
*** JamesBenson has joined #openstack-kolla | 14:47 | |
*** JamesBenson has quit IRC | 14:53 | |
*** JamesBenson has joined #openstack-kolla | 15:03 | |
*** factor has joined #openstack-kolla | 15:04 | |
*** factor__ has quit IRC | 15:05 | |
*** ivve has quit IRC | 15:07 | |
*** factor has quit IRC | 15:08 | |
*** factor has joined #openstack-kolla | 15:08 | |
*** nathharp has joined #openstack-kolla | 15:09 | |
*** nathharp has quit IRC | 15:10 | |
*** nathharp has joined #openstack-kolla | 15:11 | |
*** pcaruana has quit IRC | 15:14 | |
*** priteau has quit IRC | 15:16 | |
*** priteau has joined #openstack-kolla | 15:18 | |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Add unit test for keystone fernet cron generator https://review.opendev.org/666086 | 15:26 |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Fix keystone fernet key rotation scheduling https://review.opendev.org/666090 | 15:26 |
openstackgerrit | Doug Szumski proposed openstack/kolla-ansible master: Add some notes for users Migrating to Kolla Monasca https://review.opendev.org/666614 | 15:35 |
*** kklimonda_ has joined #openstack-kolla | 15:55 | |
*** Reepicheep_ has joined #openstack-kolla | 15:55 | |
*** ohwhyosa- has joined #openstack-kolla | 15:55 | |
*** dasp_ has joined #openstack-kolla | 15:57 | |
*** gfhellma has joined #openstack-kolla | 15:57 | |
*** rpittau is now known as rpittau|afk | 15:58 | |
*** sean-k-mooney1 has joined #openstack-kolla | 15:58 | |
*** ktibi_ has joined #openstack-kolla | 15:59 | |
*** pcaruana has joined #openstack-kolla | 16:02 | |
*** kklimonda has quit IRC | 16:03 | |
*** ohwhyosa has quit IRC | 16:03 | |
*** dasp has quit IRC | 16:03 | |
*** Reepicheep has quit IRC | 16:03 | |
*** sean-k-mooney has quit IRC | 16:03 | |
*** kklimonda_ is now known as kklimonda | 16:03 | |
*** ktibi_ has quit IRC | 16:03 | |
*** Dubla1 has quit IRC | 16:03 | |
*** Sravan has joined #openstack-kolla | 16:18 | |
*** Sravan has quit IRC | 16:19 | |
*** Sravan has joined #openstack-kolla | 16:19 | |
*** factor has quit IRC | 16:26 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: WIP: playing around with CI https://review.opendev.org/666634 | 16:29 |
*** nathharp_ has joined #openstack-kolla | 16:29 | |
openstackgerrit | Doug Szumski proposed openstack/kolla-ansible master: Add some notes for users Migrating to Kolla Monasca https://review.opendev.org/666614 | 16:30 |
*** nathharp has quit IRC | 16:32 | |
*** cgrosjean has quit IRC | 16:42 | |
*** Wasaac has quit IRC | 16:48 | |
rm_work | Cool | 16:51 |
*** Wasaac has joined #openstack-kolla | 16:52 | |
*** gfhellma_ has joined #openstack-kolla | 16:56 | |
*** dougsz has quit IRC | 16:57 | |
*** gfhellma has quit IRC | 17:00 | |
*** factor has joined #openstack-kolla | 17:02 | |
openstackgerrit | Gaëtan Trellu proposed openstack/kolla master: Implement Apache WSGI for Qinling https://review.opendev.org/666647 | 17:06 |
*** whoami-rajat has joined #openstack-kolla | 17:09 | |
*** iclon has joined #openstack-kolla | 17:10 | |
openstackgerrit | Gaëtan Trellu proposed openstack/kolla-ansible master: Implement Apache WSGI for Qinling https://review.opendev.org/666649 | 17:10 |
openstackgerrit | Gaëtan Trellu proposed openstack/kolla-ansible master: Implement Apache WSGI for Qinling https://review.opendev.org/666649 | 17:11 |
*** Sravan has quit IRC | 17:14 | |
*** Sravan has joined #openstack-kolla | 17:18 | |
*** luksky has joined #openstack-kolla | 17:21 | |
*** gfhellma_ has quit IRC | 17:41 | |
*** Wasaac has quit IRC | 17:44 | |
*** priteau has quit IRC | 17:46 | |
*** gfhellma has joined #openstack-kolla | 17:50 | |
*** Sravan has quit IRC | 17:51 | |
*** hamzaachi has joined #openstack-kolla | 17:52 | |
*** Sravan has joined #openstack-kolla | 17:55 | |
*** rgogunskiy has quit IRC | 18:05 | |
*** gfhellma has quit IRC | 18:06 | |
*** spotz has quit IRC | 18:14 | |
*** Sravan has quit IRC | 18:21 | |
*** igordc has joined #openstack-kolla | 18:27 | |
*** Sravan has joined #openstack-kolla | 18:30 | |
*** Sravan has quit IRC | 18:34 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: WIP: playing around with CI https://review.opendev.org/666634 | 18:34 |
*** Sravan has joined #openstack-kolla | 18:35 | |
*** igordc has quit IRC | 18:36 | |
*** spotz has joined #openstack-kolla | 18:37 | |
*** gkadam has quit IRC | 18:43 | |
*** Wasaac has joined #openstack-kolla | 18:52 | |
*** Sravan has quit IRC | 18:56 | |
*** Wasaac has quit IRC | 18:57 | |
*** Sravan has joined #openstack-kolla | 18:58 | |
*** goldyfruit has quit IRC | 19:26 | |
*** Sravan has quit IRC | 19:33 | |
*** hamzaachi has quit IRC | 19:36 | |
*** whoami-rajat has quit IRC | 19:39 | |
*** gfhellma has joined #openstack-kolla | 19:39 | |
*** Wasaac has joined #openstack-kolla | 19:41 | |
*** hamzaachi has joined #openstack-kolla | 19:43 | |
*** goldyfruit has joined #openstack-kolla | 19:44 | |
*** Wasaac has quit IRC | 19:46 | |
*** kplant has quit IRC | 19:57 | |
*** ivve has joined #openstack-kolla | 19:57 | |
*** Sravan has joined #openstack-kolla | 20:03 | |
*** Sravan has quit IRC | 20:08 | |
*** gfhellma_ has joined #openstack-kolla | 20:17 | |
*** gfhellma has quit IRC | 20:21 | |
*** Wasaac has joined #openstack-kolla | 20:30 | |
*** Sravan has joined #openstack-kolla | 20:34 | |
*** Wasaac has quit IRC | 20:34 | |
*** Sravan has quit IRC | 20:38 | |
*** pcaruana has quit IRC | 20:45 | |
*** markmcclain has quit IRC | 20:50 | |
*** ivve has quit IRC | 20:51 | |
*** gfhellma_ has quit IRC | 20:53 | |
*** markmcclain has joined #openstack-kolla | 20:55 | |
*** gfhellma_ has joined #openstack-kolla | 20:57 | |
*** owalsh has quit IRC | 21:00 | |
*** hamzaachi has quit IRC | 21:09 | |
openstackgerrit | Gaëtan Trellu proposed openstack/kolla-ansible master: Implement Apache WSGI for Qinling https://review.opendev.org/666649 | 21:11 |
*** schwicht has quit IRC | 21:15 | |
*** Sravan has joined #openstack-kolla | 21:21 | |
*** hamzaachi has joined #openstack-kolla | 21:26 | |
rm_work | ah hey, this is relevant but got dropped after my last comment: https://review.opendev.org/#/c/604043/ | 21:41 |
rm_work | i wonder if it's STILL relevant | 21:42 |
*** schwicht has joined #openstack-kolla | 21:43 | |
openstackgerrit | Maciej Kucia proposed openstack/kolla-ansible master: test_genpwd: Add UT for password generation https://review.opendev.org/636101 | 21:48 |
openstackgerrit | Maciej Kucia proposed openstack/kolla-ansible master: genpwd: Refactor to reduce cyclomatic complexity https://review.opendev.org/636033 | 21:48 |
*** Wasaac has joined #openstack-kolla | 21:48 | |
*** hamzaachi has quit IRC | 21:50 | |
*** JamesBenson has quit IRC | 21:52 | |
*** Wasaac has quit IRC | 21:53 | |
*** sshnaidm is now known as sshnaidm|off | 21:55 | |
*** schwicht has quit IRC | 21:57 | |
*** schwicht has joined #openstack-kolla | 22:00 | |
*** owalsh has joined #openstack-kolla | 22:05 | |
*** Sravan has quit IRC | 22:28 | |
*** schwicht has quit IRC | 22:34 | |
*** owalsh has quit IRC | 22:39 | |
*** owalsh has joined #openstack-kolla | 22:39 | |
*** Sravan has joined #openstack-kolla | 22:39 | |
*** gfhellma__ has joined #openstack-kolla | 22:45 | |
*** sean-k-mooney1 has quit IRC | 22:49 | |
*** gfhellma_ has quit IRC | 22:49 | |
*** gfhellma_ has joined #openstack-kolla | 22:52 | |
*** sean-k-mooney has joined #openstack-kolla | 22:55 | |
*** gfhellma__ has quit IRC | 22:56 | |
*** schwicht has joined #openstack-kolla | 23:00 | |
*** Sravan has quit IRC | 23:01 | |
*** Sravan has joined #openstack-kolla | 23:13 | |
*** Sravan has quit IRC | 23:17 | |
*** goldyfruit has quit IRC | 23:31 | |
*** owalsh has quit IRC | 23:32 | |
*** luksky has quit IRC | 23:34 | |
*** goldyfruit has joined #openstack-kolla | 23:44 | |
*** owalsh has joined #openstack-kolla | 23:49 | |
*** gfhellma_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!