Friday, 2017-01-13

Pavoonly issue I am having is trying to seperate all API traffic from external access traffic00:00
kfox1111all it took to pin all of neutron to 3.0.1 was the neutron all image_tag section here: https://review.openstack.org/#/c/419082/11/helm/all_values.yaml :)00:00
kfox1111the bad news is, it wasn't neutron...00:00
Pavohave all API traffic on 10Gb links and in vlan 10 and all external access traffic on 1Gb link in vlan 5000:00
kfox1111maybe openvswitch...00:00
*** n0isyn0ise has quit IRC00:00
Pavobut for some reason its not liking that setup00:00
Pavoif I put them all on same vlan works fine00:01
sbezverkkfox1111: hm openvswitch was already on 3.0.100:01
*** schwicht has quit IRC00:01
*** Pavo has quit IRC00:01
*** saneax is now known as saneax-_-|AFK00:01
kfox1111even external openvswitch is failing though...00:01
kfox1111yeah.00:02
kfox1111sbezverk: so, lets try your idea. pin neutron back to 2.0.2.00:02
*** jrobinson-afk is now known as jrobinson00:02
kfox1111its failing on network connectivity somehow: http://logs.openstack.org/82/419082/11/check/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/9cd3c13/console.html00:02
*** n0isyn0ise has joined #openstack-kolla00:02
sdakegit show -2 will show you the last two patches that hit he repo :)00:03
kfox1111maybe its failing with all of 3.0.x00:03
sdakekfox1111 that is an entire possibility00:03
kfox1111sdake: nice trick! :)00:03
sdakekfox1111 if 2.0.z was used prior00:03
sdakeshow -3 will show oslat 3 etc00:03
kfox1111I've always had to git log, get the change set, then git diff xxxxx...00:03
sdakejpeeler taught me that one00:03
kfox1111I've known about that for format-patch, but didn't know shsow would take it. thanks for the trick. :)00:04
sdakeold learn from the young, young learn from the old, we all learn together from each other :)00:04
sdakethank jpeeler :)00:04
kfox1111but only when we share. so thanks. :)00:04
sdakeyup happy to help :)00:04
kfox1111weird that git diff won't take it though. :/00:05
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Set versions to 0.4.0 and 3.0.2  https://review.openstack.org/41908200:05
kfox1111that will take some getting use to.00:05
sdakegit diff shows you changes in your working repo vs whats committed00:05
sdakegit show shows the last commits in the repo00:05
sdakegit status is helpful too00:05
sdakeand then there is the everpowerful git rebase -i00:05
kfox1111git diff <changeset>.. shows you whats committed though.00:06
sdakeyup that probably works - i'm far from a git expert00:06
sdakeI know a few commands here and there - enough to get the job done :)00:06
kfox1111I'm paranoid, so I usually00:06
kfox1111git diff00:06
kfox1111git diff --cached00:06
kfox1111git commit00:06
kfox1111then I know what I'm committing and what I'm not committing :)00:07
kfox1111gerrit kind of breaks that though, as if you have unstashed stuff, it complains on review.00:07
*** schwicht has joined #openstack-kolla00:07
kfox1111I get why they do that though.00:08
kfox1111heh.00:11
kfox1111kubernetes tripelo...00:11
*** Pavo has joined #openstack-kolla00:11
kfox1111https://github.com/kubernetes-incubator/bootkube00:11
kfox1111kubernetes is moving very fast.00:12
*** inc0 has joined #openstack-kolla00:13
sdakeinc0 pingola00:15
sdakekfox1111 looks interesting00:15
kfox1111theres a design doc here: https://github.com/kubernetes/community/pull/206/files00:15
sdakekfox1111 what is the cononical way to deploy kubernetes at present?00:15
sdakekbuespray?00:15
inc0I'm not sure sdake, kfox1111 isn't really my type, but whatever you say00:15
kfox1111sdake: several ways. the upcoming one seems to be kubeadm.00:16
sdakeinc0 - sp_ asked me a few questions related to stackanetes00:16
kfox1111really easy to get a working kube with it.00:16
inc0sp_?00:16
sdakeinc0 I htink he is doing a gap analysis of the two projects00:16
kfox1111inc0. ;)00:16
sdakeand suggested rolling them into one effort00:16
sdakeI htink/I know00:16
inc0https://github.com/stackanetes/stackanetes/graphs/contributors00:17
sdakeinc0 as in merge the community from stackanetes into kolla-kubernetes00:17
inc0that's a gap00:17
sdakeinc0 which part the dropoff after october?00:17
inc0yeah00:17
sdakeI dont know the details of stackanetes - thought i'd bring it to your attention so you could have a conversation with sp_ about it00:18
sdakeas you are our fearless PTL :)00:18
inc0sp_, ask away:)00:18
sdakeinc0 i dont knwo if he is here at presnet or not, he asked me a few q's yesterday00:18
sdakelet me see if  Ican find the log00:18
sdakenot sure if sp_ represents stackanetes or not00:18
inc0well I know everyone from intel who commited to stackanetes00:19
sbezverkkfox1111: glance_manage_db_job keep ignoring kubernetes_entrypoint: yes and does not include init container :-(00:20
kfox1111looking00:21
sdakeinc0 here is the conversation: http://eavesdrop.openstack.org/irclogs/%23openstack-kolla/%23openstack-kolla.2017-01-12.log.html#t2017-01-12T03:42:3300:21
sdake(for context)00:22
kfox1111sbezverk: http://logs.openstack.org/36/410736/34/experimental/gate-kolla-kubernetes-deploy-centos-binary-helm-entrypoint-nv/3b42dbe/logs/pods.yaml00:22
kfox1111search for: generateName: glance-manage-db-00:22
kfox1111then look a few lines above at the pod.beta.kubernetes.io/init-containers.00:22
*** Pavo has quit IRC00:22
kfox1111I see the depnendencies container there.00:22
kfox1111did you add some dependencies to the jobs?00:23
inc0well as I said, one big difference between kolla and stackanetes is that kolla is alive00:23
sdakeinc0 didnt know stackanetes wasn't alive00:24
sbezverkkfox1111: hm, I guess they got removed during the transition..00:24
*** Pavo has joined #openstack-kolla00:24
*** sayantani01 has joined #openstack-kolla00:24
sdakeinc0 again i raise it for you to tackle - its not really my business until its made my business :)00:24
kfox1111yeah. all_values changed so much. proably forgot to put them back in?00:24
inc0whenever sp_ apears, I'll be happy to tackle this00:25
kfox1111sbezverk: here's an example of something I think will work (untested though) https://review.openstack.org/#/c/412239/22/helm/all_values.yaml00:25
kfox1111well, tested on an older revision.00:26
sdakeinc0 i would recommend reading the log if you ahve a moment00:26
sdakethere wasn't a whoel lot of discussion00:26
sdakeso it takes a few minutes max00:26
*** sayantani01 has quit IRC00:27
openstackgerritMerged openstack/kolla: Improve Quick Start documentation  https://review.openstack.org/40499300:27
*** sayantani01 has joined #openstack-kolla00:27
*** aj_power has quit IRC00:29
inc0yay00:31
*** Pavo has quit IRC00:32
kfox1111weird...00:33
kfox1111pining neutron back to 2.0.2 didn't fix it either.00:34
kfox1111so seems unrelated to neutron.00:34
kfox1111though its a problem with contacting the vm...00:34
*** liyifeng has joined #openstack-kolla00:36
sdakekfox1111 ok - back to basics00:40
sdakehave patches merged that cause the gate to break?00:40
sdakeor is it one particular patch that is causing the gate to break00:40
sdakeinc0 ya that quickstart guide improvement is rockin00:41
kfox1111if I take this ps, and swtich back to 2.0.2 it works.00:41
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073600:41
sdakeok - so lets start there00:41
kfox1111If I push most of the packages to 3.0.1 or 3.0.2 it breaks.00:41
sdakewhat do you need out of 3.0.2 to get things in an operational state?00:41
inc0I wonder when http://docs.openstack.org/developer/kolla/quickstart.html will refresh00:41
kfox1111tried pushing all to 3.0.2 and just neutron back to 2.0.2. iddn't work.00:41
kfox1111this implies its not the neutron stuff thats broken.00:41
sdakeinc0 it gets published in about 30 mins - you can check the progress on zuul.openstack.org00:41
kfox1111but, its a network connectivity related thing...00:42
sdakekfox1111 is there a reason you want to use newton images rather then mitaka?00:42
kfox1111openvswitch is a candidate, but the gate job for local openvswitch fails too..00:42
inc0why do you use old images anyway?00:42
sdakeinc0 - one problem at a time :)00:43
sbezverkkfox1111: can you add into your ps ovs-vsctl show00:43
inc0btw. I probably fucked up upload00:43
sdakeinc0 but ya - thats a problem that needs rectifying00:43
kfox1111sbezverk: yeah.00:43
inc0now when I think about it00:43
inc0let me check00:43
sdakeinc0 i probably did too - if you caught where I uploaded over your upload00:43
kfox1111so, that leaves nova/libvirt maybe....00:43
sdakekfox1111 i'm wondering if we can just release 0.4.0 with 2.0.3 images00:43
sdakewith using 2.0.3 images00:43
sdakeor 2.0.2 or whatever zstream we are on there00:44
sdaketoo many z streams ;)00:44
inc0indeed I did fuck up upload00:44
inc0I uploaded master to 3.0.200:44
kfox1111sdake: we can release 0.4.0 with 2.0.2. it seems to be working.00:44
sdakekfox1111 ok - what are the downsides of that?00:44
kfox1111with the few 3.0.2 containers that are required.00:44
sdakeI'd like to move on to the next milestone because people are blocked waiting on the release00:45
inc0uploading again correct one00:45
sdakethe services packages arre blocked and operators are blocked00:45
kfox1111sdake: we're working on those too. so not entirely blocked.00:45
inc0guys btw operators should land in pods right?00:45
sdakewe can release with 2.0.2 plus select 3.0.2 packages and then address it in parallel00:45
kfox1111but, would be nice, yeah to get 0.4.0 out.00:45
inc0hence it belongs to kolla really00:45
inc0as we need to build them into container00:46
sdakeinc0 i agree the containers part belongs in kolla00:46
kfox1111that should work. I can split this ps into 0.4.0, and then 2.0.2-> 3.0.2 ps's.00:46
inc0and code part is part of container00:46
sdakeinc0 i htink the way it would work is the containers would pip install kolla-kubernetes-0.4.000:46
sdakeand the build would use that00:46
inc0hmm00:46
inc0or have separate pip deliverable for operators00:47
kfox1111oh. operator containers are blocked on 0.4.0... gotcha.00:47
kfox1111yeah. I see.00:47
inc0we need to discuss that00:47
inc0how do we put them into container00:47
sdakethats another option although after the ml kerffufle i'm hesitent to open up any new tc requests on the governance repo ;)00:47
kfox1111heh. I get that.00:47
inc0nah, that's be pita00:47
inc0I'd rather develop them in kolla repo00:47
sdakethey are kubernetes specific tho00:48
kfox1111that puts them on a slower release cycle though.00:48
*** schwicht has quit IRC00:48
kfox1111and that.00:48
*** hfu has joined #openstack-kolla00:48
inc0I know, that's not an issue00:48
inc0to me00:48
inc0we already have k8s specific containers00:48
inc0like entrypoint00:48
kfox1111containers yes. code for the container, no.00:48
sdakeyes but not code00:48
sdakejust containers00:48
inc0slower dev is concering me00:48
sdakethe containers ppip install entrypoint for example00:48
sdakeanyway - lets focus on getting 0.4.0 out the door00:49
inc0I guess we can pip install kolla inside, but that's kinda heavyweight, and we'll have one container with ALL of the operators00:49
inc0yeah, that's solvable problem00:49
sdakesince 0.4.0 blocks all kinds of work00:49
kfox1111so, whats the plan? release with 2.0.2? sbezverk you had concerns there. still a problem?00:49
sdakewe need to be using master images not 3.0.200:49
sdakebut that will take a few weeks to sort out I suspect00:50
kfox1111we need both.00:50
sdakeeven 3.0.2 from what I can tell will take a few weeks to sort out00:50
sdakethe fact that everything implodes on these different versions is a bit of a problem ;)00:50
kfox1111stable and dev container support.00:50
kfox1111+100:50
kfox1111and thats what worries me about trunk. ;)00:50
kfox1111if getting 3.0.2 stable is hard, how hard would keeping trunk stable be? ;)00:50
sdaketrunk hasn't released a stable milestone at present00:50
sdakekfox1111 keeping trunk stable is pretty difficult actually00:51
sdakefortunately we can rely on tthe gating of kolla-ansible for that and also kolla-kubernetes in teh future00:51
kfox1111thats my concern. an unstable trunk shouldn't hamstring kolla-kubernetes develompent.00:51
kfox1111so testing against stable is important to forward progress.00:51
sdakekfox1111 that is how kolla-ansible has always rolled00:51
sdakefor upgrades yes00:51
sdakefor the main dev path no :)00:51
sdakeanyway - lets figure out how to get 0.4.0 out as soon as possible00:52
inc0I agree with sdake00:52
inc0it's not *that* unstable00:52
kfox1111trunks a moving target. as every project is a moving target. a lot of changing parts to break.00:52
sdakekfox1111 right - and that is part of the process of maintaing the code00:52
inc0kfox1111, but by design ocata deliveralbe is ocata container00:52
sdakekfox1111 that way we dont end up in the situation we are in (right now) :)00:52
inc0and ocata openstack00:52
kfox1111I agree its good to keep up with, so all the little problems don't hit you all at once in the end.00:52
portdirecto/00:52
kfox1111but they shouldn't stop development either.00:52
inc0so you'll have to deal with all the delta close to release, bad00:52
sdakeso i suggest agenda item for next week's meeting to discuss this00:52
sdakein further detail00:52
sdakeso eveyrone can participate00:53
* portdirect sees scrollbacks :)00:53
inc0sdake, mind adding it to wiki?00:53
sdakelets focus on 0.4.0 for the moment :)00:53
sdakeinc0 you got it00:53
inc0thansk00:53
*** jtriley has joined #openstack-kolla00:54
*** schwicht has joined #openstack-kolla00:55
*** zhurong has joined #openstack-kolla00:55
kfox1111sbezverk: portdirect: whats your take on 0.4.0 via 2.0.2?00:55
sdakeinc0 i added a couple o ther things and cleaned up the agenda since i was in teh page00:56
sdakehttps://wiki.openstack.org/wiki/Meetings/Kolla#Agenda_for_next_meeting00:56
kfox1111I can keep debugging 3.0.2 for a day or two, or we can cut a 0.4.0 now based on 2.0.2 and work on 3.0.2 in parallel.00:56
portdirectstill trying to catch up with scrollback00:56
sdakekfox1111 lets cut 0.4.0 now00:56
sdakekfox1111 and then we can have that discussion on which version to use00:56
inc0looks good, thanks00:56
sdakekfox1111 and from that, we can determine whether to use 3.0.2 or master00:56
kfox1111sdake: I tend to agree. just trying for a consensus if possible.00:56
sdakeinc0 np00:56
kfox1111sdake: both. ;)00:56
kfox11113.0.2 voting, master nonvoting.00:57
sdakekfox1111 right it may not be an or00:57
sdakekfox1111 thats a rockin idea00:57
kfox1111then we can make progress when things break, and still know what to work on fixing.00:57
sdakeya - i like that alot00:57
portdirectkfox1111: on one level think its really bad - but than we have been building against it :/ so if the jump to 3.0.2 is too much I'd pefer something that worked than somthing newer that did not00:57
inc0kfox1111, yeah I don't expect images to change enough to make it an issue00:57
portdirectkfox1111: we NEED to move to master in gate00:57
inc0also, did we have issue with images on master?00:57
kfox1111portdirect: I think 3.0.2 is close. just something connectivity wise is not working. and its not neutron.00:58
kfox1111I think another day or so should shake it loose.00:58
inc0ansible broke k8s because of config, images were relatively stable00:58
kfox1111I'm ok cutting a release with 2.0.2 though and then fixing it for 3.0.2 asap.00:58
sdakekfox1111 right - yo ucan continue owrking on it righ tafter we cut 0.4.000:59
sdakeso here is how the release process works everyone00:59
sdakeinc0 already knows this00:59
sdakebut i'll explain anyway :)00:59
kfox1111if its a container build issue, it can be fixed on the container side, and the image_tag changed by the user.00:59
sdakewe get to a stable-ish tree00:59
sdakewe commit a change to the release repo00:59
sdake(jeffrey is our release liason)00:59
sdakethe change has a has h commit id in it00:59
sdakethat is the one we want tagged with 0.4.000:59
sdakethis creates a 0.4.0 pip pckage00:59
sdakepypi packae i mean01:00
portdirectyeah - I mean this is not 1.0.0 so is it not actually more important to have a reference point for us to refer back to than have a finished product. In that case is suppose 2.0.2 is a much fairer reflection of where we are?01:00
sdakeso - by releasing 0.4.0, we can continue work without blocking01:00
sdakeat present, we are totally blocked on new work01:00
sdakeportdirect fwiw we aren't producing a product, we are producing a project for downstreams to turn into products01:00
sdakethe key thing here is we can cut 0.4.0 right now with 1 patch01:01
sdakethen kfox1111 you can continue to work on moving the image to a new version01:01
sdakeand evyerone can work on merging new patches01:01
sdakewe sort of said 0.4.0 would be the microservice level helm packages01:01
portdirectsdake: sorry that was loose language but s/product/project:)01:01
sdakewe have a bunch of service level packages in the queue waiting for us to pull the trigger on a release01:01
sdakeportdirect np - just wanted to make it clear - that openstack doesn't produce a product :)01:02
portdirect+101:02
sdake(for those watching at home) :)01:02
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Set versions to 0.4.0 and upgrade some to 3.0.2  https://review.openstack.org/41908201:02
sdakekfox1111 if that passes gate, we are gtg  for a tag id?01:02
kfox1111yeah. should be.01:03
kfox1111I think I undid the relevent 3.0.2 stuff. will see if I got it all.01:03
sdakecool01:03
kfox1111then I'll add it back in a followup ps.01:04
sdakeJeffrey4l - if this works, could you submit the change to the release repo on the hash id for htis patch?01:04
sdakeone more thing we need01:04
sdakeis a set of release notes01:04
sdakeso two patches01:04
sdakewe did say we would make release notes for 0.4.0 as one chunk01:04
sdakeand then forward use reno on all blueprints01:05
kfox1111true01:05
kfox1111I'm terrible at writing. does someone want to take an initial stab at a release note?01:06
sdakekfox1111 i'll do the notes01:06
sdakekfox1111 the patch01:06
sdakeif we work together to write the notes01:06
kfox1111ok. cool.01:07
sdakehttps://etherpad.openstack.org/p/kolla-kubernetes-0.4.0-condensed-notes01:07
kfox1111I'm ok at editing and adding content. but terrible writers block getting started.01:07
portdirectkfox1111: 'It was a dark and stormy night...'01:07
portdirectsorry I'mnot being any help01:08
kfox1111;)01:08
sdakeneed a little help :)01:09
sdakei've been on pto basicaly since the 20th :)01:09
sdakeportdirect can you join the etherpad01:10
sdakekfox1111 can you join the etherpad01:10
sdakeinc0 etherpad?01:10
sdakesrwilkers_ etherpad?01:10
sdakesbezverk etherpad?01:10
sdakei know its kind of short notice ;)01:10
sdakeI just want to get some release notes in there01:10
dmsimardCame across this issue and thought I'd file a bug about it https://bugs.launchpad.net/kolla/+bug/165614601:10
openstackLaunchpad bug 1656146 in kolla "kolla-build --list-images should only return matched images" [Undecided,New]01:10
sdakeso people know what work was done01:10
inc0my god that's a lot of purple01:11
kfox1111hehe01:11
sdakekfox1111 feeling like ryan today :)01:11
sdakeryan always uses purple01:11
kfox1111that may be more detail then people care to know. :)01:11
kfox1111ah.01:11
portdirectyeah - thats too much i think ?01:12
portdirectbut I've never done this for software before01:13
kfox1111if we do this:01:13
kfox1111ls helm/microservice/ | sed 's/-.*//' | sort -u01:13
portdirectanyone have a link to an example from another kolla devliverable?01:13
kfox1111we get down to a list of 15.01:13
kfox1111which is less then 97. ;)01:14
kfox111114 if you exclude ceph, as its not really a focus of the release.01:14
portdirectkfox1111: could you paste that so we can see what it looks like?01:14
kfox1111k. sec01:15
kfox1111done. see bottom.01:15
sdake97 is fine01:15
sdakeit doesn't matter if the list is large01:16
sdake97 is what would have happened if we did this all along01:16
sdakeeach microservice would have had a reno release note01:16
sdakeper commit01:16
kfox1111more then that. ;)01:16
portdirectI defer to people who know this stuff :)01:16
sdakethat is what we want to represent in the consolidated view01:16
sdakehowmany ever it takes01:16
kfox1111theres been several commits worth per microservice. ;)01:16
sdakelets get the features in that were developed01:16
sdakekfox1111 right - the last commit adds the reno release note typically01:17
kfox1111yeah01:17
sdakerelease notes are important, people read them :)01:17
portdirectfrom my perspective the primary features are the templates that we use to construct these packages?01:17
sdakeok there is more - isn't htere?01:17
kfox1111some features.... gating. configmap generation via genconfig. deployment of compute kit using helm packages01:17
sdake(I mean beyond microservices)01:17
portdirectI think they should be mention01:17
sdakekfox1111 cool - so add em in01:17
*** goldyfruit has quit IRC01:18
sdakeportdirect can you add in any features you think are worthy of mention01:18
sdakeits a shame sbezverk isn't here01:18
*** aj_power has joined #openstack-kolla01:19
*** salv-orlando has joined #openstack-kolla01:19
kfox1111does those docs still work?01:19
kfox1111I know they did for sure at one point, but a lot has changed in the code base. :/01:20
portdirectI dont think any do really :(01:20
portdirectthe halycon stuff still does - but we cannot delpy on to it via any of the docs we have01:20
*** tonanhngo has quit IRC01:20
kfox1111k.01:21
*** zhubingbing has joined #openstack-kolla01:21
kfox1111once 0.4.0 is cut, that shoudl be a priority.01:21
kfox1111as it should be much more stable from here on out. (I hope)01:21
sdakewhat about gating improvements/documentation/ceph/etc?01:21
sdakethrow everything in there01:22
*** schwicht has quit IRC01:22
sdakeportdirect you mean halycon docs in kolla-kubernetes repdo are incorrect?01:22
portdirectno they are correct - but just describe how to set up a k8s cluster01:22
portdirect(using vagrant)01:23
sdakeportdirect right - i think I used document "development environment"01:23
portdirectyeah - it was the one we went though together with Pavo01:23
*** skramaja has joined #openstack-kolla01:24
sdakeportdirect nah, whta I mean is in the etherpad is we documented a development environment for kolla-kubernetes based upon halycon01:24
sdakethose instructions still work, right?01:24
*** salv-orlando has quit IRC01:24
portdirectyes, they still work01:24
sdakecool - so we are good :)01:25
sdakeportdirect have to be honest, haven't tried them since about the 23rd or so01:25
kfox1111ok. cool.01:25
sdakeportdirect after shutdown had travel - this is first day I have had available01:25
sdakeand today is a "PTO" day :)01:26
inc0ok, I'm going to bleed and sweat and possibly die01:26
inc0(gym(01:26
inc0talk to you all tomorrow01:26
sdakeexercise = yay :)01:26
sdakelater inc001:26
inc0unless I die, then I won't be here tomorrow01:26
sdakeya don't do that01:26
kfox1111I'm going to have to head out in a few.01:26
inc0I'll have bigger problems01:26
inc0cyas01:26
sdakekfox1111 thats cool, anything else you can add to the etherpad in terms of features?01:27
*** inc0 has quit IRC01:27
sdakeor docs/gating/etc?01:27
sdakeso I can form the patch01:27
*** Pavo has joined #openstack-kolla01:27
sdakeportdirect anything you have to add there?01:27
*** caowei has joined #openstack-kolla01:28
Jeffrey4lsdake, are u talking about the kolla-k8s release? what release notes should be added01:29
sdakeJeffrey4l right01:29
sdakewe have an etherpad above01:29
*** Pavo has quit IRC01:29
kfox1111Jeffrey4l: https://etherpad.openstack.org/p/kolla-kubernetes-0.4.0-condensed-notes01:29
sdakeJeffrey4l i am adding the relesae notes file01:29
openstackgerritshaofeng cheng proposed openstack/kolla-ansible: Update README.rst in kolla-ansible  https://review.openstack.org/41052801:29
portdirectkfox1111: line2 30-45 thoughts?01:30
portdirect*lines01:30
kfox1111looks good. a little confused by 45 though01:30
kfox1111sdake: we also wrote a lot of the templates for the microservices in this release.01:31
kfox1111not just conversion of jinaja->gotl01:31
sdakewhat about entrypoint?01:32
sdakeisn't there some entrypoint code in there in some way?01:32
portdirectyeah - what to you call a service  in non k8s speak?01:32
portdirecta vip doesnt really cover it :)01:32
sdakecool - can we add those in :)01:32
kfox1111portdirect: ah. thats kind of what I thought you were saying but wasn't sure. gotcha.01:32
sdakeportdirect what is a kolla kubernetes network service01:32
sdakecould you define that01:32
kfox1111sdake: yeah. some support for entrypoint. but not finalized yet.01:32
sdakeif we say that - people are going to say "thats what kuryr does"01:32
sdakeok - so add it in plz :)01:32
portdirectlol kfox1111 I'll ned to get a better term :)01:32
kfox1111all the hooks are there, but not the actual dependencies.01:32
sdakesome support for entrypoint in containers :)01:33
sdakeportdirect if you explain the idea to me, i can probably rework it into someething that won't cause bleeding on the ml01:33
kfox1111sdake: hows that?01:33
portdirectsdake: it just k8s services01:34
Jeffrey4lsdake, cool. btw, what the root cause?01:34
Jeffrey4lfor the rbd create issue?01:34
sdakeportdirect the line 45 i mean01:34
sdakethe Kubernetes network01:34
sdakeJeffrey4l we punted on that until after release - we jsut backed out a change01:34
sdakethe kubernetes network service01:34
sdakepeople will be "what does that mean"01:35
sdakeI think it needs more detail01:35
portdirectsdake: thats what I ment, but evidently phrased it very badly :)01:35
kfox1111Jeffrey4l: there's a few issues with getting to 3.0.2 fully. the rbd one was a lack of a flag to rbd that is now required. fixed a few more issues after that. and am currently stuck on vm's networking not quite working.01:35
portdirectsdake: https://kubernetes.io/docs/user-guide/services/#defining-a-service01:35
*** goldyfruit has joined #openstack-kolla01:36
portdirectsdake: ^^ I lack the terminology to put it better :(01:36
*** goldyfruit has quit IRC01:36
*** aj_power has quit IRC01:36
kfox1111sdake: part of the problem is so many definitions for "service" :/01:36
*** skramaja has quit IRC01:37
kfox1111openstack services, rest services, kubernetes services, microservices, keystone services, all different things. :/01:37
portdirect*services01:37
kfox1111totally different things with the same name. :/01:37
Jeffrey4lroger. thanks.01:38
* portdirect starts a service as a service company for service providers providing services01:38
kfox1111portdirect: there's real money to be had there I think. ;)01:38
sdakeportdirect lol :)01:38
kfox1111just gotta find the right sucker^h^h^h^h^h^h valued customer... :)01:38
sdakeso lets just detail it more and not use the word service at all01:38
sdakeif you can explain it to me01:39
sdakei would be happy to rework it into something non-bleeding01:39
portdirectyeah basicly a vip (and or a set of exposed ports) and a dns endpoint01:39
sdakeoh - skydns support01:39
sdakeso VIP with skydns endpoint01:40
portdirectand some iptables01:40
kfox1111I'd recommend us not supporting skydns anymore though.01:40
sdakeVIP integration with iptables and skydns endpoint01:40
kfox1111it hasn't been ported to helm and its relatively hard not to get dns now from k8s deployment tools.01:40
sdakekfox1111 ok - we can discuss that after 0.4.0 :)01:40
portdirectskydns is kinda swalled - just k8s dns01:40
kfox1111yeah.01:40
sdakeok VIP integration with iptables with DNS01:40
kfox1111just saying, it might be better not to advertise it.01:40
sdakethats innocous sounding enough :)01:40
kfox1111yeah.01:40
portdirectkfox1111: skydns is baked into the k8s dns service -it just a wrapper round the same code i think01:41
sdakeportdirect can you use that terminology above if it makes sense?01:41
kfox1111portdirect: we provided some batteries included support for deploying it if your k8s didn't already have it.01:41
portdirectyes - but that kinda sounds like we invented it - maybe we should just leave it out?01:41
kfox1111but its so common now, including the batteries seems like just a maintenence burdon that no one will use.01:41
portdirectkfox1111: yeah - its pretty much required01:42
portdirectso we shouldnt need to do it anymore01:42
sdakeok - lets focus on release notes :)01:42
portdirectlol01:42
sdakenot future dev :)01:42
sdakeneed to release asap :)01:42
portdirectsdake - fixed it for you01:42
sdakeportdirect thanks :)01:43
sdakeJeffrey4l are you a core reviewer on kolla-kubernetes?01:43
Jeffrey4lno.01:43
sdakei sort of think our release liason should be by fiat01:43
sdakenot that you would approve changes all that often01:44
sdakejust things like release notes01:44
sdakeor docs changes or whatnot01:44
Jeffrey4lok np01:44
sdakeif anyone complains we can always remove you :)01:44
sdakeinc0 did offer the original kolla core team a spot if they wanted one01:44
sdakeI think you didn't respond on that  thread iirc01:44
kfox1111+1 for jeffrey4l getting a core vote.01:45
kfox1111or +2.. whatever it takes. :)01:45
sdakewell jeffrey4l is super swamped01:45
sdakedoubt he has time for full on kubernetes dev01:45
kfox1111yeah. but if he is release liason, he should have it.01:45
sdakebut he is our release liason01:45
sdakeits pretty much lsame story as ptl01:45
sdakeinc0 can always reverse it later :)01:46
kfox1111right01:46
sdakeok - well i'll mention it on ml in case anyone has objections01:46
sdakeJeffrey4l you good with that ?01:47
kfox1111ok. I really gotta head out.  I'll try and check back in a bit.01:47
sdakekfox1111 did your patch pass the gate?01:47
sdakekfox1111 thanks01:47
sdakekfox1111 i'll work up the release notes patch01:47
kfox1111gate passed one round of tests that didn't break due to hub connectivity issues.01:47
kfox1111docker just send out a mail saying they thought things are fixed though.01:48
sdakecan you link the review01:48
Jeffrey4lsdake, ok.01:48
kfox1111so I kicked off another run.01:48
kfox1111https://review.openstack.org/#/c/419082/01:48
kfox1111bb;01:48
kfox1111bl01:48
kfox1111bbl01:48
kfox1111:)01:48
sdakegah the gate broke ther ekfox01:48
sdakekfox1111 enjoy your evening :)01:48
kfox1111I'll be back to checkup on the ps.01:49
kfox1111l8r01:49
*** adrian_otto has quit IRC01:52
*** schwicht has joined #openstack-kolla01:53
Jeffrey4lso that patch is ready to go? with three gate red.01:55
*** Pavo has joined #openstack-kolla01:56
sdakeno01:56
sdakeJeffrey4l pretty sure not - docker hub is busted atm01:56
sdakeJeffrey4l  kolla-kubernetes gates should always be green prior to release01:57
sdakepossibly the experimental gates may be red01:57
sdakeportdirect thanks for the contribution to the release notes :)01:57
Jeffrey4l roger.01:58
* sdake breaks out reno01:58
sdakeJeffrey4l hwen you publish the release, can you make sure the releasenotes publishing thing is setup properly?02:01
Jeffrey4ltox -ereleasenote do not work?02:01
Jeffrey4lsdake, ^^02:02
sdakeJeffrey4l i'll take a look02:03
sdakeit may not have been ported to 2.0.0 of reno02:03
Jeffrey4lbe out for a while. brb. will check it when back.02:03
sdakeJeffrey4l i am working on it now02:03
Jeffrey4lcool. please leave comment about the status to me  before you are offline.02:04
sdakewill do02:04
sdakesupposed to be on pto today :(02:04
sdakegroan02:04
sdake  releasenotes: commands succeeded02:04
sdake  congratulations :)02:04
sdakeworks for me Jeffrey4l02:04
*** Pavo has quit IRC02:09
openstackgerritsayantani proposed openstack/kolla-ansible: Update deploy-servers.yml playbook in bifrost role  https://review.openstack.org/41971502:14
sdakeboy reno rocks02:15
sdakereally a big fan02:15
*** l4yerffeJ has quit IRC02:15
*** l4yerffeJ has joined #openstack-kolla02:15
*** dave-mccowan has joined #openstack-kolla02:17
*** Pavo has joined #openstack-kolla02:19
*** hfu has quit IRC02:24
*** hfu has joined #openstack-kolla02:25
*** hfu has quit IRC02:27
*** hfu has joined #openstack-kolla02:29
*** l4yerffeJ_ has joined #openstack-kolla02:30
*** Jeffrey4l_ has joined #openstack-kolla02:30
*** srwilkers has joined #openstack-kolla02:31
*** l4yerffeJ has quit IRC02:34
*** Jeffrey4l has quit IRC02:34
*** hfu has quit IRC02:41
*** hfu has joined #openstack-kolla02:42
*** unicell has quit IRC02:46
*** tovin07 has joined #openstack-kolla02:46
*** vhosakot has joined #openstack-kolla02:50
*** zhubingbing has quit IRC02:51
*** yuanying has quit IRC02:52
kfox1111back for a few03:01
*** duonghq has joined #openstack-kolla03:02
duonghqmorning guys03:03
kfox1111weird....03:07
kfox1111Tag 3.0.2 not found in repository docker.io/kolla/centos-binary-kubernetes-entrypoint)03:07
sdakekfox1111 let me take a look03:10
sdakehe ydu03:10
sdakehey duonghq03:10
sdakeduonghq can you contribute to the release notes pelase03:10
sdakeduonghq https://etherpad.openstack.org/p/kolla-kubernetes-0.4.0-condensed-notes03:11
sdakewow 3k pulls on entrypoint already03:11
*** absubram has joined #openstack-kolla03:11
sdakekfox1111 entrypoint wasn't built for some odd reason: https://hub.docker.com/r/kolla/centos-binary-kubernetes-entrypoint/tags/03:11
duonghqsdake, I'm reading this03:11
sdakekfox1111 let me  finish my dinner (10 mins) and I'll look at  getting it built and pushed03:12
kfox1111sdake: I could have swarn it was working at some point.03:12
duonghqsdake, maybe it is not included in any profile?03:12
sdakeduonghq that is entirely possible03:12
sdakeduonghq i totally hadn't thought of that03:12
kfox1111I wondner if they still have some unreplicated shards. :/03:12
*** jrobinson is now known as jrobinson-afk03:13
sdakekfox1111 wouldn't surprise me if the databaes they are using is totally borked03:13
sdakealthough they use AWS to store their blobs03:13
sdakeI don't know what they use for their database of tags03:13
kfox1111they claim to have fixed some issues though. so maybe repushing it would help.03:13
*** sdake_ has joined #openstack-kolla03:14
sdake_[sdake@minime-03 docker]$ docker images | grep entrypoint03:14
sdake_[sdake@minime-03 docker]$03:14
sdake_its not in my docker cache at all03:15
kfox1111werird. ok.03:15
openstackgerritJack Ning proposed openstack/kolla-ansible: Render cinder's ceph.conf using merge_configs  https://review.openstack.org/41973703:15
sdake_that would definately break networking i think03:15
kfox1111maybe I was still using 3.0.1.03:15
sdake_because sbezverk'z ovs code uses entrypoint03:15
kfox1111yeah.03:15
sdake_worth a retry of your old patch set in the gate once i fix the push03:15
sdake_or rather ubild03:15
sdake_duonghq i think your speculation is probably correct re profiles03:16
kfox1111+1.03:16
sdake_http://paste.fedoraproject.org/526510/84277448/ -> http://paste.fedoraproject.org/526510/8427744803:17
sdake_ok - so where does that entrypoint image come from?03:17
*** sdake has quit IRC03:18
sdake_that must be a master versioned container03:18
*** absubram_ has joined #openstack-kolla03:18
sdake_that was tagged as 3.0.103:18
sdake_i did pip install kolla==3.0.203:18
sdake_followed by push03:18
kfox1111yeah. was added recently to trunk.03:18
kfox1111may not have gotten into 3.0.2 I guess.03:18
sdake_i see03:18
kfox1111but its just a wrapper container around their go static binary.03:19
kfox1111so really doesn't depend on any version.03:19
sdake_got it03:19
sdake_i'll fix it03:19
kfox1111thx.03:19
kfox1111I wonder if inc0 built ubuntu 3.0.2 stuff from trunk then.03:19
kfox1111there's an ubunutu entrypoint in the repo.03:19
*** absubram has quit IRC03:19
*** absubram_ is now known as absubram03:19
*** Jeffrey4l_ has quit IRC03:19
sdake_for 3.0.2?03:19
kfox1111though its tagged as a month old, which is odd.03:19
sdake_ok - I have idea03:20
kfox1111I thought that was a fluke of the docker weirdness, but maybe someone built it back then.03:20
sdake_can you cahnge the version to :master03:20
sdake_because I don't really want to push  a 4.0.0 container03:20
sdake_as a 3.0.0 tag03:20
sdake_(for the entrypoint container)03:20
kfox1111we already pushed it as 3.0.103:20
sdake_yup - i can delete that03:20
kfox1111we can retag 3.0.1 as 3.0.2 as well.03:20
*** salv-orlando has joined #openstack-kolla03:21
sdake_we could do that, but it doesn't seem to make sense to me03:21
*** Jeffrey4l_ has joined #openstack-kolla03:21
kfox1111or retag it 4.0.0?03:21
sdake_i'll do what you like tho - let me know :)03:21
sdake_hrm - that sounds ok03:21
*** goldyfruit has joined #openstack-kolla03:21
sdake_kind of wacky - but worth a go03:21
sdake_a golang that is :)03:21
*** prameswar has joined #openstack-kolla03:21
kfox1111:)03:22
kfox1111ok. if you can retag to 4.0.0 for centos & ubuntu kubernetes-entrypoints, I can tweak the patch.03:22
*** adrian_otto has joined #openstack-kolla03:22
*** Pavo has quit IRC03:24
sdake_https://hub.docker.com/r/kolla/centos-binary-kubernetes-entrypoint/tags/03:24
*** salv-orlando has quit IRC03:25
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Set versions to 0.4.0 and upgrade some to 3.0.2  https://review.openstack.org/41908203:25
kfox1111still need https://hub.docker.com/r/kolla/ubuntu-binary-kubernetes-entrypoint/tags/03:25
sdake_kfox1111 ubuntu and centos binary is tagged from 3.0.2 to 4.0.003:26
sdake_when we release 4.0.0 (ocata) - it will overwrite the old tag03:26
sdake_so we will be good03:26
*** PramodJ has joined #openstack-kolla03:29
sdake_kfox1111 should be there03:29
sdake_what about the source containers?03:29
*** MasterOfBugs has quit IRC03:32
*** pramodrj07 has quit IRC03:32
*** pramodrj07 has joined #openstack-kolla03:32
sdake_Jeffrey4l_ you said releasenotes don't work for you in kolla-kubernetes - however tox -e releasenotes works for me03:32
sdake_Jeffrey4l_ am i doing it wrong? :)03:33
kfox1111sdake_: not testing against src containers at the moment.03:33
*** PramodJ has quit IRC03:35
sdake_https://hub.docker.com/r/kolla/ubuntu-source-kubernetes-entrypoint/tags/03:38
sdake_https://hub.docker.com/r/kolla/centos-source-kubernetes-entrypoint/tags/03:38
*** pramodrj07 has quit IRC03:38
sdake_any other master containers kolla-kubernetes relies upon besides entrypoint?03:38
*** zhurong has quit IRC03:39
*** Pavo has joined #openstack-kolla03:40
sdake_quiet tonight03:40
*** adrian_otto has quit IRC03:41
*** vhosakot has quit IRC03:42
*** sdake has joined #openstack-kolla03:43
*** sdake_ has quit IRC03:45
*** srwilkers is now known as srwilkers_zzz03:49
*** yuanying has joined #openstack-kolla03:52
sdakesrwilkers_ are you asleep yet?03:52
sdakethere are release notes to review :)03:52
sdakesrwilkers_zzz are ou really asleep - there are release notes to review03:53
*** mdnadeem has joined #openstack-kolla03:56
sdakeduonghq - release notes look good - or did you add anything - or want to add anything?03:58
sdakeduonghq I am going to convert them into a patchset in a moment03:58
kfox1111I don't think any other containers currently depend on entrypoint.03:59
duonghqsdake, I think it's good atm,04:00
kfox1111sbezverk: https://review.openstack.org/#/c/419082/04:00
sdakekfox1111 what I mean is - are there other containers *only* in master that are needed for kolla-kubernetes besides entrypoint04:00
kfox1111srry. sdake: https://review.openstack.org/#/c/419082/04:00
*** Pavo has quit IRC04:01
kfox1111thats the only one I think.04:01
sdakehot04:01
sdakeship it :)04:01
sdakeso - let me look over the ptach and see what ou ended up with04:01
kfox1111need 2 +2's and a wf.04:01
kfox1111k.04:01
sdakeis this 2.0.2 container version?04:01
sdakeor 3.0.z?04:01
kfox11112.0.2 primarily.04:01
kfox1111with a few 3.0.2 support.04:01
kfox1111see all_values.yaml for specifics.04:02
sdakei see neutron using 2.0.204:02
sdakecan you try with neutron 3.0.2 or is that busted04:02
kfox1111defaults in kolla:all:image_tag04:02
kfox1111I can try more different version combinations tomorrow.04:03
kfox1111gota watch the child now.04:03
*** l4yerffeJ_ has quit IRC04:03
sdakei see - image_tag04:03
*** l4yerffeJ__ has joined #openstack-kolla04:03
sdakeya - lets try 3.0.204:03
sdakeand if that works, lets merge it tomorrow and be done with it04:03
sdakeif not, we can ship with 2.0.204:04
kfox1111it didn't earlier.04:04
sdakei htink the root cause was entrypoint or dockerhub being flakey04:04
kfox1111everything seemed to work, but the vms weren't on the network.04:04
kfox1111no, not entrypoint related. would see it pass that sometimes and still fail way at the end.04:04
kfox1111if you want, you can make a followon patch to it with it set back to 3.0.2 and test.04:05
kfox1111if you can figure out the issue, we can merge asap.04:05
kfox1111otherwise, I'll keep working on 3.0.2 tomorrow.04:05
*** sp__ has joined #openstack-kolla04:07
kfox1111I wana pull that specific neutron pin out though...04:07
kfox1111will fix that real quick. then really gotta go04:07
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Set versions to 0.4.0 and upgrade some to 3.0.2  https://review.openstack.org/41908204:07
openstackgerritDuong Ha-Quang proposed openstack/kolla-kubernetes: Helm Ceph OSD Bootstrap  https://review.openstack.org/41069604:08
*** schwicht has quit IRC04:19
*** caowei has quit IRC04:26
sdakekfox1111 ya - get some rest dude - i am headed to bed too04:27
sdakekfox1111 Jeffrey4l_ i'll publish the release notes in the morning04:27
sdakearound 6-7AM PSt04:27
*** goldyfruit has quit IRC04:30
*** jtriley has quit IRC04:30
*** jrobinson-afk is now known as jrobinson04:33
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Set versions to 0.4.0 and upgrade some to 3.0.2  https://review.openstack.org/41908204:43
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Test out 3.0.2 images in gate instead of 2.0.2 images  https://review.openstack.org/41975904:43
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Set versions to 0.4.0 and upgrade some to 3.0.2  https://review.openstack.org/41908204:45
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Test out 3.0.2 images in gate instead of 2.0.2 images  https://review.openstack.org/41975904:45
duonghqsdake, can I add something to PTG etherpad?04:45
sdakeit is open for business until votes go out04:45
duonghqack04:45
sdakeunless we aren't voting - but yes its still open for usiness :)04:46
duonghqguess that it still opens for some days?04:46
*** v1k0d3n has quit IRC05:08
*** unicell has joined #openstack-kolla05:12
*** adrian_otto has joined #openstack-kolla05:13
*** v1k0d3n has joined #openstack-kolla05:14
Jeffrey4l_sdake, i just asked whether tox -ereleasenotes works in k8s. never tried that.05:16
sdakeJeffrey4l_ oh - i see - yes it does work05:16
Jeffrey4l_so after you pushed the release note. we can cut 0.4.0 tag, correct?05:18
*** sayantani01 has quit IRC05:20
*** dave-mccowan has quit IRC05:27
*** caowei has joined #openstack-kolla05:40
*** adrian_otto has quit IRC05:40
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Refactor register.yml files  https://review.openstack.org/41604605:50
*** sacharya has quit IRC05:50
openstackgerritMerged openstack/kolla-ansible: Unify jinja syntax  https://review.openstack.org/41941505:58
openstackgerritnarasimha18sv proposed openstack/kolla: user wont be associated to project if ldap is keystone backend  https://review.openstack.org/41604306:04
*** yuanying has quit IRC06:06
*** salv-orlando has joined #openstack-kolla06:07
*** prameswar has quit IRC06:07
*** yuanying has joined #openstack-kolla06:07
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix the set config error  https://review.openstack.org/37166906:08
*** yuanying has quit IRC06:11
*** yuanying_ has joined #openstack-kolla06:11
*** yuanying_ has quit IRC06:12
*** yuanying has joined #openstack-kolla06:12
*** v1k0d3n has quit IRC06:12
*** yuanying has quit IRC06:17
*** bjolo has joined #openstack-kolla06:17
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Add missed octavia_ca_password variable in passwords.yml file  https://review.openstack.org/41977406:19
openstackgerritDuong Ha-Quang proposed openstack/kolla-kubernetes: [WIP] Helm Ceph OSD  https://review.openstack.org/41829406:20
openstackgerritDuong Ha-Quang proposed openstack/kolla-kubernetes: [WIP] Helm Ceph OSD  https://review.openstack.org/41829406:23
*** jrobinson_ has joined #openstack-kolla06:28
*** prameswar has joined #openstack-kolla06:30
*** jrobinson has quit IRC06:31
*** jrobinson_ is now known as jrobinson06:31
openstackgerritDuong Ha-Quang proposed openstack/kolla-kubernetes: Helm Ceph Initial Mon  https://review.openstack.org/41064106:34
openstackgerritWei Cao proposed openstack/kolla: Add dragonflow container  https://review.openstack.org/41819306:40
openstackgerritJack Ning proposed openstack/kolla-ansible: Render cinder's ceph.conf using merge_configs  https://review.openstack.org/41973706:42
*** salv-orlando has quit IRC06:43
*** msimonin has joined #openstack-kolla06:45
*** prameswar has quit IRC06:47
*** sacharya has joined #openstack-kolla06:51
*** hfu has quit IRC06:56
*** sacharya has quit IRC06:56
*** prameswar has joined #openstack-kolla06:59
*** msimonin has quit IRC07:01
bjolomorning07:02
sdakeJeffrey4l_ we are waiting on kfox1111's patch to merge as well07:04
sdakeJeffrey4l_ i think at earliest it will be my morning your late evening07:04
sdakeI'm headed to bed07:04
sdakehi and goodnight bjolo :)07:04
bjolotag team :)07:05
*** zhurong has joined #openstack-kolla07:05
bjologood night sdake07:05
sdakeJeffrey4l_ if you can't get to it tomorrow - saturday is fine - once we have the last two commits sorted out, it wont matter when the repo is tagged - we will be unblocked07:05
sdakeor even monday07:05
sdakeor tuesday :)07:05
sdakein my case, monday is a holiday - and I'll probably be out if I can help it :)07:05
*** hfu has joined #openstack-kolla07:06
*** hfu has quit IRC07:11
*** hfu has joined #openstack-kolla07:12
openstackgerritJack Ning proposed openstack/kolla-ansible: Render cinder's ceph.conf using merge_configs  https://review.openstack.org/41973707:12
Jeffrey4l_sdake, roger.07:15
*** yuanying has joined #openstack-kolla07:19
openstackgerritnarasimha18sv proposed openstack/kolla: user wont be associated to project if ldap is keystone backend  https://review.openstack.org/41604307:22
*** salv-orlando has joined #openstack-kolla07:27
*** SaMnCo has quit IRC07:28
*** sindhu has quit IRC07:28
*** smekel_ has quit IRC07:28
*** SaMnCo has joined #openstack-kolla07:29
*** markmcclain has quit IRC07:29
*** jemcevoy has quit IRC07:30
*** hyakuhei has quit IRC07:30
*** wirehead_ has quit IRC07:30
*** portdirect has quit IRC07:30
*** britthouser has quit IRC07:31
*** britthouser has joined #openstack-kolla07:31
*** mliima__ has joined #openstack-kolla07:32
*** portdirect has joined #openstack-kolla07:32
*** markmcclain has joined #openstack-kolla07:34
*** sindhu has joined #openstack-kolla07:34
*** jemcevoy has joined #openstack-kolla07:35
*** mliima_ has quit IRC07:36
*** msimonin has joined #openstack-kolla07:36
*** wirehead_ has joined #openstack-kolla07:36
*** smekel_ has joined #openstack-kolla07:37
*** msimonin has quit IRC07:37
duonghqsbezverk, around?07:39
*** hyakuhei has joined #openstack-kolla07:39
duonghqanybody got error ceph package key is not installed randomly when using halcyon?07:44
*** satyar has joined #openstack-kolla07:46
*** jrobinson has quit IRC07:47
satyarHi jeffrey4l_07:47
satyarhow are you?07:47
Jeffrey4l_sup satyar07:47
Jeffrey4l_not bad ;)07:47
satyar:P07:47
satyarworking on your comments :)07:48
Jeffrey4l_thanks07:48
satyarhttps://review.openstack.org/#/c/404944/22/ansible/library/rabbitmq_hostname.py@6707:48
satyari tried with multinic setup07:48
Jeffrey4l_AnsibleModule is easier to maintain.07:48
satyarwhere i put the eth0 as the rabbit interface07:48
satyari dint got the issue you mentioned over there07:49
satyaras ansible facts handeling it07:49
*** tonanhngo has joined #openstack-kolla07:49
Jeffrey4l_if there  multi address, the latter one will override the former one.07:50
satyaryes07:50
satyarthat comment07:50
Jeffrey4l_is that correct?07:50
satyaryes i am not getting the any issue there07:51
Jeffrey4l_you want the last address?07:51
Jeffrey4l_so please use addresses[-1]07:51
Jeffrey4l_this is confused.07:51
satyarno i dont want the last address07:52
satyari want the address which is at arg_file07:52
Jeffrey4l_then it is a issue.07:52
satyari understand what you are pointing :)07:53
satyarbut i guess this runs on each host07:53
*** tonanhngo has quit IRC07:53
Jeffrey4l_it works doesn't mean it is correct;)07:53
Jeffrey4l_yes.07:53
satyar:P07:53
satyari thought ansible fact is handeling it07:53
Jeffrey4l_i guess some variable can not come from ansible_facts rather then get it through "ip" command again.07:54
satyarby that i will be getting only one address over there07:54
Jeffrey4l_no. this is purge python question at this point.07:54
satyarhmmm07:56
*** hyakuhei has quit IRC07:57
*** wirehead_ has quit IRC07:57
satyari will catch you again tonight :P07:57
Jeffrey4l_np ;)07:57
satyarneed to get my car....07:57
Jeffrey4l_ok.07:58
*** jemcevoy has quit IRC07:58
*** matrohon has joined #openstack-kolla08:00
*** jemcevoy has joined #openstack-kolla08:01
*** tonanhngo has joined #openstack-kolla08:02
*** tonanhngo has quit IRC08:03
*** wirehead_ has joined #openstack-kolla08:04
*** hyakuhei has joined #openstack-kolla08:06
*** shardy has joined #openstack-kolla08:12
duonghqsdake, when do we freeze kolla-k8s feature?08:17
*** duonghq has quit IRC08:19
*** msimonin has joined #openstack-kolla08:20
*** hfu has quit IRC08:22
*** hfu has joined #openstack-kolla08:26
*** duonghq has joined #openstack-kolla08:30
*** duonghq__ has joined #openstack-kolla08:35
openstackgerritjianyi proposed openstack/kolla-ansible: Add zun ansible role  https://review.openstack.org/41617908:36
*** jmccarthy has joined #openstack-kolla08:41
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: [wip] enable ceilometer related project in gate  https://review.openstack.org/41227808:43
*** salv-orlando has quit IRC08:43
*** salv-orlando has joined #openstack-kolla08:44
*** jmccarthy has quit IRC08:45
*** wagiel has joined #openstack-kolla08:45
*** egonzalez has joined #openstack-kolla08:48
*** Serlex has joined #openstack-kolla08:48
egonzalezmorning o/08:49
Jeffrey4l_morning egonzalez08:49
Jeffrey4l_egonzalez, please review this https://review.openstack.org/415504 ;)08:50
*** prameswar has quit IRC08:57
*** jmccarthy has joined #openstack-kolla09:02
*** tovin07_ has quit IRC09:02
*** athomas has joined #openstack-kolla09:06
*** hfu has quit IRC09:07
*** hfu has joined #openstack-kolla09:08
*** lukl1 is now known as samolukl09:11
*** zhurong has quit IRC09:16
*** rmart04 has joined #openstack-kolla09:18
*** samolukl is now known as lukl09:22
*** matrohon_ has joined #openstack-kolla09:24
*** rmart04_ has joined #openstack-kolla09:25
*** matrohon has quit IRC09:26
*** rmart04 has quit IRC09:27
*** rmart04_ is now known as rmart0409:27
*** satyar has quit IRC09:29
openstackgerritOpenStack Proposal Bot proposed openstack/kolla-ansible: Updated from global requirements  https://review.openstack.org/41934209:34
*** tovin07 has quit IRC09:35
*** matrohon__ has joined #openstack-kolla09:36
*** msimonin has quit IRC09:36
*** hfu has quit IRC09:38
*** msimonin has joined #openstack-kolla09:38
*** msimonin has quit IRC09:38
*** mgoddard has joined #openstack-kolla09:38
*** matrohon_ has quit IRC09:39
*** jmccarthy has quit IRC09:39
openstackgerritEduardo Gonzalez proposed openstack/kolla: Fix gnocchi gate error  https://review.openstack.org/41984309:40
*** mannamne has joined #openstack-kolla09:44
*** wagiel has quit IRC09:52
*** gfidente has joined #openstack-kolla09:57
*** gfidente has joined #openstack-kolla09:57
*** hyakuhei has quit IRC09:58
*** hyakuhei has joined #openstack-kolla09:58
*** hyakuhei has quit IRC09:58
*** hyakuhei has joined #openstack-kolla09:58
*** jmccarthy has joined #openstack-kolla10:01
*** caowei has quit IRC10:07
*** sklgromek has joined #openstack-kolla10:17
*** JoseMello has joined #openstack-kolla10:18
*** openstackgerrit has quit IRC10:18
*** prameswar has joined #openstack-kolla10:21
*** salv-orl_ has joined #openstack-kolla10:23
*** msimonin has joined #openstack-kolla10:23
*** athomas has quit IRC10:24
*** salv-orlando has quit IRC10:25
*** gromek has joined #openstack-kolla10:27
gromekexit10:27
gromeklol10:27
gromeksorry guys10:28
*** gromek has left #openstack-kolla10:28
*** Serlex has quit IRC10:29
*** athomas has joined #openstack-kolla10:30
*** openstackgerrit has joined #openstack-kolla10:35
openstackgerritEduardo Gonzalez proposed openstack/kolla: Add cloudkitty centos/oracle binary packages  https://review.openstack.org/41987410:35
*** msimonin has quit IRC10:35
*** msimonin has joined #openstack-kolla10:36
*** msimonin has quit IRC10:36
*** liyifeng has quit IRC10:38
*** sklgromek has quit IRC10:38
*** pbourke has quit IRC10:46
*** pbourke has joined #openstack-kolla10:46
*** absubram has quit IRC10:47
openstackgerritEduardo Gonzalez proposed openstack/kolla: Add cloudkitty centos/oracle binary packages  https://review.openstack.org/41987410:48
*** duonghq has quit IRC10:51
*** ipsecguy has quit IRC10:52
*** msimonin has joined #openstack-kolla10:56
*** matrohon__ has quit IRC11:08
openstackgerritHongZhi XU proposed openstack/kolla-ansible: Move swift precheck into its own role  https://review.openstack.org/41876211:09
*** sklgromek has joined #openstack-kolla11:15
*** jmccarthy has quit IRC11:26
*** sklgromek has quit IRC11:33
*** sklgromek has joined #openstack-kolla11:33
*** sklgromek has quit IRC11:34
*** sklgromek has joined #openstack-kolla11:34
*** sklgromek has quit IRC11:36
*** sklgromek has joined #openstack-kolla11:38
*** sklgromek has quit IRC11:39
*** Serlex has joined #openstack-kolla11:39
*** sklgromek has joined #openstack-kolla11:40
*** sklgromek has quit IRC11:40
*** sklgromek has joined #openstack-kolla11:40
*** sklgromek has quit IRC11:42
*** sklgromek has joined #openstack-kolla11:43
*** sklgromek has quit IRC11:43
*** sp__ has quit IRC11:47
*** openstackgerrit has quit IRC11:47
*** ipsecguy has joined #openstack-kolla11:51
*** hieulq_ has joined #openstack-kolla11:54
*** salv-orl_ has quit IRC11:55
*** hieulq_ has quit IRC11:55
*** hieulq_ has joined #openstack-kolla11:56
*** schwicht has joined #openstack-kolla11:57
*** salv-orlando has joined #openstack-kolla11:59
*** tonanhngo has joined #openstack-kolla12:04
*** tonanhngo has quit IRC12:05
*** shardy is now known as shardy_lunch12:06
egonzalezmliima__: aroung?12:12
mliima__egonzalez, :)12:13
*** hieulq_ has quit IRC12:13
egonzalezgates are broken due a change in gnocchi source code12:13
mliima__well, lets fix12:14
egonzalezplz, review this fix https://review.openstack.org/#/c/419843/12:14
mliima__done12:14
mliima__Jeffrey4l_, ?12:14
mliima__can you review this PS https://review.openstack.org/#/c/419843/112:14
egonzalezthanks12:14
*** hieulq_ has joined #openstack-kolla12:15
*** hieulq_ has quit IRC12:19
*** jmccarthy has joined #openstack-kolla12:19
*** openstackgerrit has joined #openstack-kolla12:20
openstackgerritMerged openstack/kolla-ansible: Update README.rst in kolla-ansible  https://review.openstack.org/41052812:20
openstackgerritOpenStack Proposal Bot proposed openstack/kolla-ansible: Updated from global requirements  https://review.openstack.org/41934212:28
*** jmccarthy has quit IRC12:29
*** schwicht has quit IRC12:34
openstackgerritOpenStack Proposal Bot proposed openstack/kolla: Updated from global requirements  https://review.openstack.org/41993112:43
openstackgerritOpenStack Proposal Bot proposed openstack/kolla-ansible: Updated from global requirements  https://review.openstack.org/41934212:43
*** jtriley has joined #openstack-kolla12:45
*** liyifeng has joined #openstack-kolla12:48
*** jmccarthy has joined #openstack-kolla12:59
*** jmccarthy has quit IRC13:01
*** shardy_lunch is now known as shardy13:04
*** bjolo has quit IRC13:06
*** britthouser has quit IRC13:08
*** britthouser has joined #openstack-kolla13:08
*** schwicht has joined #openstack-kolla13:11
*** schwicht has quit IRC13:16
*** matrohon__ has joined #openstack-kolla13:17
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073613:20
*** schwicht has joined #openstack-kolla13:21
*** rhallisey has joined #openstack-kolla13:25
Jeffrey4l_mliima__, -1 , need remove that line. please check the comments.13:28
sdakemorning peeps13:28
mliima__hmm. Ok Jeffrey4l_13:29
Jeffrey4l_thanks ;)13:29
openstackgerritEduardo Gonzalez proposed openstack/kolla: Fix gnocchi gate error  https://review.openstack.org/41984313:31
egonzalezJeffrey4l_: just added in case other deliverable/user need the config file in place13:31
egonzalezthe rest of the files needed are in gnocchi python path13:32
Jeffrey4l_at least no deliverable depends on that.13:32
Jeffrey4l_nova is using oslo-generator too. but we do not generate nova.conf in dockerfile.13:33
Jeffrey4l_that is no other files in /etc/gnocchi/13:33
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix the set config error  https://review.openstack.org/37166913:34
Jeffrey4l_egonzalez, mliima__ could u review this https://review.openstack.org/415504 ? thanks.13:36
*** srwilkers_zzz is now known as srwilkers13:36
srwilkersmorning p/13:36
srwilkerso/13:36
*** mdnadeem has quit IRC13:36
sdakemorning srwilkers13:36
sdakekfox1111 when you geta chance press the rebse button on your patch so you become the committer again13:37
*** absubram has joined #openstack-kolla13:40
openstackgerritMerged openstack/kolla-ansible: Move rabbitmq precheck into its own role  https://review.openstack.org/41773113:41
*** schwicht has quit IRC13:41
sbezverkgood morning13:43
sbezverksdake: Have you added layering to your check PS?13:43
sdakesbezverk i didn't13:44
sdakesbezverk I didn't know it  was needed?13:44
sdakesbezverk if you can review it, I'll submit an updat eto see if that fixes the problem13:44
sbezverksdake: yeah for new version of ceph it is required13:44
sdakesbezverk I sort of crashed lsat night before doing the release notes formatting - so that ps is not done either13:44
sdakesbezverk can you leave a note in the review plz13:44
sdakeand i'll push a new review - maybe the entrypoint hting was the entire cause13:45
sbezverkAlready done it13:45
sdakeok - i'll look as soon as my neurons fire up :)13:45
openstackgerritMerged openstack/kolla-ansible: Move kuryr precheck into its own role  https://review.openstack.org/41902213:45
apuimedosdake: I saw some kuryr notification in the channel this morning13:46
apuimedois there anything I can help with?13:46
sdakeapuimedo - i just wanted to make sure people didn't get the wrong idea about our release notes13:50
sdakeapuimedo one of our release notes said "Wrote a Kubernetes Networking Service"13:50
sdakeapuimedo which wesurely didnt do13:50
sdakewe wrote a VPS using IPtables for Kubernetes in a Helm object IIUC13:51
openstackgerritMerged openstack/kolla-ansible: Move kibana precheck into its own role  https://review.openstack.org/41883413:51
sdakeor something netowrking realted13:51
sdakeit was far from a service13:51
sdakeits like some kind of endpoint for HA I think13:51
openstackgerritJeffrey Zhang proposed openstack/kolla: Updated from global requirements  https://review.openstack.org/41993113:51
sdakesbezverk would you mind reviewing the release notes and add anything missing btw13:52
portdirectsdake: it was a service, just the exact opposite end of networking from what apuimedo is up to :D13:52
openstackgerritJeffrey Zhang proposed openstack/kolla: Add cloudkitty centos/oracle binary packages  https://review.openstack.org/41987413:52
sdakeportdirect ok fair enough :) - haven't actually read your rewritten text as I hit the wall lsat night and PTFOed :)13:52
apuimedoaha13:52
openstackgerritMerged openstack/kolla-ansible: Move Influxdb precheck into its own role  https://review.openstack.org/41887513:52
openstackgerritMerged openstack/kolla-ansible: Fix cleanup-containers  https://review.openstack.org/41929613:53
apuimedobtw, portdirect, did you see the demo we posted with openshift + kuryr-kubernetes?13:53
portdirectapuimedo: no! you have a link?13:53
apuimedolast two tweets: https://twitter.com/celebdor13:53
portdirectsounds very interesting13:53
apuimedothanks13:54
apuimedonext we'll show it with Pod-in-VM and services13:54
portdirectapuimedo: got a meeting so only just flicked through those slides - looks great. Your irc meeting is on monday? I'd love to come along13:57
*** caowei has joined #openstack-kolla13:57
portdirectreally keen to get a lightweight setup for supporting stand-alone kuryr-k8s started13:57
portdirect(if you are of course)13:58
apuimedoyes, on Monday13:58
apuimedolooking forward to see you there13:58
sbezverksdake: do you have a link for release notes?13:59
sdakesbezverk moment let me huntit down13:59
srwilkerssbezverk, https://etherpad.openstack.org/p/kolla-kubernetes-0.4.0-condensed-notes13:59
srwilkersthink thats it13:59
sdakethanks srwilkers13:59
srwilkerssdake, np man14:00
*** goldyfruit has joined #openstack-kolla14:02
*** schwicht has joined #openstack-kolla14:02
*** sdake_ has joined #openstack-kolla14:03
sbezverksdake: I added a couple of things to release notes14:05
*** sdake has quit IRC14:06
openstackgerritMauricio Lima proposed openstack/kolla-ansible: Move prechecks into its own role  https://review.openstack.org/41997614:07
openstackgerritJeffrey Zhang proposed openstack/kolla: Add neutron vpnaas code into neutron-server container  https://review.openstack.org/41997714:08
openstackgerritMauricio Lima proposed openstack/kolla-ansible: Move prechecks into its own role  https://review.openstack.org/41997614:08
*** v1k0d3n has joined #openstack-kolla14:11
sdake_sbezverk thanks dude14:12
sdake_sbezverk i'm going to formulate them now14:12
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Test out 3.0.2 images in gate instead of 2.0.2 images  https://review.openstack.org/41975914:17
openstackgerritMerged openstack/kolla: Add missing pull task for neutron-vpnaas-agent  https://review.openstack.org/41955014:19
*** jtriley has quit IRC14:19
sdake_Jeffrey4l_ hwen you submit the releases change, can you also add the stuff about publishign release notes that is in the _independent/kolla.yaml descriptor?14:21
Jeffrey4l_sdake_, are u talking kolla-k8s?14:24
sdake_yes14:24
Jeffrey4l_like : add following line14:24
Jeffrey4l_release-notes: http://docs.openstack.org/releasenotes/kolla-kubernetes/14:24
sdake_yes14:24
Jeffrey4l_np.14:24
sdake_pls ;)14:24
sdake_anyone know in yaml how to make sublists in a list?14:25
Jeffrey4l_what that means?14:26
Jeffrey4l_-14:26
sdake_Jeffrey4l_ moment14:26
Jeffrey4l_  -14:26
sdake_i'll post a paste14:26
openstackgerritMartin André proposed openstack/kolla: Support filtering output of --list-images  https://review.openstack.org/41998814:26
sdake_Jeffrey4l_ http://paste.fedoraproject.org/526687/43176301/ -> http://paste.fedoraproject.org/526687/4317630114:27
sdake_look at the ceph line14:27
sdake_is that syntax correct?14:27
Jeffrey4l_guess no.14:28
sdake_what should it be?14:28
sdake_been awhile since I've done a yaml sublist :)14:28
Jeffrey4l_add a empty - above ceph with 2 space.14:28
*** caowei has quit IRC14:28
Jeffrey4l_http://paste.openstack.org/show/594840/14:29
sdake_Jeffrey4l_ wouldn't that be this:   - Implemented following services as microservices:14:29
*** caowei has joined #openstack-kolla14:29
sdake_although its not empty, its ceph is supposed to be a sublist of implemented following services as microservices14:29
*** fguillot has joined #openstack-kolla14:31
Jeffrey4l_sdake_, check http://paste.openstack.org/show/594841/14:33
Jeffrey4l_yaml  list is not list in html.14:33
Jeffrey4l_it is python/json object.14:33
sdake_Jeffrey4l_ thanks14:33
sdake_yup I understand that part14:33
sdake_i'll try that syntax- thanks :)14:33
Jeffrey4l_np ;)14:34
*** celo_r has joined #openstack-kolla14:34
*** jtriley has joined #openstack-kolla14:37
*** salv-orlando has quit IRC14:38
*** caowei has quit IRC14:38
kfox1111morning14:46
sdake_Jeffrey4l_ any ideas on this: http://paste.fedoraproject.org/526702/84318810/ -> http://paste.fedoraproject.org/526702/8431881014:47
sdake_sup kfox111114:47
sdake_kfox1111 i went ahead and tried the 2.0.2-> 3.0.2 change however borked it14:47
sdake_so I submitted an update - we should know in a little bit if it works or not14:47
*** liyifeng has quit IRC14:47
kfox1111k.14:47
kfox1111yeah. there is still at least one thing wrong with 2.0.2 -> 3.0.2...14:48
sbezverkkfox1111: morning.14:48
kfox1111sbezverk: morning.14:48
sdake_Jeffrey4l_ zomg thats the wrong version !14:48
sdake_Jeffrey4l_ groan14:48
sbezverkkfox1111: have you tried helm_prebuild_service on your local setup?14:48
Jeffrey4l_sdake_, sorry?14:49
kfox1111sbezverk: yeah.14:49
sdake_Jeffrey4l_ ignore past eabove14:49
kfox1111worked for me locally.14:49
kfox1111sbezverk: If I had to guess, if your switching between memcached and glance ps's, it maybe leaving bits behind when you switch?14:50
sbezverkkfox1111: no, I built completely new workspace on a different machine where I test deployment14:50
*** hieulq_ has joined #openstack-kolla14:51
sdake_Jeffrey4l_ can you take a look at this:http://paste.fedoraproject.org/526709/43190881/ -> http://paste.fedoraproject.org/526709/4319088114:52
kfox1111sbezverk: ah. ok. whats it doing?14:52
sdake_Jeffrey4l_ these release notes should build based upon what you said above - but they dont seem to be doing so14:52
sdake_kfox1111 run git status14:52
sdake_kfox1111 maybe your missing something checked in14:52
kfox1111sdake_: no.14:53
sdake_git status will show you missing checked in stuff14:53
kfox1111the problem is the build/prebuild script does an ls and builds based on dirs it finds.14:53
Jeffrey4l_seems releasenote can not handle list of lists14:53
kfox1111if you add adir in a ps, and run prebuild, it drops some new files in.14:53
sdake_Jeffrey4l_ are you sure that is the case?14:53
kfox1111then if you swithc away from that ps, it removes the files from the ps, but leaves the prebuilt stuff.14:53
sbezverkkfox1111: it does not find glance-pv package14:53
kfox1111so the next time you run prebuild, it tries to build the dir again and finds missing files.14:53
*** sdake_ is now known as sdake14:54
kfox1111sbezverk: thats really strange..14:54
kfox1111you have the helm serv running?14:54
Jeffrey4l_sdake, let me check the reno source code.14:54
kfox1111prebuild_services requires the server.14:54
sbezverkbut it is in microservice and I have prebuilt them14:54
Jeffrey4l_sdake, check the error message: parses as a <type 'list'> instead of a string. Is the YAML input escaped properly?14:55
kfox1111can build the whole ball of stuff with tools/helm_build_all.sh /tmp/myrepo14:55
*** jmccarthy has joined #openstack-kolla14:55
kfox1111sbezverk: yeah, but is the repo server running?14:56
sbezverkkfox1111: I started it, still the same14:56
kfox1111the prebuild script doesn't start one automatically.14:56
kfox1111whats the error?14:56
sbezverkI changed ip in requirements.yaml to match local14:56
Jeffrey4l_i thinks reno can not handle list of lists.14:56
Jeffrey4l_sdake, i got another idea. 1 sec14:57
*** celo_r has quit IRC14:59
*** dave-mccowan has joined #openstack-kolla15:01
sbezverkkfox1111: http://paste.openstack.org/show/594844/15:01
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: Switch gate to 3.0.2  https://review.openstack.org/42000915:01
sdakesbezverk portdirect u peeps ready? :)15:01
*** tonanhngo has joined #openstack-kolla15:01
sdakesbezverk i may be distracted, both my wife and I have a meeting and need to get my kid to school this morning15:01
*** aj_power has joined #openstack-kolla15:02
*** tonanhngo has quit IRC15:02
sdakeJeffrey4l_ cool - thanks15:02
sdakeJeffrey4l_ i'll bbi1hr or so - have quick meeting15:02
sbezverksdake: yeah15:02
kfox1111sbezverk: helm ls15:02
Jeffrey4l_dhellman's solution is correct sdake15:02
sbezverkkfox1111: helm ls list deployments15:03
sbezverknot packages15:03
kfox1111joh. right. sryy. helm search15:03
*** celo_r has joined #openstack-kolla15:06
openstackgerritEdmund Rhudy proposed openstack/kolla: Add blocks for Ubuntu apt setup and package installation  https://review.openstack.org/41961015:07
kfox1111sbezverk: do you have an extra, older helm serv hanging around?15:09
sbezverkkfox1111: http://paste.openstack.org/show/594845/15:10
sbezverkkfox1111: no left overs15:11
kfox1111sbezverk: yeah. doesn't look like you have the helm server started.15:11
kfox1111two options.15:11
*** jmccarthy has quit IRC15:12
kfox1111(if you changed the port in the depends files, put them back first)15:12
kfox1111tools/helm_build_all.sh /tmp/myrepo15:12
kfox1111it will start a server temporary to do all the build steps.15:13
kfox1111or the other option,15:13
sbezverk1000     14245  8520  0 Jan08 ?        00:00:13 helm serve --address 0.0.0.0:8879 --repo-path /helm-repo15:13
kfox1111in another windwo, run tools/helm_buildrepo.sh /tmp/myrepo15:14
kfox1111then do helm prebuild/build for microservices pointing at that repo, and do the helm repo index/update15:15
kfox1111see the build_all script for details.15:15
kfox1111I'm guessing some of those steps are missing.15:15
kfox1111you don't seem to have a kolla repo for example.15:15
*** lrensing has joined #openstack-kolla15:16
*** satyar has joined #openstack-kolla15:17
kfox1111sbezverk: yeah. rereading that ps, that looks like the helm 'local' repo server.15:18
sbezverkkfox1111: right I noticed..15:19
sbezverkbut I was hoping to use local repo, which is default one..15:19
kfox1111I ran into some problems with building with local repo. it had some unusual behavior.15:20
kfox1111using a kolla build one fixed it.15:20
sdakeJeffrey4l_ i tried dhellman's suggestion15:21
sdakeand it doesn't seem to work for me15:21
sdakehere is the ouput: (moment)15:21
Jeffrey4l_i am testing it.15:22
kfox1111ok. 0.4.0 ps passed the tests: https://review.openstack.org/#/c/419082/15:22
mliima__https://review.openstack.org/#/c/419976/ need reviews15:22
sdakehttp://paste.fedoraproject.org/526726/20962148/ -> http://paste.fedoraproject.org/526726/2096214815:22
kfox1111brb15:23
Jeffrey4l_kfox1111, cool.15:23
sdakekfox1111 sadly https://review.openstack.org/#/c/419759/3 doesn't work - i guess we will have to sort that out in a later rev15:23
sdakekfox1111 press thee rebase button in gerirt please15:24
sdakekfox1111 i pushed your patch and i am the committer at present15:24
sdakekfox1111 if you press rebase, it will maek you the committer15:24
sdakewithout having to go through the gate process again (I think)15:24
sdakeanother option15:24
Jeffrey4l_sdake, try this http://paste.openstack.org/show/594847/15:24
sdakeportdirect nad kfox1111 can just ack it15:24
Jeffrey4l_it works to me15:25
sdakerrather portdirect and sbezverk can ack it15:25
sdakeportdirect srwilkers sbezverk can we get action on https://review.openstack.org/#/c/419082/15:26
sdakeI can't act on it because I am a committer15:26
Jeffrey4l_mliima__, done. nit15:26
mliima__Jeffrey4l_, == hawk eyes15:27
mliima__hehe15:27
Jeffrey4l_;)15:28
srwilkerssdake, done15:28
openstackgerritMauricio Lima proposed openstack/kolla-ansible: Move prechecks into its own role  https://review.openstack.org/41997615:29
sdakesrwilkers thanks ;)15:29
sdakeok one patch to go15:29
*** Pavo has joined #openstack-kolla15:30
kfox1111sdake: a rebase will require a new check. :/15:31
sdakekfox1111 its all good15:32
sdakeeither sbezverk or Jeffrey4l_ can ack it15:32
*** sacharya has joined #openstack-kolla15:32
kfox1111sdake: I'm just fine with you being the committer if you want.15:32
sdakepreferrrably sbezverk since its code based and Jeffrey4l_ doesn't have alot of expertise with the code base15:32
openstackgerritMerged openstack/kolla-kubernetes: Set versions to 0.4.0 and upgrade some to 3.0.2  https://review.openstack.org/41908215:32
sdakecool15:32
sdakenow one patch to go :)15:32
sdakeworking on it - plus getting son to school15:32
kfox1111we going to push forward with 3.0.2 fully before release then?15:33
Pavomorning15:33
Pavoso.... getting all kinds of errors when trying to build 3.0.215:33
Pavohttp://paste.openstack.org/show/594849/15:33
Pavoanyone else getting those errors?15:34
kfox1111sdake: here's the currrent problem with ful 3.0.2: http://logs.openstack.org/09/420009/1/check/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/66780d6/console.html15:35
kfox1111vm's not contactable.15:35
sdakekfox1111 busy atm15:35
egonzalezPavo: IOError: [Errno 28] No space left on device15:35
kfox1111k. I need to get ready for work too.15:35
kfox1111will be back in about an hour I think.15:35
sdakekfox1111 i also have dentist appiontment at 10am in about an hour15:35
Pavook ty egonzalez15:35
kfox1111no worries.15:35
openstackgerritMauricio Lima proposed openstack/kolla-ansible: Move prechecks into its own role  https://review.openstack.org/41997615:44
sdakeJeffrey4l_ any chance i could get 15 mins of your time to help with these release notes15:50
Jeffrey4l_sdake, ok.15:50
sdakeJeffrey4l_ i am struggling with formatting problems during rendering15:50
sdakelet me push them to gerrit moment15:50
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Add consolidated release notes  https://review.openstack.org/42004415:51
* Jeffrey4l_ is checking15:51
sdakeJeffrey4l_ add yourself as a coauthor as well if you manage to fix it :)15:51
sdaketox -e releasenotes will produce the standard unreleased.html15:51
*** hieulq_ has quit IRC15:51
sdakethe bulleting is not formatting correctly15:51
*** hieulq_ has joined #openstack-kolla15:52
*** hieulq_ has quit IRC15:52
sdakeJeffrey4l_ if you manage to get it to render correctly lmk and i'll take on the review comments if people have them15:53
Jeffrey4l_ok. may need extra empty line in bullet. trying.15:53
*** sdake_ has joined #openstack-kolla15:56
openstackgerritJeffrey Zhang proposed openstack/kolla-kubernetes: Add consolidated release notes  https://review.openstack.org/42004415:57
Jeffrey4l_sdake, done ^^15:57
*** sdake has quit IRC15:57
dmsimardI'm going to ask what is probably a silly question16:01
dmsimardWhy would kolla-build build images that are known not to be supported for a given base and type16:02
dmsimardIn CI, Kolla builds all the images but then at the end, filters errors for images that are known not to build properly16:02
dmsimardThere should be a proper mechanism to prevent unsupported images to be built in the first place16:02
dmsimardAs an end user, and not a CI system using tox, I am bound to run into errors or unsupported things that are "known issues"16:04
dmsimardkolla-build -b centos -t binary should not build things that are only supported on Ubuntu or only supported in CentOS source16:04
dmsimardAm I crazy with my expectatoins ?16:04
*** hieulq_ has joined #openstack-kolla16:10
*** egonzalez has quit IRC16:11
des_consoladowhat should the kolla_external_vip_interface be set to? a proper interface or something like a loopback or what?16:13
openstackgerritEdmund Rhudy proposed openstack/kolla: Add blocks for Ubuntu apt setup and package installation  https://review.openstack.org/41961016:14
sdake_Jeffrey4l_ sorry missed your ping - thanks dude - let me pull it and render it :)16:15
*** adrian_otto has joined #openstack-kolla16:16
Jeffrey4l_ok.16:16
*** jmccarthy has joined #openstack-kolla16:23
sdake_Jeffrey4l_ we have a winner :)16:23
sdake_Jeffrey4l_ thanks dude - owe you too many to count16:24
Jeffrey4l_;p16:24
sdake_portdirect sbezverk kfox1111 srwilkers at your liesure feel free to review and comment on those release notes16:25
sdake_if they are GTG (they render properly) ack em so Jeffrey4l_ can get the release process started16:25
*** inc0 has joined #openstack-kolla16:26
*** sdake_ is now known as sdake_torture_ti16:31
*** sayantani01 has joined #openstack-kolla16:34
*** Serlex has quit IRC16:35
portdirectsbezverk /kfox1111 , just had an update on the daemonset check issues in Kubernetes-entrypoint: https://github.com/stackanetes/kubernetes-entrypoint/issues/15#issuecomment-27244121216:36
*** pcaruana has joined #openstack-kolla16:36
*** sayantani01 has quit IRC16:36
portdirectWe will need to update and use the downward api to give it some context of where it is.16:37
*** rmart04 has quit IRC16:37
*** sayantani01 has joined #openstack-kolla16:37
kfox1111back.16:38
openstackgerritMerged openstack/kolla: Fix gnocchi gate error  https://review.openstack.org/41984316:39
kfox1111portdirect: I hadn't seen that one before.16:39
kfox1111Have you experienced it?16:39
portdirectyes16:39
Pavoso...... I am about to attempt an upgrade from 3.0.116:39
Pavoall I have to do is change globals to 3.0.2 and do a kolla-ansible upgrade correct?16:39
kfox1111portdirect: interesting.16:40
inc0Pavo, correct, and ofc have containers available16:40
inc0I also suggest to do kolla-ansible pull16:40
Pavoyeah inc0 just got done building the 3.0.2 images16:40
Pavoroger will do inc016:40
inc0so it will pull all containers prior to upgrading16:40
inc0gonna lower footprint on working openstack16:40
Pavounder globals its openstack_release: "3.0.2" correct?16:41
inc0yes16:41
Pavoroger16:41
sbezverkportdirect: I think we do not have entrypoint yet tested with daemonset?16:42
kfox1111yeah.16:42
kfox1111the neutron one is only useing svc's and jobs.16:42
kfox1111I don't know if we need daemonset tests.16:43
kfox1111testing for daemonset is a bit weird, as it doesn't tell you anything is actually launched/ready.16:43
*** lamt has joined #openstack-kolla16:44
kfox1111service with one ready pod, job with complete state, or unix socket makes sense to me though.16:44
Pavoinc0 do I need to use the new globals from 3.0.2 or the one I used from 3.0.1 good enough?16:44
Pavoanything change in globals?16:44
inc0negative16:44
Pavoroger16:44
*** matrohon__ has quit IRC16:44
inc0all changes that would have to be made would be in release notes16:44
inc0but that won't happen on 3.0.x upgrade16:45
Pavorgr16:45
inc0and it's extremaly rare even on x.0.0 upgrades16:45
Pavoso whats hte process of an upgrade? does it run the new container, move all info and service request to newer container and then stop the old container?16:46
inc0no, there is no such way as "moving requests"16:46
inc0but it's as fast as restarting service so no real need for that16:46
Pavorgr16:47
Pavoso small interupt in service16:47
inc0you shouldn't experience any16:47
inc0because APIs are upgraded one at time16:47
inc0rabitt will keep messages16:48
Pavoawesome16:48
SamYaplethats not true inc016:48
Pavooh btw I am running kolla-ansible from a mac :P16:48
inc0:(16:48
SamYaplerabbitmq doesnt backfill messages at all16:48
inc0well it won16:48
inc0t backfill them16:48
inc0but if there is nothing to consume them16:49
SamYapleso for the time the node was down for the upgrade it doesnt have those messages16:49
SamYapleso if you restart too quickly, you _will_ lose messages16:49
SamYaplenot to mention upgrading can clear all on disk messaging16:49
SamYapleso its very easay to lose messages with a rabbitmq upgrade16:49
Pavo*crosses fingers* That murano and magnum fixes are in this16:49
inc0ehh I hate rabbimq16:50
inc0well, I was referring to openstack serivces16:51
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073616:51
*** lamt has quit IRC16:52
openstackgerritKris Lindgren proposed openstack/kolla: use static uid/gid in images  https://review.openstack.org/41223116:57
*** prameswar has quit IRC16:57
erhudyRIP jenkins now that github has gone pear-shaped16:58
Pavowell upgrade done, so far no errors16:59
mliima__need reviews here -> https://review.openstack.org/#/c/419976/16:59
inc0let us know if there will be any mess left or anyting, this is freaking critical16:59
Pavohttp://paste.openstack.org/show/594858/17:00
*** mliima_ has joined #openstack-kolla17:00
inc0looks good17:01
Pavoand murano horizon plugin didn't get included *sadface*17:01
*** chopmann has joined #openstack-kolla17:01
sbezverkkfox1111: I see some strange things, entrypoint does not seem to be working correcty17:02
chopmannhello everyone, we are stuck on a deployment with kolla. It cant find the ip command. Last time i did a deployment (different cluster) i had to run kolla-ansible as root17:02
kfox1111sbezverk: got a link handy?17:02
chopmannis this still the "solution"?17:02
Pavomaybe I am doing it wrong or something but from how I understood it, if you have murano enabled in globals it suppose to add murano plugin into the horizon container when it goes to deploy correct? inc017:03
inc0no, not exactly17:03
sbezverkkfox1111: I gave up on the gate, debugging on my local cluster: here is rules defined for glance registry17:03
sbezverkhttp://paste.openstack.org/show/594861/17:03
inc0so you need to have murano plugin in container17:03
*** mliima__ has quit IRC17:03
inc0it won't "add" it afterwards17:03
inc0you need to bake it into container17:04
Pavohow do I do that17:04
PavoI thought thats what the build does17:04
sbezverkkfox1111: I have several job in failed state, from dependency list, but despite that glance-registry pod is running17:04
inc0build won't looka at your globals.yml17:04
inc0build-conf.ini -> config file for build phase17:04
inc0globals.yml -> config file for deploy17:05
kfox1111sbezverk: weird...17:05
kfox1111last I tried it, it worked for me. though I think I was testing with 3.0.117:05
Pavothen how does kolla add anything into horizon if you enable something that needs a horizon plugin?17:05
kfox1111it was broken until I set the right dependency vars and then it started working reliably, so I know it was working for a bit.17:05
inc0template overrides Pavo17:06
Pavohmmm17:06
inc0http://docs.openstack.org/developer/kolla/image-building.html#dockerfile-customisation17:06
inc0you need to prepare customization logic for that17:06
Pavowow that seems complicated lol17:06
inc0yeah we're working on creating customizations prepared by us17:07
*** sayantan_ has joined #openstack-kolla17:07
inc0on that note, can I have some eyes plz? https://review.openstack.org/#/c/417213/17:07
Pavolooks like init_runonce isn't working17:07
inc0how so?17:08
inc0well if you did upgrade17:08
inc0you shouldn't run it17:08
sbezverkkfox1111: after last patch merged, all what was green now red.. failing on completely unrelated to PS thing http://logs.openstack.org/36/410736/37/check/gate-kolla-kubernetes-deploy-centos-binary-ceph-reboot-nv/405be58/console.html17:08
inc0as all the networks, vms and all that stuff should stay alive17:08
Pavowell I didn't run it when I deployed 3.0.117:08
kfox1111sbezverk: weird. looks like a bad download of the canal.yaml maybe?17:10
*** sayantani01 has quit IRC17:10
Pavoinc0 I know why its not working17:12
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073617:12
inc0anything we need to fix17:12
inc0?17:12
*** tonanhngo has joined #openstack-kolla17:12
Pavodeployer is on same network as API but since I have an external_vip it trys to use that IP which isn't reachable from API network17:12
Pavojust took long time for it to timeout17:13
inc0sounds plausable17:13
Pavoand error17:13
Pavofixing that now17:13
Pavohmmm why wouldn't it use internal_vip though17:13
inc0why would it?:)17:13
inc0it will use whatever you have in ENVs17:13
inc0so admin-openrc17:13
inc0and it uses proper external endpoints17:13
*** prameswar has joined #openstack-kolla17:13
Pavobut admin-openrc says internal_vip for auth17:14
Pavoand shouldn't you only use init_reunonce from admin_internal address space I would assume17:14
Pavowouldn't think you would want someone to beable to run init_runonce from public space17:15
inc0well it's just regular17:15
*** rmart04 has joined #openstack-kolla17:16
inc0clients17:16
inc0clients will be able to do exactly what you allow them to do:)17:16
Pavotrue17:16
*** rmart04 has quit IRC17:17
Pavoputting deployer on both external and API nets17:17
inc0so reason it went to external17:17
inc0is because keystone told it to17:17
inc0I guess we should change admin.openrc generation to use external from start17:18
Pavothats weird because admin.openrc.sh looks like this17:18
*** lamt has joined #openstack-kolla17:18
Pavohttp://paste.openstack.org/show/594863/17:19
sean-k-mooneyis the centos and ubuntu source gate broken or just unstable currently?17:19
inc0haaa I know your password << running to his hacking machine >>17:19
Pavothe OS_AUTH_URL=http://10.10.10.20:35357/v3 is in the API network which isn't reachable from external net17:19
*** bmace has quit IRC17:20
*** bmace has joined #openstack-kolla17:20
Pavoby all means try inc0 lol17:20
Pavoddi.hopto.org:310017:20
Pavolol17:20
inc0https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/common/templates/admin-openrc.sh.j2#L7 Pavo <- thats why17:21
Pavoit still says kolla_internal17:21
Pavolol17:21
inc0indeed it does17:21
inc0I'll probably change it17:22
Pavostill doesn't explain why init_runonce is using external_vip17:22
Pavounless keystone redirects17:22
Pavothat would be the only explination17:23
Pavobut anyways17:23
Pavoso far upgrade went smoothly17:23
inc0keystoine will redirect17:23
*** jmccarthy has quit IRC17:23
Pavonow just need to figure this template overides17:23
inc0so ks will work in a way that you ask it for endpoint of api for nova for example17:23
inc0and it will reutrn url to external17:23
Pavothat makes sense inc017:23
*** adrian_otto has quit IRC17:24
Pavousing btrfs now btw on target nodes17:24
PavoWAY better than LVM17:24
inc0yup17:24
*** athomas has quit IRC17:24
inc0keep track on your resources tho, it can eat up CPU I heard17:25
inc0but ubuntu is pushing it as main fs17:25
Pavothis is my controller17:25
Pavohttp://paste.openstack.org/show/594865/17:25
openstackgerritMauricio Lima proposed openstack/kolla: install murano dashboard package in horizon  https://review.openstack.org/39595717:26
kfox1111wow... we're really back to trying to do keystone auth wrong in k8s again. :/17:26
*** vhosakot has joined #openstack-kolla17:26
* kfox1111 sighs17:26
PavoTHANK YOU!!!!! Mauricio Lima whoever you are17:27
Pavolol17:27
*** msimonin has quit IRC17:28
inc0haha good timing17:28
*** rmart04 has joined #openstack-kolla17:28
*** rmart04 has quit IRC17:28
Pavoonly wished I knew how to do it myself without having master git17:28
inc0you can cherry-pick this change17:29
PavoI tried pip packages don't have the kolla/common/config.py17:29
inc0yeah pip installs it in different way17:30
inc0let's try override tho17:30
Pavoyeah thats what I was hoping for17:30
Pavoyou gonna show me how?17:31
inc0pbourke, do we need this extended start changes if we just manually place files in dashboard dir?17:31
inc0yeah, I just need to figure out how to install murano dashboard;)17:31
pbourkeinc0: assume you're talking horizon dashboards17:32
pbourkeinc0: most of those are there out of the box now17:32
inc0you assume correctly17:32
inc0murano isn't17:32
pbourkeit def should be maybe the review hasn't merged17:32
pbourkelet me check17:32
inc0https://review.openstack.org/#/c/395957/12 pbourke17:32
inc0but Pavo is trying to get it working on 3.0.217:32
Pavo^^^^+100000017:33
inc0Pavo, in short this: http://paste.openstack.org/show/594869/17:33
pbourkein that case you would just want to do that patch using template overrides17:33
pbourkee.g. install the dashboard and cp the files into the correct places17:33
Pavoinc0 and that goes into what?17:34
inc0Pavo, kolla-build --template-override path/to/this/file17:34
pbourkethis is documented17:34
Pavook17:34
pbourkehttp://docs.openstack.org/developer/kolla/image-building.html#generic-customisation17:34
Pavoso just make a file and add that to it and run the command that you linked17:35
inc0pbourke, https://review.openstack.org/#/c/417213/ can you review this btw? multiple override files would allow us to prep some directory with overrides we created17:35
pbourkemultiple overrides would be great :)17:35
inc0stuff like neutron/horizon/whatever plugins could be in some contrib-like dir in kolla tree17:35
Pavodoes it have to named template-overrides.j2 or is that just an example?17:36
inc0it can be named however17:36
inc0whatever17:36
inc0whichever17:36
inc0well, you get the idea17:36
Pavoroger17:36
Pavonaming it urano_into_horizon.j217:36
openstackgerritMauricio Lima proposed openstack/kolla-ansible: Load murano dashboard dynamic  https://review.openstack.org/40215617:36
Pavoopps17:37
Pavomurano_into_horizon.j217:37
inc0urino_into_horizon;)17:37
inc0or uranus17:37
Pavolol17:37
inc0that's bad joke, but it's Friday17:37
Pavook got what you posted in the file now17:37
Pavoso now what17:37
PavoI'm on a 4day weekedn so I have plenty of time17:38
inc0did you fill << commands to install murano >> with actual commands to install murani?17:38
Pavoheading to Maryland Monday for 2 weeks17:38
inc0sounds like fun:)17:38
Pavonot yet looking for those commands now17:38
inc0Oregon area is paralyzed for 3rd day straight17:38
Pavodoing JRSS training17:38
inc0it's cute17:38
Pavocouldn't I just use the cmds from his review?17:39
inc0well you'd need to download murano too17:39
inc0but after a fashion it should work17:40
Pavohmmm17:40
sbezverkinc0: do you know if entrypoint guy is usually joins this channel?17:42
Pavoinstall docs on openstack site gives 40417:42
inc0sbezverk, they used to17:42
inc0but it's already friday afternoon in Poland17:43
mliima_THANK YOU!!!!! Mauricio Lima whoever you are Pavo :*17:43
inc0awww that's so cute17:43
sbezverkinc0: I see some really wierd behavior and would really appreciate a helm from their side17:43
Pavolol so take that is you mliima_17:43
inc0our closests here are transparent, you don't even need to exit them17:43
sbezverkdamn helm ;-) helm I meant17:43
sbezverkhelp17:44
inc0:D17:44
mliima_Pavo, thank Jeffrey4l_, he do it, i just fix merge conflict17:44
Pavoinc0 so could I just git clone this https://github.com/openstack/murano-dashboard17:44
*** jmccarthy has joined #openstack-kolla17:45
Pavoor inside the kolla/common/config.py there is an address of the tarball17:45
*** salv-orlando has joined #openstack-kolla17:45
Pavohttp://tarballs.openstack.org/murano-dashboard/murano-dashboard-master.tar.gz17:45
inc0yeah, you can wget a tarball, untar it and place all the stuff according to https://github.com/openstack/murano-dashboard17:45
*** shardy has quit IRC17:46
inc0after that you should be able to do kolla-asible upgrade -t horizon17:46
Pavoso each RUN is one cmd correct17:46
inc0to touch horizon only17:46
inc0yeah, but we use && to17:46
Pavook will link it to you before I try to make sure it looks correct17:47
Pavothis will be my first17:47
*** unicell has quit IRC17:47
sbezverkkfox1111: ping17:49
*** jmccarthy has quit IRC17:50
kfox1111ping17:53
kfox1111so much stuff on fire today. :/17:53
kfox1111whats up?17:53
openstackgerritsean mooney proposed openstack/kolla: introduces OVS with DPDK containers  https://review.openstack.org/34235417:53
Pavoinc0 hows this look? http://paste.openstack.org/show/594871/17:55
inc0Pavo, remove << and >>17:55
inc0that was me ;)17:55
*** jtriley has quit IRC17:56
Pavoinc0 so like http://paste.openstack.org/show/594873/17:56
inc0yeah, but according to this https://github.com/openstack/murano-dashboard/blob/master/README.rst you also shoudl cp muranodashboard/conf/murano_policy.json17:57
Pavook17:57
srwilkershey v1k0d3n o/17:58
openstackgerritMauricio Lima proposed openstack/kolla: Remove setup_$distro.sh script  https://review.openstack.org/40048817:59
*** mgoddard has quit IRC17:59
Pavoinc0 so http://paste.openstack.org/show/594875/18:00
inc0soo openstack_dashboard/local/enabled/ I think should be absolute paths18:00
inc0you can do docker exec -it horizon bash18:01
Pavook18:01
*** satyar has quit IRC18:01
Pavoand wget has to be installed first lol18:01
inc0to see where stuff is in horizon container18:01
PavoINFO:kolla.image.build.horizon:/bin/sh: wget: command not found18:01
inc0also you can play around to install murano manually to quickly test it out18:01
inc0curl -o works too18:01
inc0and curl should be there18:01
kfox1111sbezverk: ping18:02
dimssdake_torture_ti : congrats!18:02
sbezverkkfox1111: any idea where this might be coming from?                  "name": "DEPENDENCY_DEPENDENCY_JOBS",18:02
inc0dims, I don't think he'll hear ya18:02
inc0he's screaming in pain in some dentist18:03
dimsaha :)18:03
kfox1111sbezverk: ah. that was a ps portdirect did.18:03
kfox1111just call the entry 'jobs'18:03
kfox1111rather then dependency_jobs.18:03
kfox1111its in a dependency section in the config, which is already unique, so it prepends dependency on the front, and uppercases it so you don't have to make it the only upper cased thing in the file.18:04
sbezverk:-( man that thing caused so much pain18:04
kfox1111sry. :/18:04
kfox1111I was afraid that might happen.18:05
*** jmccarthy has joined #openstack-kolla18:05
*** hieulq_ has quit IRC18:06
*** gfidente has quit IRC18:06
sbezverkkfox1111: when you read quickly it was really hard to catch this duplication..18:06
kfox1111yeah. :/18:07
sbezverkkfox1111: so we will live now with just JOB and SERVICES?18:09
*** huikang has joined #openstack-kolla18:10
kfox1111job services and socket I think?18:10
kfox1111I looked over the rest but didn't see a good use case for the rest.18:10
kfox1111but if you find a good use case, no reason not to use other bits too. :)18:10
*** jmccarthy has quit IRC18:11
kfox1111yay. they fixed the hub: http://status.docker.com/18:11
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: neutron service package  https://review.openstack.org/41223918:12
Pavoinc0 looks like the murano_policy.json goes under /etc/openstack-dashboard/ in horizon docker18:17
inc0looks right18:17
inc0I'm not sure if that won't be in configs tho18:17
Pavoconfigs?18:17
inc0https://github.com/openstack/kolla-ansible/tree/master/ansible/roles/horizon18:18
inc0not sure how it works tbh18:18
PavoI'm not seeing a openstack_dashboard/conf/18:18
inc0pbourke, Jeffrey4l_ how do we place policy.json for plugins?18:19
celo_rinc0: I am told you should be able to help with this. I'm running a new kolla deploy with 3.0.2 images from pip install. The heka and kolla_toolbox containers are restarting. Docker logs are here: http://paste.openstack.org/show/594879/18:19
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073618:20
openstackgerritMauricio Lima proposed openstack/kolla-ansible: Fix ironic inspector  https://review.openstack.org/42012218:20
inc0celo_r, can you check docker logs kolla_toolbox18:21
inc0?18:21
celo_rinc0, they're here: http://paste.openstack.org/show/594879/18:21
*** schwicht has quit IRC18:21
inc0ahh right18:21
inc0syslog then18:22
inc0this seems like docker daemon issue18:22
*** huikang has quit IRC18:22
celo_rdo you mean syslog from the host itself?18:22
inc0also which version of docker?18:22
kfox1111inc0: something accurred to me that could very well mean merging all the stuff to kubernetes/charts would be higly undesirable.18:22
inc0yes18:22
celo_rDocker version 1.12.6, build 78d180218:22
inc0kfox1111, what's that?18:23
kfox1111redhat tried to do the same thing with epel/fedora.18:23
kfox1111the problem its one repo.18:23
kfox1111but openstack is multiple incompatable versions.18:23
openstackgerritMauricio Lima proposed openstack/kolla: [wip] fix ironic inspector  https://review.openstack.org/38077418:23
kfox1111so every other repo based system I've seen has switched to a repo per release.18:23
openstackgerritMerged openstack/kolla: Add Apache packages to cinder-api container  https://review.openstack.org/41907618:23
kfox1111newton repo, ocata repo, etc.18:23
inc0ahh, charts doesn't support stable branches?18:24
inc0pretty bad design18:24
kfox1111that way, you get upgrades within your cycle, but not accidently 'upgrade/break' your system across releases.18:24
kfox1111not stable branch, the prlblem is there are multiple.18:24
kfox1111newton repo, ocata repo.18:24
kfox1111there's a currrent of each.18:24
Pavocelo_r  you have to remove a few things from your /etc/systemd/system/docker.service.d/kolla.conf18:24
kfox1111there's a stable newton, stable ocata, etc.18:25
inc0hmf18:25
inc0we should discuss that with helm community18:25
kfox1111like, how rdo does it:18:25
Pavocelo_r remove  -H fd:// and ExecStart= from the /etc/systemd/system/docker.service.d/kolla.conf and then do a systemctl daemon-reload and systemctl restart docker on target nodes18:25
Pavoin order to use docker engine 1.1218:26
*** huikang has joined #openstack-kolla18:26
kfox1111https://repos.fedorapeople.org/repos/openstack/18:26
kfox1111each subdirectory is a different yum repo.18:26
*** pcaruana has quit IRC18:26
kfox1111you add one to your yum.18:26
kfox1111you then get upgrades from that repo.18:26
kfox1111when your ready to do n -> n+1, you remove the old repo and add the new one.18:27
kfox1111we will probably need to do the same with helm.18:27
inc0yeah, well, looking at current https://github.com/kubernetes/charts <- this won't be sustainable18:27
*** unicell has joined #openstack-kolla18:28
celo_rPavo, thanks. Let me give it a try18:28
inc0we should discuss this with helm community, maybe help them restructure it for future sake18:28
kfox1111yeah. so I think having the user helm repo add kolla http://openstack.org/.../helm/ocata18:28
kfox1111is probably the best path foward.18:28
Pavoinc0  curl -o http://tarballs.openstack.org/murano-dashboard/murano-dashboard-master.tar.gz is saying curl: no URL specified!18:29
kfox1111with one maybe bread crumb helper package in kubernetes/charts maybe?18:29
celo_rPavo, I have ExecStart= and ExecStart=/usr/bin/dockerd --insecure-registry 192.168.100.1:4000, I should remove only the first ExecStart= right?18:29
Pavocelo_r yes18:29
kfox1111inc0: anyway, no reason to solve it now. just something to think about.18:30
inc0I'll ping them on helm channel18:30
openstackgerritMauricio Lima proposed openstack/kolla: Fix ironic inspector  https://review.openstack.org/38077418:33
openstackgerritMerged openstack/kolla: Add Apache packages to nova-api container  https://review.openstack.org/41813118:34
*** pcaruana has joined #openstack-kolla18:39
*** sayantan_ has quit IRC18:40
*** huikang has quit IRC18:41
erhudynow that github is back up and the gates are sorted, if anyone besides inc0 could have a glance at https://review.openstack.org/#/c/419610/18:42
*** jmccarthy has joined #openstack-kolla18:42
Pavoinc0 kolla-ansible upgrade -t horizon -i /usr/share/kolla/ansible/inventory/multinode didn't do anything18:43
inc0do pull before18:43
Pavoso kolla-ansible pull -t horizon -i /usr/share/kolla/ansible/inventory/multinode ?18:44
inc0erhudy, on first glance looks good, let me test it out18:44
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: neutron service package  https://review.openstack.org/41223918:44
openstackgerritOpenStack Proposal Bot proposed openstack/kolla: Updated from global requirements  https://review.openstack.org/41993118:44
openstackgerritOpenStack Proposal Bot proposed openstack/kolla-ansible: Updated from global requirements  https://review.openstack.org/41934218:44
openstackgerritOpenStack Proposal Bot proposed openstack/kolla-kubernetes: Updated from global requirements  https://review.openstack.org/41934318:44
sbezverkkfox1111: qq why do we have persistent storage in manage-db job? it does not make too much sense to me18:44
kfox1111for glance?18:46
kfox1111I kind of wondered that too. I think it was that way origionally?18:46
sbezverkkfox1111: yeah, I check manage db in kolla and all it does is run two commands18:46
*** huikang has joined #openstack-kolla18:47
kfox1111maybe for the chown -R glance: /var/lib/glance ?18:47
kfox1111which might matter with a pv based backend?18:48
Pavouh oh getting Internal server error on horizon now lol18:48
sbezverkkfox1111: could be18:48
klindgrenCan I have some people review/comment on: https://review.openstack.org/41223118:49
klindgrenI re-fixed up the merge conflict from this morning, but lost the +2 that was given18:49
kfox1111we could always just remove it in the gate and see what happens. :)18:50
kfox1111if nothing breaks, nothings special about that job and we can redo it based on common code.18:50
*** sayantani01 has joined #openstack-kolla18:54
sbezverkkfox1111: I think we need to revert last PS :(18:54
kfox1111sbezverk: whats breaking?18:54
*** huikang has quit IRC18:54
sbezverkeverything is falling apart :( http://logs.openstack.org/36/410736/39/check/gate-kolla-kubernetes-deploy-centos-binary-ceph-multi-nv/e2a1cd8/console.html#_2017-01-13_18_45_57_41537618:54
kfox1111uh... thats new...18:55
kfox1111lets see...18:55
kfox1111oh.18:56
Pavoinc0 getting internal server error on horizon now lol18:56
kfox1111well, not sure its not your ps though...18:57
*** openstack has joined #openstack-kolla19:01
sbezverkkfox1111: sounds good19:01
*** ccesario has quit IRC19:02
*** pcaruana has quit IRC19:02
Pavoinc0 seems like NameError: name 'HORIZON_CONFIG' is not defined is the issue19:03
*** jmccarthy has quit IRC19:04
*** breitz has joined #openstack-kolla19:04
*** satyar has joined #openstack-kolla19:06
satyarHi jeffrey4l_19:07
kfox1111sbezverk: https://review.openstack.org/#/c/412239/ just ran through the gate ok.19:07
kfox1111no check experimental results yet.19:07
satyarhow are you19:07
*** huikang has joined #openstack-kolla19:08
sbezverkkfox1111: ok then something in global values screws things up19:10
*** jtriley has joined #openstack-kolla19:10
sbezverkI mean in my ps19:10
*** MasterOfBugs has joined #openstack-kolla19:10
kfox1111yeah.19:11
*** prameswar has quit IRC19:13
kfox1111maybe something with the ceph config? the neturon set doesn't do that bit.19:13
*** mannamne has quit IRC19:13
*** adrian_otto has joined #openstack-kolla19:15
kfox1111offhand the config looks ok to me.19:15
sbezverkkfox1111: me too, but the gate does not think so19:16
kfox1111is there a reson for changing kolla_toolbox image and ...19:16
kfox1111kolla_toolbox_image...19:16
kfox1111the pip install workaround is no longer in place.19:16
kfox1111as 3.0.2 has a fix.19:16
kfox1111kolla_toolbox_image must be >= 3.0.2 now.19:16
*** MasterOfBugs has quit IRC19:19
*** MasterOfBugs has joined #openstack-kolla19:20
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: neutron service package  https://review.openstack.org/41223919:26
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073619:26
sbezverkkfox1111: I must have left it from previous run19:27
kfox1111ah.19:27
celo_rPavo, I can't remove only ExecStart=, docker won't start. I need that line in order to have ExecStart=/usr/bin/dockerd --insecure-registry 192.168.100.1:4000. Is there another way to setup an insecure registry with docker 1.12?19:28
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073619:29
Pavoyou only need the ExecStart=/usr/bin/dockerd you don't need the ExecStart= before it19:29
celo_rIf I remove the other ExecStart= entry docker wont start. It complains that there is already an ExecStart statement19:31
*** schwicht has joined #openstack-kolla19:31
celo_rJan 13 13:50:43 a5-nfvi-mgmt-1 systemd[1]: docker.service has more than one ExecStart= setting, which is only allowed for Type=oneshot services. Refusing.19:32
Pavocentos or ubuntu because I don't have that issue on my centos19:32
celo_rcentos719:32
Pavoexactly if you have ExecStart= and ExecStart=/usr/bin/dockerd you need to remove the first ExecStart=19:32
satyarjeffrey4l_ https://review.openstack.org/#/c/404944/22/ansible/library/rabbitmq_hostname.py@67 i am not getting how the if loop can be over written19:34
*** sdake has joined #openstack-kolla19:34
celo_rIf I remove the first, then I get that message I showed19:34
celo_rJan 13 13:50:43 a5-nfvi-mgmt-1 systemd[1]: docker.service has more than one ExecStart= setting, which is only allowed for Type=oneshot services. Refusing.19:34
celo_rand docker won't start19:34
celo_rif I have both, them docker seems to work19:35
Pavodid you do a systemctl daemon-reload first19:35
celo_ryes19:35
Pavobefore systemctl restart docker19:35
celo_ryep19:35
Pavohmm wierd19:35
Pavothen I guess leave it in there19:35
Pavomine says the same error if I leave them both19:35
celo_rinteresting19:36
celo_rI'm rebuilding the images now and will rerun the deploy. lets see if the containers get stable this time.19:37
celo_rI'm installing kolla 3.0.2 from pip. is that the best option or would you advise git clone?19:38
*** sdake_ has joined #openstack-kolla19:40
openstackgerritsean mooney proposed openstack/kolla: introduces OVS with DPDK containers  https://review.openstack.org/34235419:41
*** jmccarthy has joined #openstack-kolla19:41
Pavocelo_r I am doing the same thing19:42
Pavojust did a upgrade from pip 3.0.1 to pip 3.0.219:42
*** adrian_otto has quit IRC19:43
*** mliima_ has quit IRC19:43
*** sdake has quit IRC19:44
sdake_where we at with the release19:45
sdake_did we give up on a friday the 13th full moon release? :)19:45
*** jmccarthy has quit IRC19:46
kfox1111not sure.19:46
kfox1111I think its in Jeffrey4l_'s hands now?19:46
sean-k-mooneysdake_: i didnt even cop the date thill you said that. maybe thats why github went down today19:47
sdake_kfox1111 nah it looks like my release notes need attention19:47
sdake_kfox1111 i just got back from dentist19:47
sdake_sean-k-mooney who knows ;)19:47
sdake_sean-k-mooney the world of the internet is so compelx, i'm honestly surprised it all works :)19:48
sdake_the main reason it works is it is so decentralized19:48
sdake_decentralization increases complexity in many ways19:48
kfox1111sdake_: ah. ok.19:48
sdake_https://review.openstack.org/#/c/420044/2/releasenotes/notes/consolidated-notes-0.4.0-18fcedafcfeb1647.yaml19:48
sean-k-mooneythat and tcp ip was built by darpa to out live world war 319:48
PavoI know some guys at darpa19:49
* sean-k-mooney only thinks nice things about Pavo co incease his friends are watching19:50
Pavolol19:50
Pavothey are pretty paranoid about stuff19:50
satyarHi sean-k-mooney19:52
kfox1111just because you are paranoid doens't mean they aren't out to get you. ;)19:52
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: neutron service package  https://review.openstack.org/41223919:54
openstackgerritMerged openstack/kolla-ansible: Updated from global requirements  https://review.openstack.org/41934219:56
breitz"There is no such thing as paranoia.  Your worst fears can come true at any moment."  Hunter Thompson19:57
*** openstackstatus has quit IRC19:57
*** openstack has joined #openstack-kolla20:01
kfox1111it was amazing last time I visitited london. all the traffic camera's, and the really big sign's saying, they are there and will cost you if you speed,20:01
kfox1111and the large number of flashes going off I saw.20:02
sean-k-mooneysatyar: looking at your patch i dont think there is an error but you also dont hanel the case where the dns entry has multiple A recoreds. you only set the fact if the first ip from dns is on the host20:02
satyaryes20:03
portdirecthey!20:03
satyarthats what we need for rabbit to work...20:04
sean-k-mooneysatyar: i migh be better to loop over all ips returned and break on the the first on that you find in addersses20:04
sean-k-mooneywell rabbit just needs the hostname to be resolvable. that said you proably dont want round robin dns in this case20:05
satyaryes20:05
*** huikang has quit IRC20:06
sean-k-mooneyactully no i miss read the patch i think its ok as is20:07
*** msimonin has joined #openstack-kolla20:09
sean-k-mooneyportdirect: im suer the uk is watching the republic of irelands as much if not more the the rest of the uk lol20:09
*** huikang has joined #openstack-kolla20:10
portdirectlol of course - I always forget your over my side of the pond :D20:12
sean-k-mooneyhaha that because i dont start work till like 11 and am here till 8 most evenings20:13
portdirect#kolla, not even once.20:14
satyarThanks sean-k-mooney :)20:16
satyarwhats the way to resolve merge conflict?20:17
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: neutron service package  https://review.openstack.org/41223920:17
sean-k-mooneysatyar: usally do a git fetch followed by a git rebase origin/master20:19
sean-k-mooneysatyar: when you have resolved any merge conflits locally you can then push upstream for review again20:20
satyarthen git commit --amend?20:20
sean-k-mooneyam the rebase will fail if there are merge conflcits to you resolve them locally do a git add then git rebase --continue to finish the rebase20:21
satyarok20:22
sean-k-mooneyat that point you change will have been updatedated as if it was made against master with all your fixes already commited20:22
satyarok20:22
satyarwill try out :)20:23
satyarThanks a lot sean-k-mooney :)20:23
sdakeportdirect i dont understand your commentary about tabbing or whatever20:24
sdakeportdirect woudl you be kind enough to clarify?20:24
sdakehttps://review.openstack.org/#/c/420044/20:24
sean-k-mooneysatyar: no worries20:25
sdakekfox1111 what is this all about? http://logs.openstack.org/44/420044/2/check/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/588dd35/console.html#_2017-01-13_16_11_08_84453720:25
*** openstackstatus has quit IRC20:27
*** openstack has joined #openstack-kolla20:31
sdakecool20:31
sdakethanks20:31
portdirectsdake: re indentaion20:31
sdakei undertnad now thanks20:32
*** salv-orlando has quit IRC20:32
portdirectjust the etherpad had that stuff in sections, which were lost in the ps -so before it was like20:32
portdirecthttps://www.irccloud.com/pastebin/ad37VasY/20:33
*** jtriley has quit IRC20:33
*** huikang has quit IRC20:33
portdirectbut with the loss of formating made no sense i think20:33
portdirectso the suggestion I made was just to prefix each point with what it was up to20:33
*** huikang has joined #openstack-kolla20:34
*** huikang_ has joined #openstack-kolla20:35
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Add consolidated release notes  https://review.openstack.org/42004420:36
*** huikang_ has quit IRC20:37
sdakeportdirect - try taking a look at that patch20:37
*** jtriley has joined #openstack-kolla20:38
*** huikang has quit IRC20:38
portdirectsdake: :D20:38
sdakekfox1111 we dont cache things in teh gate me mirror them20:40
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073620:40
sdakekfox1111 however mirroring is a huge hassle because only a couple folks know how to set up the afs mirrors in infra20:40
sdakekfox1111 it takes months to get patches merged - because mirroring is a manual process20:41
kfox1111sdake: potato/patato. :)20:41
sdakeroger its almost tthe same thing :)20:41
kfox1111we could just mirror to tarballs.o.o  though?20:41
portdirectkfox1111: potato/tomato?20:41
kfox1111portdirect: hehe. I like that movie. :)20:41
kfox1111my old schoolhouse....20:42
sean-k-mooneyspeaking of mirroring im going to rebase https://review.openstack.org/#/c/386592/ assuming infra is now fixed20:42
sdakeok kolla-kubernetes cores20:43
sdakeif yo uwould be so kind as to enforce -1's on patches without release notes that need them20:43
sdakethat would be great :)20:43
srwilkersgot it20:43
openstackgerritsean mooney proposed openstack/kolla: updates sources.list and apt prefereses filename to match dockerfile.  https://review.openstack.org/38659220:45
kfox1111sdake: +1. though a tutorial on release note workflow would be helpful I think.20:46
sdakereno new BLURB20:46
kfox1111and some kind of rules when skipping a release note would make sense.20:46
sdakeedit file20:46
sdakegit commit -a20:46
sdakeso each of those items currently in the release notes20:47
kfox1111cause if release notes are end user oriented, there are certainly some ps's that should not be brought to the users's attention.20:47
sdakeare things where the commits shoudl have had the notes20:47
kfox1111right.20:47
*** Pavo has quit IRC20:47
kfox1111but that list is a huge subset of the number of patch sets that went through.20:47
kfox1111so likely not all ps's need relese notes.20:47
sdakeits kind of hard to select patches properly - not everything needs rlease notes20:47
sdakebut like each microservice20:47
sdakeit can be a simple oneliner20:47
sdakefeature:20:48
sdake    implmeented nova service in helm20:48
kfox1111k. so, we should put -1's for ps's that have stuff that needs to be brought to the end users attention that don't have release notes?20:48
sdakeya - with a request to add release notes20:48
sdakethis is what hapepns in kolla and kolla-ansible and across openstack20:48
sdakethe main rationale is here:20:48
kfox1111yeah. but a lot of the ps's were stuff like, jinja2 -> helm template conversion. no end user really cares about that. just that the release provides "helm packages" in the end.20:49
sdakehttps://releases.openstack.org/20:49
kfox1111cool. thanks.20:49
sdakeclick on ocata20:49
sdakerather dont click on ocata20:49
sdakeclick on series independent20:50
sdakeyou will see kolla has release notes when it was series independent20:50
sdakehowever kolla-kubernetes doesn't20:50
sdakekolla-ansible and kolla now have release notes in that ocata link i mentioned not to click earlier because that wasn't what I wanted to immediately show you20:51
kfox1111I'm +1 for ensuring kolla-kubernetes has usable release notes.20:51
kfox1111+whever biggest vote I got in fact.20:51
kfox1111just thinking number of ps will be much bigger then number of items in a usable release note list.20:51
*** satyar has quit IRC20:51
kfox1111as users don't care about plumbing changes. just what they will see.20:52
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: neutron service package  https://review.openstack.org/41223920:58
sdakekfox1111 right20:58
sdakekfox1111 i dont have specific sttas on kolla-kubernetes - I'd imagine 20-30% of patches include releae notes20:58
sdakemaybe less20:58
sdakemaybe even less20:58
kfox1111ok. I think we're on the same page then.20:58
kfox1111I'll try my best to enforce requiring release notes as appropriate then.20:59
*** Pavo has joined #openstack-kolla21:02
*** fguillot has quit IRC21:02
sdakereno is really easy to use21:04
sdakeafter your first time21:05
sdakeit will be automatic21:05
sdakeit doesn't have to be perfect btw ;)21:05
*** absubram has quit IRC21:05
sdakewe used to queue up the rleease notes prior to release21:05
sdakewhich means we wre always blocking on our wednesday meeting to release - to write the release notes21:05
sdakethats what the release notes fix21:05
sdakeplus its how all openstack operates now :)21:06
kfox1111yeah. its much easier to keep track of them as you go.21:07
kfox1111I was just against it before due to all the refactoring and rerefactorign we kept doing.21:07
kfox1111now that microservcies should be pretty stable, it shouldn't be too bad.21:07
openstackgerritMerged openstack/kolla: add template-override subdirectory to contrib and doc  https://review.openstack.org/41742921:10
*** sayantani01 has quit IRC21:11
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073621:11
*** sayantani01 has joined #openstack-kolla21:11
*** sayantani01 has quit IRC21:16
*** adrian_otto has joined #openstack-kolla21:16
*** sayantani01 has joined #openstack-kolla21:17
*** sdake has quit IRC21:19
*** Pavo has quit IRC21:20
*** adrian_otto has quit IRC21:22
*** JoseMello has quit IRC21:25
*** sayantani01 has quit IRC21:25
*** sayantani01 has joined #openstack-kolla21:26
*** srwilkers has quit IRC21:28
*** l4yerffeJ has joined #openstack-kolla21:34
*** Jeffrey4l__ has joined #openstack-kolla21:34
*** l4yerffeJ__ has quit IRC21:35
*** Jeffrey4l_ has quit IRC21:35
*** sdake has joined #openstack-kolla21:35
*** huikang has joined #openstack-kolla21:38
*** srwilkers has joined #openstack-kolla21:39
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: neutron service package  https://review.openstack.org/41223921:40
*** Pavo has joined #openstack-kolla21:41
*** huikang has quit IRC21:42
*** sdake has quit IRC21:42
*** sdake has joined #openstack-kolla21:43
*** sklgromek has joined #openstack-kolla21:48
*** huikang has joined #openstack-kolla21:49
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073621:50
*** Pavo has quit IRC21:50
*** Pavo has joined #openstack-kolla21:53
*** Pavo has quit IRC21:53
*** schwicht has quit IRC21:53
*** schwicht has joined #openstack-kolla21:55
*** sklgromek has quit IRC21:55
*** sklgromek has joined #openstack-kolla21:55
*** salv-orlando has joined #openstack-kolla21:55
*** Pavo has joined #openstack-kolla21:55
*** aj_power has quit IRC21:57
*** celo_r has quit IRC21:59
*** jtriley has quit IRC22:01
*** sayantani01 has quit IRC22:03
*** sayantani01 has joined #openstack-kolla22:07
*** sdake_ has joined #openstack-kolla22:08
Pavoinc0 so figured out what was messing it up22:10
*** sdake has quit IRC22:10
inc0do tell22:10
inc0(sorry, I was pulled to meetings before)22:10
Pavowhen I copy the _50_murano.py file into /usr/share/openstack_dashboard/openstack_dashboard/local/enabled directory22:11
Pavoit flips out22:11
*** sayantan_ has joined #openstack-kolla22:13
*** mannamne has joined #openstack-kolla22:16
*** sayantani01 has quit IRC22:16
kfox1111sounds like init-containers are graduating in 1.622:22
openstackgerritOpenStack Proposal Bot proposed openstack/kolla: Updated from global requirements  https://review.openstack.org/41993122:22
*** salv-orl_ has joined #openstack-kolla22:22
*** adrian_otto has joined #openstack-kolla22:25
Pavoinc0 where would you think openstack_dashboard/conf/ is located in the horizon container22:25
PavoI can't find it anywhere22:25
*** salv-orlando has quit IRC22:25
inc0no idea, might be worth to ask the source, #openstack-horizon:)22:25
Pavook22:26
baling-wirePavo I can help with horizon  stuff22:26
*** baling-wire is now known as david-lyle22:26
david-lylewhat's the question?22:26
PavoI am trying to find openstack_dashboard/conf/22:27
Pavoin the hoprizon container22:27
Pavohorizon*22:27
PavoI need to copy murano_policy.json to it but can not find it22:27
sbezverkkfox1111: ping22:27
kfox1111ping22:27
david-lylePavo, it's in the openstack_dashboard source directory, wherever that is delivered22:28
sbezverkkfox1111: checking the log on my ps and I see bunch of 2.0.2 container, is it normal? I have not changed image_tag: in all.yaml22:28
sbezverkkfox1111: http://logs.openstack.org/36/410736/44/experimental/gate-kolla-kubernetes-deploy-centos-binary-helm-entrypoint-nv/3f05193/console.html#_2017-01-13_22_07_36_20813422:29
Pavodavid-lyle only place I see anything about openstack-dasboard is in /usr/share/openstack-dashboard and /etc/openstack-dasboard22:29
david-lylebut it looked like they were getting copied to /etc/openstack_dashboard in https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/horizon/templates/local_settings.j2#L45822:29
Pavobut neither one has a conf directory david-lyle22:29
*** rhallisey has quit IRC22:29
david-lylein the patch adding murano plugin, the path setting was commented out for some reason22:30
Pavohmmm22:30
david-lyleI commented as much on the patch22:30
kfox1111sbezverk: yeah, trunks still on 2.0.2. there's still an unknown bug deploying 3.0.2.22:30
kfox1111everything seems to come up right but the vm's cant be contacted via tcp.22:30
kfox1111still trying to puzzle that one out.22:30
Pavodavid-lyle what about the _50_murano.py do I need to copy that to /usr/share/openstack-dashboard/openstack-dashboard/local/enabled/22:31
david-lylePavo, yes22:31
sbezverkkfox1111: I hit a road block :( could use some help22:31
Pavook when I do that and then do a docker restart horizon, horizon errors22:31
Pavoone sec and I will get error22:32
kfox1111sbezverk: sure. whats up?22:32
Pavodavid-lyle error in horizon.log is NameError: name 'HORIZON_CONFIG' is not defined22:33
*** sdake_ has quit IRC22:33
sbezverkkfox1111: glance manage db keeps crashing, when I add sleep and attach to the container, after copying manually config file I can run db-manage manually22:33
Pavoonly get that when I put  _50_murano.py in /usr/share/openstack-dashboard/openstack-dashboard/local/enabled/22:33
kfox1111and it works?22:34
sbezverkkfox1111: yes, but since it is a part of service package I cannot gracfully finish the job22:34
sbezverkto actually see if glance-api comes up or not22:34
david-lylePavo is the log public or on your machine?22:35
Pavolog is in the horizon container22:35
*** sdake has joined #openstack-kolla22:35
sbezverkkfox1111: I see the same issue at the gate and in my test bed22:35
kfox1111oh. right.22:35
inc0Pavo, /var/lib/docker/volumes/22:36
inc0there is log volume there, then look for horizon22:36
Pavoon host?22:36
sdakecan I get some reviews on this plz:22:36
sdakehttps://review.openstack.org/#/c/420044/322:36
sdakethis is last thing needed for kolla-kubernetes 0.4.022:37
Pavoinc0 on the host?22:38
inc0Pavo, right22:38
*** DanyC has joined #openstack-kolla22:39
*** lrensing has quit IRC22:40
kfox1111sdake: is that single quote in at&t's valid yaml?22:42
kfox1111I think it needs to be '' ?22:42
sbezverkkfox1111: btw did you notice with new images ubuntu iscsi started working :-)22:43
kfox1111sbezverk: yeah. 3.0.2 fixed it. :)22:44
kfox1111nice to see all green again. :)22:44
*** huikang has quit IRC22:45
*** sayantan_ has quit IRC22:45
Pavodavid-lyle this is in the log22:46
Pavohttp://paste.openstack.org/show/594902/22:46
*** DanyC has left #openstack-kolla22:47
kfox1111sbezverk: just for testing, maybe chance the busy loop to a sleep 60? will give you enough time to get in, run the test and then back out while letting it continue?22:48
kfox1111or, mabe a 'while true; do [ -f /tmp/foo ] && exit 0; sleep 1; done'22:48
kfox1111then you can touch /tmp/foo when your ready for it to continue?22:48
kfox1111I'm weirded out its crashing though. I've not seen that happen before.22:48
Pavodavid-lyle what ya thinking?22:48
Pavodavid-lyle these are all the commands I did http://paste.openstack.org/show/594904/22:49
david-lylePavo, the plugin doesn't appeared to be installed and in the python path22:52
Pavohow do I do that?22:52
david-lyleon a typical install it's installed via pip22:54
Pavopip muranodashoboard?22:54
PavoI mean pip install muranodashboard?22:54
david-lylethis may be different for the kolla case, but yes on a typical server22:55
Pavothere is no pip muranodashboard package22:55
PavoNo matching distribution found for muranodashboard22:55
david-lyleyou could copy over the source, unpack and install from there, OR untar and add the module to the python path22:56
Pavook I have the download from the tarballs22:57
*** schwicht has quit IRC22:57
david-lyleinc0: is this the first horizon plugin in kolla?22:57
david-lyleI assume there's already a pattern to follow22:57
*** jtriley has joined #openstack-kolla22:57
Pavowhat would the module name be called and where would I cp it to22:58
inc0david-lyle, we have most of them baked into containers already22:58
PavoI see a dashboad.py22:58
inc0murano just merged, Pavo needs it for stable22:58
david-lyleso the source is in the container?22:58
david-lylejust doing the linkage to horizon?22:58
inc0source has to be in container22:58
inc0you need to download it on build22:59
david-lyleright, just clarifying that step is done22:59
PavoI am trying to do it manually in the running horizon container right now, then I will rebuild the image after I get it working in the running container23:00
PavoI have the source downloaded in the container23:00
PavoI used the source from the tarballs link in the patch review23:00
david-lyleok, you could either do an sdist in the source and pip install from there or add the top level python module in the source to the python path23:00
david-lylethat latter is less overhead23:01
david-lyle*the23:01
Pavowhat would be the top level python module and where would the python path be23:01
Pavoapi  catalog  categories  common  conf  dashboard.py  dynamic_ui  environments  exceptions.py  images  __init__.py  local  locale  middleware.py  packages  static  templates  templatetags  tests  version.py  views.py23:02
david-lylepython path is and environment variable23:02
Pavoso environments directory in source?23:02
*** msimonin has quit IRC23:02
*** msimonin1 has joined #openstack-kolla23:02
david-lyleyou would be adding the directory containing those files to the python path23:02
PavoI'm so confused lol23:03
Pavoand do not understand what you mean by python path23:03
sbezverkkfox1111: yeah, really strange :(23:03
Pavothis is what the source has in it david-lyle https://www.dropbox.com/s/sgkbhk2h94ls5sc/Screenshot%202017-01-13%2018.04.19.png?dl=023:04
david-lylePavo, if I was installing the plugin from source, I would typically do a python sdist in the source dir, then pip install the resulting tarball in the dist directory, then go from there23:07
Pavopython sdist hmmmm googlinf23:08
Pavogoogling23:08
david-lylepython setup.py sdist23:09
david-lyleyou would need to be up one directory from what you put on dropbox23:09
Pavook cd into the top dir and did that command23:11
Pavono what23:11
*** sayantani01 has joined #openstack-kolla23:11
Pavoit did this david-lyle http://paste.openstack.org/show/594906/23:11
*** chopmann has quit IRC23:12
Pavonow what else23:12
david-lylethere should be an dist directory23:12
david-lylepip install ./dist/<new_file>.tar.gz23:13
Pavook says it installed23:14
Pavonow?23:14
Pavorestart horizon container?23:14
david-lylewill if you restart you will loose all that no?23:14
Pavono23:15
david-lylejust restart apache in the container23:15
Pavohaven't yet23:15
Pavohow can I do that inside the container, that is something I haven't figured out yet23:15
Pavosystemctl and service will not work23:15
*** sayantani01 has quit IRC23:16
*** inc0 has quit IRC23:17
david-lyledocker exec -it <container_name or id> bash23:18
Pavoyeah I know how to getinto the container23:18
Pavobut running systemctl or service cmds inside a container do not work23:19
Pavoanyways here is what the horizon.log shows now23:19
Pavohttp://paste.openstack.org/show/594907/23:19
Pavo[Fri Jan 13 18:16:07.130000 2017] [:error] [pid 17] [remote 10.10.10.3:168] ImportError: No module named bs423:19
david-lylelooks like a missing dependency, but I have no idea what bs4 is23:19
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint  https://review.openstack.org/41073623:20
Pavook well I have to go and take wife to dinner23:20
david-lyleand I don't see it in https://github.com/openstack/app-catalog-ui/blob/master/requirements.txt23:20
Pavowill be back laterz23:20
Pavothanks for the help23:20
david-lyleenjoy23:20
*** Pavo has quit IRC23:21
*** salv-orl_ has quit IRC23:26
*** mannamne has quit IRC23:27
*** msimonin1 has quit IRC23:30
*** msimonin has joined #openstack-kolla23:30
*** msimonin has quit IRC23:30
*** msimonin has joined #openstack-kolla23:31
*** schwicht has joined #openstack-kolla23:31
*** msimonin has quit IRC23:31
*** adrian_otto has quit IRC23:31
*** msimonin has joined #openstack-kolla23:31
*** msimonin has quit IRC23:32
*** msimonin has joined #openstack-kolla23:32
*** msimonin has quit IRC23:33
*** msimonin has joined #openstack-kolla23:33
*** msimonin has quit IRC23:34
*** huikang has joined #openstack-kolla23:38
*** sdake has quit IRC23:38
*** huikang has quit IRC23:40
*** huikang has joined #openstack-kolla23:40
erhudybs4 is beautiful soup23:43
*** huikang has quit IRC23:44
*** huikang has joined #openstack-kolla23:44
*** Balaji has joined #openstack-kolla23:44
*** vhosakot has quit IRC23:51
*** liyifeng has joined #openstack-kolla23:51
*** harlowja has quit IRC23:56
*** huikang has quit IRC23:56
sbezverkkfox1111: ping23:57
kfox1111ping.23:57
*** schwicht has quit IRC23:57
sbezverkkfox1111: it started working...23:58
sbezverkbut I still see some issue with ubuntu23:59

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