*** harlowja has quit IRC | 00:00 | |
*** zhubingbing has joined #openstack-kolla | 00:02 | |
*** lrensing has quit IRC | 00:03 | |
*** eaguilar has joined #openstack-kolla | 00:07 | |
david-lyle | ls | 00:07 |
---|---|---|
kfox1111 | total 0 | 00:08 |
kfox1111 | ;) | 00:08 |
david-lyle | the shame | 00:08 |
kfox1111 | its all good. :) | 00:08 |
david-lyle | focus follows eyes is a setting I could get behind | 00:09 |
kfox1111 | +1 | 00:09 |
kfox1111 | or focus follows intent. :) | 00:09 |
david-lyle | even better | 00:09 |
kfox1111 | thought I don't know if I really want anyone/anything reading my mind.... ;) | 00:10 |
david-lyle | good point | 00:10 |
kfox1111 | it might hurt someone/melt something. ;) | 00:10 |
david-lyle | haha | 00:10 |
*** saneax is now known as saneax-_-|AFK | 00:15 | |
*** sdake has joined #openstack-kolla | 00:15 | |
*** goldyfruit has joined #openstack-kolla | 00:15 | |
mgkwill | any advice on how to do release notes for kolla? For example, what is the commit-id looking number at the end of release notes? | 00:16 |
kfox1111 | mgkwill: a tool called reno generates them. | 00:17 |
kfox1111 | http://docs.openstack.org/developer/reno/usage.html | 00:18 |
*** eaguilar has quit IRC | 00:18 | |
mgkwill | kfox1111: is there documentation related to .. nevermind. Thanks! | 00:18 |
kfox1111 | np. :) | 00:18 |
*** sdake_ has joined #openstack-kolla | 00:21 | |
*** eaguilar has joined #openstack-kolla | 00:22 | |
*** sdake has quit IRC | 00:22 | |
*** jtriley has joined #openstack-kolla | 00:25 | |
sdake_ | kfox1111 cn i get a erview on https://review.openstack.org/#/c/426380/ | 00:25 |
sdake_ | sbezverk ^^ | 00:26 |
kfox1111 | looks good to me. | 00:27 |
*** n0isyn0ise has quit IRC | 00:28 | |
*** n0isyn0ise has joined #openstack-kolla | 00:30 | |
*** erhudy has quit IRC | 00:30 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanuip service https://review.openstack.org/426438 | 00:33 |
kfox1111 | sbezverk: you need to cleanup your cleanup commit message. :) | 00:33 |
sbezverk | kfox1111: :) | 00:34 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 00:35 |
kfox1111 | thx. :) | 00:35 |
openstackgerrit | Merged openstack/kolla-kubernetes: Fix documentation error in development environment https://review.openstack.org/426380 | 00:36 |
kfox1111 | looks good. | 00:36 |
kfox1111 | it would be nice to get these into ceph_workflow* with a gate test. | 00:37 |
kfox1111 | otherwise, they may break and we wont know. | 00:37 |
kfox1111 | I cant really test them at the moment either. so its juts passign the sniff test. | 00:37 |
kfox1111 | could you add a set of tests for them? | 00:37 |
sbezverk | kfox1111: do you want it in both workflows? | 00:37 |
sbezverk | kfox1111: yeah how about adding cleanup tests before the basic tests? | 00:39 |
*** eaguilar has quit IRC | 00:39 | |
sbezverk | as a separete shell script? | 00:39 |
*** eaguilar has joined #openstack-kolla | 00:41 | |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla-ansible: Specify 'become' to neccesary tasks (general roles) https://review.openstack.org/398682 | 00:42 |
kfox1111 | both would be nice. | 00:46 |
kfox1111 | after basic tests? | 00:46 |
kfox1111 | if before, then its got to recreate everyting. | 00:46 |
kfox1111 | if after, it can ensure the system's working, tear it down, and then verify it all went away. | 00:46 |
kfox1111 | kubectl get pods | wc -l == 0 ? | 00:46 |
*** rhallisey has quit IRC | 00:47 | |
kfox1111 | and before exiting, echo show databases | mysql | wc -l == 1 | 00:47 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Check to see if Horizon is working in the gate. https://review.openstack.org/426025 | 00:48 |
*** sayantani01 has quit IRC | 00:50 | |
sbezverk | kfox1111: I do not think it is the right check as pods are properly removed after helm delete | 00:50 |
sbezverk | wat is not gets removed is DB and service from keystone DB | 00:50 |
kfox1111 | hm... I guess it would only work with microservices, but could run the jobs, | 00:51 |
kfox1111 | then check in keystone that the endpoitns go away, and check in mariadb the db's get dropped. | 00:51 |
*** eaguilar has quit IRC | 00:51 | |
kfox1111 | then helm ls | while read line; do helm delete --purge $line; done | 00:52 |
kfox1111 | and kubectl get pods to see whats left. | 00:52 |
sbezverk | here is what I think to do http://paste.openstack.org/show/596785/ | 00:52 |
kfox1111 | yeah. | 00:52 |
sbezverk | I will do service first as it is easier | 00:52 |
kfox1111 | the last bit will take a bunch of time. | 00:53 |
kfox1111 | checking that the entries are gone from the db/keystone would be much faster. | 00:53 |
sbezverk | kfox1111: well you need to run openstack command | 00:55 |
sbezverk | but for mariadb it will be difficult | 00:55 |
sbezverk | I do not know how to run mysql commands from cli | 00:55 |
kfox1111 | should be able to just install the mariadb client on the host. | 00:55 |
sbezverk | opensatck client is install on the host | 00:56 |
kfox1111 | echo 'show databases;' | mariadb -h $ip -u $username -p $password mysql | 00:56 |
sbezverk | ok then I can run opensatck service list | 00:56 |
kfox1111 | shoudl do the trick or something very similar. | 00:56 |
kfox1111 | yeah. | 00:56 |
kfox1111 | sorry. mean, | 00:57 |
kfox1111 | echo 'show databases;' | mysql -h $ip -u $username -p $password mysql | 00:57 |
sbezverk | cool I will try it then to run after basic tests | 00:57 |
kfox1111 | k. thanks. :) | 00:58 |
*** unicell has quit IRC | 00:59 | |
kfox1111 | sbezverk: ok, so, versions.... | 01:04 |
kfox1111 | with horizon backend, you have multiple versions running at a time. | 01:04 |
kfox1111 | the version field as written isn't very descriptive. | 01:05 |
kfox1111 | its just a uniue version field generated by the user. it can be anything really. | 01:05 |
kfox1111 | it is the unique identifier of the instantiation of the horizon backend. | 01:05 |
sbezverk | kfox1111: k I suspected but wanted to confirm | 01:06 |
kfox1111 | easiest thing is to use an incrementing number starting at 1. | 01:06 |
kfox1111 | and bump it whenver you change anything. | 01:06 |
kfox1111 | the name is confusing, but not sure what to call it that would be less so. | 01:06 |
kfox1111 | any ideas? | 01:06 |
sbezverk | config_generations? | 01:07 |
sbezverk | :) maybe more confusing | 01:08 |
kfox1111 | hmm. interesting. | 01:08 |
sbezverk | in bash I can use != right? | 01:08 |
kfox1111 | yeah. not sure its less confusing. but generation is used for this case too. | 01:08 |
kfox1111 | in bash, != is for strings, -ne is for numbers. | 01:08 |
sbezverk | wc -l return number? | 01:08 |
kfox1111 | and you can't compare a blank string directly. | 01:09 |
kfox1111 | yeah. wc -l will give a number of lines. | 01:09 |
kfox1111 | so like: | 01:09 |
kfox1111 | l=$(cat /etc/passwd | wc -l) | 01:09 |
kfox1111 | [ $l -ne 0 ] .... | 01:09 |
sbezverk | coolif [ $(openstack service list --column Name --format value | grep glance | wc -l) -ne 0]; then | 01:09 |
kfox1111 | yeah. I think that would work. | 01:10 |
sbezverk | kfox1111: for mariadb I will need to get password from secret, unless you already have it somewhere in non encoded form | 01:12 |
kfox1111 | it was generated from kolla. I think kolla has it still. | 01:13 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 01:13 |
kfox1111 | sbezverk: python -c 'import yaml; print yaml.load(open("/etc/kolla/passwords.yml"))["database_password"]' | 01:15 |
kfox1111 | should do the trick. | 01:15 |
* kfox1111 really wishes there was a yaml version of jq. | 01:15 | |
sbezverk | kfox1111: ah cool, that was quick!!! | 01:15 |
kfox1111 | :) | 01:15 |
kfox1111 | had to do that kind of thing more then I'd like to admit. ;) | 01:15 |
sbezverk | I pushed it with just opensatck commands to test, after will add mysql thing | 01:15 |
kfox1111 | cool. | 01:16 |
kfox1111 | sbezverk: a note in the review. it will likely fail without a wait for pods. | 01:20 |
kfox1111 | the other comment is about: https://xkcd.com/327/ :) | 01:22 |
kfox1111 | hehe. thats all sort of awesome... | 01:28 |
kfox1111 | http://logs.openstack.org/25/426025/9/check/gate-kolla-kubernetes-deploy-ubuntu-binary-2-iscsi-nv/50f8091/logs/horizon.png | 01:28 |
kfox1111 | sdake_: -----^ | 01:28 |
sdake_ | kfox1111 lol | 01:31 |
sdake_ | kfox1111 cool png output - i like that | 01:32 |
sdake_ | kfox1111 wish kolla-ansible's software gating was as strong as kolla-kubernetes | 01:32 |
kfox1111 | code's pretty simple: https://review.openstack.org/#/c/426025/6/tests/bin/horizon_test.py | 01:32 |
sdake_ | i did review thte tes code yesterday or the day before | 01:32 |
kfox1111 | I added the png generation this morning. | 01:33 |
kfox1111 | was sooo easy. | 01:33 |
sdake_ | cool | 01:33 |
kfox1111 | actually, this version. | 01:33 |
kfox1111 | https://review.openstack.org/#/c/426025/9/tests/bin/horizon_test.py | 01:33 |
kfox1111 | 2 lines. :) | 01:33 |
kfox1111 | half of them just making pep 8 not complain about line length. ;) | 01:33 |
kfox1111 | stupid anchient checks for character limits no one ever uses anymore... ;) | 01:34 |
kfox1111 | so, that test is almost done.. seems like there is a slight race condition somewhere though... | 01:35 |
sbezverk | kfox1111: could you check my PS it failed on all , but it seems way before my change | 01:36 |
sbezverk | https://review.openstack.org/#/c/426438/ | 01:36 |
kfox1111 | hmm.. faild very quickly... | 01:36 |
kfox1111 | all in the same place... | 01:37 |
kfox1111 | very strange... | 01:37 |
kfox1111 | oh. | 01:39 |
kfox1111 | up a little higher, there is a pythong crash dump. | 01:39 |
kfox1111 | from /helm_prebuild_microservices.py | 01:40 |
sbezverk | nvm all.yaml was missing " | 01:40 |
kfox1111 | so, now I need to figure out how to break horizon in the gate, without crashing it, so we can test the test. :) | 01:42 |
kfox1111 | well, later I guess. | 01:42 |
kfox1111 | gotta head out. | 01:42 |
kfox1111 | l8r all. | 01:42 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Check to see if Horizon is working in the gate. https://review.openstack.org/426025 | 01:44 |
sbezverk | have good one | 01:44 |
sbezverk | kfox1111 ^^ | 01:44 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 01:47 |
*** crushil has joined #openstack-kolla | 01:49 | |
*** sdake_ has quit IRC | 01:49 | |
*** sayantani01 has joined #openstack-kolla | 01:50 | |
*** Syffs has quit IRC | 01:51 | |
*** tonanhngo has quit IRC | 01:57 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 02:02 |
sayantani01 | guys, can I please have some eyes on https://review.openstack.org/#/c/426105 ? | 02:05 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 02:12 |
*** zhubingbing has quit IRC | 02:13 | |
*** zhubingbing has joined #openstack-kolla | 02:14 | |
*** PramodJ has joined #openstack-kolla | 02:36 | |
*** sayantani01 has quit IRC | 02:38 | |
*** MasterOfBugs has joined #openstack-kolla | 02:38 | |
*** sayantani01 has joined #openstack-kolla | 02:38 | |
*** pramodrj07 has quit IRC | 02:39 | |
*** PramodJ has quit IRC | 02:41 | |
*** MasterOfBugs has quit IRC | 02:47 | |
*** sdake has joined #openstack-kolla | 02:52 | |
*** zhubingbing has quit IRC | 03:03 | |
sdake | kfox1111 fwiw he reason the length checks are in the pep8 gtes is to fit in gerrit properly | 03:05 |
sdake | otherwise harder to review | 03:05 |
*** tonanhngo has joined #openstack-kolla | 03:09 | |
*** zhubingbing has joined #openstack-kolla | 03:13 | |
Pavo | anyone know where mac osx puts things it installs using pip, I installed kolla-ansible using pip but its not showing up in /usr/share | 03:13 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: [TEST][MASTER][KOLLA-ANSIBLE] https://review.openstack.org/422786 | 03:14 |
*** zhubingbing has quit IRC | 03:16 | |
*** sdake has quit IRC | 03:17 | |
*** hfu has joined #openstack-kolla | 03:28 | |
*** sdake has joined #openstack-kolla | 03:53 | |
openstackgerrit | Merged openstack/kolla: rootwrap filters is removed in networking-sfc https://review.openstack.org/426263 | 04:03 |
*** hfu has quit IRC | 04:04 | |
*** hfu has joined #openstack-kolla | 04:05 | |
*** hfu has quit IRC | 04:06 | |
*** hfu has joined #openstack-kolla | 04:06 | |
*** hfu has quit IRC | 04:06 | |
*** hfu has joined #openstack-kolla | 04:07 | |
*** hfu has quit IRC | 04:07 | |
*** prameswar has joined #openstack-kolla | 04:07 | |
*** hfu has joined #openstack-kolla | 04:08 | |
*** hfu has quit IRC | 04:08 | |
*** crushil has quit IRC | 04:11 | |
*** crushil has joined #openstack-kolla | 04:14 | |
*** Slower has quit IRC | 04:30 | |
*** Slower has joined #openstack-kolla | 04:30 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 04:31 |
*** zhubingbing has joined #openstack-kolla | 04:35 | |
*** prameswar has quit IRC | 04:38 | |
*** sdake has quit IRC | 04:40 | |
*** sdake has joined #openstack-kolla | 04:40 | |
openstackgerrit | jianyi proposed openstack/kolla-ansible: Add zun ansible role https://review.openstack.org/416179 | 04:42 |
*** hfu has joined #openstack-kolla | 05:00 | |
*** crushil has quit IRC | 05:02 | |
openstackgerrit | venkatamahesh proposed openstack/kolla-ansible: Fix a typo in config.yml https://review.openstack.org/426467 | 05:02 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 05:11 |
*** sdake_ has joined #openstack-kolla | 05:16 | |
*** sdake has quit IRC | 05:19 | |
*** goldyfruit has quit IRC | 05:24 | |
*** zhurong has joined #openstack-kolla | 05:29 | |
*** sayantani01 has quit IRC | 05:45 | |
*** sdake_ has quit IRC | 05:45 | |
*** hfu has quit IRC | 05:57 | |
*** prameswar has joined #openstack-kolla | 05:59 | |
*** hfu has joined #openstack-kolla | 06:00 | |
*** hfu has quit IRC | 06:00 | |
*** mdnadeem has joined #openstack-kolla | 06:00 | |
*** hfu has joined #openstack-kolla | 06:00 | |
*** hfu has quit IRC | 06:01 | |
*** saneax-_-|AFK is now known as saneax | 06:01 | |
*** hfu has joined #openstack-kolla | 06:01 | |
*** hfu has quit IRC | 06:01 | |
*** unicell has joined #openstack-kolla | 06:03 | |
*** sayantani01 has joined #openstack-kolla | 06:04 | |
*** tonanhngo has quit IRC | 06:11 | |
*** tonanhngo has joined #openstack-kolla | 06:12 | |
*** tonanhngo has quit IRC | 06:16 | |
openstackgerrit | sayantani proposed openstack/kolla-ansible: Update Kolla-Ansible documents https://review.openstack.org/426352 | 06:20 |
*** hfu has joined #openstack-kolla | 06:26 | |
*** saneax is now known as saneax-_-|AFK | 06:28 | |
*** sayantani01 has quit IRC | 06:29 | |
*** sayantani01 has joined #openstack-kolla | 06:30 | |
*** PT has joined #openstack-kolla | 06:41 | |
*** PT has quit IRC | 06:50 | |
*** zhurong has quit IRC | 06:58 | |
*** bmace_ has quit IRC | 07:07 | |
*** bmace_ has joined #openstack-kolla | 07:08 | |
*** hfu has quit IRC | 07:19 | |
*** prameswar has quit IRC | 07:28 | |
*** simon-AS559 has joined #openstack-kolla | 07:33 | |
*** sayantani01 has quit IRC | 08:05 | |
*** simon-AS559 has quit IRC | 08:10 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix code format ceilometer_compute dockerfile https://review.openstack.org/426224 | 08:21 |
openstackgerrit | zhubingbing proposed openstack/kolla: remove /var/log/trove in trove dockerfile https://review.openstack.org/426254 | 08:23 |
*** MasterOfBugs has joined #openstack-kolla | 08:27 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix swift dockerfile https://review.openstack.org/426260 | 08:35 |
*** mgoddard has joined #openstack-kolla | 09:00 | |
*** haplo37 has quit IRC | 09:35 | |
*** haplo37 has joined #openstack-kolla | 09:42 | |
*** apuimedo has quit IRC | 09:58 | |
*** MasterOfBugs has quit IRC | 09:58 | |
*** tonanhngo has joined #openstack-kolla | 10:03 | |
*** tonanhngo has quit IRC | 10:07 | |
*** pbourke has quit IRC | 10:31 | |
*** pbourke has joined #openstack-kolla | 10:31 | |
*** sdake has joined #openstack-kolla | 10:44 | |
*** matrohon has joined #openstack-kolla | 10:46 | |
*** sdake_ has joined #openstack-kolla | 10:46 | |
*** sdake has quit IRC | 10:50 | |
*** PT has joined #openstack-kolla | 10:50 | |
*** mgoddard has quit IRC | 11:01 | |
*** hachi has quit IRC | 11:04 | |
*** mdnadeem has quit IRC | 11:16 | |
*** PT has quit IRC | 11:18 | |
*** Syffs has joined #openstack-kolla | 11:20 | |
*** jtriley has quit IRC | 11:58 | |
*** sdake has joined #openstack-kolla | 12:13 | |
*** sdake_ has quit IRC | 12:15 | |
*** zioproto has joined #openstack-kolla | 12:17 | |
*** zioproto has quit IRC | 12:24 | |
*** saneax-_-|AFK is now known as saneax | 12:40 | |
*** rhallisey has joined #openstack-kolla | 12:51 | |
openstackgerrit | Mathieu Rohon proposed openstack/kolla: Update 'addUser' to 'createUser' https://review.openstack.org/426503 | 13:06 |
*** rhallisey has quit IRC | 13:59 | |
*** eaguilar has joined #openstack-kolla | 14:09 | |
*** msimonin has quit IRC | 14:14 | |
*** msimonin has joined #openstack-kolla | 14:14 | |
*** msimonin has quit IRC | 14:15 | |
*** sdake has quit IRC | 14:16 | |
*** ipsecguy has quit IRC | 14:31 | |
*** eaguilar has quit IRC | 14:38 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 14:48 |
*** athomas has joined #openstack-kolla | 14:52 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Fix the murano policy file path https://review.openstack.org/426237 | 15:01 |
*** sdake has joined #openstack-kolla | 15:03 | |
*** hfu has joined #openstack-kolla | 15:19 | |
*** sps_ has joined #openstack-kolla | 15:19 | |
*** sps_ has quit IRC | 15:21 | |
*** ipsecguy has joined #openstack-kolla | 15:30 | |
*** msimonin has joined #openstack-kolla | 15:48 | |
*** goldyfruit has joined #openstack-kolla | 15:49 | |
*** hfu has quit IRC | 15:50 | |
*** hfu has joined #openstack-kolla | 15:52 | |
*** hfu has quit IRC | 15:52 | |
*** hfu has joined #openstack-kolla | 15:53 | |
*** hfu has quit IRC | 15:53 | |
*** hfu has joined #openstack-kolla | 15:54 | |
*** hfu has quit IRC | 15:54 | |
*** sdake has quit IRC | 15:56 | |
*** Syffs has quit IRC | 16:02 | |
*** sdake has joined #openstack-kolla | 16:05 | |
*** sayantani01 has joined #openstack-kolla | 16:13 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 16:32 |
*** athomas has quit IRC | 16:36 | |
*** matrohon has quit IRC | 16:38 | |
*** sayantan_ has joined #openstack-kolla | 16:41 | |
*** sayantani01 has quit IRC | 16:41 | |
*** crushil has joined #openstack-kolla | 17:04 | |
*** crushil has quit IRC | 17:09 | |
*** crushil has joined #openstack-kolla | 17:09 | |
*** saneax is now known as saneax-_-|AFK | 17:21 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 17:29 |
*** crushil has quit IRC | 17:45 | |
*** eaguilar has joined #openstack-kolla | 17:47 | |
*** eaguilar has quit IRC | 17:57 | |
*** sdake_ has joined #openstack-kolla | 18:55 | |
*** sdake has quit IRC | 18:56 | |
*** sayantan_ has quit IRC | 18:59 | |
kfox1111 | sdake_: its harder to review too, when you have to add 10-20% more code just to make it not complain. | 19:12 |
*** zioproto has joined #openstack-kolla | 19:19 | |
*** zioproto has quit IRC | 19:21 | |
kfox1111 | I just think its silly in the day and age of 4k screens (or at least 1080p) to have a 80 char limit. 100 or 120 would be much better. | 19:28 |
SamYaple | kfox1111: the rust language and community have landed on 100 char | 19:36 |
*** sayantani01 has joined #openstack-kolla | 19:38 | |
kfox1111 | interesting. | 19:42 |
kfox1111 | that would be nice. | 19:43 |
*** sayantani01 has quit IRC | 19:43 | |
*** sayantani01 has joined #openstack-kolla | 20:04 | |
sdake_ | kfox1111 huh? | 20:06 |
sdake_ | oh | 20:06 |
*** zioproto has joined #openstack-kolla | 20:09 | |
*** jtriley has joined #openstack-kolla | 20:12 | |
*** rhallisey has joined #openstack-kolla | 20:21 | |
*** zioproto has quit IRC | 20:21 | |
*** unicell has quit IRC | 20:21 | |
*** zioproto has joined #openstack-kolla | 20:29 | |
*** sdake has joined #openstack-kolla | 20:40 | |
*** sdake_ has quit IRC | 20:42 | |
*** skramaja_ has joined #openstack-kolla | 20:50 | |
*** skramaja has quit IRC | 20:54 | |
*** jtriley has quit IRC | 20:56 | |
*** goldyfruit has quit IRC | 21:02 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Check to see if Horizon is working in the gate. https://review.openstack.org/426025 | 21:03 |
*** zioproto has quit IRC | 21:09 | |
*** sdake has quit IRC | 21:26 | |
*** zioproto has joined #openstack-kolla | 21:28 | |
*** zioproto has quit IRC | 21:29 | |
*** zioproto has joined #openstack-kolla | 21:29 | |
*** l4yerffeJ has quit IRC | 21:34 | |
*** l4yerffeJ has joined #openstack-kolla | 21:34 | |
*** haplo37_ has quit IRC | 21:36 | |
*** haplo37_ has joined #openstack-kolla | 21:38 | |
*** sdake has joined #openstack-kolla | 21:59 | |
*** breitz has quit IRC | 22:02 | |
*** breitz has joined #openstack-kolla | 22:02 | |
*** skramaja has joined #openstack-kolla | 22:09 | |
*** skramaja_ has quit IRC | 22:09 | |
*** msimonin has quit IRC | 22:23 | |
*** msimonin has joined #openstack-kolla | 22:23 | |
*** msimonin has quit IRC | 22:24 | |
*** msimonin has joined #openstack-kolla | 22:24 | |
*** msimonin has quit IRC | 22:25 | |
*** msimonin has joined #openstack-kolla | 22:25 | |
*** msimonin has quit IRC | 22:26 | |
*** msimonin has joined #openstack-kolla | 22:26 | |
*** msimonin has quit IRC | 22:26 | |
*** msimonin has joined #openstack-kolla | 22:27 | |
*** msimonin has quit IRC | 22:27 | |
*** unicell has joined #openstack-kolla | 22:37 | |
*** sdake has quit IRC | 22:44 | |
*** saneax-_-|AFK is now known as saneax | 22:46 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Check to see if Horizon is working in the gate. https://review.openstack.org/426025 | 22:50 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 22:53 |
sbezverk | kfox1111: ping | 23:08 |
*** lrensing has joined #openstack-kolla | 23:15 | |
*** lrensing has quit IRC | 23:24 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: PS adds glance cleanup service https://review.openstack.org/426438 | 23:29 |
*** goldyfruit has joined #openstack-kolla | 23:30 | |
*** sdake has joined #openstack-kolla | 23:30 | |
*** sdake_ has joined #openstack-kolla | 23:39 | |
*** sdake has quit IRC | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!