Wednesday, 2016-11-30

*** Pavo has joined #openstack-kolla00:00
kfox1111sbezverk: My preference would be to require the user to do prebuild after initial checkout. to prevent that kind of issue from coming up.00:00
kfox1111it doesn't seem like an onerious requirement to me.00:00
sbezverkkfox1111: so we can keep this file out of git if I undersatnd you correctly00:01
kfox1111but if we want helm install of charts right out of trunk, then we would have to check the prebuilt stuff in.00:01
kfox1111hmm.. wait.00:02
kfox1111we may be talking about two different things.00:02
jascott1can we run that with a helm hook?00:02
sbezverkkfox1111: how then user will apply their settings00:02
sbezverk?00:02
kfox1111lets close the loop. a bit.00:02
kfox1111are you talking about the user editing all_values, values that were generated, or setting values at install time?00:02
kfox1111cause I think normal users shouldn't do the first two.00:02
kfox1111but make an overrides file used at helm install --variables=mycloud.yaml time00:03
qwangwhat is helm_prebuild about?00:03
sbezverkkfox1111: got it finally so the custom parameters file will be provided in the command line00:04
jascott1qwang https://review.openstack.org/#/c/396296/31/tools/helm_prebuild.py,unified00:04
sbezverkso user do not change either all_values or values generated by the tool00:04
sbezverkcool in this case they can be fairly static00:04
qwangjascott1: thanks00:04
*** kristian__ has quit IRC00:05
sbezverkkfox1111: works for me then..00:05
jascott1qwang it combines values and shares the common stuff for each microservice00:06
jascott1can helm hook run that for us when chart is installed?00:08
sdakewow lots of scrollback - reading ;)00:10
jascott1ah dang looks like they just have hooks for after rendering00:10
jascott1bummer00:10
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice  https://review.openstack.org/40395900:11
sbezverksdake: it is all working now!!00:11
*** jtriley has joined #openstack-kolla00:14
Pavowhat version of glance is kolla-ansible using by default?00:15
sdakepavo master is using master - 3..0 = newton 2.0 = mitaka 1.0=liberty00:16
Pavohmmm00:16
kfox1111jascott1: I think there is a hook for when its installed or updated.00:17
kfox1111jascott1: I'm worried about using those in microservices though. probably fine for service level packages.00:18
jascott1ya but yamls are already rendered00:18
kfox1111oh. you want a hook for before render?00:18
jascott1we could call the prebuild from the install :)00:18
jascott11. edit values 2. helm install00:18
jascott1if it existed00:18
kfox1111jascott1: no. the hooks arent shell, and00:19
kfox1111we want the packages to be self contained.00:19
jascott1oh thats right00:19
kfox1111so, I want to be able to do a prebuild/microservices_build,00:19
PavoI added IMAGES_ALLOW_LOCATION=True to Horizon local_settings config file and it added the URL part that allows me to upload images using a URL location but getting an error00:19
kfox1111and then export my kolla helm repo I just made to be pulled onto my test, then production systems.00:19
kfox1111so they wont be installed on the same host as building most likely.00:19
Pavoanyone here ever added that feature to horizon and it work?00:20
jascott1forgot about the no shell00:20
kfox1111yeah.00:21
jascott1isnt prebuild just called once for the whole tree?00:21
*** jtriley has quit IRC00:21
kfox1111jascott1: yeah. whole tree. we could make it per service if we wanted. just an initital stab.00:21
sbezverkkfox1111: please check my ps when you have a second00:21
kfox1111sbezverk: yeah. reading now.00:21
sbezverkI need to run, have a good one gents!!00:21
*** hfu has joined #openstack-kolla00:21
sdakekfox1111 quick q00:22
jascott1thanks sbezverk!00:22
kfox1111sdake: sure00:22
sdakekfox1111 i haven't tried out the implementation00:22
sdakei just woke up from a  nap00:22
sdakegotta sleep sometime ;)00:22
jascott1he IS human ;)00:22
sdakethe api queestion was unanswered00:22
kfox1111sdake: which api question?00:22
sdakethe stuff in common is exported as common.ovsdb* or globals.ovsdb?00:23
sdakethe question I left in the review00:23
kfox1111sdake: neither.00:23
kfox1111its flat.00:23
sdakecollision possibilities?00:23
kfox1111between a common var and a microservices var, yes.00:24
*** diogogmt has joined #openstack-kolla00:24
kfox1111between different microservices in a service package, no.00:24
sdakeok second question00:24
sdakewill this run from git straight away (with appropriate overrides on stuff that matters)00:24
kfox1111manually orchestrated? yes.00:25
kfox1111really not sure we want to keep it that way, but yeah.00:25
sdakethe reason i ask is kubernetes is running an incubator00:26
sdakefor charts00:26
kfox1111I think once we get to the point where we want to start converting jobs, we will want to do package deps,00:26
kfox1111and won't want to start copying in tarballs into git or stuff like that. :/00:26
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla: WIP: packing and uploading registry  https://review.openstack.org/40443500:26
sdakekfox1111 ya the incubator has the raw charts00:26
kfox1111sdake: yeah. I know of it.00:26
kfox1111do any have deps on each other?00:27
sdakeunclear00:27
sdakemostly curious if that is an option elimited by this work00:27
kfox1111yup.00:27
kfox1111https://github.com/kubernetes/charts/blob/master/stable/mediawiki/requirements.yaml00:27
sdakesounds like no00:27
jascott1yeah I think drupal and wp both depend on stable/mariadb00:28
*** srwilkers_ is now known as srwilkers_dinner00:28
kfox1111sdake: it looks like they keep around binary versions of their deps.00:28
kfox1111so to rebuild everyting, its a chore.00:29
kfox1111looks like the build's completey manual.00:29
kfox1111user goes from pacakge to package helm package foo'ing.00:30
kfox1111so... question.00:30
kfox1111we're putting a lot of emphasis on being able to checkout trunk, and then doing a helm install microservicex from within trunk.00:31
kfox1111I think that isn't going to be the norm though. I'm expecting more of a:00:31
kfox1111helm repo add kolla http://kolla-helm.openstack.org00:31
kfox1111helm install kolla/microservicex00:32
jascott1helm get then edit then install right?00:32
jascott1with prebuild in there00:32
kfox1111its prebuilt. if you want to override settings00:32
kfox1111helm install kolla/microservicex --vars=mycloud.yaml00:33
kfox1111shouldn't be much need to actually build a package or deal with a raw source chart at all.00:33
kfox1111unles your developing it.00:33
jascott1except you need a copy of the value files so you can edit it00:33
sdakethe assumption there is openstack.org will tke a kolla-helm :)00:33
kfox1111sdake: true. but they took the app catalog.00:34
kfox1111running a fiarly custom server for that.00:34
jascott1so you either curl the raw values or get locally and copy it00:34
kfox1111this would be much less so.00:34
kfox1111if there's not a way to do a helm listvars kolla/microservicex00:34
kfox1111there really should be.00:34
sdakeok well we can drop the bomb on that bridge when we get there00:34
kfox1111sdake: fair enough. :)00:35
kfox1111thats really the path I thiknj we should go though.00:35
kfox1111we push pebuilt containers to the hub so users don't have to build from source.00:35
kfox1111we can push prebuilt helm charts too so users don't have to do the same there.00:35
*** hfu has quit IRC00:35
sdakei was never a fan of pushing prebuilt containers to the hub00:36
sdakethen folks want security, support, etc00:36
kfox1111you get what you pay for. :)00:37
sdakebut soon inc0 will have a docker.openstack.org ;)00:37
inc0not really00:37
sdakeif only it were that simple kfox1111 :)00:37
inc0but our gates will have registry hacked around00:37
kfox1111sdake: sure. but I'm just saying, everyone wantns everything all the time. its just par for the course. :)00:37
sdakeinc0 thanks for the clarification - i wasn't certain what you were planning :)00:37
inc0totally hacky, but should work00:38
sdakekfox1111 you left out the and they want it now. :)00:38
inc0I'll tar.gz whole registry and run it locally in every gate;)00:38
kfox1111sdake: true. and the "free" :)00:38
sdakekfox1111 nothing is free ;)00:38
kfox1111and "yesterday" instead of "now" :)00:38
sdakeinc0 cool sounds good00:39
*** duonghq has joined #openstack-kolla00:39
sdakeinc0 i got alot of pushback from infra about a docker.openstack.org registry00:39
inc0I have all the pieces from infra if my plan works00:39
sdakeeventually decided it wasn't worth the trouble ;)00:39
inc0well, can't blame them00:39
*** hfu has joined #openstack-kolla00:39
sdakeidont blame them00:39
sdakeits a complex problem as i stated above00:39
inc0but a bit of thinking and we figured out how to avoid such big changes00:40
jascott1an run on github pages00:40
kfox1111sdake: yeah, but it does gett better with time. as docker matures, more people become comfortable with it.00:40
duonghqmorning guys00:40
sdakesup duonghq00:40
kfox1111the shiny starts wareing off and becoming less scary. :)00:40
sdakeportdirect has instructions for env setup00:40
jascott1good morning00:40
duonghqsdake, is your dev evn rolling?00:40
duonghq*env00:40
sdakeduonghq we have a pattern to follow - need to crank out the microservices now00:41
sdakemy env is rolling00:41
duonghqgood news00:41
sdakeduonghq once we finish with the microservices, well unpeel the next layer ;)00:41
duonghqroger00:41
sdakewe'll that is00:42
sdakewihch is the services layer00:42
sdakelets get kfox1111 'z work merged then and proceed00:43
*** yingjun has joined #openstack-kolla00:44
duonghqwell, congrats kfox111100:44
kfox1111sdake: I think we will still need to have a conversation around creation jobs when we get to those.00:44
sdakekfox1111 which layer is that in00:44
kfox1111duonghq: thank all the team who worked through the design. :)00:44
duonghqkfox1111, do you think your ps's topic and commit msg should be updated to helm-packaging bp?00:44
kfox1111sdake: I was thinking microservices.00:44
kfox1111duonghq: ah. yeah.00:45
kfox1111I think this ps predates the bp.00:45
duonghqsure00:45
sdakekfox1111 right - can you update that for the blueprint00:46
sdakeso people can find it :)00:46
sdakeit automatically gets logged in the blueprint00:46
sdakepart of the magic of openstack infrastructure00:46
kfox1111sdake: got the example commit message tag handy? I'm working on fixing one issue.00:46
kfox1111yup.00:46
duonghqkfox1111, take sbezverk ps as ex: https://review.openstack.org/#/c/401394/00:47
kfox1111perfect. thanks.00:47
jascott1oh didnt see duonghq is working on glance. thats prob what you remembered earlier sdake00:47
sdakekfox1111 moment going to create a new one00:47
sdakejascott1 ya sorry about that00:47
sdakeblueprint per layer00:47
*** unicell has quit IRC00:48
jascott1duonghq hows that going?00:48
sdakehelm-packaging too general00:48
*** inc0 has quit IRC00:48
kfox1111sdake: k00:48
kfox1111how do you rebase only the most recent of patches?00:48
duonghqjascott1, so you are working on or prepare to work on glance?00:49
jascott1i was already started00:49
jascott1no biggie tho, things are changing constantly00:49
jascott1I can move on to the next easiest :)00:49
kfox1111jascott1: probably need to rebase on https://review.openstack.org/#/c/396296 . but give me a few min. I'm rebasing too.00:49
duonghqthank you jascott100:50
*** srwilkers_dinner is now known as srwilkers_00:50
Pavohas anyone tried https://github.com/openstack/nova-docker#egg=novadocker with openstack that has been deployed with kolla?00:50
kfox1111I think the jobs part of the services will trip us up a bit. the rest can be converted pretty streight forwardly though.00:50
*** tonanhngo has quit IRC00:50
sdakehttps://blueprints.launchpad.net/kolla-kubernetes/+spec/helm-microservices00:51
sdakecan folks move their workitems to that blueprint00:51
*** tonanhngo has joined #openstack-kolla00:51
kfox1111I think this can merge: https://review.openstack.org/#/c/404332/300:51
sdakekfox1111 needs one more +200:52
duonghqanybody see egonzalez around?00:52
*** goldyfruit has joined #openstack-kolla00:52
sdakeduonghq he is in emea00:52
sdakeso he wont be around at this hour typically00:52
kfox1111sdake: we're one +2 for everything but the poc of helm deployment.00:53
kfox1111this is just a gate check, so fine with just one.00:53
srwilkers_a +1 will have to suffice ;p00:53
duonghqsdake, got it00:53
duonghqsdake, so we stick to option 4 in Ryan's spec?00:54
sdakekfox1111 atypical of openstack - but i guess the core team needs to grow - typically when projects have a small core team one +1 is sufficient00:54
kfox1111sdake: yeah. we did that because basically reviews were holding up dvelopment for days at a time. the core team was just too small to do otherwise.00:55
*** tonanhngo has quit IRC00:55
sdakekfox1111 i assigned that  blueprint to you since you led us to the light00:55
kfox1111as we get more active cores, we'll normalize that again.00:56
sdakekfox1111 cool - lets try to fix that in the future :)00:56
kfox1111k. wfm. :)00:56
portdirectback00:56
sdakesup portdirect00:56
portdirectlooks like a lot happened... goona go thru logs and then get a rough copy of that dev env readme up00:57
sdakeportdirect sounds good00:57
kfox1111damn... just nuked my update  iwas trying to rebase. :/00:58
srwilkers_kfox1111, this is going to be a dumb question, but how does the install work with your helm charts currently? is it essentially do the prebuild, then build the microservices into your local helm repo?00:58
*** adrian_otto has joined #openstack-kolla00:58
kfox1111srwilkers_: thats what I've been doing.00:58
kfox1111then you can helm install out of the helm repo.00:59
sdakeso another otpion as i understand it is a striaght helm install from git00:59
kfox1111sbezverk's been doing it by just doing the prebuild and helm installing out individually out of the microservices directory.00:59
kfox1111sdake: yeah, thats the idea. not sure how well that will fly when jobs get contact with the enemy. :/00:59
openstackgerritMerged openstack/kolla-kubernetes: Initial Helm support in the gate  https://review.openstack.org/40433201:00
sdakekfox1111 tired - dont grok your last analogy :)01:00
kfox1111sdake: I think the plan is solid, until we go implement the creation job packages.01:01
kfox1111then I don't know if the idea will hold up.01:01
sdakei see01:01
kfox1111then I think requjirements might be in order.01:01
sdakejobs = db create?01:01
kfox1111yeah. db create, keystone enpoint register, etc.01:01
sdakeright01:01
sdakeok well too tired to think of that atm :)01:02
kfox1111I really don't think a git checkout kolla-kubernetes; tools/helm_prebuild.py is onerious though.01:02
sdakewaiting on dinner and then sleepy time :)01:02
kfox1111time will tell though.01:02
sdakei need to try out your review01:03
sdakewill do that now01:03
sdakeis tools/helm_prebuild.py a mandatory step?01:03
sdakethe tag you want at the end of your commit message kfox1111 is blueprint: helm-microservices01:04
portdirectkfox1111: so helm_prebuild to setup charts on change, then helm_build_microservices to actually package it?01:04
kfox1111portdirect: yeah. change of the common bits.01:05
kfox1111portdirect: I think we could consider doing it with helm requirements instead at some point too.01:05
sdakecommon bits dont change unless a dev changes them correct?01:05
kfox1111sdake: yeah.01:05
duonghqkfox1111, do you have some docs for getting started w/ helm dev for Kolla-k8s?01:05
sdakeso helm_prebuild is not  mandatory step?01:05
sdakeduonghq first things first - setup dev env01:06
sdakeportdirect has a  gist01:06
sdakeduonghq which will help you get going01:06
kfox1111sdake: once we are generally good with the aproach, yeah. optional unless you change something common.01:06
kfox1111duonghq: not yet. this was just baked this morning. :/01:06
sdakekfox1111 cool - so if i check out repo - i wont have to run helm_prebuild at this point in time?01:06
portdirectkfox1111: looks good from looking through it :)01:07
kfox1111sdake: no. the first one is required. I didn't precheck in the generated stuff, to simplify the review for now.01:07
*** dave-mccowan has joined #openstack-kolla01:07
portdirectduonghq: https://gist.github.com/intlabs/9ce71a4a6b93b4e2e90faec500ef70d0, just ask if any q's01:07
duonghqsdake, kfox1111, okay, the dev env maybe the easiest think that can be done01:07
sdakemakes sense01:07
kfox1111sdake: wanted to make it as simple to revew as possible.01:08
sdakekfox1111 yup01:08
kfox1111(and creating painful merge conflicts along the way. :(01:08
duonghqportdirect, thanks, somebody give me the link (cannot recall), but I mean the dev process, guess that it's not available right now01:08
*** jtriley has joined #openstack-kolla01:08
sdakeduonghq standard openstack workflow01:09
sdakedo you mean the process by which the icroservices are made?01:09
kfox1111there we go...01:09
kfox1111had to hand edit a patch. haven't had to do that in a while... :/01:09
duonghqsdake, yup, something like http://docs.openstack.org/developer/kolla/CONTRIBUTING.html01:10
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Initial Helm support  https://review.openstack.org/39629601:11
srwilkers_duonghq, something like thats in the works. thats the basis of whats in portdirect's gist01:11
srwilkers_the foundation anyway01:11
kfox1111doh. forgot to branch first... grrr.01:11
duonghqsrwilkers_, got it01:11
sdakekfox1111 you dont hvave to branch to git review01:11
kfox1111sdake: yeah. but my master's wrong now. :/01:11
sdakekfox1111 gerrit is smart enough to sort it out01:11
kfox1111gota fix it.01:11
sdakekfox1111 roger01:12
kfox1111ok. all fixed.01:13
*** zhurong has joined #openstack-kolla01:14
*** jtriley has quit IRC01:15
*** tovin07_ has quit IRC01:16
*** zhubingbing has joined #openstack-kolla01:17
*** adrian_otto has quit IRC01:17
jascott1kfox1111 where did the prebuild script go?01:18
jascott1oh my bad01:18
kfox1111hmm? did it get dropped out of the review?01:18
kfox1111k. :)01:19
jascott1no its in tools on same level as helm01:19
jascott1ah now user will have to install yaml py module01:20
kfox1111I think its aprereq of kolla-kubernetes anyway.01:21
sdakekfox1111 quick q - if someone wants to pull down your patch and use it, where do they get the configmap from that should be used externally?01:22
kfox1111sdake: we're switching out the old system for the new. all the old stuff still works.01:23
kfox1111so kollakube res create configmap xxxxx still works.01:23
kfox1111see tests/bin/ceph_workflow.sh for an example.01:23
sdakethanks will look01:24
sdakei dont get the switching old system for the new01:24
sdakecould you expand on that01:24
sdake(sorry brain lagging atm - need food :)01:24
kfox1111we built a jinja2 based tool, 'kollakube' to do everything.01:24
kfox1111now we're switching out some things for helm.01:25
Jeffrey4lpbourke, still around?01:25
kfox1111so for things we haven't helmized... :) ... kollakube should still work.01:25
sdakehelmet-ized :)01:25
sdakealways wear a seatbelt :)01:25
*** goldyfruit has quit IRC01:26
kfox1111never sneeze while juggling bowling balls. :)01:26
sdakeunless using helm :)01:26
kfox1111and feet helms. :)01:26
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Initial Helm support  https://review.openstack.org/39629601:27
kfox1111and now... we do the gate dance a little bit... :)01:27
kfox1111speaking of juggling bowling balls... :)01:28
sdakekfox1111 here is the ceph_workflow in your patch: https://review.openstack.org/#/c/396296/32/tests/bin/ceph_workflow.sh01:28
sdakedont see the configmap being created01:28
kfox1111sdake: yeah. cause the configmap cration hasn't changed.01:29
sdakewas that always external?01:29
kfox1111yeah.  at the level below orchestration, each kube object gets its own request explicitly.01:29
kfox1111no magic. :)01:30
kfox1111orchestration is where magic happens. :)01:30
sdakegot it01:30
sdakejust picked up on kolla-kue in first line of ceph_workflow.sh01:31
jascott1how do I make this one configmap with tools? neutron-l3-agent01:31
kfox1111kollakube create configmap neutron-l3-agent. :)01:31
sdakethere ya go01:31
jascott1nah thats too easy01:31
sdakethanks kfox111101:31
kfox1111well...01:31
jascott1:)01:31
kfox1111kollakube create configmap neutron-l3-agent-network01:31
sdakequestions answered01:31
sdakeand you probably have to do a genconfig step prior01:32
sdake;)01:32
kfox1111the neutron's stuff is a little bit more complicated due to dvr support.01:32
kfox1111sdake: correct.01:32
sdakeneutron is complicated without dvr01:32
kfox1111sdake: yeah. and networking in general. :)01:32
sdakeas my wife says, my co didn't build its empire because networking was easy :)01:32
* kfox1111 nods01:33
kfox1111jascott1: probably will need to add some stuff to the kolla-kubernetes / kolla config too. such as in tests/conf/ceph-all-in-one/*01:33
kfox1111I just append eacho of those files to the respective files in the gate.01:34
jascott1ok thanks01:34
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449301:34
kfox1111we didn't get to the point of documenting a fresh checkout to a working system yet before helm becamse a focus.01:34
kfox1111so really the best documentation is to start at tools/setup_gate.sh and read what its doing. :/01:34
srwilkers_right as portdirect submits a ps for his work ;)01:35
kfox1111I've just been using the gate itself as my test system these days though. :)01:35
kfox1111hehe01:35
sdakekfox1111 ya everyone does that01:36
sdakekfox1111 any resaon those jobs are experimental?01:36
kfox1111sdake: no. we can premote the real ones at this point. they have been pretty stable.01:37
sdakekfox1111 good enough i'll do the work if you like01:37
sdakeor you can - up to you ;)01:37
kfox1111sdake: yes please. :)01:37
sdakeyou got it01:37
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449301:38
kfox1111centos-binary-ceph-multi, centos-binary-external-ovs centos-binary-ceph, and ubuntu-binary-ceph are stable.01:38
kfox1111the rest arn't fully implemented yet.01:38
kfox1111gota head out. bbl.01:40
jascott1kfox1111 thanks!01:41
kfox1111jascott1: np. :)01:41
sdakeok peeps time to eat01:45
duonghqhave a good meal sdake01:46
openstackgerritwangwei proposed openstack/kolla: Add the function of docker login before pushing  https://review.openstack.org/39942601:46
*** kristian__ has joined #openstack-kolla01:49
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: NO_MERGE: TEST KOLLA-ANSIBLE MASTER BRANCH  https://review.openstack.org/40449801:51
jascott1hmm going through the gate again, why cant we put all the pip stuff etc into a container?01:51
jascott1since we have a zillion anyway01:51
*** kristian__ has quit IRC01:53
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: clean up kolla related files  https://review.openstack.org/40433001:54
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Fix error in manila-hnas-guide file  https://review.openstack.org/40450101:59
*** Pavo has quit IRC01:59
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449302:02
*** jtriley has joined #openstack-kolla02:03
*** Pavo has joined #openstack-kolla02:04
*** sdake has quit IRC02:07
*** jtriley has quit IRC02:08
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice  https://review.openstack.org/40395902:09
sbezverkkfox1111: by some reason I cannot rebase on your PS. What if we merge it and then I rebase on new master?02:11
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449302:12
*** sdake has joined #openstack-kolla02:15
*** tovin07 has joined #openstack-kolla02:16
*** tovin07_ has joined #openstack-kolla02:18
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449302:25
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: NO_MERGE: test release notes  https://review.openstack.org/40450302:25
zhubingbinghello guys02:27
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449302:28
duonghqhi zhubingbing02:28
Pavoanyone know how I would findout what the glance public API address is?02:28
zhubingbinghi duonghq02:28
duonghqPavo, can you give me the context?02:29
PavoI wanna enable image upload from Horizon directly to Glance but in order to do that, docs say you have to add the glance public API address to local_settings02:30
*** diogogmt has quit IRC02:31
Pavolike this02:32
Pavohttp://docs.openstack.org/developer/horizon/topics/settings.html02:32
Pavolook under HORIZON_IMAGES_UPLOAD_MODE section02:32
portdirecthey - I'm off for the night (2:30 am here :/ ) - catch you all on the flipside. kfox1111, thanks for all your work on the helm stuff - cant wait to get properly stuck into it tomorrow - and would like to get it into the docs as well moving forward.02:32
*** portdirect is now known as portdirect_away02:33
PavoHORIZON_IMAGES_ALLOW_UPLOAD=direct sends the image file directly from the web browser to Glance. This bypasses Horizon web-server which both reduces network hops and prevents filling up Horizon web-server’s filesystem. direct is the preferred mode, but due to the following requirements it is not the default. The direct setting requires a modern web browser, network access from the browser to the public Glance endpoint, and CORS02:33
Pavo support to be enabled on the Glance API service. Without CORS support, the browser will forbid the PUT request to a location different than the Horizon server.02:33
*** jascott1 has quit IRC02:34
duonghqPavo, my Horizon doesn't working now :(, but iirc, it works out-of-the-box02:38
Pavowell by default it doesn't allow for uploading images by using URL locations and it also only allows images to be uploaded by uploading them to the horizon web server, tmp storage then pipes it from horizon web server to glance02:40
Pavowhich can cause issues when uploading images over 4Gb02:40
duonghqah, ok02:41
duonghqbut does your Horizon work for now?02:41
PavoI got the URL location added but still having the direct option not working, they are still going to the web server first then getting uploaded to glance from there02:41
duonghqIn my setup, Horizon is broken02:41
Pavoyeah Horizon isn't an issue02:41
*** yuanying has quit IRC02:46
*** sdake_ has joined #openstack-kolla02:49
*** sdake has quit IRC02:52
*** zhurong_ has joined #openstack-kolla02:53
*** zhurong has quit IRC02:55
*** yuanying has joined #openstack-kolla02:55
*** jtriley has joined #openstack-kolla02:57
*** lrensing has joined #openstack-kolla03:01
*** jtriley has quit IRC03:02
*** ayoung has joined #openstack-kolla03:02
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: clean up kolla related files  https://review.openstack.org/40433003:18
*** sayantan_ has joined #openstack-kolla03:23
*** jtriley has joined #openstack-kolla03:30
*** inc0 has joined #openstack-kolla03:33
openstackgerritzhubingbing proposed openstack/kolla-ansible: add panko role  https://review.openstack.org/40012203:34
*** jtriley has quit IRC03:35
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla: WIP: packing and uploading registry  https://review.openstack.org/40443503:45
openstackgerritzhubingbing proposed openstack/kolla: add os_panko_apache_log.lua in heka  https://review.openstack.org/40452603:48
*** yuanying has quit IRC03:49
*** inc0 has quit IRC03:50
*** Pavo has quit IRC03:59
*** Pavo has joined #openstack-kolla04:04
sdake_Jeffrey4l ping04:05
Jeffrey4lsdake_, pong04:05
sdake_sup - upper constraints04:05
sdake_is it overriddable?04:06
sdake_or can it be customized?04:06
Jeffrey4lsdake_, still no idea why we need override for this file.04:06
sdake_transitive dependencies break peoples things because semver while a thing is nto always followed04:06
sdake_for example, some dep way down deep inside openstack changes versions from 1.2.1 to 1.2.204:07
sdake_1.2.2 = bust04:07
Jeffrey4lupper constraints is tested. change it may cause unpredict issue.04:07
sdake_build no longer works for people04:07
sdake_roger04:08
sdake_want to know if its possible04:08
Jeffrey4lit one version bust, the openstack jobs will failed and this should be fixed in openstack/requirements project first.04:08
*** Marcellin__ has quit IRC04:08
Jeffrey4lthe kolla will be fixed when that ps merged.04:08
sdake_those upper constraints get in the system in some way?04:08
Jeffrey4lsorry?04:08
sdake_how do the upper constraints get in the system?04:09
sdake_in the dockerfiles04:09
sdake_from requirements repo right?04:09
Jeffrey4ldownload from repo.04:09
Jeffrey4lyep.04:09
sdake_can that repo be overridden?04:09
Jeffrey4lpossible.04:09
sdake_modify the file that contains list of sources?04:09
Jeffrey4lsdake_, https://github.com/openstack/kolla/blob/master/kolla/common/config.py#L145,L14804:10
sdake_thanks jeffrey4l :)04:10
sdake_as always you rock :)04:10
Jeffrey4l;)04:10
*** JRobinson__ is now known as JRobinson__afk04:10
Jeffrey4lstill curiosity why need change this. this will be danger in most of case.04:10
sdake_binary distros hard pin04:11
sdake_downstreams want to hardpin as well04:11
sdake_from source builds dont hard pin at all04:11
*** sayantan_ has quit IRC04:11
Jeffrey4lit is pinned. https://github.com/openstack/requirements/blob/master/upper-constraints.txt04:12
Jeffrey4lsee this file. this list won't change in stable branch.04:12
sdake_are you certain?04:12
Jeffrey4lso the packages installed through `-C upper-constrains.txt` is pinned in stable branch.04:13
sdake_are you certain the stable branch upper constraints dont change04:13
Jeffrey4lyes. it should work like this.04:13
Jeffrey4lif it change, there should be some issue exist.04:13
Jeffrey4llet me check04:13
sdake_let me pull requirements repo and check history04:13
sdake_ok you check ;)04:13
*** dave-mccowan has quit IRC04:14
*** mdnadeem has joined #openstack-kolla04:15
*** sayantan_ has joined #openstack-kolla04:15
Jeffrey4lgit log -p f13e236e908a92b85378a3129bdbd16c7f921cac..origin/stable/mitaka --no-merges -- upper-constraints.txt04:16
sdake_produces no results?04:16
Jeffrey4ltry this. it is all the changes from 30/4 to now in mitaka branch.04:17
Jeffrey4lit changed but not that much.04:17
sdake_ahh it changes ;)04:17
Jeffrey4lmost of them are z stream change.04:17
sdake_right - z streams break peoples systems04:17
Jeffrey4lBut i think it is neccessary.04:17
Jeffrey4lsdake_, why?04:17
*** hieulq_ has joined #openstack-kolla04:17
sdake_nothing we particuarly have to worry about upstream04:18
sdake_something downstreams have to manage04:18
*** yuanying has joined #openstack-kolla04:18
Jeffrey4lsdake_, http://paste.openstack.org/show/590909/04:18
Jeffrey4lanyway, if downstream need fix the upperstrain.txt file, just use its own requirements repo.04:19
*** lrensing has quit IRC04:19
sdake_right04:19
sdake_by replacing the code you linked above ;)04:20
Jeffrey4lsdake_, no. just change kolla-build.conf file.04:20
Jeffrey4lkolla-build.conf will override the code.04:20
sdake_ok - i dont use kolla-build.conf04:20
*** zhubingbing has quit IRC04:20
sdake_mind expanding?04:20
*** hieulq_ has quit IRC04:21
sdake_is it documented?04:21
Jeffrey4lwe are using oslo.config right now.04:21
sdake_i know kolla-build.conf uses oslo.config04:21
Jeffrey4lit is how other openstack service configure file works.04:21
Jeffrey4li do not think we need document this.04:21
sdake_i know all that - what is the syntax of the  file :)04:22
sdake_to override a repo specifically04:22
Jeffrey4lit is generated automatically.04:22
Jeffrey4lsdake_, [DEFAULT]04:22
Jeffrey4l#04:22
Jeffrey4l# From kolla04:22
Jeffrey4l#04:22
Jeffrey4l# The base distro to use when building (string value)04:22
Jeffrey4l# Deprecated group/name - [kolla-build]/base04:22
Jeffrey4lbase = centos04:22
Jeffrey4ltemplate_override = /etc/kolla/kolla-template-override.j204:22
Jeffrey4l# base_tag = latest04:22
Jeffrey4l#debug = false04:22
Jeffrey4l# Set docker build time variables (dict value)04:22
Jeffrey4l#build_args = <None>04:22
Jeffrey4l# Path to custom file to be added at beginning of base Dockerfile04:22
Jeffrey4l# (string value)04:22
Jeffrey4l# Deprecated group/name - [kolla-build]/include_header04:22
Jeffrey4l#include_header = <None>04:23
Jeffrey4l# Path to custom file to be added at end of Dockerfiles for final04:23
Jeffrey4l# images (string value)04:23
Jeffrey4l# Deprecated group/name - [kolla-build]/include_footer04:23
Jeffrey4l#include_footer = <None>04:23
Jeffrey4l# Keep failed intermediate containers (boolean value)04:23
Jeffrey4l# Deprecated group/name - [kolla-build]/keep04:23
Jeffrey4l#keep = false04:23
Jeffrey4lnamespace = lokolla04:23
Jeffrey4l# namespace = kolla04:23
Jeffrey4l# namespace = 99cloud04:23
Jeffrey4l# Use the Docker cache when building (boolean value)04:23
Jeffrey4l#cache = true04:23
Jeffrey4l# Do not use the Docker cache when building (boolean value)04:23
Jeffrey4l# This option is deprecated for removal.04:23
Jeffrey4l# Its value may be silently ignored in the future.04:23
Jeffrey4l#no_cache = false04:23
Jeffrey4l# Build a pre-defined set of images, see [profiles] section in config.04:23
Jeffrey4l# The default profiles are: infra, main, aux, default, gate, mesos04:23
Jeffrey4l# (string value)04:23
Jeffrey4l# Deprecated group/name - [kolla-build]/profile04:23
Jeffrey4lprofile = test04:23
Jeffrey4l#push = false04:23
Jeffrey4lpush = true04:23
Jeffrey4l# The number of threads to user while pushing Images. Note: Docker can04:23
Jeffrey4l# not handle threading push properly. (integer value)04:23
Jeffrey4l# Minimum value: 104:23
Jeffrey4l# Deprecated group/name - [kolla-build]/push_threads04:23
Jeffrey4l#push_threads = 104:24
Jeffrey4l# The number of times to retry while building (integer value)04:24
Jeffrey4l# Minimum value: 004:24
Jeffrey4l# Deprecated group/name - [kolla-build]/retries04:24
Jeffrey4l#retries = 304:24
Jeffrey4l# Build only images matching regex and its dependencies (string value)04:24
Jeffrey4l#regex = <None>04:24
Jeffrey4l# The docker registry host. The default registry host is Docker Hub04:24
Jeffrey4l# (string value)04:24
Jeffrey4l# Deprecated group/name - [kolla-build]/registry04:24
sdake_a paste would have been sufficient ;)04:24
Jeffrey4lregistry = localhost:500004:24
Jeffrey4l# Path to the file to store the docker image dependency in Graphviz04:24
Jeffrey4l# dot format (string value)04:24
Jeffrey4l#save_dependency = <None>04:24
Jeffrey4l# The method of the OpenStack install. The valid types are: binary,04:24
Jeffrey4l# source, rdo, rhos (string value)04:24
Jeffrey4l# Allowed values: binary, source, rdo, rhos04:24
Jeffrey4l# Deprecated group/name - [kolla-build]/install_type04:24
Jeffrey4linstall_type = source04:24
Jeffrey4l# The number of threads to use while building. (Note: setting to one04:24
Jeffrey4l# will allow real time logging.) (integer value)04:24
Jeffrey4l# Minimum value: 104:24
Jeffrey4l# Deprecated group/name - [kolla-build]/threads04:24
Jeffrey4l#threads = 804:24
*** jtriley has joined #openstack-kolla04:24
Jeffrey4l# The Docker tag (string value)04:24
Jeffrey4l# Deprecated group/name - [kolla-build]/tag04:24
Jeffrey4ltag = 4.0.004:24
Jeffrey4l# Don't build images. Generate Dockerfile only (boolean value)04:24
Jeffrey4l# Deprecated group/name - [kolla-build]/template_only04:25
Jeffrey4l#template_only = false04:25
Jeffrey4l# Time in seconds after which any operation times out (integer value)04:25
Jeffrey4l#timeout = 12004:25
Jeffrey4l# The MAINTAINER field (string value)04:25
Jeffrey4l# Deprecated group/name - [kolla-build]/maintainer04:25
Jeffrey4l#maintainer = Kolla Project (https://launchpad.net/kolla)04:25
Jeffrey4lmaintainer = Jeffrey Zhang <zhang.lei.fly@gmail.com>04:25
Jeffrey4l# Comma separated list of .rpm or .repo file(s) or URL(s) to install04:25
Jeffrey4l# before building containers (list value)04:25
Jeffrey4l# Deprecated group/name - [kolla-build]/rpm_setup_config04:25
Jeffrey4l#rpm_setup_config =04:25
Jeffrey4l# Path to custom sources.list (string value)04:25
Jeffrey4l#apt_sources_list = <None>04:25
Jeffrey4l# Path to custom apt/preferences (string value)04:25
Jeffrey4l#apt_preferences = <None>04:25
Jeffrey4l[aodh-base]04:25
Jeffrey4l#04:25
Jeffrey4l# From kolla04:25
Jeffrey4l#04:25
Jeffrey4l# Source location type (string value)04:25
Jeffrey4l# Allowed values: local, git, url04:25
Jeffrey4l#type = url04:25
Jeffrey4l# The location for source install (string value)04:25
Jeffrey4l#location = http://tarballs.openstack.org/aodh/aodh-2.0.0.0rc1.tar.gz04:25
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:25
Jeffrey4l#reference = <None>04:25
Jeffrey4l[ceilometer-base]04:25
Jeffrey4l#04:26
sdake_thanks thats it04:26
Jeffrey4l# From kolla04:26
Jeffrey4l#04:26
sdake_got it :)04:26
Jeffrey4l# Source location type (string value)04:26
Jeffrey4l# Allowed values: local, git, url04:26
Jeffrey4l#type = url04:26
Jeffrey4l# The location for source install (string value)04:26
Jeffrey4l#location = http://tarballs.openstack.org/ceilometer/ceilometer-6.0.0.0rc3.tar.gz04:26
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:26
Jeffrey4l#reference = <None>04:26
Jeffrey4l[cinder-base]04:26
Jeffrey4l#04:26
Jeffrey4l# From kolla04:26
Jeffrey4l#04:26
Jeffrey4l# Source location type (string value)04:26
Jeffrey4l# Allowed values: local, git, url04:26
Jeffrey4l#type = url04:26
Jeffrey4l# The location for source install (string value)04:26
Jeffrey4l#location = http://tarballs.openstack.org/cinder/cinder-8.0.0.0rc2.tar.gz04:26
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:26
Jeffrey4l#reference = <None>04:26
Jeffrey4l[designate-base]04:26
Jeffrey4l#04:26
Jeffrey4l# From kolla04:26
Jeffrey4l#04:26
Jeffrey4l# Source location type (string value)04:26
Jeffrey4l# Allowed values: local, git, url04:26
Jeffrey4l#type = url04:26
Jeffrey4l# The location for source install (string value)04:27
Jeffrey4l#location = http://tarballs.openstack.org/designate/designate-2.0.0.0rc2.tar.gz04:27
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:27
Jeffrey4l#reference = <None>04:27
Jeffrey4l[glance-base]04:27
Jeffrey4l#04:27
Jeffrey4l# From kolla04:27
Jeffrey4l#04:27
Jeffrey4l# Source location type (string value)04:27
Jeffrey4l# Allowed values: local, git, url04:27
Jeffrey4l#type = url04:27
Jeffrey4l# The location for source install (string value)04:27
Jeffrey4l#location = http://tarballs.openstack.org/glance/glance-12.0.0.0rc2.tar.gz04:27
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:27
Jeffrey4l#reference = <None>04:27
Jeffrey4l[gnocchi-base]04:27
Jeffrey4l#04:27
Jeffrey4l# From kolla04:27
Jeffrey4l#04:27
Jeffrey4l# Source location type (string value)04:27
Jeffrey4l# Allowed values: local, git, url04:27
Jeffrey4l#type = url04:27
Jeffrey4l# The location for source install (string value)04:27
Jeffrey4l#location = http://tarballs.openstack.org/gnocchi/gnocchi-2.0.2.tar.gz04:27
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:27
Jeffrey4l#reference = <None>04:27
Jeffrey4l[heat-base]04:27
Jeffrey4l#04:27
Jeffrey4l# From kolla04:28
sdake_wow surprised freenode hasn't dced you yet :)04:28
Jeffrey4l#04:28
Jeffrey4l# Source location type (string value)04:28
Jeffrey4l# Allowed values: local, git, url04:28
Jeffrey4l#type = url04:28
Jeffrey4l# The location for source install (string value)04:28
Jeffrey4l#location = http://tarballs.openstack.org/heat/heat-6.0.0.0rc3.tar.gz04:28
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:28
Jeffrey4l#reference = <None>04:28
Jeffrey4l[horizon]04:28
Jeffrey4l#04:28
Jeffrey4l# From kolla04:28
Jeffrey4l#04:28
Jeffrey4l# Source location type (string value)04:28
Jeffrey4l# Allowed values: local, git, url04:28
Jeffrey4l#type = url04:28
Jeffrey4l# The location for source install (string value)04:28
Jeffrey4l#location = http://tarballs.openstack.org/horizon/horizon-9.0.0.0rc2.tar.gz04:28
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:28
Jeffrey4l#reference = <None>04:28
Jeffrey4l[ironic-base]04:28
Jeffrey4l#04:28
Jeffrey4l# From kolla04:28
Jeffrey4l#04:28
Jeffrey4l# Source location type (string value)04:28
Jeffrey4l# Allowed values: local, git, url04:28
Jeffrey4l#type = url04:28
Jeffrey4l# The location for source install (string value)04:28
Jeffrey4l#location = http://tarballs.openstack.org/ironic/ironic-5.1.0.tar.gz04:29
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:29
Jeffrey4l#reference = <None>04:29
Jeffrey4l[keystone]04:29
Jeffrey4l#04:29
Jeffrey4l# From kolla04:29
Jeffrey4l#04:29
Jeffrey4l# Source location type (string value)04:29
Jeffrey4l# Allowed values: local, git, url04:29
Jeffrey4l#type = url04:29
Jeffrey4l# The location for source install (string value)04:29
Jeffrey4l#location = http://tarballs.openstack.org/keystone/keystone-9.0.0.0rc2.tar.gz04:29
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:29
Jeffrey4l#reference = <None>04:29
Jeffrey4l[magnum-base]04:29
Jeffrey4l#04:29
Jeffrey4l# From kolla04:29
Jeffrey4l#04:29
Jeffrey4l# Source location type (string value)04:29
Jeffrey4l# Allowed values: local, git, url04:29
Jeffrey4l#type = url04:29
Jeffrey4l# The location for source install (string value)04:29
Jeffrey4l#location = http://tarballs.openstack.org/magnum/magnum-2.0.0.tar.gz04:29
*** jtriley has quit IRC04:29
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:29
Jeffrey4l#reference = <None>04:29
Jeffrey4l[manila-base]04:29
Jeffrey4l#04:29
Jeffrey4l# From kolla04:29
Jeffrey4l#04:30
Jeffrey4l# Source location type (string value)04:30
Jeffrey4l# Allowed values: local, git, url04:30
Jeffrey4l#type = url04:30
Jeffrey4l# The location for source install (string value)04:30
Jeffrey4l#location = http://tarballs.openstack.org/manila/manila-2.0.0.0rc1.tar.gz04:30
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:30
Jeffrey4l#reference = <None>04:30
Jeffrey4l[mistral-base]04:30
Jeffrey4l#04:30
Jeffrey4l# From kolla04:30
Jeffrey4l#04:30
Jeffrey4l# Source location type (string value)04:30
Jeffrey4l# Allowed values: local, git, url04:30
Jeffrey4l#type = url04:30
Jeffrey4l# The location for source install (string value)04:30
Jeffrey4l#location = http://tarballs.openstack.org/mistral/mistral-2.0.0.0rc2.tar.gz04:30
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:30
Jeffrey4l#reference = <None>04:30
Jeffrey4l[murano-base]04:30
Jeffrey4l#04:30
Jeffrey4l# From kolla04:30
Jeffrey4l#04:30
Jeffrey4l# Source location type (string value)04:30
Jeffrey4l# Allowed values: local, git, url04:30
Jeffrey4l#type = url04:30
Jeffrey4l# The location for source install (string value)04:30
Jeffrey4l#location = http://tarballs.openstack.org/murano/murano-2.0.0.0rc3.tar.gz04:30
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:31
Jeffrey4l#reference = <None>04:31
Jeffrey4l[neutron-base]04:31
Jeffrey4l#04:31
Jeffrey4l# From kolla04:31
Jeffrey4l#04:31
Jeffrey4l# Source location type (string value)04:31
Jeffrey4l# Allowed values: local, git, url04:31
Jeffrey4l#type = url04:31
Jeffrey4l# The location for source install (string value)04:31
Jeffrey4l#location = http://tarballs.openstack.org/neutron/neutron-8.0.0.0rc3.tar.gz04:31
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:31
Jeffrey4l#reference = <None>04:31
Jeffrey4l[nova-base]04:31
Jeffrey4l#04:31
Jeffrey4l# From kolla04:31
Jeffrey4l#04:31
Jeffrey4l# Source location type (string value)04:31
Jeffrey4l# Allowed values: local, git, url04:31
Jeffrey4l#type = url04:31
Jeffrey4l# The location for source install (string value)04:31
Jeffrey4l#location = http://tarballs.openstack.org/nova/nova-13.0.0.0rc3.tar.gz04:31
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:31
Jeffrey4l#reference = <None>04:31
Jeffrey4l[nova-novncproxy]04:31
Jeffrey4l#04:31
Jeffrey4l# From kolla04:31
Jeffrey4l#04:31
Jeffrey4l# Source location type (string value)04:32
Jeffrey4l# Allowed values: local, git, url04:32
Jeffrey4l#type = url04:32
Jeffrey4l# The location for source install (string value)04:32
Jeffrey4l#location = http://github.com/kanaka/noVNC/tarball/v0.5.104:32
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:32
Jeffrey4l#reference = <None>04:32
Jeffrey4l[nova-spicehtml5proxy]04:32
Jeffrey4l#04:32
Jeffrey4l# From kolla04:32
Jeffrey4l#04:32
Jeffrey4l# Source location type (string value)04:32
Jeffrey4l# Allowed values: local, git, url04:32
Jeffrey4l#type = url04:32
Jeffrey4l# The location for source install (string value)04:32
Jeffrey4l#location = http://github.com/SPICE/spice-html5/tarball/spice-html5-0.1.604:32
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:32
Jeffrey4l#reference = <None>04:32
Jeffrey4l[openstack-base]04:32
Jeffrey4l#04:32
Jeffrey4l# From kolla04:32
Jeffrey4l#04:32
Jeffrey4l# Source location type (string value)04:32
Jeffrey4l# Allowed values: local, git, url04:32
Jeffrey4l#type = url04:32
Jeffrey4l# The location for source install (string value)04:32
Jeffrey4l#location = https://github.com/openstack/requirements/tarball/stable/mitaka04:32
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:32
Jeffrey4l#reference = <None>04:33
Jeffrey4l[profiles]04:33
Jeffrey4l#04:33
Jeffrey4l# From kolla04:33
Jeffrey4l#04:33
Jeffrey4l# Infra images (list value)04:33
Jeffrey4l#infra = ceph,cron,mariadb,haproxy,keepalived,kolla-toolbox,memcached,mongodb,openvswitch,rabbitmq,heka04:33
Jeffrey4l# Main images (list value)04:33
Jeffrey4l#main = cinder,ceilometer,glance,heat,horizon,keystone,neutron,nova,swift04:33
Jeffrey4l# Aux Images (list value)04:33
Jeffrey4l#aux = aodh,designate,gnocchi,ironic,magnum,mistral,trove,zaqar,zookeeper04:33
Jeffrey4l# Default images (list value)04:33
Jeffrey4l# default = cron,kolla-toolbox,glance,haproxy,heat,horizon,keepalived,keystone,memcached,mariadb,neutron,nova,openvswitch,rabbitmq,heka04:33
Jeffrey4lceph = cron,kolla-toolbox,glance,haproxy,horizon,keepalived,keystone,memcached,mariadb,neutron,nova,openvswitch,rabbitmq,heka,ceph,cinder,murano,kibana,elasticsearch,ceilometer,gnocchi,mongodb,cloudkitty,ironic04:33
Jeffrey4ltest = openstack-base04:33
Jeffrey4l# Gate images (list value)04:33
Jeffrey4l#gate = cron,glance,haproxy,keepalived,keystone,kolla-toolbox,mariadb,memcached,neutron,nova,openvswitch,rabbitmq,heka04:33
Jeffrey4l# Mesos images (list value)04:33
Jeffrey4l#mesos = chronos,marathon,mesos-dns,mesos-master,mesos-slave,zookeeper04:33
Jeffrey4l[swift-base]04:33
Jeffrey4l#04:33
Jeffrey4l# From kolla04:33
Jeffrey4l#04:33
Jeffrey4l# Source location type (string value)04:33
Jeffrey4l# Allowed values: local, git, url04:33
Jeffrey4l#type = url04:33
Jeffrey4l# The location for source install (string value)04:34
Jeffrey4l#location = http://tarballs.openstack.org/swift/swift-2.7.0.tar.gz04:34
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:34
Jeffrey4l#reference = <None>04:34
Jeffrey4l[tempest]04:34
Jeffrey4l#04:34
Jeffrey4l# From kolla04:34
Jeffrey4l#04:34
Jeffrey4l# Source location type (string value)04:34
Jeffrey4l# Allowed values: local, git, url04:34
Jeffrey4l#type = url04:34
Jeffrey4l# The location for source install (string value)04:34
Jeffrey4l#location = http://tarballs.openstack.org/tempest/tempest-10.0.0.tar.gz04:34
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:34
Jeffrey4l#reference = <None>04:34
Jeffrey4l[trove-base]04:34
Jeffrey4l#04:34
Jeffrey4l# From kolla04:34
Jeffrey4l#04:34
sdake_Jeffrey4l venting i think :)04:34
Jeffrey4l# Source location type (string value)04:34
Jeffrey4l# Allowed values: local, git, url04:34
Jeffrey4l#type = url04:34
Jeffrey4l# The location for source install (string value)04:34
Jeffrey4l#location = http://tarballs.openstack.org/trove/trove-5.0.0.0rc2.tar.gz04:34
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:34
Jeffrey4l#reference = <None>04:34
Jeffrey4l[zaqar]04:34
Jeffrey4l#04:34
Jeffrey4l# From kolla04:35
Jeffrey4l#04:35
Jeffrey4l# Source location type (string value)04:35
sdake_finally got to z :)04:35
Jeffrey4l# Allowed values: local, git, url04:35
Jeffrey4l#type = url04:35
Jeffrey4l# The location for source install (string value)04:35
Jeffrey4l#location = http://tarballs.openstack.org/zaqar/zaqar-2.0.0.0rc2.tar.gz04:35
Jeffrey4l# Git reference to pull, commit sha, tag or branch name (string value)04:35
Jeffrey4l#reference = <None>04:35
Jeffrey4lsorry.04:35
Jeffrey4lsdake_, http://paste.openstack.org/show/590910/04:35
Jeffrey4ltoo fast copied wrong content ;(04:35
Jeffrey4lcheck this url. all repo info is comment with it default value and help message. if you want change it, just uncomment it and use you own value.04:35
Jeffrey4l;)04:35
Jeffrey4li am vip ;)04:35
sdake_alphabet ftw - everyting learned in kindergarden :)04:35
sdake_say, do they have kindergarden in china?04:35
Jeffrey4lyes, we have.04:37
*** srwilkers_ has quit IRC04:38
*** Jeffrey4l has quit IRC04:46
*** unicell has joined #openstack-kolla04:52
*** zhubingbing has joined #openstack-kolla04:52
*** sayantan_ has quit IRC04:53
*** jgriffith is now known as jgriffith_away04:54
sdake_ok peeps time to unplug ;)04:56
sdake_enjjoy04:56
*** unicell1 has joined #openstack-kolla04:56
britthouserhave a good one sdake_!04:56
sdake_wow your up late britthouser :)04:57
sdake_running my hours it looks like :)04:57
*** unicell has quit IRC04:57
britthouserwork/life went in opposite directions today.04:57
britthouserso i’m still wrapping up the former. :smiley:04:58
*** Jeffrey4l has joined #openstack-kolla04:59
*** sdake_ has quit IRC05:00
*** jtriley has joined #openstack-kolla05:18
*** saneax-_-|AFK is now known as saneax05:19
*** jtriley has quit IRC05:24
*** senk has joined #openstack-kolla05:24
*** JRobinson__afk is now known as JRobinson__05:39
*** kristian__ has joined #openstack-kolla05:55
*** Pavo has quit IRC05:59
*** kristian__ has quit IRC05:59
*** kristian__ has joined #openstack-kolla06:00
*** kristian__ has quit IRC06:00
openstackgerritAndrew Liu proposed openstack/kolla: Support adding customized plugin to keystone image  https://review.openstack.org/40455506:03
*** zhangshuai has joined #openstack-kolla06:04
*** Pavo has joined #openstack-kolla06:04
*** msimonin has joined #openstack-kolla06:45
*** tonanhngo has joined #openstack-kolla06:46
*** kristian__ has joined #openstack-kolla06:47
*** kristian__ has quit IRC06:47
*** kristia__ has joined #openstack-kolla06:47
*** senk has quit IRC06:50
*** kristia__ has quit IRC06:50
*** kristian__ has joined #openstack-kolla06:51
*** kristia__ has joined #openstack-kolla06:53
*** kristian__ has quit IRC06:57
*** kollabot has quit IRC06:57
*** kollabot has joined #openstack-kolla06:57
*** jascott1 has joined #openstack-kolla07:01
openstackgerritzhubingbing proposed openstack/kolla-ansible: Fix barbican upgrade permission issue  https://review.openstack.org/40459507:24
*** msimonin has quit IRC07:26
*** mkoderer has joined #openstack-kolla07:30
*** hieulq_ has joined #openstack-kolla07:32
openstackgerritzhubingbing proposed openstack/kolla-ansible: Fix cloudkitty upgrade permission issue  https://review.openstack.org/40459907:33
*** tonanhngo has quit IRC07:38
*** tonanhngo has joined #openstack-kolla07:44
*** tonanhngo has quit IRC07:46
*** matrohon has joined #openstack-kolla07:50
openstackgerritzhubingbing proposed openstack/kolla-ansible: remove /var/lib/aodh in aodo-api  https://review.openstack.org/40461007:53
*** tonanhngo has joined #openstack-kolla07:57
*** senk has joined #openstack-kolla07:57
*** tonanhngo has quit IRC07:58
*** Pavo has quit IRC07:59
*** jtriley has joined #openstack-kolla08:01
*** zhurong_ has quit IRC08:04
*** shardy has joined #openstack-kolla08:04
*** Pavo has joined #openstack-kolla08:04
*** zhurong has joined #openstack-kolla08:05
*** jtriley has quit IRC08:06
*** jascott1 has quit IRC08:11
*** rmart04 has joined #openstack-kolla08:13
*** jascott1 has joined #openstack-kolla08:14
*** msimonin has joined #openstack-kolla08:15
*** Jeffrey4l has quit IRC08:22
*** Jeffrey4l has joined #openstack-kolla08:23
*** egonzalez90 has joined #openstack-kolla08:39
egonzalez90morning08:40
zhubingbinghi08:40
zhubingbingmorning08:41
*** tonanhngo has joined #openstack-kolla08:41
zhubingbingglad to see you.08:41
*** tonanhngo has quit IRC08:43
*** mewald has joined #openstack-kolla08:45
*** JRobinson__ has quit IRC08:46
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Implement octavia ansible role  https://review.openstack.org/40464808:49
*** diogogmt has joined #openstack-kolla08:49
*** msimonin has quit IRC08:51
*** tonanhngo has joined #openstack-kolla08:54
*** tonanhngo has quit IRC08:55
*** jtriley has joined #openstack-kolla08:55
*** jtriley has quit IRC09:00
*** papacz has joined #openstack-kolla09:03
*** senk has quit IRC09:03
*** tonanhngo has joined #openstack-kolla09:13
*** tonanhngo has quit IRC09:15
openstackgerritzhubingbing proposed openstack/kolla-ansible: Fix barbican upgrade permission issue  https://review.openstack.org/40459509:16
*** Serlex has joined #openstack-kolla09:17
*** msimonin has joined #openstack-kolla09:17
*** hieulq_ has quit IRC09:21
*** hieulq_ has joined #openstack-kolla09:24
*** hieulq_ has quit IRC09:26
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: TEST_NO_MERGE  https://review.openstack.org/40397809:26
*** hieulq_ has joined #openstack-kolla09:28
Jeffrey4legonzalez90, please review https://review.openstack.org/396535 ;)09:28
*** YefimG has joined #openstack-kolla09:39
*** ram____ has quit IRC09:46
*** jtriley has joined #openstack-kolla09:49
*** ram___ has joined #openstack-kolla09:50
*** yingjun has quit IRC09:50
*** yingjun has joined #openstack-kolla09:51
*** tonanhngo has joined #openstack-kolla09:53
*** hvlad has joined #openstack-kolla09:53
*** hfu has quit IRC09:54
*** tonanhngo has quit IRC09:54
*** jtriley has quit IRC09:55
*** yingjun has quit IRC09:55
ram___Hi. Now I am trying Kolla openstack all-in-one deployment based on http://docs.openstack.org/developer/kolla/quickstart.html#deploying-kolla. And I want to make sure kolla is configured to deploy magnum as part of openstack deployment. Following  http://docs.openstack.org/developer/kolla/image-building.html. But I am not able to get the info about how to edit kolla-build.conf  file.09:57
ram___could anyone please provide me the example conf file of kolla-build.conf with magnum field.09:59
*** derekjhyang has joined #openstack-kolla09:59
*** Pavo has quit IRC09:59
*** YefimG has quit IRC09:59
egonzalez90ram___: using tox -e genconfig will create an example kolla-build.conf10:00
ram___egonzalez90: I generated that. But how to edit that with magnum enable?10:01
*** tovin07_ has quit IRC10:02
*** zhurong has quit IRC10:02
egonzalez90ram___: we uso two files, kolla-build.conf with information to build images in docker and globals.yml with information to deploy openstack10:03
egonzalez90in kolla-build you set docker registry, base image, tags, etc.10:03
egonzalez90and in globals you enable services to be deployed10:03
egonzalez90by default if you use kolla-build it will create all images(including magnum)10:04
*** Pavo has joined #openstack-kolla10:04
ram___egonzalez90: OH. SO I no need to edit kolla-build.conf then right if it enabling magnum and its dependency heat also.  By default kolla-build.cong contains  "[DEFAULT] output_file = etc/kolla/kolla-build.conf , namespace = kolla10:06
bjoloJeffrey4l, stop spamming! :)10:07
bjolomorning10:07
Jeffrey4lsorry for that :) morning10:07
bjolono worries heheh10:07
openstackgerritjangpro2 proposed openstack/kolla-ansible: Support running both nova and ironic on same host.  https://review.openstack.org/40470610:08
bjoloJeffrey4l, your the ansible guru. I would like to be able to do config overides on inventory groups. i.e. my compute nodes are not homogeneous.10:11
bjolohttps://blueprints.launchpad.net/kolla/+spec/inventory-group-as-config-target10:11
*** tonanhngo has joined #openstack-kolla10:11
bjolohow would one go about to do that in the ansible code?10:12
*** tonanhngo has quit IRC10:12
pbourkemorning Jeffrey4l10:13
Jeffrey4lbjolo, http://docs.ansible.com/ansible/intro_inventory.html#group-variables this ?10:13
Jeffrey4lpbourke, morning ;)10:13
pbourkeJeffrey4l: I think it we put a comment inside the templates for the dashboards it can trigger a reconfigure10:13
*** jascott1 has quit IRC10:13
pbourke*if10:13
bjoloJeffrey4l, yes, put does that really allow me to use the group name as target10:13
bjoloread the BP10:13
Jeffrey4lpbourke, hrm do not get your point10:14
*** yee3799 has joined #openstack-kolla10:15
*** britthouser2 has joined #openstack-kolla10:15
Jeffrey4lit can trigger or it need trigger? pbourke10:15
*** hieulq_ has quit IRC10:16
*** Satya_ has joined #openstack-kolla10:16
*** pbourke_ has joined #openstack-kolla10:18
bjoloJeffrey4l, for ex nova config.yml. there is no code for inventory group when doing a merge config10:18
bjolohttp://paste.openstack.org/show/59093410:18
*** logan- has quit IRC10:19
*** sayantani01__ has joined #openstack-kolla10:19
*** Serlex has quit IRC10:19
*** negronjl has quit IRC10:19
*** sayantani01_ has quit IRC10:19
*** yee379 has quit IRC10:19
*** britthouser has quit IRC10:19
*** ayoung has quit IRC10:19
*** pbourke has quit IRC10:19
*** brad[] has quit IRC10:19
*** bachp has quit IRC10:19
*** esmiurium has quit IRC10:19
*** cmceniry has quit IRC10:19
bjoloonly inventory hostname or container type10:19
Jeffrey4lbjolo, yes. but for group, it is hard to determine which group the host belong to.10:19
*** Mech422 has quit IRC10:19
*** sayantani01__ is now known as sayantani01_10:19
bjoloi know10:19
bjolo:)10:19
*** Mech422 has joined #openstack-kolla10:19
bjolothats why im asking10:19
*** sp_ has quit IRC10:19
bjololets say i have compute group 1 2 and 310:20
*** logan- has joined #openstack-kolla10:20
bjoloand i want to have different nova.conf for group 3 for whatever reason10:20
*** cmceniry has joined #openstack-kolla10:20
bjolothe only way i can do that today is to manually specify each node in group 3 in /etc/kolla/config/nova/<node name>/nova.conf10:21
Jeffrey4lmake sense. but no idea right now. it is kind of use case.10:21
Jeffrey4llet me think about this .10:21
Jeffrey4lbjolo, one solution kolla supported now is use ansible template syntax in nova.conf10:22
Jeffrey4llike {% if inventory_hostname in groups[group1] %} debug=False {% elese %} debug=true {% endif %}10:22
Jeffrey4lbjolo, ^^ simple and enough. we can use jinja2 syntax in custom nova.conf file /etc/kolla/config/nova.conf10:23
bjoloaha ok10:24
bjolokinda reverse10:24
bjoloput the diffs in the config file instead of the /etc/kolla/config structure10:24
*** brad[] has joined #openstack-kolla10:24
*** clsacramento_ has joined #openstack-kolla10:24
bjoloworks :)10:25
*** zhubingbing has quit IRC10:25
*** alanmeadows_ has joined #openstack-kolla10:25
*** markmcclain has quit IRC10:25
*** clsacramento has quit IRC10:25
*** alanmeadows has quit IRC10:25
*** Daviey has quit IRC10:25
*** sgordon has quit IRC10:25
*** alanmeadows_ is now known as alanmeadows10:26
*** markmcclain has joined #openstack-kolla10:26
bjolobut i dont know if im totally happy though. makes overrides even more complex and hard to read. Given the way reconfigure works today, even more dangerous10:26
*** sgordon has joined #openstack-kolla10:26
bjolohttps://blueprints.launchpad.net/kolla/+spec/granular-cm-workflow10:26
Jeffrey4land other service without merge_config work with such solution.10:26
bjoloand there are needs to be able to have actions on group level as well (IMO)10:27
bjolohttps://blueprints.launchpad.net/kolla/+spec/kolla-multicloud-cli10:27
bjoloafk lunch10:27
*** negronjl has joined #openstack-kolla10:28
*** esmiurium has joined #openstack-kolla10:28
Jeffrey4limo, operator need test his change in non-produce env.10:29
Jeffrey4land kolla need support --check parameter to let the use run deploy/reconfigure without really change anything.10:30
*** Serlex has joined #openstack-kolla10:30
*** tonanhngo has joined #openstack-kolla10:30
*** bachp has joined #openstack-kolla10:31
*** bachp has quit IRC10:31
*** jmccarthy has quit IRC10:32
*** tonanhngo has quit IRC10:32
*** jmccarthy has joined #openstack-kolla10:33
*** portdirect_away is now known as portdirect10:33
portdirectmorning o/10:33
*** pcaruana has joined #openstack-kolla10:35
*** Daviey has joined #openstack-kolla10:36
*** bachp has joined #openstack-kolla10:36
*** bachp has quit IRC10:36
*** bachp has joined #openstack-kolla10:36
*** jtriley has joined #openstack-kolla10:43
*** tonanhngo has joined #openstack-kolla10:44
Jeffrey4lpbourke_, please review this https://review.openstack.org/39653510:44
*** tonanhngo has quit IRC10:44
*** gfidente has joined #openstack-kolla10:45
*** jtriley has quit IRC10:48
*** tonanhngo has joined #openstack-kolla10:57
openstackgerritsatya proposed openstack/kolla-ansible: RabbitMQ cluster should work on api interface  https://review.openstack.org/40472410:58
*** tonanhngo has quit IRC10:58
*** mliima has joined #openstack-kolla11:07
*** tonanhngo has joined #openstack-kolla11:10
*** tonanhngo has quit IRC11:10
mliimasean-k-mooney, ping11:13
sean-k-mooneyhi mliima11:13
mliimadoes manila work?11:13
*** jascott1 has joined #openstack-kolla11:14
sean-k-mooneyi still have not been able to get to a working state. i tried to enable connect_share_server_to_tenant_network and change the subnet but after a reconfigure it ignored the change11:14
sean-k-mooneyi noticed manila did not connect the service network to any router11:15
sean-k-mooneyi think that is why id cant ssh hence why i was trying to make it add the service instance to the tenant network directly11:15
mliimaok sean-k-mooney11:16
openstackgerritMerged openstack/kolla: Install cloudkitty dashboard in horizon image  https://review.openstack.org/39653511:16
sean-k-mooneymliima: looking at http://docs.openstack.org/newton/config-reference/shared-file-systems/samples/manila.conf.html it say the connect_share_server_to_tenant_network should go in the default section11:17
sean-k-mooneyis that correct? i think it probably should be in the generic section?11:18
*** jascott1 has quit IRC11:18
mliimasean-k-mooney, i don't use it11:20
mliimamy connect_share_server_to_tenant_network = false11:20
mliimabut i think that it is correct11:20
mliimayou tried it and it did not work?11:21
sean-k-mooneymliima: ya i tried it in the default section and it was ignored even after restarting all the containers manually after the reconfigure11:21
sean-k-mooneyill try adding it to both and see if that make a difference.11:21
sean-k-mooneymliima: do you have a router that connects the service network to your public network?11:22
mliimayes11:22
sean-k-mooneymliima: did you have to create that your self or did manila do it?11:22
sean-k-mooneyi think that is the step that is missing both i cant find any documentation saying you need to create it manually11:23
mliimai created it11:23
*** tonanhngo has joined #openstack-kolla11:23
mliimasean-k-mooney, http://docs.openstack.org/mitaka/install-guide-ubuntu/launch-instance-networks-selfservice.html11:24
*** tonanhngo has quit IRC11:24
*** kristia__ has quit IRC11:26
sean-k-mooneymliima: the network my vm is on is connected to the public network with a router but the network the manila instance is connected to is not11:26
*** kristian__ has joined #openstack-kolla11:26
*** msimonin has quit IRC11:26
mliimaalso here sean-k-mooney11:26
sean-k-mooneythe network the manila instance is connected too was create wiht the  manila share-network-create command11:26
mliimawhich command are you using to create manila share network?11:27
sean-k-mooneymliima: the one in the kolla manila-guide manila share-network-create --name demo-share-network1 --neutron-net-id PRIVATE_NETWORK_ID --neutron-subnet-id PRIVATE_NETWORK_SUBNET_ID11:29
mliimaok11:29
mliimaand the command to create the network11:30
mliimaprovider and selfservice11:30
sean-k-mooneyi created the tenant network through horizon11:31
sean-k-mooneyi can boot vms on it and it works11:31
mliimai did it manually11:32
mliimacommand-line11:32
sean-k-mooneythat should not effect it but it is a difference11:32
mliimabut this isn't the problem11:32
mliimadid you set security group rules?11:33
*** Edigleison has joined #openstack-kolla11:33
sean-k-mooneymliima: i think im hitting this bug https://bugs.launchpad.net/manila/+bug/141789911:34
openstackLaunchpad bug 1417899 in Manila "Fail operation when share-network do not have a router" [Undecided,Incomplete] - Assigned to Thiago Gomes (fthiagogv)11:34
mliimasean-k-mooney, when I created my provider network i set --shared11:34
sean-k-mooneymliima: the current network is not shared but the ones i was using yester day were with same effect11:34
mliimahmm11:35
sean-k-mooneywell actully im getting a differnt error then them11:36
mliimalet me see11:36
mliima:)11:36
*** dave-mccowan has joined #openstack-kolla11:36
*** jtriley has joined #openstack-kolla11:37
sean-k-mooneyi have to go to a scrum. brb11:38
*** jtriley has quit IRC11:42
openstackgerritMauricio Lima proposed openstack/kolla: Add manila-ui in horizon image  https://review.openstack.org/40368911:49
*** hfu has joined #openstack-kolla11:50
sean-k-mooneymliima: if i move those config options to the generic setion they work.11:56
mliima\o/11:57
mliimasean-k-mooney,11:57
mliimagreat sean11:57
sean-k-mooneymliima: the share still end up in an error state though :(11:57
sean-k-mooneyi can ssh in however11:57
mliimaoh god11:57
mliimalet me see manila_share logs11:57
*** Pavo has quit IRC11:59
sean-k-mooneyi think this is the error http://paste.openstack.org/show/590944/12:00
mliimasean-k-mooney, did you set security group rules?12:02
mliimaenabling icmp and ssh12:03
sean-k-mooneymy default security group rules in this tenant allow all icmp,tcp and udp traffic from any ip12:03
sean-k-mooneymanila has also created a security group12:03
mliimait does not make sense to me, it should work12:04
mliima:/12:04
sean-k-mooneymanilas are stricter but still allow ssh etc.12:04
sean-k-mooneyya its weird12:04
*** Pavo has joined #openstack-kolla12:04
sean-k-mooneyill try it again12:05
mliimai'll try also12:05
*** mgiles has joined #openstack-kolla12:06
*** msimonin has joined #openstack-kolla12:06
*** sdake has joined #openstack-kolla12:07
sdakemorning peeeps12:07
*** msimonin has quit IRC12:08
mliimamorning sdake12:08
ram___Hi . I was getting ansible playbook error for $ sudo kolla-ansible prechecks. ISSUE details: http://paste.openstack.org/show/590947/. Why it was giving this issue. Please provide me the solution for this.12:09
*** kristian__ has quit IRC12:10
*** edi__ has joined #openstack-kolla12:10
*** kristian__ has joined #openstack-kolla12:11
sean-k-mooneyram___: what version of ansible have you installed and what branch of kolla12:11
*** Edigleison has left #openstack-kolla12:11
sean-k-mooneyram___: if your using newton you need 2.0+12:12
ram___  sean-k-mooney: Hi.  ansible-2.2.0.012:12
sean-k-mooneyhum ok do you get any more detailed error with sudo kolla-ansible prechecks -vvv12:13
sean-k-mooneyi have not see this error before and there is not too much to go on12:13
sean-k-mooneyram___: there is a bug for this though https://github.com/ansible/ansible-modules-core/issues/514412:14
ram___sean-k-mooney: Yes. I am using newton. detailed error message : http://paste.openstack.org/show/590950/12:15
*** diogogmt has quit IRC12:15
*** kristian__ has quit IRC12:15
*** jascott1 has joined #openstack-kolla12:15
*** diogogmt has joined #openstack-kolla12:15
*** kristian__ has joined #openstack-kolla12:15
sean-k-mooneyram___: i think its an issue with you ansible version based on https://github.com/ansible/ansible-modules-core/issues/5144 can you try installing a newer ansible for pip12:16
*** kristian__ has quit IRC12:16
*** kristian__ has joined #openstack-kolla12:16
*** kristian__ has quit IRC12:17
*** slagle has joined #openstack-kolla12:17
*** kristian__ has joined #openstack-kolla12:17
ram___sean-k-mooney: Ok. Thanks. I will try.12:17
*** jascott1 has quit IRC12:20
ram___sean-k-mooney: Thanks. Now i am not getting that error. Pre-deployment check is going on now12:20
sean-k-mooneycool we probaly need to update our docs to say not to use 2.2.012:20
egonzalez90sean-k-mooney: yup, ansible2.2 have some new settings that do not work with 2.112:23
sean-k-mooneyegonzalez90: its seams 2.3 has fixed at least that one12:23
ram___sean-k-money: But i was getting an issue when checking Task:  Checking if kolla_internal_vip_address is in the same network as network_interface on all nodes. Issue details :http://paste.openstack.org/show/590951/12:24
ram___sean-k-moony: In globals.yml I given kolla_internal_vip_address: "192.168.10.254"12:26
*** papacz has quit IRC12:26
sean-k-mooneyand you configured network_interface as eth0 correct12:27
*** tonanhngo has joined #openstack-kolla12:28
*** tonanhngo has quit IRC12:29
ram___sean-k-moony : YES12:31
*** jtriley has joined #openstack-kolla12:32
ram___sean-k-moony : network_interface: "eth0" and neutron_external_interface: "eth1" in globals.yml12:32
*** zhubingbing has joined #openstack-kolla12:33
*** diogogmt has quit IRC12:33
sdakesup mliima12:36
ram___sean-k-moony: But it was failing in checking if kolla_internal_vip_address is in the same network as network_interface on all nodes. I am running All-in-one kolla deployment12:36
sdakeJeffrey4l still about?12:36
sdakesup sean-k-mooney egonzalez9012:36
*** jtriley has quit IRC12:37
egonzalez90morning sdake12:37
sean-k-mooneyhi sdake how are things12:37
*** jrist has joined #openstack-kolla12:37
sdakegot full night sleep12:37
*** msimonin has joined #openstack-kolla12:37
sdakeso things are good :)12:37
sean-k-mooneythats always nice to hear12:38
sdakealthough coming down with cold12:38
sdakeso things are not good :)12:38
sdakenot sure if the cold wll strike or not12:38
sdakemy body has a pretty strong immune response12:38
sdakethe coming down with is the worst part - because sometimes the cold sticks sometimes it doesn't12:38
sdakebut during the immune response - hot cold hot cold all day long12:39
sdakemy father never gets colds12:39
sdakegenetic thing12:39
sdakehe has had like 2-3 colds in his entire life12:39
sdakeflu, different story12:40
sdakehe isn't immune to that :)12:40
sean-k-mooneysdake: im guessing he lived an active life12:40
sdakesedentary although he works his ass off around the house keeping things in order12:40
openstackgerritMerged openstack/kolla: add os_panko_apache_log.lua in heka  https://review.openstack.org/40452612:40
sdakeactive life = increases max VO212:41
sdakenot really immune response12:41
sean-k-mooneysdake: oh most people i know that dont get colds work outdoors alot. i think there bodys just adapted to the elements12:41
sdakeand most of the VO2 increase comes from teenage and college years12:41
sdakesean-k-mooney ya my father is an attorney12:42
sdakesean-k-mooney hes got a sweet gig now, he does conservatorships12:42
sdakeclients win, the kids win, the courts win, everyone wins12:42
sdakeunlike his other history as an attorney where someone wins and someone loses12:43
sdakehe keeps raising his prices in hopes they will fire him12:43
sean-k-mooneyah cool. had to google conservatorships but ya i underdstand now12:43
*** jtriley has joined #openstack-kolla12:43
sdakebut that doesnt happen because he is the only guy in arizona that gets em done and does em correctly :)12:44
openstackgerritzhubingbing proposed openstack/kolla-ansible: Fix barbican upgrade permission issue  https://review.openstack.org/40459512:44
*** jtriley has quit IRC12:48
*** hfu has quit IRC12:52
ram___sean-k-mooney: Hi. Do you have any Idea why it is failing in the check of  "kolla_internal_vip_address is in the same network as network_interface on all nodes." I didn't get any reason for this.12:53
sean-k-mooneyram___: not from the output no sorry maybe sdake will have an idea but i think it should be passing12:54
*** yingjun has joined #openstack-kolla12:56
ram___sean-k-mooney: OK. Thank you. will escalate the same problem to sdake.12:56
Jeffrey4lsdake, sup12:56
sdakeJeffrey4l sup dude - just wanted to say hi :)12:56
Jeffrey4l;)12:57
sdakeram___ just woke up - 5am here  - need to get my day going before i can help anyone with anything :)12:57
sdakeand its not an escalation - its a handoff to someone that knows more about the area :)12:58
ram___sdake: Hmmm. OK. Thanks.12:59
openstackgerritMerged openstack/kolla-kubernetes: Don't include openstack/common in flake8 exclude list  https://review.openstack.org/39170512:59
*** athomas has joined #openstack-kolla13:01
Satya_Hi Pbbourke_13:02
Satya_hi pbourke_13:02
Jeffrey4lklindgren, around?13:04
ram___sdake: Whenever you are ready. Please look at my issue once.(or) may I know who is good at this area? Thanks in advance.13:06
*** athomas has quit IRC13:06
sdakeJeffrey4l why did you rebase this patch? https://review.openstack.org/#/c/399289/13:08
*** papacz has joined #openstack-kolla13:09
Jeffrey4lsdake, ensure it is using the latest gate code.13:09
sdakeJeffrey4l got it - you dont need to do that - the patch will always use the latest gate code13:10
sdakei originally thought the same as you did, and infra corrected me later13:10
*** papacz has quit IRC13:10
Jeffrey4lunless you re-push a new patch or click rebase button13:10
*** msimonin has quit IRC13:10
sdakenope, that isn't hte caes, the latest gate code is always used13:11
sdakeatleast that is what infra said :)13:11
sdakeand evidence shows it to be the case13:11
sdakewhen both sam and I tested it ot validate their claims :)13:11
Jeffrey4lhmm the gate code is exist in kolla-ansible, it should not be updated unless re-push or rebase the code.13:12
sdakeseemed counter-intuitve to me too13:12
sbezverkgood morning13:12
sdakemorning sbezverk13:12
Jeffrey4lmorning13:12
sbezverksdake: qq if there is a need to change something in bin folder but it is listed in .gitignore, what would be the right approach?13:13
*** tonanhngo has joined #openstack-kolla13:13
sdakesbezverk just woke up dude - hard question - have a real life example? :)13:13
*** Satya_ has quit IRC13:14
sbezverksdake: yes, I need to change ceph_workflow.sh which is in tests/bin/ to use helm chart to start openvswitch-ovsdb13:14
*** tonanhngo has quit IRC13:14
*** caowei has joined #openstack-kolla13:15
sdakeceph_workflow.sh is in tests directory13:15
sdakerather tools directory13:15
sbezverkbut git ignoring any changes I do on this file, I suspect it is because bin is in .gitignore13:15
sdakelet me have look at repo13:15
sdakemoment13:15
sbezverksdake: tests/bin/ceph_workflow.sh13:16
*** v1k0d3n has quit IRC13:16
sbezverksdake: I tried for fun to remove bin from .gitignore but it does not help13:17
*** athomas has joined #openstack-kolla13:19
sdakesbezverk http://paste.openstack.org/show/590955/13:19
sdakewfm :)13:20
*** hfu has joined #openstack-kolla13:20
*** kristian__ has quit IRC13:20
openstackgerritMerged openstack/kolla: Add neutron vpnaas code into neutron-server container  https://review.openstack.org/39701513:21
openstackgerritMerged openstack/kolla: Add tacker doc link into README.rst  https://review.openstack.org/39775813:21
*** kristian__ has joined #openstack-kolla13:21
sbezverksdake: :-( hmm not sure then what it is.. maybe my workspace is busted13:22
sdakesbezverk when git craters, i check out a fresh repo13:22
sdakeand either pull latest patch from gerrit or use git format-patch -113:23
*** jheroux has joined #openstack-kolla13:23
sdakefollowed by git am 0001-* in new repo13:23
kfox1111-morning.13:24
kfox1111sdake: yeah. you have to force add a change from the test dir.13:24
kfox1111haven't had time to figure out why yet.13:25
sbezverkkfox1111: morning13:25
kfox1111sbezverk: morning.13:25
sdakei didn't have to force add a change kfox111113:26
kfox1111sdake: hmm... k.13:26
sbezverkkfox1111: I tried to force still does not work. maybe it is related to the fact that it is one change on top of another?13:26
sdakekfox1111 see paste above - worked for me :)13:26
sbezverkkfox1111: anyway, I guess it will be easier when you PS gets merged and I can properly rebase on it..13:27
kfox1111sbezverk: I've done that before. it has worked for me. :/13:27
kfox1111sbezverk: yeah.13:28
sbezverkkfox1111: wrt your ps , I have just 1 question about location of helm charts when you run them at the gate.13:28
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: TEST_NO_MERGE  https://review.openstack.org/40397813:29
kfox1111sbezverk: it builds them into a kolla repo. then deploys from there.13:29
sbezverkkfox1111: when I add new charts, will they be automatically gets build and added to the repo (gate case)?13:30
kfox1111the microservices_build script does everything under microservices. yeah.13:31
kfox1111so shouldh't have to do anything but launch from kolla/...13:31
sbezverkkfox1111: cool, wfm13:31
*** papacz has joined #openstack-kolla13:32
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Initial Helm support  https://review.openstack.org/39629613:34
sdakesbezverk i was just getting ready to withdraw my +2 from https://review.openstack.org/#/c/396296/3313:34
sdakeas the gate is not happy13:34
kfox1111sdake: yeah. it was trying to launch the wrong version of the packages.13:35
kfox1111minor fix.13:35
kfox1111checks running now.13:35
sdakekfox1111 cool - looked like it had workflow applied - that typically forces a merge even if the workflow is removed13:36
sbezverksdake: gate was not happy because tiller was restarting I suspect, I am not sure if it was PS related13:36
kfox1111:/13:36
kfox1111sbezverk: no, that was just the multinode one. every once in a while I thikn it hits a bad node.13:37
kfox1111the real issue showed up in some of the other ones.13:37
kfox1111http://logs.openstack.org/96/396296/33/experimental/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/3662f7e/console.html13:37
sdakekfox1111 going to do the work on the experiemtnal moving around gate jobs - which ones should be left experimental?13:37
kfox1111http://logs.openstack.org/96/396296/33/experimental/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/3662f7e/console.html#_2016-11-30_01_51_33_80195113:37
sbezverkkfox1111: got it13:38
sdakefwiw, rax-org and rax-iad seem to struggle with our setup_gate.sh scripts13:38
sdakedon't know why13:38
sdakeorg/ord13:38
sdakeevery other provider seems to work well13:38
sdakei would complain to infra but been there done that, I think its a problem in our gate scripts13:39
openstackgerritWei Cao proposed openstack/kolla-ansible: Add freezer ansible role  https://review.openstack.org/40222413:39
*** jascott1 has joined #openstack-kolla13:39
sdakeJeffrey4l has debugged extensively - and fixed a whole slew of problems with the gate, but we still don't have rax working well13:40
kfox1111sdake: yeah. kolla-kubernetes has been pretty stable. every onince in a long while I see a network blip. like, stuff even fails to download.13:40
kfox1111the gate I mean.13:40
kfox1111haven't seen too many rax issues of late with it.13:40
sdakekfox1111 when that happens - check the provider (first line in logs)13:40
sdakekfox1111 and keep track of em13:41
*** lamt has joined #openstack-kolla13:41
sdakeso we can get em fixed - something wrong with setup_gate.sh most likely13:41
kfox1111sdake: centos-binary-ceph-multi, centos-binary-external-ovs centos-binary-ceph ubuntu-binary-ceph are the stable ones to promote13:41
sdakekfox1111 thanks :)13:42
sdakenot iscsi?  - seems to be passing13:42
kfox1111it was aplaceholder until someone implemented it.13:42
sdakestill a placeholder?13:43
kfox1111yup. doesn't do anything.13:43
kfox1111https://review.openstack.org/#/c/404332/13:43
kfox1111see the runtimes of each. :)13:43
*** sean-k-mooney has quit IRC13:43
sdakeram___ ok warmed up now13:43
sdakeram___ mind sharing your issue13:43
sbezverkkfox1111: when I am done with my templates I will do iscsi13:43
kfox1111the ansible one was a placeholder too, but just runs the same thing as gate-kolla-kubernetes-deploy-centos-binary-ceph-nv.13:43
kfox1111sbezverk: cool. :)13:44
sdakekfox1111 i think we can delete the ansible one no?13:44
kfox1111sdake: yeah, or rename it 'operator' instead.13:44
*** jascott1 has quit IRC13:44
sdakesounds good13:44
sdakeok fixing gate13:47
sdakefixing/enhancing :)13:47
kfox1111:)13:47
*** srwilkers_ has joined #openstack-kolla13:47
sdakemorning srwilkers13:48
srwilkers_sup sdake13:48
*** fguillot has joined #openstack-kolla13:48
*** Serlex has quit IRC13:49
sdakejust getting ready to make our experimental gate jobs non-experimental13:49
srwilkers_oh awesome13:49
sdakebut it was more of a greeting :)13:49
sdakeif your curious - I can show you a link to the review when I submit it13:49
srwilkers_yeah, thatd be cool13:50
sdakesrwilkers iopenstck-infra is kind of black magic - I lean on infra team to beat my reviews into shape13:50
sdakebut gotta submit something - its not like they know how to gate our project :)13:50
sdakeand by project - i mean the 3 deliverables in kolla :)13:51
srwilkers_yeah, the infra part of things has always been interesting to me. id like to understand it a bit better than just treat it as black magic. getting up to speed with kolla/kolla-k8s has been an experience too since im not from an operator background13:53
srwilkers_i like it though13:53
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449313:53
kfox1111sbezverk: so...13:53
kfox1111I think as we do more common stuff, the precommit -> git checkin starts to get uglier.13:53
sdakesrwilkers kfox1111 figured out infra - tbh I wasn't sure he could :)13:54
sdakebut he did13:54
kfox1111like, what do we do with common-deployment ?13:54
sdakekfox1111 +++++13:54
kfox1111we could append it to common_lib,13:54
*** tonanhngo has joined #openstack-kolla13:54
kfox1111but that file gets huge.13:54
sdakesrwilkers ok going to work on that patch - i'll link it for those new to kolla-kubernetes in this channel13:55
kfox1111sbezverk: if we change the workflow to be git checkout, then prebuild,13:55
sdakesrwilkers so folks have some basic understanding of how this stuff works13:55
kfox1111prebuild can build kolla-common as a helm package, and then add it to each microservics chart.13:55
*** nradojevic has joined #openstack-kolla13:55
sdake5 ton ac nice in the summer13:55
kfox1111but can still launch the microservices as you want I think?13:55
sdakenot nice in the winter13:56
sdakehot cold hot cold all day long13:56
sdakenest doesn't help the situation either13:56
*** tonanhngo has quit IRC13:56
sbezverkkfox1111: trying to understand adavantage of it. from development point of view it is better to have it in source code format13:56
sbezverkin case you need to improve common code13:57
kfox1111sbezverk: I don't really care if its copying kolla-common as a binary tar into each microservice or the whole subdir.13:57
kfox1111the issue is the way we are doing it now, just copying one file, starts to get unwealdy once we have all of whats in services/common/* today I think.13:57
kfox1111we'd have to append them all into common lib.13:58
nradojevicHey, can someone please explain for what the serial (30%) is used for during the upgrade process?13:58
sbezverkkfox1111: I get your point, so we keep source of common library in kolla-common and copy packed version to microservice/template13:59
kfox1111if we do it thought as the file tree, and git check it in though, then there will be more noise then signal in the repo.13:59
sbezverkkfox1111: packaged I meant13:59
*** Pavo has quit IRC13:59
kfox1111yeah.14:00
kfox1111so, we tweak helm_prepackage to build it and drop it in micrservices/*/charts/ ?14:01
kfox1111I can prototype that pretty quick I think.14:02
ram___sdake: Sry. just went out for snax. My issue : i was getting an issue when checking Task:  Checking if kolla_internal_vip_address is in the same network as network_interface on all nodes. Issue details :http://paste.openstack.org/show/590951/14:02
sbezverkkfox1111: not sure, the code you drop is not a chart14:03
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449314:03
kfox1111sbezverk: thats how deps work too.14:03
kfox1111it can either be a tar, or a directory tree.14:03
sbezverkkfox1111: right I just not sure if dependency can be "common code" and just child chart..14:04
*** Pavo has joined #openstack-kolla14:04
sdakeram___ i'm not sure what that output means, - i didn't implement prechecks (any at all in fact:)14:04
sdakeram___ i can tell you that this line:14:05
kfox1111I tested it as a child chart before, and it seemed to work. I can poc it up again, along with common-deployment to see if it will work.14:05
sdakeTASK [prechecks : Checking if kolla_internal_vip_address is in the same network as network_interface on all nodes] ***14:05
sdakeram___ is validating that kolla_internal_vip_address == your network interface address14:06
sdakeram__ can you paste your globals.yaml plz14:06
sdakeram___ can you paste your globals.yaml plz14:06
ram___sdake: OK.14:06
*** goldyfruit has joined #openstack-kolla14:07
sdakekfox1111 sorry i see this word poc - and my brain locks up :) are you talking about a redo of the work we have agreed to?14:07
sbezverkkfox1111: with child chart as dependecy I tested too, what I doubt that you can drop tarred kolla-common in there and helm will accept it..14:07
kfox1111sbezverk: we have a working gate... we can test that pretty easily. :)14:07
kfox1111sdake: very slight.14:08
sbezverkkfox1111: man I understand, but there is no limit for improvement14:08
sdakekfox1111 ok - can we do that in a followon patch?14:08
kfox1111sdake: yeah. doing it as such.14:08
sdakekfox1111 thanks!14:08
sdakekfox1111 want to get what we got merged14:09
kfox1111sdake: +114:09
sdakekfox1111 waiting on gates:)14:09
ram___sdake: global.yml http://paste.openstack.org/show/590957/14:09
sdakekfox1111 also please see private message about internal core business14:09
*** shardy has quit IRC14:09
ram___sdake: I added only the mentioned lines in globals.yml  http://paste.openstack.org/show/590959/14:12
*** senk has joined #openstack-kolla14:12
*** msimonin has joined #openstack-kolla14:13
*** hfu has quit IRC14:14
*** tonanhngo has joined #openstack-kolla14:15
ram___sdake: I am doing Kolla All-in-one deployment on a Virtual machine. My VM  eth0 Ip : 192.168.10.3.   And In globals.yml I given  network interface="eth0" and kolla_internal_vip_address=192.168.10.25414:15
*** tonanhngo has quit IRC14:15
*** v1k0d3n has joined #openstack-kolla14:16
*** lrensing has joined #openstack-kolla14:19
*** eaguilar has joined #openstack-kolla14:20
*** v1k0d3n has quit IRC14:21
*** Serlex has joined #openstack-kolla14:23
*** v1k0d3n has joined #openstack-kolla14:23
*** yingjun has quit IRC14:24
*** yingjun has joined #openstack-kolla14:24
*** rhallisey has joined #openstack-kolla14:26
*** severion has joined #openstack-kolla14:27
*** nradojevic has quit IRC14:28
ram___sdake: hi. Are you there14:29
*** ayoung has joined #openstack-kolla14:29
pbourke_Jeffrey4l: any idea, what is the difference between enabled and local/enabled in horizon14:30
*** v1k0d3n has quit IRC14:31
*** jtriley has joined #openstack-kolla14:32
*** severion has quit IRC14:34
Jeffrey4lpbourke_, seem enabled is used by horizon itself. local/enabled is used by other plugins.14:34
*** tonanhngo has joined #openstack-kolla14:34
pbourke_Jeffrey4l: hmm ok thanks14:34
Jeffrey4lnp14:36
*** jtriley has quit IRC14:37
sdakeram___ sorry busy with something14:39
*** tonanhngo has quit IRC14:39
*** tonanhngo has joined #openstack-kolla14:41
*** tonanhngo has quit IRC14:42
*** mdnadeem has quit IRC14:42
ram___sdake: OK. Thanks. Whenever free just look at my issue please. Bec. I am new to kolla. Didn't get what was the reason for that issue.14:44
*** inc0 has joined #openstack-kolla14:44
inc0good morning14:45
srwilkers_good morning inc014:46
*** jtriley has joined #openstack-kolla14:46
*** msimonin has quit IRC14:49
*** krtaylor has joined #openstack-kolla14:51
*** jtriley has quit IRC14:51
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helm common package  https://review.openstack.org/40480814:52
*** kristian__ has quit IRC14:52
*** inc0_ has joined #openstack-kolla14:52
*** kristian__ has joined #openstack-kolla14:52
kfox1111sbezverk: have a look at ^--- please. helm seems happy with the tarball being added to the charts subdir.14:52
*** inc0_ has quit IRC14:53
*** kristia__ has joined #openstack-kolla14:54
sbezverkkfox1111: what is inside of tarball, just two yaml files?14:55
*** unicell1 has quit IRC14:55
*** unicell has joined #openstack-kolla14:55
*** msimonin has joined #openstack-kolla14:55
kfox1111whatever helm puts in a package. I think esentially tar -cvf kolla-common.tgz helm/kolla-common14:57
*** kristian__ has quit IRC14:57
kfox1111when you build a microservice package,14:57
kfox1111it actually seem to untar it first.14:57
kfox1111http://pastebin.com/UvGxn9CC14:58
*** kristia__ has quit IRC14:58
*** saneax is now known as saneax-_-|AFK14:58
sbezverkkfox1111: ok it looks like, package adds Chart.yaml to make it like a child chart..14:59
kfox1111http://pastebin.com/3EJkZUza14:59
kfox1111so it looks like it just unpacks the child packages in place. then tars up the new package.15:00
*** tonanhngo has joined #openstack-kolla15:01
*** jascott1 has joined #openstack-kolla15:01
sbezverkkfox1111: let's get merge first part for helm_prebuild so we could do more testing with different templates15:01
*** tonanhngo has quit IRC15:01
sbezverkkfox1111: what is the content of this file: neutron-l3-agent/charts/kolla-common/Chart.yaml15:01
kfox1111sbezverk: yeah. thats why I made this a follow on patch.15:01
kfox1111don't want it blocking further service conversions.15:01
portdirectyeah - getting it merged would be great :)15:02
sbezverkkfox1111: +1 need to start pushing chart/templates15:02
kfox1111almst there.15:03
kfox1111https://review.openstack.org/#/c/396296/ all tests but multinode passed.15:03
kfox1111multinode failed on contacting the vm...15:03
*** mgiles has quit IRC15:03
*** mgiles has joined #openstack-kolla15:04
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449315:04
sbezverkkfox1111: it does not seem to be PS related unless opnevswitch-agent is not doing good job15:04
*** TxGirlGeek has joined #openstack-kolla15:05
*** shardy has joined #openstack-kolla15:05
*** jascott1 has quit IRC15:05
sbezverkkfox1111: is there a way to run test PS with old way of deploying l3-agent and openvswitch-agent?15:05
kfox1111can submit a new dummy review and 'check experimental'15:06
*** caowei has quit IRC15:08
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test the gate with no real changes  https://review.openstack.org/40481715:08
sbezverkkfox1111: how about just separating helm_prebuild and microservice packager in separate ps? we tested these two should be good to go. what do you think?15:12
sbezverkkfox1111: if l3 or ovs-agents is the problem, then we get dealyed again15:13
kfox1111I'd rather not merge stuff thats not tested.15:13
kfox1111I think its real close.15:13
*** tonanhngo has joined #openstack-kolla15:14
mgilesportdirect Still unable to get your instructions working behind my corp proxy :(15:14
sdakesbezverk soon you wont have to check experimental15:14
mgilesFeel like I'm getting close, but had to make a number of changes to the playbooks15:14
sdakemgiles proxy - GROAN15:14
mgilescorporate overlords...15:15
*** tonanhngo has quit IRC15:15
sbezverksdake: I am starting to develop an alergy on word 'soon' ;-)15:15
sdakesbezverk today?15:15
sdakesbezverk patch will be in today - depends on infra qto merge15:16
sdakemgiles right - those damn infosec people :)15:16
sdakemgiles check this out - to print to my printer, I have to disconnect from my VPN15:16
mgilessdake_  Yeah, me too...15:17
sdaketo login to my local lab, I have to disconnect from my VPN15:17
sdaketo do anything else I need to be on VPN15:17
sdakehow does one write code when one works from home when one must be on the vpn that disallows access to my internal lab15:18
sdakemindboggling :)15:18
sbezverksdake: there is a very easy way to keep vpn and have access to your local gear15:18
sdakesbezverk please do tell15:18
sbezverksdake: do you have CVO router to connect to vpn concentrator?15:18
sdakesbezverk lets talk about that internally :)15:19
*** inc0 has quit IRC15:19
sbezverksdake: sure15:19
*** srwilkers_ is now known as srwilkers_away15:19
portdirect*Plot thickens*15:19
openstackgerritMerged openstack/kolla-ansible: Enable sahara dashboard when enable_sahara is yes  https://review.openstack.org/40350415:19
sdakenah i just dont want cisco's security shit being epxosed in a public channel ;)15:20
kfox1111sbezverk: some corperations don't like split tunnels. :/15:20
*** wwriverrat has quit IRC15:20
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible: Create empty destroy.yml for all role  https://review.openstack.org/39905615:21
portdirectmgiles: I'm probably not going to be the bset to help you with the proxy issue, but think that poissibly srwilkers_ or v1k0d3n may be able to help us here (as I'm just writing up their work really...)15:21
sdakesbezverk thanks for the workaround :)15:22
mgilesportdirect Thanks.  Not sure it should hold up checking in the docs, but there will probably be some updates once I get it ironed out.15:22
openstackgerritChristian Berendt proposed openstack/kolla-ansible: Give plays in the site.yml playbook a name  https://review.openstack.org/40482215:25
portdirectmgiles: I agree, but theres still quite a bit that needs sorted (and I'd ideally like my fork of halcyon-kubernetes to be dead by the time we merge), so hopfully we will have you up and running anyway by then :)15:25
mgilesI hope so!15:25
srwilkers_awayhey portdirect, mgiles: let me look into that today15:27
mgilesportdirect I have had to make changes to your playbooks in your fork, and to the Vagrantfile in the halcyon-vagrant-kubernetes15:27
srwilkers_awayand portdirect, im submitting a PR this morning to address the seds in your fork15:27
*** senk has quit IRC15:27
mgilessrwilkers_away great!  I've made some progress so if you want to chat about what I've found, let me know.15:28
srwilkers_awaymgiles, yeah definitely. pm me and ill respond as soon as i get back15:28
portdirectmgiles: for context, you desribe your setup: ie. Host OS/Hypervisor and where the various bits are running as well as the versions (I think you are on vagrant 1.9 - which only came out 24 hours ago...)15:28
openstackgerritMerged openstack/kolla-ansible: Fix cloudkitty upgrade permission issue  https://review.openstack.org/40459915:28
portdirectsrwilkers_away: sounds great dude, cheers for your help and support :)15:29
*** duonghq_ has joined #openstack-kolla15:29
mgilesportdirect I've moved back to 1.8 at this point to be more inline with what others are running15:29
*** yingjun has quit IRC15:30
duonghq_evening15:30
*** yingjun has joined #openstack-kolla15:30
mgilesportdirect Right now mac with virtual box, but have also been trying on ubuntu in parallel.15:30
*** ayoung has quit IRC15:30
*** kristian__ has joined #openstack-kolla15:30
*** duonghq has quit IRC15:31
*** duonghq_ is now known as duonghq15:32
*** duonghq_ has joined #openstack-kolla15:32
portdirective updated the docs in the last hour with my experiences this morning on both those platforms, if you could comment on them here it would be great: https://review.openstack.org/#/c/404493/9/doc/source/development-environment.rst15:32
*** kristian__ has quit IRC15:34
*** kristian__ has joined #openstack-kolla15:34
duonghqportdirect, why do you require Vagrant < 1.9.015:34
*** yingjun has quit IRC15:35
portdirectduonghq: my understanding is that the Vagrant file needs adapted to run under 1.915:35
mgilesduonghq Not sure if there were other reasons, but I was getting errors with 1.9.0, when the Vagrantfile tried to recursively call vagrant to install plugins.  Ended up in endless recursion loop15:35
mgilesOnce I manully installed plugins and commented that out it worked15:36
duonghqportdirect, mgiles, ok, thank you15:36
portdirectduonghq: both mgiles and a coworker redported issues with it - so I felt it was better to be safe than sorry at this stage untill I'd had a chance to test it myself15:36
duonghqso should you put a note in the doc w/ link to bug?15:37
portdirectgood point15:37
*** mewald has quit IRC15:38
*** inc0 has joined #openstack-kolla15:40
openstackgerritMerged openstack/kolla-ansible: remove /var/lib/aodh in aodo-api  https://review.openstack.org/40461015:41
sdakekfox1111 can you see PM re internal core business15:44
inc0kfox1111 man you need to make some notifications of PMs;)15:45
sdakeno shit15:45
sdakeinc0++15:45
inc0I tried couple times yesterday and if I wouldn't know Kevin I would think he just chooses to ignore me;)15:45
*** sean-k-mooney has joined #openstack-kolla15:46
sean-k-mooneymliima: do you know if manila needs to have ssh keys to work?15:47
*** hieulq_ has joined #openstack-kolla15:48
mliimano, but you can set ssh keys15:48
mliimawait15:48
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: requests 2.12.2 breaks docker-py  https://review.openstack.org/40484415:48
sdakeinc0 you ahe to ping him here - his client is bustola15:48
inc0will do next time;)15:49
mliimasean-k-mooney, path_to_private_key and path_to_public_key15:49
rhalliseyinc0, ping him on slack15:49
mliima:)15:49
rhalliseyhe will answer15:49
mliimasean-k-mooney, https://github.com/openstack/manila/blob/a97983dd0e23d9ea8654db0d6a2565d2daada04b/manila/share/drivers/service_instance.py#L60-L6415:50
sean-k-mooneymliima: yep i saw that. im getting a warning that it is not set15:50
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla: WIP: packing and uploading registry  https://review.openstack.org/40443515:50
*** rhallisey has quit IRC15:51
sean-k-mooneymliima: does manila require this to login to the service vm15:51
sean-k-mooneythat would explain the ssh timeout15:51
mliimasean-k-mooney, https://review.openstack.org/#/c/377707/2/ansible/roles/manila/templates/manila-share.conf.j215:52
mliima...15:52
*** rhallisey has joined #openstack-kolla15:52
*** zhubingbing_ has joined #openstack-kolla15:53
sean-k-mooneyok ill try adding that config option. we generate several ssh keys in kolla already so if manila does need ssh keys to function we can modify kolla to provided them easily15:53
inc0meeting in 7min15:54
inc06*15:54
inc0;)15:54
inc0tempus fugit15:54
sbezverkkfox1111: PS failed again at the same spot. so there must be then something with either l3-agent or ovs-agent15:56
*** hvlad has quit IRC15:56
*** zhubingbing has quit IRC15:57
inc0guess what time is it?15:58
inc0its meeeeeeting time!;)15:58
zhubingbing_yes15:58
zhubingbing_have 2 min;15:58
kfox1111sbezverk: yeah. gota head into work. will look at splitting out the neutron resources and just leave the bare build stuff. then we can get that merged and work can continue while we debugt the neutron templates.15:59
kfox1111something does seem wrong with them.15:59
*** Pavo has quit IRC15:59
sbezverkkfox1111: thank you would be great to go that way for now at least15:59
mliimasean-k-mooney,15:59
mliimaworks for me15:59
*** jascott1 has joined #openstack-kolla15:59
mliimaand i didnt set ssh keys16:00
kfox1111arg... really want to know how to wrap a {{ with }} statement to multiple lines...16:01
*** wwriverrat has joined #openstack-kolla16:01
kfox1111if anyone can figure that out, I'd be really greateful.16:01
kfox1111bbiab16:01
sean-k-mooneymliima: im just really getting confused though becase i can ssh to the service instace fine. anyway got to run. ill let you know if i figure out whats going on. thanks for the help16:01
*** sean-k-mooney has quit IRC16:02
*** sayantan_ has joined #openstack-kolla16:02
*** Pavo has joined #openstack-kolla16:04
klindgrenjeffery4l - I am now16:04
openstackgerritMauricio Lima proposed openstack/kolla: Move manila-share service to network node  https://review.openstack.org/39662616:04
*** edi__ has quit IRC16:05
*** tonanhngo has joined #openstack-kolla16:05
*** edigleison has joined #openstack-kolla16:06
*** tonanhngo has quit IRC16:07
openstackgerritMerged openstack/kolla: Use Dockerfile customization instead of include_header  https://review.openstack.org/40404916:07
mliimaping edigleison16:07
*** jgriffith_away is now known as jgriffith16:09
openstackgerritMerged openstack/kolla: Add HACKING.rst and hacking test case.  https://review.openstack.org/40187316:23
*** adrian_otto has joined #openstack-kolla16:29
*** hvlad has joined #openstack-kolla16:30
*** hieulq_ has quit IRC16:31
*** tonanhngo has joined #openstack-kolla16:32
*** tonanhngo has quit IRC16:33
*** hieulq_ has joined #openstack-kolla16:38
*** srwilkers_away is now known as srwilkers_16:41
kfox1111back.16:43
sbezverkkfox1111: good to have you back :-)16:44
*** tonanhngo has joined #openstack-kolla16:45
*** bmace has quit IRC16:46
*** tonanhngo has quit IRC16:46
*** bmace has joined #openstack-kolla16:46
*** vhosakot has joined #openstack-kolla16:47
kfox1111sbezverk: thanks. :)16:49
kfox1111alanmeadows: alive?16:49
*** sayantan_ has quit IRC16:50
*** msimonin1 has joined #openstack-kolla16:50
*** sayantan_ has joined #openstack-kolla16:51
*** msimonin has quit IRC16:52
sbezverkkfox1111: about your {{ with }} question I posted it on helm list and waiting for their reply16:52
*** hieulq_ has quit IRC16:52
*** sayantan_ has quit IRC16:54
*** sayantan_ has joined #openstack-kolla16:55
*** hieulq_ has joined #openstack-kolla16:55
kfox1111sbezverk: tahnks. I'm asking in go-nuts too.16:56
kfox1111they still are way to go focused there though...16:56
kfox1111"you should just do it in go, not in a template.... " ugg.16:57
*** sayantan_ has quit IRC16:57
*** tonanhngo has joined #openstack-kolla16:57
*** sayantan_ has joined #openstack-kolla16:57
sbezverkkfox1111: I am learning it now :-)16:58
*** tonanhngo has quit IRC16:58
kfox1111go's good, and fine, but they totall ymiss the point. repeatedly, when I ask gotl template language questions there. :/16:58
kfox1111helm doesn't support writing stuff in go.16:59
sbezverkkfox1111: right it just uses their templating engine16:59
rhalliseykfox1111, what do you think of calling an operator a vessel?17:00
duonghqya, quiet long meeting17:00
portdirectand we are back17:01
wirehead_I’m going to classify calling an operator a vessel as a play on words and thus, I am in favor of it.17:01
rhalliseywirehead_, meow17:01
kfox1111sbezverk: yeah. and they think their templating engine's great already, and "your using it wrong", don't pass too much stuff to a macro. :/17:01
kfox1111sigh. I've used go way back in 0.9.17:01
kfox1111they had similar reactions then too.17:01
jascott1heheh17:01
kfox1111they've fixed a lot of issues that I reported early. but they still push back alot. :/17:02
duonghqrhallisey, ping17:02
rhalliseyduonghq, yo17:02
duonghqcan you explain your idea under vessel?17:02
jascott1rhallisey stewards17:02
rhalliseyit's a name change17:02
sbezverkkfox1111: human/developer's nature17:02
sdakeduonghq our meetings are always 1 hour in length :)17:02
kfox1111rhallisey: connotation may be a bit wrong. but +1 for calling something other then operator.17:02
kfox1111sbezverk: yeah. :/17:02
kfox1111sbezverk: some devs are better at listening to user needs then others though.17:03
duonghqsdake, today, we have 1hr + 1-2m, j/k17:03
rhalliseykfox1111, it has a nice ring17:03
rhalliseymariadb vssel17:03
sdakeduonghq :)17:03
jascott1im pretty sure steward is a real position on a ship17:03
rhalliseymariadb vessel*17:03
rhalliseyjascott1, no idea17:03
jascott1and implies 'doing stuff'17:03
rhalliseyI was thinking admiral at first, but I like vessel better17:03
sdakeadmiral is a bit arrogant :)17:04
rhalliseyso is operator17:04
sdakeyup17:04
jascott1steward actually takes care of something17:04
portdirectjascott1: it is17:04
*** egonzalez90 has quit IRC17:04
duonghqrhallisey, why do you prefer vessel over operator? does operator make people confuse?17:04
kfox1111"sounds like helm might be trying to fasten screws with a hammer" - yup. this kind of thing.... :/17:04
rhalliseyduonghq, operator has two meanings, kfox1111 or a kubernetes operator17:04
kfox1111rhallisey: I'd say, captan rather then vessle.17:05
jascott1'I guess you could say Im a good steward of the land" G W Bush17:05
kfox1111rhallisey: its driving the other things, not the other things itself.17:05
*** zhubingbing_ has quit IRC17:05
rhalliseykfox1111, I wasn't aiming for the meaning, but the best word17:05
portdirectjascott1: and with that your back to a -1 from me :D17:05
jascott1lol17:05
jascott1ya was pushing it there, it was comic relief17:05
kfox1111rhallisey: "orchestrator" ? :)17:05
sbezverk+1  for orchestrator17:06
kfox1111the "mariadb orchestrator" the "rabbit orchestrator" ... the "nova orchestrator" ... :)17:06
inc0conductor17:06
kfox1111inc0: yes, but no. :)17:06
inc0nova-conductor-conductor17:06
kfox1111exactly. :)17:06
portdirect"thing-that-does-stuff-to-make-your-openstack-work-real-good-all-the-time-and-put-ops-out-of-jobs" ?17:06
kfox1111please don't hate your users that way. :)17:06
kfox1111portdirect: yeah. that. that. :)17:06
rhalliseylol17:06
*** matrohon has quit IRC17:07
duonghqinc0, and operator will hit their head to the rack17:07
inc0ttdstmyowrgattapoooj in short17:07
kfox1111portdirect: "wizbangy-thing-that-is-a-blackbox-and-does-magic" :)17:07
jascott1http://www.dictionary.com/browse/steward17:07
rhalliseyvessel :)17:07
inc0"just-trust-us"17:07
kfox1111steward I like too.17:07
portdirectinc0: ++17:07
jascott1imean it doesnt sound so cool but it actually implies taking care of someting17:07
inc0ensign17:07
kfox1111cause its watching over the things.17:08
kfox1111shepard might work too.17:08
jascott1and cause, star trek17:08
*** v1k0d3n has joined #openstack-kolla17:08
*** sayantan_ has quit IRC17:08
inc0or it's about pets right?17:08
kfox1111inc0: too low rank. more. :)17:08
inc0veterinary17:08
jascott1a person who attends to the domestic concerns of persons on board a vessel, as in overseeing maids and waiters.17:08
rhalliseykfox1111, want to know the latin for shepard?17:08
rhalliseypastor17:08
kfox1111rhallisey: hah. thats awesome.17:09
*** sayantan_ has joined #openstack-kolla17:09
duonghqsdake, you said you want to clear things up?17:09
sbezverkrhallisey: it has also religious meaning17:09
rhalliseyya17:09
inc0rev. nova-compute?17:09
jascott1haha17:09
kfox1111rhallisey: really brings the religious arugment around orchestration to the forefront. :)17:09
rhalliseythat's the etymology of it17:09
rhalliseykfox1111, lol!17:09
inc0his excellency high priest neutron17:09
rhalliseykfox1111, we shouldn't joke about that17:09
kfox1111inc0: no. pope. definatly grand pope neutron ;)17:10
rhallisey:)17:10
kfox1111wow this has really gotten off the rails. :)17:10
rhalliseyvery funny17:10
*** tonanhngo has joined #openstack-kolla17:10
inc0why priests? let's go higher yet! pharaoh17:11
sbezverkkfox1111: :) let's get back to coding please!!17:11
kfox1111inc0: dune...17:11
kfox1111god emperor. :)17:11
wirehead_Well, with progress, he’s less of a pharoh and more of a pha-bro.17:11
inc0god emperor?17:11
v1k0d3nsrwilkers: hey man17:11
wirehead_We could call operators “little makers"17:12
inc0demiurgos17:12
inc0?17:12
srwilkers_v1k0d3n, hey whats happening17:12
kfox1111inc0: http://gorrem.deviantart.com/art/Leto-Atreides-II-God-Emperor-of-Dune-44248077417:12
jascott1oh man17:13
kfox1111hehe17:13
duonghqforget, https://review.openstack.org/#/c/404092/ <- can somebody merge it again? (it was merged and went out after repo split)17:13
inc0protector of the seven kingdoms, first of his name, scheduler of all things, our lord and master kubernetes?17:13
jascott1lol17:13
*** tonanhngo has quit IRC17:13
wirehead_https://kitchenoverlord.com/2016/08/03/dune-week-spice-filled-sandworm/17:13
inc0 https://i.ytimg.com/vi/u1w4IxCXIxU/hqdefault.jpg for warhammer 40k fans17:14
srwilkers_wirehead_, oh my17:14
v1k0d3nwho on our side is working on quickstart with halcyon for kolla-kube? are you or marcel working on that?17:14
kfox1111wirehead_: thats awesome. :)17:14
v1k0d3n(i don't know or have marcel's handle...lot to keep up with these days. haha)17:15
kfox1111inc0: hehe.17:15
inc0spice flows with this one17:15
srwilkers_v1k0d3n, portdirect has done the work thats in review for it currently17:15
v1k0d3noh damn. cool!17:15
srwilkers_v1k0d3n, i plan on helping him as needed (if at all, really)17:15
v1k0d3nwhich repo is being used for that?17:15
wirehead_Kolla-Kubernetes:  The machine that would have been built had the Butlerian Jihad not gone the way it did.17:15
duonghqv1k0d3n, your link: https://review.openstack.org/#/c/404493/17:16
*** sayantan_ has quit IRC17:16
inc0wirehead_, maybe kolla-k8s is just a first step to what caused butlerian jihad?17:16
srwilkers_v1k0d3n, halcyon-vagrant-kubernetes and portdirect's fork of halcyon-kubernetes, but plans to change to upstream halcyon-kubernetes17:16
inc0or similarly, dark age of technology for 40k;)17:16
wirehead_I, at least, know which side I’ll be on when it’s time to kill the thinking machines.17:16
inc0(now when I think about it, Dune and wh40k have lot in common)17:17
inc0wirehead_, depends on how quickly assimilation technology appears17:17
inc0borg is eternal, borg is ultimate being17:17
portdirectsrwilkers_: just sorting that out now, soon I'll be able to do this to my fork: https://www.youtube.com/watch?v=aCbfMkh940Q17:18
*** rhallisey has quit IRC17:18
srwilkers_portdirect, god i love that movie17:18
kfox1111yeah... my own pet conspericy theory is this... what if the google evermind already was in existance. would we know? ;)17:18
kfox1111google's incredibly secrative. maybe.... for a reason... ;)17:18
*** rhallisey has joined #openstack-kolla17:18
v1k0d3nportdirect: can we merge the items you have in https://github.com/portdirect/halcyon-kubernetes into the upstream version?17:18
portdirectv1k0d3n: no!17:19
wirehead_My pet theory is that intelligence is close to irreducably complex, therefore, if we create a thinking conscious machine, it’ll be in an embarassing accident.17:19
*** jgriffith is now known as jgriffith_away17:19
portdirectv1k0d3n: too ugly to live - give me 30 mins and I'll have a tidy branch for you :)17:19
v1k0d3n:)17:19
kfox1111wirehead_: I agree. and thats why I struggle to think why other cs folks thing that they can control such a thing.17:19
v1k0d3nthat works17:19
v1k0d3nportdirect: reason why i asked is because we're currently in progress on CI for these repos.17:20
v1k0d3nthis will build community trust17:20
duonghqI think you should go to bed now, bye inc0  portdirect kfox1111 v1k0d3n srwilkers_17:20
portdirectawesome! thats great news17:20
inc0duonghq have a good night!17:20
v1k0d3nand help with PR's that may break things.17:20
srwilkers_later duonghq17:20
portdirectlaters duonghq17:20
v1k0d3nhey duonghq thanks man!17:20
v1k0d3nhave a good night dude.17:20
*** hieulq_ has quit IRC17:21
wirehead_I’m comfortable with the thought that a thinking machine, upon achieving consciousness, will scan github and instantly begin slaying the technological priesthood on account of how all of us write really bad code.17:21
kfox1111duonghq: goodnight.17:21
kfox1111wirehead_: heh. yeah, bad code's one thing.17:22
kfox1111human's are insanely creative in their stupidity though, in general. I'm more worried about it seeing that. :)17:22
*** pcaruana has quit IRC17:23
wirehead_I didn’t try to describe what would happen after the conscious machine reads reddit for the first time.17:23
duonghqI knew I type something wrong, now I can see what is wrong: *you -> I, sorry guys :P17:23
*** duonghq has quit IRC17:23
kfox1111"when you build a idiot proof device, the unverse produces a better idiot." :)17:23
srwilkers_kfox1111, +117:23
portdirectv1k0d3n: also mgiles was havving some issues with his corp proxy - if you have any pointers for him thst'd be super cool17:23
srwilkers_portdirect, mgiles and i are talking now17:23
portdirectnice - cheers srwilkers_17:24
kfox1111well, I think go-nuts is out of ideas to make sane looking gotl templates. :/17:24
*** senk has joined #openstack-kolla17:24
kfox1111they just start questing why helm's a good idea at all. :/17:24
kfox1111so, obviously don't get it.17:25
kfox1111maybe sprig has something...17:25
*** msimonin1 has quit IRC17:26
*** tonanhngo has joined #openstack-kolla17:26
sbezverkkfox1111: who about splitting one long {{ with }} with multiple {{ with }} it will look a bit ugly with temaplate ending with bunch of {{ end }}17:26
*** msimonin has joined #openstack-kolla17:26
kfox1111sbezverk: yeah. considered that too.17:27
*** msimonin has quit IRC17:27
*** tonanhngo has quit IRC17:27
v1k0d3nmgiles: hey man17:28
*** eaguilar has quit IRC17:28
v1k0d3nhave you tried using the proxy config for vagrant?17:28
v1k0d3nit's in the config.rb file17:28
mgilesYes.  Has some problems with docker17:28
v1k0d3nexample is in there.17:28
v1k0d3nhmmm....17:28
mgilesIt doesn't seem to configure the docker proxy for centos right17:28
mgilesand requires a reboot after docker install to pick it up17:28
mgiles:(17:29
v1k0d3nthe vagrant proxy (when used) proxies everything...even points to a local repo for proxy.17:29
v1k0d3npretty slick stuff17:29
srwilkers_so looking, i found this https://github.com/tmatilai/vagrant-proxyconf/issues/9717:29
*** rmart04 has quit IRC17:29
v1k0d3nsrwilkers_: can you help and keep a thumb on this issue?17:29
srwilkers_v1k0d3n, yep17:29
v1k0d3nif we need to make changes to project we can. just let me know what needs to be done.17:29
mgilesYep.  I used that (although the Vagrantfile also attempts to set those values)17:30
SamYapleis anyone working on monasca in kolla?17:30
v1k0d3nreach out over q, slack or ping me on IRC17:30
mgilesas pointed out there though, you need to do a vagrant reload17:30
*** msimonin has joined #openstack-kolla17:30
*** msimonin has quit IRC17:30
* v1k0d3n runs back to lab17:30
SamYapleinc0: question above ^^17:30
v1k0d3nmgiles: srwilkers_ will be able to help.17:30
mgilesworking with him. thanks17:30
*** lrensing has quit IRC17:30
v1k0d3ncool! np. glad to help. we'll get it sorted out.17:31
kfox1111this would be so much easier if helm supported jinja2. :/17:31
v1k0d3nbtw, mgiles have you been working around this issue?17:31
*** msimonin has joined #openstack-kolla17:31
inc0SamYaple, haven't seen any reviews lately, seems like open for business17:31
*** msimonin has quit IRC17:32
kfox1111hmm... no way to encode to yaml in helm/gotl either. :/17:32
v1k0d3nyou can always do a vagrant up --no-provision, vagrant reload, and then vagrant provision.17:32
openstackgerritMerged openstack/kolla-ansible: Ignore dom0 qemu processes during destroy  https://review.openstack.org/39920317:32
inc0bbiaf guys17:32
kfox1111gotl's definitely got a ways to grow to get to jinja2's capabilities.17:32
mgilesv1k0d3n I've been trying to get it up and running.  A number of changes made to the playbooks and almost have everything running with it.  Discussing with srwilkers_ now17:33
*** msimonin has joined #openstack-kolla17:33
sbezverkkfox1111: but what you try to solve  with  multiline with  I might have missed it?17:33
rhalliseySamYaple, he only answers to meow17:33
kfox1111sbezverk: I'm trying ot neutron-server17:33
kfox1111(or any of the common-deployment based objects).17:33
kfox1111there are a lot of vars to pull in from etc/kolla-kubernetes/services.yaml in to the main template.17:34
kfox1111and a yaml blob.17:34
rhalliseyjk :)17:34
kfox1111I think I can convert hte yaml blob from a var to a macro though to work around the lack of a yaml encoder.17:34
openstackgerritMerged openstack/kolla-ansible: Enable cinder backup tab in horizon  https://review.openstack.org/39990017:34
*** shardy has quit IRC17:35
sdakev1k0d3n a+ on the dev env17:35
kfox1111but there will be like 14 arguments to the macro.17:35
SamYaplerhallisey: when his name autocopmletes as such i will do that!17:35
sdakev1k0d3n i'm in love - please dont break it :)17:35
openstackgerritMerged openstack/kolla-ansible: Add more options for cinder-backup.  https://review.openstack.org/40291217:35
sbezverkkfox1111: what if you build variable dict before using it with with?17:35
SamYapleinc0: ok. whats the merge policy on the kolla repo now? if i built a monasca container without the ansible bits, can that merge?17:35
v1k0d3nsdake: na...we're not going to break it.17:36
v1k0d3nso it's working well for you?17:36
sdakev1k0d3n yup works like a charm17:36
kfox1111sbezverk: stil not sure how to do that without doing it all in one line17:36
sdakev1k0d3n needed docs, which portdirect wrote17:36
v1k0d3n:thumbsup17:36
sdakei think portdirect has some changes needed in the code a bit or we have to tell people to manually change things around17:36
v1k0d3nsdake: so you're using portdirect's fork of halcyon?17:36
sdakev1k0d3n not sure on specifics17:36
v1k0d3nor default?17:36
portdirectv1k0d3n: sdake is atm17:36
sdakev1k0d3n i am pretty sure i used your version17:37
portdirect(using my fork)17:37
*** inc0 has quit IRC17:37
sdakeportdirect ok we need to fix that :)17:37
v1k0d3nlol17:37
v1k0d3nyeah, going to get really confusing quickly.17:37
*** fguillot has quit IRC17:37
v1k0d3ndevs need really simple. hate having outside anyway...but we needed it for ourselves to dev anyway.17:37
v1k0d3nif you have devs sitting with no solution...that's not good17:38
portdirectsdake: v1k0d3n's graciously added be to the halcyon contributors so I'm working on that right now17:38
sdakeportdirect moment let me look at your gerrit review for the docs - i was pretty sure it was att repo17:38
v1k0d3nthat's why sdake is pushing for common solution.17:38
sbezverkkfox1111: any chance you squeez that PS for helm_prebuild before your battle with neutron-server?17:38
sdakev1k0d3n right idle = fail17:38
v1k0d3ndevs always have to have working easy solutions.17:38
kfox1111sbezverk: oh. yeah. sec.17:38
srwilkers_sdake, there are two: one of ours, and portdirect's fork17:38
sdakelemme look at the review in gerrit - i don't actually know what i pulled - i c&Ped :)17:39
*** sayantan_ has joined #openstack-kolla17:39
srwilkers_should be att/halcyon-vagrant-kubernetes, then portdirect/halcyon-kubernetes iirc17:40
v1k0d3nportdirect: when you update the halcyon-vagrant-kube repo, make sure to PR an update for the halcyon-kube repo too. that will keep things in sync for devs.17:40
*** sdake_ has joined #openstack-kolla17:40
*** sdake_ has quit IRC17:40
*** sdake_ has joined #openstack-kolla17:40
*** fguillot has joined #openstack-kolla17:40
v1k0d3ni've been doing manually when there are important changes so far. but i need to stop that. as CI get's firmed up...this will become easier.17:40
portdirectsdake/srwilkers_/v1k0d3n: Once I've fixed it there should be 0 impact on people who have set up an env already - other than running 'git submodule init' and changing one line in the config.rb.17:41
sdake_https://review.openstack.org/#/c/404493/9/doc/source/development-environment.rst17:41
*** sayantan_ has quit IRC17:41
sdake_line 143/14417:41
sdake_two repos one is fork one is att repo17:42
portdirectyep17:42
*** sayantan_ has joined #openstack-kolla17:42
portdirectthat will change soon to not include my repo17:42
v1k0d3nsdake: yeah...been talking with portdirect. it will read one repo with a submodule init. going down a good path with a single repo.17:43
v1k0d3njust need to get changes in. coming soon.17:43
portdirectand a single . will be removed from the start of line 18117:43
*** kristian__ has quit IRC17:43
v1k0d3nbtw... portdirect for now...we need to keep the ubuntu side working as well. our shop is heavy ubuntu. for devs...they'll need both.17:43
v1k0d3nsounds good.17:43
v1k0d3nwas going to review comment....but we're in line now.17:44
*** kristian__ has joined #openstack-kolla17:44
portdirectv1k0d3n: yeah thats v important to us as well17:44
*** sdake has quit IRC17:44
v1k0d3nsrwilkers_: you're our garrit guy...can you make a comment on that?17:44
v1k0d3n:)17:44
v1k0d3nlol17:44
portdirectv1k0d3n: we need to support both platforms equally17:44
*** jascott1 has quit IRC17:44
v1k0d3nagreed absolutely17:45
openstackgerritMerged openstack/kolla: Replaces uuid.uuid4 with uuidutils.generate_uuid()  https://review.openstack.org/40440617:46
srwilkers_v1k0d3n, yeah, ive been reviewing it as it evolves17:46
sdake_v1k0d3n ok - note on submodules - if you ever want to bring that work into openstack namespace, infra does not like submodules17:46
sdake_v1k0d3n does not like is not strong enough - but I hate to use the word "despise" :)17:46
v1k0d3ndang... sbezverk is everywhere!17:48
*** kristian__ has quit IRC17:48
v1k0d3nhe's like a freaking ninja17:48
v1k0d3nlurking in all the hipster chat channels17:48
openstackgerritcaoyuan proposed openstack/kolla-ansible: Remove the deprecated command and the useless "if" condition  https://review.openstack.org/40489617:49
*** unicell has quit IRC17:50
v1k0d3nsdake_: yeah, makes sense. that's why we felt stuck to maintain ourside of kolla-k8s for now.17:50
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible: Debug gate job  https://review.openstack.org/40182517:50
v1k0d3nthe intent was to not force people to use vagrant if they don't want to.17:50
v1k0d3nfor instance...i use just the halcyon-k8s portion for bare metal...daily.17:50
v1k0d3neven though you don't have to submodule it....for some reason people loose their minds when they see "vagrant" and don't ever thing....Gee....i can use the ansible playbooks and not have to use vagrant.17:51
v1k0d3nbut...whatever. please the people we did *yoda voice off17:51
*** matrohon has joined #openstack-kolla17:53
sdake_v1k0d3n interesting fact about sbezverk - he isn't even if my org - he works on this on his own time ;)17:54
sbezverksdake_: should I stop doing it ??17:54
openstackgerritcaoyuan proposed openstack/kolla: Remove the "nova-network" container file  https://review.openstack.org/40409917:54
sdake_v1k0d3n roger - devs dont care if they hae to use submodule or not for a dev env17:55
sdake_v1k0d3n infra does care :)17:56
sdake_sbezverk stop doing what?17:56
sdake_sbezverk i think your rockin dude - keep at it :)17:56
*** eaguilar has joined #openstack-kolla17:56
*** jascott1 has joined #openstack-kolla17:57
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Initial Helm support  https://review.openstack.org/39629617:57
klindgrenHave some kolla-ansible questions reguarding glance.  If we have some legacy setups that use a shared nfs store, looks like that not supported. - but is simple enough to add in.  Is this something that you guys would actually want?17:57
*** msimonin has quit IRC17:58
klindgrenAlso, does kolla integrate any of the openstack services into systemd?  For auto start on node reboot or the like.  Trying to look theough all the configs now.  But not seeing anything jumping out at me.17:58
kfox1111sbezverk: if that passes, I think we should be good to go.17:58
kfox1111then I'll add the neutron stuff back in as a followup.17:58
sbezverkkfox1111: just got answer from helm, it seems you are going to be stuck with really really really long "with" statement17:58
kfox1111sbezverk: yeah. was afraid of that. :/17:59
*** Pavo has quit IRC17:59
kfox1111ask them for a dictionary union function.17:59
sbezverkkfox1111: great I really hope it passes :-) is there a pray for PS to pass? ;-)17:59
*** jgriffith_away is now known as jgriffith18:00
kfox1111sbezverk: there is a prayer for everything. ;)18:00
sdake_v1k0d3n halcyon for bare metal seems interesting - my main objective there was to unblock me so i could actually get work done18:00
kfox1111sbezverk: I think this is going to be a bigger issue for helm. they need to figure out a way to solve it.18:00
sdake_v1k0d3n existing solutions or dev envs don't work for me18:00
sdake_or/for18:01
sbezverkkfox1111: it seems they agree to consider new feature18:01
v1k0d3nsdake_: yup. exactly why we created this repo. saw a need for our folks too. just had to get it done...there was nothing out there that worked for us either.18:02
v1k0d3ni've tried everything. ended up needing something quick and dirty specifically for this task (dev for kolla-kube and around some of the pvc claims for kubernetes).18:02
v1k0d3nwell....and helm of course.18:03
*** Pavo has joined #openstack-kolla18:04
openstackgerritMerged openstack/kolla: Install neutron-fwaas plugin in neutron-base  https://review.openstack.org/39340918:08
kfox1111sbezverk: awesome... this with becomes 468 chars long. :/18:10
*** inc0 has joined #openstack-kolla18:11
*** inc0 has quit IRC18:11
sbezverkkfox1111: please share your sentiment here: https://github.com/Masterminds/sprig/issues/2318:12
kfox1111sbezverk: thanks. will do.18:14
openstackgerritsayantani proposed openstack/kolla: [WIP] Corrected Punctuation in quickstart.rst  https://review.openstack.org/40490718:14
*** ayoung has joined #openstack-kolla18:16
*** senk has quit IRC18:17
kfox1111arg....18:21
sbezverkkfox1111: it looks liek you need to create helm/microservice folder in this PS and add something there otherwise helm_prebuild fails18:21
kfox1111bootstrapping issue. :/18:21
openstackgerritsayantani proposed openstack/kolla: [WIP] Corrected Punctuation in quickstart.rst  https://review.openstack.org/40490718:21
kfox1111sbezverk: yeah.18:21
kfox1111don't know if git likes bare directories though. does it?18:22
*** sdake_ has quit IRC18:22
SamYapleis there any current issue with master branch of kolla?18:22
SamYapleim buidling the images but it isnt tagging them18:22
*** kollabot has quit IRC18:22
*** sdake has joined #openstack-kolla18:22
sbezverkkfox1111: that is why I suggest to dump simple readme file18:23
*** dave-mcc_ has joined #openstack-kolla18:23
sbezverkin microservice18:23
*** inc0 has joined #openstack-kolla18:23
inc0I'm back18:24
*** kollabot has joined #openstack-kolla18:24
*** unicell has joined #openstack-kolla18:24
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Initial Helm support  https://review.openstack.org/39629618:25
srwilkers_wb inc018:25
*** dave-mccowan has quit IRC18:26
SamYaplehey is anyone else seeing this? http://paste.openstack.org/show/590998/18:29
SamYapleany known bad version of docker/docker-py that im using?18:29
SamYapleit doesnt appear to be tagging the image after its built causing all other images to fail18:29
*** adrian_otto has quit IRC18:30
SamYaplecan someone at least confirm they have built images with `kolla-build` lately...?18:32
jascott1SamYaple where are you getting 4.0 from?18:32
SamYaplejascott1: this is master18:32
jascott1its trying to pull 4.0 from docker hub18:32
jascott1which doesnt exist18:32
SamYaplejascott1: im well ware. look at it, it builds base and doesnt tag it18:32
SamYapleit _should_ exist locally at that point18:33
SamYaplebut it never gets tagged18:33
*** sayantan_ has quit IRC18:34
jascott1ah gotcha18:34
*** sayantan_ has joined #openstack-kolla18:34
*** kbyrne has quit IRC18:35
*** kbyrne has joined #openstack-kolla18:38
kfox1111welp, up to 506 chars long now. :/18:40
*** sayantan_ has quit IRC18:42
sbezverkSamYaple: there must be something in docker service config. It should not try to communicate with docker.io/kolla/ubuntu-source-base:18:42
*** sayantan_ has joined #openstack-kolla18:45
*** jascott1 has quit IRC18:45
SamYaplesbezverk: in fact it does! its just normally the images are already tagged locally18:45
SamYaplesbezverk: its not tagging the base image after building18:45
SamYaplethats the issue18:45
*** hvlad has quit IRC18:47
SamYapleso again I ask, has anyone built master recently?18:49
sbezverkSamYaple: I built on my local machine images too and I did not see any references in the log to docker.io that is why I thought it was strange.. But  I got your comment of not even tagging base image.18:49
SamYaplesbezverk: yea if i tag it manually, it works18:49
SamYaplesbezverk: docker will check locally for kolla/ubuntu-source-base and fall back to docker.io even though no one references docker.io18:50
*** lrensing has joined #openstack-kolla18:50
SamYaplethats just a docker thing though, not related to kolla18:50
sbezverkSamYaple: got it, since it is not correctly tagged it tries to find other options18:50
SamYapleyea18:51
SamYaplei dont get it. its just not tagging. thats it18:51
SamYapletagging by hand and it works fine18:51
*** jascott1 has joined #openstack-kolla18:52
*** sayantan_ has quit IRC18:53
sbezverkSamYaple: will try it again on newly clonned master18:53
*** sayantan_ has joined #openstack-kolla18:53
SamYapleok18:53
jascott1SamYaple worked for me18:53
SamYaplejascott1: what version of docker and docker-py?18:54
jascott11.12.1 and 1.10.618:54
SamYaplemy steps were -- new vm, install latest docker, git clone kolla, pip install kolla, kolla-build18:54
SamYaplejascott1: same versions for me18:55
SamYaplejascott1: ubuntu or centos?18:56
jascott1ubuntu18:56
jascott1i ran your exact command18:56
sbezverkSamYaple: hmmm cannot build either :-( error is different but still..18:56
SamYaplejascott1: can you run `pip freeze | grep kolla` ?18:57
jascott1kolla==4.0.0.0b2.dev6718:57
jascott1kolla-kubernetes==0.3.1.dev2418:57
kfox1111sdake: https://review.openstack.org/#/c/396296/18:58
sdakebeen otp18:58
sdakegot a million ontifications18:58
sdakegive mea minute18:58
kfox1111:)18:58
sbezverkkfox1111: +2 your PS18:58
*** Serlex has quit IRC18:58
sbezverknow we can rock'n'roll18:58
SamYaplejascott1: so you arent running head18:59
SamYaplejascott1: that might be the difference here18:59
SamYaplejascott1: can you test against HEAD of master?18:59
SamYapleim going to roll bac 30 or so commits and test it with your commit19:00
*** jrich523 has quit IRC19:00
jascott1sure, having weird problems with irc client or corp net today so prob get disconnected19:00
jascott1SamYapple thats kolla head on master19:03
jascott195191bc19:04
harlowjaSamYaple yup i'm seeing that, lol19:05
SamYaplejascott1: hmmm. how is pip doing this versioning then? i get kolla-4.0.0.0b2.dev10519:05
harlowjasame on stable newton19:05
kfox1111nice... the macro trick worked around that issue....19:05
jascott1idk git just tells me i got latest19:05
SamYapleharlowja: can you give your environment? distro, docker version, docker-py version19:05
jascott1sorry not a lot of pip/kolla expertise19:06
harlowjaSamYaple i can give u everything, ha19:06
harlowjathe world19:06
SamYaplejascott1: are you sure your arent in the wrong branch and your upstream points to github.com/openstack/kolla?19:06
sbezverkmeeting time bb in 2 hours19:06
SamYaplesbezverk: thanks for the help! well catchup later19:06
jascott1on master, remote.origin.url=https://github.com/openstack/kolla.git19:06
kfox1111k... think I have a neutron-server ready to test. :)19:07
harlowjaSamYaple https://gist.github.com/harlowja/ff8d7b35e11252b5d39106604dea4525 (what our jenkins is doing)19:07
harlowjadocker version 1.1219:07
SamYaplejascott1: i dont see how its possible for you to have .dev67 then. but im not 100% sure how pip sets that version (i thought ti was commits since tag....)19:07
jascott1ya idk let me start over19:08
SamYaplecool harlowja. thats what im seeing as well19:08
*** tonanhngo has joined #openstack-kolla19:08
SamYaplethats enough for this to be confirmed19:08
harlowjahttps://gist.github.com/harlowja/ff8d7b35e11252b5d39106604dea4525#file-gistfile1-txt-L99619:08
SamYapleinc0: whens the last time you built with kolla-build?19:08
harlowjaseems to have just started last night, ha19:09
harlowjacause our jenkins was working last night :-P19:09
SamYapleharlowja: yea idk whats going on. im running 1.12.119:10
harlowja(we use stable/newton kolla though)19:10
SamYapledid a requirements change last night maybe?19:10
SamYaplewell not for stable19:10
harlowjaunsure19:11
*** TxGirlGeek has quit IRC19:11
*** TxGirlGeek has joined #openstack-kolla19:12
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492919:12
sdakemgiles quick q19:12
*** tonanhngo has quit IRC19:12
*** saneax-_-|AFK is now known as saneax19:12
sdakemgiles you said you got the dev env to work behind a proxy19:12
mgilessdake I did get a partial environment working19:13
kfox1111sbezverk: can you have a look at that one? it shows why breaking up the kolla-common thing to a real package has some benifit.19:13
sdakemgiles are you blocked on proxy?19:13
mgilessdake yes19:13
sdakeportdirect any ideas?19:13
sdakesrwilkers_ any ideas?19:13
mgilesI've been working some with srwilkers_ already19:13
mgilesI have fixes up to a point19:14
sdakesweet19:14
mgilesbut now am stuck with DNS problems19:14
sdakedns problems - sbezverk any pointers?19:14
portdirectthat I may be able to help with?19:14
kfox1111sdake: can you please wf this: https://review.openstack.org/#/c/396296/19:14
*** unicell has quit IRC19:14
sdakekfox1111 roger - getting there19:14
harlowjaSamYaple let me know if u find anything, i'll try to figure it out also19:14
kfox1111k19:14
sdakekfox1111 reviewing now19:14
SamYapleharlowja: same to you. i hit up docker channel19:15
mgilesportdirect maybe...  I'm working a couple setups in parallel.  the one I've gotten the farthest on is mac and virtual box19:15
SamYaplesee if theyve seen anything19:15
harlowja`Docker version 1.12.0, build 8eab29e`19:15
mgilesportdirect seems like the ansible stuff overwrites resolv.conf hardcoding google dns19:15
kfox1111jascott1: you were working on glance, right?19:15
jascott1i was19:15
mgilesportdirect but that gets overwritten when you restart the vm19:15
jascott1but now im not19:15
jascott1went to memcached19:15
portdirectyeah: I thought that would cause issues at some point...19:16
jascott1since duonghq is working on glance19:16
sdakekfox1111 sleep 1 ftl ;)19:16
kfox1111jascott1: have a look at https://review.openstack.org/404929 please.19:16
mgilesso two problems.  1) hardcoded google dns is not available behind proxy19:16
mgiles2) hardcoded values get overwritten on reboot of vm19:16
kfox1111sdake: heh. nothing to see here19:16
* kfox1111 waves his hands around19:17
*** jrich523 has joined #openstack-kolla19:17
sdakekfox1111 ;)19:17
kfox1111:)19:17
*** unicell has joined #openstack-kolla19:17
portdirectmgiles: ok for option 1, what works for you? a confiutation option for external dns, or use whatever you get from dhcp in your vm?19:17
sdakekfox1111 dontcha know, jedi mind tricks dont work on me ;)19:17
kfox1111sdake: thanks.19:17
kfox1111worth at try. ;)19:17
portdirectmgiles: *problem 1 sorry.19:18
mgilesportdirect the dhcp value returned to the vm (from virtual box) works to a point, but doesn't include the kubedns entry which I assume we need19:18
portdirectI'll get to that in a moment :)19:19
kfox1111jascott1: it was on my todo list to rebase glance-api on top of common_deployment at somepoint too, as its very similar I think.19:19
kfox1111jascott1: so we might want to do that too as part of the conversion. might be easier.19:19
openstackgerritMerged openstack/kolla-kubernetes: Initial Helm support  https://review.openstack.org/39629619:20
harlowjaSamYaple pip freeze (kolla venv being used in jenkins) @ https://gist.github.com/harlowja/042bc0ba88fbdce1e81bd5dba33a7e6a19:20
portdirectmgiles: so the dhcp dns is what you need for external? I'll get back to you with a fix for the reboot issue in a sec.19:21
mgilesyes.  if we just insert the kubedns ip rather than replace the whole resolv.conf that would work.19:21
mgilesI think...19:21
*** unicell has quit IRC19:22
jascott1duonghq_ what kfox1111 said :)19:22
*** tonanhngo has joined #openstack-kolla19:23
portdirectmgiles: cool - thats what I've been doing on my real machines, though it wont be possible to totally fix this the same way I do here19:23
sdakekfox1111 see PM19:24
*** unicell has joined #openstack-kolla19:24
portdirectmgiles: while I work on a better solution to your problem, could you edit this file: https://github.com/portdirect/halcyon-kubernetes/blob/kolla_dev/kube-deploy/roles/kube-prep/templates/resolv.conf.j2, to point to the correct dns server19:25
mgilesportdirect yep can do that.  i was looking at changing that in ansible to use lineinfile to edit resolv.conf (rather than replacing the file), but then ran into the overwriting problem.  Also not sure how much of this is spsecific to virtualbox.19:25
portdirectmgiles: ans insert this: https://paste.fedoraproject.org/494313/53422714/raw/ at some point into https://github.com/portdirect/halcyon-kubernetes/blob/kolla_dev/kube-deploy/roles/kube-prep/tasks/prep-host-dns.yml, to provide a tempoary work-around for your second issue19:31
*** TxGirlGeek has quit IRC19:31
mgilesportdirect thanks.  I'll try it19:32
*** TxGirlGeek has joined #openstack-kolla19:32
*** mkoderer has quit IRC19:33
portdirectmgiles: whoops19:35
portdirectmgiles: this paste https://paste.fedoraproject.org/494320/34582148/raw/19:36
alanmeadowskfox1111: meeting bonanza today, but im sort of here19:36
portdirectthe last one forgot to escape the [ and ] in sed...19:37
*** senk has joined #openstack-kolla19:38
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helm common package  https://review.openstack.org/40480819:38
openstackgerritDavid Lyle proposed openstack/kolla-kubernetes: Minor doc format fix  https://review.openstack.org/40494019:39
*** adrian_otto has joined #openstack-kolla19:41
*** msimonin has joined #openstack-kolla19:44
*** msimonin has quit IRC19:46
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492919:47
jascott1kfox1111 why is haproxy in the common_deployment?19:49
*** kollabot has quit IRC19:51
*** kollabot has joined #openstack-kolla19:51
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492919:51
*** Satya_ has joined #openstack-kolla19:52
openstackgerritsatya proposed openstack/kolla-ansible: RabbitMQ cluster should work on api interface  https://review.openstack.org/40494419:53
*** edigleison has quit IRC19:54
*** msimonin has joined #openstack-kolla19:56
*** Pavo has quit IRC19:59
*** TxGirlGeek has quit IRC20:01
*** Pavo has joined #openstack-kolla20:04
*** TxGirlGeek has joined #openstack-kolla20:04
*** msimonin has quit IRC20:07
*** v1k0d3n has quit IRC20:13
*** v1k0d3n has joined #openstack-kolla20:13
kfox1111alanmeadows: was just wondering if you know a way to line wrap a {{ }} . sounds like go just can't do it.20:14
kfox1111jascott1: it provides a mechanism for safe rolling upgrades.20:14
kfox1111jascott1: i also plan to extend it with ssl support, so that all communication in/out of a physical node is encrypted.20:14
alanmeadowsthat sounds like a scary pipeline ;-)20:15
kfox1111so it can be either the l1 or the l2 ssl layer.20:15
alanmeadowsI have not hit that requirement--as an alternative is it possible to functionalize the pipeline if its common20:15
kfox1111alanmeadows: https://review.openstack.org/#/c/404929/3/helm/microservice/neutron-server/templates/neutron_server.yaml <- look at that with. :/20:15
*** msimonin has joined #openstack-kolla20:16
*** sayantan_ has quit IRC20:16
alanmeadowsyikes20:17
kfox1111alanmeadows: thats the cleanest way I could think to do that though. :/20:17
kfox1111sets up all the temlpate spacific vars, and then calls the commmon template.20:17
*** v1k0d3n has quit IRC20:18
kfox1111I could cram most of that in values, but really, they are things that the user should never override. it would break things. so they shouldn't see them.20:18
kfox1111something like values.yaml, but constants.yaml would also maybe solve it.20:19
kfox1111but if you could do:20:19
*** matrohon has quit IRC20:19
kfox1111{{- with $evn := dict "foo" true \20:19
kfox1111    "bar" false \20:19
kfox1111   "baz" true }}20:20
*** eaguilar has quit IRC20:20
kfox1111that would be best I think.20:20
*** eaguilar has joined #openstack-kolla20:20
*** eaguilar has quit IRC20:20
*** sayantan_ has joined #openstack-kolla20:22
*** sayantan_ has quit IRC20:23
*** sayantan_ has joined #openstack-kolla20:24
alanmeadowsjust to iteratively improve whats here I'm wondering if you cant simply create the dict before hand, var by var and pass the completed dict to with20:24
*** sayantan_ has quit IRC20:24
kfox1111alanmeadows: would love to. not sure how though.20:25
kfox1111didn't see any functions in helm to support that. :/20:25
*** sayantan_ has joined #openstack-kolla20:25
kfox1111sbezverk filed an issue to try and get support for that.20:25
*** senk has quit IRC20:25
kfox1111alanmeadows: https://github.com/Masterminds/sprig/issues/2320:25
*** sayantan_ has quit IRC20:25
*** matrohon has joined #openstack-kolla20:26
*** srwilkers_ has quit IRC20:26
*** sayantan_ has joined #openstack-kolla20:26
kfox1111interesting.. lbaas now = octavia20:26
kfox1111wonder how the other lb providers feel about that.20:27
*** wwriverrat has quit IRC20:30
alanmeadowswas just experimenting ;-)20:30
*** saneax is now known as saneax-_-|AFK20:30
kfox1111alanmeadows: did you find a way? :)20:31
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla: WIP: packing and uploading registry  https://review.openstack.org/40443520:34
*** srwilkers_ has joined #openstack-kolla20:35
sbezverkkfox1111: so it got merged??20:36
kfox1111sbezverk: yup.20:37
kfox1111this one's hot on its heals though, so would really like your inpout on it: https://review.openstack.org/#/c/404808/20:38
harlowjaSamYaple any luck?20:38
harlowjai destroyed our jenkins slaves (they get recreated dynamically from a openstack cluster) and still happens20:39
sbezverkkfox1111: need to test my openvswitch with the latest merged PS, then do the same with 40480820:39
kfox1111k.20:39
SamYapleharlowja: nope. even with custom repo/namespace and different versions of docker and docker-py20:40
harlowjaweirddddd20:40
harlowjaklindgren ^20:40
*** Satya_ has quit IRC20:41
harlowjaSamYaple whacky stuff20:41
SamYapleharlowja: first time i come back to the project in 6 months and this is my greeting20:41
harlowja:(20:41
SamYaplewhen i left it was working great people!20:41
harlowjait was working last night, ha20:41
SamYaple:P20:41
harlowjai should somehow try to publish my jenkins stuff to public world20:41
harlowja*our jenkin sstuff (at godaddy)20:41
kfox1111inc0: alive?20:42
SamYaplekfox1111: he is playing VR im sure20:42
kfox1111he was talking about doing a docker mirror with infra at some point.20:42
kfox1111seeing some strange breakages in the gate now, related to docker not finding containers.20:43
kfox1111curious if they are releated.20:43
harlowjakfox1111 are those the same ones i see :-P20:43
harlowjaon a local build, ha20:43
SamYaplekfox1111: hah! thats what ive been talking about this whole time20:43
kfox1111http://logs.openstack.org/08/404808/2/experimental/gate-kolla-kubernetes-ansible-workflow-ceph-nv/c3e14ab/console.html#_2016-11-30_19_50_32_09192020:43
SamYaplekfox1111: i think its an issue with docker.io20:43
harlowjaya, looks ismlar20:43
harlowja*looks similar20:43
harlowjahow do i tell it to not use docker.io20:44
SamYapleharlowja: you cant its hardcoded20:44
SamYaplekfox1111: yep. read the scrollback. thats the same issue20:44
SamYaplekfox1111: whats happening is its not tagging the image after it builds20:44
inc0alive and well20:44
inc0whats up kfox1111 ?20:44
harlowjakfox1111 SamYaple klindgren yup looks similar20:44
SamYapleinc0: its all borked20:44
inc0gates are broken ;()20:44
kfox1111inc0: http://logs.openstack.org/08/404808/2/experimental/gate-kolla-kubernetes-ansible-workflow-ceph-nv/c3e14ab/console.html#_2016-11-30_19_50_32_091920 know what might cuse that?20:44
SamYaplenot just gates20:44
kfox1111cause20:44
*** kristian__ has joined #openstack-kolla20:44
harlowjamy gate inside godaddy to :-P20:45
*** kristian__ has quit IRC20:45
inc0lol20:45
SamYapleso whats happening there inc0 (been troubleshooting this since i got on here) is its not tagging after building20:45
*** kristian__ has joined #openstack-kolla20:45
SamYaplekfox1111: inc0 http://paste.openstack.org/show/590998/20:45
harlowjai'm pretty sure it was SamYaple that did it20:45
kfox1111so, docker pull kolla/centos-binary-ceph-mon:2.0.2 on my own box works.20:45
harlowjahe said he just returned to kolla, and then it broke...20:45
harlowjaconcidence...????20:45
kfox1111I'm not running kolla-build at all.20:45
kfox1111so don't think its that.20:46
kfox1111just trying to pull directly from docker hub is failing.20:46
kfox1111very weird.20:46
SamYaplekfox1111: i dont think its kolla-build, i think its docker not tagging after build20:46
srwilkers_harlowja, i dont believe in coincidences ;)20:46
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice  https://review.openstack.org/40395920:46
harlowjasrwilkers_ then it must be those goblins20:46
harlowjalol20:46
kfox1111SamYaple: yeah, in my case though, no docker build. just docker pull kolla/centos-binary-ceph-mon:2.0.220:46
kfox1111and thats failing.20:46
harlowjakfox1111 https://gist.github.com/harlowja/ff8d7b35e11252b5d39106604dea4525#file-gistfile1-txt-L988-L99920:47
harlowjathats from jenkins here20:47
harlowja(stable/newton kolla)20:47
sdakeharlowja dockerhub has lots o goblins20:47
sbezverkmore on building topic, anybodt tried to build kolla on a host with centos 7.3?20:48
sdakeharlowja hence why kolla-ansible builds images in the gate rather then pulling from docker hub :)20:48
* inc0 building images20:48
SamYaplethe only way i can think to explain both our issues kfox1111 would be a dockerhub issue20:48
SamYaplesdake: its both broken currently20:48
inc0yeah, I can't recall any build script change lately20:48
sdakeSamYaple interesting - build of ceph-mon fails?20:48
SamYaplesdake: all builds fail see http://paste.openstack.org/show/590998/20:49
SamYapleits not tagging20:49
SamYapleinc0: this affects all branches so its not a repo change20:49
*** mewald has joined #openstack-kolla20:49
SamYapleinc0: its also affecting multiple (or all) version of docker and docker-py20:49
SamYapleive been through quite a few combos20:49
inc0what the actual fuck?20:49
SamYapleyep20:50
inc0I mean, even if dockerhub broken something20:50
inc0how the hell it affects local stuff?20:50
sdakeERROR:kolla.image.build.openstack-base:Tag 4.0.0 not found in repository docker.io/kolla/ubuntu-source-base20:50
SamYaplesdake: now look at `docker images`20:50
inc0well it's not there nor it should be20:50
SamYaplesdake: youll have an untaged image20:50
sdakewhy is oenstack-base pulling ubuntuu-source-base from docker.io?20:51
SamYapleINFO:kolla.image.build.base:Successfully built ba61fc68081420:51
SamYaple<none>              <none>              ba61fc680814        2 minutes ago       274.9 MB20:51
sbezverkkfox1111: I want to modify ceph_workflow.sh with this code: http://paste.openstack.org/show/591016/20:51
SamYaplesdake: see ^^20:51
SamYapleits not getting its name, the ids match but it doesnt get named20:51
kfox1111hmm.. got a few messages fomr docker hub saying there api was broken for a while. will resubmit...20:51
SamYapleso it tries to pull from docker.io20:51
harlowjawhy u no like your name image20:51
harlowjatake your name20:51
inc0say my name!20:52
srwilkers_lol20:52
kfox1111sbezverk: close.20:52
kfox1111still has parts of the old commands in it too.20:52
kfox1111and the --name should be different between them.20:53
kfox1111--name openvswitch-ovsdb-network20:53
*** v1k0d3n has joined #openstack-kolla20:54
inc0sooo...I just build images and it got tagged fine20:55
* harlowja tries running the nova image building job20:55
kfox1111sbezverk: oh. or I think the paste was just done at the wrong point. the " kollakube res" string should just be moved after the helm install bit.20:55
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helm common package  https://review.openstack.org/40480820:55
SamYapleinc0: did you launch a new vm for this? with no old images?20:56
inc0did docker rmi -f $(docker images)20:56
harlowjak, same thing i do before building20:56
inc0and docker images after that was clean20:56
SamYapleinc0: on a fresh vm with a new docker install and all?20:56
inc0no, but I'll do it not20:56
inc0now20:56
SamYapleive been through about 10 vms at this point, all do the same thing20:56
SamYaplenew vm, install docker, git clone kolla, pip install kolla, kolla-build ----- busted20:57
sbezverkkfox1111: my problem is it does not let me modify it20:57
harlowjasince someone might find this neat, http://imgur.com/RczZGsA20:57
kfox1111sbezverk: what does it say?20:57
srwilkers_harlowja, that is pretty neat. is that yours?20:58
harlowjait is20:59
harlowjait also emits things to a slack channel20:59
srwilkers_thats pretty neat20:59
harlowjahttp://imgur.com/f6Z0aYl20:59
harlowjaso the activity goes to 2 places20:59
harlowjahandy dandy, ha20:59
inc0yeah, docker installed today == broken21:01
*** sayantan_ has quit IRC21:02
inc0vm that was around some time == works21:02
inc0same code - current master21:02
harlowja:(21:02
inc0seems like docker issue21:02
*** sayantan_ has joined #openstack-kolla21:02
inc0anyone tried on centos?21:02
harlowjayup21:02
harlowjame21:02
harlowjabut i install 1.12 docker21:02
*** sayantan_ has quit IRC21:02
sbezverkkfox1111: it just ignores any changes I do in bin and tells me that no changes in the workspace21:02
inc0I have 1.11.221:02
harlowjainc0 i think SamYaple has tried a few other versions21:03
*** sayantan_ has joined #openstack-kolla21:03
kristian__Hi inc021:03
SamYapleall the version inc021:03
SamYaplealllll the verrssssioooonnns21:03
kristian__do you know how to boot from the gpu?21:03
harlowjai haven't changed versions so not sure its the version21:03
inc01.11.1 on my old vm = works21:03
kfox1111sbezverk: and you tried git add -f ?21:03
harlowjahmmmm, inc0 on centos?21:05
harlowjai can try that version, if it helps21:05
harlowjajust gotta destroy my  jenkins slaves and have them get auto-magic rebuilt21:05
inc0so I'm comparing my 2 ubuntu machines21:05
inc0both xenials21:05
openstackgerritChristian Berendt proposed openstack/kolla-ansible: Give plays in the playbooks a name  https://review.openstack.org/40482221:05
*** sayantan_ has quit IRC21:06
SamYapleinc0: yea i just went to 1.11.1 and i have that issue21:06
inc0both overlays21:06
SamYaplethis is weird21:06
inc0working one has 4.4.0-47 not working 4.4.0-3621:06
inc0kernels21:06
SamYapleim using overlay221:06
inc0I'll try to bump kernel21:06
*** sayantan_ has joined #openstack-kolla21:06
SamYaplewatch it be a dirty cow issues21:07
harlowjadirty betsy21:07
harlowjaalways being dirty21:07
*** gfidente has quit IRC21:07
harlowjahttp://i00.i.aliimg.com/wsphoto/v0/1575700608/-font-b-Betsy-b-font-font-b-Cow-b-font-Costume-Mascot-CS47166.jpg21:08
harlowjadirty cow ^21:08
harlowjalol21:08
*** mewald has quit IRC21:08
*** Marcellin__ has joined #openstack-kolla21:08
SamYapleinc0: can you check the --debug output of dockerd and see if perhaps new or different api calls are made?21:08
inc0SamYaple, in a second, trying to bump up kernel21:09
*** TxGirlGeek has quit IRC21:11
*** TxGirlGeek has joined #openstack-kolla21:11
inc0not the kernel.21:11
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice  https://review.openstack.org/40395921:12
SamYapleinc0: im running the yakkety kernel21:13
SamYapleor should i say, ive tested with it as well21:13
SamYapleinc0: mind you, you can tag the image by hand and it will then move on the openstack-bash21:13
SamYaplefwiw21:13
harlowjawhats 'by hand'21:14
harlowjasounds weird21:14
harlowjaha21:14
kristian__Please may somebody help me with making my gpu primary in the vm?21:14
SamYaplekristian__: you cant do that in openstack21:16
SamYapleopenstack has hardcoded templates and that includes a primary gpu21:16
kristian__SamYaple: can I bypass it?21:17
SamYaplebypass the hardcoded template? no. its hardcoded in nova project21:17
kristian__by editing the template21:17
kristian__oh21:17
SamYapleit will affect all instances at that point21:17
kristian__what about libvirt config?21:17
SamYaplebut yea, you can technically do it21:17
SamYapleyou can do a virsh edit to remove the primary21:18
SamYaplebut ive been down the path you are going down, it doesnt end well21:18
SamYaplenova periodically regenerats that xml and youll lose YOUR changes21:18
*** TxGirlGeek has quit IRC21:18
kristian__why does it do this21:18
kristian__then can I make my cloud gaming with steam in home streaming?21:19
*** bachp has quit IRC21:19
SamYaplenope. not easily21:19
SamYaplei currently do _exactly_ that21:19
kristian__or how can I assign games to be played on the gpu?21:20
SamYaplebut its a VM running outside of openstack21:20
kristian__oh21:20
kristian__I did that same too21:20
SamYaplei got it mostly working in openstack proper with template editing and stuff, but it was just a huge hassle21:20
SamYaplei do not recommend it at all21:20
klindgrenCouldn't you do a libvirt hook? and have it do stuff on that vm when being launched.  Not sure what exposed to the hook if you have the ability to see if its has custom tags.21:21
klindgrenBut we use libvirt-hooks for implement traffic-shapping to our public vm's21:21
kristian__little question21:22
kristian__why cannt openstack have that easy proxmox iommu configuration?21:22
SamYaplelibvirt-hooks dont modify the XML klindgren21:22
kristian__in proxmox you add 2 lines of config and you are good to go21:23
SamYaplekristian__: openstack is providing a generic supported layer for you, its not meant to customize every little option21:23
SamYapleyou should look into opennebula21:23
SamYapleit does exactly what you want as far as fine grain things21:23
openstackgerritsayantani proposed openstack/kolla: [WIP] Corrected Punctuation in quickstart.rst  https://review.openstack.org/40490721:23
inc0brb moving home21:23
*** inc0 has quit IRC21:23
SamYapleive done the VFIO GPU passthrough in opennebbula before. worked like a charm21:24
kristian__was it easy to setup,21:25
kristian__,21:25
kristian__?21:26
*** lrensing has quit IRC21:26
klindgrencan't be any harder than openstack21:28
klindgren>_>21:28
klindgren<_<21:28
kristian__ok21:28
kristian__I will try21:28
kristian__good bye openstack21:28
harlowjagood bye21:29
*** sayantan_ has quit IRC21:29
SamYaplekristian__: yea opennebula is pretty straightforward21:30
*** TxGirlGeek has joined #openstack-kolla21:30
SamYaplekristian__: openstack doesnt meet your needs, but it wasnt designed for it21:30
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helm common package  https://review.openstack.org/40480821:30
SamYapleopennebula was21:30
kristian__also is it less resource heavy?21:30
SamYaplekristian__: doubt that21:32
SamYaplekristian__: but it depends on what you mean21:32
kristian__ram usage21:32
SamYapleprobably about hte same. maybe less21:32
SamYapledepends on the environment size i would say21:32
kristian__because openstack was 6-10g on idle21:32
SamYapleoh yea its less that that21:32
klindgrenrun with less workers?21:33
SamYaplebut ive run openstack on under a gig of ram21:33
SamYapleso thats just no-optimiztion openstac21:33
kristian__oh ok great so more vms :D21:34
*** srwilkers_ is now known as srwilkers_away21:34
*** Jeffrey4l_ has joined #openstack-kolla21:34
*** Jeffrey4l has quit IRC21:35
*** sayantan_ has joined #openstack-kolla21:39
*** sayantan_ has quit IRC21:39
*** sayantan_ has joined #openstack-kolla21:39
*** sayantan_ has quit IRC21:40
*** sayantan_ has joined #openstack-kolla21:40
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice  https://review.openstack.org/40395921:41
*** rhallisey has quit IRC21:42
*** adrian_otto has quit IRC21:48
*** matrohon has quit IRC21:51
*** inc0 has joined #openstack-kolla21:51
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492921:51
inc0SamYaple, any progress on bug?21:52
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice  https://review.openstack.org/40395921:52
inc0fun fact, gates are working21:52
*** adrian_otto has joined #openstack-kolla21:52
inc0build gates that is21:52
srwilkers_away\o/21:52
harlowjainc0 really21:54
harlowjawhyyyyyyy21:54
harlowjawhyyyyy21:54
harlowjalol21:54
inc0https://review.openstack.org/#/c/404435/21:54
harlowjahmmm21:54
harlowjawhhhhyyyy21:54
harlowjalol21:54
inc0disregard deploy gates here, but build gates are a-ok21:54
*** Pavo has quit IRC21:59
*** jrist has quit IRC22:01
*** TxGirlGeek has quit IRC22:02
*** jrist has joined #openstack-kolla22:02
*** TxGirlGeek has joined #openstack-kolla22:02
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla: WIP: packing and uploading registry  https://review.openstack.org/40443522:02
*** inc0 has quit IRC22:02
*** inc0 has joined #openstack-kolla22:03
*** Pavo has joined #openstack-kolla22:04
inc0harlowja, you still have issues?22:06
*** jrist has quit IRC22:07
sbezverkinc0: do you know if somebody already tried to build images on centos 7.3 host?22:07
*** jtriley has joined #openstack-kolla22:08
inc0dunno22:09
inc0me and SamYaple are ubuntu guys22:09
kfox1111sbezverk: does the gate run 7.3?22:10
kfox1111kolla-ansible gate.22:10
srwilkers_awayubuntu represent22:11
klindgrenwe are running on centos722:11
kfox1111well, kolla gate I guess.22:11
klindgrennot sure if we are doing 7.2 or 7.322:11
SamYapleinc0: nope. and im tired. going to eat dinner22:13
SamYapleill get back on it in a bit22:13
inc0kk22:13
inc0somethings funky22:14
*** bachp has joined #openstack-kolla22:14
sbezverkkfox1111: no I upgraded my deployment ws to 7.3 and now I cannot build images :-(22:15
kfox1111selinux?22:17
*** jtriley has quit IRC22:18
sbezverkkfox1111: damn :( upgrade has reset my permissvie setting..22:19
kfox1111heh. how helpful of it. :/22:22
openstackgerritsayantani proposed openstack/kolla: WIP Add new guide for single-node deployment  https://review.openstack.org/40499322:22
kfox1111thanks for the heads up. I'll have to watch my other systems when going to 7.3. :)22:22
kfox1111so, tags...22:23
sbezverkkfox1111: it resolved one issue and got me into SamYaple issue: ERROR:kolla.image.build.openstack-base:Tag 4.0.0 not found in repository docker.io/kolla/centos-source-base22:24
mgilesportdirect v1k0d3n srwilkers_away Good news - got the proxy stuff working.22:24
kfox1111its kind of a question of how does a user introspect which vars they can set.22:24
srwilkers_awaymgiles, thats awesome!22:24
*** srwilkers_away is now known as srwilkers_22:24
mgilesCreated pull requests on halcyon-kubernetes and halcyon-vagrant-kubernetes with the changes22:24
kfox1111sbezverk: yeah. that looks like its trying to pull a container rather then use the built one.22:24
srwilkers_mgiles, ill go look at them now and merge them in22:24
kfox1111maybe some bug where its hard coded to build with a different tag?22:24
*** sdake_ has joined #openstack-kolla22:25
kfox1111does kolla/centos-source-base:4.0.0 exist in your docker?22:25
mgilesthe one on halcyon-kubernetes depends on the changes to the Vagrantfile22:25
sbezverkkfox1111: hmmm hardcoded in so many people cases, really strange..22:25
mgilessrwilkers_ ^^22:26
sbezverkkfox1111: sorry let's forget build issue for now, and get tags sorted out..22:27
sbezverksdake: ping22:27
*** sdake has quit IRC22:28
kfox1111yeah. tagging is also a subset of a greater version discussion.22:29
srwilkers_uh mgiles, can you submit it again? i done goofed22:31
sdake_sbezverk be wit hyou in a moment22:31
mgilessrwilkers_ done22:32
srwilkers_thanks mgiles22:33
openstackgerritsayantani proposed openstack/kolla: WIP Add new guide for multi-node deployment  https://review.openstack.org/40499822:33
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize openvswitch-agent and l3-agent  https://review.openstack.org/40499922:34
v1k0d3nyo portdirect22:34
v1k0d3nor mgiles22:35
v1k0d3n:)22:35
v1k0d3nmgiles: looking over it now22:35
v1k0d3nsheesh...that error22:35
mgilesv1k0d3n hi22:35
*** sayantan_ has quit IRC22:35
srwilkers_its that guy v1k0d3n, always trouble22:36
kfox1111arg...22:36
kfox1111parent patch bad...22:36
kfox1111rebase hell. :/22:36
kfox1111this is why I don't like braking up reviews like this. :/22:37
kfox1111spending way more time rebasing and fixing merge conflicts then coding. :/22:37
v1k0d3ngood catch!22:38
v1k0d3nhaha yeah...bit of a pot stirrer :)22:39
kfox1111v1k0d3n: arn't we all? ;)22:39
* v1k0d3n lurks around everywhere22:39
v1k0d3nYOU TOO kfox1111!22:39
v1k0d3nlol22:39
v1k0d3n:)22:39
v1k0d3nwhat would the world be with out folks like us?22:39
v1k0d3nbooooring22:39
kfox1111indeed22:40
v1k0d3nmgiles: thanks. that helped. glad that you checked it out.22:40
v1k0d3nsorry that was our bad on that one.22:40
kfox1111arg...22:40
kfox1111and this makes more merge conflicts...22:40
v1k0d3ni know who to go after :)22:40
* kfox1111 wants to cry...22:40
srwilkers_that one wasnt me ;)22:40
*** jheroux has quit IRC22:40
mgilesv1k0d3n no problem.  it happens.  Glad to have my env working22:41
kfox1111git really needs to know how to parse yaml. so auto merge will work smoother. :/22:41
srwilkers_just proof we need CI working soon(tm)22:41
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helm common package  https://review.openstack.org/40480822:42
*** jrist has joined #openstack-kolla22:42
*** goldyfruit has quit IRC22:42
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492922:43
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize openvswitch-agent and l3-agent  https://review.openstack.org/40499922:45
kfox1111there.22:45
kfox1111:/22:45
*** kristian__ has quit IRC22:51
*** kristian__ has joined #openstack-kolla22:51
*** dave-mcc_ has quit IRC22:53
*** fguillot has quit IRC22:54
*** JRobinson__ has joined #openstack-kolla22:54
*** jmccarthy has quit IRC22:58
*** athomas has quit IRC22:58
*** mgiles has quit IRC23:02
*** pbourke_ has quit IRC23:03
*** Mech422 has quit IRC23:06
*** Mech422 has joined #openstack-kolla23:14
*** unicell has quit IRC23:15
*** pbourke_ has joined #openstack-kolla23:20
*** unicell has joined #openstack-kolla23:20
*** Mech422 has quit IRC23:20
harlowjainc0 haven't re-ran yet (meetings)23:20
harlowjawill try soon :-P23:20
*** inc0 has quit IRC23:24
*** clsacramento_ has quit IRC23:26
*** duonghq has joined #openstack-kolla23:27
duonghqmorning guys23:27
kfox1111morning :)23:27
srwilkers_morning duonghq23:28
*** clsacramento has joined #openstack-kolla23:28
*** sayantan_ has joined #openstack-kolla23:29
*** pbourke_ has quit IRC23:29
*** jascott1 has quit IRC23:30
*** TxGirlGeek has quit IRC23:30
*** jascott1 has joined #openstack-kolla23:30
*** jascott1 has quit IRC23:33
v1k0d3nmorning duonghq :)23:35
*** Mech422 has joined #openstack-kolla23:40
sbezverkkfox1111: did you  check the gate, it is doing something wierd.23:40
*** sayantan_ has quit IRC23:42
*** sayantan_ has joined #openstack-kolla23:42
*** vhosakot has quit IRC23:42
*** duonghq has quit IRC23:43
*** lamt has quit IRC23:44
harlowjastill weird? :(23:46
harlowjai'm about to see if its still weird for me, ha23:46
harlowjaya, still busted for me :(23:48
*** jascott1 has joined #openstack-kolla23:51
kfox1111which gate?23:54
kfox1111sbezverk: which gate?23:54
kfox1111sbezverk: the openvswitch one? http://logs.openstack.org/59/403959/10/experimental/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/a357ae7/console.html23:56
kfox1111often messages like {u'message': u'No valid host was found. There are not enough hosts available.', u'code':"23:57
kfox1111coming out of a nova launch instance are actually neutron on the node failing.23:57
kfox1111as it retries afew time,s then prints that, unhelpfull message out.23:57
kfox1111its correct in a way, no valid host that was able to run the vm was found  (after n retries).23:57
kfox1111but really doens't tell you the problem.23:57
kfox1111since the problem only affects your change, I'd say something in the template isn't working.23:58
kfox1111http://logs.openstack.org/59/403959/10/experimental/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/a357ae7/logs/ has logs up the wazoo to help you find it.23:58
*** Pavo has quit IRC23:59

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