Friday, 2017-01-20

*** yangzb09 has joined #openstack-kolla00:06
*** sayantani01 has joined #openstack-kolla00:07
*** yangzb09 has quit IRC00:08
*** unicell has joined #openstack-kolla00:10
*** unicell is now known as Guest9837800:11
*** sayantani01 has quit IRC00:11
*** chopmann has quit IRC00:17
*** Guest98378 has quit IRC00:17
openstackgerritJoseph Robinson proposed openstack/kolla: Build Deploy Guide Files and tox environment  https://review.openstack.org/42293100:20
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: Add a simple test to see if horizon is running  https://review.openstack.org/42293200:21
*** schwicht has quit IRC00:23
*** schwicht has joined #openstack-kolla00:26
*** jtriley has joined #openstack-kolla00:28
*** schwicht has quit IRC00:29
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319300:29
*** inc0 has joined #openstack-kolla00:29
kfox1111inc0: alive?00:30
inc0indeed I am00:30
*** yingjun has joined #openstack-kolla00:30
inc0barely, but here I am00:30
kfox1111any chance we could get a ceph-mds and cephfs-fuse container still into ocata?00:31
kfox1111might want to consume them in kolla-kubernetes, so would be nice to have in a stable release (soon)00:31
*** salv-orl_ has quit IRC00:32
inc0kfox1111, so I'd be reluctant to this frankly00:32
inc0we don't backport features00:32
*** awiddersheim has joined #openstack-kolla00:33
kfox1111it woudlnt' be a backport.00:33
inc0and we had standard of matching release of deployment tool with release of images00:33
kfox1111it would be in ocata, and then we would depend on ocata for it.00:33
inc0ahh00:33
inc0for whatever reason I thought ocata was released already00:33
kfox1111just saying, ocata will be stable soon.00:33
inc0brain bad00:33
kfox1111so would be nice to have befre ocata becomes stable. :)00:33
duonghqmorning guys00:33
inc0if you can crack code for it, sure00:33
kfox1111k. guess its time to learn to add containers.00:34
inc0I'll be happy to help00:34
kfox1111cool. thanks. :)00:34
kfox1111it should be just installing one package in each container really.00:34
kfox1111ceph-mon in one, and cephfs-fuse in the other.00:34
kfox1111sry, ceph-mds.00:34
kfox1111ceph-mds works very similarlyl to ceph-mon.00:35
kfox1111and the other one is just a fuse filesystem. so we can use it to mount things.00:35
inc0hmm...do you want to use it for persistent volume?00:36
kfox1111long term, yeah, the ability to do that.00:37
inc0fine by me, it should be super straighforward patch00:37
kfox1111it will take at least one more feature from k8s though, and i'm not sure it will make it into 1.6. :/00:37
kfox1111pushing hard for 1.7 though. if I have to code it myself. :)00:38
inc0what's this feature?00:38
*** adrian_otto has joined #openstack-kolla00:38
kfox1111docker shared mount namespaces. :/00:38
kfox1111still doesn't support them. :/00:38
inc0:S00:38
inc0how does neutron work without it?00:38
kfox1111once it has support, then we can run fuse filesystems in in containers managed by daemonsets.00:38
kfox1111yes/no.00:38
kfox1111it works, so long as you don't restart he container. :/00:38
inc0isnt this required for network namespace share?00:39
inc0so it doesnt work..00:39
kfox1111fixing requires rebooting the node. :/00:39
inc0dafaq00:39
kfox1111yeah, I've leaned on k8s hard as I can to get hte feature finished.00:39
inc0you just saddened me greatly00:39
kfox1111they tried and oversimplify the feature and then got spooked by it. :/00:39
kfox1111yeah, I'm really upset about it too. :/00:40
kfox1111could really use it for high energy physics work too.00:40
inc0lol00:41
inc0I need to ask you about your deployments sometime, seems like you're doing cool stuff00:42
kfox1111they use a filesystem called cvmfs, which is fused based.00:42
kfox1111they llike to break it in various versions though. :/00:42
kfox1111so containerizing it would be extremely helpful to stability.00:42
kfox1111and managing it with k8s like everything else would also be extremely helpful. :/00:42
kfox1111sure. :)00:43
kfox1111got a condor compute element running out of k8s now. does k8s orchestrated rulling updates nicely. :)00:43
kfox1111working on shrinking that particular openstack and moving most of the nodes over to k8s.00:43
kfox1111is ceph_mon_header not actually defined anywhere?00:44
kfox1111just for overrides?00:44
*** n0isyn0i1e has joined #openstack-kolla00:44
*** awiddersheim has left #openstack-kolla00:44
kfox1111oh... all the packages are just installed in ceph-base?00:45
*** n0isyn0ise has quit IRC00:47
*** zhurong has joined #openstack-kolla00:48
kfox1111hmm...  ceph-mds is already in ceph-base....00:50
inc0it's block00:50
inc0we can create blocks for overrides00:50
inc0just a label00:50
kfox1111do you have to create them though for new packages, or are they just empty if undefined?00:51
inc0empty if undefined00:51
openstackgerritZeyu Zhu proposed openstack/kolla: Modify the repo in multinode.rst file  https://review.openstack.org/42294300:52
inc0you can inject stuff into them by redefining it in override00:52
kfox1111k.00:52
inc0if you add stuff inside block, it's default that can be overriden00:52
kfox1111so, I just have to copy ceph-rgw to ceph-mds then, and s/rgw/mds/ and that one's done.00:52
kfox1111and the same for fuse, and just add ceph-fuse package to ceph-base.00:53
inc0sounds about right00:53
kfox1111where do the ceph packages come from for ubuntu?00:54
inc0you can install ceph-fuse in ceph-fuse container tho00:54
kfox1111(so I can lookup the cephfs package name?00:54
kfox1111)00:54
inc0I think cloud archive hosts it00:54
*** bradjones has quit IRC00:55
*** tovin07 has joined #openstack-kolla00:57
*** schwicht has joined #openstack-kolla00:59
*** jascott1 has joined #openstack-kolla01:00
duonghqkfox1111, ping01:01
kfox1111duonghq: hi01:01
duonghqhi Kevin01:01
duonghqabout the ceph situation,01:01
duonghqwith Ansible deliverable, we can get partition at runtime and pass to container01:02
duonghqbut does helm has any mechanism like this?01:02
kfox1111currently, in kolla-kubernetes, we don't have a production ceph for running in k8s.01:03
kfox1111so its expected the user would provide a ceph some other way.01:03
*** cuongnv has joined #openstack-kolla01:03
duonghqkfox1111, how about the ceph component microservice?01:03
kfox1111the ceph server stuff in kolla-kubernetes is just intended to test out the ceph support in the packages.01:03
kfox1111it will take a lot more work to make a production ready ceph on top of k8s. probably changes to k8s itself. :/01:04
*** jascott1 has quit IRC01:04
*** inc0 has quit IRC01:05
duonghqso, what should I do with the ceph-mon, ceph-osd microservice atm01:05
duonghqI stuck with these01:05
duonghqI see that we still have ceph as a work item in helm-service bp01:05
kfox1111I think we should convert the to helm, just so we can get rid of all the old python code for deployment.01:06
kfox1111will simplify the code base greatly.01:06
kfox1111the few ceph things are about the only thing left.01:07
openstackgerritdesheng proposed openstack/kolla: Modify punctuation  https://review.openstack.org/42294901:09
openstackgerritKevin Fox proposed openstack/kolla: Add ceph fs containers  https://review.openstack.org/42295001:12
duonghqkfox1111, but the helm stuff is just for testing, not for production?01:12
kfox1111the ceph server stuff is just for testing.01:13
duonghqI still cannot figure out how to pass partition_num to ceph01:13
kfox1111all the rest of the helm stuff is for production.01:13
kfox1111through a helm value?01:13
duonghqya, due to the value must be taken at runtime, on the nodes?01:14
duonghqIt's not pre-determined01:14
kfox1111yeah, but again, its only used for testing, so passing it through is ok.01:14
kfox1111so for testing, we only launch it on the same node its being launched from,01:14
kfox1111so we know its device properties.01:14
duonghqso, I can run some test to get the value, and hard-code to values?01:15
kfox1111we can pass it through a helm value.01:16
duonghqIn test code?01:16
kfox1111so would be something like helm install kolla/test-ceph-osd --set id=0,device=... etc.01:16
kfox1111from tests/bin/build_test_ceph.sh01:16
*** yingjun has quit IRC01:16
duonghqgot it, thank you01:17
kfox1111np. :)01:17
duonghqbtw, anybody is working on horizon in helm-services bp?01:18
duonghqcan I take the component, kfox1111?01:19
duonghqin the work items of bp I do not see anybody is working on that01:19
*** adrian_otto has quit IRC01:20
kfox1111yeah, I think thats free to work on. :)01:21
duonghqroger01:21
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: Add a simple test to see if horizon is running  https://review.openstack.org/42293201:23
*** chopmann has joined #openstack-kolla01:28
kfox1111sbezverk: I was talking to the horizon dev's. in order to do seamless upgrades at all with horzion we will need multiple instance support on that service too.01:29
*** sp___ has quit IRC01:32
kfox1111I figured we would need it at least for major upgrades.01:34
kfox1111but filenames can change on minor upgrades due to the way they do compression.01:35
*** britthouser has quit IRC01:38
*** caowei has joined #openstack-kolla01:38
*** britthouser has joined #openstack-kolla01:39
*** sayantani01 has joined #openstack-kolla01:39
*** jascott1 has joined #openstack-kolla01:40
*** saneax-_-|AFK is now known as saneax01:43
*** sp___ has joined #openstack-kolla01:46
*** zhangkun_ has joined #openstack-kolla01:46
jascott1kfox1111 ping01:47
*** zhurong has quit IRC01:49
*** zhurong has joined #openstack-kolla01:51
*** cuongnv has quit IRC01:52
*** tonanhngo has quit IRC01:52
kfox1111jascott1: ping01:54
jascott1oh hey, how do we currently provide private instance of rabbit to neutron -server?01:55
kfox1111we currently have no code exersising that option.01:56
jascott1what I have done is add rabbit pieces to neutron-server requirements.yaml (which I had to create)01:56
kfox1111right.01:56
jascott1ok cool just checking in case I missed something. tahnks01:56
jascott1thanks even01:56
kfox1111np. sounds like the right aproach to me.01:56
*** tonanhngo has joined #openstack-kolla02:01
openstackgerritZeyu Zhu proposed openstack/kolla-kubernetes: Fix the issue in multi-node.rst  https://review.openstack.org/42105402:05
*** cuongnv has joined #openstack-kolla02:06
*** tonanhngo has quit IRC02:06
*** chopmann has quit IRC02:07
*** schwicht has quit IRC02:07
*** zhubingbing has joined #openstack-kolla02:09
openstackgerritMerged openstack/kolla-ansible: Fix gate failure  https://review.openstack.org/42273402:14
openstackgerritlixing proposed openstack/kolla: Modify punctuation Bug-id: #1657933  https://review.openstack.org/42298502:14
*** prameswar has joined #openstack-kolla02:25
*** zhubingbing_ has joined #openstack-kolla02:26
openstackgerritMerged openstack/kolla-ansible: Add karbor ansible role  https://review.openstack.org/40222902:26
*** zhubingbing has quit IRC02:27
openstackgerritlixing proposed openstack/kolla: Modify punctuation  https://review.openstack.org/42298502:32
*** huikang has joined #openstack-kolla02:33
openstackgerritlixing proposed openstack/kolla: Modify punctuation  https://review.openstack.org/42298502:35
openstackgerritWei Cao proposed openstack/kolla-ansible: Add Karbor doc link in README.rst  https://review.openstack.org/42299502:36
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Add a simple test to see if horizon is running  https://review.openstack.org/42293202:37
zhangqiankunanybody can help me ,what the failure in https://review.openstack.org/#/c/407810/02:43
*** kbaegis has quit IRC02:44
zhangqiankunHave a great god can help me  :)02:51
*** huikang has quit IRC02:51
*** huikang has joined #openstack-kolla02:52
*** masuberu has joined #openstack-kolla02:52
*** Masber_080 has quit IRC02:55
openstackgerritMerged openstack/kolla: Fix the gate failure  https://review.openstack.org/42234402:56
*** huikang has quit IRC02:56
*** zhubingbing__ has joined #openstack-kolla02:59
*** zhubingbing_ has quit IRC02:59
*** huikang has joined #openstack-kolla03:04
*** huikang has quit IRC03:04
*** huikang has joined #openstack-kolla03:05
*** tovin07_ has joined #openstack-kolla03:06
*** huikang has quit IRC03:09
*** qiliang27 has quit IRC03:13
*** qiliang27 has joined #openstack-kolla03:13
openstackgerritDuong Ha-Quang proposed openstack/kolla-kubernetes: Horizon service package  https://review.openstack.org/42301603:18
*** imcsk8 has joined #openstack-kolla03:20
openstackgerritzhubingbing proposed openstack/kolla: Fix designate dockerfile  https://review.openstack.org/42236603:21
*** zhubingbing_ has joined #openstack-kolla03:23
*** zhubingbing__ has quit IRC03:23
*** saneax is now known as saneax-_-|AFK03:24
*** inc0 has joined #openstack-kolla03:25
inc0hey, have you read docker 1.13 change list?03:26
inc0pretty neat03:26
*** rhallisey has quit IRC03:26
tovin07yes03:26
inc0I need to check out this squash flag03:27
*** sdake has joined #openstack-kolla03:30
inc0yo sdake check out docker 1.13 change log03:30
sdakejust woke up03:31
sdakeand eating03:31
sdakeptfoed at like 330pm03:31
sdakegot a link03:31
inc0https://github.com/docker/docker/blob/master/CHANGELOG.md03:31
sdakes390 lol03:32
inc0this squash feature might be extremally cool03:33
portdirectinc0: this it could be pretty good03:33
portdirect*think03:33
sdakeya i saw that in there03:34
inc0yeah, it's experimental but worth looking at03:34
sdakeevening portdirect03:34
portdirectinc0: these been other things around - Iand both me and sam have tried the in kolla03:34
portdirectan sve about 15-20% off the image size03:34
portdirecthey sdake :)03:35
sdakei see your back ;-)03:35
* portdirect closes window03:35
sdakemy wife prepping to devconf takeoff on monday03:35
portdirectoh nice03:35
portdirectstill need to do the pp for that03:35
sdakeshe is going early or late - not such which03:35
sdakegone for 8 days03:36
sdakehome alone with the kids03:36
* sdake whines03:36
* portdirect laughs manically03:36
sdakedid anyone fix the docker-engine gate problem in kolla-ansible?03:36
duonghqoh, have fun sdake03:36
duonghqsdake, iirc, yes03:36
duonghqJeffrey or somebody pinned the docker-engine version03:37
duonghqand it's merged03:37
inc0heh03:37
inc0yeah03:37
inc0new docker version03:37
sdakepinning is a bad long term solution :(03:37
duonghqsure,03:37
sdakedoes anyone know what actually causes the problem?03:37
sdakei wonder if this makes the devenv nonfunctional for kolla-kubernetes03:38
*** zhurong has quit IRC03:39
duonghqseem that something messed up with docker registry03:43
openstackgerritYao Lu proposed openstack/kolla: Change docker restart policy  https://review.openstack.org/42302603:44
sbezverksdake: another crisis ;-) ??03:48
sdakesbezverk could be03:48
sdakesbezverk are you available now for a bit of webex?03:48
sdakeprobably not since its 11pm there03:49
sbezverksdake: I can irc chat for a bit by it is too late for live talk03:49
sdakeok makes sense sbezverk03:50
kfox1111so is relying on an upstream that seems hell bent on breaking every release. ;)03:54
kfox1111there's a reason I prefer redhat's docker most of the time. :)03:54
duonghqsdake, have you gotten dinner?03:54
sdakeportdirerect RQ like, does the devenv setup ceph properly?03:55
sdakeportdirect ^^03:55
sdakeduonghq ya I just ate03:55
sdakeit was sort of breakfast i guess03:55
sdakealthough it was dinner :)03:55
sdakeI pretty much hit the wall at 3pm today03:55
sdakeits about 9pm now03:55
portdirectsdake - not kolla ceph :(03:55
sdakeportdirect IDC03:55
*** saneax-_-|AFK is now known as saneax03:55
portdirectIDC?03:55
sdakeportdirect what I want to know is if it does ceph at all03:55
sdakeI Don't Care ;)03:56
duonghqsdake, not so good03:56
portdirectgotcha03:56
sdakeduonghq meh it works for me :)03:56
sbezverkportdirect: hey man, how is your preso coming??03:56
portdirectsbezverk: shut up :)03:56
sdakeportdirect the goal here I have is to actually rewrite the QSG to be releevant to what we have03:56
sbezverkportdirect: ;) something was telling you would say that03:57
sdakeportdirect (e.g. how do I get from QSG to fully deployed environment)03:57
*** mdnadeem has joined #openstack-kolla03:57
sdakeportdirect i'm going to write those docs right now03:57
sdakeas soon as i figure out how its done03:57
portdirectsbezverk: I'll storm off slamming doors in a munite :)03:57
sdakeportdirect what i need to know is, ceph_workflow* requires ceph03:57
sdakesbezverk don't run portdirect off plz :)03:57
sdakeportdirect will ceph_workflow_* workflows work with the devenv?03:58
portdirectsdake: to get kolla ceph running outside of gat is noth somthing ive managed to do really03:58
portdirect2 sec03:58
zhangkun_Can anyone help review? https://review.openstack.org/#/c/422377/03:58
zhangkun_thx.03:58
kfox1111I don't know if anyone has tried since we converted to helm packages.03:59
sdakei guess a lecture here wouldn't help :)03:59
portdirectlast time was pre that: https://review.openstack.org/#/c/405720/9/tests/bin/build_dev_ceph.sh03:59
portdirectand that was only single node via major hackery03:59
sdakeok, what exactly can I document and stand up in thenext 8-10 hours03:59
kfox1111sdake: active development, recently refactered, blablabla. :)03:59
sdakekfox1111 that doesn't work for devs, devs need a way to do development04:00
kfox1111I plan on deploying it on real hardware soon.04:00
kfox1111so I can take notes.04:00
sdakekfox1111 i need it now not soon :)04:00
portdirectkfox1111: is the best here04:00
sdakekfox1111 so - lets assume I'll do the documenting04:00
sdakecan anyone throw me bones on what is missing wrt the devenv and ceph?04:00
kfox1111sdake: k.04:00
portdirecti'm just using this I'm afraid04:00
sdakewhich portdirect04:01
portdirecthttps://github.com/portdirect/ceph-helm04:01
kfox1111would be interested in hearing how well that will work out.04:01
portdirectand i may be quicker getting that working with kolla, than kolla working out of the gate :/04:01
kfox1111I was just planning on using ceph-deploy.04:02
kfox1111its been rock solid for us for years.04:02
portdirectthough again kfox1111 is in a much better postion to give an idea of t/f04:02
sdakeportdirect will that ceph-helm run on single disk?04:02
portdirectno04:02
portdirectneeds 3 nodes04:02
sdake3 disks or 3 nodes?04:03
sdakeor 1 disk * 3 nodes04:03
portdirectnodes the way the chart is written04:03
portdirectis uses bind mounts04:03
kfox1111yeah ceph can run single node, but they strongly recommend against it.04:03
sdakeyes I know it runs single node04:04
portdirectso discs are not really relivant04:04
kfox1111I had problems deploying ceph in gate with just one disk though.04:05
kfox1111became much easier when I made at least 2 osd's.04:05
kfox1111the way it was configured, it should have worked. but for some reason, just didn't.04:05
portdirectkfox, how eay would it be to update gate to run outside gate?04:05
kfox1111earlier versions did just work in that config.04:05
portdirect*easy04:05
sdakeportdirect that is called third party gating04:05
*** PramodJ has quit IRC04:05
sdakeportdirect third party gating cannot be voting04:05
kfox1111with or without ceph?04:05
portdirectwith ceph04:06
sdakeportdirect i've never set up third party gating, however, it is probably relatively easy04:06
portdirectis that not what you kinda need though sdake ?04:06
portdirectsingle node poc?04:06
kfox1111sorry. didn't word that carefully.04:06
sdakeportdirect what I need is ->04:06
kfox1111with internal or external ceph?04:06
sdakeon my development node/nodes, deploy kolla-kubernetes04:06
sdakeIve got 3 nodes to work with04:06
sdakeportdirect i'd like to use the devenv we got04:07
sdakeportdirect wondering how to stitch your ceph-helm chart and the devenv we got together to get up and running by running ceph_workflow_*04:07
kfox1111sdake: I broke out ceph_workflow so I could share it with minikube.04:08
sdakedo I need 3 baremetal nodes? - I've got that to work with04:08
kfox1111haven't gotten back round to trying it though, but the intention was to be able to share it.04:08
sdakekfox1111 I really want ot use the devenv because it is simple to setup04:08
sdakekfox1111 you probably have never used the devnev (vagrant) environemnt04:08
sdakekfox1111 its dead simple to setup and practically invisible once launched04:08
kfox1111yeah. I tried vagrent again a few days ago.04:09
portdirectsdake - once its up and running -t shoudl be just like external ceph i think04:09
kfox1111made me mad again.04:09
kfox1111they don't support kvm well at all. :/04:09
sdakekfox1111 mind expanding on what problems you had04:09
portdirectkfox1111: how hard is is to ge going with external ceph?04:09
portdirectkfox1111: ubuntu/kvm?04:09
kfox1111portdirect: pretty easy I think. the only thing undefined is the exact steps to bring in the config/keys.04:09
kfox1111theres stuff in the gate to do that, but needs a little generaliazation or documentation.04:10
portdirectcould  you helm sdake with that?04:10
kfox1111portdirect: centos7/kvm.04:10
* sdake documenting04:10
kfox1111yeah. but probably more tomorrow then today.04:10
sdakehere is the deal a whole lot of people are blocked because they dont know how to get kolla off the ground04:10
sdakethey read the docs and are like "thes edocs are 6 months old"04:10
portdirectsdake: I'm in that boat as well :(04:10
sdakewe should just remove them if they are irrelevant04:11
portdirect+204:11
sdakeok fellas i'm not a dummy - I just need some general hints :)04:11
kfox1111+104:11
sdakeso - setup devenv, that works04:11
portdirectyup04:11
sdakebuild a ceph-helm chart, that works (?)04:11
portdirectyup04:11
sdakethen do what, deploy the ceph-helm chart *where804:12
sdakeon bare metal, or in the devenv?04:12
portdirecteither04:12
kfox1111either.04:12
portdirectid go for dev env04:12
sdakecool04:12
sdakei'll do devenv04:12
sdakeand that will give me what, external ceph?04:12
portdirectthrow 8gb of ram at each node and 4 cores04:12
portdirectyes04:12
portdirectexternal ceph running on same nodes...04:13
sdakei've got 32gb of ram in my box - so that hsoudl work :)04:13
sdakewhy is external ceph needed, is that just so openstack works properly?04:13
kfox1111should be plenty.04:13
kfox1111I did a full deploy in under 8 in minikube.04:13
sdakeor is it a functional requirement for the devenv?04:13
kfox1111including 2 vm's. :)04:14
portdirectnot a requirement for deve env04:14
sdakeportdirect I thought k8s required ceph?04:14
portdirectno04:14
sdakehow does k8s do persistent storage?04:15
portdirectits very unual to run ceph in k8s04:15
portdirectrememebr it usually runs *in* a cloud04:15
portdirectso cinder04:15
kfox1111that will change I think. :)04:15
sdakek8s uses cinder for persistent storage?04:15
sdakefocus :)04:16
portdirectit can04:16
portdirector gce04:16
portdirector aws04:16
sdakeok..04:16
sdakei don't want to know what it can do04:16
sdakeI want to know what we recommend for a devenv :)04:16
sdakeif we were dictating a devenv to nwe contribs04:16
sdakewhat would it look like04:16
kfox1111if your doing multinode devenv, I'd still recommend ceph.04:17
kfox1111if all in one, you can get away without it.04:17
sdakekfox1111 the devenv is mutinode04:17
sdakekfox1111 (via virtualization)04:17
portdirectsdake - I have not maanged to get kolla running outside of gate since december04:17
sdakeportdirect that is bad bad news04:17
*** adrian_otto has joined #openstack-kolla04:17
portdirecti dont think anyone is running it outside of gate04:17
sdakeportdirect i know your talented and have probably tried everything04:17
sdakeportdirect yes, I think your right04:17
sdakewe need ot fix that04:17
sdakeportdirect where are you stuck there?04:18
portdirectkfox1111: are you?04:18
portdirectconfig gen04:18
kfox1111portdirect: I havent' tried outside the gate in a while. but like I said, in a week or two I'm palnning on deploying it on our test harware.04:18
sdakeportdirect which config gen, the secrets for ceph?04:18
kfox1111ah. genconfig's kind of a pain. still. :/04:18
kfox1111as that's one of the last holdouts for kollakube.04:19
kfox1111and depneds on kolla-ansible.04:19
sdakei understand04:19
kfox1111and that install process is a little rough.04:19
sdakeso, starting at the bottom04:19
sdakewe have ceph04:19
portdirectits not really possible to customise the config04:19
sdakeportdirect customize which config?04:19
kfox1111you can customize most of it the same way as kolla-ansible.04:19
portdirectthe configmaps that kolla-k8s uses (i just dont know how)04:20
kfox1111you configure /etc/kolla/globals.yaml04:20
kfox1111run kolla-ansible genconfig to build the configmap source material04:20
kfox1111then kollakube res create configmap ....04:20
kfox1111which is in ceph_workflow04:21
kfox1111it requres a bit of config options to be added to /etc/kolla/globals.yaml, that is in kolla-kuberntes/tests/conf/ceph-all-in-one/kolla-config04:21
kfox1111stuff like swithcing the configmap generation to orcestration k8s and a few other bits.04:22
sdakekfox1111 I was planning to follow ceph_workflow.sh04:22
kfox1111(yes, I agree that stuff is defintely suboptimal at the moment.)04:23
sdakekfox1111 the issue I am strugglign with currently is ceph_workflow I assume depends on some kind of ceph somewhere04:23
sdakeI don't know which ceph it depends on, and i don't know where it depends on it04:23
kfox1111yeah. ceph is setup before ceph_workflow kicks off.04:23
kfox1111setup_gate.sh is the whole setup.04:23
kfox1111which includes, setting up loopback devices for ceph04:23
kfox1111installing kolla-ansible so genconfig will work,04:24
kfox1111copying a bit of default config into /etc/kolla/globals.yaml04:24
kfox1111setting up k8s04:24
kfox1111setting up a test ceph inside k8s,04:24
kfox1111pulling credentials out of ceph and uploading them so kolla-kubernetes can use them.04:24
kfox1111and then launching kolla-kubernetes.04:25
kfox1111ceph_workflow.sh is the last step there.04:25
sdakegot it04:25
sdakeso the pulling the creds out of ceph04:25
sdakei think that is where the integraiton point is between helm-ceph and ceph_workflow.sh for the devenv we would dictate if we were to do that04:25
sdakegot a link to where that is done currently?04:25
kfox1111see tools/setup_simple_ceph_users.sh04:25
kfox1111and tools/setup-ceph-secrets.sh04:26
kfox1111and tools/setup_rbd_volumes.sh04:27
sdakeportdirect could you confirm my assertion above?  I understand the rest of kfox1111 's statements, just not sure on the integration between helm-ceph and ceph_workflows.h04:27
kfox1111those take the existing ceph and set it up for kolla-kube to use.04:27
sdakeportdirect i had for some reason thought the devenv setup ceph during vagrant up04:27
portdirectno04:27
kfox1111tests/bin/basic_tests.sh sets up the test ceph from scratch.04:27
sdakeok fellas-  this weekend i am going to be reworking the docs significantlly04:28
portdirectit just installs the required packages on the host to make use of ceph once it is set up04:28
kfox1111those three files above, can be tweked to talk to ceph-helm instead.04:28
sdakewould appreciate fast merges on monday - even if they are not perfect gramatically :)04:28
kfox1111sdake: sounds great. :)04:28
portdirectsounds great to me as well :)04:28
kfox1111I can help answer questions. just ping me04:28
sdakesounds good kfox111104:28
sdakeportdirect - in the context switching there - I saw this:04:29
sdake[21:28:08]  <portdirect>it just installs the required packages on the host to make use of ceph once it is set up04:29
sdakewould you mind expanding on that, that didn't totally parse for me04:29
sdakeit being what?04:29
portdirectyeah - you need to have rbd etc intalled on the host04:30
portdirect2 sec04:30
sdakeyou mean outside of the devenv?04:30
portdirectno: https://github.com/att-comdev/halcyon-kubernetes/blob/1fb6b919b27985731a87da01bfa5df82f4845f82/kube-deploy/roles/upgrade-os/tasks/centos.yml#L4004:31
zhangkun_ Can anyone help review? https://review.openstack.org/#/c/422377/  thx.04:31
portdirectand https://github.com/att-comdev/halcyon-kubernetes/blob/e4547655105f46fff4dcfa1cdb101fbaf1664a3e/kube-deploy/roles/kube-prep/tasks/patch-kube.yml#L1704:31
portdirectand https://github.com/att-comdev/halcyon-kubernetes/blob/e4547655105f46fff4dcfa1cdb101fbaf1664a3e/kube-deploy/roles/kube-prep/tasks/prep-host-dns.yml#L5404:32
portdirectthats all it does04:32
portdirectwhich is required for k8s to make use of ceph as its not a typical use case04:32
kfox1111kolla-kubernetes has an alternate way of doing that support,04:32
kfox1111that doesn't require installing stuff on the host.04:33
kfox1111the ceph-rbd daemonset.04:33
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Fix the kolla_toolbox module do not work on docker engine 1.10  https://review.openstack.org/42278104:33
portdirectyeah - kfox you are the only person who really understands how that works04:33
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Optimize reconfigure action for nova  https://review.openstack.org/40741604:33
kfox1111portdirect: if you have your ceph setup to work with kolla-kubernetes,04:33
kfox1111it "just works(TM)"04:34
openstackgerritJeffrey Zhang proposed openstack/kolla: install murano dashboard package in horizon  https://review.openstack.org/39595704:34
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Detect openstack_release variable when it auto  https://review.openstack.org/42232404:34
portdirectkfox1111: but we should have kolla-k8s ceph working with kolla-k8s :)04:34
kfox1111I dont think kolla-kubernetes should provide ceph personally.04:34
kfox1111ceph-rbd is just to help not have to install it on the k8s hosts.04:35
portdirectits a bit funny that the easyes way to get it running outside of the gate is to use a side project of mine :/04:35
kfox1111we usualy deploy or cephs on dedicated storage bricks.04:35
*** sdake_ has joined #openstack-kolla04:35
sdake_portdirect was switching locations04:36
sdake_portdirect I clicked through those 3 links04:36
kfox1111to be perfectly honest, we would be a lot further along with that goal, if it wasn't for taking a long time to migrate to helm.04:36
kfox1111I think it was worth the effort, but it did set things back quite a bit.04:37
kfox1111the docs worked pretty well prehelm.04:37
sdake_set some things back, other things forward04:37
kfox1111true.04:37
sdake_what got set back were the docs04:37
kfox1111yeah. it basically threw out the docs.04:37
sdake_what got set forward is it seems to me our community is growing rapidly now04:37
sdake_vs was fairly stagnet04:37
kfox1111and config's still in transition,04:38
sdake_in the end, the docs are easy to fix04:38
kfox1111so its not as easy as it shoudl be currently. :/04:38
sdake_the community aspect hard to fix - helm fixed that :)04:38
kfox1111that is very true.04:38
sdake_i dont care how *hard* it is, just that is is documented :)04:38
sdake_and i'll do that04:38
kfox1111yeah. thanks for that. :)04:38
sdake_portdirect if you ahven't unplugged out of being maddened - could use a couple moer pointers on the ceph charty ou produced04:38
sdake_portdirect i see the devenv installs ceph04:38
sdake_portdirect (in the firstl ink)04:39
portdirectyeah - thats just to pull in rbd on the host04:39
*** sdake has quit IRC04:39
sdake_how is that useful for the helm chart you wrote?04:39
sdake_or is it just noise?04:39
portdirectit doesnt do anything eles with it04:39
sdake_got it04:39
sdake_so its essentially not helpful :)04:39
kfox1111k8s needs rbd to mount volumes.04:39
portdirectyou need it to *mount* ceph volumes with k8s04:39
kfox1111so mariadb/rabbitmq need it.04:40
kfox1111to back the pv's.04:40
sdake_got it, so without pvs, there is no persistent storage04:40
portdirectyup04:40
sdake_and without ceph installed in the devenv, thee is no way to mount the rbds which provide the pvs04:40
sdake_or something to that effect :)04:40
portdirectpretty much04:41
kfox1111right.04:41
kfox1111or,04:41
* sdake_ just woke up - brain booting04:41
kfox1111you can install ceph-rbd microservice.04:41
sdake_portdirect how does your helm package help with that problem?04:41
kfox1111it will setup a wrapper on the host that calls into the kolla container to do the rbd commands.04:41
sdake_kfox1111 which ceph_rbd microservice?04:41
kfox1111so ceph is only installed really in the container.04:41
kfox1111helm/microservice/ceph-rbd-daemonset/04:42
portdirectmy helm package is for running a ceph storage cluster, you can use it with halcyon to use cep in a hyperconverged (buzzword) way04:42
*** huikang has joined #openstack-kolla04:42
kfox1111we ran a cloud hyperconverged for a while. it ended badly. :/04:43
sdake_ok presented with two paths here04:43
sdake_wondering which one is faster in terms of documenting04:43
*** huikang_ has joined #openstack-kolla04:43
sdake_use helm/mciroservice/ceph-rbd-daemonset04:43
sdake_or portdirect 's helm-ceph package04:43
sdake_recommendations?04:43
portdirectkfox will know best04:43
sdake_portdirect i'd like your opinion as well :)04:44
portdirectI would use mine - but thats only cause om not familair with the thing kfox built04:44
kfox1111helm-ceph package is for all of ceph deployment? or just rbd on the host?04:44
sdake_portdirect you understand the dev env in detail04:44
portdirectall of ceph04:44
portdirectkfox have you looked at it?04:44
sdake_kfox1111 it took me 3 minutes to understand04:44
kfox1111for all of ceph, I'd recommend either ceph-deploy or portdirec'ts ceph packages.04:44
sdake_kfox1111 can you llook at repo - even though its super late?04:44
portdirecthttps://github.com/portdirect/ceph-helm#quckstart04:45
kfox1111I'd use ceph-rbd just so that you don't have to install anything on the host.04:45
kfox1111though I guess if you are using ceph deploy, that will happen anyway.04:45
sdake_kfox1111 i am actually using virtual machines04:46
kfox1111at least in a 3 node dev env.04:46
sdake_kfox1111 so I am not installing anything on the host04:46
portdirectkfox1111: that deosnt help for dev04:46
kfox1111sdake_: sorryu, we have multip[le definitions of "host" here.04:46
portdirectwe dont need good ceph, we just need working ceph04:46
kfox1111host being the vm's os's.04:46
sdake_portdirect *504:46
kfox1111true.04:46
sdake_kfox1111 got it04:47
sdake_kfox1111 I am not writing an operator guide, I am writing a dev guide04:47
*** huikang has quit IRC04:47
sdake_kfox1111 operator guide comes later04:47
kfox1111sdake_: part of the question though, is do devs want an env that sort of resembles a prod one?04:47
kfox1111otherwise, issues arise with compatability.04:47
portdirectkfox1111: they often want to work on a laptop04:47
sdake_kfox1111 right - and at pressent, we have a devenv that sets up 4 virtual machines04:47
kfox1111laptop, right. me too.04:48
sdake_kfox1111 not buy 4 bare metal machines04:48
kfox1111sure.04:48
kfox1111the vm's are a replacement physical ones.04:48
kfox1111but do you deploy stuff in the vm's that look like what one would deploy on physical onesm,04:48
sdake_ignoring the memory problem with laptops, lets assume the contrib has 32 gb of ram available in their server they aredoing work on04:48
kfox1111or do you do different things, as its "just for dev"?04:48
sdake_kfox1111 i think thati si an open question - i'd like to unify that at some point, but i'd like first to unblock dev04:49
sdake_I've been blocked on dev for months because of $$DAYJOB meetings04:49
kfox1111sdake_: its relevent right now though.04:49
portdirectkfox1111: lets go for MVP04:49
kfox1111if you want something that looks like what someone would dpeploy on real hardware, I'd use ceph-deploy.04:49
kfox1111if you want something just to get something up and running only for devs, I'd use helm-ceph.04:49
portdirectso why do we even have ceph charts then?!04:50
sdake_kfox1111 cool - we can unify that later04:50
kfox1111portdirect: initially, it was to support minikube, as it doesn't work with ceph deploy.04:50
sdake_kfox1111 could you expand on that point please04:50
kfox1111I never went back and came up with ceph-deploy instructions yet.04:50
kfox1111minikube is a very quick/easy to deploy k8s in a vm.04:51
kfox1111it runs a very stripped down os, so basically only can run containers.04:51
kfox1111ceph-deploy installs rpms on the os. so can't install ceph on minikube's vm.04:51
portdirectI use it a lot, but this is kinda changing the target04:51
kfox1111so I wrote a minimal set of test ceph charts to deploy something that woudl work in minikube.04:51
openstackgerritzhubingbing proposed openstack/kolla: Fix designate dockerfile  https://review.openstack.org/42236604:52
sdake_portdirect mind expanding - didnt' quite parse that04:52
* kfox1111 shrugs. feel free to use whatever ceph deployment tool is easiest.04:52
sdake_kfox1111 - the reason i asked is I was curios - not passing judgement :)04:52
kfox1111I just know how to use/debug ceph-deploy. so can help with that.04:52
kfox1111sdake_: yeah. not offence taken.04:53
portdirectwe have a k8s cluster, we want to be able to deploy kolla-k8s on it, is this possible using kolla-k8s deliverables? the current suggestion is no?04:53
portdirectbut we use kolla-k8s ceph in the gate?04:53
portdirectso it must be yes04:53
kfox1111depends on if you scope ceph in or not.04:53
portdirectthis is where i get mentally blocked04:53
kfox1111with external ceph, yes.04:54
kfox1111with internal ceph, there be draggons.04:54
sdake_internal ceph causes danger because why?04:54
kfox1111the ceph server in kolla-kubernetes was intended only for testing.04:54
kfox1111its not robust enough to be used for anything else.04:54
portdirectdevelopers are only testing... they are running this on laptops and desktops not datacenters04:54
portdirectanyway - 4:55am gonna call it a night :)04:55
portdirectlaters04:55
* sdake_ sadfaces04:55
kfox1111it can be used for that, yheah.04:55
sdake_night portdirect04:55
kfox1111so there are 3 possibilites then.04:55
*** portdirect is now known as portdirect_away04:55
*** sdake_ is now known as sdake04:55
kfox1111ceph-deploy, helm-ceph, and the test ceph in kolla-kubernetes.04:55
kfox1111I only really created the kolla-kubernetes test ceph because of minikube restrictions.04:56
kfox1111the dev environment does not have the restrictions that required the cration of the kolla-kubernetes test ceph.04:57
sdakekfox1111 cool - so which distro does minikube run?04:57
*** krtaylor has joined #openstack-kolla04:57
kfox1111in fact, I'd like to switch the gate to ceph-deploy at some point. just hasn't been a priority.04:57
kfox1111sdake: a stripped down one. havent' been able to identify it.04:57
kfox1111no package manager I coudl find.04:57
sdakeread only /var?04:58
sdakeand read only /usr?04:58
kfox1111its a modified boot2docker vm I think.04:58
sdakecan minikube be made to run centos?04:58
kfox1111no. it was intended just to be an easy way to run one command and get a working k8s.04:59
kfox1111uses virtualbox by defauilt,04:59
kfox1111so works on windows/mac/linux with very little effort.04:59
kfox1111statically linked go binary so curl and go.05:00
sdakekfox1111 cool thanks - thats no good for a real deployment :)05:00
kfox1111http://boot2docker.io/ says its based on tiny core linux.05:00
kfox1111yeah. its just a dev tool.05:00
kfox1111lets random dev spin up k8s really easy and do some stuff. then tare it all down just as easily.05:01
sdakekfox1111 mind parsing this and integrating it into your brain and spitting out what comes up:)05:01
sdakehttps://github.com/portdirect/ceph-helm#namespace-activation05:01
kfox1111yeah. thats similar to the ceph setup scripts I pointed you at before.05:01
sdakekfox1111 which one in particular05:02
sdakekfox1111 I assume your headed to bed soon - so I'll dissect it this evening05:02
sdakeI'm basically starting my work day early :)05:02
kfox1111yeah. I gota head out very soon.05:02
*** adrian_otto has quit IRC05:02
sdakecool - which script in particular would be the parallel to what portdirect_away has there?05:02
kfox1111really, I think you should try and parse through the setup_gate.sh script.05:03
kfox1111it does everythying from a fresh installed vm all the way up.05:03
sdakei have 4 vms not 105:03
sdakeand it come sfrom teh dev env05:03
kfox1111tools/setup-ceph-secrets.sh is the closest I think.05:03
sdakei will parse through setup_gate.sh05:03
kfox1111there isn't much differenced between 4 nodes and 1 in k8s.05:03
sdakeid like to integrate the code in setup_gate.sh and children05:03
sdakeand what we have in the devenv documentation05:03
sdakeinto "now my devenv is seutp, whats next"05:04
kfox1111setup_gate.sh has a 2node setup, which should be basically the same for 4node.05:04
kfox1111with just 2 more compute nodes.05:04
sdakewhat other storage can be used as a backing store for kubernetes?05:04
sdakeiscsi/nfs/etc?05:05
kfox1111yes.05:05
sdakeis there a list somewhere?05:05
kfox1111basically setup_gate.sh is the distilled knowlege of everything I know about deploying. :)05:05
kfox1111so if I'm not around, thats the place to look. :)05:05
kfox1111yeah.05:05
sdakekfox1111 i understnd that totally05:05
sdakei am going to examine that deeply05:05
sdakekfox1111 here is the deal - today people use the gate to test kolla-kubernetes05:06
kfox1111sdake: https://kubernetes.io/docs/user-guide/volumes/05:06
sdakerather then doing dev on their personal boxes05:06
sdakekfox1111 thats a huge problem - need people to be able to dev on their own boxes05:06
sdakewaiting on the gate is slow05:06
kfox1111I get that.05:06
sdakei am here to fix it  :)05:06
kfox1111thats why I started breaking upt he gate into more reusable chunks.05:06
kfox1111though never tried it after breaking it up.05:06
kfox1111so not sure just how reusable the chunks are.05:06
sdakekfox1111 thanks for link on the storage types05:07
kfox1111if you find thins need some rearanging to be more reusable in the docs, lets fix it.05:07
kfox1111gota  head out.05:07
sdakekfox1111 thanks dude - goodnight :)05:07
kfox1111good night. :)05:07
*** sacharya_ has quit IRC05:10
*** sacharya has joined #openstack-kolla05:11
*** inc0 has quit IRC05:15
*** msimonin1 has left #openstack-kolla05:19
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: add a cd to halcyon-vagrant-kubernetes  https://review.openstack.org/42303905:22
*** imcsk8_ has joined #openstack-kolla05:30
*** imcsk8 has quit IRC05:33
*** mcnanci has quit IRC05:35
openstackgerritMerged openstack/kolla: Fix aodh dockerfile  https://review.openstack.org/42164505:36
*** mcnanci has joined #openstack-kolla05:43
*** sp___ has quit IRC05:45
*** zhurong has joined #openstack-kolla05:49
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Install kubectl on the host OS in the development environment docs  https://review.openstack.org/42304605:50
openstackgerritMerged openstack/kolla: Fix gnocchi dockerfile  https://review.openstack.org/42164806:10
*** tonanhngo has joined #openstack-kolla06:12
*** tonanhngo has quit IRC06:13
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Install kubectl and helm on the host OS in docs  https://review.openstack.org/42304606:13
openstackgerritcaoyuan proposed openstack/kolla-ansible: Unify haproxy prechecks condition order  https://review.openstack.org/41551006:15
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: add a cd to halcyon-vagrant-kubernetes  https://review.openstack.org/42303906:19
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Install kubectl and helm on the host OS in docs  https://review.openstack.org/42304606:19
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Add an overview section to the documentation  https://review.openstack.org/42306706:19
*** absubram has joined #openstack-kolla06:19
* sdake groans at the state of the documentation across Kolla06:19
openstackgerritcaoyuan proposed openstack/kolla-ansible: Unify haproxy prechecks condition order  https://review.openstack.org/41551006:22
openstackgerritcaoyuan proposed openstack/kolla-ansible: Unify haproxy prechecks condition order  https://review.openstack.org/41551006:25
*** huikang_ has quit IRC06:25
*** qiliang27 has quit IRC06:30
*** sayantani01 has quit IRC06:31
*** qiliang27 has joined #openstack-kolla06:32
openstackgerritzhubingbing proposed openstack/kolla: Fix designate dockerfile  https://review.openstack.org/42236606:36
sdakeduonghq you about?06:37
*** satyar has joined #openstack-kolla06:44
openstackgerritzhubingbing proposed openstack/kolla: remove /var/log/apache on keystone dockerfile  https://review.openstack.org/42308206:46
duonghqsdake, afternoon06:47
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Optimize reconfiguration for tacker  https://review.openstack.org/42203606:53
duonghqsdake, still cannot figure out why docker 1.13 destroy the gate06:54
sdakeduonghq Jeffrey4l_ has fixed it as I understand by pinning to an older version of docker06:54
duonghqsdake, yup, but as I told, we should not realize on this workaround06:55
sdakeduonghq quick quesiton, when you do kolla-kubernetes devlopment, do you use your personal box06:55
Jeffrey4l_duonghq, i have no idea too. so just pin the docker in the gate and try to fix it later.06:55
sdakeduonghq ya the workaround is not good06:55
sdakeJeffrey4l_ i think one thing worth trying is turning off selinux06:55
Jeffrey4l_sdake,  tried. not work.06:55
sdakeJeffrey4l_ or alternately check the audit logs06:55
sdakeJeffrey4l_ ok -worth a shot ;)06:55
Jeffrey4l_sdake, here https://review.openstack.org/42278606:55
duonghqsdake, currently, yes, my personal PC, but once the vagrant is up and running, it's very risky to turn off the box due to Internet connection can go worse anytime06:56
sdakeduonghq cool - cn you ell me how you get tiller server running06:56
sdakeduonghq I am getting an image pull error in the dev env06:56
sdakerather helm server running06:56
sdakeduonghq i am on a mission to document the entire "dev process" for kolla-kubernetes06:57
sdakeduonghq to help bring others up to speed06:57
sdakeduonghq we have a good document already in the dev env06:57
duonghqsdake, I saw,06:57
*** duonghq has left #openstack-kolla06:57
*** duonghq has joined #openstack-kolla06:57
sdakeduonghq coud use some assistancein the form of training :)06:57
duonghqI simply do vagrant destroy and vagrant up, until the ansible do not failed anything06:58
sdakeduonghq at present, tiller is on an image bckoff loop06:58
sdakeduonghq do you ahve any custom config, or running helm 2.1.0 as is defined in the halycon repo?06:58
duonghqafter tired with vagrant destroy and up, I run the Ansbile directly06:58
sdakeduonghq I am using helm 2.1.3 client06:58
* duonghq use k8s 1.5.1 w/ helm 2.1.3 both for server and client 06:58
jascott1sdake I have seen that when I install halycon vagrant without internet access (proxy set not on vpn etc)06:59
sdakeduonghq the dev env sets up helm 2.1.0 by default06:59
sdakejascott1 i am on a vpn-free network06:59
*** portdirect_away is now known as portdirect06:59
portdirectcentos was busted last week06:59
sdakejascott1 all other services are pulled correctly but tiller is not06:59
openstackgerritzhubingbing proposed openstack/kolla: Fix manila-base dockerfile format  https://review.openstack.org/42308907:00
portdirectpulling from gcr.io07:00
sdakeportdirect i pulled a fresh repo an hour ago07:00
duonghqsdake, I custom both config.rb and halcyon kubernetes07:00
sdakeduonghq please past econfig.rb07:00
sdakeportdirect the last time i tried the dev env (dec) it was working well with helm07:01
portdirect:( yeah - they had that as a priority fix so it should be in07:01
portdirectit took me down for a day07:01
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Fix ironic inspector  https://review.openstack.org/42012207:01
duonghqsdake, http://paste.openstack.org/show/595733/ here07:02
openstackgerritJeffrey Zhang proposed openstack/kolla: Fix ironic inspector  https://review.openstack.org/38077407:02
sdakeportdirect mind taking a look at my system?07:02
portdirectnp07:02
sdakeportdirect or are you sleeping :)07:02
portdirectlol - just change the fuel cell07:03
*** zhurong has quit IRC07:03
duonghqsdake, and the all.yaml of halcyon-kubernetes http://paste.openstack.org/show/595734/07:03
*** JeroenBo has joined #openstack-kolla07:06
*** absubram has quit IRC07:08
sdakeduonghq thanks :)07:09
*** salv-orlando has joined #openstack-kolla07:09
*** Jeffrey4l_ has quit IRC07:10
openstackgerritqiankun.zhang proposed openstack/kolla: Install tacker-horizon into horizon image  https://review.openstack.org/40781007:11
duonghqsdake, I re-run halcyon-kubernetes (the ansible one), many time, and it successes magically07:12
jascott1thats ansible isnt it07:12
sdakejascott1 your up late too i see :)07:13
jascott1aw yeah07:13
*** salv-orlando has quit IRC07:14
jascott1usually doesnt feel late to me until about 107:14
sdakei slept in the middle of the day so i'll be awake until cob tomorrow :(07:14
jascott1yeah I had to take a lil nap myself | )07:14
sdakeduonghq magic success is not good :(07:15
sdakejascott1 my nap was more like 5 or 6 hrs07:15
jascott1haha nice. power coma07:15
sdakejascott1 although my emploeyr doesn't care when i work07:15
sdakejascott1 i dont work on a clock, ratheri work on projects07:15
jascott1yeah thats great07:15
jascott1we get a lot of freedom but its still centers around a more or less 9-5 life07:16
jascott1i envy you wrt to scheduling07:16
duonghqsdake, I have meeting for about 20mins, cya07:17
jascott1i hate having to make myself 'go to sleep' for no good reason (other than maintaining employment optics) when im in the zone07:17
sdakethanks again duonghq07:17
duonghqsdake, my pleasure07:17
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Add zun ansible role  https://review.openstack.org/41617907:17
sdakejascott1 portdirect if you fellas get a chance can you review the last 3 patches that hit gerrit related to docs and kolla-kubernetes deliverable?07:25
*** zhubingbing_ has quit IRC07:29
jascott1looking good, agree with portdirect and will take another look on next revs07:37
* duonghq back 07:41
*** pcaruana has joined #openstack-kolla07:43
duonghqportdirect, can you review this: https://review.openstack.org/#/c/423016/107:43
*** afranc has joined #openstack-kolla07:44
*** bmace has quit IRC07:46
*** harbie_ has joined #openstack-kolla07:48
*** Aju has quit IRC07:51
*** dgonzalez has quit IRC07:51
*** harbie has quit IRC07:51
*** bmace_ has joined #openstack-kolla07:51
*** dgonzalez has joined #openstack-kolla07:51
*** harbie_ is now known as harbie07:51
*** harbie has quit IRC07:51
*** harbie has joined #openstack-kolla07:51
openstackgerritJeffrey Zhang proposed openstack/kolla: Add block for dumb-init installation  https://review.openstack.org/42224907:53
openstackgerritJeffrey Zhang proposed openstack/kolla: Code coverage improvement for kolla  https://review.openstack.org/42244407:55
*** matrohon has joined #openstack-kolla07:57
portdirectduonghq: looking now07:57
jascott1sdake i tried to make the one about obliterating your os less scary07:58
duonghqthank portdirect07:58
portdirectduonghq: is is easy for you to make another ps?07:59
duonghqportdirect, sorry but do not get your idea07:59
portdirectcan you edit that patchset easily?08:00
portdirectI have a change i would like but its not major08:00
duonghqsure08:00
portdirectsweet :)08:01
portdirectwould be best to install horizon last08:01
portdirectas we dont have any test for it - and it should be really straightforward08:02
portdirectother than that looks great :)08:02
duonghqportdirect, sure, I thought about this before, I push horizon first just for alphabetical order :)08:02
duonghqmoment08:02
openstackgerritDuong Ha-Quang proposed openstack/kolla-kubernetes: Horizon service package  https://review.openstack.org/42301608:04
portdirectjascott1: you work with any of the sdi crew?08:04
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: add a cd to halcyon-vagrant-kubernetes  https://review.openstack.org/42303908:05
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Install kubectl and helm on the host OS in docs  https://review.openstack.org/42304608:05
jascott1i do not but have met a few08:05
jascott1inc0 knows some of them peeps08:05
jascott1^portdirect08:06
portdirectnice - I'll need to hit him up - would like to find out more about snap08:06
jascott1ya i have looked at it but havent tried it08:07
portdirectthoughts? of literally just looked08:07
sdakeportdirect do you think pinning to docker 0.12.z will fix all the tagging things you did there?08:08
portdirectyeah should do08:08
sdakeweave and calico08:09
sdakeI noticed they are in all.yaml08:09
jascott1seems great, it seems their is some interest and ive read some good impressions08:09
sdakearen't they competing things?08:09
portdirectthough I'm kinda temped to "say screw you centos" and go upstream..08:09
sdakeits probably a docker problem not a centos problem08:09
portdirectwe cover all the major cni plugins08:09
portdirectno this one is deffo centos08:10
sdakedo we knwo what the root cause is?08:10
portdirectcant fint the bug report, but it's theirs08:10
sdakewe are not using docker from centos are we?08:10
portdirecthalcyon does08:10
sdakei see08:10
portdirectas thats what k8s recommends08:10
*** salv-orlando has joined #openstack-kolla08:11
sdakerather then docker-engine?08:11
portdirectthough the dont hav very strong feelings on the matter08:11
portdirect*they dont08:11
portdirectnot really08:11
sdakekolla-ansible recommends docker-engine08:11
portdirectthe acutaly prefer older dockers08:11
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Load murano dashboard dynamic  https://review.openstack.org/40215608:11
sdakeya, 1.10 is what i typically run :)08:11
sdakesince it doesn't have all the bloat08:11
portdirect0.14 still  on one of my boxes08:12
sdakerather 0.10 i mean08:12
portdirectdude you need to upgrade more :)08:12
sdakei got enuf upgrades going on in my life :)08:12
sdake[sdake@minime-03 halcyon-vagrant-kubernetes]$ docker --version08:13
sdakeDocker version 1.12.6, build 78d180208:13
portdirect0.14 is like 2.5 years old08:13
sdakethat is docker-engine08:13
sdakeya i mean 1.10 :)08:13
sdake-ETOOMANYNUMBERS08:13
satyarhi sdake08:14
jascott1anyone got a good map of compute kit interdependencies? working on subchart enabling/disabling via values08:14
sdakejascott1 in my head have a map :)08:14
*** shardy has joined #openstack-kolla08:14
jascott1do you by chance also have a data jack or floppy drive in there?08:15
*** n0isyn0i1e has quit IRC08:15
jascott1ya didnt know if there is some well known openstack website that shows this stuff, i have it all long hand and its not that complicated but prior art would be great08:16
portdirectis compute-kit a real term?08:16
portdirectits a good one :)08:17
*** n0isyn0ise has joined #openstack-kolla08:17
jascott1its a legit kolla term08:17
portdirectthat works for me :)08:17
portdirectkeystone, glance, nova, neutron?08:17
portdirectcinder?08:17
jascott1sure!08:18
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: add a cd to halcyon-vagrant-kubernetes  https://review.openstack.org/42303908:20
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Install kubectl and helm on the host OS in docs  https://review.openstack.org/42304608:20
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Add an overview section to the documentation  https://review.openstack.org/42306708:20
sdakejascott1 welcome to the matrix :)08:20
sdakeportdirect yes compute kit is a legit openstack term08:20
portdirectwhat does it cover?08:20
portdirectthe ones i meantiond i assume08:21
sdakehttps://governance.openstack.org/tc/reference/tags/starter-kit_compute.html08:21
portdirectnice08:21
sdakeportdirect how do I go about delting this stable/mysql chart08:25
sdakenm figured it out08:26
*** shardy is now known as shardy_afk08:26
*** klindgren has quit IRC08:27
*** klindgren has joined #openstack-kolla08:27
*** dasTor has quit IRC08:27
*** dasTor has joined #openstack-kolla08:28
openstackgerritzhang kun proposed openstack/kolla-ansible: Fix Bootstraping the mongodb replication set  https://review.openstack.org/42237708:30
*** tovin07 has quit IRC08:30
*** tovin07 has joined #openstack-kolla08:30
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Clean up mysql installed during test of helm  https://review.openstack.org/42312008:30
openstackgerritSurya Prakash Singh proposed openstack/kolla: Code coverage improvement for kolla  https://review.openstack.org/42244408:31
*** harmw has quit IRC08:31
*** harmw has joined #openstack-kolla08:32
sdakeok - so the development environment works, with a pin on docker - if portdirect can sort that out08:33
ScoopIciclePursuing this route will enable us to differentiate a predictability; this is why escalations strengthen the Chief Business Planning Officer. Controlling should prioritize hyper-hybrid, bi-face, value chains, while environments challenge us to hunt the business down.08:34
sdakeScoopIcicle should be called "things that shadowman wouldn't say"08:35
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Fix docker restart policy issue on docker engine 1.13  https://review.openstack.org/42312208:35
sdakeportdirect how would I change th eCNI plugin?08:36
portdirecti find him strangely motivational08:37
portdirectyou cant easily once cluster is up08:37
portdirectbut08:37
sdakehow about prior08:37
portdirectthis is the list of supported ones https://github.com/att-comdev/halcyon-kubernetes/tree/master/kube-deploy/roles/kube-sdn/tasks08:38
portdirectand hes where you do it: https://github.com/att-comdev/halcyon-kubernetes/blob/master/kube-deploy/group_vars/all.yml#L3408:39
*** egonzalez has joined #openstack-kolla08:42
sdakesup egonzalez08:43
sdakeportdirect ok so dev environment is up, only 3 nodes came up (one had an error during initialization iirc so that is to be expected)08:46
sdakeand I think the dev env docs are in good shape now with my new commits08:47
sdakerahter git reviews08:47
sdaketested and working with whtever hackery you did on my box ;-)08:47
portdirectstuxnet08:47
sdakewhich i think was pulling a speicla tiller version and changing from weave to calico08:47
sdakeshould be document those changes in the docs?08:47
portdirectnot a special tiller, just pulled from a different domain08:48
sdakenow - the next set of problems08:48
portdirect //logout08:48
sdakedo I absolutely need ceph for kolla-kubernetes to run?08:48
* sdake grins08:48
portdirectright08:49
portdirecti dont think you do08:49
jascott1ScoopIcicle: you are too serious! need more silly jibberish08:49
portdirectbut have absolutely no idea if im right, or how to run without08:49
portdirectjascott1: is ScoopIcicle yours?08:50
duonghqportdirect, can you review my ps (again): https://review.openstack.org/#/c/423016/08:50
jascott1nope08:50
sdakewhy do we have wait for pods in the service script08:51
sdakeshoudln't entrypoint manage that?08:51
portdirectkfox likes em08:52
portdirectit does also help pace the gate08:52
*** shardy_afk is now known as shardy08:52
sdakei get why in the microservices08:52
jascott1sdake where you at in the code? we had gate before all entrypoints maybe?08:52
sdakeya - i'm just wondering if they can safely be removed08:52
sdakejascott1 ^^08:53
portdirecti think they probably can08:53
portdirectbut we would need one at the end08:53
portdirectbefore running functional tests08:53
*** bjolo has joined #openstack-kolla08:53
bjolomorning08:53
duonghqmorning bjolo08:53
bjolohi duonghq08:54
bjolohow are ya?08:54
duonghqtotally fine08:54
portdirecthey bjolo, I'm just frying some butter in old chip oil, you want any?08:54
openstackgerritYao Lu proposed openstack/kolla: Change docker restart policy  https://review.openstack.org/42302608:55
bjolosounds yummy08:55
bjolo:)08:55
portdirect;)08:55
bjolowhos going to the PTG?08:55
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible: Optimize reconfiguration for tacker  https://review.openstack.org/42203608:55
portdirectnot sure, holding out hope for good news today08:55
duonghqthe TSP result is not sent yet?08:55
jascott1portdirect haha me too08:56
jascott1but from upper mgmt08:56
jascott1ya its T-1month right08:56
*** salv-orlando has quit IRC08:56
portdirectbjolo: you going?08:56
bjololooks like it08:56
duonghqnice08:57
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Fix the kolla_toolbox module do not work on docker engine 1.10  https://review.openstack.org/42278108:57
portdirectnice :) your site up and running yet?08:57
portdirector still in dev?08:57
bjolofinal final betatesting08:57
bjolofricking neutron issues08:57
bjoloenabling MTU 9000 everywhere in the configs, but even so the linux bridges comes up with mtu 150008:58
portdirect:(08:58
portdirectleast that not *too* bad08:58
bjolonova also has one issue. VMs dont autostart when compute node reboots08:59
portdirectI've had to tune mtu in the source before08:59
sdakebjolo good to hear your close :)08:59
*** matrohon has quit IRC08:59
sdakebjolo that is the way nova behaves I believe08:59
bjolosdake, still up huh!08:59
bjolowell there is a config flag for it, but does not seem to take it08:59
sdakebjolo nah I slept at 3pm, woke up 8 or 9pm08:59
jascott1speaking of, have a good one folks!08:59
sdakebjolo so I guess I had a compressed awake schedule on thursday :)09:00
sdakelater jascott109:00
jascott1portdirect, all good luck on PTG stuff09:00
sdakejascott1 ya ptg is feb 24 iirc09:00
*** jascott1 has quit IRC09:00
portdirectcheers bro :)09:01
portdirecthope to meet you and duonghq there :)09:01
*** prameswar has quit IRC09:01
duonghqportdirect, /me too09:01
*** openstackgerrit has quit IRC09:02
bjoloanyone worked with kolla tempest? i.e. how to actually run the tests?09:05
egonzalezalso waiting for TSP, first round was denied09:05
duonghqegonzalez, did you receive explicit denial email?09:08
duonghqiirc, it'was just postponed09:08
egonzalezjust saying that we will be in touch mid january09:09
duonghqya09:10
egonzalezberendt: receive his tickets at the end of DEC09:10
egonzalezlucky guy ;)09:10
duonghqseems that not many people as lucky as berendt09:10
*** openstackgerrit has joined #openstack-kolla09:11
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for gnocchi  https://review.openstack.org/42313309:11
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for rabbitmq  https://review.openstack.org/42270509:12
ScoopIcicleThere is no alternative to pillars.09:13
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for heat  https://review.openstack.org/42118409:14
bjoloone would figure that tempest verify-config should not stacktrace at least :)09:16
*** Serlex has joined #openstack-kolla09:16
*** gfidente has joined #openstack-kolla09:21
*** gfidente has quit IRC09:21
*** gfidente has joined #openstack-kolla09:21
*** tovin07 has left #openstack-kolla09:21
*** dgonzalez_ has joined #openstack-kolla09:23
*** msimonin has joined #openstack-kolla09:23
openstackgerritcaoyuan proposed openstack/kolla-ansible: Update the upgrade.yml for trove  https://review.openstack.org/42314209:25
*** dgonzalez has quit IRC09:27
*** dgonzalez_ is now known as dgonzalez09:27
openstackgerritMerged openstack/kolla: Modify punctuation  https://review.openstack.org/42294909:28
*** jascott1 has joined #openstack-kolla09:33
*** matrohon has joined #openstack-kolla09:44
sdakewell i've hit the wall yet again09:48
sdakesee ya all later :)09:48
*** zhubingbing has joined #openstack-kolla09:48
duonghqsdake, night09:49
*** sdake has quit IRC09:52
*** sdake has joined #openstack-kolla09:53
*** sacharya has quit IRC09:57
*** sacharya has joined #openstack-kolla09:58
*** hfu has quit IRC10:00
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for kibana  https://review.openstack.org/42315810:00
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for kibana  https://review.openstack.org/42315810:02
*** athomas has joined #openstack-kolla10:10
*** zhubingbing has quit IRC10:12
*** zhubingbing has joined #openstack-kolla10:13
*** ingmar23 has joined #openstack-kolla10:13
*** sambetts|afk is now known as sambetts10:13
openstackgerritSurya Prakash Singh proposed openstack/kolla: Code coverage improvement for kolla  https://review.openstack.org/42244410:14
*** ingmar23 has quit IRC10:14
*** ingmar23 has joined #openstack-kolla10:15
*** satyar has quit IRC10:19
*** duonghq has quit IRC10:20
*** zhubingbing has quit IRC10:20
*** sacharya has quit IRC10:23
*** sacharya has joined #openstack-kolla10:24
*** cuongnv has quit IRC10:26
*** saneax is now known as saneax-_-|AFK10:31
*** prameswar has joined #openstack-kolla10:31
*** tovin07_ has quit IRC10:36
openstackgerritWei Cao proposed openstack/kolla: Add dragonflow container  https://review.openstack.org/41819310:40
*** Jeffrey4l has joined #openstack-kolla10:40
Jeffrey4lhi egonzalez this bp is implemented.10:42
Jeffrey4lhttps://blueprints.launchpad.net/kolla-ansible/+spec/octavia-ansible-role10:42
Jeffrey4lbut could u approve it? egonzalez10:42
*** jascott1_ has joined #openstack-kolla10:43
egonzalezdone, thanks10:43
*** jascott1_ has quit IRC10:48
*** ipsecguy_ has quit IRC10:51
*** zhangkun_ has quit IRC10:52
*** msimonin has left #openstack-kolla10:57
Jeffrey4lthanks.11:01
*** salv-orlando has joined #openstack-kolla11:06
*** ScoopIcicle has quit IRC11:07
*** salv-orlando has quit IRC11:24
*** ipsecguy has joined #openstack-kolla11:32
openstackgerritWei Cao proposed openstack/kolla: Add dragonflow container  https://review.openstack.org/41819311:32
openstackgerritMauricio Lima proposed openstack/kolla-ansible: Unify haproxy prechecks condition order  https://review.openstack.org/41551011:32
openstackgerritSurya Prakash Singh proposed openstack/kolla: Code coverage improvement for kolla  https://review.openstack.org/42244411:40
mliimamorning guys11:46
bjolohi mliima11:54
*** pcaruana has quit IRC11:59
openstackgerritChristian Berendt proposed openstack/kolla-ansible: Remove Ubuntu 14.04 specific precheck  https://review.openstack.org/42323112:00
*** hfu has joined #openstack-kolla12:01
*** caowei has quit IRC12:02
*** saneax-_-|AFK is now known as saneax12:02
*** msimonin1 has joined #openstack-kolla12:03
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible: Remove hardcoded designate backend  https://review.openstack.org/42323312:03
*** jtriley has quit IRC12:04
*** hfu has quit IRC12:05
*** pcaruana has joined #openstack-kolla12:06
sdakemorning folks12:14
egonzalezmorning sdake12:14
*** bjolo has quit IRC12:14
*** bjolo_ has joined #openstack-kolla12:14
*** sdake has quit IRC12:18
*** sdake_ has joined #openstack-kolla12:19
openstackgerritSajauddin proposed openstack/kolla: Implements: blueprint kolla on power server  https://review.openstack.org/42323912:24
openstackgerritSajauddin proposed openstack/kolla: Implements: blueprint kolla on power server  https://review.openstack.org/42323912:29
*** rhallisey has joined #openstack-kolla12:30
*** shardy is now known as shardy_lunch12:36
openstackgerritMerged openstack/kolla-kubernetes: Remove support for py33  https://review.openstack.org/42234212:37
*** slagle_ is now known as slagle12:37
*** mattmceuen has joined #openstack-kolla12:40
openstackgerritEduardo Gonzalez proposed openstack/kolla: Remove empty spaces dind dockerfile  https://review.openstack.org/42324912:43
*** hfu has joined #openstack-kolla12:50
*** mgiles has joined #openstack-kolla12:51
openstackgerritMark Giles proposed openstack/kolla-kubernetes: Nova-compute service deployment  https://review.openstack.org/42268812:51
*** JoseMello has joined #openstack-kolla12:52
*** hfu has quit IRC12:53
*** satyar has joined #openstack-kolla12:54
*** hfu has joined #openstack-kolla12:56
*** hfu has quit IRC12:58
*** hfu has joined #openstack-kolla13:00
*** Jeffrey4l_ has joined #openstack-kolla13:00
*** hfu has quit IRC13:01
*** hfu has joined #openstack-kolla13:02
*** Jeffrey4l has quit IRC13:04
*** hfu has quit IRC13:04
*** athomas has quit IRC13:10
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: Add a simple test to see if horizon is running  https://review.openstack.org/42293213:14
*** caowei has joined #openstack-kolla13:14
*** sdake has joined #openstack-kolla13:14
*** shardy_lunch is now known as shardy13:14
*** athomas has joined #openstack-kolla13:16
*** sdake_ has quit IRC13:17
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319313:17
openstackgerritMauricio Lima proposed openstack/kolla: introduces OVS with DPDK containers  https://review.openstack.org/34235413:19
*** JeroenBo has quit IRC13:21
*** hfu has joined #openstack-kolla13:21
mliimamorning sdake13:22
*** jheroux has joined #openstack-kolla13:25
*** kbaegis has joined #openstack-kolla13:25
*** sayantani01 has joined #openstack-kolla13:26
*** mdnadeem has quit IRC13:27
*** shardy has quit IRC13:27
*** shardy has joined #openstack-kolla13:27
openstackgerritWei Cao proposed openstack/kolla: Add dragonflow container  https://review.openstack.org/41819313:29
*** zhubingbing has joined #openstack-kolla13:29
sdakeportdirect ping13:30
sdakeportdirect what is the tiller URI13:31
*** hfu has quit IRC13:32
kfox1111morning13:33
kfox1111tiller uri?13:33
kfox1111it doesn't really have one.13:33
*** v1k0d3n has joined #openstack-kolla13:34
*** zhubingbing has quit IRC13:36
*** zhubingbing has joined #openstack-kolla13:37
*** bradjones has joined #openstack-kolla13:38
*** bradjones has quit IRC13:38
*** bradjones has joined #openstack-kolla13:38
openstackgerritFrancisco Edigleison Barbosa proposed openstack/kolla: Add how configure backend to cinder HNAS iSCSI driver guide  https://review.openstack.org/42215713:41
*** schwicht has joined #openstack-kolla13:41
*** zhubingbing has quit IRC13:42
*** ipsecguy has quit IRC13:44
*** ipsecguy has joined #openstack-kolla13:45
*** ipsecguy has quit IRC13:46
*** ipsecguy has joined #openstack-kolla13:47
openstackgerritMerged openstack/kolla-ansible: Detect openstack_release variable when it auto  https://review.openstack.org/42232413:47
SerlexAnyone try halcyon-kolla-kubernetes environment?13:50
*** schwicht has quit IRC13:50
openstackgerritMerged openstack/kolla: remove /var/log/apache on keystone dockerfile  https://review.openstack.org/42308213:52
*** sp___ has joined #openstack-kolla13:54
*** salv-orlando has joined #openstack-kolla13:57
*** zhubingbing has joined #openstack-kolla13:58
*** zhubingbing has quit IRC13:59
*** skramaja has quit IRC14:02
*** dgonzalez has quit IRC14:06
*** hfu has joined #openstack-kolla14:06
*** sdake_ has joined #openstack-kolla14:07
*** dave-mccowan has joined #openstack-kolla14:07
*** zhubingbing has joined #openstack-kolla14:07
*** schwicht has joined #openstack-kolla14:09
*** sdake has quit IRC14:09
*** mattmceuen has quit IRC14:11
*** dgonzalez has joined #openstack-kolla14:11
*** fguillot has joined #openstack-kolla14:14
*** sayantani01 has quit IRC14:14
*** sayantani01 has joined #openstack-kolla14:15
*** saneax is now known as saneax-_-|AFK14:18
openstackgerritFrancisco Edigleison Barbosa proposed openstack/kolla: Add how configure backend to cinder HNAS iSCSI driver guide  https://review.openstack.org/42215714:18
zhubingbinghello guys14:19
kfox1111hi14:19
mliimahi zhubingbing14:19
zhubingbinghi guys14:19
zhubingbingsup <mliima>14:20
zhubingbingsup kfox111114:20
zhubingbing;)14:20
sdake_kfox1111 kfox1111 ping14:20
sdake_two kfox pings :)14:20
sdake_kfox1111 standing up kolla-kubernetes atm14:20
sdake_kfox1111 to fix the docs14:20
kfox1111hey.14:20
kfox1111nice.14:20
kfox1111how goes it?14:21
sdake_kfox1111 wondering if you could help me with what the /etc/kolla/globals.yml should look like14:21
sdake_i see a kolla-kubernetes.yml in etc dir14:21
sdake_kfox1111 got dev env up and running althoug htiller is busted because the devenv uses 1.13 of docker-engine14:21
kfox1111cat kolla_kubernetes/tests/conf/ceph-all-in-one/kolla_config >> /etc/kolla/globals.yml14:21
kfox1111oh. does 1.13 not work with k8s?14:23
kfox1111haven't tried it yet.14:23
*** sacharya has quit IRC14:23
*** sacharya_ has joined #openstack-kolla14:23
*** zhubingbing_ has joined #openstack-kolla14:24
*** sacharya_ has quit IRC14:24
*** sacharya has joined #openstack-kolla14:25
*** zhubingbing has quit IRC14:25
sbezverkmorning14:26
kfox1111morning14:26
*** sacharya has quit IRC14:30
*** hfu has quit IRC14:30
*** kbaegis has quit IRC14:34
*** kbaegis has joined #openstack-kolla14:35
*** kbaegis has quit IRC14:38
sbezverkkfox1111: qq we always have a single configmap per service right? regardless of number of microservices under the service umbrella14:42
*** absubram has joined #openstack-kolla14:42
kfox1111no, I think nova has multiple configmaps in its single service.14:43
kfox1111I'm dusting off the horizon rolling upgrade patch set and I think it will have multiple confimaps too.14:43
sbezverkkfox1111: ah right :(14:43
*** bjolo_ has quit IRC14:43
sbezverkkfox1111: it makes life of an operator more difficult as it needs to maintin multiple configmaps needed for service14:44
sdake_kfox1111 dissecting the setup_gate.sh14:44
sdake_is this mandatory:14:44
sdake_TOOLBOX=$(kollakube tmpl bootstrap neutron-create-db -o json | jq -r '.spec.template.spec.containers[0].image')14:44
sdake_sudo docker pull $TOOLBOX > /dev/null14:44
sdake_timeout 240s tools/setup-resolv-conf.sh14:44
kfox1111sbezverk: yeah.14:44
kfox1111sdake_: its just a test to ensure that the dns pods in k8s has successfully launched and is working before progress continues.14:45
sdake_the docker pull part?14:45
kfox1111the pull just ensures the toolbox is downloaded before staring the 240s countdown.14:46
kfox1111makes it more likely to succeed in time.14:46
kfox1111can probably skip it.14:46
*** schwicht has quit IRC14:47
*** schwicht has joined #openstack-kolla14:50
*** breitz has quit IRC14:50
sbezverkkfox1111: there has to be an association in place to the progam can select right config for right microservice. when you want to use two configmaps for reconfiguration, I need to have naming convention neutron-l3-0.4.0.-1-X wheere X is configuation revision, would it work for you?14:50
*** lrensing has joined #openstack-kolla14:50
*** lamt has joined #openstack-kolla14:51
*** breitz has joined #openstack-kolla14:51
*** sayantani01 has quit IRC14:51
*** lrensing has quit IRC14:54
kfox1111yeah. versioning will be important.14:55
kfox1111was kind of hoping we could delay until the ptg to discuss, as it will take a while to figure out the right thing to do.14:55
*** jtriley has joined #openstack-kolla14:55
kfox1111but I'm starting to run into it too. :/14:55
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: Support rolling upgrades of horizon  https://review.openstack.org/33399614:56
kfox1111maybe we can start to discuss it though.14:57
kfox1111so, neutron-l3-0.4.0.-1-X would work.14:58
kfox1111though for versioning of the package, I'm thinking maybe we do neutron-l3-agent-3.0.2-0.4.0-114:58
kfox1111so the configmap woudl end up being neutron-l3-agent-3.0.2-0.4.0-1-X. which might be a bit much.14:59
sbezverkkfox1111: ok if we agree that configmap will ALWAYS be named after microservice then it will make thing easier14:59
kfox1111another option would be to just do neutron-l3-X14:59
sbezverkkfox1111: I like latter14:59
kfox1111do we have cases where a configmaps shared between objects?14:59
kfox1111yeah. I kind of like neutron-l3-X better too.15:00
kfox1111it doesn't let you reset the number as often, but not sure that really matters.15:00
sbezverkkfox1111: ony between job that bootstrap process15:00
sbezverkand the actual process15:00
kfox1111k.15:01
*** JeroenBo has joined #openstack-kolla15:01
kfox1111so, maybe we prototype neutron-l3-X for now and see if we run into any issues?15:01
sbezverkkfox1111: since I have already everything for memcached, I would prefer continue using it15:07
sbezverkit is more simple and less dependent service15:08
kfox1111using neutron-l3-0.4.0.-1-X ?15:08
sbezverkno no, that was just an example15:08
kfox1111oh.15:08
sbezverkmemcached-XXX15:08
kfox1111yeah, I meant just the -X thing rather then the 0.4.0-1-x thing.15:08
sbezverkmemcached-001 etc15:08
kfox1111yeah. +1.15:08
kfox1111<configmapname>-<version>15:09
sbezverkkfox1111: sounds good I really want to see helm upgrade works with the same chart and dofferent configmap15:10
kfox1111me too. :)15:10
kfox1111If it works, I'll probably convert the high energy physics k8s objects I hae to helm. :)15:10
kfox1111cause being able to make a config change, then do a rolling upgrade to deploy there is really critical.15:11
*** jemcevoy has quit IRC15:13
*** david-lyle has joined #openstack-kolla15:13
*** JeroenBo has quit IRC15:15
*** kristian__ has joined #openstack-kolla15:16
*** TxGirlGeek has joined #openstack-kolla15:23
*** david-lyle has quit IRC15:25
*** absubram has quit IRC15:25
*** david-lyle has joined #openstack-kolla15:25
*** masuberu has quit IRC15:28
*** sacharya has joined #openstack-kolla15:35
sambettsHey, I'm trying to setup kolla-kubernetes, and I'm looking at the setup_gate.sh script, I know I need a ceph backing store, and I see some scripts like build_test_ceph.sh, is this the script I need to run to setup ceph or is there something else, and does it run ceph in a container or on the k8s host??15:37
openstackgerritcaoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for senlin  https://review.openstack.org/42333615:37
*** nrado has joined #openstack-kolla15:37
*** mgoddard has joined #openstack-kolla15:39
sbezverksambetts: scritps you are looking at were desinged for the gate testinh, so everything run in containers, even ceph..15:39
sdake_sbezverk i thought ceph was external?15:40
*** david-lyle has quit IRC15:42
*** ingmar23 has quit IRC15:43
sbezverksdake_: at the gate everything runs as a container15:44
*** salv-orlando has quit IRC15:44
sdake_sbezverk cool - kfox1111 indicated that isn't ideal15:45
sbezverksdake_: sure it was just for the gate where we do not have too much of luxury15:46
sdake_sbezverk cool so documenting how to do deploy without the gate15:47
sdake_wondering can I just run build_test_ceph.sh?15:47
sdake_kfox1111 ^^15:47
*** shardy has quit IRC15:48
*** shardy has joined #openstack-kolla15:49
sdake_is setup_gate_lopback.sh run on the vm or in a vm on a vm?15:50
*** adrian_otto has joined #openstack-kolla15:51
*** masuberu has joined #openstack-kolla15:53
sdake_kfox1111 sbezverk ^^15:53
sdake_writing docs guys , need some love :)15:53
sbezverksdake_: kfox1111 would be better resource for ceph. but I do not think running build_test_ceph is siutable for non gate env..15:55
sdake_sbezverk i get its not suitable; I want to document how to setup ceph and haven't hte faintest idea how15:56
erhudycan i get another +2 on https://review.openstack.org/#/c/422249/ to push it over the finish line15:58
*** egonzalez has quit IRC15:58
*** jascott1_ has joined #openstack-kolla15:58
*** sp___ has quit IRC16:01
*** sayantani01 has joined #openstack-kolla16:02
*** pcaruana has quit IRC16:03
*** jascott1_ has quit IRC16:03
sdake_sbezverk kfox1111 is there a diagnostic command more advanced then kubectl get pod rabbitmq-0?16:05
openstackgerritzhubingbing proposed openstack/kolla-ansible: Use port variable replace 5000 and 35357  https://review.openstack.org/42334816:08
*** hieulq has quit IRC16:09
mgilessdake_ depending on what you're looking for kubectl describe pod rabbitmq-0 or kubectl logs rabbitmq-0 may give more detail16:10
sdake_mgiles thanks16:12
sdake_mgiles i'm on a mission to make a proepr quickstart guide for kolla-kubernetes16:13
sdake_mgiles curious whaty our approach to ceph was16:13
sdake_mgiles or if instead your using the gate for testing16:13
sdake_mgiles morning btw :)16:13
mgilesgood morning16:13
mgilesI've tried to replicate the ceph setup the gate uses.  It's not ideal, but I don't know anything about ceph so haven't figured out a better way16:14
sdake_define tried16:14
sdake_did you write a script?16:14
sdake_mgiles i want to do exacty the same thing and document it16:14
openstackgerritsean mooney proposed openstack/kolla-ansible: This change allow setting kernel commandline args  https://review.openstack.org/40887616:14
openstackgerritsean mooney proposed openstack/kolla-ansible: extends ansible roles to deploy ovsdpdk  https://review.openstack.org/40887216:14
openstackgerritsean mooney proposed openstack/kolla-ansible: adds ovs-dpdkctl tool  https://review.openstack.org/40887116:14
mgilesit's a bit of a long answer  - give me a minute  ;)16:14
sdake_mgiles devs r e blocked on deving because of ceph16:14
mliimahey sdake_, can you review it https://review.openstack.org/#/c/417094/ :)16:15
mgilesneed to look back at my notes16:15
*** hieulq_ has joined #openstack-kolla16:15
*** hieulq has joined #openstack-kolla16:15
*** sdake_ has quit IRC16:15
sbezverksdake_: what exactly you want to check with rabbitmq-0?16:16
mgilesafter the vagrant env is up, I ssh'd into kube2 (vagrant ssh kube2) and run the contents of the setup_gate_loopback.sh script there16:16
*** sdake has joined #openstack-kolla16:16
mgilesThe problem is that in that env, the loopback devices are different device numbers than expected by some of the later commands, so I had to tweak things after that16:17
mgilesAlso it's necessary to have kube2 be the only node labelled as a control node so that all the things that need ceph are there16:17
mgileskind of hacky all around, but it's gotten things working for me16:17
sdakemgiles taking all suggesetions :)16:18
sdakemgiles are you talking the halcyon env?16:18
mgilesif you pm me your email address, I can send you more specifics.  Too long for irc16:18
sdakestdake@csico.com16:18
sdakethanks mgiles :)16:19
*** satyar_ has joined #openstack-kolla16:19
*** satyar has quit IRC16:20
mgilesalso bmace_ has been working on some scripts to make this dev env setup smoother so you should check with him when he's online (might be a bit early for him yet)16:20
kfox1111back.16:21
*** zhubingbing_ has quit IRC16:22
kfox1111sdake: if you setup the two loopback devices prior to running build_test-ceph.sh, it might just work.16:23
*** l4yerffeJ has joined #openstack-kolla16:23
*** l4yerffeJ has left #openstack-kolla16:24
*** l4yerffeJ has joined #openstack-kolla16:24
kfox1111oh. probably need some bits from setup_config.sh too.16:24
kfox1111as it tweaks ceph to be ok with 1 node, 2 osd's.16:24
*** inc0 has joined #openstack-kolla16:24
sdakekfox1111 yup - working on writing a "deploy" script16:25
sdakethat works outside of the gate16:25
inc0good morning16:25
sdakesup inc016:25
kfox1111sdake: cool.16:25
sdakekfox1111 any hints you could provide for that would be helpful16:25
sdakeI have dug into setup_gate.sh quite a bit today and last night16:25
sdakeas well as ceph_workflow.sh16:25
kfox1111setup_gate does a complete setup. most of it is deployment related. a little bit is gate related.16:25
sdakei understand - i'e studied it for about 8 hrs16:26
kfox1111cool. :)16:26
sdakethe helm deployments end in a 1/1 deployed state16:26
sdakehowever it takes forever and the docker containers themselves keep restarting16:26
kfox1111yeah.16:26
sdakewhile some work16:26
kfox1111hmm... so almost there.16:26
sdakeright - i think the missing component is ceph16:27
kfox1111yeah. if ceph isn't there, it will do that.16:27
kfox1111as mariadb/rabbit depend on ceph,16:27
sdakeok well that h elps :)16:27
kfox1111so everything else won't work.16:27
kfox1111ceph's the very bottom of the layer cake of storage.16:27
kfox1111so, I think your close.16:28
sdakegot it and understand it (or some other storage provider for kubernetes) is mandatory16:28
kfox1111yeah.16:28
*** dave-mccowan has quit IRC16:29
*** salv-orlando has joined #openstack-kolla16:31
*** nrado has quit IRC16:32
*** sudipto has joined #openstack-kolla16:32
*** sudipto_ has joined #openstack-kolla16:32
*** hieulq_ has quit IRC16:32
sdakemgiles ya know, I should have asked you to mail that to the mailing list for others16:37
sdakerather then eveyrone singlethread on me16:37
sdakemgiles would you be willing to do that?16:37
sdakemgiles i see  this often in every project16:38
sdakethere are 3 aspects16:38
sdakecode, docs, and gating16:38
sdakea project does really well at 216:38
sdakeand not so well at 116:39
sdakekolla-kubernetes hasn't done a great job of keeping the docs up to date16:39
sdakeif we could get a minimal quickstart guide written, that would help everyone16:39
sdakeand I'm willing to write it or parts of it16:39
mgilessdake agreed about the docs.  Glad you're tackling some of it16:40
mgilessdake I think ideally any set of instrucitons should go into docs rather the ml.  Not everybody follows the ml.16:40
sdakemgiles right - i just want to get your notes distributed16:41
mgilessdake ...and I keep hoping there's a more elegant solution than what I've hacked together16:41
mgilesalthough I guess it's better than nothing :)16:42
SerlexCan I suggest removing some of the "old" documentation to easy the confusion?16:42
sdakeSerlex will move it to an archive for th emoment - want to keep it around as it is our best reference16:43
SerlexRoger16:43
sdakeSerlex and parsing rst is a pita :)16:43
sdakei prefer reading docs.oo16:43
*** satyar has joined #openstack-kolla16:43
prameswarHi all ,  can you please review this patch for kolla-kubernetes : https://review.openstack.org/#/c/422803/16:44
inc0I read it from github16:44
kfox1111sdake: gits a reference. can delete it and it will still be in history.16:44
inc0since I usually know which document I'm looking for and navigation is quicker16:44
*** satyar_ has quit IRC16:46
*** v1k0d3n has quit IRC16:46
SerlexI'm trying to get setup with k8s on github but I see "development env" "minikube quickstart" "quickstart" "kubernetes-setup"16:48
Serlexmaybe I'm been a douche and very picky16:48
*** jascott1_ has joined #openstack-kolla16:51
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Clean up mysql installed during test of helm  https://review.openstack.org/42312016:55
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Install kubectl and helm on the host OS in docs  https://review.openstack.org/42304616:55
jascott1_sdake still going I see :)16:55
sdakejascott1_ actually I crashed for about 3 hours again16:56
sdakeget the crash cart!16:56
jascott1_haha, cheating16:56
sdakeworking too much is the cheating part ;)16:56
sdakeSerlex ya - the core reviewers are struggling to setup their environments16:57
sdakeserlex so don't feel alone :)16:57
jascott1_just need adrenaline IV16:57
*** jascott1_ has quit IRC16:57
*** jascott1_ has joined #openstack-kolla16:58
jascott1_bouncer is taking my id but wont let me connect :/16:59
sbezverksdake: it sounds a bit strong about struggling ;) bunch of guys developing and running as far as I can see..17:00
sdakesbezverk ok some devs are struggling :)17:00
sdakesbezverk and you hae  to admit the docs are disorganized :)17:01
sbezverksdake: we are in the development, some things we do not even know how it will be, so at this point I think it is normal..17:01
kfox1111sbezverk: portdirect said he hasn't been able to deploy yet.17:02
kfox1111the docs really need fixing. :/17:02
kfox1111with the huge refactor, its not surprising the docs bitrotted.17:02
SerlexChill guys, I didn't mean to stir anything, docs are cool, its the user,17:03
Serlexaka me :)17:03
*** DanyC has joined #openstack-kolla17:04
*** salv-orlando has quit IRC17:04
*** fguillot has quit IRC17:04
mgilessdake  Let me know if those instructions I sent work for you.  If they do, I'm willing to post to a larger audience, but we should make sure they're tested by somebody other than just me first.17:05
kfox1111Serlex: no, the docs are really really bitrotten.17:06
kfox1111Serlex: we've been completely reworking the deployment mechanism, so the docs reflect the old way of doing things.17:06
openstackgerritEdmund Rhudy proposed openstack/kolla: Add rabbitmq_install block to RabbitMQ Dockerfile  https://review.openstack.org/42337817:07
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855017:07
*** DanyC has left #openstack-kolla17:08
*** jrich523 has quit IRC17:08
*** jrich523 has joined #openstack-kolla17:08
inc0hey guys., check it out https://review.openstack.org/#/c/422931/17:09
inc0this thing will land in main openstack docs as our deployment guide17:09
inc0so let's make it count17:09
*** lamt has quit IRC17:10
*** DanyC_ has joined #openstack-kolla17:10
kfox1111inc0: going to ask again. is kolla repo the right place for that? shouldnit there be one in kolla-ansible and one in kolla-kubernetes?17:11
kfox1111kolla repo isn't concerned with deployment.17:11
*** DanyC_ has left #openstack-kolla17:11
inc0kfox1111, we need to refactor docs, true, however I'd wait till we have real alternative frankly17:13
erhudyopinion question17:13
*** matrohon has quit IRC17:13
inc0or at least someone willing to write down docs to clearly point to ansible/k9s17:13
inc0k8s17:13
kfox1111inc0: strongly disagree. there was a huge push to split repo's. still is. we need to stop resisting that split. :/17:13
SamYaple++17:14
*** lamt has joined #openstack-kolla17:14
kfox1111taking time to split old stuff is understandable.17:14
inc0ok, fair point17:14
kfox1111new stuff on the other hand, should go in the right place, to begin with.17:14
erhudysince there are multiple containers that pull get-pip.py from the interwebs (e.g. kolla-toolbox, some helm stuff), would anyone be mad if i introduced a pip-base container to consolidate the pip installation step and rebased affected containers to depend on it17:14
inc0then I'll say, when someone write docs that clearly will help people to quickly install kolla, that'd be ok17:14
kfox1111there should just be a pointer from kolla to docs in either repo.17:15
inc0erhudy, that's a very good question, you're right imho17:15
erhudyindependent of that, there are containers that also configure their own package installation stuff17:16
erhudye.g. fluentd17:16
erhudyi'm not sure if it was intentional that they weren't included in the base image?17:16
openstackgerritMerged openstack/kolla: Remove empty spaces dind dockerfile  https://review.openstack.org/42324917:16
inc0also good catch, one I'm particulary not very fond of, this is a bug17:17
erhudyokay, i just wanted to discuss it before i start lobbing more PRs up, since there may have been reasons for doing so17:18
erhudybeing that i am new to the community and not steeped in all the tribal knowledge17:18
inc0understandable, good to ask, but also both points are totally valid17:18
*** fguillot has joined #openstack-kolla17:19
erhudyalright, i'll get to work then17:19
inc0thank you17:19
inc0https://review.openstack.org/#/c/418550/ <- hmm...what did I do to haproxy conf? oO17:26
*** DanyC has joined #openstack-kolla17:28
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855017:29
inc0nvm, I messed up big time last one;)17:29
*** DanyC has left #openstack-kolla17:31
*** jascott1_ has quit IRC17:33
openstackgerritMauricio Lima proposed openstack/kolla: Use install-pip macro in most source images  https://review.openstack.org/41386117:37
*** aj_power has joined #openstack-kolla17:38
*** kristian__ has quit IRC17:38
*** jascott1_ has joined #openstack-kolla17:40
*** nrado has joined #openstack-kolla17:42
*** jascott1_ has quit IRC17:44
*** athomas has quit IRC17:45
*** jascott1_ has joined #openstack-kolla17:47
*** jascott1_ has quit IRC17:48
*** jascott1_ has joined #openstack-kolla17:48
*** dturner has quit IRC17:48
*** mgoddard has quit IRC17:52
*** sacharya has quit IRC17:54
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855017:56
*** hieulq has quit IRC17:56
sdakemgiles will do as soon as I sort out how to get tiller to work correctly in vagrant18:01
sdakemgiles with the update to docker 1.13 that docker released, tiller is nonfunctiona18:01
mgilessdake that's not good.  guess I will try to avoid updating my vagrant images18:02
sdakemgiles portdirect said he would pin teh dev env to 1.1218:02
sdakei'd do it myself, but no tquite sure how to do so18:02
sdakemgiles i may take a crack at it shortly though as i'm completely blocked18:03
sdakecould core revieweers ack all related patchee shere plz: https://review.openstack.org/#/c/423039/18:04
sdakethese are doc improvements that get the dev env doc up to date and working perfectly (once docker-engine is pinned018:04
kfox1111sdake: shouldn't have to do anython other then helm init18:08
kfox1111to get tiller working.18:08
sdakekfox1111 nah portdirect had me pull a tiller from soe special location to get tiller working18:08
kfox1111well, assuming a working k8s though.18:08
kfox1111wha?18:08
kfox1111why?18:08
sdakethe tiller image from google.com is busted18:09
sdakewith docker-engine 1.1318:09
kfox1111oh. :/18:09
sdakethe gate tests docker-engine 1.1018:09
sdakeor rather the red hat version of docker i think18:09
kfox1111docker inc really needs to stop breaking stuff with every release! :/18:09
kfox1111yeah. readhat version.l18:09
kfox1111cause I was fed up chasing bugs docker inc introduces.18:09
kfox1111redhat's much better about stability.18:10
jrich523.... i disagree or maybe i just dislike RHEL :)18:10
sdakered hat's version of docker doesn't pull from dockerhub by default iirc18:10
*** adrian_otto has quit IRC18:10
sdakealso its not msater of docker-engine18:10
erhudyi think RHEL just pushed docker 1.12 to their repos today and clobbered 1.10, there was a lot of discussion internally about that18:11
sdaketypically kolla runs the most recent stable release of everything18:11
erhudyi think some people at BB have been shouting at red hat since that happened18:11
kfox1111yeah it does.18:11
kfox1111you do a docker pull kolla/.... it comes from the hub as expected.18:11
sdakekfox1111 portdirect mentioend it in irc last night - the one thing i can confirm is in the dev env docker-engine 1.13 is used18:11
sdakeand kolla-ansible uses docker engine 1.13 and that broke kolla-ansible's gate too18:12
*** hieulq has joined #openstack-kolla18:12
kfox1111yeah. that I'll believe.18:12
sdakeso Jeffrey4l_ pinned docker engine to 1.12.6 iirc18:12
sdakethe key is to run the gate and dev env off the same binaries18:12
sdakeand theoreticallyt he same binaires as kolla-ansible18:13
sdakeso we can cross-debug problems18:13
kfox1111or all suffer together. :/18:13
sdakea pin is easy enough to introduce18:13
sdakegroup suffering by not unifying building blocks where we can is not ideal :(18:14
kfox1111sure. just saying, as an op, I tend to prefer redhat's version over an upstream that has a track record of backwards incompatabile changes.18:14
kfox1111redhat's goal is stability, which is a normal op goal as well.18:15
kfox1111docker inc's goal is different.18:15
sdakealtough we are an upstream not a downstream :)18:15
*** caowei has quit IRC18:15
kfox1111we're kind of both.18:15
kfox1111we pull from upstreams, and we are an upstream of others.18:16
sdakein this case both docker-engine and rhel's version of docker are upstreams18:16
kfox1111true.18:16
sdakewe should sort out which one we are going to use cross-deliverable18:16
kfox1111yeah. ptg?18:16
*** prameswar has quit IRC18:17
sdakewfm18:18
sdakein the meantime need a working environment - can't wiat 4 weeks for that ;)18:18
kfox1111yup.18:18
kfox1111redhat docker known to work.18:19
kfox1111pinning back a ver of docker inc's also known to work.18:19
sdakeyup - if I knew immediately how to change it it would be done already :)18:19
inc0https://review.openstack.org/423403 <- heads up, you might have to deal with myself for next few months;)18:20
sbezverksdake: I do not get the rational to jump on new docker version. it is not that we are missing some features18:20
sdakesbezverk ya - it made sense in the past18:20
sbezverkor there are some security vulnerabilities18:20
sdakesbezverk people complain about red hat's versoin of docker for various reasons - hence we use docker-engine18:20
sdakethe reason it made sense in the past is because we needed all of the featuers of 1.10 and we don't like to introduce top pins in dependencies18:21
sdake!= pins are ok18:21
openstacksdake: Error: "=" is not a valid command.18:21
sdaketop ins not ok18:21
sdaketop pins not ok18:21
sbezverksdake: hmmm, why then you complain about docker now ;)??18:21
sdakesbezverk pretty sure I bitched loudly about 1.8.318:21
sdakethat is why SamYaple wrote kolla_docker.py18:21
sdakesince 1.8.3 docker hasn't managed to break anything18:22
sbezverksdake: so far the one from red hat worked like a charm, seee no reason to change it..18:22
*** jascott1_ has quit IRC18:22
sdakealthough from erhudy 's comments it appears centos version is busted too18:22
sdakesbezverk i'd challenge you to reubild your environment and make the same startemnt :)18:22
kfox1111sdake: if thats the case, we should see it in the gate any time now.18:23
sbezverksdake: no prob, especially since my env runs all latest updates for cenots18:23
sbezverkkfox1111: +118:23
sdakeinc0 ballstic is not th ebest choice of verb ;)18:24
inc0haha18:24
erhudysdake: not sure if centos is affected, but rhel-7-server-extras-rpms got an unexpected upgrade18:24
inc0well it does have a nice ring to it;)18:25
sdakeerhudy ahh - thanks  for that18:25
inc0I might change it to something better, thanks18:25
inc0went skyrocket would be better?18:25
erhudypeople saw it go from 1.10.3 to 1.12.5 when RH promised they wouldn't do that18:25
*** sayantani01 has quit IRC18:25
erhudydocker-latest is supposed to track the latest upstream version, is what i was told18:25
kfox1111erhudy: unexpected upgrades are one thing. did it actually break anything? is another.18:25
erhudyidk, historically i've treated docker point releases like major version changes after getting burned a couple times18:26
erhudybut that was pretty early on in 1.x18:27
kfox1111yeah. docker wasn't very careful about api levle breakages back then.18:27
kfox1111I know several times docker renamed/removed cli switches.18:27
kfox1111redhat pinned their version then to avoid breaking existing stuff.18:27
*** msimonin1 has quit IRC18:28
kfox1111if redhat released a 1.10 -> 1.12 though, Id be surprised if they hadn't tested that though.18:28
*** msimonin has joined #openstack-kolla18:28
*** mgoddard has joined #openstack-kolla18:28
erhudypeople who spend a lot more time with docker than i do say 1.12 had some significant API changes18:28
*** jascott1_ has joined #openstack-kolla18:29
kfox1111yeah, but never trust redhat's version numbering meaning what you think it does. ;)18:29
kfox1111they could have added patches to make it fully backwards compatible again.18:29
kfox1111they do that kind of thing.18:29
erhudyi think we're just giving red hat grief because they told us their policy was X and then went and did Y18:29
inc0sdake, this I changed ballistic18:29
inc0I looked it up and yeah, not what I wanted to say;)18:30
*** adrian_otto has joined #openstack-kolla18:30
sdakei guess its not a verb18:31
sdakebut you get the idea ;)18:31
kfox1111thats the great thing about english. anything can be a verb! :)18:31
erhudyanything can be verbed18:31
kfox1111exactly! :)18:31
sdakeerhudy i disagree, upstream is not a verb ;)18:32
sdakeyou can't upstream a boat.18:32
kfox1111I upstreamed that.... yup. its a verb. :)18:32
kfox1111cant a boat. but can a patch. :)18:33
* sdake tears out what little hair he has left18:33
* kfox1111 chuckes.18:33
*** jascott1_ has quit IRC18:33
kfox1111dev's have their own special version of english. :)18:33
inc0well, I still can't get idea of "ask" as a noun18:34
inc0I mean, this sounds silly18:34
kfox1111so do physisists, but I don't speak that version. :)18:34
*** sacharya has joined #openstack-kolla18:34
*** jascott1_ has joined #openstack-kolla18:35
*** schwicht has quit IRC18:36
*** schwicht has joined #openstack-kolla18:37
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: Support rolling upgrades of horizon  https://review.openstack.org/33399618:37
britthouser“ask” is business speak for “request"18:37
kfox1111such as, "an ask" ?18:37
kfox1111yeah.18:37
kfox1111I guess I've heard it used that way.18:38
britthouserb/c request is too long! =P18:38
kfox1111hehe.18:38
britthouserand hard to spell18:38
kfox1111cs folks just make acronyms insteadl. :)18:38
inc0rqst18:39
kfox1111YAY!18:39
kfox1111https://review.openstack.org/#/c/408450/18:39
inc0and letters are closser to each other18:39
kfox1111I can finally start to consider k2k federation.18:39
kfox1111k2k merged a long time ago, but really not very useful without horizon support.18:39
*** jascott1_ has quit IRC18:40
erhudywhat's the right way to override a macro? template override?18:40
inc0erhudy, that's...something we never did18:40
erhudywomp womp18:40
*** esmiurium has quit IRC18:40
inc0what's the issue?18:40
erhudyi'm looking at https://review.openstack.org/#/c/413861/ now and part of what it promises is that uniform use of the macro will allow doing things like setting a particular index, trusted-url, whatever18:41
*** sudipto has quit IRC18:41
*** sudipto_ has quit IRC18:41
erhudybut if it can't actually be overridden except by editing macros.j2 then :sad:18:41
*** jascott1_ has joined #openstack-kolla18:41
inc0well we can write it to be possible to override...I think18:42
erhudyit's relevant to consolidating the get-pip.py installations because those images all want to install stuff from pip, which will still try to escape to the internets18:42
inc0this is some jinja wizardry I haven't use before18:42
inc0you can try to include your own macro file with new macro under same name18:42
inc0but I have no idea how that works18:42
inc0if that works that is18:42
erhudyreally getting into the weeds with jinja here18:45
kfox1111hmm... k8s is acting weird on reboot...18:45
inc0yeah, by extending block you could potentially override macro18:45
kfox1111oh.... I wonder if this is an iptables thing...18:47
kfox1111I don't think i persisted iptables...18:47
*** esmiurium has joined #openstack-kolla18:47
kfox1111yeah... that was it.18:48
erhudyalternative solution would be to add an option to copy a pip.conf file into the container and have the macro use that, i guess18:48
inc0that woudl be better18:49
inc0I think you could just override default pip.conf in header18:49
erhudyyeah18:49
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319318:49
inc0if that doesn't work, I'd change macro to use this conf file if it exists18:50
*** TxGirlGeek has quit IRC18:50
erhudynot sure about where it would need to go in order for pip in the venv to pick it up and use it, though, whether it will still check /etc/pip.conf even in a venv18:50
erhudysomething to test, i guess18:50
*** rhallisey has quit IRC18:50
kfox1111sdake: gate-kolla-kubernetes-deploy-centos-binary-t-ceph-multi-nv shouldn't have been promoted yet.18:51
kfox1111its not even implemented yet.18:51
openstackgerritMerged openstack/kolla: Fix manila-base dockerfile format  https://review.openstack.org/42308918:53
kfox1111sbezverk: https://review.openstack.org/#/c/422932/ is ready.18:54
kfox1111hmm... I take that back.18:54
*** JoseMello has quit IRC18:55
kfox1111got a bad paste....18:55
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Add a simple test to see if horizon is running  https://review.openstack.org/42293218:57
openstackgerritEdmund Rhudy proposed openstack/kolla: Add pip-base image  https://review.openstack.org/42341118:58
*** Serlex has quit IRC18:58
sbezverkkfox1111: nice curl ;)18:59
kfox1111sbezverk: yeah. :/19:00
* kfox1111 hangs his head in shame19:00
erhudyi need gerrit to tell me every time there's a PR that has "curl" or "wget" in it19:01
erhudyso i can run in and shout THIS IS ACCESSING THE INTERNET19:01
qwangsdake: I am reviewing your ps: https://review.openstack.org/#/c/423046/ but I wonder why kubectl and helm are required by the host OS.19:01
qwangsdake: I was able to install dev env without kubectl and helm installed on my host19:01
*** sacharya has quit IRC19:02
kfox1111erhudy: not nessisarily. ;)19:02
erhudynot in the line you added, but right below it!19:02
erhudycurling in cirros19:02
erhudysmh19:02
kfox1111curl 127.0.0.1 isn't.19:02
kfox1111so does yum install. :)19:02
kfox1111usually pulls stuff from the internet.19:02
kfox1111pip install...19:03
erhudywhich is why i have embarked on this sisyphean task of finding and crushing all those areas19:03
erhudyor at least putting them in blocks so that they can be swapped out, so that by the end of it all i'm going to have half a meg of template overrides going into my container build19:03
kfox1111because the internet is bad, or because you want a way to cache all the things for sites that don't have internet access?19:03
*** gfidente has quit IRC19:03
erhudythe bloomberg walled fortress does not believe in the internet19:03
kfox1111Im interested in the latter use case. :)19:04
kfox1111yeah. I get that.19:04
kfox1111I'm in the same boat.19:04
kfox1111thats one of the great things about the container stuff.19:04
kfox1111build is seperate from deploy.19:04
sdakeqwang the model is that you launch the devenv, then use get-k8s-creds and leave the virtual env alone from there on out19:04
sdakeqwang and then use the host os for all interaction19:04
*** jtriley has quit IRC19:04
erhudycaching is good, and i want to be sure i can use local caches for all my builds19:05
erhudye.g. pull from bloomberg's internal ubuntu package mirror, or artifactory for pip, etc19:05
kfox1111erhudy: +119:05
kfox1111some places require all data to come in on cd.19:06
kfox1111and then it doesn't leave. ever. :)19:06
erhudyyeah, we're not nearly that bad19:06
erhudyand philosophically i would support parameterizing everything to allow using local repos even if direct internet access were available19:07
*** rhallisey has joined #openstack-kolla19:07
qwangsdake: or we can connect to a node in the virtual env and manage the cluster there. what's the benefit of using host os for all interactions?19:07
sdakeqwang you can do that as well - nobody forces it upon you :)19:10
kfox1111bbiab.19:10
kfox1111erhudy: I wonder though, if its enough just to build the containers with internet connectivity, then mirror them to a private place.19:11
kfox1111rather then try and build them in total isolution.19:11
kfox1111bbiab.19:11
qwangsdake: I see. Thank you. I just want to know if a way is better than the other for operators.19:12
erhudykfox1111: part of the problem is there's no place i can build things internally where i can get to the internet via the gateway IP19:12
erhudyany internet access is via proxy servers with SSL intercept19:13
erhudyproxy servers alone are a pain to deal with, but having to add extra CA certs to multiple chains just means it's easier to build using internal resources19:13
*** unicell has joined #openstack-kolla19:15
*** unicell is now known as Guest5907919:16
*** sayantani01 has joined #openstack-kolla19:17
*** david-lyle has joined #openstack-kolla19:17
*** jtriley has joined #openstack-kolla19:22
*** david-lyle has quit IRC19:24
sdakeqwang this is a dev enviroment, not targeted at operators19:26
qwangsdake: right. ;)19:26
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855019:27
*** Guest59079 has quit IRC19:32
*** kristian__ has joined #openstack-kolla19:34
*** sambetts is now known as sambetts|afk19:36
*** mgoddard has quit IRC19:36
*** jascott1_ has quit IRC19:39
*** jascott1_ has joined #openstack-kolla19:39
*** kristian__ has quit IRC19:39
*** sdake has quit IRC19:47
*** schwicht has quit IRC19:49
*** schwicht has joined #openstack-kolla19:50
*** kristian__ has joined #openstack-kolla19:52
*** unicell has joined #openstack-kolla19:58
*** jascott1_ has quit IRC19:59
*** jascott1_ has joined #openstack-kolla19:59
*** TxGirlGeek has joined #openstack-kolla19:59
*** TxGirlGeek has quit IRC19:59
*** mliima has quit IRC19:59
*** TxGirlGeek has joined #openstack-kolla20:00
*** jascott1_ has quit IRC20:04
*** jascott1_ has joined #openstack-kolla20:06
*** TxGirlGeek has quit IRC20:06
*** jtriley has quit IRC20:07
*** jascott1_ has quit IRC20:08
*** jascott1_ has joined #openstack-kolla20:12
*** nrado has quit IRC20:14
*** esmiurium has quit IRC20:15
*** jascott1_ has quit IRC20:15
*** jtriley has joined #openstack-kolla20:16
*** jascott1_ has joined #openstack-kolla20:19
*** TxGirlGeek has joined #openstack-kolla20:20
*** jascott1_ has quit IRC20:25
*** adrian_otto has quit IRC20:27
*** jascott1_ has joined #openstack-kolla20:27
*** adrian_otto has joined #openstack-kolla20:28
*** TxGirlGeek has quit IRC20:29
*** jascott1_ has quit IRC20:30
*** MasterOfBugs has joined #openstack-kolla20:30
*** esmiurium has joined #openstack-kolla20:31
*** pramodrj07 has joined #openstack-kolla20:32
*** adrian_otto has quit IRC20:33
*** dave-mccowan has joined #openstack-kolla20:34
*** salv-orlando has joined #openstack-kolla20:38
*** jascott1_ has joined #openstack-kolla20:40
*** salv-orlando has quit IRC20:43
*** jascott1_ has quit IRC20:44
*** adrian_otto has joined #openstack-kolla20:46
*** david-lyle has joined #openstack-kolla20:47
*** cliles has quit IRC20:47
*** jascott1_ has joined #openstack-kolla20:47
*** adrian_otto has quit IRC20:48
*** adrian_otto has joined #openstack-kolla20:50
*** jascott1_ has quit IRC20:52
* portdirect reads scrollback20:55
inc0kfox1111, up and about?20:56
portdirectkfox1111: its not tiller thats busted, but the docker in centos at the moment cannot *pull* come images.20:56
portdirectso to unblock sdkae i simply ran: docker tag gcr.io/kubernetes-helm/tiller:v2.1.3 docker.io/port/tiller:v2.1.3, and then got him to use the image from dockerhub.20:57
portdirect(i think its the dash in the repo/image name that messes with docker)20:58
inc0really?20:59
*** adrian_otto1 has joined #openstack-kolla20:59
kfox1111back20:59
kfox1111inc0: whats up?20:59
inc0I mean...is this 1.13 niceness?20:59
inc0https://review.openstack.org/#/c/418550/ <- gate fails are strangew21:00
inc0but I think it's no longer issue of registry21:00
kfox1111did docker 1.13 block gcr.io then?21:00
portdirectinc0: well a bug in centos's docker21:00
portdirectkfox1111: no21:00
portdirectbut its having troble21:00
kfox1111cause centos's docker is pulling fine as far as I can tell. you mean docker inc's centos build?21:00
*** adrian_otto has quit IRC21:00
portdirecti think (and conjecture here) it may be the '-' in the namespace21:01
portdirectas dockerhub does not have them21:01
kfox1111ah. interesting.21:01
portdirecthas affected machines I have set up this week21:01
inc0did you guys talk to helm people about that? they'd be interested21:01
portdirectyeah - I tryy and find the bug report again21:02
*** jascott1_ has joined #openstack-kolla21:02
openstackgerritEdmund Rhudy proposed openstack/kolla: Add pip-base image  https://review.openstack.org/42341121:03
inc0erhudy, so I'm not huge fan of adding this as separate image21:03
inc0that will potentially break backwards compatibility21:03
inc0if people would for example have well defined build list, this change will mess them up21:04
inc0I'd rather put installation of pip to base21:05
inc0since we do it in openstack-base and few others21:05
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319321:06
*** sayantani01 has quit IRC21:06
sbezverkkfox1111: reconfiugring is working!! :-)21:08
erhudyinc0: ok21:08
kfox1111sbezverk: nice. :)21:08
erhudyinc0: if i'm putting it in the base image will you be opposed if i add an extra config option to copy a pip.conf into the build context21:09
erhudyinstead of requiring multiline echo hackery in the header/footer to insert it21:10
inc0so I'd be ok with putting pip into base image and add logic to pass custom configuration to it21:12
erhudyhow about we deal with the pip configuration issue separately for now, i'll just move get-pip installation into base21:13
erhudycould i get your eyes on https://review.openstack.org/#/c/422249/ since the get-pip curl command would go into an area already being modified by that PR and it'll avoid a rebase21:14
*** sayantani01 has joined #openstack-kolla21:15
kfox1111the new docker 1.13 --squash feature is interesting.21:16
inc0it is kfox1111, however if docker says it's experimental21:19
kfox1111sure.21:19
inc0and docker is something that routinely breaks on upgrades of stuff that's supposed to be stable\21:19
inc0I'm afraid.21:19
kfox1111yup.21:19
kfox1111thats why I prefer the centos docker stuff.21:19
kfox1111have had far fewer problems with that.21:20
inc0erhudy, I'll merge this change in a second, but for future reference21:20
inc0to avoid rebasing you can have a branch with more than one change21:20
inc0and gerrit will handle it fine21:21
inc0like, you can make a branch with block for dump-init and then cherry-pick pip change21:21
inc0and when you do git review, it will post both patches21:21
inc0and all gates and everything will work with correct patch series21:21
erhudyokay, i haven't gotten into Advanced Gerrit yet21:22
inc0also following patch won't merge until previous patch merges21:22
erhudyi'll work on my gerrit-fu21:27
*** jascott1_ has quit IRC21:27
*** jascott1_ has joined #openstack-kolla21:27
sbezverkkfox1111: busy?21:28
*** jascott1_ has quit IRC21:29
*** jascott1_ has joined #openstack-kolla21:29
erhudyactually, why is it that the binary pip packages get installed but then get-pip.py is installed anyway21:30
*** jascott1_ has quit IRC21:31
erhudyif get-pip.py goes into the base image, it'll clobber binary pip everywhere, so it makes sense to then remove python-pip packages, but some people might not like mixing apt/yum-packaged python stuff with get-pip.py if it's a source install21:31
erhudyyakshaving begins21:31
erhudyif it's NOT a source install, i mean, if it's all binary21:32
*** l4yerffeJ_ has joined #openstack-kolla21:34
*** satyar has quit IRC21:34
*** Jeffrey4l__ has joined #openstack-kolla21:35
*** Jeffrey4l_ has quit IRC21:35
*** l4yerffeJ has quit IRC21:35
*** cliles has joined #openstack-kolla21:36
*** TxGirlGeek has joined #openstack-kolla21:37
*** jascott1_ has joined #openstack-kolla21:38
*** salv-orlando has joined #openstack-kolla21:39
*** kristian__ has quit IRC21:39
*** kristian__ has joined #openstack-kolla21:40
*** jascott1_ has quit IRC21:41
*** jascott1_ has joined #openstack-kolla21:43
*** salv-orlando has quit IRC21:44
*** kristian__ has quit IRC21:44
kfox1111sbezverk: back.21:44
kfox1111whats up?21:44
*** david-lyle has quit IRC21:45
sbezverkkfox1111: sent you email wit hthe log.. strange thing happens21:45
kfox1111sbezverk: oh. I see you sent a mail. sec.21:45
erhudyinc0: i guess i still favor pip-base for that reason because people may not like a non-packaged version of pip being installed in the base image even for binary builds, though i find i'm not a great judge of what people might object to :v21:46
*** klindgren_ has joined #openstack-kolla21:46
kfox1111sbezverk: still got it running?21:47
*** jascott1_ has quit IRC21:48
kfox1111so we can poke at it a bit?21:48
sbezverkkfox1111: yep here is http://paste.openstack.org/show/595845/21:48
*** jascott1_ has joined #openstack-kolla21:48
*** l4yerffeJ_ has quit IRC21:48
sbezverkit still points to old configmap21:48
*** klindgren has quit IRC21:49
kfox1111I've never tried doing a rolling upgrade with just one replica before.21:49
*** l4yerffeJ_ has joined #openstack-kolla21:49
kfox1111and without an explicit upgrade policy.21:49
*** jascott1_ has quit IRC21:49
*** jascott1_ has joined #openstack-kolla21:49
kfox1111maybe do a 'kolla rollout status <deployment-name>" ?21:50
kfox1111cause the deployment can be upgraded, but the switching from old/new rs could be stuck.21:50
sbezverkkfox1111: neither have I I was hoping to get technosophos involved21:51
sbezverkI do not use cli21:51
sbezverkhelm commands are generated by the operator21:51
*** jascott__ has joined #openstack-kolla21:52
*** jtriley has quit IRC21:52
kfox1111the deployment policy is a k8s object level thing though.21:52
kfox1111helm's just passing the upgrade command and the new template.21:52
kfox1111see the spec.strategyrollingUpdate in helm/kolla-common/templates/_common_api_python_deployment.yaml21:53
kfox1111aso, see what 'kubectl get deployments' shows21:53
kfox1111it should display:21:54
kfox1111NAME                     DESIRED   CURRENT   UP-TO-DATE   AVAILABLE   AGE21:54
*** jascott1_ has quit IRC21:54
sbezverkkfox1111: one sec let me check21:54
*** jascott__ has quit IRC21:54
kfox1111if UP-TO-DATE is != DESIRED, that may be an indicator.21:54
sbezverkkubectl get deployment memcached-deployment-154b6510b2d9  -n kolla21:55
sbezverkNAME                                DESIRED   CURRENT   UP-TO-DATE   AVAILABLE   AGE21:55
sbezverkmemcached-deployment-154b6510b2d9   1         1         1            1           29m21:55
kfox1111hmm...21:55
kfox1111what about kubectl describe deployment memcached-deployment-154b6510b2d921:55
sbezverkkfox1111: it is strange, it says updated: http://paste.openstack.org/show/595847/21:56
kfox1111hmm... looks like the default is 1 max unavailable, 1 max surge. so it should make progress under that..21:57
kfox1111probably should set it to 1,0 though for memcached.21:57
*** aj_power has quit IRC21:57
*** QuentinM has quit IRC21:58
*** QuentinM has joined #openstack-kolla22:00
kfox1111the logs look good. the state looks like it did something...22:00
kfox1111kubectl get replicaset -n kolla22:00
sbezverkkfox1111: maybe for such changes rollingupgrade must be configured in deployment spec22:01
*** adrian_otto1 has quit IRC22:02
sbezverkkfox1111: http://paste.openstack.org/show/595848/22:02
kfox1111hmm.. that looks a bit strange.22:03
kfox1111usualy I thought there would be two rs's.22:03
kfox1111one for the old and one for  the new.22:03
*** sdake has joined #openstack-kolla22:03
kfox1111so rollback would work.22:03
kfox1111maybe its a side effect of not having an explicit policy.22:04
kfox1111but again, the policy on the describe deployment looks ok to me...22:04
kfox1111hmm.. but http://paste.openstack.org/show/595847/ has no OldReplicaSets defined.22:05
kfox1111how very weird.22:05
sbezverkkfox1111: glad that I am not the only one puzzled ;)22:05
kfox1111how about: kubectl get rs memcached-deployment-154b6510b2d9-3719714807 -o yaml22:06
kfox1111-n kolla22:07
sbezverkkfox1111: http://paste.openstack.org/show/595849/22:08
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates  https://review.openstack.org/41855022:09
kfox1111configmap name is 001 there...22:09
kfox1111how about kubectl get deployment memcached-deployment-154b6510b2d9 -o yaml -n kolla22:09
kfox1111it feels like ti didnt actually update the rs.22:10
sbezverkkfox1111: right creation time and update time is the same22:12
sbezverkhttp://paste.openstack.org/show/595850/22:12
sbezverkso it is helm did not push update even though it seems was sucessful22:13
*** QuentinM has quit IRC22:13
kfox1111configmap name is wrong there too....22:13
kfox1111yeah.22:13
*** QuentinM has joined #openstack-kolla22:14
kfox1111hmm...22:14
kfox1111doh.22:14
kfox1111I missed it the first time:22:14
kfox1111helm upgrade memcached-deployment-154b6510b2d9 http://helm-repo:8879/memcached-deployment-0.4.0-1.tgz --debug --dry-run --namespace kolla  --set "operator_configmap=memcached-002"22:14
kfox1111--dry-run22:14
*** shardy has quit IRC22:22
*** mgiles has quit IRC22:22
sbezverkkfox1111: DAMN!!22:23
openstackgerritMerged openstack/kolla: Add block for dumb-init installation  https://review.openstack.org/42224922:24
*** QuentinM has quit IRC22:32
*** jheroux has quit IRC22:34
*** kklimonda has quit IRC22:34
sbezverkkfox1111: it is working now, new pod points to the updated config map..22:36
sbezverkthat was a very good catch with --dry-run :)22:36
*** salv-orlando has joined #openstack-kolla22:40
*** goldyfruit has quit IRC22:43
*** salv-orlando has quit IRC22:44
kfox1111thanks. :)22:44
kfox1111it just felt like something wasn't actually running. :)22:45
* kfox1111 has been bitten by --dry-run like options more then he'd like to admit.22:45
*** dave-mccowan has quit IRC22:46
*** kklimonda has joined #openstack-kolla22:49
*** QuentinM has joined #openstack-kolla22:50
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate  https://review.openstack.org/41319322:51
*** aj_power has joined #openstack-kolla22:52
kfox1111bbiab.22:52
*** msimonin has quit IRC22:57
*** masber has quit IRC22:59
*** masber has joined #openstack-kolla23:00
clileswill any look at kolla bug 1654133? I would really like a working dashboard again...23:02
openstackbug 1654133 in kolla "horizon dashboard broken in master with centos binaries" [Undecided,New] https://launchpad.net/bugs/165413323:02
*** schwicht has quit IRC23:04
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator  https://review.openstack.org/41807323:05
*** schwicht has joined #openstack-kolla23:09
*** schwicht has quit IRC23:10
*** adrian_otto has joined #openstack-kolla23:16
*** portdirect has quit IRC23:18
sdakesbezverk kfox1111 ca nyou pleaee ack this and related changes: https://review.openstack.org/#/c/423046/23:21
sdakesrwilkers_ ^^23:21
sdakeinc0 ^^23:21
sdakeit has been verified by mgiels23:22
sdakemgiles23:22
*** portdirect has joined #openstack-kolla23:25
*** sayantani01 has quit IRC23:26
*** TxGirlGeek has quit IRC23:27
sbezverksdake: why pin to 1.5.1?23:28
sbezverk1.5.2 is out23:28
sdakeok - news to me23:28
sbezverkI think you need to make it more generic23:28
sdakesuggestions - I want people to be able to copy and paste into their terminal23:29
*** v1k0d3n has joined #openstack-kolla23:29
sdakein the meantime, i'd prefer to just modify the docs on changes23:29
sdakei'll take on responsibility for updating the docs as needed23:29
sdakeis there a "latest-release" uri I can use?23:29
sdakethe gate is running 1.5.1 right?23:30
sdakenot 1.5.223:30
sdakewe want the docs to match the gate23:30
sdakesup v1k0d3n - been busy with work and kids - how are things going23:30
sdakesbezverk the goal here is to get the docs into shape as soon as possible23:31
sdakesbezverk not make them gramitcally beutiful :)23:31
sbezverk1.5.223:31
sdakesbezverk and not to create perfection23:31
sdakesbezverk if the gate is using 15.2, i'll update the docs to reflect thati n a followon patch23:31
sdake(today)23:31
sbezverkbut then in 2 years people reading this doc will still use 1.5.1 ;)23:31
sdakem0ar places need changes23:32
sdakesbezverk the docs are published live to docs.oo23:32
sdakesbezverk when people reference the docs, they will reference the latest version - not the version in the git repo :)23:32
sdakesbezverk trust me when I say docs.oo for kolla gets a ton of hits :)23:32
sbezverkwell, I like copy and paste command lines23:32
sbezverkand this doc actually suggests by its formating23:33
*** QuentinM has quit IRC23:33
sbezverkuser can easily copy and paste, if you define two vars at the beggining and assign them variable them further commands can be used with ANY future versions23:34
sdakesbezverk ya - don't sweat he version updates, we do that for kolla and kolla-ansible as wel23:34
*** QuentinM has joined #openstack-kolla23:34
sdakesbezverk cool i'll do that in a followon today23:34
*** schwicht has joined #openstack-kolla23:34
sdakesbezverk doing it now, just want the tested docs as they are to go into the repository23:35
sdakesince a change will require a new sanity test from someone as docker -engine is busted23:35
*** masuberu has quit IRC23:36
sbezverksdake: not sure how "busted" docker can prevent testing curl :)23:36
sbezverkbut since I do not have busted docker, I can run curl for you to confirm23:37
sdakesbezverk ok - well just ack those - i am working on a new patch for your request23:37
*** salv-orlando has joined #openstack-kolla23:41
openstackgerritMarcus Williams proposed openstack/kolla-ansible: [WIP] Split Openvswitch into own role  https://review.openstack.org/41679323:41
*** v1k0d3n has quit IRC23:43
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Use environment variables to specify versions  https://review.openstack.org/42355523:44
*** schwicht has quit IRC23:44
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Use environment variables to specify versions  https://review.openstack.org/42355523:45
*** salv-orlando has quit IRC23:45
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Use environment variables to specify versions  https://review.openstack.org/42355523:45
*** jascott1_ has joined #openstack-kolla23:47
sdakesbezverk there are 5 patches waiting for acks, need reviews on all of them plz23:48
*** QuentinM has quit IRC23:48
sdakesbezverk i saw you  -1'ed the version issue we just discussed on irc, that is covered in that last patch (which needs to be validated)23:48
jascott1_kfox1111 you say my pm wrt to technosophos and relative paths in charts?23:49
jascott1_say/saw23:49
sbezverksdake: tried your new curl and it is failing23:49
sbezverkleft a comment23:49
sdakeyou see, this is why we test eac hpatch indivudally :)23:49
sdakesbezverk can you ack the others pls :)23:49
sdakejascott1_ i didn't see it, what did he have to say :)23:50
sdakeafternoon to ya btw jascott1_ :)23:50
*** inc0 has quit IRC23:50
sbezverksdake: https://review.openstack.org/#/c/423120/2 has not addressed valid comment23:51
jascott1_hes down to review the PR, they didnt add them originally because requirements.yaml becomes context based but if everyone is ok with that he is also23:51
jascott1_and a fine afternoon to you to sdake!23:51
jascott1_getting hyped up as we near the drinking/music playing time23:51
sdakesbezverk wierd I thought I fixed that23:51
sdakesbezverk thanks for pionting that out23:51
sdakesbezverk i'll have to do a git show -5 and make sure i didn't put it in the wrong patch ;)23:51
sdakesbezverk oddly its in my local copy - this should sync it up with gerrit properly23:54
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Clean up mysql installed during test of helm  https://review.openstack.org/42312023:54
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Use environment variables to specify versions  https://review.openstack.org/42355523:54
*** QuentinM has joined #openstack-kolla23:54
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Clean up mysql installed during test of helm  https://review.openstack.org/42312023:54
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Use environment variables to specify versions  https://review.openstack.org/42355523:54
* sdake shaves the yak23:55
sbezverksdake: must be something with your editor, please compare line 430 and line 43523:55
sdaketry now23:55
sbezverkhttps://review.openstack.org/#/c/423120/3/doc/source/development-environment.rst23:55
sdakewrong link23:56
sdake /423:56
sdakepatch set 3 was to reset gerrit's rebase23:56
sdakepatch set 4 is where it is fixed23:56
sbezverkstill the same23:56
sdakehere is what I have:23:57
sdake   helm install stable/mysql --name helm-test23:57
sdake    helm ls23:57
sdake    # and to check via kubectl23:57
sdake    kubectl get all23:57
sdake    # and finally remove the test mysql chart23:57
sdake    helm delete helm-test -purge23:57
sdakeshould the syntax be different?23:57
sbezverkhelm delete helm-test -purge23:57
sbezverkdo you see here --purge??23:57
sdakeyou mean use --purge rather then -purge?23:58
*** sacharya has joined #openstack-kolla23:58
sbezverkyes23:58
*** kklimonda has quit IRC23:58
*** lamt has quit IRC23:58
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Clean up mysql installed during test of helm  https://review.openstack.org/42312023:58
openstackgerritSteven Dake proposed openstack/kolla-kubernetes: Use environment variables to specify versions  https://review.openstack.org/42355523:58
*** aj_power has quit IRC23:59
*** kklimonda has joined #openstack-kolla23:59

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