Friday, 2017-02-10

*** huzhengchuan has joined #openstack-kolla00:06
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: WIP Gate refactor part deux  https://review.openstack.org/43176500:07
*** david-lyle has joined #openstack-kolla00:09
*** goldyfruit has quit IRC00:10
*** salv-orlando has quit IRC00:10
*** breitz has quit IRC00:18
*** david-lyle has quit IRC00:20
*** adrian_otto has joined #openstack-kolla00:24
*** saneax-_-|AFK is now known as saneax00:25
*** yingjun has joined #openstack-kolla00:27
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: WIP Gate refactor part deux  https://review.openstack.org/43176500:35
*** vhosakot has quit IRC00:36
*** eaguilar has quit IRC00:40
*** duonghq has joined #openstack-kolla00:41
duonghqmorning guys00:42
*** eaguilar has joined #openstack-kolla00:45
sdakesup duonghq00:46
duonghqmorning sdake00:47
sdakeduonghq the dev env is ready to rock now00:47
sdakeduonghq and we could really use a finished version of heat00:47
duonghqyou mean k8s dev env?00:47
sdakeduonghq interested in taking that on?00:47
sdakeright00:47
duonghqsure00:47
duonghqYou mean we use heat to deploy kolla-k8s into k8s cluster for dev?00:47
*** tonanhngo has quit IRC00:48
bmace_sdake: well, as long as we don't equate documented or merged with "ready to rock" i will agree :)  doing a little polishing and final tests now to yank some of the hard coded proxy stuff out of the scripts, etc, then tomorrow i'll write up some docs for it, though it is very very easy.00:48
sdakeduonghq no i mean make heat a k8s service00:49
sdakeduonghq heat isn't completed although i hear its close00:49
sdakeduonghq we also need ironic i think00:49
sdaketo make a complete implementation of compute kit00:49
sdakeatleast my defn of compute kit ;-)00:49
duonghqgot it00:49
duonghqah, wait....00:49
duonghqyou mean we need ironic in compute kit (in your opinion)?00:50
duonghqsure, I can take heat service, does it ok?00:51
*** rhallisey has quit IRC00:53
sbezverkkfox1111: ping00:56
sdakeduonghq ya start working on heat if you like00:57
sdakeduonghq or ironic - one of the two00:57
sdakeduonghq the foundation's marketing messaage last year was "compute, vm, containers in one package"00:57
kfox1111sbezverk: ping00:57
sdakerather baremetal, vm, containers in one package00:58
*** tonanhngo has joined #openstack-kolla00:58
duonghqsdake, understood, I'm looking on heat microservice,00:58
sdaketargeted at components those are ironic, nova, and magnum00:58
sdakei think we need to tackle magnum as well as ironic00:58
sdakein order ofr magnum to work we need heat00:58
sdake(magnum has a hard dep on heat)00:58
sdakesean-k-mooney - hey when your around - i'd like to chat about ironic and its current state00:59
sdakesean-k-mooney in kolla-ansible and in terms of the containers00:59
sdakesean-k-mooney i think we ought to be delivering on the key marketing spam coming out of the foundation which is ironic, nova, magnum = win01:00
duonghqsdake, as I understand, bmace_ contributed large potion of the dev env?01:01
*** cuongnv has joined #openstack-kolla01:01
sdakeduonghq it was portdirect kfox1111 me but bmace_ put it all together after we jerked around with it for weeks on end :)01:02
duonghqya01:02
*** tonanhngo has quit IRC01:02
*** zhangqiankun has joined #openstack-kolla01:03
kfox1111sbezverk: this looks wierd: http://logs.openstack.org/65/431765/6/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-nv/041a442/console.html#_2017-02-10_00_48_52_99098701:05
bmace_duonghq: sdake: i took a small bit from the review that was up but in large part started from scratch to incorporate some of our internal setup directions...01:07
sdakebmace_ wasn't meaning to imply you didn't do all the work01:07
sdakebmace_ was indicating it was a team effort ;)01:07
sdakebmace_ shoulders of giants and all that01:07
bmace_sdake: i didn't take it that way, i was just saying, looking at the old review at this point wouldn't be terribly helpful01:07
sdakebb-30mins01:07
sdakebmace_ right01:07
*** crushil has joined #openstack-kolla01:09
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: WIP Gate refactor part deux  https://review.openstack.org/43176501:10
*** dave-mccowan has joined #openstack-kolla01:11
sbezverkkfox1111: let me check, but I think it is result of providing 2 values.yaml01:11
*** oomichi has quit IRC01:12
*** zhubingbing has joined #openstack-kolla01:12
*** yuanying has quit IRC01:12
*** oomichi has joined #openstack-kolla01:12
*** yuanying has joined #openstack-kolla01:13
*** zhurong has joined #openstack-kolla01:13
kfox1111sbezverk: I wouldn't expect it to put a key in a different place though.01:14
sbezverkkfox1111: I agree, it does look strange01:14
kfox1111its under kolla: directly and not all. very weird.01:14
sbezverkas other microservices got rendered ok01:14
duonghqberendt, ping01:14
kfox1111oh. though, thats in the echo, not in helm at all.01:15
sbezverkand the code is identical01:15
kfox1111OH.01:15
kfox1111I think I know whta that is...01:15
kfox1111because of <(foo) <(bar)01:15
kfox1111foo and bar are running in parallel.01:15
kfox1111so its output is multiplexed.01:15
sbezverkI see01:15
kfox1111maybe we should just have foo > /tmp/foo.yaml; bar > /tmp/foo.yaml01:16
kfox1111and just pass --values /tmp/foo.yaml --values /tmp/bar.yaml or something.01:16
kfox1111we dont really need to regenerate the vlues on each call.01:16
sbezverkkfox1111: ok so we prepare files and then use them, sounds good01:17
kfox1111it was just easy to do originoally.01:17
kfox1111yeah01:17
*** huzhengchuan has quit IRC01:20
*** eaguilar has quit IRC01:20
openstackgerritBorne Mace proposed openstack/kolla-kubernetes master: WIP: Added support for containerized dev bringup  https://review.openstack.org/42929501:26
duonghqberendt, ping01:29
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: WIP Gate refactor part deux  https://review.openstack.org/43176501:30
*** huzhengchuan has joined #openstack-kolla01:32
bmace_duonghq: the docs should be up for that devenv review tomorrow if you want to mess with it, though it is really straight forward.  just get the halcyon-vagrant env running, kube2 with 8gb ram (all others with 2), then run the build_dev_image script and once that is done run_dev_env script (maybe i'll rename to run_dev_image?) and then you have a fully running kolla-k8s cluster :)01:33
duonghqbmace_, why kube2 has 8GB, is it special?01:35
bmace_yeah, it is the "controller" node where most of the kolla management services run01:35
duonghqwhy not the kube1?01:37
duonghqberendt,  pls review and comment it: https://review.openstack.org/#/c/430137/ when you have time, thank you.01:38
bmace_duonghq: not sure.  we had some internal instructions probably taken from somewhere also and it used kube2 as the kolla controller node, maybe to make it separate from kube1 which is the k8s master?  not sure.01:39
bmace_duonghq: easy enough to tweak some of the setup_dev_env.sh script to try it out differently if you want.01:40
duonghqgot it, thank you01:40
bmace_bleh, back to debugging, something is blowing up after the gate change merge01:45
bmace_i think it was the removal of the yanking of kollakube res create from workflow_service :/01:51
*** zhurong has quit IRC01:52
*** MasterOfBugs has quit IRC01:53
openstackgerritBorne Mace proposed openstack/kolla-kubernetes master: WIP: Added support for containerized dev bringup  https://review.openstack.org/42929501:57
*** adrian_otto has quit IRC01:58
*** rwallner has joined #openstack-kolla02:06
*** sp__ has joined #openstack-kolla02:08
*** Margin has joined #openstack-kolla02:09
*** zhurong has joined #openstack-kolla02:12
*** unicell has quit IRC02:14
Marginhello, is there anyone has succeeded in building images based on openstack newton version?02:20
*** huzhengchuan has quit IRC02:23
*** zhurong has quit IRC02:25
*** huzhengchuan has joined #openstack-kolla02:25
*** rwallner has quit IRC02:25
*** crushil has quit IRC02:27
*** zhurong has joined #openstack-kolla02:30
*** cuongnv has quit IRC02:32
*** zhurong has quit IRC02:38
*** caowei has joined #openstack-kolla02:50
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: WIP Gate refactor part deux  https://review.openstack.org/43176502:51
*** zhurong has joined #openstack-kolla02:52
*** harlowja has quit IRC02:53
*** zhurong has quit IRC02:59
*** sudipto_ has joined #openstack-kolla03:02
*** sudipto has joined #openstack-kolla03:02
*** cuongnv has joined #openstack-kolla03:09
openstackgerritzhubingbing proposed openstack/kolla-ansible master: Add miss kolla-ansible releasenotes  https://review.openstack.org/43137603:10
zhubingbingsup Margin03:10
zhubingbingyes03:10
zhubingbingi build images on openstack newton is success03:10
Marginok,maybe I will get help from you.03:12
MarginMy company is planing to build openstack which is deployed by kolla.03:13
openstackgerritZeyu Zhu proposed openstack/kolla-ansible master: Remove unnecessary file in .gitignore  https://review.openstack.org/43185203:16
*** sayantani01 has joined #openstack-kolla03:21
sbezverkkfox1111: ping03:23
*** ssurana has quit IRC03:28
*** sdake has quit IRC03:28
*** ssurana has joined #openstack-kolla03:28
*** crushil has joined #openstack-kolla03:29
*** japestinho has joined #openstack-kolla03:29
*** sayantani01 has quit IRC03:31
*** sayantani01 has joined #openstack-kolla03:32
*** ssurana has quit IRC03:32
openstackgerritZeyu Zhu proposed openstack/kolla-ansible master: Fix the path error in globals.yml  https://review.openstack.org/43186003:34
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: WIP Gate refactor part deux  https://review.openstack.org/43176503:35
*** dave-mccowan has quit IRC03:42
*** duonghq has quit IRC03:46
*** tovin07 has quit IRC03:46
*** tovin07 has joined #openstack-kolla03:51
*** sdake has joined #openstack-kolla04:07
*** saneax is now known as saneax-_-|AFK04:07
sdakesup peeps04:12
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Gate refactor part deux  https://review.openstack.org/43176504:14
sdakeportdirect are you about04:14
sbezverkkolla-kube gents please review this ps  https://review.openstack.org/431765 the gate was all green except busted branch 3..04:15
*** duonghq has joined #openstack-kolla04:16
*** sudipto has quit IRC04:16
*** sudipto_ has quit IRC04:16
*** mdnadeem has joined #openstack-kolla04:26
*** skramaja has joined #openstack-kolla04:26
*** tovin07 has quit IRC04:27
*** fooliouno has joined #openstack-kolla04:30
openstackgerritDuong Ha-Quang proposed openstack/kolla-ansible master: Implement Keystone zero-downtime upgrade  https://review.openstack.org/42544604:32
*** sayantan_ has joined #openstack-kolla04:33
*** sayantani01 has quit IRC04:33
jascott1sup04:37
*** skramaja_ has joined #openstack-kolla04:42
*** sudipto has joined #openstack-kolla04:42
*** sudipto_ has joined #openstack-kolla04:42
*** skramaja has quit IRC04:42
duonghqsup jascott104:44
*** jrobinson is now known as jrobinson-afk04:49
*** skramaja_ has quit IRC04:51
*** skramaja has joined #openstack-kolla04:51
*** esmiurium has quit IRC05:01
*** sayantani01 has joined #openstack-kolla05:01
*** sayantan_ has quit IRC05:02
jascott1duoghq a little markdown and a white russian, hows your day going?05:04
*** esmiurium has joined #openstack-kolla05:05
jascott1duonghq its my first drink I just cant type05:05
*** sp__ has quit IRC05:20
fooliounoHello .. I am new to this forum and have a lot of basic questions on setting up a containerized control plane using kolla-kubernetes. Is this the right place to ask those questions?05:22
*** jrobinson-afk is now known as jrobinson05:23
jascott1 fooliouno yes it is. welcome!05:30
fooliounoThank you!05:32
fooliounoI have 3 or 4 servers on which I would like to run openstack in containers. At a high level, here are the steps that I have in mind:05:33
fooliouno3 or 4 servers running Ubuntu. Install Kubernetes to deploy a kubernetes cluster. Use kolla-kubernetes to build openstack containers and use the underlying k8s to orchestrate these containers.05:35
*** satyar has joined #openstack-kolla05:36
fooliounoI understand this forum is not about k8s installation, but if I wanted to deploy OpenStack Newton components using kolla-kubernetes, are there any requirements on what the underlying kubernetes version should be05:36
jascott1we are at 1.5 iirc05:37
jascott1kubernetes that is05:37
jascott1kolla-kubernetes is being refactored to use helm (kubernetes package manager) so we are "not quite production ready"05:38
jascott1but great progess is being made. what you outlined sounds typical05:38
jascott1imo there is plenty to learn about kubernetes itself if you are just getting started05:39
fooliounoI'm ok if its not production quality as long as we are able to bring up the openstack containers with fixes/workarounds05:39
fooliounoI read that an overlay network using Calico/Flannel may be required on top of k8s before kolla-kubernetes can be used. Is that correct?05:40
jascott1im not authority on that but yes you will need some overlay. im not sure if you are restricted to those and will let others answer05:41
jascott1sdake^05:41
jascott1im not sure who is around atm05:42
*** skramaja_ has joined #openstack-kolla05:43
jascott1but yeah you are on the right track, the images exist from kolla already but the orchestration and templating are still being worked05:43
*** skramaja has quit IRC05:43
*** salv-orlando has joined #openstack-kolla05:44
jascott1eventually kolla will be installable through the kubernetes package manager and it should be close to a one liner to get a dev quality openstack deployed05:45
fooliounoexcellent. But for now, I should be able to download the kolla-kubernetes images into my local docker repo and have kubernetes orchestrate them. Is that correct.05:48
*** salv-orlando has quit IRC05:50
*** unicell has joined #openstack-kolla05:50
jascott1well...05:54
jascott1yes if you either make templates for each image (or try to use kolla-kubernetes templates as they are) you can do it05:54
jascott1the docs are in flux as well so im not sure where they are at the moment05:55
jascott1ive been working upstream and havent been able to checkout the latest work here but I know that a basic install has been achieved already05:56
fooliounook .. I think I will read up a little more before asking other questions. Thanks for your help jascott1!05:57
jascott1im not sure your schedule but more EST-PST workday hours tend to be when the kolla-kubernetes contributors are around05:57
fooliounoOne last question .. are you aware of a similar IRC group for k8s install questions.05:58
jascott1we are a friendly lot for the most part :)05:58
*** trinaths has joined #openstack-kolla05:58
jascott1k8s has a slack05:58
jascott1https://kubernetes.slack.com/messages/kubernetes-users/05:58
fooliounoI am in Central Time zone, but have been up a little later than usual today. Will try during the day time05:58
*** unicell1 has joined #openstack-kolla05:59
*** unicell has quit IRC05:59
fooliounoThanks again :)05:59
satyarHi all05:59
jascott1np good luck with it05:59
jascott1Hi satyar05:59
satyardoes anyone tried grafana05:59
satyarhi jascott106:00
jascott1in general or containerized within openstack ;)06:00
satyari am trying to build the container image from source code06:00
jascott1ah i havent done that but consider myself a container enthusiast06:01
satyarso containerized within openstack :)06:01
jascott1error during build or?06:01
satyarnot yet06:01
satyarplaning to build06:01
jascott1oh noes! an error during planning!06:01
satyari just want to check if anything i should take care while building and deploying grafana06:02
satyarto avaid potential known issue ;)06:02
jascott1i have no idea, its what a udp listener with js dashboard so all the ports and what not to get a connection might be the biggest worry06:03
satyarhmmm06:04
jascott1i would try it and see what happens :)06:04
satyari am mainly looking for the kolla-build.conf file06:04
satyarif you can pass me ;)06:05
jascott1satyar you need a copy of one or where is it? ( /etc/kolla/kolla-build.conf )06:12
*** sacharya has quit IRC06:24
*** crushil has quit IRC06:28
sdakehey peeps06:29
sdakefooliouno i can help a bit with kolla-kubernetes -  what woudl you like to know06:30
sdakejascott1 ;=)06:30
sdakesatyar I have not personally tried grafana in kolla-ansible06:30
sdakesatyar in Newton it was tech-preview - meaning it wasn't really all that supported - although I believe it was functional06:31
satyari need a copy06:31
satyari am using ocata ;)06:32
sdakesatyar Ocata was a very short cycle and in addition we went through a very disruptive repository split of kolla into kolla and kolla-ansible deliverables06:32
sdakesatyar so unclear if any changes went in related to grafana06:32
sdakesatyar the best way to find out is to try it yourself06:32
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: [wip] enable ceilometer related project in gate  https://review.openstack.org/41227806:32
sdakeJeffrey4l_ have you tried grafana?06:32
satyarsdake thats why i want to check that :)06:32
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: [wip] test scenario2 in gate  https://review.openstack.org/41227906:32
Jeffrey4l_sdake, no recently.06:33
sdakeJeffrey4l_ did it work in newton?06:33
Jeffrey4l_what's the grafana datasource?06:33
Jeffrey4l_i tried grafana + gnocchi, which works.06:33
sdakesatyar your best option is to setup an AIO to test things out06:34
satyari saw few commits from mathias06:34
satyaryes06:34
satyarthats what i want to try out first06:35
satyari just want to know if i can get the piece of kolla-build.conf for grafana06:35
satyarjascott106:41
jascott1i dont have it06:41
jascott1it should be near the grafana container?06:41
*** salv-orlando has joined #openstack-kolla06:46
*** salv-orlando has quit IRC06:50
openstackgerritMerged openstack/kolla-ansible master: Optimize reconfiguration for tacker  https://review.openstack.org/42203606:58
*** salv-orlando has joined #openstack-kolla07:02
openstackgerritMerged openstack/kolla-ansible master: Optimize reconfiguration for kibana  https://review.openstack.org/42315807:08
openstackgerritDuong Ha-Quang proposed openstack/kolla-ansible master: Apply neutron database migration  https://review.openstack.org/40792207:08
*** sayantani01 has quit IRC07:10
*** skramaja has joined #openstack-kolla07:12
*** skramaja_ has quit IRC07:12
openstackgerritMerged openstack/kolla-ansible master: Optimize reconfiguration for etcd  https://review.openstack.org/42415707:13
duonghqzhubingbing, ping07:14
zhubingbinghere07:14
zhubingbinghi duonghq07:14
duonghqabout this ps07:14
duonghqafternoon zhubingbing  :D07:14
duonghqwhat does this mean?07:14
duonghq"Also, upgrade note, user must add groups to inventory"07:14
duonghqhttps://review.openstack.org/#/c/431376/07:14
zhubingbingit mean we should add user and password in password.yml07:16
zhubingbingand add inventory in site.py07:16
Jeffrey4l_zhubingbing, duonghq if there are exist service need add new variable ( password etc ) , then we need add it into releasenote.07:17
duonghqJeffrey4l_, got it,07:17
duonghqzhubingbing, so, you should provide more details in the reno07:17
Jeffrey4l_if a new service ( added in ocata cycle) which need add new variable, no need add release ntoe.07:17
duonghqJeffrey4l_, roger07:18
duonghqzhubingbing, given all renos is merge into one large reno, the item should be enough detail.07:19
zhubingbinghmm07:19
zhubingbingso i should how to write it ?07:20
zhubingbing;)07:20
duonghqzhubingbing, the passwords.yml should be other item in reno, and you can list new var?07:21
duonghqsame as for site.py (if needed)07:22
zhubingbingadd it in releasenote. ?07:22
duonghqsure07:22
duonghqIMO07:22
zhubingbingI ask egonzalez's opinions07:23
*** japestinho has quit IRC07:24
*** japestinho has joined #openstack-kolla07:24
duonghqzhubingbing, I'm sorry but you "asked" or "going to ask"?07:25
openstackgerritZeyu Zhu proposed openstack/kolla master: Delete python bytecode file  https://review.openstack.org/43215207:25
zhubingbinggoing to ask07:25
duonghqnice07:25
zhubingbingwait evening07:25
zhubingbing;)07:25
Margin3.el7.centos.noarch.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=base clean metadata" when I build the images07:27
Margincan I modify the internet repository to use myself private repository ?07:27
zhubingbingyou can try build master07:28
zhubingbingi think it is network problems07:28
Marginnot network problem, it is repository problem.07:29
*** Jeffrey4l__ has joined #openstack-kolla07:29
MarginI'm building based on master, [root@kolla kolla]# grep repo kolla-build.conf  -irn07:30
Margin105:# Comma separated list of .rpm or .repo file(s) or URL(s) to install07:30
Margin107:#rpm_setup_config = http://buildlogs.centos.org/centos/7/cloud/x86_64/rdo-trunk-master-tested/delorean.rep07:30
Margin,http://trunk.rdoproject.org/centos7/delorean-deps.repo07:30
openstackgerritZeyu Zhu proposed openstack/kolla-kubernetes master: Delete python bytecode file  https://review.openstack.org/43215407:30
*** pcaruana has joined #openstack-kolla07:30
zhubingbingok07:30
*** Jeffrey4l_ has quit IRC07:30
duonghqMargin, you can07:31
MarginIt will try another site when it happened error on one site.07:31
duonghquse customization mechanism07:31
zhubingbingkolla-build --base centos --type source07:31
MarginI see, but I don't want to build from source code because I plan to use Ocata version based on RDO.07:33
MarginIt is hard to manage software version if build from master.07:33
Margin@duonghq, how to customize it ?07:35
Marginnow,the build procession is consuming a lot of time07:35
zhubingbingkolla-build --base centos --type binary07:36
*** fragatina has quit IRC07:36
zhubingbing;)07:36
*** japestinho has quit IRC07:37
duonghqMargin,  sorry07:38
duonghqMargin, http://docs.openstack.org/developer/kolla/image-building.html#dockerfile-customisation your article07:38
Marginthanks,duonghq07:38
sdakeMargin when we release ocata, yo udont build from master07:39
sdakeMargin ocata final will use the ocata release of openstack no thte master version07:39
sdakeMargin we merge patches prior to release, then we tag, then we revert the master changes07:40
Margin@zhubingbing, I'm preparing for my final openstack image, after openstack ocata release, I'll rebuild based on RDO openstack-ocata07:41
*** tvignaud has quit IRC07:41
*** mnaser has quit IRC07:41
zhubingbingok07:41
Margin@sdake, yes07:41
zhubingbingagree sdake07:41
openstackgerritjimmygc proposed openstack/kolla master: Use install-pip macro in most source images  https://review.openstack.org/41386107:41
magicboizmorning07:44
magicboizI have a question, hope some can put some light on my mind :)07:45
magicboizHow can I configure cinder "volume_usage_audit.py" script to run every hour inside cinder containers? There is no CRON daemon running....isn't it?07:46
sdakenight peeps07:49
bmace_sdake: nite07:50
*** matrohon has joined #openstack-kolla07:52
*** jrobinson has quit IRC07:52
*** japestinho has joined #openstack-kolla07:57
*** sdake_ has joined #openstack-kolla08:04
*** nihilifer has quit IRC08:05
*** sdake has quit IRC08:07
*** Serlex has joined #openstack-kolla08:10
*** skuda has joined #openstack-kolla08:11
duonghqmagicboiz, we have cron image, but I have not used it directly08:14
magicboizduonghq: is it possible to make use of that cron image to run that cinder script?08:17
*** unicell1 has quit IRC08:19
*** nihilifer has joined #openstack-kolla08:19
*** saneax-_-|AFK is now known as saneax08:19
duonghqmagicboiz, sorry, I have not had any experience with this08:21
*** Jeffrey4l__ has quit IRC08:21
magicboizduonghq: thanks anyway :)08:21
*** Jeffrey4l__ has joined #openstack-kolla08:22
*** japestinho has quit IRC08:24
*** Margin has quit IRC08:34
*** sdake_ has quit IRC08:37
*** prameswar has joined #openstack-kolla08:38
*** fragatina has joined #openstack-kolla08:46
*** Margin has joined #openstack-kolla08:48
*** cuongnv has quit IRC08:50
*** fragatina has quit IRC08:51
openstackgerritjimmygc proposed openstack/kolla master: Use install-pip macro in most source images  https://review.openstack.org/41386108:51
*** salv-orlando has quit IRC08:53
*** mgoddard has joined #openstack-kolla08:55
*** cuongnv has joined #openstack-kolla08:56
*** caowei has quit IRC08:59
*** salv-orlando has joined #openstack-kolla09:06
openstackgerritDuong Ha-Quang proposed openstack/kolla-ansible master: Implement Keystone zero-downtime upgrade  https://review.openstack.org/42544609:16
*** japestinho has joined #openstack-kolla09:25
*** egonzalez has joined #openstack-kolla09:28
duonghqjascott1, ping09:38
*** hrw has quit IRC09:42
*** fooliouno has quit IRC09:43
*** hrw has joined #openstack-kolla09:44
*** japestinho has quit IRC09:44
*** japestinho has joined #openstack-kolla09:44
*** salv-orlando has quit IRC09:45
*** mannamne has joined #openstack-kolla09:49
*** fragatina has joined #openstack-kolla09:49
*** mgoddard has quit IRC09:50
*** Margin has quit IRC09:50
*** Margin has joined #openstack-kolla09:51
*** fragatina has quit IRC09:55
*** Margin has quit IRC09:55
*** yingjun has quit IRC09:59
duonghqegonzalez, are you there?10:00
egonzalezduonghq: yep10:00
duonghqcan you review this: https://review.openstack.org/#/c/425446/10:00
egonzalezduonghq: i think is fine :D, just add a release note10:03
duonghqegonzalez, ah, sorry, I forgot this10:03
*** satyar has quit IRC10:05
openstackgerritDuong Ha-Quang proposed openstack/kolla-ansible master: Implement Keystone zero-downtime upgrade  https://review.openstack.org/42544610:07
*** jimmygc has joined #openstack-kolla10:08
openstackgerritzhubingbing proposed openstack/kolla-ansible master: Fix 'kibana_config_jsons' is undefined  https://review.openstack.org/43222910:09
*** mkoderer has joined #openstack-kolla10:09
*** cuongnv has quit IRC10:10
openstackgerritDuong Ha-Quang proposed openstack/kolla master: Implement Keystone zero-downtime upgrade  https://review.openstack.org/42583310:12
duonghqegonzalez, start always pull new image when it's run?10:13
egonzalezduonghq: yep10:13
egonzalezis the same as deploy, if the image is not present will pull the new image10:14
duonghqiirc, we still do not have option for disable this feature, iirc somebody propose this option10:14
egonzalezin an upgrade, the image tag is different than the running, will pull the new image10:14
duonghqso, the only thing I need is include start.yml?10:15
duonghqalso, we should upgrade database before pull and start  new image10:17
*** openstackgerrit has quit IRC10:18
*** cuongnv has joined #openstack-kolla10:18
egonzalezduonghq: yes, but as recomendation in reno should be pull new images before upgrade10:20
egonzalezthat minimize the downtime10:20
*** skramaja_ has joined #openstack-kolla10:21
duonghqegonzalez, just pull, no start anything? I think it have some risk here, i.e. the server is restart when db is upgrade to new version10:21
egonzalezduonghq: before kolla-ansible upgrade, do kolla-ansible pull, to have latest image in local storage10:22
egonzalezthe start phase will last only the time the container boots10:22
egonzalezthe other way, will last until pull and then start10:22
duonghqegonzalez, ok10:23
*** skramaja has quit IRC10:23
*** qiliang27 has quit IRC10:25
*** mgoddard has joined #openstack-kolla10:26
duonghqegonzalez, I'll fix it later10:26
duonghqthank you10:26
*** jimmygc has quit IRC10:26
egonzalezduonghq: also, commented in the PS that database --contract is made in the first execution, which is wrong10:27
duonghqegonzalez, you mean the delegate?10:28
duonghqthis is only make the script run on pre-specified node10:30
egonzalezduonghq: yep, both are made in the first node (serial = 1). neutron-server 0 expand and upgrade at the same time, neutron-server n+1 are not upgrade yet10:30
*** sambetts|afk is now known as sambetts10:30
*** zhubingbing has quit IRC10:31
duonghqegonzalez, I'm sorry but where is serial = 110:31
egonzalezsite.yml10:32
duonghqunderstood,10:32
egonzalezhttps://github.com/openstack/kolla-ansible/blob/master/ansible/site.yml#L27110:32
duonghqcan you give me some suggestion?10:32
duonghqabout how to implement it10:32
egonzalezin keystone i added -1, but neutron have more services10:33
egonzalezlet me think10:33
egonzalez*groups.keystone[-1]10:34
*** skramaja_ is now known as skramaja10:34
duonghqegonzalez, the only service we need caring is neutron-server10:35
duonghqthe only service interact with database directly10:35
egonzalezduonghq: but, contract is made when all services are upgraded or only neutron-server?10:36
duonghqegonzalez, http://docs.openstack.org/developer/neutron/devref/upgrade.html#agents-upgrade10:37
duonghqso, the agent should be upgrade after all new version of neutron-server is up10:37
duonghqall nodes run new version10:37
duonghqof neutron-server10:37
egonzalezhrm, something else need to be orchestrated, now will upgrade all services in the whole host. meaning that if neutron-server is in the same node as neutron-agents? all are upgraded10:38
duonghqall neutron-server should be done first, at least as doc says10:39
egonzalezyeah, but the upgrade task does not do that10:40
duonghqmaybe I lost my way at some point10:40
duonghqthe stop.yml stop only neutron-server10:40
egonzalezduonghq: yes, sorry i missed that part10:41
duonghqwhat does groups.keystone[-1] mean?10:41
egonzalezwill be executed in last item in keystone group10:42
duonghqso, it's done after all other tasks are done on all nodes?10:43
*** cuongnv has quit IRC10:44
egonzalez*on all nodes of the group10:45
duonghqyup10:45
duonghqhmm,10:45
duonghqbut the expand phase should be done very first10:45
duonghqso I think possible procedure is:10:46
duonghq1. expand db on first node10:46
duonghq2. upgrade neutron-server on all nodes10:46
duonghq3. stop all neutron-server10:47
duonghq4. contract db on last-node10:47
duonghq5. start all neutron-server10:47
duonghq6. upgrade all neutron-agent10:47
duonghqegonzalez, is it fine?10:47
duonghqegonzalez, I must go out now, will read irc log latter10:51
*** duonghq has quit IRC10:51
egonzalezduonghq: at first glance yes. but need to separate upgrade of the server and agents10:51
*** Jeffrey4l__ has quit IRC11:00
*** Jeffrey4l__ has joined #openstack-kolla11:01
*** japestinho has quit IRC11:13
*** salv-orlando has joined #openstack-kolla11:16
*** salv-orlando has quit IRC11:20
*** trinaths has quit IRC11:23
*** Margin has joined #openstack-kolla11:35
hrwbtw, if someone has some free time then https://review.openstack.org/#/c/430940 (non-x86 archs support) waits for skilled reviewers. Small patch, does not change much for usual targets, adds two important architectures into list of supported ones and makes it easier for those which may come11:35
*** skramaja_ has joined #openstack-kolla11:40
*** skramaja has quit IRC11:40
*** skramaja_ is now known as skramaja11:43
hrwegonzalez: thx11:47
*** yingjun has joined #openstack-kolla11:47
*** Pavo has joined #openstack-kolla11:48
*** saneax is now known as saneax-_-|AFK11:49
*** openstackgerrit has joined #openstack-kolla11:51
openstackgerritMerged openstack/kolla-ansible master: Fix 'kibana_config_jsons' is undefined  https://review.openstack.org/43222911:51
openstackgerritMerged openstack/kolla-ansible master: This feature is supporting for workers config in swift servers.  https://review.openstack.org/43055011:56
*** saneax-_-|AFK is now known as saneax11:58
*** yingjun has quit IRC12:00
*** tvignaud has joined #openstack-kolla12:04
*** satyar has joined #openstack-kolla12:05
*** pbourke has quit IRC12:07
*** dave-mccowan has joined #openstack-kolla12:07
*** pbourke has joined #openstack-kolla12:07
*** sudipto has quit IRC12:09
*** sudipto_ has quit IRC12:09
*** fragatina has joined #openstack-kolla12:10
*** rwallner has joined #openstack-kolla12:12
*** rwallner has quit IRC12:12
*** rwallner has joined #openstack-kolla12:13
*** rwallner has quit IRC12:14
*** fragatina has quit IRC12:14
*** rhallisey has joined #openstack-kolla12:16
*** salv-orlando has joined #openstack-kolla12:17
*** rwallner has joined #openstack-kolla12:18
openstackgerritLi Yingjun proposed openstack/kolla-ansible master: Checking certificate files for octavia  https://review.openstack.org/43227912:18
*** saneax is now known as saneax-_-|AFK12:19
*** salv-orlando has quit IRC12:21
*** salv-orlando has joined #openstack-kolla12:25
*** saneax-_-|AFK is now known as saneax12:29
*** dave-mccowan has quit IRC12:32
*** dave-mccowan has joined #openstack-kolla12:34
openstackgerritLi Yingjun proposed openstack/kolla-ansible master: Checking certificate files for octavia  https://review.openstack.org/43227912:35
Jeffrey4l__egonzalez, could u take a look this?12:35
Jeffrey4l__https://review.openstack.org/42936012:35
*** tvignaud has quit IRC12:39
hrwyay! first aarch64/debian based containers built ;D12:41
egonzalezhrw: congrats o/ !12:42
hrwegonzalez: now have to make some changes which will alter x86-64 too ;(12:42
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding compute kit based on iscsi backend  https://review.openstack.org/43115612:43
hrwdebian sources.list will be split into base + base-arch ones12:43
openstackgerritOpenStack Proposal Bot proposed openstack/kolla-ansible master: Updated from global requirements  https://review.openstack.org/43196212:48
hrwCOPY sources.list.{{ base_distro }} /etc/apt/sources.list.d/{{ base_distro }}.list12:49
hrwCOPY sources.list.{{ base_distro }}.{{ base_arch }} /etc/apt/sources.list.d/{{ base_arch }}.list12:49
*** msimonin has joined #openstack-kolla12:49
hrwit may be ugly but only way12:49
hrwand sources.list.ubuntu is now empty - only comment where to change12:49
*** mdnadeem has quit IRC12:53
*** mgoddard has quit IRC12:53
openstackgerritMauricio Lima proposed openstack/kolla master: Use install-pip macro in most source images  https://review.openstack.org/41386112:57
*** salv-orl_ has joined #openstack-kolla12:59
*** penfold has joined #openstack-kolla13:00
*** salv-orlando has quit IRC13:02
*** jtriley has joined #openstack-kolla13:03
*** sdake has joined #openstack-kolla13:06
sdakeevening folks13:06
*** sp__ has joined #openstack-kolla13:07
sbezverksdake: are you in China now?13:09
sdakechina?13:10
sdakeno still in phx13:10
Jeffrey4l__egonzalez, could u ack this?13:10
Jeffrey4l__https://review.openstack.org/42935813:10
*** eaguilar has joined #openstack-kolla13:10
sbezverksdake: Ah ok, I thought since you said 'evening' you must have changed the time zone13:11
sdakeoh- that should have been "morning" :)13:11
sdakejust woke - up  -groggy -etc13:11
sdakemy ffsa paid for my cartier sunglasses :-)13:12
*** egonzalez has quit IRC13:12
sdakesadly with that and my icberlin regular glasses, my fsa is almost tapped13:12
*** Margin has quit IRC13:12
*** Margin has joined #openstack-kolla13:13
*** huzhengchuan has quit IRC13:13
sdakedamn this guy guessed my password: https://bugs.launchpad.net/kolla/+bug/166344613:13
openstackLaunchpad bug 1663446 in kolla "lsdjflasjdflasjdflasdfasf" [Undecided,Invalid]13:13
*** mkoderer has quit IRC13:17
openstackgerritJeffrey Zhang proposed openstack/kolla master: Use octavia tag in config.py  https://review.openstack.org/43229713:18
openstackgerritMerged openstack/kolla-ansible master: Fix the path error in globals.yml  https://review.openstack.org/43186013:19
openstackgerritMerged openstack/kolla-ansible master: Remove unnecessary file in .gitignore  https://review.openstack.org/43185213:19
openstackgerritMerged openstack/kolla-ansible master: Optimize reconfigure action for horizon  https://review.openstack.org/42271913:19
openstackgerritJeffrey Zhang proposed openstack/kolla master: add version check 2  https://review.openstack.org/43230013:19
*** Pavo has quit IRC13:26
*** tvignaud has joined #openstack-kolla13:29
*** asettle has joined #openstack-kolla13:37
*** asettle has left #openstack-kolla13:39
*** magicboiz has quit IRC13:47
*** mgoddard has joined #openstack-kolla13:50
*** lamt has joined #openstack-kolla14:02
*** mgiles has joined #openstack-kolla14:04
sdakesup mgiles14:05
mgilesmorning sdake14:05
sdakesean-k-mooney - ping re baremetal14:05
sean-k-mooneyhi14:05
sdakesean-k-mooney what state is ironic in?14:06
sdakesean-k-mooney i know biforst works properly14:06
*** huzhengchuan has joined #openstack-kolla14:06
*** v1k0d3n has quit IRC14:06
sean-k-mooneywaldek changes in newton should have fixed ironic as a service14:06
sdakesean-k-mooney curious what state ironic is in to manage bare metal14:06
sdakesean-k-mooney so ironci as a service in newton is working then?14:07
sean-k-mooneyyes it should be though there is no ci testing that.14:07
*** v1k0d3n has joined #openstack-kolla14:07
sean-k-mooneyour ci uses ironic via kolla14:07
sdakeack on the ci14:07
sdakeour being whoms?14:08
sean-k-mooneybut it is still using waldeks change before he upstreamed them14:08
sean-k-mooneyintels14:08
sdakeahh intel has ci, but not integrated as third party with kolla-ansible's deliverable?14:08
sean-k-mooneythe intel nfv cis run on top of kolla but we use vm and iroinc for different jobs14:08
sean-k-mooneysdake: yes14:08
sean-k-mooneyintels one of intels pci cis that runs against nova usins our kolla ironic cloud for nodepool instnaces14:09
*** sudipto has joined #openstack-kolla14:10
*** sudipto_ has joined #openstack-kolla14:10
sean-k-mooneywaldek modified kolla to fix ironic to get that to work then upstreamed the changes.14:10
*** sayantani01 has joined #openstack-kolla14:10
sean-k-mooneythat ci is still using the pre upstream version of his changes so they are almost the same minus some style issues14:11
sdakecool14:11
*** fragatina has joined #openstack-kolla14:11
sdakesean-k-mooney what would it take to get the ci working as a third party ci against the kolla-ansibe deliverable?14:11
sdakesean-k-mooney or is that a thing you woudl be interested in doing ;)14:12
sdakesean-k-mooney if not, I totally get it14:12
*** huzhengchuan has quit IRC14:12
*** msimonin has left #openstack-kolla14:12
sean-k-mooneywe are currently in the process of moveing our cis around internally in terms of where we are hosting them.14:12
sean-k-mooneyi can ask14:13
sdakesean-k-mooney cool - different topic14:13
sdakesean-k-mooney since you and waldek have implemented ironic in koll-ansible deliverable - any interest to do that for kolla-kubernetes?14:13
hrw15:13 hrw@pinkiepie-centos:tmp$ docker images|grep kolla/debian|wc -l14:14
hrw3614:14
hrwon aarch6414:14
hrwgoing nicely ;D14:14
sdakehrw cool - i'd recommend a WIP review so reviewers can get an early peak14:14
sean-k-mooneyhaha i am interested in adding several thing in kolla-kubernetes thoug iroinc was not on the top of my list. waldek will be moving to a differnet company after the ptg so i dont know if he will have flexablty to work on this in kolla14:15
sdakeso you don't waste a  bunch of time working on style issues14:15
hrwsdake: sure14:15
sdakesean-k-mooney bummer re waldek14:15
hrwsdake: it is part of my non-x86 changeset. just have to amend and send for next review14:15
sean-k-mooneysdake: ya i wont say where he is moving too but they are hevilay involved in openstack so he may still be around.14:16
sdakesean-k-mooney ironic is a key service for us for kolla-kubernetes - sadly your the only individual with any experience there14:16
sdakesean-k-mooney ya I don't need to know his personal business14:16
*** fragatina has quit IRC14:16
sbezverkmgiles: when you have a chance please check https://review.openstack.org/43176514:16
mgileslooking now sbezverk14:16
sean-k-mooneysdake: well one of the topic i wanted to discuss at the ptg was supporting multiple backend concurently specifically nova + ironic in the same cloud14:17
sdakesean-k-mooney wrt kolla-kubernetes?14:17
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: support non-x86 architectures (aarch64, ppc64le)  https://review.openstack.org/43094014:17
hrwsdake: here you have, WIP update14:18
sean-k-mooneyso i may be able to spend some time on this i will bring it up internally in terms of head count14:18
sdakesean-k-mooney or wrt kolla-ansible?14:18
hrwsdake: this time I wait for jenkins to prove it works as x86-64 got affected this time14:18
sdakesean-k-mooney i dont need nor want to know about intel's internal business re head count14:18
sean-k-mooneysdake: kolla in general. kolla-ansible i know better i want to learn more about kolla-k8s and get more involved but i need to finish the dpdk support first before commiting to more large features14:19
* hrw -> out14:19
sdakesean-k-mooney the basic idea is we need ironic in kolla-kubernetes since ironic is a key part of the foundation's marketing from 201614:19
sean-k-mooneysdake: right that makes sense you want to get to feature partity with kolla-ansible too14:20
sdakesean-k-mooney essentially looking for smeone with ironic experience to implement ironic - and i thought that might be you14:20
*** goldyfruit has joined #openstack-kolla14:20
sdakesean-k-mooney sounds like its not because dpdk has your plate full14:20
sean-k-mooneyironic is not really my domain either. i could look at it but there are likely other that know more.14:21
sdakesean-k-mooney i see - others in the community?14:21
sean-k-mooneysdake: by the way its not a no its just not something i can commit to right now14:21
sdakesean-k-mooney understood14:22
sdakesean-k-mooney ideally need it in next mo or so14:22
sdakesean-k-mooney and committing to that may be difficult for you :)14:22
sean-k-mooneysdake: are you wanting to have this for ocata or pike?14:22
sdakesean-k-mooney kolla-kubernetes is not on a release cycle at present14:22
sdakesean-k-mooney we are release:indepependent14:22
sdakesean-k-mooney i'd like to see it in 0.6.0 (our next sprint) which begins the 15th of Feb14:23
sdakewe typically ahve been running 1 mo sprints14:23
*** huzhengchuan has joined #openstack-kolla14:25
mgilessbezverk looks good.  Are there known problems with the gates right now?  The failures don't look related to your changes but it would be nice to see them passing on a refactor like this14:29
sbezverkmgiles: 1 is known for branch 3, others are not related, Last night I run check it there was only 1 known failure14:30
mgilessbezverk ok14:31
*** lamt has quit IRC14:31
*** skramaja has quit IRC14:31
*** schwicht has quit IRC14:31
*** schwicht has joined #openstack-kolla14:32
mgilessbezverk nice simplifications overall.  it's nice to get rid of some of the extra variables being passed into helm at run time in some of those install commands14:33
sean-k-mooneysdake: ok lets revisit at the PTG. if someone else voullenters then great. in the interim i will see internally if this is someting i can supprot in terms of time.14:35
sean-k-mooneyi would like to get the ovs-dpdk stuff to work in k8s eventurally too.14:35
*** sdake_ has joined #openstack-kolla14:36
*** fguillot has joined #openstack-kolla14:38
*** sdake has quit IRC14:39
*** saneax is now known as saneax-_-|AFK14:39
*** sp__ has quit IRC14:40
sbezverkmgiles: right thanks.. it will bring a little more consistency14:41
*** jtriley has quit IRC14:49
*** crushil has joined #openstack-kolla14:58
*** v1k0d3n has quit IRC15:01
*** v1k0d3n has joined #openstack-kolla15:01
*** jtriley has joined #openstack-kolla15:07
*** sudipto_ has quit IRC15:08
*** sudipto has quit IRC15:08
sbezverksdake: entrypoint developer just confirmed the bug I reported, so we will have new code soon :) hopefully it will stabilize compute kit deployment process.15:13
*** rcherrueau has joined #openstack-kolla15:16
*** mattmceuen has joined #openstack-kolla15:20
rcherrueauHello, how I should get the id that appears in a release note name, like in add-fluentd-role-*bc3f4976c807a50b*.yaml?15:20
pbourkercherrueau: if you use 'reno new my-note' it generates it15:22
*** sacharya has joined #openstack-kolla15:23
rcherrueaupbourke: OK thank you. And then, I just have to fill the file and push it to gerrit?15:24
pbourkercherrueau: correct15:25
rcherrueaupbourke: perfect, thanks.15:25
*** sacharya has quit IRC15:27
*** rwallner has quit IRC15:28
*** dims_ has quit IRC15:28
*** sacharya has joined #openstack-kolla15:33
*** dims has joined #openstack-kolla15:33
*** rwallner has joined #openstack-kolla15:34
*** rwallner has quit IRC15:35
*** rwallner has joined #openstack-kolla15:35
hrwheh. https://review.openstack.org/#/c/430940/ was simple "+27 -1" patch. now it is "+113 -58". but now it is even easier to review! really!15:36
hrwsean-k-mooney: I hope that next PTG will be in Europe15:36
sean-k-mooneyhrw: are you impacted by the travel restiction in the us or are you based out of europe15:40
hrwhttp://pastebin.com/Y1U0qXF9 - 124 container images built on aarch64/debian. All with https://review.openstack.org/#/c/430940/ change.15:40
hrwsean-k-mooney: I am impacted by my team's travel budget15:41
*** jtriley has quit IRC15:41
sean-k-mooneyah yes that too.15:41
sean-k-mooneythat said i think the paris summit cost us more the vancovour did and im based out of ireland15:41
hrw:)15:42
* hrw out - be later 15:42
openstackgerritRonan-Alexandre Cherrueau proposed openstack/kolla-ansible master: Multi-regions Support  https://review.openstack.org/43165815:53
*** crushil has quit IRC15:54
*** dims has quit IRC15:55
*** dims has joined #openstack-kolla15:55
*** dims is now known as Guest1240615:56
*** jpstnh has joined #openstack-kolla15:57
*** mnaser has joined #openstack-kolla15:59
*** adrian_otto has joined #openstack-kolla15:59
*** prameswar has quit IRC16:00
*** jtriley has joined #openstack-kolla16:03
*** Guest12406 has quit IRC16:05
*** crushil has joined #openstack-kolla16:06
*** jtriley has quit IRC16:08
*** financeMan has joined #openstack-kolla16:14
financeManhi, I installed a free instance of ubuntu 16.04 on a single machine with 64 cores and 256 gb's of ram. I want to try out (play with) a production setup of kolla on this machine. Any easy scripts I can run to just deploy everything for me?16:15
*** jtriley has joined #openstack-kolla16:15
financeManI am a bit new to infrastructure deploys16:15
*** sayantani01 has quit IRC16:19
*** sayantani01 has joined #openstack-kolla16:20
sdake_sbezverk cool :)16:21
*** adrian_otto1 has joined #openstack-kolla16:22
*** Serlex has quit IRC16:24
*** dims_ has joined #openstack-kolla16:24
*** adrian_otto has quit IRC16:25
*** jtriley has quit IRC16:26
*** fooliouno has joined #openstack-kolla16:26
sbezverksdake_: can you review 2 part of gate refactor?16:27
*** adrian_otto1 has quit IRC16:27
sdake_sbezverk yes16:27
*** Margin has quit IRC16:28
*** adrian_otto has joined #openstack-kolla16:28
*** sudipto_ has joined #openstack-kolla16:29
*** sudipto has joined #openstack-kolla16:29
SamYaplefinanceMan: what i linked in the main channel is the best thing. if you want a from-scratch install script, i dont think that exists16:29
kfox1111morning16:34
kfox1111sbezverk: thanks for reporting the kubernetes-entrypoint bug. looks like they got the fix. :) I was worried it would take a k8s fix.16:36
openstackgerritSayantani Goswami proposed openstack/kolla-ansible master: Deployment Guide  https://review.openstack.org/42796516:40
*** huzhengchuan has quit IRC16:40
sdake_@fin16:40
financeManSamYaple, sounds good, I just wasn't sure if there was a single ./install for me script :)16:40
financeManI can go through that now16:40
sdake_financeMan there is a quickstart with playbooks16:41
financeManhttp://docs.openstack.org/developer/kolla/newton/quickstart.html right16:41
sdake_financeMan to do host setup if you choose or to setup openstack as well - the best place to get started is that quickstart.html :)16:41
financeManWhat exactly is this playbook thing I'm hearing about, is that an ubuntu/linux specific thing?16:42
sdake_its an ansible specific thing16:42
financeManis it just a fancy script that linux based OSs can run now?16:42
sdake_ansible is an orchestration engine - so a bit more then fancy scripting16:42
sdake_financeMan however that is one way to think of ansible :)16:42
financeManah so I must just have to first install ansible16:42
financeManand then run the  bootstrap-servers16:43
sdake_financeMan right - the quickstart covers all this16:43
financeMansounds good16:43
*** ssurana has joined #openstack-kolla16:43
*** rhallisey has quit IRC16:49
inc0financeMan: so one nit - you also need to specify interfaces16:50
financeManinc0 what do you mean16:50
inc0basically you need to prepare your configs before you run bootstrap servers16:50
inc0globals.yaml and passwords.yaml16:50
inc0quickstart guide covers both, but these needs to be done before you run boostrap servers16:51
financeManIf I just follow the guide perfectly from the top to the bottom will I be good?16:51
financeManMy background isn't infrastructure but I can surely follow a guide perfectly line by line16:52
inc0well you should be good, but you know, we can't make totally perscriptive guide for everyone16:52
*** jtriley has joined #openstack-kolla16:53
inc0still, if you run into any issues, we're here to help16:53
*** pcaruana has quit IRC16:53
inc0I'd be interested in hearing your feedback about guide itself too16:53
financeManSounds good, I just have this huge 64 core 256 gb computer I built for the fun of it and I wanna containerize it/virtualize it so that I can spin up various OSs for people in my family to use as remote instances16:53
financeManinstead of buyin everyone a fast laptop16:53
inc0and you want to setup openstack for it?;) fun use case16:54
financeManeventually I'll get some thin-clients or something so they dont even realize they are on a remote computer16:54
financeManlol yea I wanted to try openstack for a long time but never had a super-computer lyin around16:54
inc0so in your case it will be a bit easier even16:54
financeManI have some development programs I need to run now for some work that I do, somewhat important but if they die it's not the end of the world as I'm going to do off-site DB backups16:54
inc0since you do all in localhost16:55
financeManyup, one machine16:55
financeManbut I wanted to try to make it as production like as possible to get a good feel fo rit16:55
inc0so make sure to read through architecture guide too16:55
inc0to understand what each network interface is for16:55
*** mannamne has quit IRC16:56
financeManoh gotcha, http://docs.openstack.org/developer/kolla/newton/production-architecture-guide.html ?16:56
financeManshould I read that before I do the quick-start?16:56
inc0I think this is most complex thing you need to figure out in our deploy16:56
inc0yeah16:56
financeManThe network interface configs?16:56
inc0yeah, networking in clouds is....interesting topic;)16:57
financeManah gotcha, should be easier with localhost but the guides probably aren't written for that since no one really does that16:57
inc0well not exactly as you still want others to have connection to your vms16:57
inc0so that part actually is pretty much the same as normal prod16:58
inc0to a point at least16:58
inc0anyway, let me know if you have problem with it, we've all spent a lot of time debugging networking here16:59
financeMank thanks!17:00
*** rwallner has quit IRC17:00
*** jtriley has quit IRC17:00
sbezverkkfox1111: yeah, so good they found it, cannot wait to try it to see compute kit deploying without container restarts17:00
*** sayantani01 has quit IRC17:00
*** sayantani01 has joined #openstack-kolla17:01
sbezverksdake_: the gate came back with single failure which was expected..17:01
*** japestinho_ has joined #openstack-kolla17:02
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Gate refactor part deux  https://review.openstack.org/43176517:03
satyarhi inc017:03
kfox1111sbezverk: do you know if secrets update atomically the same way configmaps do?17:03
satyarhi kfox111117:03
kfox1111if so, I know how we can implement fernet token rotation. :)17:03
kfox1111satyar: hi. :)17:04
*** jpstnh has quit IRC17:04
satyarhow are you17:04
kfox1111way too many balls in the air at the moment, but making progress.17:04
kfox1111you? :)17:04
satyari am good17:04
inc0satyar: hey, did you manage to get this dvr issue solved?17:04
*** dave-mccowan has quit IRC17:05
*** harlowja has joined #openstack-kolla17:05
*** harlowja has quit IRC17:05
sbezverkkfox1111: I was under impression that secret and configmap are alomost the same17:05
satyarjust want to check do we have a way to add/install a component if my deployment is already done17:05
sbezverkso they should gets updated the same way17:05
*** harlowja has joined #openstack-kolla17:05
kfox1111sbezverk: yeah. me too. but was just wondering if you've seen it behave the same for sure.17:06
satyaryes ico017:06
inc0satyar: it should be just adding it to globals and re-running deploy17:06
kfox1111I'll ask on the k8s channel17:06
inc0is it a new service or something17:06
inc0?17:06
sbezverkkfox1111: cool17:06
satyarThanks17:06
kfox1111sbezverk: if it does work that way,17:06
*** matrohon has quit IRC17:06
kfox1111we could make a bootstrap job for setting up the initial keys and put them in a secret,17:06
inc0you might need to run deploy and reconfigure afterwards if this will change configuration of some services17:06
kfox1111and then we can do a scheduled job to refersh them and update the secret.17:07
kfox1111k8s should then deliver them to the keystone's automatically. :)17:07
satyaryes17:07
sbezverkkfox1111: we can update secrets, but the main issue is inform application to use them.. since passwords are hardcoded in the config17:08
kfox1111the fernet tokens are accessed from disk. it looks for new ones poping in automatically without restart.17:09
kfox1111so, its not really a configuration thing. it just applies to fernet.17:10
openstackgerritSaverio Proto proposed openstack/kolla master: Add SNAP support when finding Docker images folder  https://review.openstack.org/42713917:10
sbezverkkfox1111: I see, you meant only for fernet..17:11
*** rwallner has joined #openstack-kolla17:11
kfox1111we've been using fernet tokens for a year or so now and they are really nice. just havent had time to figure out how to do them in kolla-kubernetes yet. till the idea hit me this morning.17:11
kfox1111yeah.17:11
kfox1111fernet is special in that you need to refersh the keys periodically from one place and sync them somehow to all the other places.17:12
*** mliima__ has joined #openstack-kolla17:12
SamYaplekfox1111: well you dont _have_ to....17:12
kfox1111SamYaple: what do you mean? oh. not rotate ever?17:12
SamYaplehaha yea17:13
kfox1111yeah. true. but kind of defeats the purpose. ;)17:13
SamYapleoh it absoultely doesnt!17:13
SamYaplethats still like 90% of fernet benefits, including security17:13
SamYaplebut im not advocating for no rotating17:13
kfox1111yeah, but in that case, I don't think you ever revocate a token?17:13
SamYaplekfox1111: you can17:13
kfox1111there a manual way?17:14
SamYaplethe issue is if someone grabs your encryption keys, they can generate thier own tokens17:14
SamYaplekfox1111: the normal revocation process is fine17:14
SamYapleyou only rotate keys to avoid compromised keys17:14
kfox1111hmm... k.17:14
*** mliima_ has quit IRC17:15
SamYaplekfox1111: so my plan for this on k8s is to use secrets mounted directly into /etc/keystone/fernet17:16
*** dtturner has joined #openstack-kolla17:16
SamYaplesince the secrets update even in running containers, the fernete keys will rotate17:16
kfox1111SamYaple: yeah. thats what I was suggesting too17:16
SamYaplecool17:16
SamYaplethere would need to be a cron-job container generating a new fernet key17:16
SamYapleluckily, it doesnt have to eb _keystone_ generating the new key17:17
sbezverkkfox1111: what and how mounted secret will be updated?17:17
SamYaplesbezverk: secrets update in containers when k8s updates the secret17:17
SamYapleso it propogates17:17
sbezverkmanually started job?17:17
SamYapleand they can be mounted like any other volume17:17
SamYaplesbezverk: no, timed job17:17
SamYaplethere are time limits and expectancies on all of this17:17
SamYapleso you can know how long tokens in the wild are valid17:18
SamYaplethis way it automatically rotates as often as possible wihtout invalidating keys?17:18
sbezverkSamYaple: hm, I do not think timed job exist, kfox1111 do you know?17:18
SamYaplesbezverk: thats.... what a cron job is17:18
SamYaplejob on a schedule17:18
sbezverkSamYaple: :)17:18
SamYaplespin up new container17:18
SamYaplek8s has built in cron17:19
*** fragatina has joined #openstack-kolla17:19
openstackgerritSayantani Goswami proposed openstack/kolla-ansible master: Update Multinode deployment of kolla guide  https://review.openstack.org/42685217:19
*** fragatina has quit IRC17:20
sbezverkSamYaple: I saw an example when cron can be run as thirdparty object.. but it is not a native17:20
*** fragatina has joined #openstack-kolla17:20
SamYaplesbezverk: https://kubernetes.io/docs/user-guide/cron-jobs/17:21
harlowjabtw, since u folks are a part of this17:21
harlowjahttp://www.slideshare.net/harlowja/godaddys-openstack-journey17:21
harlowjaslide 7 has the kolla logo17:21
harlowjalol17:21
sbezverkSamYaple: oh thanks, I missed it :)17:22
*** lamt has joined #openstack-kolla17:25
kfox1111yeah, timed job does iexist.17:27
kfox1111its called cronjobs now.17:27
kfox1111it use to be called scheduledjobs I think.17:27
*** david-lyle has joined #openstack-kolla17:31
openstackgerritSayantani Goswami proposed openstack/kolla-ansible master: Fix pushing images to local registry documentation  https://review.openstack.org/42685817:31
kfox1111hmm... there may be a race condition though with cronjobs17:32
sbezverksdake: https://review.openstack.org/431765 please ack17:32
kfox1111"We say “about” because there are certain circumstances where two jobs might be created, or no job might be created. "17:32
*** sayantani01 has quit IRC17:32
*** bmace_ has quit IRC17:32
kfox1111that could be problematic.17:32
*** sayantani01 has joined #openstack-kolla17:33
*** bmace_ has joined #openstack-kolla17:33
*** jtriley has joined #openstack-kolla17:33
*** mattmceuen has quit IRC17:33
*** mattmceuen has joined #openstack-kolla17:41
*** sambetts is now known as sambetts|afk17:44
openstackgerritMauricio Lima proposed openstack/kolla-ansible master: Add how configure backend to cinder HNAS NFS driver guide  https://review.openstack.org/43240517:45
inc0ehh...I hate these changes17:46
inc0some guys are mass-proposing "removing utf-8" header across the whole of openstack17:47
inc0just getting pointless commits:/17:47
kfox1111sbezverk: did anyone ever track down the kolla-ansible commit that broke the 3.x gate?17:48
kfox1111inc0: whens the last day for bugfix patches for kolla-ansible?17:48
inc0kfox1111: there is no last day17:48
inc0even after release some bugfixes are going to be backported17:49
inc0but we release early march17:49
*** rhallisey has joined #openstack-kolla17:49
kfox1111last day before the release is cut I mean.17:50
kfox1111ok.17:50
*** jtriley has quit IRC17:51
inc0bbiaf17:51
*** breitz has joined #openstack-kolla17:52
*** rwallner has quit IRC17:55
*** rwallner has joined #openstack-kolla17:56
openstackgerritMerged openstack/kolla-kubernetes master: Gate refactor part deux  https://review.openstack.org/43176517:56
sbezverkkfox1111: I was going to do it after the gate17:57
sbezverkbut if somebody take it, would be great17:57
*** jrich523 has joined #openstack-kolla17:57
*** rwallner has quit IRC17:57
sbezverkkfox1111: basically all I needed was to confirm the command to pull specific change id17:58
sbezverkI saw some variations17:58
kfox1111hmm.. sec.17:58
openstackgerritMerged openstack/kolla-kubernetes master: Delete python bytecode file  https://review.openstack.org/43215417:58
kfox1111shoudl be able to cd into the kolla-ansible dir and ; git checkout <revisionnumber>17:59
*** mgoddard has quit IRC18:00
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding compute kit based on iscsi backend  https://review.openstack.org/43115618:00
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: support non-x86 architectures (aarch64, ppc64le)  https://review.openstack.org/43094018:02
hrwthis version is more user friendly. one warning less and no need to set target architecture18:02
sbezverkkfox1111: ok got it, cause I saw sme really strange looking commands.. another thing with version 4.0.0.b3 I think there is a problem with password gen which I this sdake fixed..18:02
sbezverkit will make thing difficult if the issue was introduced before password gen fix went in18:03
*** unicell has joined #openstack-kolla18:04
kfox1111yeah. thats why I think trying specific commits might help get us closer then the b releases.18:04
*** zhubingbing has joined #openstack-kolla18:09
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: DO NOT MERGE git bisect for b3 failure  https://review.openstack.org/43240818:10
*** adrian_otto has quit IRC18:11
*** salv-orl_ has quit IRC18:12
sbezverkkfox1111: http://logs.openstack.org/08/432408/1/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-nv/44a4c0a/console.html#_2017-02-10_18_13_26_11405918:16
*** sudipto has quit IRC18:16
*** sudipto_ has quit IRC18:16
sbezverknot sure since it got broken at the different place how I can mark it, I guess bad18:17
sbezverkmaybe I should cherry pick gen password fix first?18:17
openstackgerritMerged openstack/kolla master: Clean dockerfile output on Ubuntu distro  https://review.openstack.org/42484918:19
*** crushil has quit IRC18:20
hrwuf. sent mail to openstack-dev ML about my patch18:22
*** tonanhngo has joined #openstack-kolla18:24
sdake_kfox1111 - neutron seems done to me from a services layer perspective18:24
sdake_kfox1111 can you verify if this should be still makred TODO: https://blueprints.launchpad.net/kolla-kubernetes/+spec/helm-services18:24
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: DO NOT MERGE git bisect for b3 failure  https://review.openstack.org/43240818:25
kfox1111yeah. its as done as the rest.18:25
sdake_sbezverk i didn't fix it - pbourke fixed it but ya kolla-genpwd is broken in both b2 and b318:25
sdake_portdirect are you about18:26
*** rwallner has joined #openstack-kolla18:27
*** rwallner has quit IRC18:29
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding compute kit based on iscsi backend  https://review.openstack.org/43115618:29
*** rcherrueau has quit IRC18:30
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: DO NOT MERGE git bisect for b3 failure  https://review.openstack.org/43240818:32
*** rwallner has joined #openstack-kolla18:35
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: DO NOT MERGE git bisect for b3 failure  https://review.openstack.org/43240818:35
hrw(venv-for-kolla)19:35 hrw@pinkiepie-centos:kolla$ ./tools/build.py --base-image aarch64/debian --base debian --base-tag jessie-backports 2>&1 | tee log-debian-jessie-backports ;./tools/build.py --base-image aarch64/ubuntu --base ubuntu --base-tag xenial 2>&1 | tee log-ubuntu-xenial18:35
hrwwonder how many images will build ;D18:36
sbezverksdake_: do you rememeber recently kolla-anislbe has an issue with "no module docker"18:37
sbezverk?18:37
*** crushil has joined #openstack-kolla18:37
sbezverksdake_: do you remember who fixed it?18:37
*** MasterOfBugs has joined #openstack-kolla18:40
*** mgoddard has joined #openstack-kolla18:41
*** zhubingbing has quit IRC18:42
*** jtriley has joined #openstack-kolla18:46
*** sdake_ has quit IRC18:48
*** breitz has quit IRC18:49
*** breitz has joined #openstack-kolla18:50
*** breitz has quit IRC18:52
*** sdake has joined #openstack-kolla18:57
kfox1111very interesting: https://container-solutions.com/multi-arch-docker-images/18:57
*** breitz has joined #openstack-kolla18:59
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding compute kit based on iscsi backend  https://review.openstack.org/43115618:59
*** jtriley has quit IRC19:06
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: DO NOT MERGE git bisect for b3 failure  https://review.openstack.org/43240819:10
*** mliima has joined #openstack-kolla19:11
*** mliima__ has quit IRC19:14
*** nihilifer is now known as nhlfr19:15
*** schwicht has quit IRC19:18
*** schwicht has joined #openstack-kolla19:18
*** jtriley has joined #openstack-kolla19:19
*** schwicht has quit IRC19:19
*** satyar has quit IRC19:20
*** schwicht has joined #openstack-kolla19:21
*** schwicht has quit IRC19:23
*** jtriley has quit IRC19:24
*** schwicht has joined #openstack-kolla19:24
*** schwicht has quit IRC19:25
*** schwicht has joined #openstack-kolla19:25
*** sayantani01 has quit IRC19:27
*** fooliouno has quit IRC19:28
*** sdake_ has joined #openstack-kolla19:28
*** schwicht_at_work has joined #openstack-kolla19:30
*** schwicht has quit IRC19:30
mliimaneed act here https://review.openstack.org/#/c/432405/19:31
*** sdake has quit IRC19:32
*** fragatina has quit IRC19:39
*** pramodrj07 has joined #openstack-kolla19:41
*** mgoddard has quit IRC19:43
*** tvignaud has quit IRC19:43
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: DO NOT MERGE git bisect for b3 failure  https://review.openstack.org/43240819:44
sbezverkkfox1111: ping19:46
*** jtriley has joined #openstack-kolla19:52
kfox1111ping19:59
*** bmace_ has quit IRC20:00
kfox111164 bytes from kfox1111 (127.0.0.1): icmp_seq=1 ttl=64 time=240.029 ms20:00
kfox1111:)20:00
*** david-lyle has quit IRC20:03
sbezverkkfox1111: could you check this log, I am running out of ideas20:03
sbezverkhttp://logs.openstack.org/56/431156/12/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-helm-compute-kit-nv/d88b95a/console.html#_2017-02-10_19_29_58_48574120:03
kfox1111sure20:03
sbezverkat bottom it shows unhealthy http://logs.openstack.org/56/431156/12/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-helm-compute-kit-nv/d88b95a/logs/pods/kolla-cinder-api-1685691489-2rsh6.txt20:04
sbezverkbut not much why20:04
kfox1111this looks weird...20:05
kfox11112017-02-10 19:27:33.562 21 INFO eventlet.wsgi.server [-] (21) wsgi starting up on http://0.0.0.0:929220:05
kfox1111http://logs.openstack.org/56/431156/12/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-helm-compute-kit-nv/d88b95a/logs/openstack/kolla-glance-api-108866934-qw53b.txt20:05
kfox1111nm. wrong file.20:06
kfox1111svc looks ok. pod listed... logs for cinder-api look ok....20:07
sbezverkkfox1111: right the only fishy thing I found was Unhealthy message20:08
sbezverkbut other than that do not see anything20:08
kfox1111where is openvswitch-set-external-ip happening?20:10
kfox1111I don't see the ip on the bridge.20:10
kfox1111that would di it.20:10
kfox1111do20:10
sbezverkohhhh :(20:11
sbezverkit is not part of compute package20:11
*** dave-mccowan has joined #openstack-kolla20:11
kfox1111its not a helm package yet. :/20:11
sbezverkwhat if I run it right after compute package deployment?20:12
kfox1111should be fine. so long as you wait for it to finish.20:12
kfox1111well...20:12
kfox1111hmm...20:12
sbezverkok, let me give it a try20:12
kfox1111it needs to run after the ovs bridges are setup.20:12
kfox1111but will need to be there for keystone creation jobs I think.20:12
kfox1111so needs to be done in parallel. :/20:13
kfox1111I guess we really need to port it to helm and give it some deps.20:13
kfox1111was planning on doing that eventually, but just haven't had the time yet.20:13
sbezverkkfox1111: Let me try to run it after the deploymnet20:13
sbezverkbecause everything comes up fine20:14
sbezverkonly no access20:14
*** skuda has quit IRC20:14
kfox1111hmm... k.20:15
*** mliima has quit IRC20:15
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding compute kit based on iscsi backend  https://review.openstack.org/43115620:15
sbezverkkfox1111: thanks for the idea ! at least it is some lead20:16
kfox1111np. :)20:17
*** adrian_otto has joined #openstack-kolla20:17
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding compute kit based on iscsi backend  https://review.openstack.org/43115620:30
*** sdake_ has quit IRC20:31
*** mandre is now known as mandre|away20:36
*** bmace has joined #openstack-kolla20:40
*** matrohon has joined #openstack-kolla20:46
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding compute kit based on iscsi backend  https://review.openstack.org/43115620:47
*** lamt has quit IRC20:48
*** lamt has joined #openstack-kolla20:52
*** fragatina has joined #openstack-kolla20:56
*** gNantel has joined #openstack-kolla20:58
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: DO NOT MERGE git bisect for b3 failure  https://review.openstack.org/43240820:59
inc0back21:00
*** rwallner has quit IRC21:03
*** fguillot has quit IRC21:08
*** rwallner has joined #openstack-kolla21:09
*** rwallner has quit IRC21:13
*** tvignaud has joined #openstack-kolla21:14
*** crushil has quit IRC21:17
*** crushil has joined #openstack-kolla21:18
*** sacharya has quit IRC21:18
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding compute kit based on iscsi backend  https://review.openstack.org/43115621:18
*** sacharya has joined #openstack-kolla21:18
*** crushil has quit IRC21:23
*** gNantel has quit IRC21:24
*** erlon has quit IRC21:25
dtturnerHey all.  Consdering that kolla-ansible provides the ability to pass tags, would this be the recommended way to add components post install?  Say, monitoring for example?21:28
*** sdake has joined #openstack-kolla21:29
dtturnerOr is the expectation that one would enable those components in globals.yml and rerun the entire deploy?21:29
dtturnerObviously we would have to enable in globals either way, but you get the point.21:29
*** sdake has quit IRC21:32
*** jtriley has quit IRC21:32
*** crushil has joined #openstack-kolla21:35
*** matrohon has quit IRC21:36
inc0dtturner: it should work this way21:42
*** crushil has quit IRC21:43
inc0but if you just run full deploy after changing globals (enable monitoring)21:43
inc0it shouldn't touch anything else really21:43
inc0ansible is idempotent - you should be able to run deploy as much as you want21:44
*** salv-orlando has joined #openstack-kolla21:45
*** crushil has joined #openstack-kolla21:46
*** lamt has quit IRC21:47
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: DO NOT MERGE git bisect for b3 failure  https://review.openstack.org/43240821:50
*** mattmceuen has quit IRC21:53
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding compute kit based on iscsi backend  https://review.openstack.org/43115621:54
*** lamt has joined #openstack-kolla21:55
dtturnerinc0: thanks for confirming.  Just saw the tags option and it made me question whether the intention was to use that for adding services.21:56
dtturnerinc0: I get the idempotent approach.  You still get nervous with a live site though.  ;-)21:58
*** mgoddard has joined #openstack-kolla21:58
*** fragatina has quit IRC21:59
*** boycer has quit IRC22:01
openstackgerritMerged openstack/kolla-kubernetes master: Updated from global requirements  https://review.openstack.org/43196322:02
sbezverkkfox1111: it went further.. but got stuck with neutron, could not create a port, something with the network..22:04
bmacefyi folks, looks like the devenv stuff is borked since the gate merge.. not sure why exactly.  mariadb-init is blowing up trying to get to the pv though i can see it is there.  if anyone is a ceph / k8s master feel free to try it out and lend your wisdom, otherwise i'm not sure it will take me to work out the problem.22:08
*** dave-mccowan has quit IRC22:12
*** crushil has quit IRC22:13
kfox1111bmace: have a link handy22:22
bmacekfox1111: to the review?  https://review.openstack.org/#/c/429295/22:23
bmacei have one small local tweak to that which isn't committed yet that added a "2" arg at the end of the rbd setup script call in setup_dev_env22:23
kfox1111k.22:24
kfox1111and your running 2.x containers?22:24
bmacekfox1111: yeah22:24
kfox1111do you have it running now still?22:25
bmacekfox1111: well, should be actually.. did the gate merge change the default from 2 to 3 or anything?22:25
kfox1111no.22:26
kfox1111a couple things that were exported externally moved internal only, so might need to be specified as flags now,22:26
kfox1111but I don't think your to that point yet.22:26
kfox1111mariadb was always internal. so was ceph.22:26
bmacehrm.. maybe that broke it..  docker.io/kolla/centos-binary-mariadb:3.0.2  that should be 2.0.2?22:26
kfox1111uh. yeah.22:27
kfox1111although, if both it and the init job are the same, it may not matter.22:27
bmacekfox1111: interesting, this was all working before that merge... :/  i'll have to hunt down why it is trying to brink up 3.0.2 stuff22:27
kfox1111did you start over after the merge, or patching it up?22:27
bmacekfox1111: i just pulled upstream into my local master then rebased my branch to master22:28
bmaceresolved like 2 merge conflicts22:28
kfox1111did you blow away the dev env vm's and start over?22:29
mgilesI think mariadb has been at 3.0.2 for a while.  I had noticed this one was at a different version than the other images22:29
bmacethe vms?  yeah, all the time.. vagrant destroy / up.. though i just started messing with libvirt snapshots today, so i shouldn't need to do that anymore if all goes well22:29
kfox1111k.22:30
kfox1111next thing would be to look at ceph's logs.22:30
kfox1111if it isn't up properly it coudl block the mariadb-init22:30
inc0dtturner: ofc, just tags will still run common role which might potentially affect other services (but shouldn't), anyway, tags will be safer22:30
inc0as for monitoring, it's still tech preview in Kolla, in fact we want to rework it in next release22:31
inc0so I'd recommend being caucious with this particular part22:31
*** ssurana has quit IRC22:32
bmacekfox1111: as far as i can tell ceph looks happy22:34
bmacekfox1111: i'll merge again with latest to get the 2nd pass at gate refactoring and see how things look22:35
kfox1111k.22:38
*** eaguilar has quit IRC22:44
*** mgoddard has quit IRC22:54
*** david-lyle has joined #openstack-kolla22:55
*** boycer has joined #openstack-kolla23:01
*** david-lyle has quit IRC23:04
*** lamt has quit IRC23:16
*** rwallner has joined #openstack-kolla23:28
*** rwallner has quit IRC23:32
*** goldyfruit has quit IRC23:35
*** crushil has joined #openstack-kolla23:35
*** ssurana has joined #openstack-kolla23:37
sbezverkkfox1111: sdake: inc0: according to git bisect this PS broke out branch 3: 657fd6de1f1171eb2d2db7bab2839d7a4940b8eb] Modify the openstack_release in globals.yml23:47
*** penfold has quit IRC23:47
sbezverkkfox1111: not sure how it is possible, but none of neutron agent except metadata are running after compute kit deployment. It is getting more wierd ;)  http://logs.openstack.org/56/431156/17/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-helm-compute-kit-nv/9ced292/console.html#_2017-02-10_22_15_47_71059723:49
*** mannamne has joined #openstack-kolla23:55
*** ssurana has quit IRC23:57

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