Tuesday, 2017-01-10

* kfox1111 sighs https://github.com/dougbtv/openshift-stackanetes00:00
Pavokfox1111 finally figured out how to test kolla k8s without having to install kubernetes myself00:01
kfox1111Pavo: yeah?00:01
Pavospin up a few centos atomic instances inside my openstack deployment00:02
Pavothey already have kubernetes00:02
kfox1111ah. yeah. that should work.00:02
Pavoso.......... a question00:02
kfox1111thats basically what the gate is doing.00:02
Pavonot related00:02
*** sayantan_ has quit IRC00:03
Pavobut I wanna start writing ansible scripts to basically do what heat does without using heat00:03
kfox1111why?00:04
*** schwicht has joined #openstack-kolla00:04
Pavobecause heat is good at setting up the infrustucre stuff but not good at configuration of instances00:05
PavoI am using ansible tower for configuration00:05
kfox1111you can use heat to launch the infrastructure and then use ansible to configure the stuff00:06
Pavobut says I need to install a pip package on the target nodes00:06
Pavowould that be the physical target nodes or the containers00:06
kfox1111I think ansible can just use ssh00:06
kfox1111and it will insall anything else it needs.00:07
Pavoit can but to use the openstack ansible modules there is something that needs to be installed on the target host00:07
Pavotrying to find the name of it right now00:07
Pavocan't remember00:08
Pavook its pip package shade00:08
Pavois required on target nodes00:08
kfox1111should only need the modules on the host, not the vm?00:08
Pavobut can't determine if its the containers since the openstack services are in containers00:08
PavoRequirements (on host that executes module)00:09
kfox1111you can use the main host to install whatever you need to on the vm's.00:09
Pavothats what ansible docs say00:09
Pavohmmm00:10
Pavogrrr now I'm getting a 500 internal server error trying to access horizon00:12
Pavowtf00:12
Pavothink I messed up the horizon local_settings reconfigure00:14
Pavoreminder to self don't DnD00:14
Pavo"Drink and Deploy"00:14
Pavolol00:15
kfox1111hehe00:16
Pavobuilt myself a beast of a hackintosh this weekend00:17
jascott1do tell00:17
PavoZ170 MSI motherboard i7 6700k, 64Gb ram, RX 480 8Gb gfx card00:18
Pavoand 4k monitor00:18
Pavoonce the PCIe riser comes in for these HP servers, gonna try hackintoshing one of those for shits and giggles00:19
*** jrobinson_ has joined #openstack-kolla00:20
jascott1nice!00:20
PavoI think macOS has a 64 core limit though00:21
Pavoso might have to pull a proc00:21
Pavoand also think it has a 128Gb limit00:21
Pavoram00:21
*** jrobinson has quit IRC00:21
kfox1111heh. I remember when we had the worlds first 128 proc linux machien.00:23
kfox1111sgi altix.00:23
Pavolol yeah me too00:25
jascott1Pavo bummer that you will have to make do with 64 cores and 128GB :D00:25
Pavoikr00:25
Pavo:P00:25
jascott1what are you doing with that? realtime weather prediction?00:25
kfox1111and linus was against multicore linux for sooo long. :)00:25
kfox1111then he was against the namespacing behind containers.... :)00:26
Pavohonestly just curious if it can be done00:26
Pavobut thinking about making a Steam streaming server inside openstack using PCIe passthrough for the GPU which will be 2x Nvidia GTX 1080s00:26
jascott1wow00:26
Pavogotta figure out how to do PCIe passthrough with kolla deployment though00:27
Pavoyeah I HUGE ideas00:27
jascott1you mean like PSNow/Onlive streaming style?00:27
Pavolike Nvidia streaming online service right now that came out00:27
Pavobut using Steam instead00:27
Pavosince I can host that myself00:27
kfox1111Pavo: we've been trying to do that for a while.00:28
Pavoit will be EPIC00:28
kfox1111the problem is nova still doesn't fully support uefi based vm's.00:28
jascott1I saw an article about streaming overwatch from GPU enabled AWS boxen the other day00:28
jascott1oh wait it was Azure not AWS00:28
Pavono need for UEFI based VMs00:28
kfox1111and uefi's needed for graphics card passthrough that doesn't make you want to kill yourself.00:28
*** schwicht has quit IRC00:28
Pavoseriously?00:28
Pavodidn't know that GPU pass through required UEFI VM00:29
kfox1111the problem is bios.00:29
jascott1https://lg.io/2016/10/12/cloudy-gamer-playing-overwatch-on-azures-new-monster-gpu-instances.html00:29
kfox1111bios was designed ages ago, when there was only one graphics card per machine.00:29
kfox1111then intel started putting in graphics cards onto the cpu.00:29
kfox1111so the bios hooked into them and broke what little gpu passhtourgh that was working.00:30
Pavogrrrr still can't upload 12Gb openstack images inside horizon wt00:30
Pavowtf00:30
kfox1111uefi on the other hand, was designed in the modern ages when multiple graphics cards were a thing.00:30
kfox1111so they designed proper support in.00:30
Pavooh I know alot about UEFI00:30
kfox1111there's a redhat article on it, where they tried for many years to make gpu passhtrough production worthy.00:30
Pavobeen working with a group of people to get hackintosh bootloader inside UEFI firmware00:30
*** vhosakot has joined #openstack-kolla00:30
kfox1111then they gave up and said uefi only.00:30
Pavoand successful00:31
kfox1111nice00:31
kfox1111the only outstanding patch for nova I know of now, is one where vm's wont delete if they are uefi backed.00:31
Pavoseriously when is horizon gonna fix that upload size limit issue00:31
*** schwicht has joined #openstack-kolla00:31
kfox1111Pavo: when glance fixes their broken api? :/00:32
kfox1111I've heard rumer that recent horizons could maybe do ajax image uploading.00:32
Pavolol00:32
kfox1111havent seen if that code actually made it in or not.00:32
kfox1111glance v1 had streaming upload. then v2 broke it without a good replacement.00:32
kfox1111then they are talking about fixing it in a 3rd version. :/00:32
*** vhosakot has quit IRC00:32
Pavoyeah apparently you can use a setting in local_settings for horizon that uses glance API instead of uploading to horizon web server first, it goes directly to glance API but haven't been successful in getting it to work00:33
kfox1111Pavo: https://review.openstack.org/#/c/357190/ this is the review I think.00:33
*** vhosakot has joined #openstack-kolla00:33
Pavowindows openstack images are always gonna be minimum 7Gb00:33
kfox1111Pavo: yeah. that s the thing. if you get it to work, please let me know. :)00:33
kfox1111yeah. windows doesn't understand small.00:34
Pavowill try and when I do will do00:34
*** jrobinson_ is now known as jrobinson-afk00:34
*** schwicht has quit IRC00:34
Pavolol thats what she said00:34
kfox1111:)00:34
Pavoman I am tempted to host a Mattermost server, IRC been pissing me off00:34
kfox1111I've heard good things about it.00:35
kfox1111we've been using gitlab and they recommend mattermost.00:36
PavoMattermost=Slack with MORE features00:38
Pavoand these cisco csr1000v been pissing me off here lately also00:38
Pavocan not for the life of me figure out how to automate thier bootstrap process00:38
Pavowithout using a config drive00:38
Pavoyeah mattermost if the shiznet00:38
Pavowhere yo work kfox1111?00:38
Pavoyou* I mean00:38
Pavoif you don't mind me asking00:38
kfox1111pnnl00:41
kfox1111http://www.pnnl.gov/00:41
Pavooh snap, we have done some dealing with you guys here lately00:42
PavoCyber Protection Brigade00:43
kfox1111nice. :)00:43
*** tyrola has quit IRC00:45
Pavosmall world00:45
*** sayantan_ has joined #openstack-kolla00:46
openstackgerritJoshua Harlow proposed openstack/kolla: Add nova-cells docker building file (for those that use cells v1 or v2)  https://review.openstack.org/41811600:46
*** tyrola has joined #openstack-kolla00:46
openstackgerritJoshua Harlow proposed openstack/kolla: Add nova-cells docker building file (for those that use cells v1 or v2)  https://review.openstack.org/41811600:47
*** newmember has quit IRC00:48
*** salv-orlando has joined #openstack-kolla00:49
*** duonghq has joined #openstack-kolla00:52
duonghqmorning guys00:52
Pavoso.... kfox1111 you are saying if say I wanted to create an ansible script to upload all images I wanted inside openstack using ansible openstack glance module http://docs.ansible.com/ansible/glance_image_module.html I would only need the install pip package shade on the actual host of the openstack containers and not the containers themselves?00:52
*** salv-orlando has quit IRC00:53
Pavolike that module says the Requirements (on host that executes module)00:54
Pavopython >= 2.600:54
Pavopython-glanceclient00:54
Pavopython-keystoneclient00:54
Pavowould the glance container have to have those installed and not the host?00:54
*** jrobinson-afk is now known as jrobinson00:55
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator  https://review.openstack.org/41807300:55
jascott1pavo have you checked out Rocket.Chat? Despite being javascript based its got a lot of great features00:55
*** saneax is now known as saneax-_-|AFK00:56
Pavo*vomit* javescript00:56
Pavolol jk00:56
Pavono haven't seen it yet00:56
Pavowill check it out00:56
PavoI know Mattermost is amazinf though00:56
jascott1i like golang and was drawn to mattermost but the other seemed alot more complete. that was almost a year ago tho00:56
Pavoamazing*00:57
Pavodamn can't type00:57
jascott1ya I will have to give it another spin00:57
kfox1111sbezverk: nice.00:57
*** jrobinson has quit IRC00:57
srwilkersevening01:00
*** Pavo has quit IRC01:00
*** jtriley has joined #openstack-kolla01:01
kfox1111sbezverk: srwilkers: portdirect: https://review.openstack.org/#/c/417717/01:03
kfox1111last patch done.01:04
kfox1111its a doozie though.01:04
*** zhubingbing has joined #openstack-kolla01:04
kfox1111I can try and break it up a bit, now that its all working if its too much. but was trying to get it done quick for this coming wednesday's release.01:04
sbezverkkfox1111: I started check experimental01:05
kfox1111oh. yeah. thanks.01:05
sbezverkonce it is done will ack01:05
*** vhosakot has quit IRC01:06
openstackgerritMerged openstack/kolla-ansible: Move congress precheck into its own role  https://review.openstack.org/41397101:12
*** inc0 has joined #openstack-kolla01:12
*** Pavo has joined #openstack-kolla01:14
*** yingjun has joined #openstack-kolla01:27
*** inc0 has quit IRC01:27
*** sdake has quit IRC01:29
sbezverkkfox1111: you need to change tag for iscsi and tgtd for 3.0.101:29
*** david-lyle has joined #openstack-kolla01:31
*** MasterOfBugs has quit IRC01:32
portdirectevening srwilkers01:36
portdirectand kfox1111 , sbezverk  o/01:36
*** david-lyle has quit IRC01:37
kfox1111sbezverk: oops.01:38
kfox1111hey portdirect01:38
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Finish transitioning to the global api  https://review.openstack.org/41771701:39
sbezverkportdirect: o/01:42
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator  https://review.openstack.org/41807301:42
portdirectwill have a look at that ps asap kfox1111, just got caught with something01:43
kfox1111portdirect: thanks :)01:43
srwilkerskfox1111, let me take a gander01:44
kfox1111srwilkers: thanks. :)01:45
*** unicell has quit IRC01:46
*** jianyi has joined #openstack-kolla01:50
*** salv-orlando has joined #openstack-kolla01:50
*** salv-orlando has quit IRC01:54
*** ssurana has joined #openstack-kolla01:55
*** ssurana has quit IRC01:55
*** adrian_otto has quit IRC01:56
*** caowei has joined #openstack-kolla02:01
*** jemcevoy has joined #openstack-kolla02:02
jemcevoyI just ran into a problem installing mongodb replication set... "can't find self in the replset config"  Anyone have an idea what may be wrong?02:05
sbezverkkfox1111: still uses 2.0.2 tag02:08
sbezverknot good ;-)02:08
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: [wip] enable ceilometer related project in gate  https://review.openstack.org/41227802:11
*** Pavo has quit IRC02:13
*** Pavo has joined #openstack-kolla02:14
*** yingjun has quit IRC02:18
jemcevoyPavo: Have you seen this one?  installing mongodb replication set... "can't find self in the replset config"  Anyone have an idea what may be wrong?02:18
Pavohaven't seen that one before02:19
Pavois that using master or 3.0.1?02:19
jemcevoy3.0.102:19
jemcevoyI just replumbled my network to use an now IP range.  I am pretty sure that I have DNS setup properly as well as the /etc/host file  But I do not have DNS reverse lookup working.. Could that be the cause?02:21
*** zhurong has joined #openstack-kolla02:23
*** sayantan_ has quit IRC02:26
Pavoyeah haven't seen that before jemcevoy02:27
jemcevoyPavo: Any idea when 3.0.2 will be ready?02:27
Pavohave no clue, I'm waiting on the murano and magmum fixes to be pushed to pip package02:28
jemcevoyAhhh.. Is there an email announcement list that I can signup for to get a ping when 3.0.2 releases Pavo ?02:31
PavoI wished02:31
jemcevoyThanks02:32
jemcevoyI'll look at mongo in the morning02:32
openstackgerritqiankun.zhang proposed openstack/kolla-ansible: Enable tacker-horizon when enable_tacker is yes  https://review.openstack.org/40782202:32
*** zhurong has quit IRC02:35
*** jrich523 has quit IRC02:36
*** srwilkers has quit IRC02:37
*** jtriley has quit IRC02:38
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator  https://review.openstack.org/41807302:39
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move etcd precheck into its own role  https://review.openstack.org/41606302:43
*** schwicht has joined #openstack-kolla02:43
*** jtriley has joined #openstack-kolla02:44
*** Pavo has quit IRC02:44
*** awiddersheim has quit IRC02:46
*** satyar has joined #openstack-kolla02:47
openstackgerritsatroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname  https://review.openstack.org/40494402:48
*** salv-orlando has joined #openstack-kolla02:51
*** salv-orlando has quit IRC02:55
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move nova precheck into its own role  https://review.openstack.org/41556402:57
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move rabbitmq precheck into its own role  https://review.openstack.org/41773103:01
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: [wip] enable ceilometer related project in gate  https://review.openstack.org/41227803:02
*** jrobinson has joined #openstack-kolla03:03
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move keystone precheck into its own role  https://review.openstack.org/41772303:05
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move iscsi precheck into its own role  https://review.openstack.org/41772503:06
celo_rHi, I'm running 3.0.2dev79. When 3.0.2 gets out, is there a procedure to upgrade that is more seamless than a clean install? I understand that a normal upgrade wouldn't work as they both share the same image tags.03:06
*** zhurong has joined #openstack-kolla03:08
*** adrian_otto has joined #openstack-kolla03:09
openstackgerritSurya Prakash Singh proposed openstack/kolla-ansible: Variable name improvement  https://review.openstack.org/41788303:09
*** rhallisey has quit IRC03:11
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move mariadb precheck into its own role  https://review.openstack.org/41558703:12
*** mgiles has quit IRC03:14
*** sayantan_ has joined #openstack-kolla03:15
*** adrian_otto has quit IRC03:16
*** adrian_otto has joined #openstack-kolla03:18
*** jianyi has quit IRC03:21
*** adrian_otto has quit IRC03:29
*** adrian_otto has joined #openstack-kolla03:30
*** inc0 has joined #openstack-kolla03:34
*** satyar has quit IRC03:36
*** zhurong has quit IRC03:37
openstackgerritWei Cao proposed openstack/kolla: Add dragonflow container  https://review.openstack.org/41819303:46
*** prameswar has joined #openstack-kolla03:47
*** awiddersheim has joined #openstack-kolla03:47
*** awiddersheim has quit IRC03:51
*** salv-orlando has joined #openstack-kolla03:52
*** mdnadeem has joined #openstack-kolla03:53
*** dave-mccowan has quit IRC03:55
*** salv-orlando has quit IRC03:57
*** inc0 has quit IRC04:03
openstackgerritWei Cao proposed openstack/kolla: Add dragonflow container  https://review.openstack.org/41819304:05
*** skramaja_ has joined #openstack-kolla04:10
*** skramaja has quit IRC04:12
*** skramaja has joined #openstack-kolla04:15
*** skramaja_ has quit IRC04:16
*** sdake has joined #openstack-kolla04:23
sdakehey peeps04:25
sdakeevening :)04:25
openstackgerritSurya Prakash Singh proposed openstack/kolla-ansible: Heat configuration param change for heat-api section  https://review.openstack.org/41788304:27
*** v1k0d3n has joined #openstack-kolla04:30
*** adrian_otto1 has joined #openstack-kolla04:34
*** adrian_otto has quit IRC04:37
*** jrobinson is now known as jrobinson-afk04:39
*** jemcevoy has quit IRC04:39
openstackgerritSurya Prakash Singh proposed openstack/kolla: Heat configuration param change for heat-api section for newton  https://review.openstack.org/41820004:42
*** ssurana has joined #openstack-kolla04:44
*** celo_r has quit IRC04:51
*** salv-orlando has joined #openstack-kolla04:53
*** salv-orlando has quit IRC04:57
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move searchlight precheck into its own role  https://review.openstack.org/41513504:58
*** sacharya has quit IRC04:58
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move senlin precheck into its own role  https://review.openstack.org/41548604:58
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move grafana precheck into its own role  https://review.openstack.org/41605504:59
*** adrian_otto1 has quit IRC05:00
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move murano precheck into its own role  https://review.openstack.org/41511305:00
*** adrian_otto has joined #openstack-kolla05:02
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move nova precheck into its own role  https://review.openstack.org/41556405:02
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move etcd precheck into its own role  https://review.openstack.org/41606305:03
*** cliles has quit IRC05:06
*** adrian_otto has quit IRC05:12
*** jtriley has quit IRC05:16
*** saneax-_-|AFK is now known as saneax05:17
*** jrobinson-afk is now known as jrobinson05:18
*** cliles has joined #openstack-kolla05:22
*** sdake_ has joined #openstack-kolla05:29
*** sdake has quit IRC05:32
*** satyar has joined #openstack-kolla05:40
openstackgerritzhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role  https://review.openstack.org/40739205:42
openstackgerritqiankun.zhang proposed openstack/kolla-ansible: Enable tacker_horizon when enable_tacker is yes  https://review.openstack.org/40782205:48
*** awiddersheim has joined #openstack-kolla05:49
*** salv-orlando has joined #openstack-kolla05:53
*** awiddersheim has quit IRC05:55
*** salv-orlando has quit IRC05:58
*** sacharya has joined #openstack-kolla05:59
openstackgerritzhubingbing proposed openstack/kolla: Fix kuryr container  https://review.openstack.org/41820605:59
*** sacharya has quit IRC06:03
*** tovin07 has joined #openstack-kolla06:04
*** sdake has joined #openstack-kolla06:07
openstackgerritzhubingbing proposed openstack/kolla: Fix kuryr container  https://review.openstack.org/41820606:07
zhubingbingsdake sup06:08
sdakechillen zhubingbing06:08
sdakehow about yourself06:08
zhubingbingi am fine06:08
zhubingbinghttps://review.openstack.org/40739206:08
zhubingbingcan u look it ,fluentd role06:09
*** sdake_ has quit IRC06:09
*** salv-orlando has joined #openstack-kolla06:18
*** sayantan_ has quit IRC06:19
*** zhurong has joined #openstack-kolla06:24
*** pcaruana has quit IRC06:26
*** unicell has joined #openstack-kolla06:46
openstackgerritzhubingbing proposed openstack/kolla-ansible: Add Zun docker images support in README.rst  https://review.openstack.org/41821506:48
openstackgerritsatroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname  https://review.openstack.org/40494406:51
*** unicell has quit IRC07:02
*** unicell has joined #openstack-kolla07:02
*** inc0 has joined #openstack-kolla07:03
*** inc0 has quit IRC07:03
*** sdake_ has joined #openstack-kolla07:03
*** sdake has quit IRC07:06
zhubingbingsup inc007:14
*** unicell has quit IRC07:16
*** unicell has joined #openstack-kolla07:17
*** msimonin has quit IRC07:17
*** salv-orlando has quit IRC07:18
*** zhubingbing has quit IRC07:19
*** zhubingbing has joined #openstack-kolla07:29
*** sdake has joined #openstack-kolla07:30
openstackgerritzhubingbing proposed openstack/kolla: Fix kuryr container  https://review.openstack.org/41820607:31
*** sdake_ has quit IRC07:32
Mech422zhubingbing: Hi! I was wondering if you have grok patterns for openstack logs ?  I noticed you seem to be working on it for kolla-kube?07:36
zhubingbingyes07:36
Mech422zhubingbing: oh awesome! are they available online anywhere? the regex's I got from redhats site seem to be out of date...07:37
zhubingbingwow07:38
zhubingbingcan u give me a reference link?07:38
duonghqsbezverk, ping07:45
*** brad[] has quit IRC07:50
*** brad[] has joined #openstack-kolla07:50
*** awiddersheim has joined #openstack-kolla07:52
*** yangzb09 has joined #openstack-kolla07:56
*** awiddersheim has quit IRC07:57
*** sacharya has joined #openstack-kolla08:00
*** skramaja has quit IRC08:00
*** skramaja_ has joined #openstack-kolla08:01
*** yangzb09 has quit IRC08:04
*** yangzb09 has joined #openstack-kolla08:04
*** sacharya has quit IRC08:05
*** skramaja_ is now known as skramaja08:05
openstackgerritzhubingbing proposed openstack/kolla: Fix kuryr container  https://review.openstack.org/41820608:08
*** pcaruana has joined #openstack-kolla08:09
*** saneax is now known as saneax-_-|AFK08:10
*** salv-orlando has joined #openstack-kolla08:11
*** saneax-_-|AFK is now known as saneax08:18
*** msimonin has joined #openstack-kolla08:19
openstackgerritsatroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname  https://review.openstack.org/40494408:20
openstackgerritSurya Prakash Singh proposed openstack/kolla-ansible: Docs update releated to hostname resolution in RabbitMQ  https://review.openstack.org/41825208:23
satyarHi sp_08:25
sp_satyar: hi..08:26
satyaryou are surya prakash08:26
satyaram i right?08:26
sp_satyar: Yes08:26
*** yangzb09 has quit IRC08:26
*** strigazi_AFK is now known as strigazi08:26
sp_satyar: how can I help ?08:26
satyarhttps://review.openstack.org/404944 this patch will help operators in a way the rabbit is no more required to work on api_interface08:27
satyaras per the bug https://bugs.launchpad.net/kolla/+bug/158365508:27
openstackLaunchpad bug 1583655 in kolla "rabbitmq setup from secondary IP" [Wishlist,In progress] - Assigned to Satya Sanjibani Routray (satroutr)08:27
sp_satyar: BRB08:29
satyarsure08:29
sp_satyar: but we need to update the doc too w.r.t this08:30
sp_satyar: I think it won't impact anything08:31
satyaryes08:31
satyarwe need to update the doc also08:31
satyarbut that will go in a separate commit08:31
sp_satyar: So please review this08:32
satyarsure08:32
*** itoperatorguy has joined #openstack-kolla08:32
sp_satyar: ok, let me know if any further improvement required on this.08:32
satyarsure08:33
sp_satyar: I will update that too in the same patch.08:33
sp_satyar: thanks, to keep an eye on this.08:33
satyarwc :)08:33
openstackgerritzhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role  https://review.openstack.org/40739208:36
*** Serlex has joined #openstack-kolla08:39
satyarsp_ added my comments please take a look08:41
*** egonzalez has joined #openstack-kolla08:41
egonzalezmorning o/08:41
sp_satyar: ok08:41
openstackgerritqiankun.zhang proposed openstack/kolla-ansible: Move solum precheck into its own role  https://review.openstack.org/41825608:42
*** yangzb09 has joined #openstack-kolla08:43
satyarHi sdake08:43
satyarhi sean-k-mooney08:44
*** ocaner has joined #openstack-kolla08:46
*** jrobinson has quit IRC08:52
*** awiddersheim has joined #openstack-kolla08:53
*** pcaruana has quit IRC08:55
*** jrobinson has joined #openstack-kolla08:56
openstackgerritjianyi proposed openstack/kolla-ansible: Alphabetical sorting optimization  https://review.openstack.org/41826808:56
*** awiddersheim has quit IRC08:57
openstackgerritjianyi proposed openstack/kolla-ansible: [TrivialFix] Alphabetical sorting optimization  https://review.openstack.org/41826808:58
*** athomas has joined #openstack-kolla09:04
*** tyrola has quit IRC09:06
*** tyrola has joined #openstack-kolla09:07
*** pcaruana has joined #openstack-kolla09:08
*** prameswar has quit IRC09:08
*** saneax is now known as saneax-_-|AFK09:11
openstackgerritSurya Prakash Singh proposed openstack/kolla-ansible: Docs update releated to hostname resolution in RabbitMQ  https://review.openstack.org/41825209:19
*** lucasmasiero has joined #openstack-kolla09:21
sp_satyar: around ?09:23
satyarsup sp_09:29
*** yee379 has quit IRC09:30
*** yee379 has joined #openstack-kolla09:30
*** rmart04 has joined #openstack-kolla09:31
satyarsp_ there are few more changes need to be done check eduardo's comments and my comments09:32
openstackgerritSurya Prakash Singh proposed openstack/kolla-ansible: Docs update releated to hostname resolution in RabbitMQ  https://review.openstack.org/41825209:33
*** saneax-_-|AFK is now known as saneax09:33
sp_satyar: please check now09:34
satyarcommit message you missed09:34
satyarthats why the topic is detached09:34
*** wznoinsk has quit IRC09:35
*** wznoinsk has joined #openstack-kolla09:35
*** pcaruana has quit IRC09:35
*** mannamne has joined #openstack-kolla09:35
sp_satyar: actually "Closed-Bug:" is working fine that is why i left that09:36
satyarthat should come to topic09:36
*** sayantani01 has quit IRC09:37
*** rbergeron has quit IRC09:37
*** denaitre_ has quit IRC09:37
*** slagle has quit IRC09:37
*** masber has quit IRC09:37
*** stevemar has quit IRC09:37
*** stevemar has joined #openstack-kolla09:37
*** denaitre has joined #openstack-kolla09:37
*** slagle has joined #openstack-kolla09:37
*** rbergeron has joined #openstack-kolla09:37
*** masber has joined #openstack-kolla09:37
egonzalezsatyar sp_ topic is the way we can track common changes in gerrit, Closes-Bug is how lauchpad track them09:38
*** tyrola has quit IRC09:38
*** hogepodge has quit IRC09:38
*** strigazi has quit IRC09:38
*** sgordon has quit IRC09:38
*** dasTor has quit IRC09:38
*** hogepodge has joined #openstack-kolla09:39
*** strigazi has joined #openstack-kolla09:39
*** dasTor has joined #openstack-kolla09:39
*** tyrola has joined #openstack-kolla09:39
*** openstack has joined #openstack-kolla14:30
pbourketrue14:30
pbourkeI think limits can be set for those in docker config14:30
Jeffrey4lyep. during running, we can add more strict parameter for docker logs.14:31
*** saneax-_-|AFK is now known as saneax14:32
*** lrensing has joined #openstack-kolla14:36
*** saneax is now known as saneax-_-|AFK14:36
zhubingbinghi14:37
*** sacharya has joined #openstack-kolla14:37
openstackgerritzhubingbing proposed openstack/kolla: Remove  unnecessary /var/log/sahara directory  https://review.openstack.org/41842514:37
*** masuberu has quit IRC14:39
*** saneax-_-|AFK is now known as saneax14:40
*** dturner has quit IRC14:41
*** lamt has joined #openstack-kolla14:43
*** adrian_otto has joined #openstack-kolla14:45
*** yangzb09_ has quit IRC14:48
*** skramaja has quit IRC14:49
*** absubram has joined #openstack-kolla14:49
*** salv-orlando has quit IRC14:49
openstackgerritzhubingbing proposed openstack/kolla-ansible: Remove precheck.yml in certificates  https://review.openstack.org/41843114:53
*** adrian_otto has quit IRC14:53
*** adrian_otto has joined #openstack-kolla14:57
openstackgerritMerged openstack/kolla: Fix kuryr container  https://review.openstack.org/41820614:57
Jeffrey4legonzalez, around?15:01
egonzalezJeffrey4l: yup15:02
Jeffrey4lhttps://review.openstack.org/#/c/407392/  about this.15:02
Jeffrey4li saw you want to keep heka for a while.15:02
Jeffrey4lany idea how long and when we should remove heka totally?15:03
egonzaleznot keep, maintain support for one release. Don't think operators will want to replace without option to maintain heka at least one release15:03
egonzalezfor me i would remove it, but deprecation policy has to be maintained. Or we don't need it?15:03
Jeffrey4legonzalez, iirc we have announced deprecated heka in newton cycle.15:03
Jeffrey4legonzalez, check this http://docs.openstack.org/releasenotes/kolla/newton.html#deprecation-notes15:04
egonzalezhrm, OK thats fine then15:05
Jeffrey4lcool. thanks ;)15:05
egonzalezthanks, though it was in O release15:05
*** tovin07 has quit IRC15:11
*** tovin07 has joined #openstack-kolla15:11
*** adrian_otto has quit IRC15:12
openstackgerritzhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role  https://review.openstack.org/40739215:17
des_consoladoholy shit this shit actually works :D15:17
des_consoladofinally deployed multinode successfully phew...15:18
*** sayantani01 has joined #openstack-kolla15:22
*** mliima has joined #openstack-kolla15:25
egonzalezdes_consolado: hurrah o/15:26
des_consoladohmm... what to do now... I've just got a bunch of containers sitting there... I guess I should try to connect to horizon or something15:28
*** zhubingbing has quit IRC15:29
*** rhallisey has quit IRC15:29
*** zhubingbing has joined #openstack-kolla15:29
egonzalezdes_consolado: execute tools/init-runonce script to setup a basic network and a cirros image15:29
egonzalezor use VIP to connect to horizon and do it by yourself15:30
des_consoladooh yeah it's on the VIP, nice...15:31
*** DanyC has joined #openstack-kolla15:31
des_consoladoDamn I have so much to learn lol... I think we're actually going to be deploying this shit and maintaining it in production, I work for a reasonably sized service provider... lotta responsibility and so little knowledge lmao D:15:31
*** salv-orlando has joined #openstack-kolla15:31
des_consoladowill have a few months to play around and implement anyway tho so it should be okay15:32
egonzalezdes_consolado: kolla is easy to learn ;)15:33
*** tonanhngo has joined #openstack-kolla15:34
*** rhallisey has joined #openstack-kolla15:38
Serlexhttps://i.imgflip.com/1hejwo.jpg15:39
Serlexone for you consolado15:39
*** hieulq_ has joined #openstack-kolla15:42
satyarHi jeffrey4l15:44
Jeffrey4lsup satyar15:45
*** adrian_otto has joined #openstack-kolla15:45
egonzalezSerlex: hehe15:46
*** adrian_otto has quit IRC15:49
*** sayantan_ has joined #openstack-kolla15:49
*** DanyC has quit IRC15:50
*** sayantani01 has quit IRC15:50
satyarcan you please review https://review.openstack.org/#/c/418252/15:51
satyarnot sure why gate is not yet ran on this though15:51
satyarjeffrey4l15:51
*** DanyC has joined #openstack-kolla15:52
Jeffrey4lsatyar, you just changed the spec folder. so it only run doc job. this is expected.15:52
satyarhttps://review.openstack.org/#/c/404944/15:53
satyarsorry my mistake gave you wrong link15:53
satyarthe link is https://review.openstack.org/#/c/404944/15:53
* Jeffrey4l is checking.15:54
*** lrensing has quit IRC15:55
*** lrensing has joined #openstack-kolla15:55
*** yangzb09_ has joined #openstack-kolla15:56
*** DanyC has quit IRC15:56
egonzalezsatyar: is was executed, dunno why not apears in gerrit15:57
egonzalezsearch 404944 in http://status.openstack.org/zuul/15:57
Jeffrey4lsatyar, seems the there is something wrong in openstack-infra15:57
Jeffrey4lcheck http://zuul.openstack.org/15:57
*** adrian_otto has joined #openstack-kolla15:57
Jeffrey4llots of gate take more than 4 hours.15:58
Jeffrey4lseems infra guys are working on this.15:58
egonzalezwell, not finished, oracle source did not finish yet15:58
satyarok :)15:58
*** yangzb09_ has quit IRC16:00
*** ssurana has joined #openstack-kolla16:10
*** shasha_t_ has joined #openstack-kolla16:11
*** itoperatorguy has quit IRC16:11
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move mistral precheck into its own role  https://review.openstack.org/41551516:12
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move mistral precheck into its own role  https://review.openstack.org/41551516:14
*** mannamne has joined #openstack-kolla16:15
*** hieulq_ has quit IRC16:16
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator  https://review.openstack.org/41807316:17
satyarjeffrey4l : egonzalez gate is done please review :)16:17
*** salv-orl_ has joined #openstack-kolla16:22
openstackgerritMauricio Lima proposed openstack/kolla-ansible: Update kolla-ansible links on README  https://review.openstack.org/41846716:22
*** fguillot has joined #openstack-kolla16:22
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move searchlight precheck into its own role  https://review.openstack.org/41513516:23
*** salv-orlando has quit IRC16:25
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move grafana precheck into its own role  https://review.openstack.org/41605516:27
openstackgerritcaoyuan proposed openstack/kolla-ansible: Move etcd precheck into its own role  https://review.openstack.org/41606316:27
*** absubram has quit IRC16:29
*** absubram has joined #openstack-kolla16:29
openstackgerritMerged openstack/kolla-ansible: [TrivialFix] Alphabetical sorting optimization  https://review.openstack.org/41826816:31
*** newmember has joined #openstack-kolla16:31
*** msimonin has quit IRC16:31
*** msimonin has joined #openstack-kolla16:34
openstackgerritsatroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname  https://review.openstack.org/40494416:37
*** msimonin has quit IRC16:38
*** msimonin has joined #openstack-kolla16:38
egonzalezsean-k-mooney: is there a way to see how is rendered in doc gates this file? https://review.openstack.org/#/c/342354/11/doc/template-override/ovs-dpdk-source.j216:39
egonzalezi think doc/template-override folder should be indexed16:40
sean-k-mooneyactully currently i dont have that done16:40
*** vhosakot has joined #openstack-kolla16:40
sean-k-mooneyi generally read the docs from git not the web but i belive there was an example of doing that form one of the old doc changes.16:41
*** sdake has joined #openstack-kolla16:41
sean-k-mooneyi would perfer to do that in a seperate change if i can.16:41
sean-k-mooneyegonzalez: perhaps in https://review.openstack.org/#/c/417429/16:42
sean-k-mooneyor in just a seperate patch fully to fix up the docs.16:42
*** sdake_ has quit IRC16:43
egonzalezsean-k-mooney: oo yeah, maybe doc gates fail if an empty folder is indexed16:43
kfox1111morning16:44
*** ocaner has quit IRC16:44
openstackgerritMauricio Lima proposed openstack/kolla-ansible: Allow cinder supports lvm and ceph backend  https://review.openstack.org/41848216:47
sean-k-mooneyegonzalez: well i could add the indexing in the dpdk patch i just think its cleaner to have a seperate one. also i dont know how to do it off the top of my head so ill need to go look it up16:48
*** tovin07 has left #openstack-kolla16:48
openstackgerritsatroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname  https://review.openstack.org/40494416:53
sean-k-mooneyJeffrey4l: hi are you arround? just wondering what if anything you would like me to change in https://review.openstack.org/#/c/417429/116:54
sean-k-mooneyJeffrey4l: are you ok with it as is or would you like me to respin?16:54
*** saneax is now known as saneax-_-|AFK16:55
Jeffrey4lhow about template stored in contrib/template-overide and link to doc/template-override ?16:55
Jeffrey4lsean-k-mooney, ^^16:57
openstackgerritMerged openstack/kolla: HA router fails using neutron-vpn-agent  https://review.openstack.org/41587216:58
sean-k-mooneyJeffrey4l: that is an option but im not sure what that buy us16:58
Jeffrey4lnot maintain two copied.16:58
sean-k-mooneyJeffrey4l: you could have a contrib/docs folder and symlink that to /doc/contrib16:59
*** bmace has quit IRC16:59
sean-k-mooneyJeffrey4l: its not two copies16:59
sean-k-mooneyone is the template16:59
*** bmace has joined #openstack-kolla16:59
sean-k-mooneythe other file is the documnetation for it16:59
sean-k-mooneyJeffrey4l: i have an example in this review https://review.openstack.org/#/c/342354/1117:00
Jeffrey4lso is there link or not?17:00
sean-k-mooneyno link17:00
sean-k-mooneydocs https://review.openstack.org/#/c/342354/11/doc/template-override/ovs-dpdk-source.j2 template example https://review.openstack.org/#/c/342354/11/contrib/template-override/ovs-dpdk-source.j217:00
Jeffrey4lok. looks good. i misunderstood.17:01
Jeffrey4lremoved my -117:01
sean-k-mooneyok cool, it is good to clarify this. if you missunderstood others could17:01
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Finish transitioning to the global api  https://review.openstack.org/41771717:01
*** strigazi is now known as strigazi_AFK17:02
pbourkecan some people please review https://review.openstack.org/#/c/398373/17:02
sean-k-mooneydamb i just spotted a bug... the documentation should have an rst file extention not .j217:03
*** inc0 has joined #openstack-kolla17:04
inc0good morning my dear team17:05
*** DanyC has joined #openstack-kolla17:06
*** jrich523 has joined #openstack-kolla17:06
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator  https://review.openstack.org/41807317:06
sbezverkmorning inc017:06
sbezverkkfox1111: so hopefully it will be last massive ps ;-)??17:08
kfox1111+117:08
openstackgerritMerged openstack/kolla: Remove footer block and variable in *-base images  https://review.openstack.org/41588017:09
kfox1111I can think of one more that we may want to do today though shouldn't actually change many lilnes.17:09
kfox1111lines17:09
kfox1111which woudl be to rename microservices to have the types in it.17:09
kfox1111so, like memcached package name is used by the microservice,17:09
kfox1111and it would be nice if that was available for a service level package.17:09
kfox1111so rename memcached memcached-statefulset17:10
kfox1111etc.17:10
kfox1111what do you think?17:10
jrich523shouldnt it be kolla-memcached :)17:11
inc0operators are pods right?17:11
jrich523lol just ignore me :)17:11
srwilkerskfox1111, i think thats a good idea17:11
inc0kolla-kuberentes-memcached17:11
inc0morah repos!17:12
inc0morah!17:12
jrich523lol17:12
openstackgerritMerged openstack/kolla: Add .project and .pydevproject to .gitignore  https://review.openstack.org/41757417:12
inc0so guys, I'd really would like us to start exploring doing helm install stable/memcache instead of keep our own implementation17:13
inc0it's going to be better long term17:13
*** david-lyle has joined #openstack-kolla17:13
inc0but we can discuss this shift in approach in ptg. It would be important pre 1.0 tho as will affect upgrades17:13
inc0and by affect I mean really really heavily17:13
*** egonzalez has quit IRC17:14
kfox1111inc0: the repo is already kolla. so kolla/memcached or kolla-kubernetes/memcached17:14
kfox1111:)17:14
kfox1111inc0: they need a lot of owork on stable's build system for that to be a thing.17:14
kfox1111ie, they need a build system. ;)17:15
inc0yeah, but let's try to keep these doors open17:15
inc0I'd love to narrow our scope to just openstack at the end of the day17:15
kfox1111yup. doors are open. but not possible for a while until someone puts in a lot of work to helm and kubernetes/charts.17:15
inc0kfox1111, that can be us for start17:15
inc0I mean we do write it anyway17:16
kfox1111inc0: are you volunteering? :)17:16
inc0we might as well do it in k8s/charts17:16
kfox1111not as easy for me.17:16
kfox1111cla's and my org don't mix too well.17:16
kfox1111it was a year+ fight to get the openstack cla done.17:16
srwilkerskfox1111, thats understandable. youre in a .gov right?17:16
kfox1111yeah.17:16
inc0fair enough, I might actually volunteer, but we need clear approach towards this17:17
inc0it will be better long term17:17
srwilkersyeah, ive heard stories about getting CLAs in place for people working for .govs17:17
kfox1111yeah. its an organziational nightmare. :/17:17
srwilkersive actually been getting more involved with helm lately. have a few PRs im hoping to get in today or tomorrow to be honest17:17
kfox1111I think one big step in the right direction would be local depends.17:17
inc0I'm concerned that if we host stuff like mariadb17:17
kfox1111if someone can get that into helm, it would get us a fair way to more helm native.17:18
inc0that will render upgrades impossible if we'd like to move out of it17:18
inc0local depends? what do you mean17:18
inc0?17:18
kfox1111inc0: I've yet to see a nontrivial mariadb/rabbit anywhere. :/17:18
kfox1111for k8s that is.17:18
inc0well we can just copy ours17:18
kfox1111inc0: right now, helm requires full url to a prebuilt package for dependencies.17:18
kfox1111thats a real pain for when you want to build multiple packages in one repo.17:19
kfox1111I want a way to say "local-dep: ../foo"17:19
kfox1111and it would just cp -a in that chart as a dep.17:19
inc0so question, do we really need our build system when helm grows better dependency mgmt17:20
inc0?17:20
kfox1111inc0: see https://github.com/kubernetes/helm/issues/163917:20
inc0I mean it does make sense anyway17:20
kfox1111inc0: well, if they get all the features of a proper build system, then no.17:20
kfox1111but when?17:20
* kfox1111 shrugs17:20
*** DanyC has quit IRC17:20
inc0ok, dumb question17:21
kfox1111its very obvious they haven't ever considered the use case where a chart has more then one trivial depenedency.17:21
inc0what does build system do here?17:21
mliimahttps://review.openstack.org/#/c/417094/17:21
kfox1111inc0: we curently have 93 helm microservice packages.17:21
kfox1111and will have one service package per service.17:21
kfox1111and one common lib at the moment.17:21
kfox1111thats a heck of a lot of "cd helm/microservice/x; helm dep up; cd /builddir; helm package $foo/helm/microservice/x;17:22
sbezverkkfox1111: I still do not like idea to use kube object in the microservice name17:22
sbezverkwhat if we decide in future change it? I do not see any advantage of doing it..17:23
kfox1111sbezverk: yeah. I still don't like using -pod as its not a pod. :/17:23
*** Serlex has quit IRC17:23
kfox1111sbezverk: didn't we have a vote on what to do? I cant remember.17:23
sbezverkkfox1111: at least pod can be explained :-) what ever you use in kube to luanch somehting it will end up as a pod17:23
kfox1111sbezverk: no, it ends up as a set of pods 99% of the time. :/17:24
kfox1111ideally the user shouldn't be seeing the underlying types anyway.17:24
sbezverkin this case I would prefer to not use at all anything17:24
kfox1111operators or helm service packages would hide that detail.17:24
kfox1111the problelm then is,17:24
kfox1111mariadb would be mariadb for microservice,17:25
kfox1111and then the name couldn't be used for a mariadb service package.17:25
kfox1111helm install kolla/mariadb for pv/pvc/svc/statefulset17:25
*** pcaruana has quit IRC17:25
inc0bbiaf, moving to office17:25
*** inc0 has quit IRC17:25
srwilkersits best to adopt a naming convention here that makes sense to people inside and outside of this channel. thats why i think it's a good idea.17:26
*** zhubingbing has quit IRC17:27
sbezverksrwilkers: could you clarify on good idea ;-)??17:27
*** manjeets has joined #openstack-kolla17:27
*** krtaylor has quit IRC17:28
srwilkersi think starting with the kubernetes type appended to the name is a good start. i agree -- if we decide to change things, it'd become necessary to revisit the name17:28
srwilkershowever, it's got the benefit of being clear as to what it is17:28
portdirectmost people are specifc about the type of thing they are working with, I think - eg deployment, daemonset etc17:28
portdirectthere is a style document thats being worked on by bitnami and helm i think17:28
srwilkerswith the level of granularity that we're working with, we're going to have to explore something to distinguish the differences17:29
sbezverkI do not know guys, If we change under the hood engine it should not force us to call a car car-engine-x17:30
sbezverkit is still damn car17:30
openstackgerritMerged openstack/kolla: Remove  unnecessary /var/log/sahara directory  https://review.openstack.org/41842517:31
kfox1111yeah. but it makes it easier on a user to do helm install foo-daemonset17:31
kfox1111kubectl get daemonsets and see something expected.17:31
kfox1111I can see a case where we may even provide multiple engines with different object types.17:31
kfox1111we kind of have that with lvm vs ceph.17:31
sbezverkkfox1111: disagree from helm perspective use does not care17:32
sbezverkhe/she start microservice17:32
kfox1111at the service level, I agree. at the microservice, I disagree.17:32
sbezverkbut if you target kubectl users then yes17:32
kfox1111if they want the level of detail of microservice, they probably care to know all the details?17:32
des_consoladoI tried adding a compute node to the inventory and then removing it, it worked quite well but obviously left stuff over. I used tools/cleanup* scripts on that node to clean up the remnant shit I think, is this the right way to do it or is there a way to get ansible to do it more cleanly?17:32
*** f13o_ has quit IRC17:32
portdirectcant find link to draft style guide but i think moving forward they are going to try and encourage, names in the format <type(abbreviated)>-<thing>17:33
portdirectso kfoxs example above would be ds-foo17:33
kfox1111wow. that seems backwards. :)17:34
sbezverkportdirect: man these guys just want to get into the dna of everything ;-)17:34
kfox1111I guess it makes sense from one perspective.17:35
kfox1111kubectl get ds foo17:35
kfox1111matches helm install ds-foo17:35
kfox1111but its really ugly for sort order.17:35
kfox1111portdirect: yeah, see if yo ucan dig up the helm guide. if they have a convention, I guess we should try and follow it.17:35
*** unicell has quit IRC17:35
kfox1111if it sorts poorly, but its a convention, helm can fix the sort when searching.17:36
jrich523anyone using RHEL systems?17:36
jrich523im trying to use the ansible module, it requires pyOpenSSL, when i do yum provides pyOpenSSL its telling me the version available is like 0.13.1-317:38
jrich523which im real sure is SUPER old17:38
jrich523there was some issues with the yum repo stuff (damn RHEL) and i was curious if i was out of my mind, or if that is really super old and the repo is still messed up17:39
*** athomas has quit IRC17:45
*** ccesario has quit IRC17:47
*** klindgren_ has quit IRC17:48
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator  https://review.openstack.org/41807317:48
portdirectkfox1111: ah cool - see your on slack - it was so0k who was working on that stuff i think17:50
portdirectI've pmed him so hopefully he will get back17:50
*** klindgren has joined #openstack-kolla17:52
kfox1111k. cool.17:53
kfox1111would be nice to get an answer by the first half of today so we have time to rename stuff if we decide thats a good thing.17:53
kfox1111then we can still cut the release tomorrow.17:53
*** lrensing has quit IRC17:54
sbezverkkfox1111: I added a few things into the operator and now it reacts on a chance of thinrd party object. when you have chance, please check mecached ps.17:54
*** lrensing has joined #openstack-kolla17:55
kfox1111sbezverk: cool. :) will do.17:57
kfox1111sbezverk: nice. know if k8s controllers support long polling?17:58
*** msimonin has quit IRC17:59
*** sayantan_ has quit IRC18:00
kfox1111if they do, you can drop the sleeps.18:00
*** unicell has joined #openstack-kolla18:00
*** athomas has joined #openstack-kolla18:01
sbezverkkfox1111: not sure I follow could you clarify what long polling means, never heard about it before18:02
*** krtaylor has joined #openstack-kolla18:02
kfox1111sbezverk: https://www.pubnub.com/blog/2014-12-01-http-long-polling/18:03
kfox1111basically it lets the controller respond more realtime.18:04
* sbezverk reading18:05
kfox1111since they are using etcd which I think supports it, and k8s seems pretty responsive to new requests, I'd be surprised if it didn't support long polling.18:06
sbezverkkfox1111: curious if it would require a different api or maybe something in header request..18:07
kfox1111yeah. sometimes they do require a url flag or a header.18:08
*** mannamne has quit IRC18:08
kfox1111or they may just default it on.18:08
sbezverkkfox1111: one more thing, so we are on the same page.. thirdparty object is only stores info for a controller, so there is no pod or sets of pods assiciated with it. it was my confusion until recently.18:12
kfox1111yeah. its the request from the user to the operator for desired state.18:13
sbezverkkfox1111: ok then we are in sync :)18:13
kfox1111same as a "deployment" k8s object is a request from the user to k8s. then some controller somewhere "realizes" that request.18:13
*** inc0 has joined #openstack-kolla18:15
sdakesbezverk portdirect sorry guys missed our meeting18:15
sdakesbezverk did you want to rescheduel?18:15
sdakeportdirect ^^18:15
sbezverksdake: resent invite for tomorrow 10 am est18:25
portdirect3pm wfm :)18:30
satyarhi sdake18:31
*** unicell has joined #openstack-kolla18:31
satyarcan you please review https://review.openstack.org/#/c/40494418:31
*** Pavo has quit IRC18:32
sdakesup satyar18:32
satyarhow are you?18:32
sdakesatyar failing gate18:33
sdakebusy18:33
sdaketypically dont look at patches that aren't passing the gate ;)18:33
satyarhttps://review.openstack.org/#/c/404944 ???18:33
satyarthis one failing gate?18:33
sdakeya xenial is is RED18:33
sdakerather red18:33
sdakeit is on my end atleast18:33
*** Bico_Fino has joined #openstack-kolla18:35
inc0good news everyone18:38
inc0now every patch to kolla will publish fresh registry to tarballs.o.o18:39
kfox1111nice. :)18:39
inc0kfox1111, I'll experiment with adding this to kolla-k8s gates18:40
inc0I'll have to pick your brain later18:40
kfox1111inc0: sweet. :)18:41
inc0hmm I think stable registry is still iffy18:41
sean-k-mooneyinc0: any idea of how much internal bandwidth that will introduces18:41
sean-k-mooneyor save18:41
inc0it's about 2gig per distro/typ[e18:41
*** erhudy has joined #openstack-kolla18:41
kfox1111inc0: was thinking we'd permute the gate with stable/trunk versions.18:41
inc0but afair they mirror tarballs across regions18:42
kfox1111once 3.0.2 lands, we can get rid of the last of the workarounds,18:42
inc0what do you mean by permute?18:42
kfox1111and I think specifying mirror would be just one line in ceph_workflow.sh.18:42
inc0I'd encourage you guys to stick to master18:42
inc0stable-to-stable and so on18:42
inc0now you can do it18:42
kfox1111I would like to support both stable/trunk on one version. this lets us test upgrades.18:43
inc0and this is our way in kolla-ansible, I'd love to keep this behavior same across all deliverables18:43
inc0kfox1111, might not be always possible18:43
inc0and upgrades will have to be stable ocata -> master anyway18:43
kfox1111it will be if we gate against it. :)18:43
kfox1111stable N -> trunk N+118:43
inc0well that's what I mean18:44
kfox1111when n+1 is cut, then the current stable will be able to upgrade from previous to current.18:44
inc0but kolla-k8s stable -> kolla-k8s n+118:44
inc0not just images18:44
satyarsdake canonical requires shell = True18:44
*** ccesario has joined #openstack-kolla18:44
inc0so yeah, I agree about gating, just not that important for k8s now18:44
kfox1111other way around. current kolla-k8s should be able to upgrade from n-1 to n.18:44
*** Pavo has joined #openstack-kolla18:44
sdakesatyar ok18:45
satyarif we implement that we may open up a security issue18:45
*** prameswar has quit IRC18:45
inc0I'd be happy to have ansible upgrade gates tho, now it's reasonable18:45
kfox1111I think upgrades will be the thing that makes kolla-kubernetes.18:45
inc0when we fix this upload, that's on us18:45
kfox1111as upgrades are very hard normally.18:45
inc0agree18:45
satyarwhat will be the recommendation sdake18:45
sdakekfox1111 its the thing that made kolla-ansible18:45
inc0kolla-ansible does it reasonably well18:45
inc0and people love that18:45
sdakesatyar depends on the security risk and if its real or not18:45
inc0to me upgrades are not nice to have  - hard requirement18:46
sdakedave-mccowan - can you review that change and see if the line satayr is talking about is dangerous?18:46
satyarthe recommendation is always make it false18:46
sdakesatyar dave-mccowan is ptl of barbican18:46
sdakesatyar we have some overrides for it in the code base already18:46
sdakewe use #nosec for that in those cases18:46
satyaras per https://security.openstack.org/guidelines/dg_use-subprocess-securely.html18:46
sdakethey just have to be eyeballed18:46
kfox1111so for trunk kolla-k8s, we test against stable & trunk kolla. and once its tagged as stable, it supports n-1 and n then.18:46
satyarok18:47
sdakekfox1111 generally we only provide compatibility between 1.0.0 and 2.0.018:47
kfox1111that way there's an upgrade path forward.18:47
sdakeand we did a poor job of it on ansible ;)18:47
satyarthen changing it to shell = True18:47
satyarthat will pass the gate i guess18:47
kfox1111sdake: the lack of gating makes that really hard. :/18:47
sdakesatyar it needs a review18:48
kfox1111much easier when you can see what breaks right away. :)18:48
inc0yeah, registry for stable will allow us to make proper gating of it18:48
satyarhmmm18:48
*** Pavo has quit IRC18:48
kfox1111uh, this is an interesting thread: [infra][diskimage-builder] containers, Containers, CONTAINERS!18:48
inc0yeah I've read it18:48
satyarsdake any pointer for that.. :)18:49
inc0I need to check with pabelanger if there is anything we can help with18:49
sdakesatyar yes - dave-mccowan can provide a review if he is willing18:49
kfox1111ah. it sounds like they are trying to build the root images?18:50
kfox1111I guess there's some benifit to that.18:50
sean-k-mooneykfox1111: building the root images that dib uses as a base for your images?18:51
*** Pavo has joined #openstack-kolla18:51
kfox1111sbezverk: is this ok: https://review.openstack.org/#/c/417717/ or do I need to recheck?18:51
sean-k-mooneykfox1111: e.g. building the ubuntu could image18:51
kfox1111sean-k-mooney: yeah. I think its about building the ubuntu/centos base container images from scratch.18:52
sean-k-mooneyah well dib can produce docker files but they use the could images as a base18:52
sean-k-mooneyit would be nice to be able to build the cloud images too then you could use gtp partition tabels which make building baremetal images for ceph nodes posible18:53
sean-k-mooneythats one of the litle anoyences i have with using the default could images.18:54
kfox1111ah. yeah. and uefi support.18:56
kfox1111portdirect: srwilkers: https://review.openstack.org/#/c/417717/ ?18:57
kfox1111should be good to go.18:57
kfox1111thx.18:58
srwilkersnp19:01
openstackgerritMerged openstack/kolla-kubernetes: Finish transitioning to the global api  https://review.openstack.org/41771719:02
kfox1111technosophos: name-type seems to be popular19:02
kfox1111^------- so it seems like that may be as defacto a convention as there is?19:02
*** dturner has joined #openstack-kolla19:03
sbezverkkfox1111: I gave my +219:04
*** satyar_ has joined #openstack-kolla19:05
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Remove unneeded file.  https://review.openstack.org/41852719:05
kfox1111sbezverk: thanks. :)19:05
kfox1111here's a real easy one. :)19:05
kfox1111I thought we had done this one a while ago.19:05
*** Bico_Fino has quit IRC19:06
*** satyar has quit IRC19:09
*** kproskurin has quit IRC19:09
*** sacharya_ has joined #openstack-kolla19:14
*** satyar_ has quit IRC19:14
*** satyar has joined #openstack-kolla19:15
sbezverkkfox1111: so is it ok then to merge helm-repo after I fix merge conflict?19:16
*** sacharya has quit IRC19:16
kfox1111sbezverk: yeah, and port to the global api?19:16
*** rhallisey has quit IRC19:17
inc0hey, so I've sent email to all the cores about process we'll take for adding new deliverables19:18
*** strigazi_AFK is now known as strigazi19:21
mliimadone inc0 :)19:23
inc0thanks19:23
inc0kfox1111, where should I put config for registry?19:23
sbezverkkfox1111: ok I wll give it ia try with global19:23
inc0in gates?19:23
kfox1111inc0: hmm.... probably setup_gate.sh19:24
kfox1111will need to load it pretty early,19:25
kfox1111and then later on there is a second that ssh's into the slave node and sets things up there too. probably should pull the tar/ingest at the begininng of that if block too.19:25
inc0yeah I guess we need to run registry on both19:26
kfox1111and in ceph_workflow.sh, there is a common_vars=... line19:26
inc0and change kolla-k8s to use 127.0.0.1:4000 images19:26
kfox1111should change that to docker_registry=....19:27
inc0hmm...where do you install docker in gates?19:27
inc0we need to setup insecure registry too19:27
kfox1111I've heard if the registry is http://127.0.0.1 it automatically sets insecure registry?19:28
kfox1111as its not really insecure.19:28
inc0no idea19:28
kfox1111k8s had a pattern they recommended,19:28
kfox1111where you run a registry via a daemonset bound to localhost to have it available everywhere.19:28
inc0ok let's try19:29
*** rhallisey has joined #openstack-kolla19:30
srwilkersrhallisey, o//19:32
*** strigazi is now known as strigazi_AFK19:32
*** salv-orl_ has quit IRC19:32
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855019:33
kfox1111inc0: for now, should it only be for zuul_branch = trunk?19:34
kfox1111well, I guess that is probably always true...19:34
inc0yeah, I copied it from ansible19:34
inc0just testing for noe19:35
inc0now19:35
*** pcaruana has joined #openstack-kolla19:37
*** satyar has quit IRC19:38
*** msimonin has joined #openstack-kolla19:41
*** satyar has joined #openstack-kolla19:43
*** sayantani01 has joined #openstack-kolla19:45
*** msimonin has quit IRC19:46
*** msimonin1 has joined #openstack-kolla19:46
*** des_consolado has quit IRC19:46
*** des_consolado has joined #openstack-kolla19:46
*** jtriley has quit IRC19:54
*** jtriley has joined #openstack-kolla19:56
openstackgerritJoshua Harlow proposed openstack/kolla: Add nova-cells docker building file (for those that use cells v1 or v2)  https://review.openstack.org/41811619:58
mliimaguys, need reviews here -> https://review.openstack.org/#/c/418482/, https://review.openstack.org/#/c/418467/ and https://review.openstack.org/#/c/417094/20:02
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages.  https://review.openstack.org/41855620:05
*** jtriley has quit IRC20:06
openstackgerritsatroutr proposed openstack/kolla-ansible: RabbitMQ cluster interface should not depend on primary hostname  https://review.openstack.org/40494420:10
*** mannamne has joined #openstack-kolla20:13
*** sacharya_ has quit IRC20:14
*** sacharya has joined #openstack-kolla20:15
*** Pavo has quit IRC20:17
*** sayantani01 has quit IRC20:19
*** gfidente is now known as gfidente|afk20:20
*** adrian_otto has quit IRC20:20
*** sayantani01 has joined #openstack-kolla20:22
*** sayantani01 has quit IRC20:28
*** sayantani01 has joined #openstack-kolla20:29
*** salv-orlando has joined #openstack-kolla20:33
openstackgerritMerged openstack/kolla: Improve kolla-build cmd help message  https://review.openstack.org/41645020:35
n0isyn0isere20:39
n0isyn0ise /part20:39
*** n0isyn0ise has left #openstack-kolla20:39
*** salv-orlando has quit IRC20:40
*** n0isyn0ise has joined #openstack-kolla20:40
*** jtriley has joined #openstack-kolla20:41
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855020:43
*** Bico_Fino has joined #openstack-kolla20:44
*** salv-orlando has joined #openstack-kolla20:49
*** msimonin1 has quit IRC20:49
*** msimonin has joined #openstack-kolla20:49
*** rhallisey has quit IRC20:54
inc0kfox1111, you're gating only on centos-binary?21:01
kfox1111centos-binary and ubunutu-binary21:01
inc0any chances we could do it on source?21:02
inc0I mean source gates are voting21:02
kfox1111just more jobs.21:02
inc0so if something is broken in binary gates, change can still merge21:02
kfox1111there alreayd is a var for binary. just need to add source to the list.21:02
kfox1111oh, for trunk?21:03
kfox1111cause binaries should vote for released packages.21:03
*** dave-mccowan has quit IRC21:03
*** wcb has joined #openstack-kolla21:06
openstackgerritJoshua Harlow proposed openstack/kolla: Add nova-cells docker building file (for those that use cells v1 or v2)  https://review.openstack.org/41811621:07
*** shananigans has quit IRC21:08
*** shananigans has joined #openstack-kolla21:08
*** irtermite has quit IRC21:08
sdakesbezverk alive?21:08
*** irtermite has joined #openstack-kolla21:09
sdakecloudnull jack of all trades, master of _many_ :)21:11
satyarhi sdake21:11
*** williamcaban has quit IRC21:11
cloudnullo/21:11
satyarplease review https://review.openstack.org/#/c/40494421:12
cloudnullsdake: did you need me /21:12
sdakecloudnull was just looking at your bio - it needs updating with the above ;-)21:12
cloudnulloh. my openstack bio ?21:12
sdakeon cloudnull.io21:12
cloudnullhaha.21:12
sdakesatyar i'll take a look21:13
satyarThanks sdake21:13
cloudnullI'm considering migrating that to medium . idk if i want to self host any longer.21:13
cloudnullsdake: hows the jeep ?21:14
cloudnullwas it a total loss? ;)21:14
* cloudnull would have claimed it21:14
cloudnull:p21:14
sdakecloudnull what happened tothe jeep?21:17
sdakekfox1111 have a review of satyar 's change - it affects kolla-kubernetes i suspect21:18
kfox1111sdake: which one?21:18
kfox1111https://review.openstack.org/#/c/404944 ?21:18
sdakeyup21:18
sdakeapi_interface is expanded with another ip rabbitmq_interface21:18
cloudnullsdake: https://twitter.com/robynbergeron/status/81820112772012851221:18
cloudnullto which i replied https://twitter.com/cloudnull/status/818288333235388416 :)21:19
sdakecloudnull the sad part is there is more bird crap in it that wasn't cleaned up:)21:19
kfox1111yeah. that may affect kolla-kubernetes.21:19
*** satyar has quit IRC21:20
kfox1111looks like s/api_interface/rabbit_interface/ ?21:20
sdakekfox1111 something like that but only for rabbitmq21:21
sdakeso we need another variable- but i think 3.0.2 is already tagged and ready to go21:21
sdakeso that can wait until we tag kolla-kubernetes21:21
kfox1111well, that looks like a ansible var.21:25
kfox1111the kolla-kubernetes ones has orchestration_engine == 'KUBERNETES in it.21:25
sdakekfox1111 oh - must have missed that21:26
*** jrobinson has joined #openstack-kolla21:28
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855021:30
*** schwicht has quit IRC21:31
*** Jeffrey4l_ has joined #openstack-kolla21:35
*** Jeffrey4l has quit IRC21:35
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855021:40
inc0kfox1111, so running registry in k8s with ceph backend would actually be pretty cool thing21:44
kfox1111they dropped ceph support from the registry. :/21:45
kfox1111they are recommending s3 though.21:45
kfox1111so you could deploy ceph+radosgw, then back a docker-registry with it.21:45
kfox1111not as simple as it use to be though. :/21:45
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them.  https://review.openstack.org/41858721:47
*** krtaylor has quit IRC21:47
inc0kfox1111, well just using k8s volume should be enough21:47
kfox1111that would work for a single instance.21:47
kfox1111not one per node ala daemonset.21:47
kfox1111do they have a shared fs backend?21:48
*** pcaruana has quit IRC21:48
inc0no idea21:48
kfox1111if they do, cephfs is another option.21:48
kfox1111been having good luck with it recently.21:48
kfox1111portdirect: srwilkers: second please? https://review.openstack.org/#/c/418527/21:49
srwilkersdone :)21:50
kfox1111thx. :)21:50
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages.  https://review.openstack.org/41855621:52
openstackgerritMerged openstack/kolla-kubernetes: Remove unneeded file.  https://review.openstack.org/41852721:52
*** fguillot has quit IRC21:55
kfox1111so, one last possible changeset...21:55
kfox1111were going to be cutting 0.4.0.21:55
kfox1111we currently have most of the containers pinned to 2.0.2 and a few 3.0.1.21:55
kfox1111but all the helm packages are named 3.0.0-121:55
kfox1111shoudl we rename them 0.4.0-1?21:56
kfox1111that way, we can decide later what version numbers to use and upgrades should still work.21:56
srwilkersi think thats a good idea, unless theres something preventing that21:56
sdakei think so21:56
sdakeshoul dbe a simple sed across the code base21:56
*** jtriley has quit IRC21:57
kfox1111yeah. I can do that ps right after the -type one goes through.21:57
kfox1111shoudl be easy.21:57
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Helm repository container and service  https://review.openstack.org/41747421:57
sbezverkkfox1111: could you please check helm-repo all.yaml21:58
sbezverkI want to make sure it follow the new api21:58
kfox1111will do21:58
sbezverkthank you, I have not changed templates yet22:01
kfox1111k22:02
kfox1111I'll just review all_vals then.22:02
kfox1111k. commented22:03
*** rhallisey has joined #openstack-kolla22:04
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them.  https://review.openstack.org/41858722:04
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages.  https://review.openstack.org/41855622:07
*** unicell has quit IRC22:07
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855022:07
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them.  https://review.openstack.org/41858722:07
*** adrian_otto has joined #openstack-kolla22:08
*** goldyfruit has quit IRC22:10
*** emmmork has quit IRC22:20
*** salv-orl_ has joined #openstack-kolla22:23
*** salv-orlando has quit IRC22:25
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages.  https://review.openstack.org/41855622:25
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them.  https://review.openstack.org/41858722:26
kfox1111inc0: you may need a test loop to check on the server until it shows.22:28
inc0why? docker should just work right?22:29
kfox1111well, there's a time when the container starts, but isn't surving yet.22:30
kfox1111docker has no machinsim to block until the server actually starts.22:31
kfox1111if you were to make a helm microservice package for it, we could reuse the wait_for_pod scripts.22:31
*** jheroux has quit IRC22:33
kfox1111otherwise, its not to hard to write the check loop.22:33
*** srwilkers has quit IRC22:33
kfox1111see function wait_for_vm in tests/bin/basic_tests.sh22:33
kfox1111could just curl the docker server until it shows.22:33
*** krtaylor has joined #openstack-kolla22:33
kfox1111and timeout if it takes too long.22:34
*** sayantani01 has quit IRC22:36
inc0yeah might be good idea, we run docker on loopback tho?22:36
kfox1111for which? storage? network?22:36
kfox1111api?22:37
inc0storage backend22:38
inc0we use devicemapper in gates22:38
inc0?22:38
kfox1111default. so probably devicemapper on centos and aufs for ubuntu.22:38
*** lrensing has quit IRC22:42
*** adrian_otto has quit IRC22:46
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages.  https://review.openstack.org/41855622:54
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them.  https://review.openstack.org/41858723:04
*** dave-mccowan has joined #openstack-kolla23:05
*** mannamne has quit IRC23:07
*** mannamne has joined #openstack-kolla23:08
*** Pavo has joined #openstack-kolla23:13
*** yangzb09_ has joined #openstack-kolla23:13
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages.  https://review.openstack.org/41855623:14
*** saneax-_-|AFK is now known as saneax23:17
*** MasterOfBugs has joined #openstack-kolla23:20
*** qwang has quit IRC23:21
*** akwasnie has quit IRC23:21
*** ediardo has quit IRC23:21
*** turvey has quit IRC23:21
*** qwang has joined #openstack-kolla23:21
*** akwasnie has joined #openstack-kolla23:22
*** turvey has joined #openstack-kolla23:22
*** nick-ma_ has quit IRC23:23
*** nick-ma_ has joined #openstack-kolla23:26
*** Bico_Fino has quit IRC23:26
*** kklimonda has left #openstack-kolla23:28
*** kklimonda has joined #openstack-kolla23:28
inc0kfox1111, soo...mind if I turn our dockers to btrfs?23:28
kfox1111think it matters?23:28
kfox1111its risky changing things.23:28
kfox1111if it will make things much faster though, probably worth it.23:29
kfox1111I've seen a slight but not significant difference between centos jobs and ubuntuo ones.23:29
inc0well it matters a lot on building images23:30
kfox1111we're not building images though?23:30
kfox1111I thought that was the point of using the tarballs?23:31
inc0no we're not23:31
*** rhallisey has quit IRC23:31
inc0so it might not be that bad23:31
kfox1111k. I'm just nervious the partitioning requirements will make it harder to get going. The various vm's in the gate have quite different setups in places.23:32
kfox1111networking for example's really weird on some ndoes.23:32
kfox1111nodes23:32
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Convert ceph-rbd and ceph-admin to microservice packages.  https://review.openstack.org/41855623:33
kfox1111thoguht I guess if your doing it in gate for kolla, you must have figured that part out already.23:34
inc0Jeffrey4l_, would be person to talk to23:34
inc0and SamYaple23:34
kfox1111yeah. so if you want, I guess its cool.23:35
*** ediardo has joined #openstack-kolla23:36
*** unicell has joined #openstack-kolla23:37
*** yangzb09_ has quit IRC23:39
*** mannamne has quit IRC23:41
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855023:47
kfox1111does centos support overlay2?23:47
*** inc0 has quit IRC23:48
*** lamt has quit IRC23:49
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Add -type to all microservices missing them.  https://review.openstack.org/41858723:53
sdakekfox1111 no23:56
kfox1111inc0 same issue: your trying to pull before the containers done starting.23:56
*** vhosakot has quit IRC23:56
kfox1111sdake: ok. I didn't think so.23:56
kfox1111its basically devmapper and btrfs right?23:57
*** Pavo has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!