Thursday, 2016-11-03

*** neilus has quit IRC00:00
*** bmace_ has quit IRC00:01
*** bmace_ has joined #openstack-kolla00:01
*** MarMat has quit IRC00:02
*** Guest92 has joined #openstack-kolla00:03
*** pprokop has quit IRC00:03
*** Guest92 is now known as rushil00:04
*** cj has quit IRC00:06
*** tonanhngo has quit IRC00:06
dmsimardansible 2.2 is out00:09
dmsimardand goddamn it's fast00:09
dmsimardand the new include_role task is magic00:09
rushilHey. I attended the Kolla sessions at the Summit and was part of couple design sessions as well. I have worked with Cinder and Neutron projects in the past. I want to contribute to the kolla-kubernetes project. Please let me know if there is something i can do00:10
*** jtriley has joined #openstack-kolla00:10
sdakerhallisey ^^00:10
sdakecool dmsimard i'll have to give it a go and see if it breaks kolla ;-)00:11
sdakenothign worse then drinking a 3 day old pepsi00:11
dmsimardsdake: I upgraded our testing framework from 2.0.x to 2.2 and the difference is quite significant but there was also a lot of broken stuff00:11
dmsimardespecially around dynamic (conditional) includes but I think that predates 2.2 and was introduced sometime in 2.100:11
sdakerushil so we have a couple areas of investigation at present00:12
sdakehelm is one, entrypoint is another00:12
sdakewhat we need is a mechanism to handle dependencies effectively00:12
sdakewhen launching and restarting services00:12
sdakethe entrypoint thing may be a better solution for us00:13
sdakehowever, we also have some python code that does some similar work as entrypoint00:13
sdakeif you want to prototype a container (such as mariadb or keystone) using entrypoint that would be interesting to see00:13
sdakekeysotone may be better00:13
sdakethat way we can choose between entrypoint and helm00:14
sdakeor possibly a combination thereof00:14
sdakerushil does the above make sense to you? ^^00:14
sdakerushil another point that is needed is a versoin field must be added to every json blob that launches a container00:15
sdakerushil this is kind of gruntish work but might help you understand the directory layout before we destroy the universe shortly00:15
rushilsdake: Why don't we use ansible to do this?00:16
sdakewe want a native kubernetes implementation00:16
sdakeansible = ansible implementation kubernetes = kubernetes implementation00:16
sdakewe are splitting the repositories00:16
rushilsdake: The python code that you talked about. Is that fully baked?00:16
sdakemoment - picture coming up00:16
sdakepython code is super baked00:17
*** neilus has joined #openstack-kolla00:17
*** Pavo has quit IRC00:18
sdakehttps://www.gliffy.com/go/share/sg9fc5eg9ktg9binvc8900:18
sdakethis is how we are destroying the universe ^^00:19
sdakewhat needs to happen is python code and entrypoint code need to coexist00:20
asalkeldimho you need something on top of kubernetes to do deps, so just use ansible00:22
rhalliseysdake, yo00:23
sdakeasalkeld that is what this entrypoint thing does00:24
sdakeasalkeld apparently00:24
rhalliseyasalkeld, you could.  We were looking at that.  I think it'd be better to have to kubernetes native00:24
asalkeldrhallisey: k8s as you know doesn't do deps tho'00:24
rhalliseyineed00:24
rhalliseyindeed00:24
asalkeldand imho shouldn't00:25
rhalliseyI mean another project within that community00:25
asalkeldlayering is powerful00:25
rhalliseyso helm or something00:25
asalkeldmeh, another "not built here"00:25
sdakeasalkeld one way to think of this entrypoint code is what was done with kolla-mesos00:25
rhalliseyrushil, hey :)00:25
asalkeldsdake: not sure that was the best idea00:26
rushilrhallisey: Hi00:26
sdakeasalkeld ya i warned you early on iirc ;-)00:26
*** Pavo has joined #openstack-kolla00:26
sdakeasalkeld hence my hesitance to use it00:26
rhalliseyrushil, sorry I didn't get to say hi at summit. I was running all over the place00:26
rushilrhallisey: I understand00:27
sdakeok guys - I've got a new one00:27
sdakethere are 4 lights00:27
sdakefirst person to figure out the answer - wins a kolla coin00:27
rushilrhallisey: It was nice bumping into you at the summit00:27
rhalliseyrushil, ya for sure00:28
* rhallisey wants the kolla coin00:28
sdakethere are 4 lights rhallisey00:28
sdakefigure out the answer00:29
sdakefirst person to email me an answer wins ;)00:29
v1k0d3nsdake: i think that using an orchestrator to deploy kolla-kubernetes is the wrong approach really, but something needs to handle dependancies.00:29
rhalliseyI'm confused what you're asking00:29
sdakev1k0d3n agree on both accounts00:29
*** ssurana has quit IRC00:29
sdakerhallisey at end of ocata cycle if nobody has figured it out, i'll give the answer00:29
sdake4 lights..00:29
sdakeso - nobody ever asked me about anestaphine until this week00:30
rhalliseythat doesn't me anything to me00:30
v1k0d3nso it could be handled via helm, which like i said at the summit could be handled with helm.00:30
sdakerhallisey internet dude, internet00:30
v1k0d3nthat puts it back upstream on kubernetes, but allows all users of kolla to contribute to it.00:30
sdakev1k0d3n i think there is a meme for that00:30
*** yingjun has joined #openstack-kolla00:30
v1k0d3nand seems like helm could possibly handle dependancies.00:30
sdakev1k0d3n ya i think helm is the right answer too, but it needs to understand deps that it is responsible for or linked to00:31
*** yingjun has joined #openstack-kolla00:31
rhalliseyhere's what I think,  we need to be very careful when trying to deal wiht orchestration here00:31
v1k0d3nseemed like some folks (which i'll keep out of this) would like to see some sort of controller to handle this.00:31
v1k0d3nwe're going to build a PoC00:31
rhalliseywe need to be agile and consumable like ansible00:31
rhalliseywhich is diffucult with entrypoint00:31
v1k0d3nwell, a container isn't horrible. that's basically what entrypoint container does.00:32
rhalliseywe need have good operator visibility, which requires good orchestration00:32
rhalliseywe have none of that with existing tools00:32
v1k0d3njust handles the dependency order in a logical fashion.00:32
v1k0d3nif you don't need it, don't deploy it.00:32
v1k0d3nhelm can do that.00:32
*** Pavo has quit IRC00:32
rhalliseywell what I'm worried about is beyond the benifits of using kubernetes this tools needs to be easily operable00:33
rhalliseykubernetes is relatively now because everything is cattle00:33
rhalliseyfor the most part00:34
v1k0d3nnot sure what the worry is.00:34
v1k0d3nkubernetes isn't a deployment tool really with orchestration benefits (for dependency handling). that's the part that helm adds.00:35
rhalliseywell if we have deps setup and a way to deploy, the tool needs to be intuitive00:35
v1k0d3nif you use ansible than opinions enter into the mix00:35
v1k0d3nkolla becomes less friendly to operators.00:35
v1k0d3nhelm is remains upstream00:35
v1k0d3nrhallisey: did you see the links above?00:35
rhalliseyI'm not arguing for anything, just sharing my thoughts00:36
rhalliseyI'll look00:36
v1k0d3nyeah, i know...it's just a discussion.00:36
v1k0d3nsharing ideas00:36
rhalliseyI think openshift has somehting similar here00:37
sdakeya share ideas00:37
rhalliseyinteresting00:37
sdakethats how we get the job done00:37
rhalliseybut anyway my point is: even if we build helm to fill the gap what do we end up with?00:37
v1k0d3nyou mean build the helm charts?00:38
v1k0d3nwe end up with kubernetes deployed openstack with dependency handling. no need for ansible bits.00:38
dmsimardFWIW you guys probably saw this but throwing it here anyway: https://techcrunch.com/2016/10/26/coreos-launches-its-openstack-on-kubernetes-project-as-a-technical-preview/00:39
*** Pavo has joined #openstack-kolla00:40
v1k0d3ni'd like to see the projects merge.00:40
v1k0d3nit was kolla to start with.00:41
sdakefire flew from hsi fingertips and he rosined up his bow00:41
rhalliseyidk00:41
v1k0d3nbut there was a depends issue with kubernetes, which is why they created the kubernetes-entrypoint container i posted earlier.00:41
v1k0d3ndmsimard: ^^00:41
dmsimardv1k0d3n: yeah I have no clue about it, you guys are the pros :)00:42
* dmsimard hasn't even tried k8s yet00:42
v1k0d3nhaving these separate projects is not exactly "awesome" for the overall community.00:42
v1k0d3nwhat's operators really care about is some rockin' artifacts at the end of the day...00:43
dmsimardI don't think CoreOS has a lot of vested interest in community stuff00:43
dmsimardThey want to make money :)00:43
v1k0d3nartifacts that allow for flexible deployments, but isn't opinionated about how it's deployed00:43
v1k0d3ndmsimard: they're making $$ off of that?00:43
rhalliseydoubt it00:44
sdakewho cares00:44
rhalliseythey want people to think about it00:44
sdakethe question is what is the right technical answer00:44
v1k0d3nit's free...all open source.00:44
v1k0d3nlead developer is quentin: https://github.com/Quentin-M/stackanetes00:44
rhalliseysdake, hard question.  No clear answer00:45
asalkeldso background with deps (i wrote the kolla-meso start script which did deps within the container using zookeeper):00:45
asalkeldmirantis has a deps project too: https://github.com/Mirantis/k8s-AppController00:45
sdakezookeeper - eww ;)00:45
asalkeldtop down00:45
sdakeasalkeld i pointed people at that00:45
sdakeor we could just write our own controller00:45
v1k0d3njust talked to him at the summit...i think they would honestly like to merge. that k8s depends issue is what they needed. at the time, kolla was using ansible. they needed/wanted a container.00:46
sdakei hear they are 150-250 lines of go plugin stuff00:46
v1k0d3nyeah, a controller would be the way to go.00:46
sdakev1k0d3n talked to him who?00:46
v1k0d3nsdake: i really like that approach.00:46
sdakecontroller needs to handle restart00:46
sdakelets throw more fuel on fire!!00:46
v1k0d3ni talked to quentin/coreos00:46
sdakerhallisey 4 LIGHTS00:46
rhalliseywas that suppose to be a pun00:46
sdakenot a pun00:47
sdakecomon dude, use the internets00:47
rhalliseyno your other line00:47
rhalliseyk hold on00:47
sdakewhich one00:47
v1k0d3nthis is getting hard to follow :)00:47
v1k0d3nlol00:47
sdakethe fingertips one?00:47
sdakethat is a musician playing on my tube audio atm00:47
rhalliseyfuel on fire00:47
sdakeoh no00:47
sdakemy kids do puns00:48
sdakemy wife do puns00:48
sdakei dont do puns00:48
sdakeI have a red sticker on my badge that says "no puns"00:48
Pavoexit00:48
Pavoopps lol00:48
sdakehey look we have 142 users in channel00:48
sdakei wonder if there is some secret learned at 14200:49
sdakegod i hope i dont have to live that long to find out ;)00:49
v1k0d3nlol00:49
rhallisey2 + 2 = 500:49
rhalliseysdake, did I get it?00:49
sdakesource is what00:49
rhalliseyOrwell00:50
sdakewrong source00:50
sdakeclose :)00:50
v1k0d3nso we're going with helm and a controller container?00:50
rhalliseyStar treck00:50
sdakev1k0d3n i think its unknown00:50
v1k0d3nbtw...i actually do think that's a good idea :D00:50
sdakerhallisey got an episode link00:50
v1k0d3nbecause...00:50
rhalliseyI don't00:50
sdakefind episode link00:51
sdakeput in topic channel as first thing00:51
rhalliseywhy lol00:51
sdakemail me your address :)00:51
v1k0d3nthen we could allow operators to downgrade too, with possible depends handling.00:51
sdakewell i assume yo uwill watch the episodes00:51
sdakei need your address to mail you koalla coin00:52
sdakedamn that was too easy00:52
sdakezomg downgrade00:52
sdakelets try to leave that out for now - openstack is not designed to downgrade dbs00:52
dmsimardsdake: I must've missed you in BCN ? I briefly crossed Robyn00:52
rhalliseysdake, I'll txt you it00:53
asalkeldso +1 for top down deps (in container stuff seemed wrong to me after a while - too much logic in a container)00:53
rhalliseyasalkeld, agreed00:53
*** eaguilar has quit IRC00:53
sdakedmsimard customers meetings back to back coupled with presentations00:54
sdakedmsimard but ya, i missed alot of design sessions- i could really only attend the last day00:54
sdakePTG should fix that00:54
asalkeld(also you can't use a generic docker image as yu need to insert magic entry point)00:54
sdakethen i can be a corporate slave during summit instead of when designing software00:54
sdake;-)00:54
Pavoso.... who wants to teach me how to use Ceph00:54
Pavolol00:54
sdakerhallisey phone is out of juice00:54
sdakerhallisey use ure phone to email00:54
sdakebut needs to be in the topic00:54
rhalliseyanyway..00:56
rhalliseywe'll start with helm00:56
rhalliseywrite some charts00:56
rhalliseyidentify gaps00:56
rhalliseylook at the entrypoint piece00:56
rhalliseythat way we can start eliminated options00:57
asalkeldLoL: always good to start with eliminated options00:57
rhalliseyeliminating*00:58
sdakerhallisey elimiating options is the worst thing you can do in brainstorming00:58
v1k0d3nlol00:58
sdakebtw - did you find the episode link00:58
v1k0d3nbunch of wise spellcheckers in here! lol00:58
rhalliseysdake, we eliminated docker-compoe didn't we00:59
asalkeld:-)00:59
rhalliseypart of the process00:59
*** phuongnh has joined #openstack-kolla00:59
v1k0d3nwait...we eliminated compose?00:59
v1k0d3nwhy?00:59
sdakethat was after implmenetation00:59
sdakenot during brainstorming00:59
rhalliseyit was00:59
v1k0d3ndocker-compose is awesome.00:59
sdakev1k0d3n single node00:59
v1k0d3njk00:59
rhalliseyv1k0d3n, we had a race condition01:00
rhalliseybecause of the dependany management!01:00
v1k0d3nso rhallisey....i asked deis if they'd be willing to help with charts for kolla/openstack.01:00
v1k0d3ni think they're receptive to helping. waiting for feedback sometime this week. was going to talk to gabe at kubecon.01:00
rhalliseyok01:01
rhalliseyI think the charts won't be to hard01:01
v1k0d3nso i'll know more soon. with that, i think we'd be really good.01:01
sdakev1k0d3n i'll be at kubecon01:01
sdakei guess they can talk to me ;)01:01
rhalliseyI'll try and get the first one in tmr01:01
rhalliseyv1k0d3n, ya idk if I'll be there01:01
v1k0d3noh awesome! sdake then they can talk to both of us?01:01
sdakeyou wil lbe there?01:01
v1k0d3ndidn't know you'd be there. that's awesome.01:01
sdakesounds like a winner to me01:01
v1k0d3nyeah, i'll be there.01:01
asalkeldwho goes and names their project "go"? https://www.go.cd/ (ci/cd system)01:01
v1k0d3nglad you're going too!01:02
sdakewww.go.foxtrot.youtube01:02
PavoI am gonna try and make the Atlanta one01:02
sdakepavo cool will be good to meet ya01:02
Pavoyeah it will01:02
v1k0d3nPavo: will be good to have you!01:02
Pavodunno if I have to be in uniform or not yet01:02
sdakewhatever works, although they probably dont allow guns ;)01:02
* sdake shakes fists at our government01:03
Pavolol no guns01:03
v1k0d3nPavo: uniform?01:03
Pavoyeah I'm military01:03
v1k0d3nah, thought so. what branch?01:03
PavoArmy01:03
Pavowhen is the Atlanta event again01:03
PavoFeb?01:03
sdakeroger01:04
Pavorgr01:04
v1k0d3nnice! i didn't a lot of work for some folks at lackland. used to work with military a lot.01:04
v1k0d3n*did01:04
Pavonice01:04
Pavobeen in for 17yrs now01:04
Pavo3 more yrs01:05
Pavocan't wait to retire01:05
Pavolol01:05
v1k0d3ndamn. you're a lifer.01:05
Pavothen I can get a good paying job01:05
sdakerhallisey - whats going on with the search for 4 lights01:05
v1k0d3nthat's a way of life at that point01:05
Pavoworking Cyber defense has opened all kinds of doors for me01:05
rhalliseysdake, what do you need from me01:05
sdakerhallisey startrek episode - you said startrek01:06
rhalliseyI thought I found the answer :)01:06
sdakelets go with that01:06
rhalliseyok01:06
sdakeyou found part of the answer01:06
sdakethe real answer is in the episode01:06
v1k0d3nyeah, but your benefits can't be beat! :)01:06
sdakethat i'd like people to watch - by seeing it in the channel topic01:06
sdakev1k0d3n my benefits are pretty rockin :)01:06
Pavook having an issue01:06
sdakev1k0d3n but then again, I don't really know what military benefits are01:06
PavoI can ping my kolla_internal_vip_address but when I try to web to it get connection refused01:07
Pavosame for kibana port01:07
sdakepavo try sudo systemctl firewalld stop01:08
sdakeon the controller node01:08
sdakepavo also need docker ps -a | fpaste01:08
Pavoyeap that was it01:09
Pavothought the playbook would take care of that on target nodes01:09
sdakepavo ya i think the memo got missed on that one01:09
sdakepavo mind filing a bug01:09
Pavosure01:10
rhalliseysdake, sent you the link01:10
Pavowhat is the ml2 mappings by default btw01:12
Pavowhat do you get if you go to ddi.hopto.org01:15
jascott1pavo i tried but got flagged by security, probably cause its dynamic dns01:16
*** zhubingbing_ has joined #openstack-kolla01:16
Pavoyeah01:16
jascott1pavio now I get horizon login01:17
jascott1pavo01:17
Pavonice01:17
Pavo144 vcus, 512Gb ram and once I figure out how to either use Cinder or Ceph will have 30Tb storage01:18
jascott1might want to throw some TLS in there :)01:18
Pavoyeah this is my first test01:18
*** zhurong has joined #openstack-kolla01:18
*** rushil has quit IRC01:20
*** eaguilar has joined #openstack-kolla01:20
*** v1k0d3n has quit IRC01:23
*** v1k0d3n has joined #openstack-kolla01:23
sdakerhallisey sent my response back - waiting for topic change ;)01:24
*** v1k0d3n has quit IRC01:24
sdakerhallisey even if nobody else watches it, I expect you to :)01:24
*** v1k0d3n has joined #openstack-kolla01:24
Pavook so now I have a finished deployment, need someone to explain to me the networking piece01:25
sdakepavo - groan :)01:25
sdakepavo try bjolo in the morning i think :)01:25
Pavoneed to build a External Network01:25
Pavooh ok01:26
Pavosounds good01:26
sdakemy mortal form grows weary01:26
sdakeneed to eat01:26
sdakepavo - you need a router for your network01:26
sdakejeffrey4l can also help get you going01:26
sdakeor sbezverk01:26
sdakebut he is on pto for a week or two iirc01:26
sdakejeffrey4l should be in in an hour or two01:26
sdakepavo i'd help you but i can barely get my network rolling01:26
sdakefwiw I use init-runonce01:27
sdakeyou might look it over01:27
Pavoits all good sdake01:27
sdakerhallisey need a little help?01:33
sdakei guess rhallisey went to bed :)01:34
Pavoso if I reboot the nodes will all the services come back up themselves?01:34
sdakepavo thats the theory01:34
Pavook testing01:34
sdakeif yoru docker daemon is new enough a docker restart will also not trigger a complete restart of your cluster01:34
Pavostill need to figure out this Cinder thing, Horizon is only showing 49Gb but I have a cinder-volume of 30Tb01:35
rhalliseysdake, I'll check it out01:35
sdakepavo are you using ceph?01:35
Pavonot yet01:35
Pavousing Cinder01:36
sdakepavo where are you getting the 30tb?01:36
Pavobut wanna switch to Ceph01:36
sdakecinder uses ceph01:36
Pavothen I guess lvm01:36
Pavohell I dunno lol01:36
sdakerun df | fpaste01:36
Pavoonce the nodes come back up I will01:36
PavoI just did what this said to do01:37
Pavohttp://docs.openstack.org/developer/kolla/cinder-guide.html01:37
Pavosdake https://paste.fedoraproject.org/469278/14781372/01:41
Pavosdake when I do a lsblk I g=have this01:41
Pavohttps://paste.fedoraproject.org/469281/13728414/01:41
sdakepavo your cinder volumes are coming from line 201:41
Pavosdb                                                                                           8:16   0 30.6T  0 disk01:42
Pavoso how do I make it use the right one?01:42
sdakeline 9 (where you want your ceph volume ) is mounted as /home01:43
sdakesurely ou dont need 30tb for /home01:43
sdakepersonally i run without lvm01:43
sdakeand do a manual partition01:43
sdakesince your already using lvm01:43
Pavowell I have never used Ceph before and wince I come from Packstack which used lvm and cinder01:43
sdakeyou can use e2fsresize to srhink /dev/mapper/centos-home to somethign more reasonable01:44
sdakeyou need to remove /dev/sdb from the pv01:44
sdakenot sure how to do that01:44
sdakepvmove i think01:44
Pavook I'll play around with it01:44
sdakestackthing has the answer01:44
Pavoworst thing that could happen is I have to re install01:44
sdakeyup - if you reinstall do a manual formatting01:45
Pavostackthing?01:45
sdakejetlag, tired, the stackoverflow website01:45
Pavoah ok01:45
Pavowell atleast I have made some progress today01:46
*** sdake has quit IRC01:50
*** rhallisey has quit IRC01:52
jascott1pavo it would be great if you could capture your experience and pain points for future generations :)01:55
Pavohave been documenting every cmd01:55
Pavoand documenting steps on how to get things working01:56
*** sdake has joined #openstack-kolla01:57
Pavolike the mapping thing, no where in the docs does it tell you the mapping for physical NICs, when you create a network in Openstack you have to give it a mapping01:57
Pavoexample would be something like physnet0:eth001:57
Pavowhich is in ml2.ini I believe01:58
jascott1cool yeah thats the stuff01:59
sdakepavo - those are in the openstack docs02:02
sdakepavo - automating that is difficult since we dont know what your interface vs mappings interest is ahead of time02:03
Pavocouldn't that be automated by using the neutron_external_interface02:04
Pavofrom globals02:04
sdakenot a networking expert02:04
sdakei can barely get neutron to work correctly02:05
sdakeand by barely i mean i need support of 3 or 4 people internally that are CCIE's :)02:05
*** jtriley has quit IRC02:05
Pavowell mapping has to happen somewhere because nothing would work if it doesn't have it02:06
Pavowould never be able to create any networks02:06
PavoI'll take a look at it tomorrow, gonna drink some beer tonight and relax02:07
sdakepavo we had default physnetone mapping02:07
sdakebut i think that is gone now02:07
*** tonanhngo has joined #openstack-kolla02:07
sdakei bought a bottle of zacapa XO when I got to the states02:07
sdakemaybe i'll go pour that in a glass and drink it :)02:07
sdakethe other rum i wanted to buy was stolen02:08
* sdake grrs02:08
PavoI have a kegerator here at home with a keg of bud light02:08
Pavo:)02:08
sdakelol02:08
PavoI'm not a liquor drinker02:08
*** jtriley has joined #openstack-kolla02:10
*** tonanhngo has quit IRC02:11
openstackgerritchenyingnan proposed openstack/kolla: Fix typo in ansible/roles/haproxy/templates/haproxy.cfg.j2  https://review.openstack.org/39262102:18
*** v1k0d3n has quit IRC02:20
*** zhubingbing_ has quit IRC02:34
*** zhubingbing_ has joined #openstack-kolla02:34
*** neilus has quit IRC02:37
*** eaguilar has quit IRC02:43
*** n3v3rm0r3r has joined #openstack-kolla02:51
*** awiddersheim has quit IRC02:51
*** eaguilar has joined #openstack-kolla02:52
*** awiddersheim has joined #openstack-kolla02:53
*** schwicht has quit IRC02:55
*** dave-mccowan has quit IRC02:57
*** neilus has joined #openstack-kolla03:13
*** neilus has quit IRC03:18
*** eaguilar has quit IRC03:21
*** saneax has joined #openstack-kolla03:22
*** haplo37 has quit IRC03:26
*** g3ek has quit IRC03:27
*** haplo37 has joined #openstack-kolla03:29
*** g3ek has joined #openstack-kolla03:29
*** jtriley has quit IRC03:44
*** Jeffrey4l has joined #openstack-kolla03:54
*** coolsvap has joined #openstack-kolla03:55
*** tummy has joined #openstack-kolla03:57
openstackgerritJeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: TEST NEWTON BRANCH  https://review.openstack.org/38698104:00
*** MarMat has joined #openstack-kolla04:01
*** mark-casey1 has joined #openstack-kolla04:06
*** jtriley has joined #openstack-kolla04:09
*** jtriley has quit IRC04:14
*** absubram_ has joined #openstack-kolla04:25
*** tummy has quit IRC04:26
*** saneax is now known as saneax-_-|AFK04:27
*** absubram_ is now known as absubram04:28
*** tovin07 has joined #openstack-kolla04:37
openstackgerritMerged openstack/kolla: Updated from global requirements  https://review.openstack.org/39273504:37
*** mark-casey1 has left #openstack-kolla04:39
*** ntpttr has quit IRC04:41
*** ntpttr has joined #openstack-kolla04:45
*** absubram has quit IRC04:46
*** neilus has joined #openstack-kolla05:01
openstackgerritdupengfei proposed openstack/kolla: Fix: 'memcached_servers' is miswrited to 'memcache_servers'  https://review.openstack.org/39308805:03
*** jtriley has joined #openstack-kolla05:03
*** neilus has quit IRC05:06
*** jtriley has quit IRC05:13
*** tummy has joined #openstack-kolla05:15
*** tummy has quit IRC05:16
openstackgerritJeffrey Zhang proposed openstack/kolla: Bump openstack_release to 3.0.2  https://review.openstack.org/39309005:17
openstackgerritJeffrey Zhang proposed openstack/kolla: Change workers in murano service  https://review.openstack.org/39309105:24
*** v1k0d3n has joined #openstack-kolla05:28
openstackgerritJeffrey Zhang proposed openstack/kolla: Enable and run tempest smoke test in gate  https://review.openstack.org/39033705:33
*** tummy has joined #openstack-kolla05:40
openstackgerritprameswar proposed openstack/kolla: nova-spicehtml5proxy dependency package added  https://review.openstack.org/39289605:47
*** openstackgerrit has quit IRC05:48
*** openstackgerrit has joined #openstack-kolla05:48
*** v1k0d3n has quit IRC05:54
*** MarMat has quit IRC06:01
*** MarMat has joined #openstack-kolla06:03
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH  https://review.openstack.org/32630706:09
*** jtriley has joined #openstack-kolla06:09
*** tummy has quit IRC06:09
*** jtriley has quit IRC06:14
openstackgerritprameswar proposed openstack/kolla: disable firewall in bootstrap-server  https://review.openstack.org/39310206:22
*** zhurong has quit IRC06:25
*** zhurong_ has joined #openstack-kolla06:25
*** CBR09 has joined #openstack-kolla06:39
*** mmoster has joined #openstack-kolla06:39
*** mgoddard has quit IRC06:40
*** saneax-_-|AFK is now known as saneax06:43
*** duonghq has joined #openstack-kolla06:51
openstackgerritJeffrey Zhang proposed openstack/kolla: Move precheck into its own role  https://review.openstack.org/39311706:55
openstackgerritprameswar proposed openstack/kolla: baremetal group defined in all-in-one  https://review.openstack.org/39311806:58
*** flaper87 has joined #openstack-kolla07:00
*** flaper87 has quit IRC07:00
*** flaper87 has joined #openstack-kolla07:00
*** zhurong_ has quit IRC07:03
*** mnasiadka has joined #openstack-kolla07:03
*** jtriley has joined #openstack-kolla07:03
*** zhurong has joined #openstack-kolla07:04
*** jogam has quit IRC07:04
*** jogam has joined #openstack-kolla07:05
*** jtriley has quit IRC07:08
*** jogam has quit IRC07:09
*** jogam has joined #openstack-kolla07:09
*** msimonin has joined #openstack-kolla07:26
*** msimonin has quit IRC07:32
*** tonanhngo has joined #openstack-kolla07:36
*** openstackgerrit has quit IRC07:48
*** openstackgerrit has joined #openstack-kolla07:48
*** jmccarthy has quit IRC07:49
*** jmccarthy has joined #openstack-kolla07:50
*** MarMat has quit IRC07:50
*** g3ek has quit IRC07:52
*** fragatina has joined #openstack-kolla07:53
*** fragatina has joined #openstack-kolla07:53
*** haplo37 has quit IRC07:55
*** haplo37 has joined #openstack-kolla07:57
*** jtriley has joined #openstack-kolla07:57
*** g3ek has joined #openstack-kolla08:00
openstackgerritDuong Ha-Quang proposed openstack/kolla: Implement Keystone zero-downtime upgrade  https://review.openstack.org/38854408:02
*** tonanhngo has quit IRC08:02
sdakeJeffrey4l any idea on the gate bustage?08:03
*** tonanhngo has joined #openstack-kolla08:03
Jeffrey4ltwo issue now. centos keystone package is changed. i am working on this now.08:03
Jeffrey4labout the ubuntu gate, no idea.08:03
Jeffrey4lseem there is a issue in the ubuntu image. systemctl status do not work.08:04
sdakeya i was going to get to it but it took all day for my patches to revert08:04
Jeffrey4lneed find some infra guy to check.08:04
sdakethis is for biforst?08:04
sdakeoh the infra image08:04
Jeffrey4lsorry? bifrost?08:04
Jeffrey4lyep.08:04
Jeffrey4linfra image08:04
Jeffrey4lsdake, check this http://logs.openstack.org/07/326307/23/check/gate-kolla-dsvm-build-ubuntu-binary-ubuntu-xenial-nv/312b927/console.html#_2016-11-03_06_10_19_19724308:05
Jeffrey4lFailed to connect to bus: No such file or directory08:05
sdakedbus isn't running08:05
sdakethis may something that needs to go in bindeps08:05
sdakei'll look at it now08:05
Jeffrey4li think so. shouldn't the dbus run automatically?08:06
Jeffrey4lcool08:06
Jeffrey4li think so/i do not think so08:06
sdakeit may have been stripped08:06
*** jtriley has quit IRC08:07
*** neilus has joined #openstack-kolla08:07
Jeffrey4lbut it is required by systemd.08:07
Jeffrey4lhow it is possbile.08:07
*** b_bezak has joined #openstack-kolla08:09
Jeffrey4lany idea for this approach https://review.openstack.org/39311708:09
Jeffrey4lsdake, ^^08:09
openstackgerritSteven Dake proposed openstack/kolla: Make Ubuntu gate work  https://review.openstack.org/39315708:09
sdakeyou want me to think at 1am? :)08:10
sdakelooks good to me08:10
Jeffrey4lsorry... forget your time.08:10
Jeffrey4lget some sleep ;)08:11
*** msimonin has joined #openstack-kolla08:11
sdakeonce im awake i'm awkae08:12
sdakeuntil i pass out again this afternoon i guess08:12
sdakejetlag ftl08:12
*** mnasiadka has quit IRC08:13
*** mnasiadka has joined #openstack-kolla08:15
*** jowisz has joined #openstack-kolla08:18
*** alteriks has joined #openstack-kolla08:19
*** athomas has joined #openstack-kolla08:22
*** neilus has quit IRC08:27
*** matrohon has joined #openstack-kolla08:29
*** steve-noyes has joined #openstack-kolla08:29
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix keystone image building issue  https://review.openstack.org/39316108:30
*** mkoderer has joined #openstack-kolla08:30
*** mdnadeem_ has quit IRC08:35
*** bhjis has quit IRC08:36
*** shardy has joined #openstack-kolla08:36
*** neilus has joined #openstack-kolla08:36
*** mandre has joined #openstack-kolla08:44
openstackgerritcaoyuan proposed openstack/kolla: Move the clean tools fuction from cleanup_host.yml  https://review.openstack.org/39316808:46
zhubingbing_sdake around09:02
sdakeshoot09:02
zhubingbing_https://github.com/openstack/kolla/commit/c1d80d3410a5f719f6b56f827158d96e2c9b793b09:02
zhubingbing_i think this commit can back port to stable/newston09:02
sdakezhubingbing_ did you cherrypick it already09:05
sdakei am getting a merge conflictin th gerit ui09:05
sdakeits all set for a backport09:05
zhubingbing_sure09:05
zhubingbing_ok . i fix it09:05
*** msimonin1 has joined #openstack-kolla09:06
*** tonanhngo has quit IRC09:08
*** msimonin has quit IRC09:10
*** naresht has joined #openstack-kolla09:10
*** zhurong has quit IRC09:14
*** portdirect_away is now known as portdirect09:19
*** f13o_ has quit IRC09:26
openstackgerritprameswar proposed openstack/kolla: added kibana reconfigure  https://review.openstack.org/39318209:27
openstackgerritChristian Berendt proposed openstack/kolla: Deploy Telegraf on all nodes  https://review.openstack.org/38888509:27
openstackgerritzhubingbing proposed openstack/kolla: grafana added to haproxy to listen on VIP  https://review.openstack.org/39318309:27
openstackgerritprameswar proposed openstack/kolla: added kibana reconfigure  https://review.openstack.org/39318409:29
openstackgerritprameswar proposed openstack/kolla: added kibana reconfigure  https://review.openstack.org/39318609:29
*** imcsk8 has quit IRC09:31
*** imcsk8 has joined #openstack-kolla09:31
*** zhubingbing_ has quit IRC09:38
*** zhubingbing_ has joined #openstack-kolla09:39
*** Serlex has joined #openstack-kolla09:43
*** pprokop has joined #openstack-kolla09:46
*** zhurong has joined #openstack-kolla09:49
openstackgerritChristian Berendt proposed openstack/kolla: Remove Fedora support  https://review.openstack.org/35944709:50
openstackgerritprameswar proposed openstack/kolla: disable firewall in bootstrap-server  https://review.openstack.org/39319709:51
*** imcsk8 has quit IRC09:54
*** imcsk8 has joined #openstack-kolla09:54
openstackgerritAndrew Liu proposed openstack/kolla: Changed the start script name in cinder-volume  https://review.openstack.org/39320109:58
*** jtriley has joined #openstack-kolla09:58
*** zhurong has quit IRC10:02
*** tovin07 has quit IRC10:04
*** f13o_ has joined #openstack-kolla10:05
*** jtriley has quit IRC10:08
openstackgerritVladislav Belogrudov proposed openstack/kolla: Check api_interface instead of network_interface  https://review.openstack.org/38665410:10
*** yingjun has quit IRC10:12
*** mgoddard has joined #openstack-kolla10:14
*** pbourke has quit IRC10:21
*** pbourke has joined #openstack-kolla10:25
*** Guest92 has joined #openstack-kolla10:33
*** CBR09 has quit IRC10:37
*** ppalacios has joined #openstack-kolla10:39
*** duonghq has quit IRC10:41
sdakeis thejohn about?10:44
sdakeok cats, we are going to have to freeze the repo to do a repo split10:44
sdakeor another alternative is to submit patches to both repos at same time10:45
pbourkesdake: do we have a plan for the steps involved10:51
*** rhallisey has joined #openstack-kolla10:53
*** phuongnh has quit IRC11:02
*** Guest92 has quit IRC11:02
*** Guest92_ has joined #openstack-kolla11:02
*** jtriley has joined #openstack-kolla11:04
*** dave-mccowan has joined #openstack-kolla11:05
pronwhat repo split ?11:08
*** jtriley has quit IRC11:09
*** absubram has joined #openstack-kolla11:13
*** absubram_ has joined #openstack-kolla11:14
*** absubram has quit IRC11:17
*** absubram_ is now known as absubram11:17
*** tonanhngo has joined #openstack-kolla11:20
*** steve-noyes1 has joined #openstack-kolla11:22
*** steve-noyes has quit IRC11:24
*** tonanhngo has quit IRC11:24
*** awiddersheim has quit IRC11:28
*** Guest92 has joined #openstack-kolla11:39
*** Guest92_ has quit IRC11:42
*** ishu has joined #openstack-kolla11:54
*** jtriley has joined #openstack-kolla11:58
*** ldeptula has quit IRC11:58
bjologood day people12:00
*** jtriley has quit IRC12:03
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix Ubuntu gate broken  https://review.openstack.org/39326612:05
*** absubram has quit IRC12:06
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix keystone image building issue  https://review.openstack.org/39316112:08
*** mliima has joined #openstack-kolla12:08
mliimamorning guys12:09
mliimasome core can take a time to review https://review.openstack.org/#/c/389340/ and https://review.openstack.org/#/c/386552/ ?12:10
mliima:)12:10
*** ankush has left #openstack-kolla12:11
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix Ubuntu gate broken  https://review.openstack.org/39326612:18
openstackgerritMerged openstack/kolla: Move precheck into its own role  https://review.openstack.org/39311712:22
*** gfidente has joined #openstack-kolla12:23
openstackgerritMerged openstack/kolla: Add manila-data service  https://review.openstack.org/38934012:25
*** Guest92 has quit IRC12:29
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH  https://review.openstack.org/32630712:30
*** lamt has joined #openstack-kolla12:32
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla: Fix plugin parsing for base images  https://review.openstack.org/39329112:35
portdirecthey does anyone have time to review this? I'd really appreciate it :) https://review.openstack.org/#/c/392927/12:36
Jeffrey4lportdirect, done12:37
portdirectJeffrey4l: cheers :)12:37
*** Guest92 has joined #openstack-kolla12:38
*** Guest92 is now known as rushil12:38
Jeffrey4l;)12:38
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH  https://review.openstack.org/32630712:41
*** jheroux has joined #openstack-kolla12:43
*** Guest92 has joined #openstack-kolla12:46
*** haplo37_ has quit IRC12:47
*** haplo37_ has joined #openstack-kolla12:47
*** zhubingbing_ has quit IRC12:49
*** rushil has quit IRC12:49
*** lrensing has joined #openstack-kolla12:52
*** jtriley has joined #openstack-kolla12:52
*** schwicht has joined #openstack-kolla12:52
*** david-lyle has quit IRC12:55
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH  https://review.openstack.org/32630712:55
*** lrensing has quit IRC12:56
*** jtriley has quit IRC12:57
*** jtriley has joined #openstack-kolla12:58
*** v1k0d3n has joined #openstack-kolla12:59
*** jtriley has quit IRC13:02
*** oxkipo has joined #openstack-kolla13:04
*** shardy is now known as shardy_lunch13:05
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH  https://review.openstack.org/32630713:07
openstackgerritJeffrey Zhang proposed openstack/kolla: DO NOT MERGE: TEST MASTER BRANCH  https://review.openstack.org/32630713:07
*** ishu has quit IRC13:08
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla: Clean up docs around local registry  https://review.openstack.org/39258313:09
oxkipoHi. I cannot deploy kolla with cinder. It gives me this error http://paste.openstack.org/show/587758/. Please may someone help me?13:09
jmccarthyHmm ok dumb ansible question, if I want to adjust cleanup-host in the destroy task, variables that are defined globally are fine, as are per group or per host, but defaults which are defined in ansible/roles/swift/defaults/main.yml are not found, and I get complaints of 'swift_devices_mount_point' is undefined .. what is the best way to get access to these variables ?13:09
*** v1k0d3n has quit IRC13:12
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla: Unmount Ceph OSD disks as part of destroy  https://review.openstack.org/38002813:12
*** zhubingbing_ has joined #openstack-kolla13:13
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla: Make service_checks easier to run independently of kolla-ansible  https://review.openstack.org/38116113:14
*** v1k0d3n has joined #openstack-kolla13:14
*** jruano has joined #openstack-kolla13:15
*** jruano has quit IRC13:15
openstackgerritJeffrey Zhang proposed openstack/kolla: Make Ubuntu gate work  https://review.openstack.org/39315713:18
Jeffrey4loxkipo, are u using ubuntu?13:21
Jeffrey4loxkipo, check this https://bugs.launchpad.net/kolla/+bug/163107213:21
openstackLaunchpad bug 1631072 in kolla "iscsid container: mkdir /sys/kernel/config: operation not permitted" [High,Confirmed]13:21
Jeffrey4lpbourke, https://review.openstack.org/388801 review please.13:21
oxkipoJeffrey4l: I have fixed the issue by disabling the lvm driver13:22
Jeffrey4lok.  you are using ubuntu right?13:22
Jeffrey4loxkipo,13:22
openstackgerritMerged openstack/kolla: Revert "Build source from Newton rather then Master"  https://review.openstack.org/38628613:22
oxkipoyes13:23
oxkipoboth pc and container13:23
Jeffrey4lit is a bug in ubuntu OS.13:24
Jeffrey4lhttps://bugs.launchpad.net/kolla/+bug/1631072/comments/413:25
openstackLaunchpad bug 1631072 in kolla "iscsid container: mkdir /sys/kernel/config: operation not permitted" [High,Confirmed]13:25
*** naresht has quit IRC13:25
oxkipoPlease may someone help me why Sahara, murano and magnum arent showing in horizon?13:26
Jeffrey4lin default there ui is not installed in horizon image13:26
*** Guest92 has quit IRC13:27
openstackgerritcaoyuan proposed openstack/kolla: Update the cleanup_host.yml file  https://review.openstack.org/39316813:27
openstackgerritMerged openstack/kolla: Remove kuryr-lib in upper-constraints.txt file when install master kuryr  https://review.openstack.org/38880113:27
Jeffrey4lyou need install those by using customization dockerfile.13:27
oxkipohow because Im new to openstack and also openstack kolla13:27
*** sdake has quit IRC13:28
Jeffrey4loxkipo, check this http://docs.openstack.org/developer/kolla/image-building.html#plugin-functionality13:28
oxkipoJeffery4l: I did but what do I need to add to that block?13:29
Jeffrey4linstall the dashboard and configure it .13:30
Jeffrey4lhttps://github.com/openstack/murano-dashboard#murano-dashboard13:31
*** fguillot has joined #openstack-kolla13:31
Jeffrey4llike: RUN pip install https://github.com/openstack/murano-dashboard.git && move the _50_murano.py file13:31
oxkipook I will try that13:32
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix keystone image building issue  https://review.openstack.org/39316113:34
*** schwicht has quit IRC13:35
*** jtriley has joined #openstack-kolla13:35
*** JoseMello has joined #openstack-kolla13:38
oxkipoJeffery4l: this is my config and it isnt working13:39
oxkipohttp://paste.openstack.org/show/587765/13:39
Jeffrey4loxkipo, seems OK.13:40
pmisiakhi guys13:40
Jeffrey4lwhat's the error13:40
Jeffrey4lmessage?13:40
pmisiakshort question, simple answer13:40
pmisiakhow nova knows that user want to deploy baremetal or VM?13:40
oxkipohttp://paste.openstack.org/show/587766/13:40
pmisiakwhere is the distincion?13:40
pmisiakbetween VM and baremetal13:41
*** yingjun has joined #openstack-kolla13:41
Jeffrey4loxkipo, need this line {% extends parent_template %}13:41
Jeffrey4lpmisiak, baremetal has cpu_arch property and flavor has such value too.13:42
Jeffrey4lso answer is, vm and baremetal are using different flavor.13:42
pmisiakgot it :)13:42
pmisiakJeffrey4l: thanks13:42
*** schwicht has joined #openstack-kolla13:48
*** saneax is now known as saneax-_-|AFK13:49
*** steve-noyes has joined #openstack-kolla13:49
*** steve-noyes1 has quit IRC13:52
openstackgerritMerged openstack/kolla: added kibana reconfigure  https://review.openstack.org/39318613:53
*** dave-mcc_ has joined #openstack-kolla13:54
openstackgerritMerged openstack/kolla: Add warning about mixing Kolla and OpenStack releases  https://review.openstack.org/39250513:56
*** dave-mccowan has quit IRC13:57
*** dave-mcc_ has quit IRC14:01
*** MarMat has joined #openstack-kolla14:05
*** TxGirlGeek has joined #openstack-kolla14:07
*** lrensing has joined #openstack-kolla14:09
*** huikang has joined #openstack-kolla14:10
*** yingjun has quit IRC14:10
*** yingjun has joined #openstack-kolla14:10
*** shardy_lunch is now known as shardy14:13
oxkipoJeffrey4l: http://paste.openstack.org/show/587780/ this config gives me 500 on horizon. Please may you look at it?14:13
openstackgerritMerged openstack/kolla: Use become: True when updating /etc/hosts  https://review.openstack.org/39129414:15
openstackgerritMerged openstack/kolla: Add missing vagrant plugin vbguest  https://review.openstack.org/39059314:15
Jeffrey4loxkipo, code sound OK. you may not configure the murano dashboard properly. check the logs and see what happen14:17
openstackgerritJeffrey Zhang proposed openstack/kolla: Make Ubuntu gate work  https://review.openstack.org/39315714:17
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix keystone image building issue  https://review.openstack.org/39316114:18
oxkipoJeffrey4l: here is the log14:18
oxkipohttp://paste.openstack.org/show/587782/14:18
openstackgerritMerged openstack/kolla: Add guide for Hitachi NAS Platform Driver for Manila  https://review.openstack.org/38655214:19
Jeffrey4lhmm. no idea it should work.14:20
*** sdake has joined #openstack-kolla14:21
Jeffrey4loxkipo, try newton branch murano dashboard.14:21
Jeffrey4lmaster's code seem not right.14:21
oxkipook14:22
sdakeJeffrey4l would be nice if we could dcome up with a plugin mechanism that always incldued whatever the operator deployed14:22
sdakeI'm not sure how that would be possible14:22
sdakebut as we distribute images many people just use those14:22
pbourkejmccarthy: the only option there would be to expose the vars you need in all.yml14:22
Jeffrey4lsdake, one possible way is: install as much as dashboard in horizon.14:22
pbourkejmccarthy: I cant see a problem with that14:22
Jeffrey4land control which should enable by environment variables.14:22
*** tonanhngo has joined #openstack-kolla14:23
sdakeJeffrey4l ya but then we end up with a bunch of clutter in the dashboard if the base service isn't installed right?14:23
sdakemaybe what we need is a customizations file for images we push...14:23
pbourkesdake: we had a session on that at summit14:23
sdakeoutcome was what?14:23
Jeffrey4lpbourke, custom horizon plugins?14:23
pbourkesdake: overall idea is to have a contrib directory with easy to drop in snippets for various plugins14:24
*** huikang has quit IRC14:24
pbourkewe didnt come up with a solution for dynamically enabling/disabling horizon plugins though14:24
pbourkeso a rebuild would be necessary14:24
pbourke*still be14:24
sdakeright14:24
pbourkebut right now the issue is it's too difficult for users to know what needs to go in the dockerfiles14:24
*** huikang has joined #openstack-kolla14:24
pbourkeso the contrib snippets should fix that14:24
sdakekolla is pretty close to perfect in my mind, but it has these little nitpicky things that make it annoying ;)14:25
Jeffrey4lpbourke, i have one solution is: enable the dashboard plugin by using environment.14:25
sdakepbourke current course of action sounds great14:25
sdakeJeffrey4l ++14:25
Jeffrey4lbut, it need install as much as dashboard.14:26
sdakei like that14:26
sdakedashboard is a sepcial case here14:26
oxkiposdake: or getting what is enabled from config and installing that plugin14:26
sdakeoxkipo that is what Jeffrey4l 's proposal does14:26
openstackgerritPete Birley proposed openstack/kolla: Barbican: Fix race condition when starting procs simultaneously  https://review.openstack.org/39292714:27
oxkipook sorry14:27
Jeffrey4lno. need install all plugins and then enable conditional.14:27
*** tonanhngo has quit IRC14:27
sdakeoxkipo np keep thinking ;)14:27
sdakeJeffrey4l yes, I understand whaty ou mean14:27
Jeffrey4l ok. i will try to push a PS and see wether it is good.14:27
oxkipoJeffrey4l: still the same error when I cloned newton branch14:28
jmccarthypbourke: with the swift_devices_mount_point ? So far if I try to use it in destroy tasks ansible complaints that it is undefined14:28
*** absubram has joined #openstack-kolla14:28
*** huikang has quit IRC14:28
pbourkejmccarthy: yes because its private to the swift role14:28
Jeffrey4loxkipo, show me?14:29
pbourkejmccarthy: unless it's in all.yml14:29
*** huikang has joined #openstack-kolla14:29
jmccarthypbourke: Yea exactly :) In there another way without moving it ?14:29
*** dave-mccowan has joined #openstack-kolla14:29
jmccarthypbourke: Oh you mean you don't see a problem with moving it ? Maybe I misunderstood14:29
sdakerhallisey where is my topic change dude14:30
pbourkejmccarthy: yes that's what I meant :)14:30
oxkipoits exactly the same as the last one http://paste.openstack.org/show/587782/ http://paste.openstack.org/show/587784/14:31
jmccarthyOk, and I guess leave swift_devices_match_mode and swift_devices_name where they are ? (If I do up a patch) I'll start on one anyway14:32
*** eaguilar has joined #openstack-kolla14:32
Jeffrey4loxkipo, did u rebuild the image? and check the README file. need copy two file.14:33
oxkipoI have only that what is in the block14:35
Jeffrey4loxkipo, need copy two file https://github.com/openstack/murano-dashboard/tree/stable/newton14:36
Jeffrey4lmuranodashboard/local/enabled/_50_murano.py  and muranodashboard/local/local_settings.d/_50_murano.py14:36
*** srwilkers has joined #openstack-kolla14:36
oxkipooh ok14:38
*** athomas has quit IRC14:39
*** huikang has quit IRC14:41
sdakewhy did my father forget ot take out my trash cans last week14:45
sdakemy whole backyard smells14:45
* sdake groans14:45
*** athomas has joined #openstack-kolla14:46
sdakesup athomas14:46
sdakesaw you at summit - but you looked like you were in conversation so didn't intrude14:46
sdakehope it went well for you :)14:46
athomassdake, It was pretty good. I saw you around, too, but never got the right time to interrupt.14:47
athomasNext time ;-)14:47
sdake;-)14:47
sdakeand saw you with perry and hugh of course14:47
sdakebut that again felt like it would have been an intrusion :)14:48
sdakeplus I had to go :)14:48
sdakei was t+1 minutes to a presentation14:48
*** mark-casey1 has joined #openstack-kolla14:50
openstackgerritprameswar proposed openstack/kolla: baremetal group defined in all-in-one  https://review.openstack.org/39311814:51
sdakeonly 4 views - groan https://www.youtube.com/watch?v=HsMhEjcdb_Q14:55
kwazarhi Jeffrey4l, I've added info you requested for https://bugs.launchpad.net/kolla/+bug/163858514:56
openstackLaunchpad bug 1638585 in kolla newton "cinder rootwrap not working in newton" [Critical,New]14:56
oxkipoJeffrey41: Its still giving me that same error14:57
kwazarI've changed it to private after realizing comments can't be edited but then changed to public anyway14:57
Jeffrey4lkwazar, got.14:58
portdirectsdake: 165 from here14:58
Jeffrey4loxkipo, hmm ;(14:58
Jeffrey4lkwazar, all file in /etc/sudoers.d?14:59
Jeffrey4land /etc/cinder/15:00
oxkipokolla is great but it will be even better when those automatic plugin installs15:00
Jeffrey4loxkipo, yep. it is.15:00
Jeffrey4lwill support this in O cycle  ; )15:01
oxkipothat is when?15:01
Jeffrey4lbefore Feb. 201715:01
oxkiposo for otaka15:02
*** mnasiadka has quit IRC15:03
*** TxGirlGeek has quit IRC15:03
sdakeJeffrey4l can you watch pls https://www.youtube.com/watch?v=HsMhEjcdb_Q15:03
Jeffrey4lsure. i am watching.15:04
*** TxGirlGeek has joined #openstack-kolla15:04
*** eaguilar_ has joined #openstack-kolla15:05
*** eaguilar has quit IRC15:06
sdakebtw sbezverk is on pto until the 15th15:08
*** TxGirlGeek has quit IRC15:10
*** TxGirlGeek has joined #openstack-kolla15:10
*** huikang has joined #openstack-kolla15:12
*** dwalsh has joined #openstack-kolla15:18
Jeffrey4lmliima, around?15:19
*** TxGirlGeek has quit IRC15:19
mliimahi Jeffrey4l15:19
*** TxGirlGeek has joined #openstack-kolla15:19
Jeffrey4lis manila-data package exist on centos ? http://logs.openstack.org/61/393161/4/check/gate-kolla-dsvm-build-centos-binary-centos-7-nv/597a223/console.html#_2016-11-03_14_42_14_17896315:19
Jeffrey4lmliima, ^^15:20
mliimait should :/15:21
mliimawell, I'll check it and fix15:22
Jeffrey4lyes. your patch is all green.15:22
Jeffrey4lbut it is not exist now.15:22
Jeffrey4lthanks.15:22
mark-casey1hey guys. Apologies if anyone finds this spammy but I'm changing jobs and I'm leaving a near-completed developer/QA lab deployed on Kolla and don't want it to die. The role is mainly Ansible, EC2, Rackspace, Jenkins, etc. at a software company in Dallas if anyone is looking. http://www.indeed.com/cmp/Point-of-Rental-Software/jobs/Linux-System-Administrator-85b75fbe84da0ecd15:24
Jeffrey4lmliima, and the ubuntu binary is not handled in Dockerfile.15:24
*** lrensing has quit IRC15:24
sdakemark-casey1 where ya headed?15:25
*** TxGirlGeek has quit IRC15:25
mark-casey1LinuxAcademy, doing mostly the same15:25
mark-casey1well, probably not as much OpenStack ;?15:25
mark-casey1*:/15:25
sdakemark-casey1 should post on linked in, there are hundreds of openstack devs out of jobs atm15:26
sdakesome are ops types15:26
sdake(bcause of recent layoffs)15:26
mark-casey1sdake: ok cool, thanks we'll check it out15:26
Jeffrey4lmliima, btw, push PS based on this https://review.openstack.org/#/c/393161/  then all gate  should be green.15:27
*** yingjun has quit IRC15:28
*** yingjun has joined #openstack-kolla15:28
Serlexwhy have these companies hit the panic buttons and laid off hundreds15:28
sdake100 mllion usd only goes so far serlex15:29
sdakeespecially when you are lighting it on fire in a solid gold trashcan15:29
mliimaOk Jeffrey4l, give me a time to check it15:29
Serlexlol15:30
mark-casey1haha. QOTD15:30
mliimaJeffrey4l, for some distros, the manila-date was left out15:32
*** yingjun_ has joined #openstack-kolla15:32
*** yingjun has quit IRC15:32
pbourkeha15:33
*** TxGirlGeek has joined #openstack-kolla15:33
mliimastaff was making the integration of the "last hour" of Manila and hence they said that they were going to the m-dat after and, So maybe manila-data binary isn't supported for any distro.15:34
srwilkersgood morning everyone :)15:36
*** ssurana has joined #openstack-kolla15:38
*** TxGirlGeek has quit IRC15:39
*** TxGirlGe_ has joined #openstack-kolla15:39
pbourkehey srwilkers15:39
*** lrensing has joined #openstack-kolla15:44
*** zhubingbing_ has quit IRC15:44
oxkipoKolla is rewriting my edited nova config file. Please may someone help me? I just want to setup pci passthrough15:44
pbourkeoxkipo: don't edit the config on the target nodes15:44
pbourkeoxkipo: do it from /etc/kolla/config on your operator15:44
openstackgerritprameswar proposed openstack/kolla: Adding logrotate configuration for ceilometer  https://review.openstack.org/38971015:45
*** TxGirlGe_ has quit IRC15:45
oxkipoI have edited configs in /etc/kolla/nova/nova-* because I dont have /etc/kolla/config15:45
*** TxGirlGeek has joined #openstack-kolla15:47
pbourkeyou need to create it: http://docs.openstack.org/developer/kolla/advanced-configuration.html#openstack-service-configuration-in-kolla15:48
oxkipowill it create that directory automatically when I will enable that setting?15:49
pbourkeno, try the following15:50
pbourkemkdir -p /etc/kolla/config15:50
pbourkevi /etc/kolla/config/nova.conf15:50
pbourkeand add the entries you need (no need to copy the whole file)15:50
*** dwalsh has quit IRC15:52
oxkipoand when I need for specific services of nova can I copy nova directory into config?15:52
pbourkeoxkipo: say you wanted to augment nova_compute15:55
pbourkeoxkipo: you would use /etc/kolla/config/nova-compute/nova.conf15:55
*** yingjun_ has quit IRC15:55
*** yingjun has joined #openstack-kolla15:56
*** b_bezak has quit IRC15:56
*** b_bezak has joined #openstack-kolla15:56
oxkipook thanks15:56
oxkipoand is there support for trove?15:57
*** harlowja_at_home has joined #openstack-kolla15:57
pbourkenoone has added it yet afaik15:58
pbourkethere's images but no ansible15:58
oxkipooh ok15:59
oxkipodo you know when will it be available?16:00
srwilkersis noone working towards getting the ansible roles for it?16:00
*** yingjun has quit IRC16:00
*** b_bezak has quit IRC16:00
mliimaJeffrey4l, my bad16:01
*** sdake has quit IRC16:01
mliimamanila-data package isn't exist on centos :/16:01
pbourkenot that I know of16:01
mliimaexist on ubuntu16:01
*** huikang has quit IRC16:02
*** huikang has joined #openstack-kolla16:02
srwilkershmm16:03
openstackgerritMauricio Lima proposed openstack/kolla: Fix Manila-data binary distro  https://review.openstack.org/39338616:03
*** srwilkers has quit IRC16:04
openstackgerritjunbo proposed openstack/kolla: Fix typo  https://review.openstack.org/39338716:05
*** sdake has joined #openstack-kolla16:06
*** b_bezak has joined #openstack-kolla16:06
*** huikang has quit IRC16:07
*** dwalsh has joined #openstack-kolla16:07
openstackgerritSteven Dake proposed openstack/kolla: Make Ubuntu gate work  https://review.openstack.org/39315716:07
sdakefire flew from his finger tips16:08
sdakere trove, people work on what they want to work on in this project - if someone wants to work on trove, feel free ;-)16:10
*** david-lyle has joined #openstack-kolla16:10
oxkipopbourke: I have enabled the config path and copied config into there, then I added values into the config and reconfigured the cloud and I cannot see it in the original config and it doesnt work (the pci passthrough "PCI alias gpu is not defined (HTTP 400)")16:12
pbourkeoxkipo: what does your override config look like currently16:13
*** neilus has quit IRC16:14
oxkipoI have added this to my default section into nova-api16:14
oxkipopci_alias = {"name": "gpu", "vendor_id": "10de", "product_id": "13c2", "device_type": "type-PF"}16:14
*** lrensing has quit IRC16:15
pbourkehave you added the appropriate header,e.g. [default]16:16
oxkipoyes its a normal full copy of that config but I have added that line into default16:17
*** dave-mccowan has quit IRC16:17
*** eaguilar_ has quit IRC16:18
*** dave-mccowan has joined #openstack-kolla16:18
*** Guest92 has joined #openstack-kolla16:19
*** sdake has quit IRC16:19
*** huikang has joined #openstack-kolla16:19
*** eaguilar has joined #openstack-kolla16:19
*** b_bezak has quit IRC16:21
*** dwalsh has quit IRC16:21
*** b_bezak has joined #openstack-kolla16:22
*** Guest92_ has joined #openstack-kolla16:22
*** tonanhngo has joined #openstack-kolla16:23
*** mmoster has quit IRC16:25
*** srwilkers has joined #openstack-kolla16:25
*** Guest92 has quit IRC16:25
*** b_bezak has quit IRC16:26
*** tonanhngo has quit IRC16:28
pbourke:/16:28
pbourkeso on your target node, your change doesn't appear in /etc/kolla/nova/nova.conf ?16:28
srwilkersoxkipo: it looks like theres a patch set for ansible-trove, but its been in merge conflict for 9 weeks16:28
*** jtriley has quit IRC16:29
oxkipopbourke: no16:30
oxkipoarwilkers: so that means I can deploy trove?16:30
pbourkeoxkipo: so you ran kolla-ansible reconfigure, yes?16:31
*** david-lyle has quit IRC16:32
*** david-lyle has joined #openstack-kolla16:33
oxkipoyes I did16:33
*** lrensing has joined #openstack-kolla16:34
*** f13o_ has quit IRC16:36
*** f13o_ has joined #openstack-kolla16:36
*** neilus has joined #openstack-kolla16:36
*** dwalsh has joined #openstack-kolla16:39
*** msimonin1 has quit IRC16:42
*** eaguilar has quit IRC16:44
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla: Fix plugin parsing for base images  https://review.openstack.org/39329116:45
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla: Allow neutron-fwaas to be enabled in Neutron  https://review.openstack.org/39340916:45
oxkipopbourke: what do you think may be wrong?16:46
pbourkeoxkipo: I have a feeling its around paths, they can be a little confusing16:46
pbourkeoxkipo: can you confirm the path of your override file16:46
oxkipothis is enabled16:47
oxkiponode_custom_config: "/etc/kolla/config"16:47
*** dwalsh has quit IRC16:47
oxkipoand that path exists with configs inside that I edited16:47
pbourkeright but what is the exact layout of your /etc/kolla/config16:49
pbourkels -lR /etc/kolla/config16:49
oxkipohttp://paste.openstack.org/show/587811/16:49
oxkipohere is a tree16:49
pbourkeoxkipo: ok so lets simplfy16:52
*** neilus has quit IRC16:52
*** ppalacios has quit IRC16:52
pbourkeoxkipo: trash all that, and just put your changes in /etc/kolla/config/nova.conf16:52
pbourkeoxkipo: that should work16:53
v1k0d3nhey rhallisey, noticed sdake and inc0 aren't on here here....but16:53
pbourkeoxkipo: then we can get more granular16:53
pbourkeoxkipo: sorry I know its a bit pokey16:53
*** Serlex has quit IRC16:53
v1k0d3non a helm call right now (development call). and we were just talking about this whole dependency issue...16:53
rhalliseyv1k0d3n, oh interesting16:54
rhalliseyis this a weekly helm sig?16:54
v1k0d3nagain it's coming back to a controller of some sort. the entrypoint is becoming a bigger and bigger issue.16:54
v1k0d3nwant to join?16:54
*** ssurana has quit IRC16:54
v1k0d3nhttps://engineyard.zoom.us/j/36642554916:54
rhalliseyI'll listen in16:55
rhalliseyerr don't have zoom16:55
rhalliseyv1k0d3n, how often are these meetings?16:55
oxkipopbourke: make a copy of an example nova.conf and save it as /etc/kolla/config/nova.conf?16:56
*** ppalacios has joined #openstack-kolla16:56
pbourkeoxkipo: yes16:56
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix keystone image building issue  https://review.openstack.org/39316116:56
oxkipook16:57
pbourkeoxkipo: fyi these are the paths that are checked https://github.com/openstack/kolla/blob/master/ansible/roles/nova/tasks/config.yml#L51-L5716:57
v1k0d3nweekly16:57
v1k0d3nrhallisey: please join16:57
v1k0d3nSAP is on and showing hte demo now :)16:57
rhalliseydl now16:57
v1k0d3nare you in?16:58
v1k0d3nwish that sdake and inc0 were here too!16:58
v1k0d3nthis is big. awesome.16:58
*** ppalacios has quit IRC16:58
*** dwalsh has joined #openstack-kolla16:59
*** harlowja_at_home has quit IRC17:00
Jeffrey4lfyi: gate is broken until these three patch is merged: https://review.openstack.org/#/c/393157/   https://review.openstack.org/#/c/393161/ https://review.openstack.org/#/c/393386/117:00
*** ppalacios has joined #openstack-kolla17:00
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix Manila-data binary distro  https://review.openstack.org/39338617:01
rhalliseyhmm can't hear17:01
*** g3ek has quit IRC17:01
*** haplo37 has quit IRC17:01
Jeffrey4lplease merged these patches ASAP.17:02
*** neilus has joined #openstack-kolla17:03
*** matrohon has quit IRC17:03
pbourkeJeffrey4l: waiting for jenkins results on those17:03
oxkipooh ok17:04
Jeffrey4lthanks.17:04
*** schwicht has quit IRC17:05
v1k0d3nrhallisey: can you hear now?17:06
*** schwicht has joined #openstack-kolla17:06
v1k0d3nthis was a huge meeting.17:06
*** haplo37 has joined #openstack-kolla17:07
v1k0d3nthat's lachlan talking and he's a huge openstack guy. he really wants to see this succeed.17:07
*** g3ek has joined #openstack-kolla17:07
*** b_bezak has joined #openstack-kolla17:09
*** b_bezak has quit IRC17:10
rhalliseyv1k0d3n, yes I caught the last 4 min17:11
*** ssurana has joined #openstack-kolla17:11
rhalliseyv1k0d3n, what company?17:12
v1k0d3nwhat company? what do you mean?17:14
v1k0d3nrhallisey: did you catch these? https://github.com/jimmidyson/configmap-reload17:15
rhalliseyv1k0d3n, nice it seems like they are excited about working w/ openstack17:15
v1k0d3nabsolutely!17:15
rhalliseyoh thokin mentioned that17:15
rhalliseyin the past17:15
*** strigazi is now known as strigazi_AFK17:16
pbourkeanyone ever try neutron-lbaas in kolla? we're not installing the server piece so I cant see how it would work? :/17:16
mliimaJeffrey4l, pbourke http://lists.openstack.org/pipermail/openstack-dev/2016-June/096408.html17:18
pbourkemliima: ?17:18
mliimaabout manila-data binary support17:19
pbourketl;dr?17:19
mliimawell, doesn't have the manila-data binary for rhel17:22
openstackgerritjunbo proposed openstack/kolla: Fix typo  https://review.openstack.org/39338717:22
mliimathat's all17:22
openstackgerritJames McCarthy proposed openstack/kolla: Update the cleanup-host script for swift cleanup.  https://review.openstack.org/39342117:25
*** jruano has joined #openstack-kolla17:26
*** msimonin has joined #openstack-kolla17:27
*** narasimha_SV has joined #openstack-kolla17:30
openstackgerritMerged openstack/kolla: Barbican: Fix race condition when starting procs simultaneously  https://review.openstack.org/39292717:31
narasimha_SVhttp://paste.openstack.org/show/587816/17:31
narasimha_SVi deployed ceilometer with mogodb as backend using kolla17:32
narasimha_SVi am seeing above logs when i execute ceilometer meter-list17:32
narasimha_SVi can see mongodb running properly17:32
*** msimonin has quit IRC17:35
*** msimonin has joined #openstack-kolla17:36
*** fragatina has quit IRC17:39
*** f13o_ has quit IRC17:39
narasimha_SVeven I can see ceilometer database is populated with the 3 collections , event, meter and resouce17:39
openstackgerritMauricio Lima proposed openstack/kolla: Fix Manila-data binary distro  https://review.openstack.org/39338617:40
pbourkenarasimha_SV: so whats the problem?17:41
narasimha_SVeven i have images uploaded to glance and configurations to ceilometer is proper i dont see any meter list17:42
narasimha_SVin ceilometer-api.log those lines in above link are coming as [:error] logs17:42
narasimha_SVI am confused whether the setup is proper or not17:43
*** harlowja has quit IRC17:43
pbourkehmm they only look like info to me17:44
pbourkeunless Im looking at the wrong paste17:44
pbourkedont you need create meters yourself?17:44
*** tonanhngo has joined #openstack-kolla17:44
*** harlowja has joined #openstack-kolla17:46
openstackgerritMauricio Lima proposed openstack/kolla: Fix Manila-data binary distro  https://review.openstack.org/39338617:46
narasimha_SVonce we add metering conf in glance and nova17:48
*** eaguilar has joined #openstack-kolla17:48
narasimha_SVi am expecting the usage meters will be notified to ceilometer right ?17:48
*** oxkipo has quit IRC17:48
pbourkehmm yeah I guess so17:50
narasimha_SVI created a VM , downloaded a image from glance but no data is been populated in mongodb about these operations17:50
*** narasimha_SV has quit IRC17:57
*** jruano has quit IRC17:57
*** tonanhngo has quit IRC17:58
*** tonanhngo has joined #openstack-kolla17:58
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla: Install neutron-lbaas in neutron-server  https://review.openstack.org/39343518:01
*** portdirect is now known as portdirect_away18:02
*** tonanhngo has quit IRC18:03
*** srwilkers has quit IRC18:04
*** sdake has joined #openstack-kolla18:05
*** athomas has quit IRC18:05
openstackgerritMauricio Lima proposed openstack/kolla: Fix Manila-data binary distro  https://review.openstack.org/39338618:06
openstackgerritMauricio Lima proposed openstack/kolla: Fix Manila-data binary distro  https://review.openstack.org/39338618:07
*** jtriley has joined #openstack-kolla18:07
*** ssurana has quit IRC18:08
*** Guest92_ has quit IRC18:10
*** ssurana has joined #openstack-kolla18:19
*** sdake has quit IRC18:22
*** neilus has quit IRC18:22
*** mkoderer has quit IRC18:22
*** f13o has joined #openstack-kolla18:29
*** eaguilar_ has joined #openstack-kolla18:31
*** eaguilar has quit IRC18:33
*** eaguilar has joined #openstack-kolla18:34
*** eaguilar_ has quit IRC18:36
*** MarMat has quit IRC18:38
*** MarMat has joined #openstack-kolla18:38
*** sdake has joined #openstack-kolla18:39
*** Guest92 has joined #openstack-kolla18:45
*** mark-casey1 has quit IRC18:46
*** Guest92_ has joined #openstack-kolla18:48
*** Guest92 has quit IRC18:51
openstackgerritMauricio Lima proposed openstack/kolla: Fix Manila-data binary distro  https://review.openstack.org/39338618:52
*** jruano has joined #openstack-kolla18:54
*** schwicht has quit IRC18:58
*** dwalsh has quit IRC18:59
*** schwicht has joined #openstack-kolla19:00
*** strigazi_AFK is now known as strigazi19:02
*** huikang has quit IRC19:05
*** TxGirlGeek has quit IRC19:10
*** TxGirlGeek has joined #openstack-kolla19:11
*** shardy has quit IRC19:11
*** huikang has joined #openstack-kolla19:13
*** eaguilar has quit IRC19:16
*** TxGirlGeek has quit IRC19:16
*** TxGirlGeek has joined #openstack-kolla19:16
*** eaguilar has joined #openstack-kolla19:18
*** TxGirlGeek has quit IRC19:20
*** TxGirlGeek has joined #openstack-kolla19:20
*** srwilkers has joined #openstack-kolla19:20
*** david-lyle has quit IRC19:23
*** david-lyle has joined #openstack-kolla19:25
*** dwalsh has joined #openstack-kolla19:29
*** TxGirlGeek has quit IRC19:32
*** TxGirlGeek has joined #openstack-kolla19:32
*** neilus has joined #openstack-kolla19:32
*** strigazi is now known as strigazi_AFK19:33
*** strigazi_AFK is now known as strigazi19:35
*** jruano has quit IRC19:35
*** strigazi is now known as strigazi_AFK19:41
*** TxGirlGeek has quit IRC19:42
*** huikang has quit IRC19:46
*** TxGirlGeek has joined #openstack-kolla19:51
*** Guest92_ has quit IRC19:52
*** huikang has joined #openstack-kolla19:55
*** jtriley has quit IRC19:55
openstackgerritMauricio Lima proposed openstack/kolla: Move manila-share service to network node  https://review.openstack.org/39346919:56
*** fragatina has joined #openstack-kolla20:01
*** Guest92 has joined #openstack-kolla20:01
*** Guest92_ has joined #openstack-kolla20:03
*** Guest92 has quit IRC20:07
*** sdake has quit IRC20:13
openstackgerritMauricio Lima proposed openstack/kolla: Fix Manila-data binary distro  https://review.openstack.org/39338620:15
openstackgerritMauricio Lima proposed openstack/kolla: Move manila-share service to network node  https://review.openstack.org/39346920:17
*** ppalacios has quit IRC20:19
*** sdake has joined #openstack-kolla20:20
openstackgerritMauricio Lima proposed openstack/kolla: Update manila-data service inventory  https://review.openstack.org/39347120:21
*** jtriley has joined #openstack-kolla20:24
*** jtriley has quit IRC20:29
*** jtriley has joined #openstack-kolla20:29
*** dave-mccowan has quit IRC20:30
*** lrensing has quit IRC20:32
*** khamtamtun has joined #openstack-kolla20:37
sdakerhallisey ping20:39
rhalliseysdake, yo20:40
sdakedid you watch that second episode?20:40
rhalliseyno20:40
rhalliseylater :)20:40
sdakealways tomorrow!20:40
harlowjawoot, i got jenkins trying to build glance via kolla20:41
harlowjahttps://gist.github.com/harlowja/fe547c90e42d974c61550e8ef752c2f3#file-gistfile1-txt-L30920:41
harlowjame so proud20:41
harlowjalol20:41
sdakeboy if i hear tomrorow out of my kids one mor time i'm pretty sure i'm going to hang em :)20:41
harlowjatime to start asking questions :-P20:41
*** hyang has joined #openstack-kolla20:41
openstackgerritEduardo Gonzalez proposed openstack/kolla: Ansible config for nova-serialproxy console  https://review.openstack.org/35883920:41
harlowjahow do i get https://gist.github.com/harlowja/fe547c90e42d974c61550e8ef752c2f3#file-gistfile1-txt-L414 to not happen :)20:41
sdakeyou mean you dont wnt percona harlowja ?20:42
harlowjanm, it seems like its not actually installed there20:42
harlowjawe have a DBaaS kind of team20:42
harlowjathat manages our mysql20:42
sdakethat package is th rpm repo file20:43
sdakenot the actual packaging20:43
harlowjaright20:43
harlowjaanother question20:43
harlowjahttps://gist.github.com/harlowja/fe547c90e42d974c61550e8ef752c2f3#file-gistfile1-txt-L108020:43
harlowjawhats that, lol20:43
sdakebought a traxxis rc car today20:43
sdakepretty sweet20:43
sdakeharlowja dumb_init is how we solve the pid=1 problem in docker20:44
*** hyang1 has joined #openstack-kolla20:44
sdakear eyou familiar with this problem?20:44
harlowjaheard about it20:44
sdakehttps://github.com/Yelp/dumb-init20:44
harlowjamostly find it odd that thing calls out to s3 :(20:44
sdakereadme explains why we have it20:45
*** hyang has quit IRC20:45
sdakewritten in c - which is good20:45
harlowjalol20:45
harlowjaobviously!20:45
sdakeevery othr init system written in python for containers20:45
sdakewhich is not so good20:45
sdakethen every container has an entire python runtime in memory in the container20:46
sdakewhich is quite large20:46
harlowjaright right20:47
harlowjagotcha20:47
sdakehttps://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html20:47
sdakebest tool for hte job and all that20:47
harlowjacools20:47
harlowjaalso another question20:48
harlowjawhen i just asked for glance to get built20:48
harlowjaany idea why it ran a bunch of unrelated tasks20:48
harlowjahttps://gist.github.com/harlowja/fe547c90e42d974c61550e8ef752c2f3#file-gistfile1-txt-L1104-L1123 ?20:48
harlowjalike all these20:48
*** fragatina has quit IRC20:49
harlowjathey don't seem to do much20:49
*** steve-noyes has quit IRC20:53
harlowjaalso20:53
harlowjaanother question20:53
*** jtriley has quit IRC20:53
harlowjais it expected that folks will reuse openstack-base (assuming across the same major release)20:54
sdakeharlowja that is our build script being broken20:54
sdakeharlowja it prints out a message saying that it is doing something when in fact it is not20:54
sdakewhat is worse, is that it does it 4 times20:54
harlowjaso say put a openstack-base in a repo (built once) then for all of the same major release that openstack-base would be used again20:54
sdakewith a timer inbetween20:54
harlowjasdake kk, let me see about that, i know that build script a little20:54
sdakeharlowja roger20:54
sdakeharlowja it really depends - hwen you build everything is rebuilt20:55
sdakeyou dont have to --push openstack-base20:55
*** khamtamtun has quit IRC20:55
sdakebut if you use --psuh it will replace it20:55
sdakeone option we dont have (I think) is to pull parent images and rebuild children20:56
harlowjaright, well if i'm building glance in one jenkins job, then nova in another20:56
sdakei think this introdces some complexities into the system20:56
harlowjacan't have them all push openstack-base20:56
sdakeoh you can20:56
sdakeregistery handles that20:56
harlowjak20:56
sdakebut its not ideal20:56
sdakei agree it needs some optimization there20:56
sdakei dont know if you noticed, but we have been on fire since middle milestone 2 ;)20:56
harlowjaoh, didn't notice20:56
sdakeso little things like this don't hit the critical list20:57
harlowjawhy u on fire20:57
harlowjalol20:57
srwilkerssdake spits mad fire20:57
sdakewe had approximately 100 bugs20:57
sdakethat were critical20:57
harlowjaah20:57
sdakein rc1...20:57
sdakeor maybe it was rc220:57
sdakeits in launchpad - you can look there to see the "why on fire"20:57
sdakeanyway I think we got most of the major problems out of the way ;)20:57
harlowjawoot20:57
sdakezocata XO centurion rum incoming20:58
sdakeonly $99 a bottle in the us20:58
harlowjabtw, https://gist.github.com/harlowja/d01b0814c454199c630ca56f018a11fa if anyone wants the jenkins groovy stuff (i can share more of the library that gets loaded, nothing special)20:58
*** schwicht has quit IRC20:59
sdakesteak taking a nap20:59
sdakeciesta time20:59
*** sdake_ has joined #openstack-kolla21:03
*** hyang1 has quit IRC21:05
*** ayoung has quit IRC21:06
*** sdake has quit IRC21:07
*** jheroux has quit IRC21:08
*** david-lyle has quit IRC21:09
*** sdake_ has quit IRC21:10
*** schwicht has joined #openstack-kolla21:14
*** Guest92_ has quit IRC21:19
*** schwicht has quit IRC21:23
*** eaguilar has quit IRC21:25
*** huikang has quit IRC21:26
*** huikang has joined #openstack-kolla21:26
*** Guest92 has joined #openstack-kolla21:26
*** ssurana has quit IRC21:28
*** schwicht has joined #openstack-kolla21:31
*** huikang has quit IRC21:31
openstackgerritJoshua Harlow proposed openstack/kolla: Skip queuing build tasks for UNMATCHED images  https://review.openstack.org/39349021:32
*** khamtamtun has joined #openstack-kolla21:34
*** Jeffrey4l has quit IRC21:34
*** Jeffrey4l has joined #openstack-kolla21:35
*** huikang has joined #openstack-kolla21:35
*** srwilkers has quit IRC21:36
*** jruano has joined #openstack-kolla21:38
*** huikang has quit IRC21:40
*** jruano has quit IRC21:40
*** khamtamtun has quit IRC21:45
*** Mech422 has quit IRC21:47
*** Guest92 has quit IRC21:48
*** Mech422 has joined #openstack-kolla21:48
*** Guest92 has joined #openstack-kolla21:50
*** harlowja has quit IRC21:56
*** jruano has joined #openstack-kolla21:57
*** neilus has quit IRC21:58
*** huikang has joined #openstack-kolla22:00
*** huikang has quit IRC22:00
*** david-lyle_ has joined #openstack-kolla22:01
*** schwicht has quit IRC22:01
*** david-lyle_ has quit IRC22:02
*** david-lyle has joined #openstack-kolla22:03
*** f13o has quit IRC22:10
*** lamt has quit IRC22:10
*** neilus has joined #openstack-kolla22:10
*** neilus_ has joined #openstack-kolla22:12
*** neilus has quit IRC22:16
*** absubram has quit IRC22:19
*** Guest92 has quit IRC22:20
*** ayoung has joined #openstack-kolla22:26
*** tonanhngo has joined #openstack-kolla22:28
*** schwicht has joined #openstack-kolla22:29
*** hyang has joined #openstack-kolla22:32
*** devananda is now known as devananda|away22:33
*** TxGirlGeek has quit IRC22:36
*** ayoung has quit IRC22:43
*** ayoung has joined #openstack-kolla22:44
*** Guest92 has joined #openstack-kolla22:45
*** srwilkers has joined #openstack-kolla22:47
*** msimonin has quit IRC22:52
*** tonanhngo has quit IRC22:53
*** Pavo has quit IRC22:54
*** Pavo has joined #openstack-kolla23:00
Pavoevening23:00
Pavoanyone free to help me with either Ceph or Cinder?23:02
*** ayoung has quit IRC23:03
*** srwilkers has quit IRC23:04
*** sdake has joined #openstack-kolla23:05
*** srwilkers has joined #openstack-kolla23:07
*** Guest92 has quit IRC23:09
*** awiddersheim has joined #openstack-kolla23:12
*** dwalsh has quit IRC23:14
*** saneax-_-|AFK is now known as saneax23:19
Pavohows everyone's day/night going?23:22
*** srwilkers has quit IRC23:26
*** eaguilar has joined #openstack-kolla23:29
*** srwilkers has joined #openstack-kolla23:32
*** yuanying has joined #openstack-kolla23:41
*** jruano has quit IRC23:43
Pavoeveryone in bed?23:45
*** ayoung has joined #openstack-kolla23:48
*** neilus_ has quit IRC23:49
Pavowakeup mofos23:49
jascott1lol23:50
Pavolol23:50
Pavosorry been drinking alittle23:50
jascott1what are your intentions wtih Cinder? if you need a real cluster I am no help but if you need an AIO single machine w loopbacks (like for test setups) I can point you to the gate job23:50
jascott1Cinder/Ceph23:51
Pavowell I followed http://docs.openstack.org/developer/kolla/cinder-guide.html but inside Horizon its only showing 49Gb23:51
Pavowhen it should be 30Tb23:51
*** tonanhngo has joined #openstack-kolla23:52
jascott1oh23:52
Pavoand I need to understand how these custon configs work23:53
Pavofrom what I understand is you don't have to have to full ini file, just the areas you want to customise in the ini file23:53
*** srwilkers has quit IRC23:53
Pavohave no tried to veridy23:54
Pavoverfiy23:54
Pavogrrr23:54
Pavoverify23:54
*** neilus has joined #openstack-kolla23:58

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