Thursday, 2017-01-19

ScoopIcicleOur challenge is not to articulate the verifiable knowledge management. Our challenge is to broaden a specific self-efficacy.00:00
sdakeis ScoopIcicle like a bot?00:00
portdirect?00:00
sbezverkkfox1111: mariadb<-servicepackagename>00:01
sbezverkbut what is I want to call not mariadb but mariadb-007 ;)00:01
sbezverkjust because I already use mariadb name for something different?00:02
kfox1111just asking generically, that you want to be launchign stand alone mariadb?00:03
kfox1111not launching them as part of a bigger service package?00:03
*** ruhe has joined #openstack-kolla00:03
kfox1111fasinating.... https://github.com/fission/fission00:04
sbezverkkfox1111: right I want to launch 2 services of mariadb and give then two differnet names00:04
kfox1111yeah. then either --set globals.kolla.all.element_name or --values ~/mysettings.yaml would probably be the best we can do...00:05
kfox1111or...00:05
*** david-lyle has quit IRC00:05
kfox1111if we are giving element_name its own search path anyway,00:05
portdirectkfox1111: can we not do it through setting the release name?00:06
kfox1111we can root just that one var all the way to the top of global.00:06
kfox1111so, --set global.element_name=foo00:06
sbezverkkfox1111: works for me00:06
kfox1111hmm...00:07
*** adrian_otto has quit IRC00:07
kfox1111yeah, I thin kthat would work.00:07
kfox1111might have some weirdness if someone launches a greater service pckage like neutron, with mariadb/memcached enabled.00:08
portdirectits how every other chart ive seen solves this question00:08
kfox1111shouldn't use global.element_name in that case, but can do it lower in the tree to still be unique.00:08
portdirect(if they have attempted to)00:08
ScoopIcicleThe innovators gradually manage Balanced Scorecards. The policy makers whiteboard a capability.00:09
sbezverkkfox1111: I still not clear how mariadb running for neutron will get its name00:10
kfox1111neutron's values.yaml would have globals.kolla.mariadb.all.element_name=mariadb_neutron ?00:11
kfox1111the user shouldn't have to worry about it then.00:11
*** krtaylor has joined #openstack-kolla00:12
*** adrian_otto has joined #openstack-kolla00:12
sdakeportdirect sbezverk I cleaned up the final version a bit of the talk abstrract00:12
sdakeportdirect sbezverk mind taking a look plz00:12
sdakeportdirect sbezverk i think we need to pick a title now :)00:13
sbezverksdake: sorry we are in the middle of the crisis00:13
portdirecti think ScoopIcicle may be trying to help there?00:13
sdakeits only a crisis if the sky is falling00:14
sdakeor hell has frozen over00:14
sdakethat said, how can i help if at all00:14
sbezverkkfox1111: right now we have .Values.element_name used as a reference00:14
kfox1111sbezverk: I think we just add an elementSearchPath = ":global.kolla.mariadb.statefulset:global.kolla.mariadb.all:global.kolla.all:global" and look up element_name in there. if not set, default to resourceName.00:14
kfox1111users can then set global.element_name and it will work standalone.00:15
sbezverkit is not mariadb, rabbitmq has the same issue00:15
kfox1111service packages can set global.kolla.mariadb.all.element_name, and it will work from there.00:15
*** srwilkers has quit IRC00:15
kfox1111sbezverk: same there. just s/mariadb/rabbitmq/00:15
kfox1111mariadb/memcached/rabbitmq will have the issue.00:15
kfox1111as they are multi instance.00:16
kfox1111the same fix should work on all 3 I think.00:16
sbezverkkfox1111: I think other services will have the same issue too, basically all services need .global.element_name00:16
kfox1111I'm still not convinced thats true.00:17
sbezverkin values.yaml00:17
kfox1111will we be laucnhing multiple glance-api's in the same namespace?00:17
kfox1111or neutron-servers?00:17
kfox1111I think the only exception might be nova for cells v2.00:18
kfox1111though no one I know has ever deployed that. so kind of shooting in the dark there.00:18
sbezverkkfox1111: I am talking about using alternative name for service00:18
kfox1111sbezverk: yeah. and I'm saying, why support that?00:18
sbezverkI do not think it will work without that modification00:18
kfox1111what value does it add? it does add more complexity.00:18
portdirectkfox1111: beacuse a lot of people will want to use that functionaility00:18
kfox1111portdirect: for what?00:19
sbezverkkfox1111: why then we introduced variables for names? then we should have hardcoded names00:19
sbezverkI think it is very useful00:19
kfox1111the names are hardcoded in a lot of places.00:19
sbezverkif I already have mariadb running00:19
kfox1111to be able to rename your nova  foo in kube get pods?00:19
sbezverkand I do not want to change name for the exisiting00:19
portdirectkfox1111: not everyone will want to call things the same names - they may have existing infra they want to ingergrate with (like yourself) or have other reasons00:20
kfox1111mariadb is an exception. so is rabbit and memchached.00:20
sbezverkwhen I deploy kolla-kube service, I wold just use a different name00:20
*** adrian_otto has quit IRC00:20
sbezverkok cinder00:20
kfox1111just saying, what is the benifit of being able to rename every other major openstack service in one namespace?00:20
kfox1111portdirect: no one will have existing infra in k8s though?00:20
sbezverkkfox1111: what was the reason to introduce variables for names?00:20
portdirectkfox1111: a lot will, like you do00:21
kfox1111sbezverk: specifically, so you could write one values.yaml fijle and share it with all service packages, and get the value scoping right.00:21
sbezverkif you are saying that it is useless why we did it at the first place?00:21
kfox1111portdirect: I have an existing openstack. I don't have an openstack on k8s.00:21
portdirectyes - but you want to tie into your esisting infra dont you?00:21
kfox1111this only affects naming of k8s object in a k8s namespace.00:21
kfox1111yes.00:21
*** adrian_otto has joined #openstack-kolla00:22
kfox1111sbezverk: which is useless?00:22
kfox1111elmeent names on openstack services?00:22
sbezverkto have names as variables for all services we offer under kolla-kube00:22
portdirectkfox1111: will it not also affect dns resoltion of services?00:22
sbezverkportdirect: yep good point00:23
kfox1111portdirect: its namespaced.00:23
sbezverkit will00:23
*** hfu has joined #openstack-kolla00:23
kfox1111the name will be unique within the namespace.00:23
*** awiddersheim has joined #openstack-kolla00:23
kfox1111its only a problem if you want to run kolla-kubernetes in the same namespace as something else already consuming those names.00:23
sbezverkkfox1111: we are not forcing to have a separate namespace for kolla00:23
sbezverkso people could deploy it in default namesapce00:24
portdirectwe should also support having services accrossm multiple namespaces00:24
sbezverkI think we need to be consistent00:24
portdirectit is madness to insatll production openstack in a single k8s namespace00:24
kfox1111yup. but we never said that you could pick a deployment called nova-api and have kolla-kubernetes avoid that.00:24
sbezverkif we allow specify custom element_name then it should be for all or for nothing00:24
sbezverkbetter for all ;)00:24
kfox1111disagree.00:25
kfox1111thats like saying, because you might ever want to cluster mariadb, you should cluster everything the same exact way.00:25
kfox1111mariadb/memcached/rabbit have very good reasons to have multiple instances in the same namespace.00:25
kfox1111so the added complexity for them makes sense to me.00:26
kfox1111but for glance-api? what does that buy you?00:26
sbezverkno it is like if you buy a car, then you can expect that it has an engine00:26
kfox1111good coding rule, "the code is done, not when there is nothing more to add, but nothing more to remove"00:27
portdirectbut what if you want/need your glance api to be called glance-region1-api?00:27
kfox1111portdirect: the only reason I see that beeing nessisary, is if you are running 2 regions in the same namespace.00:27
kfox1111something we origionally agreed not to support.00:27
kfox1111is that really a desired feature?00:27
portdirectfrom my perspective this is about dns and tls, not namespaceing00:28
portdirectI will be spreading all services accross namesapces00:29
sbezverkkfox1111: as you said once we already have 99% of code, we just need to add 1 line in service's values00:29
kfox1111dns in k8s isn't exported outside the cluster.00:29
kfox1111glance-api.region1.cluster.local00:29
kfox1111glance-api.region2.cluster.local00:29
kfox1111sbezverk: I don't think all the support is in every package today.00:30
kfox1111I think its a lot more work then you think to fully flesh out.00:30
portdirectnow think about how host those services externally with a tls proected endpoint with certs that work everywere00:30
portdirectyou want the same hostname externally as you do internally00:30
kfox1111portdirect: its exported out via lb or ingress.00:31
kfox1111it can have literally any name at that point.00:31
portdirectthe domain is irrelevant00:31
portdirectnot if your running internal tls and want to keep your sanity00:31
portdirectbut anyway ive said enoough00:31
* portdirect out00:31
sbezverkwe should probably have a wider discussion00:32
sbezverksince I am still note convinced and would like to hear what other kolla-kube folks think about it00:32
kfox1111I don't understand the concern there.00:33
kfox1111portdirect: not trying to be stubbern here. just trying to understand.00:33
kfox1111+1 to wider discussion.00:34
kfox1111if its really a requirement, lets support it.00:34
sdakeare we tlaking about internal tls?00:34
*** adrian_otto has quit IRC00:34
kfox1111but a non trivial amount of work should be done for a well defined reason I think.00:34
portdirectsdake: touching on it00:34
kfox1111sdake: talking about should we support renaming openstack resources in k8s.00:35
sdakemulti-region would be cool00:35
sbezverkkfox1111: I mean I still rememeber when we came up with idea of element_name, and the reason was to be able to give different names, without any specification that it is for 3 services only00:35
kfox1111and or multiregion in the same k8s namespace.00:35
*** sacharya has quit IRC00:35
sdakejust readin gthru scrollback :)00:35
sbezverkotherwise we would have just hardcoded names, why bother use variables??00:35
*** inc0 has quit IRC00:35
sdakewhat openstack resources would be renamed?00:35
*** denggw has quit IRC00:36
sdakelike keystone, etc?00:36
kfox1111again, the global values to me was about allowing one file to be written to let youconfigure all the things.00:36
kfox1111with the amount of genericness or specificity you want.00:36
kfox1111sdake: yeah. being able to rename keystone/nova/glance/etc.00:36
sbezverksdake: example cinder-us or glance-region-100:36
sdakei guess I dont understand the problem in detail - and it should probablybe oepned up to a wider audience, not debated at EOD US time on a hump day :)00:36
*** adrian_otto has joined #openstack-kolla00:36
sdakethat seems reasonable to me (to call something glance-region-X00:37
sdakewhats the downside?00:37
kfox1111sdake: amount of work needed to implement it.00:37
sbezverkkfox1111: I think it is not that much since we already have variables in place00:38
sdakework is all relative, the key quesiton is *when*00:38
kfox1111sbezverk: I'm saying, I don't think we have all the variables in place.00:38
kfox1111sdake: and by *who*00:38
sdakeyup :)00:38
sbezverkkfox1111: we have NO object with hardcoded name00:38
kfox1111and who's going to write the tests. :)00:38
sdakewell when defined who in many cases00:38
sdakedefines who that is00:38
sdakeso here is what i'd suggest00:38
*** jtriley has joined #openstack-kolla00:39
sdakewe stick to the game plan laid out in 0.5.000:39
kfox1111sbezverk: sure, lots... look for how many have printf in the search path.00:39
sbezverksdake: I can take care of that if community decides00:39
sdakewe got a long way to go until 1.0.000:39
sdakeok then lets talk about downsides00:39
sdakeif the only downsides are "who will write the tests and who will implement the code" that is surmountable00:39
kfox1111and extra code to manage.00:39
sdakethose are that is :)00:40
kfox1111but I think thats all managable.00:40
kfox1111so, lets just say, I won't block the work. I just think its very low on the priority list.00:40
sdakeI'd really like a lazer focus on 0.5.0 personally - wish I had more time to do implementation work00:40
sdakeas far as testing goes in teh gate, we could just test the default names00:41
kfox1111sdake: whats not tested is broken.00:41
sdakei think we hae bigger fish to fry in the gate then figuring how to test multiregion00:41
sdakebroken/tech preview ;-)00:41
kfox1111agreed.00:41
sdaketesitng multiregion and even tls is very complex00:42
sdakekolla-ansible has no tls tests for 2 years00:42
sdakewhile tls works fantasstically well with kolla-ansible00:42
sdakeactually testing tls would be relatively easy00:42
sdakeanyway thats an aside, I think we decided we weren't targeting tls for pre-PTG00:42
sdakeand weren't really targeting multiregion for pre-PTG00:43
kfox1111I may tackle that sooner rather then later.00:43
sbezverkkfox1111: when we have config management sorted out it will be easier to test00:43
kfox1111production without tls is not a good plan.00:43
sdakeif someone wnats to do any work at any time, its not like they have to do what they are told tho00:43
jascott1kfox1111 thanks for fission link00:43
sdakesup jascott100:43
kfox1111jascott1: yeah, looks pretty cool. :)00:43
*** portdirect has left #openstack-kolla00:43
jascott1whassup sdake00:43
sdakein kola people do what they want, and we sort it out later ;)00:44
sdakeare there other downsides besides it takes a person to do the work and someone to wriet teh tets00:44
sdakeare there technical downsides?00:44
sdakethe above are not technical downsides - but rather timing downsides00:44
kfox1111just slightly more code and a bunch of touching files.00:45
kfox1111like, all the files.00:45
sdakebest time to touch a bunch of files, even all of them is early in a project00:45
kfox1111not nessisarily.00:45
sdakekolla (the original repo) docker files were redesigned from scratch atleast 6-7 times00:45
sdakeits better then later :)00:45
kfox1111the best time to get important features in is early in the project too.00:45
kfox1111;)00:45
kfox1111priorities and all.00:46
sdakeya there is a duality there00:46
kfox1111orchestration I think will be more important to users then this.00:46
sdakeanyway if nobody objects to the work why is it a crisis?00:46
kfox1111not sure it really is.00:46
sdakesbezverk crisis averted ;)00:46
*** gfidente has quit IRC00:46
kfox1111but we haven't gotten a good explination of why some folks think its really important.00:47
sbezverksdake: not yet ;)00:47
kfox1111portdirect things it may affect internal tls.00:47
sdakei heard multiregion - which makes perfect sense to me00:47
kfox1111but I don't see how.00:47
sdakei heard tls, which we need00:47
sdakeinternal tls - not sure how that is valuable00:47
sdakekolla-ansible doesn't use internal tls00:47
sdakewe are aiming for parity with kolla-ansible in many ways on feature set00:48
kfox1111I think internal tls will be valueable, but still don't see how fixed naming will affect it.00:48
sdakeid' be happy with external tls00:48
sdakehere is the deal folks - code evolve00:48
sdakes00:48
sdakeas long as we dont break apis as we go00:48
sdakeit doesn't matter if variables are static or dynamic00:49
sdakewe do want to be as flexible as possible00:49
sdakethat is what sets kolla apart from others00:49
kfox1111agreed.00:49
sdakethat is why we hvea gone to so much trouble to do the helm microservices, helm services, etc00:49
kfox1111we should e able to add this feature as an api addition at any time.00:49
sdakekfox1111 i'd challenge you to prove that assertion :)00:50
kfox1111all I'm saying is I think there is a huge number of other things that should come first. thats all. just my opinioin.00:50
sdakecome befoer multiregion?  if so, I agree00:50
sdakelike the service packages, like operators00:50
sdakewe need to get our fundametal architecture off the ground00:51
kfox1111before supporing object renaming of all objects.00:51
kfox1111I do think we need configmap renaming soon.00:51
kfox1111but being able to rename the deployment object for glance-api doesn't seem terribly important.00:51
kfox1111if someone can explain why that may be problem though, I'm totally open to change my priorities.00:52
sdakesbezverk my recommendation wuld be to start a ml thread00:52
sbezverksdake: well this issue got surfaced while working on the service package00:52
*** hfu has quit IRC00:52
sdakesbezverk plz expand00:52
kfox1111sbezverk: surfaced on a multiinstance package.00:52
*** harlowja has joined #openstack-kolla00:52
kfox1111I totally agree it needs to be fixed, asap on those.00:52
sdakesbezverk if its blocking service packages, we need to fix that part at minimum00:53
kfox1111mariadb/memcached/rabbitmq.00:53
kfox1111the rest, not convinced need it right away.00:53
sdakewhere doth portdirect  go00:53
kfox1111the same fix could be applied to the rest, its just a lot more work.00:53
*** hfu has joined #openstack-kolla00:54
*** sayantani01 has joined #openstack-kolla00:55
sbezverk{{- $elementService := .Values.element_name }}00:56
sbezverk{{- $searchPath := printf ":global.kolla.%s.svc:global.kolla.%s.all:global.kolla.rabbitmq.svc:global.kolla.rabbitmq.all:global.kolla.all" $elementName $elementName }}00:56
sbezverkirony00:56
sbezverkelement_name is used to build search path00:57
kfox1111yes.00:57
kfox1111it works when launched as a microservice.00:57
sbezverkwhen itself needed to be found in the path00:57
kfox1111just not as a service, without specifying them all indivdiualy.00:57
kfox1111didn't predict that use case. :/00:57
kfox1111my cristal ball is pretty good, but not quite that good aparanetly. :/00:57
kfox1111I figured only the openstack service packages would use it,00:58
kfox1111so mariadb.element_name would work form within the service package.00:58
kfox1111I did not think we'd put an intermediate mariadb wrapper around it.00:58
kfox1111though that makes perfect sense.00:59
sbezverkkfox1111: ok, for sure that would be hard to forsee..01:00
*** cuongnv has joined #openstack-kolla01:00
sbezverknow the solution01:00
*** zhurong has joined #openstack-kolla01:00
kfox1111so, I think we just need to do $elementSearchPath := ":global.kolla.rabbitmq.svc:global.kolla.rabbitmq.all:global.kolla.all:global"01:00
kfox1111search for element_name in there.01:01
kfox1111if not set, elmenet_name = resourceName,01:01
kfox1111and then continue building searchPath as normal.01:01
sbezverkand the service's values.yaml will have at the second level element_name01:02
kfox1111service package could set global.kolla.rabbitmq.all.element_name and it would work.01:02
kfox1111mariadb service package could use global.element_name and it would work.01:03
kfox1111or mariadb.mariadb-init-element.element_name would work too. lots of ways to set it very specifically if you need to.01:04
kfox1111srwilkers_: https://review.openstack.org/#/c/422147/ looks ready?01:04
*** duonghq_ is now known as duonghq01:04
kfox1111heh. if gerrit didn't crash.01:04
*** salv-orlando has joined #openstack-kolla01:05
sbezverkkfox1111: but would it not break ability to insert neutron's search path before?01:06
kfox1111each microservcie has its own search path.01:07
sbezverkso instead of searching in rabbitmq or mariadb branch, brach from neutron would be prefered since it is01:07
sbezverkbefore the "general" service path01:07
*** qiliang28 has joined #openstack-kolla01:07
*** qiliang27 has quit IRC01:08
*** qiliang28 is now known as qiliang2701:08
kfox1111that was intended to be handled by making the rabbit branch completely on its own for element_named things.01:08
kfox1111so if you launch mariadb-nova,01:08
duonghqmorning guys01:09
kfox1111there is a whole tree of configurability at global.kolla.mariadb-nova....01:09
kfox1111but if you want to set a setting that affects all mariadb, you can set it up a level at global.kolla.mariadb...01:09
*** salv-orlando has quit IRC01:10
*** sayantani01 has quit IRC01:11
*** sayantani01 has joined #openstack-kolla01:12
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Optimize reconfigure action for nova  https://review.openstack.org/40741601:16
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Detect openstack_release variable when it auto  https://review.openstack.org/42232401:16
Jeffrey4lmorning01:16
sbezverkok need to take off, will start tomorrow morning, bye folks01:16
sdakesup Jeffrey4l01:17
sdakenight sbezverk01:17
sdakesup duonghq01:17
duonghqnight sbezverk01:17
Jeffrey4lnigh sbezverk01:17
Jeffrey4lhey sdake01:17
kfox1111k. have a good one.01:17
Jeffrey4lsdake, check this, which solve the pbr issue.01:18
Jeffrey4lhttps://review.openstack.org/42232401:18
*** zhubingbing has joined #openstack-kolla01:18
sdakeJeffrey4l tht looks cool what about pip installs?01:19
Jeffrey4lsdake, it will return the exact kolla-ansible version you installed.01:19
sdakewith the import pbr thing?01:20
Jeffrey4lpbr is installed and required when installing kolla-ansible.01:20
sdakeJeffrey4l does it work as is?01:20
sdakeif so looks like a winner01:20
Jeffrey4lit is in the kolla-ansible's requirements.txt file too.01:20
sdakewe can remove all the nonsense in the docs about workflows for devs vs ops01:20
Jeffrey4lyep.01:21
Jeffrey4lhrm. Let me test install kolla-ansible from pypi. it should works.01:21
sdakeJeffrey4l wish I would have thought of that01:21
Jeffrey4lauto vs latest? which is better?01:22
sdakeauto seems better01:22
*** tovin07 has joined #openstack-kolla01:22
sdakelatest = the latest bits available from dockerhub01:22
sdakeauto = current bits01:22
sdakemaybe change auto to current01:22
Jeffrey4lok.01:22
sdakeJeffrey4l tbh not sure-  probably needs another reviewer to look at it for the best name01:23
sdakeor copious documentation in the config file about what it means01:24
sdakeauto is super ambiguous01:24
sdakecurrent is also slightly ambiguous01:24
Jeffrey4lor just leave it  empty?  or just comment all  openstack_release variable with empty value?01:25
Jeffrey4linstall from pip works.01:26
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319301:27
*** user__ has joined #openstack-kolla01:29
*** saneax is now known as saneax-_-|AFK01:33
sdakedunno but I gotta roll for awhile01:37
sdakeJeffrey4l ide arocks01:37
sdakeJeffrey4l not sure what to name it01:37
sdakeJeffrey4l idea that is01:37
Jeffrey4lthanks ;)01:37
sdakeJeffrey4l i'd suggest sending an emali to the ml asking for advice on naming convention01:38
sdakealthough I don't know if thta will turn anything up01:38
sdakeor ping the core reviewers in EMEA when they start to appear later today01:38
Jeffrey4lok.01:38
sdakei'll likely be back in a few hours - need to eat01:38
*** sdake has quit IRC01:38
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for rally  https://review.openstack.org/42189301:39
*** tovin07_ has joined #openstack-kolla01:40
*** denggw has joined #openstack-kolla01:41
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319301:42
*** sacharya has joined #openstack-kolla01:46
*** denggw- has joined #openstack-kolla01:47
*** tovin07 has quit IRC01:50
*** denggw has quit IRC01:51
*** adrian_otto has quit IRC01:51
*** schwicht has joined #openstack-kolla01:55
ScoopIcicleMeasurements deliver maximum impact, while an integrativeness prioritizes the partners. Our resilient platforms influence the project leader. Leading-edge decision making is all about visual thinking. The group envisions images. Inventory-planning delivery frameworks incentivise the sales manager, while the senior support staff reinvests in our usage-based and progressive corporate governance.01:56
openstackgerritjimmygc proposed openstack/kolla: Use install-pip macro in most source images  https://review.openstack.org/41386101:58
*** salv-orlando has joined #openstack-kolla02:06
*** unicell has quit IRC02:08
*** rhallisey has quit IRC02:09
*** salv-orlando has quit IRC02:11
user__what is the difference between kolla and stackanetes? why would i chose one or the other?02:13
*** tovin07 has joined #openstack-kolla02:13
*** user__ has left #openstack-kolla02:15
*** ipsecguy_ has joined #openstack-kolla02:18
*** ipsecguy has quit IRC02:19
openstackgerritCao Xuan Hoang proposed openstack/kolla-kubernetes: Remove support for py33  https://review.openstack.org/42234202:26
openstackgerritCuong Nguyen proposed openstack/kolla-kubernetes: Improve file handling with context manager  https://review.openstack.org/42234302:27
openstackgerritJeffrey Zhang proposed openstack/kolla: Push images all the time  https://review.openstack.org/42234402:27
*** tovin07_ has quit IRC02:31
*** goldyfruit has joined #openstack-kolla02:31
*** awidders_ has joined #openstack-kolla02:32
*** jascott1_ has joined #openstack-kolla02:33
*** sacharya_ has joined #openstack-kolla02:33
*** tonanhngo_ has joined #openstack-kolla02:34
*** berendt_ has joined #openstack-kolla02:34
*** smekel__ has joined #openstack-kolla02:34
*** tovin07_ has joined #openstack-kolla02:35
*** sayantan_ has joined #openstack-kolla02:38
*** Aju has joined #openstack-kolla02:40
*** denggw has joined #openstack-kolla02:41
*** nihilifer has quit IRC02:41
*** tovin07 has quit IRC02:41
*** sacharya has quit IRC02:41
*** sayantani01 has quit IRC02:41
*** awiddersheim has quit IRC02:41
*** krtaylor has quit IRC02:41
*** tonanhngo has quit IRC02:41
*** jascott1 has quit IRC02:41
*** smekel_ has quit IRC02:41
*** hyakuhei has quit IRC02:41
*** wirehead_ has quit IRC02:41
*** afranc has quit IRC02:41
*** Kdecherf has quit IRC02:41
*** berendt has quit IRC02:41
*** saneax-_-|AFK has quit IRC02:41
*** kklimonda has quit IRC02:41
*** pron has quit IRC02:41
*** abc__ has quit IRC02:41
*** smekel__ is now known as smekel_02:42
*** kklimonda has joined #openstack-kolla02:42
*** berendt_ is now known as berendt02:43
*** denggw- has quit IRC02:44
openstackgerritzhubingbing proposed openstack/kolla: Add vitrage images  https://review.openstack.org/41759302:47
*** Kdecherf has joined #openstack-kolla02:50
*** pron has joined #openstack-kolla02:50
*** krtaylor has joined #openstack-kolla02:50
*** abc has joined #openstack-kolla02:51
*** denggw- has joined #openstack-kolla02:52
zhubingbinghello guys02:53
*** sdake has joined #openstack-kolla02:54
*** denggw has quit IRC02:56
openstackgerritDuong Ha-Quang proposed openstack/kolla-kubernetes: Memcached service package  https://review.openstack.org/42165002:57
*** denggw has joined #openstack-kolla02:57
duonghqhi zhubingbing02:57
zhubingbinghi duonghq02:58
*** denggw has quit IRC03:00
*** denggw has joined #openstack-kolla03:00
*** Jeffrey4l_ has joined #openstack-kolla03:00
*** denggw- has quit IRC03:00
*** hyakuhei has joined #openstack-kolla03:01
*** Jeffrey4l has quit IRC03:04
*** wirehead_ has joined #openstack-kolla03:04
*** goldyfruit has quit IRC03:05
*** denggw has quit IRC03:07
*** denggw has joined #openstack-kolla03:07
*** denggw has quit IRC03:09
*** denggw has joined #openstack-kolla03:09
*** saneax-_-|AFK has joined #openstack-kolla03:10
*** sdake has quit IRC03:13
*** denggw has quit IRC03:14
*** sdake has joined #openstack-kolla03:15
*** MasterOfBugs has quit IRC03:18
sdakeduonghq your patch looks good03:18
sdakeis that port address correct for the gate?03:18
*** adrian_otto has joined #openstack-kolla03:19
*** pramodrj07 has quit IRC03:19
openstackgerritzhubingbing proposed openstack/kolla: Fix designate dockerfile  https://review.openstack.org/42236603:20
duonghqsdake, the mariadb is fine, so I think the memcached one should fine03:20
sdakeyup just checked it out03:21
sdakeit looks good to me03:21
sdakehows the gate look?03:21
*** nihilifer has joined #openstack-kolla03:21
duonghqthe centos-binary-3-ceph-multi-nv and centos-binary-2-helm-entrypoint-nv still fail03:21
duonghqthe binary-3 failed with error Cannot overwrite digest sha25603:22
duonghqthe other reported that 2017-01-18 15:04:53.629974 | containers failed to start.03:22
duonghqhttp://logs.openstack.org/50/421650/3/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-helm-entrypoint-nv/d19d6d9/console.html#_2017-01-18_15_04_53_62997403:22
duonghqsdake, I'm trying to rebase and recheck these tests03:23
duonghqbut seem that it doesn't relate to memcached portion03:23
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Test of gate  https://review.openstack.org/42236803:25
openstackgerritJeffrey Zhang proposed openstack/kolla: Push images all the time  https://review.openstack.org/42234403:26
duonghqsdake, seem that your ps does not trigger test and experimental test?03:28
*** adrian_otto has quit IRC03:29
*** kbaegis has joined #openstack-kolla03:34
*** zhurong has quit IRC03:34
*** adrian_otto has joined #openstack-kolla03:35
*** prameswar has joined #openstack-kolla03:38
*** prameswar has quit IRC03:43
*** MasterOfBugs has joined #openstack-kolla03:47
*** pramodrj07 has joined #openstack-kolla03:47
*** adrian_otto has quit IRC03:54
*** mdnadeem has joined #openstack-kolla03:55
*** sacharya_ has quit IRC03:57
*** adrian_otto has joined #openstack-kolla03:57
*** jtriley has quit IRC03:58
*** adrian_otto has quit IRC04:04
*** sdake has quit IRC04:06
*** sdake has joined #openstack-kolla04:07
*** sudipto_ has joined #openstack-kolla04:07
*** sudipto has joined #openstack-kolla04:07
*** salv-orlando has joined #openstack-kolla04:07
*** jtriley has joined #openstack-kolla04:08
*** salv-orlando has quit IRC04:11
openstackgerritzhang kun proposed openstack/kolla-ansible: Fix Bootstraping the mongodb replication set  https://review.openstack.org/42237704:16
*** caowei has joined #openstack-kolla04:19
*** sp___ has joined #openstack-kolla04:20
*** adrian_otto has joined #openstack-kolla04:22
openstackgerritMerged openstack/kolla-kubernetes: Memcached service package  https://review.openstack.org/42165004:24
openstackgerritMerged openstack/kolla-kubernetes: Fix missing yum install -y in gate.  https://review.openstack.org/42214704:32
*** absubram has joined #openstack-kolla04:33
*** kbaegis has quit IRC04:33
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: GATECHECK  https://review.openstack.org/42238004:35
openstackgerritJeffrey Zhang proposed openstack/kolla: install murano dashboard package in horizon  https://review.openstack.org/39595704:37
*** adrian_otto has quit IRC04:38
*** adrian_otto has joined #openstack-kolla04:40
openstackgerritMerged openstack/kolla-kubernetes: Fix typo in loopback file setup  https://review.openstack.org/42120404:41
sdakesbezverk can you ack this https://review.openstack.org/#/c/421786/104:42
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for cinder  https://review.openstack.org/42238404:43
openstackgerritMerged openstack/kolla-kubernetes: Change 'docker' to 'Docker' in docs  https://review.openstack.org/40862604:47
*** sudipto_ has quit IRC04:49
*** sudipto has quit IRC04:49
*** krtaylor has quit IRC04:52
*** sdake_ has joined #openstack-kolla04:56
*** sacharya has joined #openstack-kolla04:57
*** sdake has quit IRC04:59
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for heat  https://review.openstack.org/42118405:00
*** absubram has quit IRC05:03
*** sacharya has quit IRC05:03
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Rabbitmq service deployment with entrypoint  https://review.openstack.org/42222905:07
*** jtriley has quit IRC05:10
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Changing mariadb bootstart job name to init-element  https://review.openstack.org/42238905:12
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for cinder  https://review.openstack.org/42238405:16
*** adrian_otto1 has joined #openstack-kolla05:16
*** adrian_otto has quit IRC05:16
*** saneax-_-|AFK is now known as saneax05:24
*** sudipto has joined #openstack-kolla05:27
*** sudipto_ has joined #openstack-kolla05:27
*** jtriley has joined #openstack-kolla05:35
openstackgerritWei Cao proposed openstack/kolla: Add dragonflow container  https://review.openstack.org/41819305:38
*** adrian_otto1 has quit IRC05:39
*** adrian_otto has joined #openstack-kolla05:43
*** adrian_otto has quit IRC05:43
*** sdake_ has quit IRC05:47
*** leseb has quit IRC05:48
*** leseb has joined #openstack-kolla05:53
*** skramaja has joined #openstack-kolla05:58
*** sacharya has joined #openstack-kolla05:58
*** unicell has joined #openstack-kolla05:59
*** jtriley has quit IRC06:03
*** sacharya has quit IRC06:03
*** salv-orlando has joined #openstack-kolla06:08
*** Sajauddin has joined #openstack-kolla06:10
*** salv-orlando has quit IRC06:13
SajauddinHi06:15
SajauddinI have register a blue print "Kolla on Power server i.e., ppc64le architecture compatible"06:15
SajauddinIt is still not approved, priority and directions are not yet assigned06:17
SajauddinCan anyone tell me what is the procedure to take this forward06:17
*** zhangqiankun has joined #openstack-kolla06:20
*** jtriley has joined #openstack-kolla06:28
duonghqSajauddin, you should discuss with sdake, inc0 or Jeffrey4l_06:32
Jeffrey4l_Sajauddin, could u post the bp link?06:33
*** jtriley has quit IRC06:33
*** jtriley has joined #openstack-kolla06:37
*** nihilifer has quit IRC06:42
Sajauddin@Jeffrey4l: https://blueprints.launchpad.net/kolla/+spec/kolla-on-power-server06:46
Sajauddinplease check and let me know06:46
Jeffrey4l_Sajauddin, seem cool. approved.06:49
Jeffrey4l_Sajauddin, one question, have u ever thought adding Power gate for kolla?06:52
SajauddinJeffrey4l, could u please elaborate about Power Gate. I dint get, what you are pointing to?06:55
openstackgerritZeyu Zhu proposed openstack/kolla-kubernetes: Fix the issue in multi-node.rst  https://review.openstack.org/42105406:56
*** nihilifer has joined #openstack-kolla06:57
openstackgerritZeyu Zhu proposed openstack/kolla-kubernetes: Fix the issue in multi-node.rst  https://review.openstack.org/42105406:59
*** jascott1_ has quit IRC07:00
*** zhurong has joined #openstack-kolla07:07
*** jtriley has quit IRC07:10
*** jascott1 has joined #openstack-kolla07:12
*** tgoto has joined #openstack-kolla07:14
tgotoHello, I'm having a queer behavior at building instance.07:15
tgotokolla-build has error as follows.07:15
tgotoERROR:kolla.image.build.base:Unknown error when building Traceback (most recent call last):   File "/usr/lib/python2.7/site-packages/kolla/image/build.py", line 408, in builder     for response in self.dc.build(path=image.path,   File "/usr/lib/python2.7/site-packages/kolla/image/build.py", line 131, in dc     self._dc = docker.Client(version='auto', **docker_kwargs) AttributeError: 'module' object has no attribute 'Client'07:15
tgotoDoes this error caused by docker-py library? I reckon this error persists from 3 days ago.07:16
tgotoThank you.07:16
*** tgoto has quit IRC07:18
*** lrensing has joined #openstack-kolla07:23
zhangkun_Client07:23
*** masber has quit IRC07:30
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for heat  https://review.openstack.org/42118407:31
*** tgoto has joined #openstack-kolla07:32
*** lrensing has quit IRC07:38
*** zhangqiankun has quit IRC07:38
tgotoI was using latest docker binary, I'll try downgrading binary for that.Thank you for comment > zhangkun_07:39
*** zhangqiankun has joined #openstack-kolla07:40
*** sayantan_ has quit IRC07:41
*** zhangqiankun has quit IRC07:42
*** zhangqiankun has joined #openstack-kolla07:42
*** bmace has quit IRC07:46
*** bmace has joined #openstack-kolla07:46
zhangkun_tgoto, just believe youself,you can solve your problem07:49
tgotowell, you are right, zhangun_. I downgraded my docker binary, and it worked!07:50
tgotoThank you !07:50
tgotoI was using latest docker binary from "Docker Master Binaries" for docker client use. It was the root cause.07:51
*** matrohon has joined #openstack-kolla07:55
openstackgerritSurya Prakash Singh proposed openstack/kolla: Code coverage improvement for kolla  https://review.openstack.org/42244407:56
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for heat  https://review.openstack.org/42118407:57
*** sacharya has joined #openstack-kolla08:00
*** haplo37_ has quit IRC08:00
*** jtriley has joined #openstack-kolla08:01
Jeffrey4l_Sajauddin, run test in the openstack gerrit.08:01
Jeffrey4l_for example, build the images/try to deploy openstack.08:01
*** haplo37_ has joined #openstack-kolla08:03
*** tgoto has quit IRC08:04
openstackgerritdesheng proposed openstack/kolla: Modify punctuation  https://review.openstack.org/42245008:05
*** sacharya has quit IRC08:06
*** salv-orlando has joined #openstack-kolla08:09
*** tonanhngo_ has quit IRC08:09
*** tonanhngo has joined #openstack-kolla08:11
*** tonanhngo has quit IRC08:12
*** salv-orlando has quit IRC08:14
*** msimonin has joined #openstack-kolla08:14
openstackgerritCuong Nguyen proposed openstack/kolla-ansible: Use yaml.safe_load() instead of yaml.load()  https://review.openstack.org/42246008:20
*** jtriley has quit IRC08:31
*** openstackgerrit has quit IRC08:33
*** egonzalez has joined #openstack-kolla08:34
*** masber has joined #openstack-kolla08:34
*** zhurong has quit IRC08:35
egonzalezmorning08:42
*** gfidente has joined #openstack-kolla08:42
*** gfidente has quit IRC08:42
*** gfidente has joined #openstack-kolla08:42
zhangkun_good afternoon08:45
*** mnasiadka has joined #openstack-kolla08:47
*** JeroenBo has joined #openstack-kolla08:48
*** JeroenBo has left #openstack-kolla08:48
*** JeroenBo has joined #openstack-kolla08:50
SajauddinJeffrey4l_, ok. will test by deploying openstack using Kolla08:52
duonghqmorning egonzalez08:52
Jeffrey4l_Sajauddin, just throw this question. i have no idea about this. openstack infra do not provide ppc64 node, imo.08:53
*** jtriley has joined #openstack-kolla09:00
*** hfu has quit IRC09:02
*** shardy_afk is now known as shardy09:03
*** hfu has joined #openstack-kolla09:03
*** salv-orlando has joined #openstack-kolla09:03
*** rmart04 has joined #openstack-kolla09:08
*** satyar has joined #openstack-kolla09:09
*** jtriley has quit IRC09:09
satyarHi jeffrey4l09:09
satyarHi jeffrey4l_09:09
Jeffrey4l_sup satyar09:10
satyarHow are you09:10
Jeffrey4l_not bad ;)09:10
satyar:P09:10
*** zhangkun_ is now known as hime09:11
satyargetting an issue with the current code09:11
satyarhttp://paste.openstack.org/show/595570/09:11
*** hime is now known as zhangkun_09:11
satyarwhile deployment09:12
Jeffrey4l_satyar, your version of docker client ( docker-py ) do not match docker server.09:13
Jeffrey4l_satyar, Bad Request (\"client is newer than server (client API version: 1.24, server API version: 1.22)\")09:13
Jeffrey4l_either downgrade you client version or upgrade you docker engine.09:13
satyarits same 1.2209:13
satyardocker --version09:14
satyarDocker version 1.10.3, build 57bf6fd09:14
Jeffrey4l_check the docker-py version on the node.09:15
*** jascott1 has quit IRC09:15
Jeffrey4l_it is a AIO deployment?09:15
satyarno multinode09:15
*** openstackgerrit has joined #openstack-kolla09:15
openstackgerritqiankun.zhang proposed openstack/kolla: Install tacker-horizon into horizon image  https://review.openstack.org/40781009:15
Jeffrey4l_check the target nodes' docker-py version.09:15
satyar-bash: docker-py: command not found09:19
Jeffrey4l_satyar, pip freeze | grep docker-py09:19
satyardocker-py==1.10.609:21
satyardocker-pycreds==0.2.109:21
Jeffrey4l_docker engine version? satyar09:21
Jeffrey4l_1.10.6 use 1.24 api version. i think you need downgrade the docker-py or upgrade docker engine.09:23
satyarSorry jeffrey4l_ whats the command to check that09:25
Jeffrey4l_satyar, "rpm -qa | grep docker"  or "dpkg -l | grep docker"09:25
*** athomas has joined #openstack-kolla09:25
satyarrpm -qa | grep docke09:25
satyardocker-engine-1.10.3-1.0.3.el7.x86_6409:25
satyardo i need to upgrade the engine?09:27
Jeffrey4l_i think so. but i have no idea which version match the docker-py client. ;(09:28
satyari did a yum upgrade09:28
satyardocker-engine-1.12.6-1.0.1.el7.x86_6409:28
Jeffrey4l_ya. that should work09:29
Jeffrey4l_satyar, check here https://docs.docker.com/engine/reference/api/docker_remote_api/09:29
satyarit seems 1.10 work with 1.2209:30
satyar1.12 requires 1.2409:30
Jeffrey4l_but your docker-py use 1.24 as default.09:30
Jeffrey4l_your docker-py is higher.09:31
*** msimonin has quit IRC09:31
openstackgerritqiankun.zhang proposed openstack/kolla-ansible: Enable tacker_horizon when enable_tacker is yes  https://review.openstack.org/40782209:32
*** haplo37 has quit IRC09:32
*** hyakuhei has quit IRC09:36
*** hyakuhei has joined #openstack-kolla09:36
*** hyakuhei has quit IRC09:36
*** hyakuhei has joined #openstack-kolla09:36
openstackgerritCuong Nguyen proposed openstack/kolla-ansible: Close file-like object after used  https://review.openstack.org/42250409:37
*** haplo37 has joined #openstack-kolla09:41
openstackgerritqiankun.zhang proposed openstack/kolla-ansible: Enable tacker_horizon when enable_tacker is yes  https://review.openstack.org/40782209:41
*** jascott1 has joined #openstack-kolla09:42
*** msimonin has joined #openstack-kolla09:56
*** Serlex has joined #openstack-kolla09:56
*** tovin07_ has quit IRC09:57
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for cloudkitty  https://review.openstack.org/42251609:58
*** jrich523_ has joined #openstack-kolla10:04
*** jrich523 has quit IRC10:07
*** cuongnv has quit IRC10:11
*** jascott1 has quit IRC10:14
*** sambetts|afk is now known as sambetts10:17
*** satyar has quit IRC10:17
*** sdake has joined #openstack-kolla10:18
berendto/10:19
*** salv-orl_ has joined #openstack-kolla10:23
*** msimonin1 has joined #openstack-kolla10:25
*** masber has quit IRC10:26
*** salv-orlando has quit IRC10:26
*** msimonin has quit IRC10:27
*** zhurong has joined #openstack-kolla10:30
*** msimonin1 has quit IRC10:32
*** nihilifer has quit IRC10:33
*** kbaegis has joined #openstack-kolla10:33
sdakesup brad[]10:35
sdakeberendt :)10:35
sdakemorning folks10:35
kbaegisMorning sdake10:36
sdakesup kbaegis10:36
sdakeever get gentoo working? :)10:36
*** nihilifer has joined #openstack-kolla10:36
sdakehey nihilifer10:36
openstackgerritSurya Prakash Singh proposed openstack/kolla: Code coverage improvement for kolla  https://review.openstack.org/42244410:36
kbaegissdake: Yes, actually. Switched to the 4.x ansible tree though and having to reinvent the wheel :)10:36
nihilifersdake: o/10:37
*** zhangkun_ is now known as zkun10:41
*** masber has joined #openstack-kolla10:41
berendtsdake: i missed the team meeting yesterday, nobody on the ops list replied to the debian deprecation pre warning mail, is it fine to open the vote on openstack-dev or should i wait for the next team meeting?10:42
sdakeberendt the process we followed for the last deprecation (which is documented somewhere in the follows:standard deprecation policy in the tc's repo10:43
sdakenotify ops ist, open vote from core review team, submit review with link to ops discussion in the gerrit review log or in thecommit log10:43
berendtok10:43
berendtthan i will open the vote to move this topic forward10:43
sdakeif the ops list pushes back anywhere in that chain, we have more work to do10:43
berendtnobody replied on the ops list...10:44
sdakeeither not do the deprecation10:44
sdakeor find something that works for ops10:44
sdakeberendt ack - obedient silent consent :)10:44
sdakeits sort of like when intel announced they would stop making memory10:45
sdakeall their customers were like "meh who cares"10:46
sdake(back in the early 90s)10:46
berendtlol10:46
sdakealthough given your eperiencey ou probably remember th epentium floating point bug :)10:46
sdakethat almost cratered intel as a company10:46
openstackgerritWei Cao proposed openstack/kolla-ansible: Add freezer ansible role  https://review.openstack.org/40222410:47
sdakethey recovered quite nicesely from it10:47
sdakeeven though in reality nobody really needed that floating point functionality10:47
sdakeand by nobody, i mean 90% of the population :)10:47
sdakeor more10:47
sdakeobviously scientists needed it10:47
sdakealthough  I think scientists use bignum libraries10:47
*** DanyC has joined #openstack-kolla10:47
*** caowei has quit IRC10:48
*** pbourke has quit IRC10:48
*** pbourke has joined #openstack-kolla10:49
berendthow long do we vote? 7 days?10:49
sdakeyup 7 days10:50
sdakeshould jus tbe the kolla deliverable core team i htink10:50
sdakealthough our policy is fuzzy atm10:50
berendti wrote "Kolla core reviewers" because i was not sure about it10:50
sdakethats fine10:50
sdakewe just won't count kolla-kubernetes core reviewers for the sake of quorum10:51
berendtsdake: http://paste.openstack.org/show/595595/10:51
berendtcan you check?10:51
sdakeI think inc0 had suggested he had more reorg to do on the policies10:51
sdakeberendt looking10:51
sdakeberendt in th emial i'd recommend stating the voting deadline10:52
*** nihilifer has quit IRC10:52
berendt"The vote will be open for 7 days.""10:52
sdakei mean in terms of the calendar day10:52
berendtThe vote will be open for 7 days (26.01.2017).10:52
sdake7 days, until10:52
sdakeyup10:52
sdakesounds good :)10:52
berendti will send a link to the openstack-oeprators list, this way they can take care of it, too10:53
*** nihilifer has joined #openstack-kolla10:54
sdakeberendt you are #19 on commits for the lifetime of opensstack10:56
sdakeberendt nice job ! :)10:56
berendthaha10:56
*** DanyC has quit IRC10:56
sdakei'm 5210:56
sdakeJeffrey4l_ is 11210:56
sdakeprtty cool alot of our core review team is in the top 5%10:57
sdakebtw, we talked about deprecating  fedora and its supposed to deprecate this cycle10:57
sdakedid that hit the repo?10:57
berendtsdake: https://review.openstack.org/#/c/359447/10:58
berendti think so10:58
sdakeberendt to be brutally honest I am struggling for time to keep up with kolla and kolla-ansible deliverables10:58
sdakeberendt nice you did that ;)10:58
sdakegood work dude10:58
sdakeberendt anything we can do to reduce our support footprint is good - as long as it doesn't impact operators10:58
berendti think so, yes10:59
openstackgerritChristian Berendt proposed openstack/kolla: Deprecate Debian based Docker images  https://review.openstack.org/41787411:00
openstackgerritChristian Berendt proposed openstack/kolla: Add short README file for contrib/template-override directory  https://review.openstack.org/42255211:04
*** masber has quit IRC11:06
berendthas anybody used the demos in contrib/demos (kolla repo) the last months?11:06
egonzalezno11:09
*** zkun has quit IRC11:13
*** zhugaoxiao has joined #openstack-kolla11:14
*** zhubingbing has quit IRC11:20
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for heat  https://review.openstack.org/42118411:24
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for heat  https://review.openstack.org/42118411:24
openstackgerritChristian Berendt proposed openstack/kolla-ansible: Remove contrib directory  https://review.openstack.org/42255911:25
berendtdo we use the documentation inside kolla-ansible?11:26
*** athomas has quit IRC11:28
openstackgerritChristian Berendt proposed openstack/kolla-ansible: Remove specs directory  https://review.openstack.org/42256211:29
*** zhugaoxiao has quit IRC11:29
*** zhugaoxiao has joined #openstack-kolla11:29
*** msimonin has joined #openstack-kolla11:32
*** athomas has joined #openstack-kolla11:35
ScoopIcicleSolution-oriented, bottom-up, unique and market-driving strategic staircases diligently influence the Senior Director of Client Leadership. The thinkers/planners make it possible. Genuine system is all about solutions-based say/do ratio.11:36
openstackgerritNenad Radojevic proposed openstack/kolla-ansible: Fix placeholder for 'service_auth' section in neutron_lbaas.conf  https://review.openstack.org/42256611:37
openstackgerritChristian Berendt proposed openstack/kolla-ansible: Cleanup docs  https://review.openstack.org/42256811:38
*** sudipto_ has quit IRC11:39
*** sudipto has quit IRC11:39
*** salv-orl_ has quit IRC11:42
*** sp___ has quit IRC11:47
*** satyar has joined #openstack-kolla11:56
*** msimonin has quit IRC11:59
*** msimonin has joined #openstack-kolla11:59
*** msimonin has quit IRC12:00
*** rhallisey has joined #openstack-kolla12:00
*** msimonin has joined #openstack-kolla12:00
*** msimonin has quit IRC12:01
*** msimonin has joined #openstack-kolla12:01
*** JoseMello has joined #openstack-kolla12:01
*** msimonin has quit IRC12:01
sdakeberendt the heat demo i use often12:02
*** msimonin has joined #openstack-kolla12:02
sdakeberendt the magnum demo, not so much12:02
*** msimonin has quit IRC12:02
sdakeScoopIcicle must be a bot ;)12:03
*** zhurong has quit IRC12:05
satyarHi jeffrey4l_12:05
satyarhi sdake12:05
sdakesup satyar12:05
satyardueto recent change i am getting an issue with the kolla deployment12:06
satyarthe issue is at kolla_toolbox.py12:06
satyarhttp://paste.openstack.org/show/595607/12:06
*** awidders_ has quit IRC12:08
egonzalezsatyar: can you use docker ps in the node is failing?12:08
satyarnope12:09
*** krtaylor has joined #openstack-kolla12:10
egonzalezhave you upgrade/downgraded to match both versions?12:10
sdakeegonzalez that error is caused when docker-py is too new for the server12:10
sdakeegonzalez although without a docker ps, its ipossible to tell what went wrong12:10
egonzalezsdake: yeah, just to check if the issue is with kolla_toolbox or his docker version12:11
satyarhttp://paste.openstack.org/show/595608/12:12
*** tonanhngo has joined #openstack-kolla12:13
*** tonanhngo has quit IRC12:14
egonzalezsatyar: maybe have some other version cached or not correctly removed (from rpm/deb and pip)12:18
satyari created a new vm from which i am deploying and reimaged the servers12:19
*** masber has joined #openstack-kolla12:20
*** kbaegis has quit IRC12:33
*** shardy is now known as shardy_lunch12:34
*** jtriley has joined #openstack-kolla12:34
*** Sajauddin has quit IRC12:36
openstackgerritSurya Prakash Singh proposed openstack/kolla: Code coverage improvement for kolla  https://review.openstack.org/42244412:39
*** srwilkers has joined #openstack-kolla12:45
ScoopIcicleWe will go the extra mile to calibrate an on-message, enterprise-wide and executive-level win-win solution. As a result, the product manager targets our technologies.12:46
*** dave-mccowan has joined #openstack-kolla12:48
*** srwilkers has quit IRC12:48
*** saneax is now known as saneax-_-|AFK12:49
*** msimonin has joined #openstack-kolla12:52
*** msimonin1 has joined #openstack-kolla12:53
*** srwilkers has joined #openstack-kolla12:54
sdakemorning srwilkers12:55
sdakeup early :)12:55
*** msimonin has quit IRC12:56
*** mgiles has joined #openstack-kolla13:00
sdakesup mgiles13:01
mgilesmorning sdake13:01
sdakemgiles will you be making it to the PTG?13:01
mgilesno13:01
sdakemgiles boston summit?13:01
mgilesProbably will be in Boston since it's close (I'm in NH)13:02
sdakenice - NH alot like AZ :)13:02
mgilesjust the same, I'm sure.  :)13:02
sdakealthough AZ quiclky turning into AZ13:02
sdakerather CA13:02
*** schwicht has quit IRC13:03
openstackgerritMark Giles proposed openstack/kolla-kubernetes: Nova service deployment  https://review.openstack.org/42145713:09
sdakemgiles re nova, would it be possible to split that review into two parts - one for compute and one for control?13:14
mgilesI can do so if it would be helpful, although I think both are working at this point13:15
sdakemaybe even 3 parts - one for the microservices change13:15
sdakemgiles ya - it just helps reviewers understand the change a little more easily13:15
sdakeand helps other people writing code copy your work13:15
sdakethe big thing is it helps other people copy your code easily or learn from it if its a unit13:16
sdakeyou can use git rebase -i to edit a stack of patches13:16
sdakeif you do go down that route, keep the change ID intact on one of the patches (probably nova-controller)13:16
mgilesSure, I can split it out13:16
sdakethanks!13:16
sdakemgiles note I have a review to promote many experimental gate jobs to nonvoting jobs13:17
sdakeso check experiemntal will soon be a thing we wont have to do every patch13:17
mgilesThat'd make life a little simpler13:17
srwilkersmorning sdake -- im up at 4a CST every day ;)13:18
sdakemgiles yup - and i'll stay on top of that going forward as eople add gate jobs13:19
sdake(or do my best atleast, pretty busy with dayjob at present)13:19
*** shardy_lunch is now known as shardy13:20
*** schwicht has joined #openstack-kolla13:25
*** schwicht has quit IRC13:31
*** jheroux has joined #openstack-kolla13:33
*** satyar has quit IRC13:37
*** schwicht has joined #openstack-kolla13:39
sdakei see the service level packages are making good progress13:40
sdakeso I amarked it as such13:40
*** sudipto has joined #openstack-kolla13:43
*** sudipto_ has joined #openstack-kolla13:43
*** salv-orlando has joined #openstack-kolla13:43
*** sudipto has quit IRC13:45
*** sudipto_ has quit IRC13:45
*** saneax-_-|AFK is now known as saneax13:47
*** schwicht has quit IRC13:51
*** goldyfruit has joined #openstack-kolla13:58
*** salv-orlando has quit IRC14:05
*** salv-orlando has joined #openstack-kolla14:05
ScoopIcicleThe key to landscape is breakthrough. Our validation generates highly satisfactory efficiencies as part of the plan. The key representatives potentiate our executions. The white-collar workers accelerate the strategy at the individual, team and organizational level, whereas a systematized requirement invigorates the brand manager. A non-deterministic, siloed, openness deepens our fine-grained business philosophy, whereas14:05
*** fguillot has joined #openstack-kolla14:05
openstackgerritNenad Radojevic proposed openstack/kolla-ansible: Add default roles used by Barbican  https://review.openstack.org/42264314:08
sbezverksrwilkers: since you are up, could you check this short one? https://review.openstack.org/#/c/422389/14:11
*** mdnadeem has quit IRC14:11
*** mkoderer has joined #openstack-kolla14:14
*** schwicht has joined #openstack-kolla14:15
*** kelv has quit IRC14:16
*** jtriley has quit IRC14:16
mliimamorrrrrrrrrrrrrrrrrrrrrging guys14:16
mliima\o14:16
egonzalezmliima: wow woken up powerful, morning btw14:17
mliimahehe14:18
srwilkerssbezverk, of course14:25
sbezverksrwilkers: thanks14:27
srwilkerssbezverk, np man :)14:27
openstackgerritDan Prince proposed openstack/kolla: Add nova-placement-api packages  https://review.openstack.org/42218514:28
*** satyar has joined #openstack-kolla14:28
*** srwilkers has quit IRC14:28
*** JeroenBo has left #openstack-kolla14:28
sdakemliima morning :)14:29
mliimahey sdake :)14:30
openstackgerritMerged openstack/kolla-kubernetes: Changing mariadb bootstart job name to init-element  https://review.openstack.org/42238914:30
dmsimardHey guys, genuine question. What's the value in printing a literal dict to stdout with "kolla-build --list-dependencies" ? http://paste.openstack.org/raw/595628/14:30
dmsimardIt's hard for a user to read, it's not easily machine-readable either .. Why not a table ? Or JSON ? Or anything else ?14:30
sdakedmsimard i pretty much thought a json structure would be better too14:31
*** srwilkers has joined #openstack-kolla14:31
sdakedmsimard the dict is probably printed out for processing by other tools14:32
dmsimardI'm trying to build my own tool around it and the dict output is horribly inconvenient14:32
dmsimard:)14:32
sdakedmsimard i hear ya14:33
dmsimardMaybe the kolla CLI could leverage cliff (same framework as openstackclient) and then you could output to json, yaml and etc natively14:33
sdakedmsimard I think there are likely soem products that depend on that functionality in the marketplace already14:33
sdakedmsimard so i'm not sure changing it to a different formatting would make sense - perhaps a flag to specify format type tho would work14:33
sdakedmsimard that sounds pretty good14:34
sdakedmsimard i did write a tool which converted the dict into a python dictionary that coudl be used (iirc)14:34
sdakedmsimard im not sure what I did with teh code14:34
sdakedmsimard i'll hunt for it if you want to see it - its like 20 lines14:34
egonzalezJeffrey4l_: have you looked at gates error? linux init cgroups path: mkdir /docker: not a directory.14:36
sdakeok gotta jet for next 1 hr while i drag my kid out of bed14:38
* sdake enjoys14:38
*** srwilkers has quit IRC14:38
*** jtriley has joined #openstack-kolla14:40
kfox1111morning.14:41
*** srwilkers has joined #openstack-kolla14:42
kfox1111srwilkers: hey14:42
srwilkershey kfox1111 :) hows it going man?14:44
kfox1111pretty good. just couldn't sleep. :/14:44
kfox1111you?14:44
srwilkersthat sucks :( i also couldnt sleep last night. been a very busy week14:45
srwilkersthink my bloods probably 60% coffee at this point14:45
*** saneax is now known as saneax-_-|AFK14:46
kfox1111sorry you couldn't also.14:46
kfox1111hehe. yeah. I get that. :)14:46
srwilkersi saw the TC approved the new language process for projects14:47
dmsimardsdake: http://paste.openstack.org/raw/595630/14:48
*** breitz has quit IRC14:50
sbezverkkfox1111: moring.. please check this ps https://review.openstack.org/#/c/422229/4 it seems satisfy microservice and service packages..14:50
*** breitz has joined #openstack-kolla14:50
sdakedmsimard looks good ;-)14:50
sbezverksrwilkers: so when go is go in openstack ;-)14:51
srwilkersthat was going to be something i wanted to discuss us considering at some point ;)14:52
kfox1111sbezverk, without the element name in the search path, you can't write settings that specifically target individual rabbits from within one config file.14:52
srwilkersi think its going to be an important topic at the PTG, especially wrt operators14:52
kfox1111also, you wanted global.element_name to work?14:53
kfox1111I think those two features mean the search path for the element_name needs to be differen then the search path for everything else?14:53
*** yingjun has joined #openstack-kolla14:59
*** v1k0d3n has joined #openstack-kolla15:00
*** tonanhngo has joined #openstack-kolla15:01
*** mnasiadka has quit IRC15:02
*** salv-orlando has quit IRC15:02
*** tonanhngo has quit IRC15:03
sbezverkkfox1111: that was what I was suspecting, what if we have only one %s in the path15:03
sbezverkand then hardcoded rabbitmq?15:03
sbezverkin this case another service can insert element_name for rabbitmq before the rabbitmq own check15:04
*** TxGirlGeek has joined #openstack-kolla15:06
sbezverk{{- $searchPath :=  printf ":global.kolla.%s.all:global.kolla.rabbitmq.svc:global.kolla.rabbitmq.all:global.kolla.all" }} $elementName15:06
Jeffrey4l_hi egonzalez, no yet.15:06
sbezverkin this case if element_name available, printf generates good search path and rabbitmq name can be found in branch15:07
sbezverkkfox1111: if not available, then we fall back to element name defined under rabbitmq own branch15:08
kfox1111sbezverk: need global.kolla.%s.svc too15:08
kfox1111no, for microservices.15:08
kfox1111if you launch just rabbitmq-statefulset, it shoudl not rquire the user to specify elmenet_name.15:09
kfox1111so rabbitmq-statefulset: in all_values shoudl have global.element_name = rabbitmq15:09
openstackgerritMerged openstack/kolla: Modify punctuation  https://review.openstack.org/42245015:09
kfox1111same with the others.15:09
sbezverkkfox1111: right I was just presenting the concept15:12
kfox1111k. I was a bit confused. I thought you were talking about values.yaml in the service level package.15:13
*** yangzb09 has joined #openstack-kolla15:13
*** adrian_otto has joined #openstack-kolla15:14
openstackgerritMark Giles proposed openstack/kolla-kubernetes: Nova-control service deployment  https://review.openstack.org/42145715:15
openstackgerritMark Giles proposed openstack/kolla-kubernetes: Nova-compute service deployment  https://review.openstack.org/42268815:16
*** schwicht has quit IRC15:17
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for congress  https://review.openstack.org/42269015:17
*** schwicht has joined #openstack-kolla15:18
*** kristian__ has joined #openstack-kolla15:20
*** MasterOfBugs has quit IRC15:23
*** pramodrj07 has quit IRC15:23
*** srwilkers__ has joined #openstack-kolla15:25
*** narasimha_SV has joined #openstack-kolla15:26
narasimha_SVhttp://paste.openstack.org/show/595642/ - anyone facing this error15:27
narasimha_SVmy docker version is 1.10.315:27
narasimha_SVdocker-py version is 1.10.615:27
*** srwilkers has quit IRC15:28
narasimha_SVI am facing this issue since yesterday's master branch kolla code15:28
*** sacharya has joined #openstack-kolla15:30
*** adrian_otto has quit IRC15:31
narasimha_SVhttp://paste.openstack.org/show/595644/15:34
narasimha_SVwhen i try the same code in kolla_toolbox.py in kolla-ansible library code manually15:35
narasimha_SVi am getting the same error15:35
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for rabbitmq  https://review.openstack.org/42270515:44
*** lrensing has joined #openstack-kolla15:47
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix ironic inspector  https://review.openstack.org/38077415:57
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Fix ironic inspector  https://review.openstack.org/42012215:58
*** shardy has quit IRC16:00
*** shardy has joined #openstack-kolla16:01
*** salv-orlando has joined #openstack-kolla16:03
*** adrian_otto has joined #openstack-kolla16:03
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Rabbitmq service deployment with entrypoint  https://review.openstack.org/42222916:05
*** david-lyle has joined #openstack-kolla16:06
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for horizon  https://review.openstack.org/42271916:09
*** rhallisey has quit IRC16:14
*** chopmann has joined #openstack-kolla16:14
*** rhallisey has joined #openstack-kolla16:14
*** chopmann has quit IRC16:15
*** tonanhngo has joined #openstack-kolla16:15
*** yangzb09 has quit IRC16:17
*** yangzb09 has joined #openstack-kolla16:18
*** kelv has joined #openstack-kolla16:18
*** denggw has joined #openstack-kolla16:19
*** nihilifer has quit IRC16:22
*** absubram has joined #openstack-kolla16:22
*** nihilifer has joined #openstack-kolla16:23
*** inc0 has joined #openstack-kolla16:23
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: [MASTER][TEST][KOLLA-ANSIBLE]  https://review.openstack.org/42273416:24
*** salv-orl_ has joined #openstack-kolla16:24
inc0leeeeeroy jenkins!16:24
sdakeinc0 no shit ;)16:26
*** salv-orlando has quit IRC16:27
kfox1111was there an update?16:27
srwilkers__what are we leroying about?16:28
*** denggw has quit IRC16:31
*** rmart04 has quit IRC16:31
*** denggw has joined #openstack-kolla16:32
*** kristian__ has quit IRC16:33
*** kristian__ has joined #openstack-kolla16:34
*** salv-orl_ has quit IRC16:34
sdakeno idea16:36
sdakeapparently inc0 has just started playing world of warcraft16:36
*** sayantani01 has joined #openstack-kolla16:37
kfox1111anyone awake that has ever done self signed certs with openstack?16:37
sdakekfox1111 dave-mccowan is your dude16:37
satyari love warcraft :)16:37
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible: Optimize reconfiguration for tacker  https://review.openstack.org/42203616:37
sdakekfox1111 athere is a rockin playbook that creates selfsigned certs in kolla-ansible btw16:37
kfox1111I've only done it with regular certs.16:37
srwilkers__just started? late to the party16:37
sdakesrwilkers__ ya about 35 or 40 levels16:38
sdakesrwilkers__ lthough I dont' play anymore since it wasn't healthy for me :)16:38
*** kristian__ has quit IRC16:38
sdakekfox1111 i've got 10 mins before my son's assembly, i can piont you at the code or answer q's you may have16:38
srwilkers__sdake: i quit playing right before i started getting involved with kolla-k8s. wanted to replace the hours i was wasting on that game with something productive ;p16:38
sdakesrwilkers__ at one point in my life i played 35 hrs/week16:39
sdakeor more16:39
sdaketop 100 guild16:39
srwilkers__sdake: yep, same16:39
sdakethis was before there were raid guides and videos and stuff16:39
kfox1111sdake: just wondering how you load the ca certificate into the various client side of the services (nova/neutron)16:39
srwilkers__sdake: back when molten core was a weekend long ordeal16:39
kfox1111ie, so nova can talk to neutron's endpoint, etc.16:39
sdakekfox1111 in kolla-ansible, we use haproxy to proxy the certificates16:39
kfox1111yeah.16:39
sdakekfox1111 internally we don't support TLS16:39
kfox1111but nova has to talk through haproxy to...16:39
kfox1111ah. ok.16:39
sdakekfox1111 nah we use an internal non-tls endpoint16:40
kfox1111was wondering how to do it with tls everywhere.16:40
sdakei think that would be an evolutionary thing16:40
sdakebut something to discuss cross-deliverable during the ptg16:40
*** unicell has quit IRC16:40
kfox1111easier to do it everywhere with the setup thats there.16:40
kfox1111unless you break haproxy up into two frontends.16:41
sdakekfox1111 kolla-ansible is the best place to make improvements there, as well as fernet rotation16:41
sdakeand then we can semi-copy the implementation16:41
sdakeseems like a fine blueprint for pike16:41
*** denggw- has joined #openstack-kolla16:41
kfox1111sdake: kolla-kubernetes is doing it differently, as it has kubernetes netowkring tools available.16:42
sdakeit took us 1 year of ansible before we even tackled tls16:42
kfox1111I want to tackle fernet token at some point too. we use it on our clouds.16:42
*** SatyaP has joined #openstack-kolla16:42
sdakeyup16:42
kfox1111am currently thinking maybe cephfs would be a good option for backing it.16:42
sdakemy point is we have about what i consider 3 months of a larger community of developers with a common goal now16:42
kfox1111then the keystone pods can just mount it, and use a scheduledjob object to rotate.16:43
sdakeand we have 6 months of prototyping work that happened prior16:43
kfox1111we'd need a cephfs container and a ceph-mds container in kolla though.16:43
sdakekolla had 1.5 years of protyping work16:43
sdakeit really took kolla about 2-2.5 years to implement tls externally and fernet rotation16:43
kfox1111+ aggregate experience of devs. ;)16:43
sdakelots o folks know how it works16:43
*** denggw- has quit IRC16:43
sdakei even know how the ansible parts work :)16:44
*** sayantani01 has quit IRC16:44
sdakealthough I think we have more pressing matters16:44
kfox1111more pressing then what?16:44
kfox1111fernet?16:44
*** sayantani01 has joined #openstack-kolla16:44
sdakeyes like finishing the service layer for example16:44
kfox1111my goal's to get a production system running on kolla.16:44
sdakealthough if you want to get fernet rolling the code is all there to use in contianers already16:44
kfox1111that requires stuff like tls/fernet.16:44
kfox1111service packages, not so much.16:45
kfox1111how is kolla-ansible doing it?16:45
sdakedoing which - tls?16:45
sdakeor fernet16:45
kfox1111fernet.16:45
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Rabbitmq service deployment with entrypoint  https://review.openstack.org/42222916:45
*** denggw has quit IRC16:45
kfox1111just using ansible to push out the rolled changes?16:45
sdakeI can't explain it now (don't have time) but I'll be back later16:45
kfox1111k.16:45
sdakekfox1111 no, we have a container that rotates the tokens16:45
sdakeand uses ssh iirc to do rotation16:45
kfox1111how does it push to the other nodes?16:45
kfox1111ah. ok.16:45
sdakekfox1111 alot of this has already been handled by kolla-ansible16:46
inc0sdake, started?16:46
inc0noooo...16:46
sdakekfox1111 no need to reinvent it :)16:46
kfox1111that might work well with the static env kolla-ansible has,16:46
sdakekfox1111 although it may require some tweaking to get it to work in kolla-kubernetes16:46
kfox1111but maybe not for kolla-kubernetes....16:46
kfox1111gota think through that one some...16:46
sdakeok gotta jet16:46
kfox1111yeah.16:46
kfox1111l8r16:46
SatyaPwhile deploying dvr I am using a different external interface for compute. to use a different interface i added below line to kolla multi node file "compute01 neutron_external_interface=eno3" in [compute] section16:47
*** absubram has quit IRC16:47
*** kbaegis has joined #openstack-kolla16:47
SatyaPbut my change is not reflecting in compute node16:47
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible: Optimize reconfiguration for tacker  https://review.openstack.org/42203616:47
SatyaPsdake or inc0 any suggestions?16:47
kfox1111SamYaple: ping16:47
SamYaplekfox1111: pick a channel man!16:48
kfox1111sorry. didn't relize you were here when I poked you in the other channel.16:48
SamYaple:)16:48
kfox1111so, you have a good handle on how multistr works in openstack's ini files, right?16:48
*** absubram has joined #openstack-kolla16:49
SatyaPSamYaple any suggestions for my issue16:50
kfox1111I was kind of curious if there was a subset of yaml that could map to openstack's ini files.16:50
kfox1111like, for a multistr ini line, you might be able to use a yaml list?16:50
kfox1111foo:16:50
kfox1111  - a16:50
kfox1111  - b16:50
kfox1111would be:16:50
kfox1111foo=a16:50
kfox1111foo=b16:50
kfox1111?16:50
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for heat  https://review.openstack.org/42118416:51
kfox1111think that would be possible?16:51
SamYaplekfox1111: not without breaking yaml, no16:52
SamYaplekfox1111: just as ini is broken for openstack16:52
kfox1111is there things in ini not representable in yaml?16:52
SamYapleno there isnt! however, openstack is not using ini anymore thanks to multistr16:52
kfox1111thats what I ment...16:53
SamYapleyep16:53
kfox1111is there anything in openstack's ini format that are not somehow representable in yaml?16:53
openstackgerritMerged openstack/kolla-ansible: Fix the group check for glance-registry  https://review.openstack.org/42189916:53
SamYaplekfox1111: yes. multistr16:53
kfox1111if we represented multistr as a yaml list of strings, would that solve that particular problem?16:53
kfox1111are there others?16:53
SamYapleno, becuase openstack options sometimes use comma list strings (foo=opt1,opt2,opt3) and those _aren't_ multistr16:54
*** kristian__ has joined #openstack-kolla16:54
*** david-lyle has quit IRC16:55
SamYapleits hackish with a custom parser/renderer either way16:55
kfox1111you could represent them as just foo: opt1,opt2,opt316:55
*** kristian__ has quit IRC16:55
*** absubram has quit IRC16:55
SamYaplewhich is how lists in yaml are represented in ini16:55
*** kristian__ has joined #openstack-kolla16:56
SamYapleim just saying, you are writing a custom renderer and it wont work like everyone expects16:56
*** kristian__ has quit IRC16:56
kfox1111openstack ini doesnt either. so I'm kind of ok with that. :)16:56
*** kristian__ has joined #openstack-kolla16:57
*** salv-orlando has joined #openstack-kolla16:57
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Fix gate failure  https://review.openstack.org/42273416:57
*** jascott1 has joined #openstack-kolla16:57
*** jistr is now known as jistr|afk16:57
kfox1111if there was a way to map a subset of yaml to a the openstack ini file format, back and forth, it might make for some interesting configuration options in helm.16:57
jascott1kfox1111 anything weird in the ini that prevents that? isnt it just 'classic' ini?16:58
SamYaplejascott1: openstack breaks ini16:58
kfox1111jascott1: they support something called multistr16:58
*** lamt has joined #openstack-kolla16:58
jascott1ah of course16:58
kfox1111which is pretty improper for ini. :/16:59
kfox1111ini has no concept of lists though,16:59
kfox1111so if we mapped that to a yaml list, it could be maped back and forth.16:59
kfox1111are there any other gotchas then multistr?16:59
*** absubram has joined #openstack-kolla16:59
satyarHi jeffrey4l_16:59
satyari downgraded the docker-py to 1.8.117:00
SamYaplekfox1111: mostly just not all options are multistr, and not all multistr options must be multistr17:00
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix the gate failure  https://review.openstack.org/42234417:00
satyari am nomore getting that issue17:00
Jeffrey4l_satyar, nice17:00
SamYaplekfox1111: you can do some multistr as comma _and_ multiple matching keys17:00
satyarbit its in line no 95 of kolla_toolbox.py17:00
SamYaplekfox1111: however, you can't mix them17:00
satyarit shows keyerror 'state'17:01
kfox1111is it really a multistr if it has comma's?17:01
satyarwhere the script is checking the kolla toolbox is running17:01
kfox1111or is it just a python str that it splits?17:01
*** kristian__ has quit IRC17:01
satyarjeffrey4l_ checked out the kolla_toolbox is running17:02
Jeffrey4l_hrm. let me check. what your docker-engine version?17:02
SamYaplekfox1111: the structure that oslo.config produces on the other side is the same17:02
SamYapledocker-py is just called docker now17:02
kfox1111conversion from ini -> yaml would just look for multiple of the same key, and make that a list, and the reverse would convert lists to multistr's?17:02
satyar1.1017:02
satyarapi_version is 1.2217:02
satyar1.10.317:02
Jeffrey4l_ok.17:02
Jeffrey4l_chekcing.17:02
kfox1111SamYaple: can it be either comma or multi then?17:03
kfox1111if you switched one to the other it would always still work?17:03
kfox1111or at least, always from comma to multi?17:03
satyarhttp://paste.openstack.org/show/595666/17:03
SamYaplekfox1111: unless it has changed, its comma _or_ multi, not a combination. but this depends on the option17:03
kfox1111per option, or per key in file?17:03
SamYapleper option17:03
kfox1111so in the code, it says its multi, but always comma?17:04
SamYaplestrings are parsed in project side code17:04
SamYaplemultistr is oslo.config side17:04
kfox1111the comma variant should be proper ini. so if it just  gets sucked into a yaml string, that should still be fine?17:04
SamYaplesounds right17:05
kfox1111so its only the multistr version we would need to worry about.17:05
*** sayantani01 has quit IRC17:05
*** lamt has quit IRC17:05
SamYaplekfox1111: you know Jeffrey4l_ is the smart one on this subject right?17:05
kbaegisWho's working on Tacker ooc?17:05
SamYaplejust throwing that out tehre17:05
kfox1111so if we mapped that to a string list, it shoudl be directly mapable back and forth...17:05
kfox1111Jeffrey4l_: do you have any thoughts on the topic? :)17:06
*** lamt has joined #openstack-kolla17:06
Jeffrey4l_reading scrollback17:06
*** yangzb09 has quit IRC17:06
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319317:07
Jeffrey4l_kfox1111, kfox1111> I was kind of curious if there was a subset of yaml that could map to openstack's ini files.?  <-- is this the issue? why you need this?17:08
*** absubram has quit IRC17:08
egonzalezkbaegis: sup17:08
Jeffrey4l_for python ini parser, and oslo.config ini parser17:08
*** jemcevoy has joined #openstack-kolla17:08
Jeffrey4l_foo = a17:09
kfox1111Jeffrey4l_: yeah.17:09
Jeffrey4l_     b17:09
Jeffrey4l_should work17:09
kfox1111basically, helm has really good support for dealing with yaml.17:09
kfox1111exploring ideas for how we could do unopinionated openstack config.17:09
*** SatyaP has quit IRC17:09
Jeffrey4l_ok. maybe it is possible.17:10
kfox1111if we took, say, nova's generated ini file,17:10
kfox1111converted it to yaml, and stuck it in a helm package,17:10
kbaegisegonzalez: Hey, thanks. :) How is tacker looking on Kolla? Is the UI piece implemented?17:10
kfox1111it would be really easy for a user using helm to tweak it.17:10
jemcevoyWhat can cause this error when starting the first heka container?  raise errors.APIError(e, response, explanation=explanation)\\nAPIError: 500 Server Error: Internal Server Error (\"{\"message\":\"maximum retry count cannot be used with restart policy \\'unless-stopped\\'\"}\")\\n'"}17:10
kfox1111then we could convert it back to a proper openstack ini format I think during deploy?17:10
egonzalezkbaegis: not yet https://review.openstack.org/#/c/407822/17:10
Jeffrey4l_you want convert yaml to ini or make oslo.config to support yaml file?17:10
kfox1111woudl requrie handling multistr for sure. not sure what other gotcha's that aproach woudl have.17:10
egonzalezjemcevoy: downgrade to docker-engine 1.12.6, 1.13 is broken atm17:11
kfox1111the former.17:11
*** kristian__ has joined #openstack-kolla17:11
kfox1111map back/forth between openstack ini format, and a given yaml subset.17:11
Jeffrey4l_the former one is not matter with oslo-generator, right?17:11
*** kristian__ has quit IRC17:11
kfox1111oslo generator creates the example configs?17:11
jemcevoyThanks egonzalez17:12
Jeffrey4l_egonzalez, my patch failed with some selinux issue. wired. i disabled selinux, and trying again.17:12
Jeffrey4l_kfox1111, during deployment, the example config is not needed.17:12
Jeffrey4l_because the example config is totally commented.17:12
kfox1111ah.17:13
kfox1111hmm... might still be interesting to take that commented file and convert it to a commented yaml format.17:14
kfox1111but not critical.17:14
egonzalezkbaegis: just as suggestion, noticed that autogenerated password does not work in with tacker because reach max size in DB, opened a bug report for that. If face any issue creating default vif, use a shorter password17:14
*** unicell has joined #openstack-kolla17:14
Jeffrey4l_ok. so you wanna to the latter one: make oslo.config to support yaml ( at least for generate )17:14
satyarjeffrey4l_ http://paste.openstack.org/show/595668/17:15
egonzalezkbaegis: https://bugs.launchpad.net/tacker/+bug/165750817:15
openstackLaunchpad bug 1657508 in tacker "Data too long for column 'password'" [Medium,In progress] - Assigned to yong sheng gong (gongysh)17:15
satyarjeffrey4l_ http://paste.openstack.org/show/595669/17:15
Jeffrey4l_satyar, try this python -c 'import docker;print(docker.Client().containers()[0])' and tell me the output.17:16
kfox1111k.17:16
sbezverkkfox1111: https://review.openstack.org/#/c/422229/17:16
*** egonzalez has quit IRC17:17
Jeffrey4l_kfox1111, if so, i have to say that need change the oslo.config's code ;(17:17
kfox1111Jeffrey4l_: I think we can live without that.17:18
satyarjeffrey4l_ http://paste.openstack.org/show/595671/17:18
Jeffrey4l_kfox1111, so you just want convert yaml to ini in k8s? ( i think this should possible. )17:18
*** david-lyle has joined #openstack-kolla17:18
*** david-lyle has quit IRC17:18
kfox1111Jeffrey4l_: yeah.17:19
Jeffrey4l_the issue is: oslo.config support two type of list value.17:19
Jeffrey4l_ListOpt and MultiOpt17:19
Jeffrey4l_you can not distinguish this two kind in yaml.17:20
kfox1111what is listopt?17:20
kfox1111is that the foo=a,b,c thing?17:20
Jeffrey4l_ListOpt is: foo=value1,value2    MultiOpt is: foot=value1\n\tvalue2..17:21
Jeffrey4l_ok you can use foo: "value1, valu2"17:21
kfox1111yeah.17:21
satyarjeffrey4l_ http://paste.openstack.org/show/595672/17:21
Jeffrey4l_satyar, docker's api is a shit ;(17:22
satyarhow to solve this :(17:23
satyarits broke my whole deployment  :(17:23
Jeffrey4l_one simple solution is upgrade docker engine to 1.1217:24
Jeffrey4l_another one is fix the kolla_toolbox module.17:24
Jeffrey4l_i will push a fix ^^17:24
*** sayantani01 has joined #openstack-kolla17:24
*** vhosakot has joined #openstack-kolla17:25
*** yangzb09 has joined #openstack-kolla17:25
*** jascott1 has quit IRC17:26
*** jascott1 has joined #openstack-kolla17:26
*** david-lyle has joined #openstack-kolla17:28
*** shardy has quit IRC17:29
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Rabbitmq service deployment with entrypoint  https://review.openstack.org/42222917:30
Jeffrey4l_satyar, please try this on you node and tell me the output python -c "import docker;c=docker.Client();t=c.containers(filters=dict(name='kolla_toolbox', status='running'));print(t)"17:31
kfox1111sbezverk: looks nice. :)17:31
*** jrich523_ is now known as jrich52317:32
*** sp__ has joined #openstack-kolla17:32
*** yangzb09 has quit IRC17:32
sp__https://review.openstack.org/#/c/422444/17:34
sp__Jeffrey4l_: can you please check why the gate is failing this time  ?17:34
sp__Jeffrey4l_: everything running all good on my machine17:35
jascott1kfox1111 if we landed conditions and tags in helm, we could move microservices folders back under their respective parent /charts folders?17:35
Jeffrey4l_gate is bust due to docker 1.13 is released yesterday. no idea why. i have a patch to pin the docker-engine version to 1.12.6 which seems work.17:35
kfox1111jascott1: no.17:35
kfox1111because there is not always a 1:1 mapping.17:35
kfox1111mariadb will be deployable under nova/glance/etc17:36
*** JeroenBo has joined #openstack-kolla17:36
*** JeroenBo has left #openstack-kolla17:36
*** mkoderer has quit IRC17:36
satyarjeffrey4l_ http://paste.openstack.org/show/595675/17:37
sp__Jeffrey4l_: thanks17:37
*** dturner has joined #openstack-kolla17:37
Jeffrey4l_satyar, thanks. trying to fix the issue.17:37
kfox1111there is no tree structure I think. its more of a graph.17:37
kfox1111well, it may be representable as a tree with shared branches, but most file systems don't like that. ;)17:37
*** matrohon has quit IRC17:38
satyarThanks :)17:38
jascott1heheh yeah I have been looking into the relative path for charts idea17:38
*** vhosakot has quit IRC17:38
kfox1111yeah. local path would solve it better I think.17:38
*** vhosakot has joined #openstack-kolla17:38
kfox1111still think though that its an optimization for a use case that shouldn't be common.17:38
kfox1111users should be deploying packages, not stright out of a git checkout most of the time.17:39
kfox1111more 'helm native' :)17:39
jascott1:D17:39
*** Serlex has quit IRC17:39
kfox1111brb. meeting.17:40
*** unicell has quit IRC17:40
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Fix the kolla_toolbox module do not work on docker engine 1.10  https://review.openstack.org/42278117:43
Jeffrey4l_satyar, check this https://review.openstack.org/42278117:44
Jeffrey4l_you can try this patch ;)17:44
*** sp___ has joined #openstack-kolla17:44
*** salv-orlando has quit IRC17:45
satyaryes this will work out :)17:45
*** adrian_otto has quit IRC17:46
*** sdake_ has joined #openstack-kolla17:47
*** yingjun has quit IRC17:48
Jeffrey4l_SamYaple, still around?17:48
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Fix gate failure  https://review.openstack.org/42273417:49
*** sdake has quit IRC17:50
SamYapleJeffrey4l_: briefly17:51
Jeffrey4l_SamYaple, will u finish the monasca bp before m3 is released? ( around Jan 25 )17:51
SamYapleJeffrey4l_: unlikely17:52
*** markmcclain has joined #openstack-kolla17:53
Jeffrey4l_ok.17:53
*** absubram has joined #openstack-kolla17:56
kfox1111arg....17:56
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix the gate failure  https://review.openstack.org/42234417:56
kfox1111kubernetes in the reboot job is really grumpy now...17:56
kfox1111so strange....17:57
*** srwilkers__ is now known as srwilkers_brb17:58
kfox1111maybe you can't timeout a sudo...17:59
sbezverkkfox1111: worked for me 25 minutes ago..17:59
sbezverkI guess it really depends on a cloud provider17:59
kfox1111sbezverk: yeah. all the other jobs are working. but something changed in the reboot gate. the last day and a half has been nothing but hanging in k8s deploy. :/18:00
kfox1111frustrating. cause I think its pretty close to working now. :/18:00
kfox1111its taking the whole hour to detect its broken and die. so can't run too many jobs. :/18:00
*** lrensing has quit IRC18:01
kfox1111just getting stuck here forever: 2017-01-19 17:25:18.488145 | [apiclient] Created API client, waiting for the control plane to become ready18:01
*** sp__ has quit IRC18:01
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319318:01
*** jistr|afk is now known as jistr18:01
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: [TEST][MASTER][KOLLA-ANSIBLE]  https://review.openstack.org/42278618:02
*** tonanhngo has quit IRC18:03
*** tonanhngo has joined #openstack-kolla18:03
*** tonanhngo has quit IRC18:04
*** athomas has quit IRC18:04
*** krtaylor has quit IRC18:05
*** yangzb09 has joined #openstack-kolla18:05
*** MNghia has joined #openstack-kolla18:06
kfox1111inc0: do you think this is devicemapper related? http://logs.openstack.org/29/422229/7/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-iscsi-nv/296c926/console.html18:06
kfox1111we see it now and then.18:06
*** MNghia has quit IRC18:06
kfox1111the other thought is its a pull race condition.18:06
inc0hmm I dunno18:07
inc0never seen it18:07
sbezverkkfox1111: sha it is refering is docker image or layer?18:10
kfox1111guessing thats a layer.18:10
sbezverkkfox1111: we are not supposed to change layer, we pull, never push18:11
kfox1111yeah. so its docker itself throwing that.18:11
*** srwilkers_brb has quit IRC18:12
*** gfidente has quit IRC18:12
sbezverkkfox1111: yeah, we should bumup log verbosity for docker daemon to catch it18:12
kfox1111I wonder if we ever see it on ubuntu.18:13
kfox1111maybe a bug in the version shipped with centos.18:13
openstackgerritMerged openstack/kolla-kubernetes: Rabbitmq service deployment with entrypoint  https://review.openstack.org/42222918:13
sbezverkkfox1111: will do the same element_name change for memcached and mariadb18:15
*** adrian_otto has joined #openstack-kolla18:17
*** david-lyle has quit IRC18:18
*** srwilkers has joined #openstack-kolla18:18
*** schwicht has quit IRC18:19
*** yangzb09 has quit IRC18:21
*** sayantani01 has quit IRC18:21
*** sdake has joined #openstack-kolla18:24
*** schwicht has joined #openstack-kolla18:26
*** vhosakot has quit IRC18:28
*** sdake_ has quit IRC18:28
*** vhosakot has joined #openstack-kolla18:28
kfox1111sbezverk: awesome. thanks. :)18:30
*** lrensing has joined #openstack-kolla18:30
openstackgerritprameswar proposed openstack/kolla-kubernetes: Installation path added for ubuntu to pathfinder.py  https://review.openstack.org/42280318:36
*** absubram has quit IRC18:36
kfox1111ok. got it to at least fail faster now...18:38
*** prameswar has joined #openstack-kolla18:38
kfox1111so weird....18:38
*** sdake_ has joined #openstack-kolla18:40
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Fixing element_name path for mariadb adn memcached  https://review.openstack.org/42280818:41
*** sdake has quit IRC18:42
bmacekfox1111: starting on some of the file renames.  what is exposed / referenced in the infra repository as far as the gate setup / run.  i don't want to try to do any file renames in tools that break things.  i know it will be obvious once the code is posted but if it is just the setup_gate that is referenced in the infra repo i can change everything else.18:47
openstackgerritprameswar proposed openstack/kolla-kubernetes: Installation path added for ubuntu to pathfinder.py  https://review.openstack.org/42280318:51
*** vhosakot has quit IRC18:51
*** vhosakot has joined #openstack-kolla18:52
*** sdake has joined #openstack-kolla18:52
*** narasimha_SV has quit IRC18:53
*** sdake_ has quit IRC18:54
*** krtaylor has joined #openstack-kolla18:56
kfox1111the renanmes should just be in helm/microservices/*/templates/*18:59
kfox1111those names shouldn't matter at all so you should be free to just rename them.18:59
*** prameswar has quit IRC19:06
jemcevoyegonzalez: are the images I built last night with docker 1.13.0 ok or do I need to run kolla-build again with 1.12.6?19:06
*** chopmann has joined #openstack-kolla19:07
*** srwilkers has quit IRC19:09
*** MasterOfBugs has joined #openstack-kolla19:12
*** pramodrj07 has joined #openstack-kolla19:12
*** matrohon has joined #openstack-kolla19:13
*** sdake has quit IRC19:14
sbezverkkfox1111: https://review.openstack.org/42280819:17
*** sdake has joined #openstack-kolla19:17
bmacekfox1111: so continued chaos in script naming in tools / tests? :)19:18
*** sdake_ has joined #openstack-kolla19:20
*** sdake has quit IRC19:22
*** absubram has joined #openstack-kolla19:25
kfox1111oh. you were wanting to update the tools too.19:26
kfox1111hmm...19:26
kfox1111maybe do that in a seperate ps?19:26
kfox1111the helm stuff should cause the most merge conflicts and should be quick to go in.19:27
kfox1111sbezverk: reviewed19:27
*** adrian_otto has quit IRC19:28
kfox1111what possibly borke in the gate for kube... how weird...19:28
sdake_kfox1111 i changed project-config19:32
sdake_kfox1111 doubtful it has mergfed yet19:32
*** adrian_otto has joined #openstack-kolla19:33
*** openstackgerrit has quit IRC19:33
sdake_kfox1111 my gate changes have not yet merged19:33
kfox1111sdake_: got a review?19:34
*** openstackgerrit has joined #openstack-kolla19:34
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319319:34
sdake_https://review.openstack.org/42259719:35
satyarHi pbourke19:35
kfox1111ah. cool.19:35
sdake_general idea is gate jobs that pass 80%+ of the time should be promoted to non-voting19:35
sdake_to eliminate thee need for check experimental19:35
sdake_and force the need for recheck in the 20% case19:36
sdake_since the gate jobs i promoted pass all the time unless there is some wierd kind of heisenbug19:36
kfox1111so, that ps removes a job.19:36
kfox1111do we want to do that?19:36
sdake_are you sure about that?19:36
sdake_what job does it remove19:37
kfox1111https://review.openstack.org/#/c/422597/1/zuul/layout.yaml19:37
sdake_there was no intent to remove a job19:37
kfox1111the ubuntu iscsi job was removed.19:37
sdake_damn19:37
sdake_thanks for checking that19:37
*** msimonin1 has quit IRC19:37
kfox1111np.19:37
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Fixing element_name path for mariadb and memcached  https://review.openstack.org/42280819:40
*** lrensing has quit IRC19:44
*** lrensing has joined #openstack-kolla19:45
*** david-lyle has joined #openstack-kolla19:48
openstackgerritEdmund Rhudy proposed openstack/kolla: Add block for dumb-init installation  https://review.openstack.org/42224919:50
kfox1111david-lyle: hey. :)19:50
*** tonanhngo has joined #openstack-kolla19:50
david-lylekfox1111: o/19:51
*** vhosakot has quit IRC19:54
*** tonanhngo has quit IRC19:54
*** tonanhngo has joined #openstack-kolla19:55
*** tonanhngo has quit IRC19:55
*** vhosakot has joined #openstack-kolla19:55
*** tonanhngo has joined #openstack-kolla19:55
rhalliseysbezverk, around?19:56
jrich523so, was just tying to build up kolla again, and just installed docker (via quick start steps) and the "docker daemon" is apparently "going to be depreciated" but... doesnt work lol19:57
rhalliseyjrich523, it's dockerd now19:58
jrich523it says to use dockerd instead, anyone run in to this?19:58
jrich523right, but, shouldnt that be what ends up in the kolla.conf file there?19:58
kfox1111weird... it was the selinux disabling in the gate master that broke kubernetes... very weird.19:58
kfox1111just moving it to after the kube init fixed it.19:59
*** vhosakot has quit IRC19:59
rhalliseyjrich523, kolla.conf will need to reflect that change19:59
*** TxGirlGeek has quit IRC19:59
sbezverkrhallisey: hey20:00
jrich523i guess what i mean is, shouldnt that be reflected in the quick start?20:00
*** TxGirlGeek has joined #openstack-kolla20:01
rhalliseysbezverk, what did you want to discuss about operators?20:01
rhalliseyI can talk now20:01
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319320:01
*** sambetts is now known as sambetts|afk20:03
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Fixing element_name path for mariadb and memcached  https://review.openstack.org/42280820:03
sbezverkrhallisey: it seems I will need to redo a few things due to what was discovered last night. I will ping you when new version is ready..20:04
rhalliseyok20:04
*** lrensing has quit IRC20:06
*** absubram has quit IRC20:06
*** TxGirlGeek has quit IRC20:07
kfox1111sbezverk: looks good. thanks. :)20:07
*** dave-mccowan has quit IRC20:08
*** dave-mccowan has joined #openstack-kolla20:09
*** salv-orlando has joined #openstack-kolla20:11
*** TxGirlGeek has joined #openstack-kolla20:13
sbezverkkfox1111: novncproxy, does it depend on nova-api service?20:14
kfox1111hmm.. thats a good question.20:14
kfox1111not sure. I wana say yes. but it may just depend on rpc services.20:15
kfox1111might ask in the nova channel to double check.20:15
sbezverkkfox1111: if we add this dependency just as a safeguard? it should not break anything. anyway if nova-api is not running novncproxy would be useless20:16
kfox1111I'm ok with that.20:16
sbezverkkfox1111: cool, thanks20:17
*** TxGirlGeek has quit IRC20:17
*** TxGirlGeek has joined #openstack-kolla20:17
kelvis there a particular order to add control nodes for multinode deployment? mariadb fails to bootstrap when multiple machines are initially defined. keystone fernet also complains about key repository being present with multi nodes20:21
*** vhosakot has joined #openstack-kolla20:21
*** TxGirlGeek has quit IRC20:23
kfox1111weird.....20:26
kfox1111http://logs.openstack.org/93/413193/52/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-reboot-nv/56b3f66/console.html20:26
kfox1111the openstack command existed before the reboot....20:26
*** TxGirlGeek has joined #openstack-kolla20:27
openstackgerritMark Giles proposed openstack/kolla-kubernetes: Nova-control service deployment  https://review.openstack.org/42145720:27
*** vhosakot has quit IRC20:30
*** vhosakot has joined #openstack-kolla20:30
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319320:32
*** TxGirlGeek has quit IRC20:35
*** TxGirlGeek has joined #openstack-kolla20:36
*** adrian_otto has quit IRC20:39
*** TxGirlGeek has quit IRC20:41
*** vhosakot has quit IRC20:41
*** vhosakot has joined #openstack-kolla20:42
openstackgerritsean mooney proposed openstack/kolla-ansible: This change allow setting kernel commandline args  https://review.openstack.org/40887620:53
openstackgerritsean mooney proposed openstack/kolla-ansible: extends ansible roles to deploy ovsdpdk  https://review.openstack.org/40887220:53
openstackgerritsean mooney proposed openstack/kolla-ansible: adds ovs-dpdkctl tool  https://review.openstack.org/40887120:53
*** TxGirlGeek has joined #openstack-kolla20:53
kbaegisHow do I override the default timeout for mariadb? It's taking longer than the ansible deploy scripts seem to like20:55
sean-k-mooneykbaegis: where is this timeing out?20:57
*** pablo|500| has quit IRC20:57
kbaegissean-k-mooney: Waiting for the mariadb port I believe.20:57
*** salv-orlando has quit IRC20:57
sean-k-mooneykbaegis: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/mariadb/defaults/main.yml#L820:57
sean-k-mooneykbaegis: if you set database_max_timeout in the global.yml it might help20:58
kbaegistyvm20:58
sean-k-mooneykbaegis: is https://github.com/openstack/kolla-ansible/blob/7bb88390d88aebfc257e09e7e055a09fe4121782/ansible/roles/mariadb/tasks/bootstrap_cluster.yml#L2-L21 the task that is failing20:59
kbaegis"mariadb : Waiting for MariaDB service to be ready"20:59
sean-k-mooneykbaegis: https://github.com/openstack/kolla-ansible/blob/7bb88390d88aebfc257e09e7e055a09fe4121782/ansible/roles/mariadb/tasks/start.yml#L21-L3121:00
kbaegisIt's failing all 10 times21:00
sean-k-mooneyit looks like it is hardcoded21:00
kbaegisGotcha. I can play with that value. Something else may be going on21:00
*** lrensing has joined #openstack-kolla21:02
*** sayantani01 has joined #openstack-kolla21:02
kfox1111whaa?21:04
kfox1111http://logs.openstack.org/93/413193/53/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-reboot-nv/96752bf/console.html21:04
kfox1111how can the openstack client disapear, but the keystonerc file remain...21:04
kbaegisI set the delay to 60. Should help :)21:05
kfox1111oh.. wait... did I virtualenv that?21:05
kbaegisI figure if that doesn't fix it, something else is wrong21:05
*** unicell has joined #openstack-kolla21:05
kfox1111yup. virtualenv. nm. I'm just dumb. :)21:05
sean-k-mooneykfox1111: is the gate ok in general https://review.openstack.org/#/c/408876/2 seams to be foobared but im pretty sure it has nothing to do with the patch21:06
kfox1111sean-k-mooney: I don't know the status of the kolla-ansible gate.21:07
kfox1111the kolla-kubernetes one seems pretty stable.21:07
sean-k-mooneykfox1111: well docker: Error response from daemon: linux init cgroups path: mkdir /docker: not a directory. is a new error for me to see in the gate21:07
kfox1111we're using the distro docker in kolla-kubernetes gate. I think kolla-ansible's using docker inc's?21:08
kfox1111so maybe they did a release?21:08
*** v1k0d3n has quit IRC21:09
sean-k-mooneyactully it looks like it my fault...21:09
*** unicell has quit IRC21:10
sean-k-mooneyone of the other ptaches in the chain has a syntax error though i think there are 2 errors at once21:10
kfox1111ah.21:10
*** msimonin has joined #openstack-kolla21:12
sean-k-mooneyit weird though casue ubuntu source tells me about the syntax error in the yml file and centos has the docker cgroups issue. anyway ill deal with it tomorow21:13
*** msimonin1 has joined #openstack-kolla21:14
*** msimonin has quit IRC21:14
*** absubram has joined #openstack-kolla21:15
kbaegisWell, that didn't help. Looks like it's not able to validate that the port is getting exposed21:15
kfox1111sean-k-mooney: yeah, thats weird.21:15
sean-k-mooneyi actully think the centos and oraclelinux gate are broken http://logs.openstack.org/71/408871/3/check/gate-kolla-ansible-dsvm-deploy-oraclelinux-binary-centos-7-nv/09dfc48/console.html#_2017-01-19_21_00_20_93188321:16
*** satyar has quit IRC21:18
sdake_sean-k-mooney i htink someon ewas working on that21:19
openstackgerritMerged openstack/kolla-kubernetes: Fixing element_name path for mariadb and memcached  https://review.openstack.org/42280821:19
sean-k-mooneysdake_: ok was not sure if i was the first person to hit it or not21:19
sdake_sean-k-mooney someone asked Jeffrey4l_ about it last night21:19
sdake_sean-k-mooney i assume emea was working on a gate fialure resolution21:20
sdake_but not sure21:20
*** krtaylor has quit IRC21:21
sean-k-mooneyok well i need to do more local testing of that chain anyway so im not to worried about the gate passing on them as i will like have to rework part of them anyway21:21
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319321:21
sean-k-mooneysdake_: do you know when feature freeze for kolla/kolla-ansible will be for ocata21:22
sdake_sean-k-mooney i do not, although it is generally milestone 3 in the past21:23
sdake_sean-k-mooney which is in the openstack schedule21:23
sdake_i could find it for you on google but have to run to pick up daughter from school21:23
sean-k-mooneyno worries21:23
sean-k-mooneyill find it myself.21:23
*** nmn has joined #openstack-kolla21:24
sean-k-mooneymilestone 3 would be january 26 which would be 1 week from today. the cycle trailing deadline would be ~ march 2nd which is the lates that kolla can release i belive21:26
*** mgiles has quit IRC21:29
*** sayantani01 has quit IRC21:30
*** sayantani01 has joined #openstack-kolla21:31
kfox1111any chance of getting ceph-mds/cephfs containers in by then?21:35
*** david-lyle has quit IRC21:35
*** krtaylor has joined #openstack-kolla21:35
*** Jeffrey4l_ has quit IRC21:35
*** Jeffrey4l_ has joined #openstack-kolla21:36
*** adrian_otto has joined #openstack-kolla21:36
*** salv-orlando has joined #openstack-kolla21:36
*** jascott1 has quit IRC21:36
*** srwilkers has joined #openstack-kolla21:38
*** david-lyle has joined #openstack-kolla21:39
*** david-lyle has quit IRC21:39
*** david-lyle has joined #openstack-kolla21:39
*** jascott1 has joined #openstack-kolla21:40
*** v1k0d3n has joined #openstack-kolla21:46
ScoopIcicleOur timeline credibly synergizes the policy makers as a consequence of an accelerated cost reduction. The senior support staff drives efficient frontiers.21:47
*** inc0 has quit IRC21:48
*** inc0_ has joined #openstack-kolla21:48
*** inc0_ has quit IRC21:48
*** inc0 has joined #openstack-kolla21:48
*** pbourke has quit IRC21:50
*** portdirect has joined #openstack-kolla21:52
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319321:53
*** fguillot has quit IRC21:56
*** JoseMello has quit IRC22:05
openstackgerritBorneMace proposed openstack/kolla-kubernetes: Updated helm template names to consistent  https://review.openstack.org/42288922:05
*** dave-mccowan has quit IRC22:08
openstackgerritBorneMace proposed openstack/kolla-kubernetes: Updated helm template names to consistent  https://review.openstack.org/42288922:10
*** jtriley has quit IRC22:13
inc0kfox1111, sbezverk others, so I'm looking at helm repo and I have a question22:17
inc0https://github.com/kubernetes/charts/tree/master/stable/mariadb/templates <- where do I define order of which things are created?22:18
openstackgerritCornelio Hopmann proposed openstack/kolla-ansible: Fix magnum [DEFAULT] configuration.  https://review.openstack.org/42289622:22
*** salv-orl_ has joined #openstack-kolla22:24
dturnerJeffrey4l_ still around?22:24
*** imcsk8 has quit IRC22:27
*** salv-orlando has quit IRC22:27
*** jheroux has quit IRC22:33
*** sdake_ has quit IRC22:44
*** nmn has quit IRC22:46
kfox1111inc0: you don't.22:47
kfox1111helm doesn't support that. :/22:47
inc0ah fun22:47
kfox1111we've been using helm+kubernetes-entrypoint to try and orchestrate things.22:47
inc0is it just throws everything in templates at k8s and patiently wait till it resolve itself?22:47
kfox1111depneds on the program.22:48
kfox1111k8s will keep relaunching pods that crash.22:48
inc0yeah I'm looking at mariadb22:48
kfox1111it should have a liveness probe to handle programs taht start but lock up if their deps arn't there.22:48
inc0I'll probably do the same - init container with entrypoint -> init container for galera bootstrap -> statefulset for cluster22:48
kfox1111yeah. should work.22:49
kfox1111see the existing mariadb. it should be close to what you want.22:49
kfox1111sbezverk is working on a service package.22:49
kfox1111shoudl look very similar to the just merged rabbit one though, if you want to reference that.22:50
dturnerHi- Hitting a docker api version mismatch error in our tests of kolla-ansible trunk.  We discovered that the deploy nodes are pinned to Docker engine 1.10.3, but latest docker-py is getting installed, causing mismatch.22:50
dturnerIs there an "official" list of min versions of these components for "O" release of kolla-ansible yet?22:50
inc0dturner, pinned to 1.10.3? They shouldn't be22:53
dturnerThat's something we do in our provisioning scripts (kickstart) when prepping our baremetal nodes.  The thinking was, we didn't want to install a version of docker-engine not compatible with Kolla.22:55
inc0in bootstrap servers we pin to 1.11.*22:55
inc0yeah. but 1.10 is minimal, 1.11 is one we deploy normally22:55
inc0newer should work too, just 1.11 is best tested22:55
dturnerRight.  We should probably start taking advantage of that.  We set this up prior to Kolla including the bootstrap goodies.  I should have checked there for clues.22:56
*** adrian_otto has quit IRC22:56
dturnerinc0 Thanks for the tip.22:56
inc0any time, let me know if you run into any issues22:57
*** lamt has quit IRC23:00
*** lamt has joined #openstack-kolla23:01
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319323:02
*** david-lyle has quit IRC23:03
*** absubram has quit IRC23:05
*** lamt has quit IRC23:06
*** absubram has joined #openstack-kolla23:09
*** krtaylor has quit IRC23:10
jascott1kfox1111 wrt to earlier conversation about chart deps, prefer pv/pvc as one toggle or separate?23:12
kfox1111yes? :/23:14
kfox1111theres a dynamic pvc coming, that will support auto creating pv's.23:14
kfox1111so pv's wont be needed in all cases.23:15
kfox1111its not really useful to ever make a pv without a pvc in a chart though?23:15
jascott1thats what I was trying to ask I think23:15
bmacethanks for the reviews on that name change gents.23:16
kfox1111bmace: thx for doing the work. :)23:16
jascott1i can make them separate, can be easily combined later as further example23:16
bmacekfox1111: my pleasure.  i'm a huge fan of consistency :)23:17
kfox1111+1 for consistency23:17
openstackgerritMerged openstack/kolla-kubernetes: Updated helm template names to consistent  https://review.openstack.org/42288923:21
*** matrohon has quit IRC23:21
*** srwilkers has quit IRC23:21
*** sacharya_ has joined #openstack-kolla23:23
*** absubram has quit IRC23:23
*** sacharya has quit IRC23:23
*** vhosakot has quit IRC23:23
*** inc0 has quit IRC23:26
*** TxGirlGeek has quit IRC23:33
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator  https://review.openstack.org/41807323:38
*** lrensing has quit IRC23:39
*** schwicht has quit IRC23:41
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319323:45
*** v1k0d3n has quit IRC23:45
*** chopmann has quit IRC23:46
*** chopmann has joined #openstack-kolla23:46
*** wirehead_ has quit IRC23:49
*** PramodJ has joined #openstack-kolla23:50
*** wirehead_ has joined #openstack-kolla23:50
*** pramodrj07 has quit IRC23:53
*** MasterOfBugs has quit IRC23:53
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319323:55
*** schwicht has joined #openstack-kolla23:58
*** sayantani01 has quit IRC23:59
*** jascott1 has quit IRC23:59

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