Thursday, 2016-12-01

*** Pavo has joined #openstack-kolla00:00
kfox1111http://logs.openstack.org/59/403959/10/experimental/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/a357ae7/logs/pods/ shows no openvswitch stuff running, which is very odd.00:00
kfox1111so I'd guess that.00:00
kfox1111oh...00:01
kfox1111duh.00:01
kfox1111that job is the external openvswitch one.00:02
kfox1111so there are probably breaking issues there too. but won't see a pod for openvswitch.00:02
kfox1111http://logs.openstack.org/59/403959/10/experimental/gate-kolla-kubernetes-deploy-centos-binary-ceph-nv/76b6744/console.html looks to have just gotten stucdk. bad vm maybe.00:03
*** pbourke_ has joined #openstack-kolla00:03
sbezverkkfox1111: I sorted out a couple of things00:03
sbezverkthe main thing is image_tag00:03
kfox1111http://logs.openstack.org/59/403959/10/experimental/gate-kolla-kubernetes-deploy-ubuntu-binary-ceph-nv/3a4f6fc/console.html#_2016-11-30_22_31_22_08772800:03
kfox1111heh. yeah.00:03
*** absubram has joined #openstack-kolla00:04
sbezverkI see you use image_tag for nuetron server00:04
sbezverkbut where do you define it?00:04
sbezverkit does not seem to be all_values.yaml00:04
sbezverkbut it should be there since it is very generic name00:05
kfox1111hmm... let me look.00:05
kfox1111sbezverk: I'd say, its broken, and thats why the gates broken. :)00:07
kfox1111was debugging that myself. :)00:07
kfox1111so, yeah. :)00:07
harlowjaSamYaple was there a docker issue for the tag stuff u filed (or kew about?)00:07
harlowja*knew00:07
kfox1111I'm also missinga haproxy tag.00:08
kfox1111kind of surprised helm renders it at all... I think this is a differeence between 2.0.0rc2 and 2.0.000:09
kfox1111I need to upgrade my box...00:09
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice  https://review.openstack.org/40395900:09
*** eaguilar has joined #openstack-kolla00:09
sbezverkkfox1111: it just add "nil"00:09
sbezverkI mean helm instead of generating error00:09
kfox1111yeah. I was getting nils on my box and i didn't notice it,00:10
kfox1111but the gate's helm is giving me this weird error: http://logs.openstack.org/29/404929/5/experimental/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/8734904/console.html#_2016-11-30_23_25_59_59198100:11
kfox1111still may be a differnet bug yet.00:11
sbezverkah I saw something similar when ident got screwed up somewhere00:11
kfox1111k. gona force upgrade to 2.0.0... thinking rc2 might be being more permissive...00:12
*** hieulq_ has joined #openstack-kolla00:12
*** sayantan_ has quit IRC00:13
*** sayantan_ has joined #openstack-kolla00:13
kfox1111ever upgrade a tiller?00:14
kfox1111well, I can just minikube relaunch. nm.00:15
sbezverkcheck out this command not sure though how support it ;-) kubectl edit deployment tiller-deploy00:17
sbezverkthen change image to point to version you want00:17
kfox1111ah. yeah.00:17
kfox1111thx.00:17
kfox1111I'll try that next time.00:17
sbezverknp very usefull for upgrading kube cluster deployed by kubeadm :-)00:18
kfox1111ah. yeah. haven't tried that either yet. :)00:18
sbezverkI went from 1.4.4 ro 1.4.6 with just a couple of changes00:19
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492900:19
kfox1111I keep a copy of all I deploy in git, so I can burn it down and put it back.00:19
kfox1111so I make that the definitive copy, not whats in k8s itself.00:19
kfox1111helm may change that pattern slightly though... not sure how that will work yet.00:20
sbezverkkfox1111: I think we need two tags for images, one global applied for all images where more specific tag does not exist. otherwise we are forced for each microservice specify individual tag, thought?00:23
*** duonghq_ is now known as duonghq00:23
kfox1111sbezverk: I think thats the pattern though. if your deploying from helm microservices packages, each has their= own standalone config. so have to override them all individually.00:24
kfox1111getting them all to do something common is what either operators or the service packages are for?00:24
kfox1111helm kind of throws out the idea of having a global config file, unless you are making a super package.00:26
sbezverkkfox1111: so each microservice will have a mandatory parameter image_tag defined in all_values.yaml is that your idea?00:27
kfox1111well, not exactly sure what I'm thinking there... all the other ones have had an var name kind of specific to the package name.00:28
kfox1111so neutron-l3-agent  package has a var called neutron_l3_agent_image_....00:28
kfox1111but from a usability standpoint, that causes stuff like:00:28
sbezverkkfox1111: I do not care how we call it let's just agree on some common approach00:28
kfox1111helm install neutron-l3-agent --set neutron_l3_agent_image_full=neutron-l3-agent.....00:29
kfox1111sbezverk: yeah. thats the point of the reviews. to start discussing some of this stuff. :/00:29
*** yingjun has joined #openstack-kolla00:30
*** yingjun has quit IRC00:30
kfox1111do we make the primary conatainer image just image_full, as its a per microservices var,00:30
kfox1111and therefore garanteed to be unique.00:30
*** yingjun has joined #openstack-kolla00:30
sbezverkkfox1111: since we put code that can generate image name we need to make sure all variables defined and have some values00:30
kfox1111but slightly confusing when multiple contaienrs are involved,00:30
kfox1111or do we make it explicit always, and make the user have to look it up each time?00:30
kfox1111I could kind of go either way. :/ not sure which will be better long run.00:31
sbezverkI ma more worried about image_built00:31
kfox1111sbezverk: to your question, https://hub.docker.com/r/kolla/centos-binary-openvswitch-vswitchd/tags/00:31
kfox1111what about image_built?00:31
kfox1111looks like 3.0.0 doesn't exist for that container.00:32
sbezverkI see if we have code that can potentially build full image name based on just vairables00:32
kfox1111yeah.00:32
sbezverkthen we need to make sure that all used variables have defaults00:32
kfox1111right.00:32
kfox1111thats what values is.00:32
kfox1111they realy should have named it "default_values.yaml"00:33
kfox1111its the defaults you get when launching, if a user doesn't override them, or a parent package doesn't override them.00:33
duonghqcan somebody give me current context?00:33
kfox1111heh. its all wrapped up in reviews. would be hard to give context without reading through them. :/00:34
duonghqkfox1111, you mean Helmize neutron-server?00:34
sbezverkalso in openvswitch-ovsdb PS00:34
duonghqokay, this is what context I need00:34
sbezverkwe are trying to see how to tag images inside of templates00:35
sbezverkbased on default and in addition gives the way to override on per microservice bases00:35
kfox1111yeah. the way helm works is pretty different then what we did with kollakube.00:35
kfox1111so we have to redecide how to do things we had previously decided to do in a much different way.00:35
sbezverkor no default tag at all and always go with a specific per microservice tag00:35
kfox1111and there's an uglyish 3rd option on top of it all I think. global override as the default, and package level overrides.00:36
kfox1111for example:00:36
kfox1111global.debug=False.00:37
kfox1111then in the templates, .Values.debug | default .Values.Global.debug00:37
kfox1111then a super package could set global.debug = true, and it woudl ripple down to sub packages entirely.00:37
duonghqyou guys mean common tag or default tag?00:38
kfox1111but still turn it back off for specific packages, with global.debug=true,neutron-server.debug=false00:38
kfox1111just speaking generally about variables for the moment.00:38
kfox1111there's a completly different issue running around in the back of my head with reguards to tags/versions.00:38
kfox1111there a version on a helm package.00:39
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice  https://review.openstack.org/40395900:39
kfox1111its a version suposed to uniquely identify the helm template inside it, and the subcharts, at minimum.00:39
kfox1111but if it does just that,00:39
kfox1111if you want to go from container 3.0.0-1 to 3.0.0-2 you would have to "upgrade" to the same chart, with different parameters.00:40
kfox1111not even sure helm will do that right.00:40
sbezverkkfox1111: neither do I, I am still only at deploy stage ;-)00:41
kfox1111the other way to do it, is to bump the package release number every time the containers inside change versions and hardcocde the versions at build time, making them not easily changed, as thats not even really a good thing to change.00:41
kfox1111so, say you have a package, openvswitch 3.0.0-1. if either kolla-toolbox or openvswitch container gets updated, openvswitch helm pakcage gets rereleased as 3.0.0-2 pointing to the new fixed container.00:42
kfox1111then helm upgrade detects the newer version then whats on the system, and can do the right thing.00:42
kfox1111it means releasing a lot of packages though. a bump everytime a container changes as well as whne the chart or subcharts change.00:43
*** hieulq_ has quit IRC00:43
duonghqseems that it's painful when the helm's tree depth is high?00:43
kfox1111(which is why I was kind of pushing to see if we could automate that somewhat)00:43
*** jtriley has joined #openstack-kolla00:43
kfox1111like, if we keep the versions all in one yaml, and push them to the Chart.yaml, it would be easier to detect and automate building new ones.00:44
kfox1111say, in a ci/cd job.00:44
duonghqseem like micro-template engine will do the job00:44
kfox1111the ci/cd can detect a container needs updating, and then asks the build system to go build new affected helm packages.00:45
sbezverkkfox1111: where ci/cd process detecting the change runs?00:45
kfox1111so, this is kind of the direction I've been tryign to take things, have a way where ci/cd could keep things built constantly and up to date, and crank out images.00:46
kfox1111sbezverk: some ci/cd system. could be the openstack infra (would be nice),00:46
kfox1111could be a local enterprises jenkins/gitlab system,00:46
kfox1111or maybe the ci/cd runs right in the k8s system the kolla system's using.00:46
kfox1111sharing that task. :)00:47
*** sdake_ has quit IRC00:48
kfox1111I haven't really throught throgh all the ramifications and fleshed it all out, but I konw some big sites are doing this same kind of thing, and I think it will be pretty important going forward to support atleast the workflow, if we don't provide the solution.00:48
*** Marcellin__ has quit IRC00:48
sbezverkkfox1111: yeah I am not sure if ci/cd or integration is a part of kolla-kubernetes ;-)00:49
sbezverkbut think about it I guess it is important00:50
*** hfu has joined #openstack-kolla00:50
kfox1111the problem is, without some kind of tool like that, it becomes much harder to do security volnerability remediation. :/00:50
*** jtriley has quit IRC00:50
kfox1111and if that doesn't happen, kolla based clouds become jumping off points for attacking others, and kolla gets a black eye.00:51
kfox1111same way iot device companies are getting beet up right now.00:51
*** tovin07_ has joined #openstack-kolla00:52
kfox1111like you said, I'm not sure its belongs to kolla-kkubernetes to solve. its actually a bigger, docker/k8s issue.00:53
*** JRobinson__ is now known as JRobinson__afk00:53
kfox1111but we need to be able to provide enough support somehow for something to make it possible.00:53
duonghqkfox1111, can you define "enough"?00:55
kfox1111duonghq: not entirely sure what that looks like. peruprosfully a bit vague.00:55
kfox1111but, for example,00:55
*** hieulq_ has joined #openstack-kolla00:55
kfox1111I've been adding an attribute to all services that should be completely safe to upgrade without users knowing it happened.00:56
duonghqbasically, we need something like version manager for package? (if I keep up correctly)00:56
kfox1111a ci/cd tool could look at those, look for updates on them, and automatically upgrade them.00:56
kfox1111duonghq: yeah, thats another way it coudl help.00:56
kfox1111so that if version numbers always increment with every change,00:56
kfox1111it would be easier to do a helm list, and a helm search ,and see if there is a new version available.00:57
kfox1111same way you do a 'yum upgrade' on your system, and if finds updated packages and puts them in place.00:57
kfox1111you don't nessisarily tell it what to updgrade individually. it goes and figures it out for you.00:57
duonghqkfox1111, agreed00:57
*** fguillot has joined #openstack-kolla00:58
duonghqI do not have much experience in production, but does ci/cd is common in production environment?00:58
kfox1111I think we want to try and figure out a way to make it such that we don't prevent that kind of tool from working.00:58
kfox1111duonghq: its costly, as most sites don't share their stuff. :/ so it tends to be done when the SLA is high enough to justify the cost of standing one up.00:58
kfox1111but if opensource philosophy is adopted, and its contributed and worked on in the open,00:59
kfox1111it could be much cheeper for everyone to implement and benifit from.00:59
kfox1111same as with kolla-kubernetes itself.00:59
sbezverkkfox1111: I think it is nice to have, but concern me is the time00:59
kfox1111everyone scrambled to build their own snowfflakes, in their own sites,01:00
kfox1111and then have to pay for every aspect of it.01:00
kfox1111kolla-kuberneetes is atempting to opensource and croudsource the development of it, making it cheeper ofr everyone.01:00
kfox1111sbezverk: yeah. this is far out stuff.  not the next 6 months.01:00
kfox1111but, if we're a bit careful now in our decisions, it will make things easier down the road too.01:01
kfox1111so a tradeoff there.01:01
duonghqso, I think whether people use ci/cd in production as greatly depend on their model, but if we want to use some kind of ci/cd, we need to do general, due to each company use difference ci/cd stack?01:01
sbezverkkfox1111: I think if it is achieved within reasonable time, it would be huge win for everybody01:01
kfox1111duonghq: yeah. some jenkins, some gitlab, and there are a bunch of others.01:02
portdirectv1k0d3n/mgiles - back with the living again01:02
kfox1111sbezverk: +1. it would be a killer feature.01:02
kfox1111sbezverk: (and I think mirantis just bought a company just to get their ci/cd tech for their openstack distro... ;)01:02
duonghqso, which ci/cd do you want to PoC your idea?01:03
*** fguillot has quit IRC01:03
kfox1111its far out that I'm not even thinking of a PoC. I havent' researched the alternatives much.01:03
duonghqportdirect, you are Pete Birley?01:03
*** msimonin has quit IRC01:03
duonghqkfox1111, okay01:03
kfox1111I'm just at the point of thinking, what woudl be needed from the package build system and the microservices vars to enable the workflow.01:03
portdirectduonghq: wish i could deny it - but yes :)01:04
sbezverkkfox1111: back to tags, at least for now let's use something common and then revisit when you compose your ideas into something01:04
*** hieulq_ has quit IRC01:05
kfox1111well, the easist thing is to stick to the <package_name>_image_... convention. I think its common to all the patches except neutron-server at the moment.01:05
duonghqkfox1111, due to kolla's docker image is recommended to build locally and push to local registry, I think we should do the same for kolla-k8s? and the package build system is helm-related?01:05
kfox1111duonghq: two possible workflows there.01:06
sbezverkkfox1111: ok, last thing do we introduce global image tag or keep at microservice specific level only?01:06
kfox1111that as you described is currently driven by a human. you could do the same by driving it by a ci/cd.01:06
kfox1111the seccond is, openstack could do that in the gate, and release prebuilt helm packages on a repo that pass the gate tests, and the prebuilt/updated containers to the hub.01:07
kfox1111then an end user would do something like: helm repo add https://helm.openstack.org01:07
kfox1111helm install kolla/neutron-server ...01:07
kfox1111or helm upgrade neutron-server01:08
*** hieulq_ has joined #openstack-kolla01:09
kfox1111just like yum.01:11
kfox1111(or apt)01:11
kfox1111you don't usually think these days about building packages from source. you just go fetch some.01:11
sbezverkkfox1111: sorry to interrupt you, need your input for gate. I see openvswitch-ovsdb got deployed but some other containers are crashing, could you check the logic01:11
kfox1111k. sec.01:11
sbezverkhttp://logs.openstack.org/59/403959/12/experimental/gate-kolla-kubernetes-deploy-centos-binary-ceph-multi-nv/f0b0dbd/01:11
kfox1111sbezverk: gota think a bit more about the global image tag. maybe we talk about it more tomorrow? sleeping on it a bit might help.01:11
duonghqthe 2nd option is using gate to trigger build and push process?01:11
*** zhurong has joined #openstack-kolla01:11
duonghqI do not know we have way to detect the ps is merged and run some script?01:11
sbezverkkfox1111: sure thing, we have tons of things to do anyway01:11
*** hieulq_ has quit IRC01:11
kfox1111sbezverk: http://logs.openstack.org/59/403959/12/experimental/gate-kolla-kubernetes-deploy-centos-binary-ceph-multi-nv/f0b0dbd/logs/pods/kolla-openvswitch-vswitchd-compute-3krpf.txt01:11
kfox1111there's the kubectl describe pod01:11
sbezverkkfox1111: right but this one is gets lauched using old tool, so not modified by my PS01:12
kfox1111all running pods are here: http://logs.openstack.org/59/403959/12/experimental/gate-kolla-kubernetes-deploy-centos-binary-ceph-multi-nv/f0b0dbd/logs/pods/kolla-openvswitch-vswitchd-compute-3krpf.txt01:13
*** zhubingbing has joined #openstack-kolla01:13
kfox1111rrr, bad paste.01:13
duonghqkfox1111, I do not agree with you on "end user would do something like: helm repo add https://helm.openstack.org", it does not follow current Kolla (docker) guideline?01:13
kfox1111http://logs.openstack.org/59/403959/12/experimental/gate-kolla-kubernetes-deploy-centos-binary-ceph-multi-nv/f0b0dbd/logs/pods.yaml01:13
kfox1111so we can see what helm rendered there.01:13
kfox1111duonghq: there is no infrastructure in kolla today to keep packages up to date. so running off of out of date containers are counteridcated for good reason.01:14
kfox1111but. there is one use case at least where running out of date containers are still okish.01:14
kfox1111testing/kicking the tires.01:14
kfox1111which is why they still release prebuild containers to the docker hub.01:14
kfox1111the same can be done with helm packages even without having a mechanism to crank out up to date images continuously.01:15
duonghqas I understand, currently we recommend user  build and use local registry, so it's upto user to update their local registry01:15
kfox1111makes it much much easier to test deploy a kolla-kubernetes system.01:15
kfox1111right. the problem of watching for security updates is pushed apon the user,01:15
sbezverkkfox1111: helm deployed only openvswitch-ovsdb and it is stable. other containers not deployed by helm were crashing01:15
kfox1111and hte user has no real tools to di it themselves. :/01:15
*** hieulq_ has joined #openstack-kolla01:16
duonghqthe prebuild containers are never built and updated usually01:16
kfox1111sbezverk: I don't think so. there are two instances of openvswitch here. I'm guessin the compute one is crashing.01:16
kfox1111sbezverk: see http://logs.openstack.org/59/403959/12/experimental/gate-kolla-kubernetes-deploy-centos-binary-ceph-multi-nv/f0b0dbd/logs/pods/kolla-openvswitch-vswitchd-compute-3krpf.txt its restarting and failing to init.01:17
*** tonanhngo has quit IRC01:17
kfox1111wichi is probably causing neutron-openvswitch-agent grumpyness too.01:17
*** sayantan_ has quit IRC01:17
portdirectduonghq: juts looking through your comments on my docs, thanks man - they are really great - I'm currently going through the style guide and getting it setup so I can render them locally, but may have some q's - will you still be about in 45?01:18
sbezverkkfox1111: openvswitch-vswitchd is NOT deployed by helm01:18
*** JRobinson__afk has quit IRC01:18
kfox1111hmm...01:18
sbezverkI suspect01:18
kfox1111just the db?01:18
sbezverkyes01:18
kfox1111but vswitchd depends on the db?01:18
sbezverkyes but it should be not relevant how they deployed right?01:18
*** sdake has joined #openstack-kolla01:19
sbezverkthey are pods after all :-)01:19
duonghqportdirect, I have meeting in about 10min, for 30min01:19
kfox1111sec... lets look at its logs then01:19
kfox1111http://logs.openstack.org/59/403959/12/experimental/gate-kolla-kubernetes-deploy-centos-binary-ceph-multi-nv/f0b0dbd/logs/openstack/kolla-openvswitch-ovsdb-compute-tp36f.txt01:19
kfox1111that looks suspicious.01:19
kfox1111the selector wrong probably?01:19
sbezverkI think the problem is that two of them are rnning at the same time01:19
kfox1111yup.01:20
sbezverkthere must be a logic issue in my chage for ceph_workflow01:20
kfox1111http://logs.openstack.org/59/403959/12/experimental/gate-kolla-kubernetes-deploy-centos-binary-ceph-multi-nv/f0b0dbd/logs/pods.yaml01:20
sbezverksince you developed can you check ceph_workflow in my ps?01:20
kfox1111grep for openvswitch-ovsdb-compute01:20
kfox1111and then nodeSelector01:20
kfox1111its showing  kolla_controller:01:20
kfox1111so the helm install needs --set selector_key=kolla_compute01:21
kfox1111for that one instance.01:21
sbezverkkfox1111: got it in the command line in ceph_workflow that is right?01:22
*** sayantan_ has joined #openstack-kolla01:23
kfox1111sbezverk: commented in the review.01:24
sbezverkkfox1111: thanks, it will take a bit of time to get used to new approach01:25
kfox1111yeah. it will take a bit of time to flesh out all the details too. I'm still trying to figure this stuff out too. :/01:26
*** pbourke_ has quit IRC01:26
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice  https://review.openstack.org/40395901:26
*** tonanhngo has joined #openstack-kolla01:28
kfox1111yeah. I think that one has a good chance of working. :)01:28
sbezverkkfox1111: I hope so it is getting late on east coast01:29
*** pbourke_ has joined #openstack-kolla01:29
kfox1111yeah. I need to head out in a few min too.01:30
Jeffrey4l_gate is broken. anyone can review this https://review.openstack.org/404844  which unblock the gate.01:30
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492901:32
*** tonanhngo has quit IRC01:32
*** hieulq_ has quit IRC01:34
*** kristian__ has quit IRC01:34
*** kristian__ has joined #openstack-kolla01:35
openstackgerritcaoyuan proposed openstack/kolla: Consistent home directory creation for all the services  https://review.openstack.org/39017901:35
*** jtriley has joined #openstack-kolla01:38
*** sdake_ has joined #openstack-kolla01:38
*** pbourke_ has quit IRC01:39
*** kristian__ has quit IRC01:39
Jeffrey4l_sdake, please review https://review.openstack.org/404844 which blocks the gate.01:39
*** eaguilar has quit IRC01:40
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: WIP: Helmize openvswitch-agent and l3-agent  https://review.openstack.org/40499901:41
kfox1111k. gota head out. l8r all.01:41
sbezverkkfox1111: ttyl01:41
*** sdake has quit IRC01:42
*** portdirect has quit IRC01:43
*** jtriley has quit IRC01:44
*** adrian_otto has quit IRC01:45
*** portdirect has joined #openstack-kolla01:51
*** Pavo has quit IRC01:59
duonghqportdirect, around?02:02
portdirectyep02:02
sbezverkkfox1111: finally :-) all green. so gate can deploy helm charts!!02:02
duonghqI start thinking we need another option for dev env setup or your guide need more details? I don't think vagrant have much issue like this02:03
*** Pavo has joined #openstack-kolla02:04
portdirectduonghq: dont parse the end of your line " I don't think vagrant have much issue like this", but open to suggestions - vagrant is by no means perfect solution (frankly I dont really like it - but it gets the job done)02:06
portdirectduonghq: I'm goint to split the doc in my next ps into 2:  vagrant setup & k8s/helm setup so that we can accomodate other platforms/envs02:08
duonghqportdirect,  thank you02:08
duonghqI mean I don't think people can have trouble with your vagrant setup02:09
portdirectduonghq, np - but I totally appricate it's not a perfect solution, for example (and dropping them in it) - I dont think that either kfox1111 or sbezverk will use it/or find it appropriate for their needs?02:11
*** JRobinson__afk has joined #openstack-kolla02:11
portdirectsbezverk: if you have any input on the about I'd appriacte it :)02:12
duonghqme too, I'm using kube-deploy as Ryan suggested (before your guide is pushed to gerrit)02:12
*** JRobinson__afk is now known as JRobinson__02:12
portdirectduonghq: thats fine :) the only thing I'd caution against is actually spending much long on this issue - as k8s deployment is already becoming a feild in its own right :/02:14
duonghqIt toke me over 1 months for get one working k8s cluster :)02:15
duonghq2-3 months ago :)02:15
openstackgerritLi Yingjun proposed openstack/kolla-kubernetes: Fix different repo issue for documentation  https://review.openstack.org/40505402:16
portdirectduonghq: I've also done a few bits and bobs round the edges of https://github.com/projectatomic/commissaire, which when ready will be a great solution for k8s/openshift cluster management - as it also looks after host and cluster upgrades, when both kolla-k8s and it are a bit further along I'll exlpore providing specific features there for kollas requirements02:18
duonghqportdirect, good news02:18
portdirect*expectantly waits*02:19
*** goldyfruit has joined #openstack-kolla02:19
*** jmccarthy has joined #openstack-kolla02:19
*** pbourke_ has joined #openstack-kolla02:21
zhangshuai@all, hello everybody, I have met one error in kolla-ansible. First, I pull all images over by running "kolla-build", it is all ok. and when I run "kolla-ansible pull", I received error msg like "Unknown error message: Tag 4.0.0 not found in repository docker.io/kolla/ubuntu-source-kolla-toolbox"02:29
*** JRobinson__ has quit IRC02:31
*** jtriley has joined #openstack-kolla02:32
*** sayantan_ has quit IRC02:36
*** jtriley has quit IRC02:37
harlowjazhangshuai see https://github.com/docker/docker-py/pull/1324/02:39
harlowja^ seems to be the cause02:39
*** sayantan_ has joined #openstack-kolla02:39
*** bjolo_ has joined #openstack-kolla02:39
*** JRobinson__ has joined #openstack-kolla02:40
zhangshuaiok, let me see, thank you02:40
zhangshuaithank you @hariowja02:40
harlowjanp02:40
*** goldyfruit has quit IRC02:41
*** goldyfruit has joined #openstack-kolla02:41
srwilkers_duonghq, vagrant is just a means to provision something to deploy kubernetes to. you can use it to provision to openstack if you wish or even just run the halcyon-kubernetes playbooks without the vagrant aspect02:42
duonghqsrwilkers_, understood02:44
*** inc0 has joined #openstack-kolla02:48
*** yuanying has quit IRC02:51
*** yuanying has joined #openstack-kolla02:51
*** goldyfruit has quit IRC02:52
*** hieulq_ has joined #openstack-kolla02:55
*** saneax-_-|AFK is now known as saneax02:56
*** wwriverrat has joined #openstack-kolla02:59
openstackgerritjianyi proposed openstack/kolla: Install senlin dashboard into horizon image  https://review.openstack.org/40507002:59
*** rkrum has joined #openstack-kolla03:00
rkrumhi03:01
rkrumdoes anyone know who is looking after the code split of the deployment and orchestration?03:01
rkrumi.e. https://github.com/openstack/kolla and https://github.com/openstack/kolla-ansible03:02
rkrumsome work I've done is missing: https://review.openstack.org/#/c/353261/03:04
v1k0d3nyo portdirect03:06
portdirectyo!03:06
v1k0d3nkfox1111 and sbezverk are you allowing for users to be able to install individual components and not rely on the global openstack helm deployment?03:07
portdirectv1k0d3n: ^^ This is part of the spec for kolla-k8s so that should be possible03:09
v1k0d3nportdirect: you're really familiar with our repos?03:09
portdirectv1k0d3n: fairly03:10
portdirectsup03:10
v1k0d3ni can't keep up with both honestly. for us, our PoC is first class....but all this is pretty well flushed out already.03:10
v1k0d3nwant to just "take" that and have them reviewed?03:10
v1k0d3nalso...as i was telling the whole group at one point...03:10
v1k0d3nmake them so the helm templates can be turned over to kubernetes/helm.03:11
v1k0d3nthat's our goal.03:11
v1k0d3ngeneric, user can add anything they want to the values, but more global support.03:11
v1k0d3nso users can just install via "helm install stable/kolla-kubernetes"03:12
v1k0d3ndone03:12
v1k0d3nif they aren't generic enough...kolla owns all work. not as wide of an audience. value is lost.03:12
v1k0d3nalso...a play like that...03:12
v1k0d3ntrumps all other solutions.03:12
v1k0d3nit's the end all, be all..03:12
v1k0d3nbeast mode03:13
srwilkers_big league!03:13
v1k0d3ni've stated this before...but i feel meaning has been lost somehow/some way03:14
v1k0d3nsrwilkers_... :)03:14
v1k0d3nfunny dude ^03:14
portdirectv1k0d3n: take it you have seen this: https://github.com/openstack/kolla-kubernetes/blob/master/specs/kolla-kubernetes-arch.rst ?03:14
inc0portdirect, do you ever sleep?03:14
inc0like...ever?03:14
v1k0d3nthough i may have helped with this somewhat portdirect but not sure of final stages.03:15
v1k0d3nthere's been a lot of back and forth.03:15
portdirectjust woke up at 1am - been sick with the flu over the last week - so working from home on a mad scietish schedule...03:15
v1k0d3ninc0: portdirect is a driven dude...driven dudes never sleep.03:16
v1k0d3n(again...beast mode)03:16
inc0ahh, explains why I end work 5pm sharp03:16
v1k0d3ndamn sorry portdirect that sucks03:16
inc0v1k0d3n, hows poc going btw?03:16
portdirectall good - it's only my body that hates me :)03:16
v1k0d3ninc0: you miss some good convos when you're gone *sigh03:17
v1k0d3nlol03:17
inc0I think helm stuff was is fairly defined by now03:17
inc0yeah, but not miss other stuff03:17
v1k0d3nportdirect: a nice whiskey can cure that03:17
inc0;)03:17
inc0like packing apartament :/03:17
*** unicell has quit IRC03:17
v1k0d3ninc0: did you see my note about creating charts that can go into kubernetes03:17
inc0my second biggest love left me today ;(03:17
inc0(shipped my convertible to Oregon)03:18
v1k0d3ni mentioned this goal a while back...but the message was lost in all of the back and forth.03:18
inc0v1k0d3n, well, I think helm install openstack is an utopia03:18
inc0frankly03:18
v1k0d3ninc0: convertible? what kind? (and please don't say something like a chevy cavalier ) :)03:18
inc0mazda mx-5 miata 201603:19
v1k0d3ninc0: that's what our mission is. ;)03:19
v1k0d3nwe wouldn't be doing this if there wasn't a utopia to aim for.03:19
v1k0d3n(being serious about that)03:19
v1k0d3nso first thing is...does the current helm mariadb work for kolla.03:19
v1k0d3nyes / no?03:20
v1k0d3nif not...what changes can be added.03:20
v1k0d3ndone03:20
v1k0d3nnext03:20
inc0thats actually something I'd love to see03:20
v1k0d3nrabbitmq. what changes, and so on03:20
inc0remove infrastructure services from kolla-kubernetes03:20
v1k0d3nthat's what our PoC is for :)03:20
inc0would remove tons of complexity03:20
portdirect+103:20
inc0hmm..funny enough I didn't think of it03:21
inc0I'm so deep in our kolla-ansible paradigm03:21
inc0I guess03:21
*** absubram has quit IRC03:21
inc0nvm, +2 from me03:21
v1k0d3nwell...then things become CI03:21
portdirecti can see some pushpack on that though03:21
v1k0d3nso anyway...what i'm saying is...this should be the goal03:21
inc0why? and from whom?03:21
v1k0d3nutopia03:21
openstackgerritjianyi proposed openstack/kolla-ansible: Enable senlin dashboard when enable_senlin is yes  https://review.openstack.org/40507803:21
v1k0d3nthis is what we're shooting for.03:21
v1k0d3nso if kolla is on same page...great03:21
v1k0d3nthis is why i'd like to cross check both03:22
inc0I just want kolla-k8s released in ocata;)03:22
v1k0d3nsrwilkers_:  is trying to help with this.03:22
duonghqinc0, let do this03:22
inc0so I see clear way to do it03:22
inc0like - use helm mariadb03:22
portdirectinc0: i suspect that some people will want to have full controll over their infra - and not trust upstreams/3rd party infra backing their deployment03:22
v1k0d3nthings are moving fast though. can't keep up with irc or else i would stop working :)03:22
v1k0d3nlol03:22
inc0portdirect, well, so here's thing - if we assume mariadb external always03:22
portdirectinc0: though I'm all for it - just playing devils advocate03:22
inc0(even if we deploy it)03:22
inc0you can go either way03:23
inc0modularity03:23
srwilkers_^03:23
v1k0d3nportdirect: bingo! "i suspect that some people will want to have full controll over their infra" <<< ding ding ding. that's the only way we can do this.03:23
inc0I'm all for it, deploying just openstack is hard enough03:23
*** jtriley has joined #openstack-kolla03:24
inc0kfox1111, sdake_ sbezverk reading this ^03:24
v1k0d3nso the tricky part is making a "kolla-kubernetes" master helm deployment...03:24
inc0what say you? how about we won't even write mariadb+rabbitmq support now?03:24
v1k0d3nthat uses all the others.03:24
portdirectfrom my perspective ceph is another one on that list?03:24
v1k0d3nBUT allows all the others to be individually deployed and completely customizable.03:24
inc0portdirect, ofc03:24
v1k0d3nthat;s the trick. but that's what we're doing now.03:24
portdirectv1k0d3n: yeah your ceph (in aic) is nice03:25
v1k0d3nso it does not end up like SAP....where you cannot throw away the top part of the deployment03:25
v1k0d3nthey are all going that way.03:25
v1k0d3nlook at the others.03:25
inc0v1k0d3n, they never really wanted modularity03:25
v1k0d3n"they"?03:25
inc0they want their own solution03:25
inc0SAP03:25
v1k0d3noh03:25
inc0for their own needs03:25
inc0just sharing what they have, which is fair and fine03:26
v1k0d3nwell...i don't think they knew how to do that at first...03:26
v1k0d3nbut yes03:26
v1k0d3nours is a completely different approach03:26
inc0anyway, I'm all for minimizing complexity by removing work;)03:26
v1k0d3nwant everything to be modular, customizable, pluggable...but also have a global deployment,03:26
inc0if somebody will tell me that helm mariadb is well written that is03:27
inc0or if it isn't we can help it being well written03:27
v1k0d3nwell, we need a person who can reach out to helm and poke around with it.03:27
portdirectinc0: I think we would need to help them03:27
v1k0d3nall the other charts that require maria...just uses it as we're talking about now03:27
inc0I'd bet money on that, yes03:27
inc0but that's cool if they will be nice community03:27
portdirectsame with ceph - as they have a great set of kube templates - but no packaging03:27
portdirectthough v1k0d3n's crew have done that03:28
inc0well here's deal03:28
v1k0d3n^^03:28
inc0I'm ok with us being people supporting mariadb helm package03:28
inc0but as helm community more than kolla03:29
inc0but yes v1k0d3n we need to merge our communities to some extent03:29
v1k0d3nsrwilkers_: is looking at this.03:29
yingjunHi, i’m trying to run kolla-kubernetes, when i running ‘kolla-kubernetes bootstrap mariadb’ i get error:03:29
yingjun“jinja2.exceptions.UndefinedError: 'hostvars' is undefined”03:29
v1k0d3nunfortunately he's getting beat to these reviews lol03:29
yingjunam i missed to config something?03:30
v1k0d3nwe're trying to make it easier for him03:30
inc0yingjun, kolla-k8s is in total chaos now03:30
inc0be careful03:30
v1k0d3nbut for the most part...you can drop in what we have...tweak ever so slightly and should be good03:30
v1k0d3nwe're using kolla images03:30
yingjunOops..03:30
inc0it's in very fast development now03:30
inc0and changing a lot03:30
*** tovin07 has quit IRC03:31
inc0v1k0d3n, I do want you guys in Kolla community at the end of the day;)03:31
duonghqyingjun, kolla-kubernetes is in re-constructing process, so the doc is totally outdated,03:31
inc0I'm sure we can figure out any differences we might find out having03:31
v1k0d3nduonghq: is right yingjun...going to be much better with new approach. but refactoring now.03:31
portdirectyingjun: if you followy the directions here: that should lest you kick the tyres of the last iteration: https://github.com/openstack/kolla-kubernetes/blob/master/doc/source/minikube-quickstart.rst03:32
yingjunYeah, found that, one can’t get kolla-kubernetes run correctly following the doc..03:32
v1k0d3nsrwilkers_: you and inc0 have been working to merge in?03:32
v1k0d3nportdirect: you wanna help srwilkers_ with this process?03:32
inc0I didn't, I'm lazy and I don't review or write code03:32
inc0just lecture other people03:32
srwilkers_inc0, ;)03:32
portdirectv1k0d3n: sure03:32
v1k0d3nwe can keep things moving forward on our side...keeping the PoC moving (as we need it jan first), but this way we can stay in sync03:32
inc0that woudl be the plan03:33
inc0even if our standards will differ at the end, we want essentially same thing03:33
v1k0d3nlol inc0...too busy in the cavalier convertible??03:33
inc0and using same tools03:33
v1k0d3njk btw :)03:33
openstackgerritjianyi proposed openstack/kolla: code alphabetical order  https://review.openstack.org/40508203:33
srwilkers_i dont see how any human being fits in a miata by the way03:34
v1k0d3ni'm just jealous03:34
srwilkers_theres zero chance id fit in one03:34
duonghqguess that I should add a comment to kolla-k8s guide :)03:34
v1k0d3nlol!03:34
inc0cavelier is so ultimately boring car03:34
v1k0d3nsrwilkers_: you may not fit into a miata...but inc0 isn't a big dude03:34
srwilkers_still better than a lebaron03:34
yingjuni’d like to get involved to the kolla-k8s dev, where should i start from?03:34
v1k0d3ninc0: absolutely! lol03:34
inc0v1k0d3n, new trim is a bit bigger than older03:34
inc0I'm 6'+03:34
duonghqyingjun, 1. setup dev env, 2. Read Ryan's spec03:34
v1k0d3ndated a girl in college that had one...didn't last long. i couldn't ride in that thing.03:35
portdirectduonghq: add comment re fast moving target atm?03:35
inc02015 - couldn't drive03:35
inc02016 - I'm lovin' it03:35
srwilkers_inc0, ill just leave this here for you: https://www.youtube.com/watch?v=kp1kuo6xkbE03:35
duonghqportdirect, comment: normal user should not use kolla-k8s atm03:35
inc0but yeah, I can't grow any more03:35
*** tovin07 has joined #openstack-kolla03:35
duonghqportdirect, what do you think?03:35
v1k0d3n(no offense to anyone who loves the chevy cavalier ... its a great car)03:35
yingjunThanks duonghq, any link for Ryan's spec?03:35
v1k0d3nso inc0...you're talking to a major car dude here...03:35
duonghqportdirect, it is late at your location, is not it?03:36
portdirectduonghq: It almost early - I'm on a totally bacward scedule atm...03:36
v1k0d3nhttps://farm8.staticflickr.com/7177/13859552003_c624ca1fa0_b.jpg03:37
v1k0d3nthat's me buddy :)03:37
duonghqyingjun, in the source code, specs/kolla-kuberenets-arch....03:37
srwilkers_yingjun, https://github.com/openstack/kolla-kubernetes/blob/master/specs/kolla-kubernetes-arch.rst03:37
inc0v1k0d3n, I'm not huge car dude myself, but when I be rich and have garage I'm buying ~2000 impreza STI and set rollcage in it03:37
yingjunsrwilkers_, thanks03:37
v1k0d3nheck yeah inc0!!!03:37
v1k0d3ndo you autocross or track?!03:37
v1k0d3nyou have to with that comment03:37
inc0never tried, always wanted03:38
v1k0d3nDO IT!03:38
v1k0d3ni used to race...big time03:38
v1k0d3nmotorcycles and cars03:38
inc0I always loved rally03:38
inc0I'm eurpean mind you03:38
inc0so autocross would fit just fine03:38
v1k0d3ni had a 2011 STI hatch and a 2007 STi sadan03:38
v1k0d3nsedan03:38
inc0alternatively turpocharged older miata :#03:38
inc0:303:38
v1k0d3nyup...euros love their cars03:39
inc0ahh, fellow subaru fan03:39
inc0there always will be subaru in my garage03:39
inc0now I have Crosstrek03:39
v1k0d3nhttps://farm5.staticflickr.com/4095/4916713968_1ed7406f17_m.jpg03:39
v1k0d3nthat's me03:39
inc0and I'm going to drive through half of US with it next week;)03:39
v1k0d3nhttps://farm6.staticflickr.com/5232/5910426942_640505a4a7_b.jpg03:39
v1k0d3nthat's me03:39
portdirectnice parking.03:40
v1k0d3ntotal tool i know03:40
duonghqv1k0d3n, and portdirect in same tz?03:40
v1k0d3nactually it was dusk in a business park...everyone was gone.03:40
v1k0d3nduonghq: different03:41
v1k0d3ni'm EST03:41
portdirectand you took the bait :D03:41
v1k0d3n-503:41
portdirectim gmt03:41
v1k0d3nso true03:41
duonghqah, ok03:41
v1k0d3nduonghq: which TZ are you?03:41
srwilkers_i wont tell you what i drive -- its about as bad as a cavalier03:41
duonghqv1k0d3n, I'm in UTC+703:42
v1k0d3nah. makes sense why morning was just a few hours ago :)03:42
duonghqya03:42
v1k0d3nsrwilkers_: don't need a cool car to be a cool dude03:42
v1k0d3n:)03:42
v1k0d3ni'm old03:42
v1k0d3ni would do anything for youth :)03:42
inc0v1k0d3n, if you havent tried new miata, try it03:44
inc0this stick shift is magnificent03:44
inc0I think best manual transmission I've ever tried03:45
portdirectsrwilkers_: I'll have a look at the aic helm stuff and see what we can do with it - at the stage your at it would give us a real boost i think? you have keystone running?03:45
inc0and it handles like gocart03:45
*** yuanying has quit IRC03:46
inc0ok, I'm off03:47
inc0farewell my dear friends, may night be soft as velvet03:47
portdirectlaters inc003:48
v1k0d3nportdirect: yes, i think it will help a lot. keystone should be running, but we're taking our time with each component according to our mission....utopia.03:48
v1k0d3nkeystone is last in our current PoC...so it will be fully ready very soon.03:49
v1k0d3nfrom there, things should be much easier (with exceptions to nova and neutron...obviously).03:49
portdirectv1k0d3n: nova and neutron, ain't half as hard as people make out03:50
portdirectdesignate - thats a real nightmare in k8s03:50
v1k0d3nnot to get working. but to make it completely independent, yet still use of the benefits of a global deploy yaml...AND add other things like gluon (which we're huge backers of, users of, and contributors to)...that's the challenge.03:51
v1k0d3nportdirect eh....designate...03:52
v1k0d3nnew03:52
v1k0d3npainful still03:52
*** inc0 has quit IRC03:52
portdirectv1k0d3n: fair points! are you using onos at all?03:53
v1k0d3nportdirect: ha! that's bryan sullivan's pet. most definitely use onos.03:54
v1k0d3nBryan is near to our team03:54
v1k0d3nwe support him03:54
v1k0d3nand that team03:55
portdirectnice I've been keeping an eye on it - looks like really good stuff brewing over there03:55
v1k0d3nglad to hear that03:56
v1k0d3nsounds like you're tracking a lot of things we're involved with.03:56
portdirectwell it seems like your all over the interesting stuff :)03:57
v1k0d3nwe try. you know...we have this network to keep running.03:58
v1k0d3ncell calls, tv...IoT now. making my head spin.03:59
*** sayantan_ has quit IRC03:59
*** Pavo has quit IRC03:59
v1k0d3na'ight guys. i'm out. tv time with the wife :)04:00
srwilkers_++04:00
v1k0d3nsrwilkers_ and portdirect see what works to get into review/garrit. i'll be around if you need anythng.04:00
v1k0d3nalways ready to help.04:00
srwilkers_v1k0d3n, sounds good04:01
v1k0d3nand portdirect thanks for the help with halcyon. you have stuff going into that soon, i guess?04:01
portdirectv1k0d3n: have a good 'un04:01
v1k0d3nyeah man, hope you feel better soon portdirect. take some meds and rest up :)04:01
portdirectyeah - I'll be ready for you in the morning04:01
*** hieulq_ has quit IRC04:01
portdirect*It'll04:02
v1k0d3ncool later all04:02
*** Pavo has joined #openstack-kolla04:04
openstackgerritzhubingbing proposed openstack/kolla: Install trove dashboard into horizon image  https://review.openstack.org/40508704:04
jascott1hey portdirect wanna rap about setup_dev.sh ?04:04
*** srwilkers_ is now known as srwilkers_zzzz04:04
portdirectjascott1: I could spit some bars04:05
jascott1:)04:05
jascott1prob a bad name for the script acutally04:05
jascott1did you have a start already?04:05
portdirectwhat do you want from it? we can pick a name later04:06
jascott1complete the local dev setup04:06
jascott1I can run this and get everything I need to do a developers helm install <service>04:07
jascott1developer grade i guess I should say04:07
jascott1i have been looking at the setup_gate04:07
sbezverkportdirect: hey man, are you almost done with vagrant?04:08
jascott1basically dissecting it into something that might work but just started04:08
jascott1otherwise helm install openstack is a lie!04:08
*** sayantan_ has joined #openstack-kolla04:08
openstackgerritzhubingbing proposed openstack/kolla-ansible: Enable trove dashboard when enable_senlin is yes  https://review.openstack.org/40509004:09
jascott1or rather *just* requiring that have openstack is not the complete story :)04:09
portdirectsbezverk: yeah, though I'll need an hour to wrap it up rather that chat on iRC :)04:09
*** hieulq_ has joined #openstack-kolla04:10
sbezverkportdirect: I was more curious where on your to do list keystone chart ;-) ??04:10
jascott1oh sorry we can chat later if you are interested. you expressed some interest in the meeting so thought you might have some prior art04:10
portdirectsbezverk: the changes th this stage will be iminila to whats on the docs ive got in pr04:10
openstackgerritzhubingbing proposed openstack/kolla: Install trove dashboard into horizon image  https://review.openstack.org/40508704:10
portdirectjascott1: no this is important, lets do it now04:10
portdirectsbezverk: so if you got going with that it should be fine?04:11
jascott1i really just have the desire am not currently loaded with opinions about its construction04:11
*** mdnadeem has joined #openstack-kolla04:11
sbezverkportdirect: it can wait probably dau but then we need it rolling, since it is at the center of everything04:12
portdirectsbezverk: roger04:13
jascott11. haylcon vagrant 2. setup_kk8s_dev.sh 3. helm install openstack (or component thereof)04:14
portdirectok going through them:04:15
portdirect1 should be only covered in documentation - as everyone's dev machine will be starting from a diffeent place (unless you are up for making a script that sets up vagrant in a safe manner accross platforms)04:16
jascott1agree04:16
portdirect3 is where we need to be04:16
portdirectso...04:16
portdirect204:16
jascott1oh i just want to create 204:16
jascott1but those could be quickstart steps to kk8s dev bliss04:16
portdirect+104:17
*** hieulq_ has quit IRC04:17
jascott1ya totally do not think we need a giant wrapper or anythin04:17
portdirectok - I think I'm in the best ostion to implement it - but would apprecate going ove the scaope of what it should do04:18
portdirectpull repos, setup clients, pip install requiremnts04:18
portdirectwhat else?04:18
jascott1yup04:18
jascott1well the gate has ceph scripts already :)04:18
jascott1even those steps you listed would be a start04:19
*** hieulq_ has joined #openstack-kolla04:19
jascott1the docs are outdated or something cause I have struggled with the install and setup_gate was really helpful04:20
portdirectah ok - we dont yet have kolla-k8s ceph in helm but it should also setup a base env and exand as those servcices come online04:20
*** absubram has joined #openstack-kolla04:21
jascott1we might not install ceph but refactor setup_ceph (if necesary) so that developer can use it until we land ceph04:21
*** duonghq has quit IRC04:21
jascott1unless it will be very soon04:21
jascott1maybe we adapt the aic work04:21
portdirectjascott1: just wanna double check, you  Justin Scott?04:22
jascott1remains to be seen but the gate already works so seems foable04:22
jascott1I am sir!04:22
jascott1or madam04:22
jascott1:)04:22
portdirectonly at the weekends :P04:22
jascott1lol04:22
jascott1whereabouts are you located? sorry I may have asked before04:22
jascott1:D04:23
portdirectI'd be up for adopting the AIC work - but that needs to be cleared by people other than me04:23
portdirectScotland04:23
jascott1woot!04:23
portdirectand you?04:23
*** sayantan_ has quit IRC04:23
jascott1Portland OR04:23
portdirectnice04:23
jascott1well the Intel suburb of it anyway04:23
*** sayantan_ has joined #openstack-kolla04:23
jascott1it really is04:24
jascott1nice04:24
jascott1like Linus said (who lives here also) ~"I dont ever go out but when I do its great"04:24
portdirectanyway better get on with getting vargant up - dont want to start being a blocker - I'll also get a framwork for the setup_kolla_dev.sh in04:25
jascott1I will test and contribute!04:25
*** absubram_ has joined #openstack-kolla04:25
portdirectNow I know how to find you on gerrit you wont have any choice :)04:26
jascott1same nick04:26
*** absubram has quit IRC04:26
*** absubram_ is now known as absubram04:26
jascott1oh haha04:26
jascott1cool man thanks04:26
*** jgriffith is now known as jgriffith_away04:28
*** JRobinson__ is now known as JRobinson__afk04:33
*** rkrum has quit IRC04:35
*** saneax is now known as saneax-_-|AFK04:36
*** tonanhngo has joined #openstack-kolla04:37
*** duonghq has joined #openstack-kolla04:39
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Hel-ming openvswitch-vswitchd  https://review.openstack.org/40510704:45
*** yuanying has joined #openstack-kolla04:48
*** yuanying_ has joined #openstack-kolla04:55
sayantan_Hi04:56
sayantan_I have been working on documentation.04:56
sayantan_I have a question. Is it advisable to upload the entire doc or should I upload it in different patch sets04:57
*** yuanying has quit IRC04:57
*** yuanying has joined #openstack-kolla05:02
*** bjolo_ has quit IRC05:03
*** yuanying_ has quit IRC05:04
*** yuanying_ has joined #openstack-kolla05:10
*** JRobinson__afk is now known as JRobinson__05:10
*** yuanying has quit IRC05:11
*** sayantan_ has quit IRC05:12
openstackgerritHui Kang proposed openstack/kolla: Pin requests to 2.12.1  https://review.openstack.org/40511205:25
*** jrich523_ has joined #openstack-kolla05:35
*** jrich523 has quit IRC05:38
*** wwriverrat has quit IRC05:41
*** msimonin has joined #openstack-kolla05:50
*** duonghq has quit IRC05:59
*** Pavo has quit IRC05:59
*** duonghq has joined #openstack-kolla06:00
*** Pavo has joined #openstack-kolla06:04
*** ram___ has quit IRC06:04
*** ram__ has joined #openstack-kolla06:05
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: TEST_NO_MERGE  https://review.openstack.org/40397806:07
*** kristian__ has joined #openstack-kolla06:08
*** kristian__ has quit IRC06:12
*** yuanying_ has quit IRC06:18
ram__Hi. I am doing Kolla All-in-one deployment. I ran $sudo kolla-ansible pull    then I was getting authentication issue for kolla-toolbox. How can I resolve this. How do I provide authentication . could anyone please help me in this. Issue Info : http://paste.openstack.org/show/591057/06:21
Jeffrey4l_ram__, which docker registry are u using to pull?06:26
Jeffrey4l_seems you haven't permission to this registry  FAILED! => {"changed": false, "failed": true, "msg": "Unknown error message: unauthorized: authentication required"}06:26
*** msimonin has quit IRC06:28
*** msimonin has joined #openstack-kolla06:28
*** msimonin has quit IRC06:28
openstackgerritjianyi proposed openstack/kolla: modified code alphabetical order  https://review.openstack.org/40512106:29
*** unicell has joined #openstack-kolla06:30
*** hieulq_ has quit IRC06:31
*** hieulq_ has joined #openstack-kolla06:31
*** jtriley has quit IRC06:33
*** unicell has quit IRC06:34
ram__Jeffrey4l_: Hi. I think  I am not using any docker registry. In globals.yml also I didn't edited. In doc they gave like optional. Am I need to use registry to get authentication?06:35
ram__Jeffrey4l_ : I am new to this. Don't mind. Please tell me if I am doing anything wrong. thanks.06:36
Jeffrey4l_ram__, the kolla built images on your node already?06:36
ram__Jeffrey4l_: Yes. kolla build images.06:37
Jeffrey4l_ram__, run deploy with -vvvv parameter. it will tell us more info ;)06:37
ram__Jeffrey4l_: OK.06:37
*** senk has joined #openstack-kolla06:39
*** kristian__ has joined #openstack-kolla06:43
*** kristian__ has quit IRC06:44
*** saneax-_-|AFK is now known as saneax06:45
*** kristian__ has joined #openstack-kolla06:45
*** kristia__ has joined #openstack-kolla06:47
*** kristian__ has quit IRC06:50
ram__Jeffrey41_: Hi. I ran $ sudo kolla-ansible pull -vvv. This time it crossed pulling kolla-toolbox step and it is trying to pull all other images. Thanks .06:55
ram__Jeffrey41_: Hi. Before running kolla-deploy ansible I want to enable magnum service in globals.yml to deploy that service also. Can I do that. It won't cause any problems right.06:56
*** kristia__ has quit IRC06:56
*** kristian__ has joined #openstack-kolla06:57
Jeffrey4l_ram__, yes. you can.06:57
*** kristian__ has quit IRC07:00
SamYaplehey Jeffrey4l_07:01
Jeffrey4l_hi SamYaple ;)07:01
ram__Jeffrey41_: Even kuryr service also right? When I ran kolla-build , it build all docker images including magnum,kuryr.07:01
Jeffrey4l_ram__, are u talking about build or deploy?07:02
Jeffrey4l_in default when running kolla-build, it builds all images.07:02
ram__Jeffrey41_: sry for confusion. I am talking about deploy.07:03
*** msimonin has joined #openstack-kolla07:03
ram__Jeffrey41_: In globals.yml : If enable magnum and kuryr services that is enough right. Remaining all openstack service automatically deploy after I ran kolla-deploy without enabling them right?07:05
Jeffrey4l_ram__, yep. some service is enable in default. you can check the globals.yml carefully. some service is using enable_*:yes07:06
*** zhurong__ has joined #openstack-kolla07:07
ram__Jeffrey41_: Thanks. i will look at that carefully.07:09
Jeffrey4l_np ;)07:09
openstackgerritzhubingbing proposed openstack/kolla: Fix fluentd dockerfile * move repo to basefile  https://review.openstack.org/40513207:10
*** zhurong has quit IRC07:10
openstackgerritzhubingbing proposed openstack/kolla: Fix fluentd dockerfile  https://review.openstack.org/40513207:12
*** hieulq_ has quit IRC07:13
*** tonanhngo has quit IRC07:25
*** tonanhngo has joined #openstack-kolla07:26
*** williamcaban has quit IRC07:28
*** kristian__ has joined #openstack-kolla07:31
*** JRobinson__ has quit IRC07:32
*** kristia__ has joined #openstack-kolla07:32
*** mkoderer has joined #openstack-kolla07:35
*** kristian__ has quit IRC07:35
openstackgerritzhubingbing proposed openstack/kolla-ansible: Move watcher precheck into its own role  https://review.openstack.org/40446807:36
*** hieulq_ has joined #openstack-kolla07:36
jascott1review.openstack.org is down07:39
jascott1for maintenance. must've missed the memo07:40
jascott1its back. woah those guys are fast07:41
*** unicell has joined #openstack-kolla07:42
*** kristia__ has quit IRC07:48
*** kristian__ has joined #openstack-kolla07:49
*** kristian__ has quit IRC07:53
*** Serlex has joined #openstack-kolla07:55
magicboizmorning07:56
*** jtriley has joined #openstack-kolla07:56
openstackgerritjianyi proposed openstack/kolla: Install senlin dashboard into horizon image  https://review.openstack.org/40507007:57
magicboizCan I ask someone about some heat-api problems?? Basically, I make REQ to heat-api asking for specific stacks/resources through the publicURL, but heat-api replies with incorrect publicURL location...07:57
*** unicell has quit IRC07:59
*** Pavo has quit IRC07:59
*** Pavo has joined #openstack-kolla08:04
*** jtriley has quit IRC08:05
*** slagle has quit IRC08:05
*** psanchez has quit IRC08:06
*** stevebaker has quit IRC08:07
*** matrohon has joined #openstack-kolla08:08
openstackgerritjianyi proposed openstack/kolla: Install senlin dashboard into horizon image  https://review.openstack.org/40507008:09
*** kristian__ has joined #openstack-kolla08:09
*** kristian__ has quit IRC08:14
openstackgerritJavier Castillo Alcíbar proposed openstack/kolla-ansible: Fix ceilometer bootstrap  https://review.openstack.org/39819008:20
*** jascott1 has quit IRC08:24
*** jascott1 has joined #openstack-kolla08:25
openstackgerritJavier Castillo Alcíbar proposed openstack/kolla-ansible: Make sure heka-ceilometer.toml manages correctly apache and openstack ceilometer logs  https://review.openstack.org/40071608:26
*** wznoinsk has quit IRC08:26
*** Jeffrey4l_ has quit IRC08:26
*** yuanying has joined #openstack-kolla08:27
*** williamcaban has joined #openstack-kolla08:28
*** pprokop has quit IRC08:28
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: TEST_NO_MERGE  https://review.openstack.org/40397808:29
*** shardy has joined #openstack-kolla08:29
*** pprokop has joined #openstack-kolla08:29
*** kristian__ has joined #openstack-kolla08:30
*** Jeffrey4l_ has joined #openstack-kolla08:30
*** wznoinsk has joined #openstack-kolla08:30
*** Mech422 has quit IRC08:32
*** Mech422 has joined #openstack-kolla08:33
openstackgerritjianyi proposed openstack/kolla: Install senlin dashboard into horizon image  https://review.openstack.org/40507008:35
*** Guest66666 has quit IRC08:36
*** egonzalez90 has joined #openstack-kolla08:36
*** Guest66666 has joined #openstack-kolla08:38
*** matrohon has quit IRC08:39
*** kristian__ has quit IRC08:43
ram__ HI. i am getting an issue while running kolla-deploy. Issue detail: http://paste.openstack.org/show/591067/. I was getting the issue while initializing kolla-toolbox container08:43
*** yatin has joined #openstack-kolla08:44
egonzalez90ram__: what docker logs kolla_toolbox says08:49
ram__egonzalez90:"Error response from daemon: Container e78ca4ec68429615df2964575d06ac425f9c26cc4c14f2523f1b2d856cd6705b is restarting, wait until the container is running"08:50
ram__egonzalez90: Hi. Koola log showing like that.08:51
*** hieulq_ has quit IRC08:51
*** rmart04 has joined #openstack-kolla08:52
*** kristian__ has joined #openstack-kolla08:52
*** kristia__ has joined #openstack-kolla08:53
ram__egonzalez90: Hi. I removed Container e78ca4ec68429615df2964575d06ac425f9c26cc4c14f2523f1b2d856cd6705b and again run $sudo kolla-deploy ansible. This it was not showing the previous issue but it was failing at "Initializing the kolla-toolbox container only.08:54
*** kristi___ has joined #openstack-kolla08:55
*** kristian__ has quit IRC08:55
ram__egonzalez90:This time I am getting the following issue :http://paste.openstack.org/show/591068/08:57
*** kristian__ has joined #openstack-kolla08:57
*** kristia__ has quit IRC08:58
*** williamcaban has quit IRC08:59
*** kristi___ has quit IRC09:00
*** msimonin has quit IRC09:01
*** klindgren has quit IRC09:03
egonzalez90ram__: whats your ansible version?09:04
ram__egonzalez90: ansible 2.2.0.009:05
jascott1ram__ can you run that docker exec -t kolla_toolbox /usr/bin/ansible --version ?09:07
ram__jascott1: I ran. It was again giving Error response from daemon: Container 028ec90cd874a76a9ceb6bae4fc1033b47e4926ea601094f9e6ed70947383e5b is restarting, wait until the container is running09:08
egonzalez90docker logs kolla_toolbox to see whats happening in the container09:09
jascott1if you need to inspect the container, change the command in the resource yaml to /sbin/init and the container can start. but do check logs first09:10
*** hogepodge has quit IRC09:11
jascott1oh sorry got k8s on the brain09:11
*** hogepodge has joined #openstack-kolla09:12
*** matrohon has joined #openstack-kolla09:12
jascott1can do docker run -ti kolla_toolbox /sbin/init09:13
jascott1oops09:13
jascott1run -tid09:13
jascott1then docker exec -ti kolla_toolbox /bin/bash09:13
jascott1if you want to look around in the container09:14
*** mewald has joined #openstack-kolla09:14
ram__jascott1: Ok09:14
*** msimonin has joined #openstack-kolla09:16
ram__egonzalez90: $sudo docker logs kolla_toolbox  http://paste.openstack.org/show/591075/09:18
egonzalez90selinux enabled?09:19
openstackgerritDuong Ha-Quang proposed openstack/kolla-ansible: Implement Keystone zero-downtime upgrade  https://review.openstack.org/40521509:20
*** hieulq_ has joined #openstack-kolla09:21
*** igordcard has quit IRC09:21
*** igordcard has joined #openstack-kolla09:23
duonghqegonzalez90, ping09:24
egonzalez90duonghq: pong09:24
duonghqegonzalez90, can you get it merged? https://review.openstack.org/#/c/404092/09:25
duonghqthe policy.json one09:25
ram__jascott1: sudo docker run -tid kolla_toolbox /sbin/init shows as  http://paste.openstack.org/show/591077/09:25
egonzalez90ram__: add the docker tag09:25
jascott1docker images09:25
jascott1to list images09:26
egonzalez90kolla_toolbox:3.0.2 or whatever version09:26
ram__egonzalez90: selinux is in disabled mode09:26
openstackgerritDuong Ha-Quang proposed openstack/kolla: Implement Keystone zero-downtime upgrade  https://review.openstack.org/38854409:27
jascott1gotta bounce. good luck!09:27
ram__egonzalez90 :  kolla/ubuntu-source-kolla-toolbox                3.0.1               18a965c0e7c5        4 weeks ago         760.7 MB.  docker tag is 3.0.109:28
openstackgerritzhubingbing proposed openstack/kolla-ansible: Enable trove dashboard when enable_trove is yes  https://review.openstack.org/40509009:28
egonzalez90sudo docker run -tid kolla_toolbox:3.0.1 /sbin/init09:29
*** yingjun has quit IRC09:29
egonzalez90ram__: as far I can find, is this ulimit issue https://github.com/docker/docker/issues/1174009:29
*** jev has joined #openstack-kolla09:30
ram__egonzalez90: I ran $ sudo docker run -tid kolla_toolbox:3.0.1 /sbin/init.  Unable to find image 'kolla_toolbox:3.0.1' locally. trying to pull from repo. but unable to find that image.09:30
egonzalez90ram__: tried to face the same issue but cannot reproduce it09:30
egonzalez90ram__: sorry missed repository kolla/ubuntu-source-kolla-toolbox:3.0.109:31
*** hogepodge has quit IRC09:31
berendtmorning everybody09:32
*** hogepodge has joined #openstack-kolla09:32
egonzalez90morning berendt09:32
ram__egonzalez90: What I need to do in this case to resolve the issue.09:32
*** mariso has joined #openstack-kolla09:32
openstackgerritzhubingbing proposed openstack/kolla: Fix fluentd dockerfile  https://review.openstack.org/40513209:32
duonghqthank you egonzalez9009:34
egonzalez90np09:34
*** mewald has quit IRC09:34
ram__egonzalez90: how do I get that missing repository kolla/ubuntu-source-kolla-toolbox:3.0.1 ?09:35
openstackgerritMerged openstack/kolla-ansible: Fix placement of policy.json  https://review.openstack.org/40409209:37
*** yuanying_ has joined #openstack-kolla09:38
*** yuanying has quit IRC09:41
*** hfu has quit IRC09:44
ram__egonzalez90: Hi. Are you there?09:51
mariso Is it possible with current sources from Git (kolla, kolla-kubernetes, kube-deploy) deploy kolla-kubernetes?09:53
*** openstack has joined #openstack-kolla10:03
ram__110:03
*** harbor has quit IRC10:04
*** Pavo has joined #openstack-kolla10:04
*** jtriley has quit IRC10:06
*** matrohon has quit IRC10:11
egonzalez90ram__: yes10:15
*** Satya_ has joined #openstack-kolla10:20
Jeffrey4l_egonzalez90, please review https://review.openstack.org/404844 ;)10:20
*** matrohon has joined #openstack-kolla10:23
egonzalez90Jeffrey4l_: is that what broke our gates or different issue?10:24
Jeffrey4l_egonzalez90, it is a upstream issue which block our gate.10:25
Jeffrey4l_this is a workaround10:25
egonzalez90Jeffrey4l_: thanks10:25
Jeffrey4l_maybe i need add some NOTE for this?10:25
*** tonanhngo has quit IRC10:26
egonzalez90umm, yes so this will be reverted in a future10:26
*** kristian__ has quit IRC10:27
egonzalez90Jeffrey4l_: have you ever seen this error from ram__ ? http://paste.openstack.org/show/591075/10:27
Jeffrey4l_hrm, i got another idea. during install ansible, we need restrict the package version from requirements fproject.10:27
Jeffrey4l_egonzalez90, yep. Saw this before.10:28
Jeffrey4l_which host OS are u using? and docker storage driver ram__10:28
Jeffrey4l_seem like this issue https://github.com/docker/docker/issues/5899  egonzalez90  ram__10:29
Jeffrey4l_ram__, kernel version?10:30
*** tonanhngo has joined #openstack-kolla10:32
Serlexhi, there is no limitation to how many internal networks I can attach to an active instance in kolla?10:34
*** tonanhngo has quit IRC10:34
Jeffrey4l_Serlex, no. it is not related to kolla.10:35
ram__Jeffrey41_: Hi. I am using Ubuntu 14.04. kernal version: Linux kolla 4.2.0-42-generic #49~14.04.1-Ubuntu SMP Wed Jun 29 20:22:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux10:36
*** kristian__ has joined #openstack-kolla10:36
*** zhubingbing_ has joined #openstack-kolla10:37
Jeffrey4l_hrm, sound another issue. it is report the issue i post above is fixed on kernel 3.15.10:37
*** kristian__ has quit IRC10:38
Jeffrey4l_ram__, post your docker info?10:38
*** zhubingbing has quit IRC10:38
*** kristian__ has joined #openstack-kolla10:38
*** cmceniry has quit IRC10:39
*** smekel_ has quit IRC10:39
*** tonyb has quit IRC10:39
ram__Jeffrey41_: my docker info http://paste.openstack.org/show/591097/10:39
Jeffrey4l_ram__, sorry no idea. it should be bug in docker ;(10:41
Jeffrey4l_ram__, try ubuntu 16.04 or centos if u can ;)10:41
Serlexok thanks Jeffrey4l_...im struggling10:41
Jeffrey4l_Serlex, try to find the error message from log file.10:42
ram__Jeffrey4l_: OK. Thanks.10:42
*** kristian__ has quit IRC10:43
*** cmceniry has joined #openstack-kolla10:43
*** smekel_ has joined #openstack-kolla10:43
*** tonyb has joined #openstack-kolla10:43
*** eaguilar has joined #openstack-kolla10:44
Serlex"InterfaceAttachFailed: Failed to attach network adapter device to" either I'm doing something I shouldn't or running a broken setup or it just doesn't work10:45
*** tonanhngo has joined #openstack-kolla10:45
*** tonanhngo has quit IRC10:47
*** jascott1 has quit IRC10:51
*** yingjun has joined #openstack-kolla10:52
*** matrohon has quit IRC10:54
*** ipsecguy has quit IRC10:54
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Install ansible with OpenStack requirements constrains  https://review.openstack.org/40527310:54
*** ipsecguy has joined #openstack-kolla10:54
*** williamcaban has joined #openstack-kolla10:56
*** tonanhngo has joined #openstack-kolla10:58
*** yingjun has quit IRC11:00
*** tonanhngo has quit IRC11:00
openstackgerritzhubingbing proposed openstack/kolla-ansible: Fix aodh role  https://review.openstack.org/40527511:00
*** yingjun has joined #openstack-kolla11:00
*** williamcaban has quit IRC11:01
*** zhubingbing_ has quit IRC11:01
*** jtriley has joined #openstack-kolla11:02
*** yingjun has quit IRC11:04
*** matrohon has joined #openstack-kolla11:06
*** tonanhngo has joined #openstack-kolla11:06
*** jtriley has quit IRC11:07
*** tonanhngo has quit IRC11:07
marisoWhich versions of kolla, kolla-kubernetes, docker, docker-py should be used to deploy kolla with kubernetes?11:14
*** msimonin has quit IRC11:26
*** sean-k-mooney has joined #openstack-kolla11:28
*** kristian__ has joined #openstack-kolla11:29
*** msimonin has joined #openstack-kolla11:30
mliimamorning guys11:33
*** athomas has joined #openstack-kolla11:34
*** eaguilar has quit IRC11:36
mliimaneed some act here https://review.openstack.org/#/c/403689/11:42
*** yingjun has joined #openstack-kolla11:51
*** kristian__ has quit IRC11:51
*** kristian__ has joined #openstack-kolla11:52
*** yingjun has quit IRC11:54
*** yingjun has joined #openstack-kolla11:54
*** igordcard has quit IRC11:55
*** jtriley has joined #openstack-kolla11:56
*** williamcaban has joined #openstack-kolla11:58
*** yingjun has quit IRC11:59
*** Pavo has quit IRC11:59
*** awidders_ has quit IRC11:59
*** jtriley has quit IRC12:01
*** williamcaban has quit IRC12:02
*** Pavo has joined #openstack-kolla12:04
*** tonanhngo has joined #openstack-kolla12:04
*** tonanhngo has quit IRC12:05
*** srwilkers_zzzz has quit IRC12:08
*** slagle has joined #openstack-kolla12:10
*** kristia__ has joined #openstack-kolla12:12
*** kristia__ has quit IRC12:14
*** kristia__ has joined #openstack-kolla12:14
*** kristian__ has quit IRC12:16
*** mewald has joined #openstack-kolla12:17
*** tonanhngo has joined #openstack-kolla12:18
*** kristia__ has quit IRC12:18
*** tonanhngo has quit IRC12:18
*** hieulq_ has quit IRC12:22
*** klindgren has joined #openstack-kolla12:27
*** athomas has quit IRC12:28
*** strigazi_AFK is now known as strigazi12:34
*** tonanhngo has joined #openstack-kolla12:37
*** hieulq has joined #openstack-kolla12:38
*** tonanhngo has quit IRC12:38
pbourke_Jeffrey4l_: you tried magnum-ui in horizon yet by any chance?12:45
Jeffrey4l_pbourke_, sorry, not tried.12:46
pbourke_Jeffrey4l_: np, I have a patch for it to submit but I think the plugin itself might be broken12:46
Jeffrey4l_the plugin mech? or just magnum dashboard?12:46
Jeffrey4l_pbourke_, ^^12:47
pbourke_Jeffrey4l_: the magnum dashboard12:47
pbourke_Jeffrey4l_: just shows up empty12:47
*** kristian__ has joined #openstack-kolla12:48
Jeffrey4l_pbourke_, patch link? let me check.12:48
pbourke_Jeffrey4l_: sure that would be great, one sec12:48
Jeffrey4l_egonzalez90, pbourke_ please review this https://review.openstack.org/405273  which unblock the gate.12:49
mliimahey Jeffrey4l_, morning12:50
Jeffrey4l_sup mliima ;)12:50
mliimacan you review it https://review.openstack.org/#/c/403689/12:50
*** kristian__ has quit IRC12:50
Jeffrey4l_np12:50
*** kristian__ has joined #openstack-kolla12:50
*** jtriley has joined #openstack-kolla12:50
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla: Install magnum dashboard into the horizon image  https://review.openstack.org/40535012:51
Jeffrey4l_mliima, done12:51
mliimathank Jeffrey4l_12:51
*** kristian__ has quit IRC12:52
*** kristian__ has joined #openstack-kolla12:52
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible: Enable magnum dashboard when enable_magnum is yes  https://review.openstack.org/40535112:52
pbourke_Jeffrey4l_: those are the two patches ^12:52
Jeffrey4l_roger.12:53
*** hieulq has quit IRC12:53
openstackgerritMerged openstack/kolla-ansible: Install ansible with OpenStack requirements constrains  https://review.openstack.org/40527312:55
Jeffrey4l_pbourke_, seems OK. did u checked the horizon container. whether the files under enabled/ is copied to openstack_dashbaord/local/enabled?12:56
*** msimonin has quit IRC12:56
pbourke_Jeffrey4l_: yes they're all there. the entry shows in the side panel but the page is blank. I think it may be the same as https://bugs.launchpad.net/magnum-ui/+bug/160638212:57
openstackLaunchpad bug 1606382 in Magnum UI "Magnum UI: Blank page on horizon -> Orchestration" [Undecided,New] - Assigned to Bradley Jones (bradjones)12:57
*** kristian__ has quit IRC12:57
Jeffrey4l_hrm. i will try to deploy a env with patch.12:57
*** zhubingbing has joined #openstack-kolla12:57
*** tonanhngo has joined #openstack-kolla12:57
*** unicell has joined #openstack-kolla12:58
*** tonanhngo has quit IRC12:59
*** williamcaban has joined #openstack-kolla12:59
*** kristian__ has joined #openstack-kolla13:00
*** jtriley has quit IRC13:01
*** hvlad has joined #openstack-kolla13:02
*** hvlad has quit IRC13:03
*** unicell has quit IRC13:03
*** williamcaban has quit IRC13:04
*** srwilkers_ has joined #openstack-kolla13:06
srwilkers_good morning everyone13:07
*** kristian__ has quit IRC13:08
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible: Add missing pull task for neutron-vpnaas-agent  https://review.openstack.org/40124013:08
*** eaguilar has joined #openstack-kolla13:09
*** tonanhngo has joined #openstack-kolla13:11
*** tonanhngo has quit IRC13:12
*** msimonin has joined #openstack-kolla13:15
*** Satya_ has quit IRC13:17
*** mgiles has joined #openstack-kolla13:21
*** mgiles has quit IRC13:23
*** mgiles has joined #openstack-kolla13:24
*** tonanhngo has joined #openstack-kolla13:24
*** prameswar has joined #openstack-kolla13:24
*** eaguilar has quit IRC13:24
*** jrist has quit IRC13:25
*** gfidente has joined #openstack-kolla13:25
*** gfidente has quit IRC13:25
*** gfidente has joined #openstack-kolla13:25
*** mdnadeem has quit IRC13:26
*** tonanhngo has quit IRC13:27
openstackgerritMerged openstack/kolla: Add manila-ui in horizon image  https://review.openstack.org/40368913:27
*** mdnadeem has joined #openstack-kolla13:29
Jeffrey4l_morning ;)13:32
Jeffrey4l_pbourke_, testing you magnum ui patch, it works in my env ;)13:33
Jeffrey4l_( even though i do not deploy magnum service, just enabled ui )13:33
*** lamt has joined #openstack-kolla13:34
*** rhallisey has joined #openstack-kolla13:36
*** zhubingbing has quit IRC13:40
*** Serlex has quit IRC13:43
*** yingjun has joined #openstack-kolla13:43
*** yingjun has quit IRC13:46
*** yingjun has joined #openstack-kolla13:46
*** yingjun has quit IRC13:52
*** yingjun has joined #openstack-kolla13:52
pbourke_Jeffrey4l_: o_O13:55
pbourke_wonder what could be different13:56
*** yingjun has quit IRC13:56
*** mdnadeem has quit IRC13:58
openstackgerritMerged openstack/kolla-ansible: Added support for a stop playbook in kolla  https://review.openstack.org/39928913:59
*** Pavo has quit IRC13:59
*** Pavo has joined #openstack-kolla13:59
*** eaguilar has joined #openstack-kolla14:00
*** lamt has quit IRC14:01
openstackgerritcaoyuan proposed openstack/kolla-ansible: Remove the "nova-network" from the ansible  https://review.openstack.org/40420014:02
*** athomas has joined #openstack-kolla14:02
*** jev has quit IRC14:05
jmccarthyOk I've got a weird sort of legacy upgrade issue relating to neutron/nova and nova.conf.j2 template. Nowadays in the [neutron] block of this nova template username = {{ neutron_keystone_user }} is used (this fits ok no probs) https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/templates/nova.conf.j2#L12814:05
jmccarthyHowever if I'm upgrading from an *old setup that has this username hardcoded to a different user in the template itself, then instances seem to have trouble getting to their metadata post upgrade. Of course I'd rather get on board with the new name. I'm not seeing what it is that needs doing (manually or otherwise) in the db? to migrate/facilitate this upgrade ?14:05
*** lamt has joined #openstack-kolla14:07
jmccarthyAny ideas ? :)14:07
*** zhubingbing has joined #openstack-kolla14:09
openstackgerritcaoyuan proposed openstack/kolla-ansible: Remove the "nova-network" from the ansible  https://review.openstack.org/40420014:09
*** athomas has quit IRC14:10
pbourke_jmccarthy: what was the old value?14:12
*** yingjun has joined #openstack-kolla14:12
jmccarthy"nova"14:14
jmccarthy@pbourke_ nova14:15
pbourke_jmccarthy: so just set those vars to nova before upgrading?14:15
*** fguillot has joined #openstack-kolla14:15
jmccarthyNot sure I want to set neutron_keystone_user to nova - since this property is used elsewhere14:16
jmccarthy(also I think I tried that but it broke the upgrade somewhere else)14:16
Jeffrey4l_pbourke_, i used checkout code. so it is the same.14:18
jmccarthy@pbourke_ I might be able to give that another go later on to confirm14:18
*** jrist has joined #openstack-kolla14:21
*** goldyfruit has joined #openstack-kolla14:21
*** jtriley has joined #openstack-kolla14:22
*** yingjun_ has joined #openstack-kolla14:23
*** athomas has joined #openstack-kolla14:24
*** yingjun has quit IRC14:26
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Enable trove dashboard when enable_trove is yes  https://review.openstack.org/40509014:27
openstackgerritcaoyuan proposed openstack/kolla: Remove the "nova-network" container file  https://review.openstack.org/40409914:31
*** yingjun has joined #openstack-kolla14:32
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: NO_MERGE: TEST all tempest test  https://review.openstack.org/40212214:33
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: TEST_NO_MERGE  https://review.openstack.org/40397814:33
*** yingjun_ has quit IRC14:35
*** yingjun has quit IRC14:37
*** yingjun has joined #openstack-kolla14:37
*** msimonin has quit IRC14:38
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Enable tempest test in gate  https://review.openstack.org/40212214:38
*** jtriley has quit IRC14:39
*** yingjun_ has joined #openstack-kolla14:40
*** goldyfruit has quit IRC14:41
*** goldyfruit has joined #openstack-kolla14:41
*** yingjun has quit IRC14:41
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Hel-ming Rabbitmq  https://review.openstack.org/40542214:42
sdake_Jeffrey4l_ yo bro around?14:43
Jeffrey4l_sdake_, yep14:43
sdake_Jeffrey4l_ if you are, I wanted to give you a thumbs up for running the meeting yesterday - first time ever!14:43
sdake_Jeffrey4l_ you did a great job14:43
Jeffrey4l_sdake_, thanks ;) more thing need to learn14:43
sdake_Jeffrey4l_ meeting was a bit hectic14:43
sdake_Jeffrey4l_ thats not on you thats on me :)14:44
sdake_had multiple things going on14:44
sdake_apologies for the disruption14:44
v1k0d3nmornin' ya'll from the south!14:44
Jeffrey4l_yes. need take some time to prepare the meeting .14:44
sdake_sup v1k0d3n14:44
v1k0d3nsdake_: sup14:44
sdake_chillen14:44
sdake_got most of my backlog sorted out14:45
sdake_*finally*14:45
sdake_so can actually get to work14:45
sdake_i still owe sbezverk a review and i'll be all caught up :)14:45
sdake_v1k0d3n who specifically is from the south?14:46
v1k0d3nme14:47
sdake_didn't catch the southern accent14:47
v1k0d3n"from" the south14:47
v1k0d3nland of biscuits and gravy14:47
v1k0d3ni hide it :)14:47
sdake_i see that :)14:47
v1k0d3nunless i have whiskey it stays hidden :)14:48
sdake_when my wife travels to the south - she comes back with an accent14:48
sdake_like if she is there for a week14:48
sdake_arizona has no accent14:48
v1k0d3nit's addictive.14:48
sdake_yup it is14:48
v1k0d3nthere's no doubt :)14:48
*** duonghq has quit IRC14:48
*** duonghq_ has joined #openstack-kolla14:48
duonghq_evening guys14:48
sdake_i think there rea a few other states without accent as well14:48
sdake_sup duonghq_14:48
sdake_oh backlog incomplete14:49
v1k0d3nyeah, one would think that AZ would have an accent of some sort...but you're right...not really at all.14:49
sdake_damn i almost declared victory on my backlog14:49
*** duonghq has joined #openstack-kolla14:49
*** duonghq has quit IRC14:49
*** duonghq_ is now known as duonghq14:49
sdake_GTD failed me there14:49
*** duonghq_ has joined #openstack-kolla14:50
sdake_or rather i  failed at GTD :)14:50
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible: Enable cloudkitty ui when enable_cloudkitty is yes  https://review.openstack.org/40352014:50
duonghqhas GTD failed you before?14:50
sdake_i have failed at keeping gtd updated yes14:51
sdake_its one way to lead a stress free life14:51
sdake_one of many techniques14:51
duonghqsure, so you will continue with GTD or not?14:52
sdake_of course14:52
sdake_error on my part - not problem with gtd14:52
*** DTadrzak has joined #openstack-kolla14:52
sdake_duonghq are you familiar with GTD?14:52
*** eaguilar has quit IRC14:53
sdake_one of my mentors turned me on to it about 8-10 years ago14:53
sdake_before it I was a mess14:53
v1k0d3nportdirect: hey man14:53
duonghqnot yet, I found it is hard to keep up myself, maybe I need for life experience14:53
v1k0d3nupdated PR's and submodule14:53
sdake_duonghq ya it requires upkeep14:53
sdake_duonghq and practice14:54
duonghqsure14:54
v1k0d3nvery close to CI as well. have the vagrant part working well, just need to get the connection/reports going from our external jenkins to the repo for users (so folks can correct any issues with PR's).14:54
sdake_v1k0d3n nice ci :)14:54
v1k0d3neveryone...i think halcyon is a go now for kolla-kube!14:54
v1k0d3ncheck out the readme. portdirect made things crazy simple....14:54
sdake_v1k0d3n doe that mean portdirect doesn't have the fork anymore?14:55
v1k0d3nso developers should be able to get in, do work, get out. easy.14:55
sdake_is readme in gerrit or somewhere else?14:55
duonghqdid we have consensus on helm version tagging?14:55
v1k0d3nsdake_: no, i don't think so from what i've seen in the PR's14:55
sdake_duonghq i think we are punting on that for the moment14:55
sdake_v1k0d3n cool14:55
v1k0d3nsdake_: maybe try it out?14:56
sdake_v1k0d3n i am running an older version14:56
v1k0d3ngive us any feedback?14:56
sdake_v1k0d3n yesterday's version14:56
*** inc0 has joined #openstack-kolla14:56
sdake_i can spin up todays version if you like14:56
sdake_sup inc014:56
v1k0d3nsdake_: this has been added :) https://github.com/att-comdev/halcyon-vagrant-kubernetes#configuration-helper14:56
inc0good morning14:57
v1k0d3ninc0:  good morning14:57
*** gfidente has quit IRC14:57
*** eaguilar has joined #openstack-kolla14:57
*** saneax is now known as saneax-_-|AFK14:57
inc0sdake_, kfox1111 sbezverk how about we don't write mariadb at all in kolla-k8s?14:57
v1k0d3nsdake_: that would be awesome14:58
v1k0d3nkeep that old one around...just in case :)14:58
v1k0d3nbut i think it should be god14:58
v1k0d3nhaha or GOOD not god14:58
sdake_v1k0d3n nice - i assume your ok with kolla-kubernetes making its own docs to point to those repos14:58
sdake_inc0 mariadb is critical path14:58
v1k0d3nabsolutely14:58
*** msimonin has joined #openstack-kolla14:58
sdake_v1k0d3n cool14:58
inc0sdake_, to get it somehow up14:58
inc0somehow up can mean multitude of things14:58
v1k0d3nthink someone is working on this. either srwilkers_ or portdirect14:58
inc0including kolla-ansible deploy -t mariadb14:59
inc0and I for one would think this actually would be quite elegant14:59
sdake_inc0 we have a standard api model for communicating  with helm packages - deploying mariadb from the incubator wont work14:59
*** Marcellin__ has joined #openstack-kolla14:59
inc0sdake_, if our standard model is not compatible with helm incubator standard model15:00
sdake_v1k0d3n portdirect as i recall15:00
inc0I'd say we need to get back to drawing board15:00
v1k0d3nok. just checking.15:00
v1k0d3ninc0: drawing board?15:00
*** unicell has joined #openstack-kolla15:00
inc0what I'm saying15:00
v1k0d3nper our convo last night?15:00
inc0no about that: "sdake_> inc0 we have a standard api model for communicating  with helm packages - deploying mariadb from the incubator wont work"15:01
*** williamcaban has joined #openstack-kolla15:01
inc0does that mean that our standard model is super different from helm incubator model?15:01
srwilkers_good morning sdake_ v1k0d3n inc015:01
sdake_inc0 kfox1111 is the best person to talk to about the api15:01
sdake_sup srwilkers_15:01
srwilkers_sdake_, yes portdirect is working on that15:01
v1k0d3nsup srwilkers_15:01
mewaldHi guys, have a question: haproxy config looks wrong to me. We set X-Forwarded-Proto if HAproxy manages SSL termination (if { ssl_fc}) but we remove it no matter what. I think it should only be removed also if haproxy manages SSL, or not? (https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/haproxy/templates/haproxy.cfg.j2#L66)15:02
inc0mewald, yeah I caught that too, seemed wrong to me15:04
*** unicell has quit IRC15:04
*** williamcaban has quit IRC15:05
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Hel-ming Rabbitmq  https://review.openstack.org/40542215:05
portdirectmorning15:06
*** jtriley has joined #openstack-kolla15:07
*** tonanhngo has joined #openstack-kolla15:07
portdirectsrwilkers_/v1k0d3n/sdake: just about to get the readme update - the att-comdev repos are good to go for kolla-dev15:07
*** tonanhngo has quit IRC15:08
mewaldinc0: Also I noticed that Nova api returns wrong references. For example when you list servers you get an href to the flavor of each instance. The URL to the flavor is http (not https) I am not sure where that comes from but it might be related15:08
inc0mewald, well nova doesn't have idea of public endpoint15:09
inc0I'd say it's bug in nova15:09
mewaldwell, when I curl the Keystone API get the listing of available APIs and it does say "https" and not "http". Therefore, keystone knows about the public endpoint (I assume from x-forwarded-proto), so either nova doesn't care about it, or the header is not set15:10
*** gfidente has joined #openstack-kolla15:11
*** jtriley has quit IRC15:12
*** absubram has quit IRC15:12
v1k0d3nportdirect: awesome15:12
v1k0d3nwe noticed the same issues with helm 2.0.0 and 1.5 kube the other day15:13
v1k0d3nstarted down the path of mentioning this in the helm slack channel....but nobody seemed to know what i was talking about.15:13
v1k0d3nthere's obviously an issue there.15:13
sdake_portdirect ok will wait for doc udpate to validate the env15:14
portdirectv1k0d3n: chime in here if you can: https://github.com/kubernetes/helm/issues/158915:15
*** mewald has quit IRC15:15
v1k0d3nportdirect: saw that. one sec.15:15
v1k0d3nportdirect: done15:18
v1k0d3ni spoke with matt about this for a little while over slack15:18
portdirectv1k0d3n: great cheers15:19
*** lrensing has joined #openstack-kolla15:20
*** tonanhngo has joined #openstack-kolla15:21
*** stevemar has joined #openstack-kolla15:21
*** tonanhngo has quit IRC15:22
openstackgerritDuong Ha-Quang proposed openstack/kolla-ansible: Specify 'become' for only neccesary tasks (default roles)  https://review.openstack.org/39868415:23
*** dave-mccowan has joined #openstack-kolla15:26
duonghqgoodnight guys15:28
*** duonghq has quit IRC15:28
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Hel-ming Rabbitmq  https://review.openstack.org/40542215:29
*** stevemar_znc has joined #openstack-kolla15:29
srwilkers_goodnight DuncanT15:31
srwilkers_oops15:31
srwilkers_duonghq_15:31
*** jgriffith_away is now known as jgriffith15:32
openstackgerritcaoyuan proposed openstack/kolla-ansible: Remove the deprecated command and the useless "if" condition  https://review.openstack.org/40489615:35
*** mdnadeem has joined #openstack-kolla15:35
*** senk has quit IRC15:38
*** jtriley has joined #openstack-kolla15:39
*** jheroux has joined #openstack-kolla15:40
openstackgerritzhubingbing proposed openstack/kolla-ansible: Fix aodh role  https://review.openstack.org/40527515:40
*** tonanhngo has joined #openstack-kolla15:40
*** tonanhngo has quit IRC15:43
openstackgerritzhubingbing proposed openstack/kolla: Install trove dashboard into horizon image  https://review.openstack.org/40508715:45
*** athomas has quit IRC15:46
*** dims has quit IRC15:46
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449315:46
*** adrian_otto has joined #openstack-kolla15:47
openstackgerritzhubingbing proposed openstack/kolla-ansible: Enable trove dashboard when enable_trove is yes  https://review.openstack.org/40509015:49
inc0kfox1111, around?15:49
*** zhubingbing has quit IRC15:50
*** yingjun_ has quit IRC15:51
*** yingjun has joined #openstack-kolla15:54
*** msimonin has quit IRC15:56
*** Pavo has quit IRC15:59
inc0SamYaple, sooo..have you noticed that gates were working yesteday?16:00
*** dims has joined #openstack-kolla16:00
*** adrian_otto has quit IRC16:01
*** jrich523_ is now known as jrich52316:02
*** dave-mccowan has quit IRC16:02
*** msimonin has joined #openstack-kolla16:03
sdake_sup dims16:03
sdake_thanks for the understanding and +1 on the pruning email16:04
dimssdake_ : howdy16:04
*** Pavo has joined #openstack-kolla16:04
sdake_that was difficult for me personally16:04
*** Satya_ has joined #openstack-kolla16:04
dimsi should have done it before :)16:04
sdake_dims its ok - it was my job to finish16:04
sdake_and its done16:04
kfox1111morning16:05
sdake_sup kfox111116:05
kfox1111sdake_: hi16:05
kfox1111inc0: here now.16:05
sdake_so basically kfox1111 i haven't gotten to the review queue this mroning16:05
sdake_kfox1111 will get to it shortly16:05
inc0kfox1111, sooo...what would stop us from using mariadb from helm?16:06
inc0helm incubator that is16:06
inc0or rabbitmq16:06
Satya_While using master branch kolla module, I am getting following error "msg": "Unknown error message: Get http://: http: no Host in request URL"16:06
sbezverkkfox1111: ovsdb was all green, I think we need to merge it to test properly your new common code.16:06
openstackgerritJeffrey Zhang proposed openstack/kolla: Add qemu-img into glance api image  https://review.openstack.org/40546816:06
Satya_it seems the target controller machine is not able to pull the image from deployment server16:07
kfox1111inc0: I don't see any reason that shouldn't work. I think we should support external rabbit/mariadb anyway.16:07
inc0Satya_, interesting, docker is acting wierdly16:07
kfox1111sbezverk: cool. will give it one more look.16:07
Satya_i tried to pull the image manually it worked16:07
kfox1111sbezverk: could you try a rebased version on the other patch though? then we woudln't merge a copy of _common_lib just to remove it one patch later.16:07
inc0kfox1111, so follow up question - we will do all external at some point16:08
inc0and not even support mariadb other than helm incubator16:08
Satya_after that if i start deployment it is giving following error NoneType object has no attribute __getitem__16:08
inc0and work with helm community to make sure helmy maria is happy maria16:08
Satya_it seems some version mismatch of package, did any one observed this issue with master branch code16:09
inc0Satya_, let me guess, you have registry on one node and spawned couple fresh vms?16:09
Satya_my registry in on deployment node where I am running the ansible-playbook16:09
kfox1111inc0: could be? I don't think it matters too much to me. thats probably a long ways out though.16:09
inc0would be elegant imho16:10
inc0and lower complexity of project tremendously16:10
*** sayantan_ has joined #openstack-kolla16:11
*** sayantan_ has quit IRC16:11
kfox1111inc0: yeah, maybe. if they can come up with an operator for mariadb (or make k8s itself stateful sets flexible enough to support galera proper) then that would be awesome.16:11
inc0well we can still help16:11
*** sayantan_ has joined #openstack-kolla16:11
kfox1111or bake that into helm somehow.. (kind of scary)16:11
inc0but there is good chance we'll get broader community around there16:11
inc0for this one particular case16:11
Satya_inc0 any suggestions for my issue16:12
*** absubram has joined #openstack-kolla16:12
inc0Satya_, soo...try to build images in one of non-registry nodes16:12
inc0and tell me if it works16:12
*** stevemar_znc is now known as topol_16:12
kfox1111inc0: yeah. if the k8s community builds around a community mariadb / rabbit, that woudl be nice.16:13
Satya_Ok I will try it thanks16:13
kfox1111long term, that would be good for all parties involved.16:13
inc0v1k0d3n, ^ I think we can help on that front right?16:14
*** eaguilar has quit IRC16:14
kfox1111in the mean time though, I think we should continue to work with our own stuff, and then work on either upstreaming it, or merging features of ours until the upstream community one works for us.16:14
inc0kfox1111, agree, just to get us up and running16:14
inc0but not spend too much time on running stuff like galera proper here, and ensure we can use galera proper chart  when it's available16:14
*** dave-mccowan has joined #openstack-kolla16:16
*** Bico_Fino has joined #openstack-kolla16:16
*** wwriverrat has joined #openstack-kolla16:16
SamYapleinc0: im not sure16:17
SamYapleinc0: any news on the issue though?16:17
inc0only thats blowing minds16:17
inc0but issue Satya_ had appears in my env to16:18
inc0too16:18
inc0I have working registry and broken compute nodes16:18
inc0and deployment no bueno16:18
*** mdnadeem has quit IRC16:19
*** topol_ is now known as topol16:20
inc0Jeffrey4l_, around?16:20
Jeffrey4l_inc0, yep.16:20
inc0I have favor to ask16:21
inc0remember our talk about submitting registry to tarballs.o.o?16:21
inc0https://review.openstack.org/#/c/404435/ <- this is this change16:21
inc0kinda16:21
sdake_inc0++16:21
kfox1111inc0: I need galera soon I think though. so I may contribute it anyway.16:21
kfox1111then we can work on getting that upstream.16:22
inc0kfox1111, cool, just let's keep in mind that we want to keep doors open16:22
kfox1111inc0: absolutelly. :)16:22
inc0at some point we might want to move to upstream helmy impl16:22
sdake_another inc0++ :)16:22
Jeffrey4l_inc0, yep.16:22
kfox1111inc0: I'd like to see trove involved in that endevor too. I could totally see them helping a lot with it.16:22
inc0Jeffrey4l_, I might need help with this change in case I won't manage to get it up before I leave16:23
inc0(next week)16:23
inc0mind taking over this work?16:23
sdake_inc0 i'd offer to help but puppet is not a thing i know :(16:23
kfox1111if there was a mariadb-gallera operator, trove api could wrap around it.16:23
Jeffrey4l_inc0, we need create new jobs for this. rather than modified the current job.16:23
inc0sdake_, all the infra pieces are in place already16:23
sdake_inc0 sweet16:23
kfox1111so trove create-db ends up being wired into a kubectl create -f mariadbcluster.yaml16:23
sdake_inc0 did something i never could do :)16:24
Jeffrey4l_inc0, need add a jobs into post pipeline http://zuul.openstack.org/16:24
Jeffrey4l_i.e. push the registry to tarball after change is merged.16:25
sbezverkkfox1111: rebasing on something which has not been tested at the gate does not sound attractive and I hate rebasing :-( if we merge template then we can test new common right at the gate with template which is 100% working..16:25
*** rmart04 has quit IRC16:25
kfox1111sbezverk: I spent a lot of time yesterday rebasing. :/ so somewhat sympethetic. but, if you don't rebase the one patch, I'll have to rebase 3. :/16:26
kfox1111and you can still test the gate against the rebase.16:27
Jeffrey4l_in your patch, you just add the packed tarball file to jenkins logs collector. hrm, it is useless and is not accessible by other patch. inc016:27
sdake_fsa deadline march 31st16:28
* sdake_ groans16:28
inc0no, no, saving is in tarballs is done16:28
sbezverkkfox1111: so do I :-) because vswitchd and rabbit sit on top of ovsdb, but I will give it a try..16:28
inc0just do recheck experimental16:28
kfox1111sbezverk: oh. i didn't konw you had more patches in review too.16:28
inc0and it should save every .tar.gz in $WORKSPACE/images to tarballs16:29
sbezverkkfox1111: I will need then sdake help to this as I have never tried rebasing parent PS with bunch of childs depending on a parent16:30
sdake_sbezverk i can help with that today at some point16:30
* Jeffrey4l_ is checking the project-config 16:30
kfox1111sbezverk: ok. then don't worry about it. I'll rebase one more time my set.16:30
kfox1111the procedure is still fresh in my head.16:30
*** adrian_otto has joined #openstack-kolla16:31
sbezverkkfox1111: thanks if you could share steps for future would be great.16:31
kfox1111can we drop the built sources out of your review real quick so we don't have to pull them back out?16:31
kfox1111the gate prebuilds all the time, so will still work.16:31
sbezverkdo you mean common part?16:31
kfox1111yeah. comon lib and the built vars16:32
Jeffrey4l_inc0, seems so.16:32
sbezverkkfox1111: ok will do it now16:32
inc0if it works, all the pieces are in our hands now16:32
inc0we need to pack it up, save to tarballs and in other gates download tarball and unpack16:33
inc0https://review.openstack.org/#/c/404405/3 <- this review is key16:33
kfox1111sbezverk: cool. rest looks good. we can merge then. :)16:33
inc0we unpack tarball to /tmp/kolla_registry16:33
Jeffrey4l_yep. so need launch a docker registry service first. then use tar tool.16:33
inc0and we should have populated registry16:33
sbezverkkfox1111: done16:34
Jeffrey4l_inc0, i think i got the whole story.16:34
Jeffrey4l_so what i need to do? inc016:35
inc0yeah, if you could take care of it when I'm gone, I'd appreciate it16:35
Jeffrey4l_ok. np.16:35
kfox1111workflowed.16:35
*** msimonin has quit IRC16:35
inc0many thanks, this will allow us to have registry-like thing in our gates, big improvement16:35
Jeffrey4l_inc0, have u ever thought push tag/stable tar.gz file?16:35
Jeffrey4l_inc0, it will be also helpful for hub.docker.com , imo.16:36
Jeffrey4l_just push that tar.gz file. :)16:36
inc0not sure how useful that would be16:36
inc0we're hacking around the system here16:36
inc0having proper registry would still be better16:37
Jeffrey4l_inc0, no. we can tread tarball.o.o as a new release tool.16:37
Jeffrey4l_other guys can get latest or stable or certain tag of kolla image fro that site.16:37
inc0nah, we should use docker.io16:38
Jeffrey4l_rather than from docker.io.16:38
Jeffrey4l_docker.io hasn't master images.16:38
Jeffrey4l_lots of guy ( in china, network is bad, you know ) want to try the master code. ;)16:38
Jeffrey4l_ok. edge case.16:38
inc0I wouldn't call China "edge";)16:39
inc0but it might be useful to hack around this registry too for them I guess16:40
inc0well, let's think about it later16:40
Jeffrey4l_yep.16:40
inc0for now let's get our deploy jobs voting16:40
Jeffrey4l_yes.16:40
Jeffrey4l_i will work on that PS.16:40
sbezverkkfox1111: I guess when your new common code gets merged I will need to add _common to ovsdb so it would be in git repo16:41
inc0thanks16:41
Jeffrey4l_np :)16:41
inc0I'll get back to this strange docker behavior bag16:41
inc0bug16:41
sdake_sbezverk sounds like you dont need help with a rebase on top of someone elses patch, if you do shout out16:41
kfox1111sbezverk: do you think its onerious to need to do a prebuild after git checking out, but before doing helm installs?16:41
kfox1111it would be cleaner I think.16:42
kfox1111then we don't have to check in built sources.16:42
Jeffrey4l_inc0, bug?16:42
inc0hard to say what's happening16:42
inc0so I spawned new vm yesterday for deployment16:42
inc0ubuntu xenial16:42
inc0fresh master installation of kolla16:42
inc0when I build images there, they're not getting tagged16:43
sbezverkkfox1111: agree it is safer, specifically for the case we have now with ovsdb :-)16:43
inc0same happends to SamYaple and it seems Satya_16:43
Jeffrey4l_what's mean by `not getting tagged`?16:43
sbezverkinc0: I hit the same issue as SamYaple too16:43
kfox1111sbezverk: ok. lets leave the built stuff out for now then, and see how things go. we can always reevaluate as we go.16:43
inc0image is built, but it doesn't get its name after build16:44
Jeffrey4l_hmm.16:44
Satya_Hi Inc0 . what did SamYaple do to fix that issue16:44
Jeffrey4l_you hit requests bug i think ;)16:44
inc0we don't have idea16:44
*** adrian_otto has quit IRC16:44
*** DTadrzak has quit IRC16:44
Jeffrey4l_check the requests version.16:44
inc0Jeffrey4l_, oh? you know something?16:44
*** strigazi is now known as strigazi_AFK16:44
Jeffrey4l_yep.16:44
Jeffrey4l_just fixed a issue in the gate.16:44
inc02.12.216:45
Jeffrey4l_requests 2.12.2 breaks the docker-py.16:45
inc0oh, how fun16:45
*** egonzalez90 has quit IRC16:45
inc0we need to change requirements asap16:45
inc0which version works?16:45
Jeffrey4l_requirements is OK.16:45
*** portdirect is now known as portdirect_inmee16:46
Jeffrey4l_inc0, check this https://github.com/openstack/kolla-ansible/commit/27ee3973a7e95db3f3f6c43c0d514f332b7d160216:46
*** portdirect_inmee is now known as portdirect_meetn16:46
Jeffrey4l_inc0, sbezverk upstream bug https://github.com/docker/docker-py/issues/132116:46
*** dave-mccowan has quit IRC16:46
*** bmace has quit IRC16:46
Jeffrey4l_you can check your requests version first, i think it should be the same.16:46
*** bmace has joined #openstack-kolla16:47
Satya_does it work with latest master branch code16:47
inc0SamYaple, ^16:47
*** msimonin has joined #openstack-kolla16:47
Jeffrey4l_Satya_, yep. but this patch just fixed the master.16:47
Jeffrey4l_other branch still broken ;(16:47
Jeffrey4l_so gate is green now :)16:48
*** yingjun has quit IRC16:48
*** yingjun has joined #openstack-kolla16:48
Satya_if I make the changes mentioned in "bug https://github.com/docker/docker-py/issues/1321" in my code then it should be working in my environment?16:49
Jeffrey4l_Satya_, what kinda changes?16:50
inc0Satya_, just do pip install --upgrade requests==2.11.1 on all nodes16:50
Jeffrey4l_inc0, ++16:50
inc0it seems to be working16:50
inc0just tested16:50
Jeffrey4l_just do not use requests==2.12.2  ,  other version is OK.16:51
inc0Jeffrey4l_, if someone does pip install kolla, it's gonna install 2.11.2 now?16:51
Jeffrey4l_upstream upstream bug id https://github.com/kennethreitz/requests/issues/373416:51
*** adrian_otto has joined #openstack-kolla16:52
Satya_Ok thanks inc0 and Jeffrey41 I will try that16:52
Jeffrey4l_inc0, i think so.16:52
inc0we need to fix that16:52
Jeffrey4l_normally, the best practice is using upper-constrains.txt file.16:52
Jeffrey4l_it is well tested.16:52
inc0let's use it then16:52
inc0we have broken master nw16:53
inc0now16:53
*** yingjun has quit IRC16:53
Jeffrey4l_we can do nothing at this point.16:53
Jeffrey4l_it is located in another repo.16:53
inc0yes we can16:53
Jeffrey4l_how?16:53
openstackgerritsayantani proposed openstack/kolla: Add new guide for single-node deployment  https://review.openstack.org/40499316:53
inc0hold on16:53
Jeffrey4l_kolla's tox.ini file is using upper-con*16:54
Jeffrey4l_install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}16:54
inc0our setup.py has to16:55
kfox1111oh... its the tunnel interface on the helm job... right...16:56
openstackgerritMerged openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice  https://review.openstack.org/40395916:56
Jeffrey4l_imo, this should be maintained by requirements.txt16:56
*** dave-mccowan has joined #openstack-kolla16:56
*** unicell has joined #openstack-kolla16:56
Jeffrey4l_btw, i hate to install package direct from pypi ;( . unstable.16:56
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla: Fix master  https://review.openstack.org/40552516:56
Jeffrey4l_inc0, you will get a shoot https://github.com/openstack/requirements/blob/master/global-requirements.txt#L241  lol16:57
kfox1111yeah... this will change things a bit... setup_config won't be where config's applied. it will ahppen at package launch time....16:58
inc0no, that still allows us to have 2.11.1 for example16:58
inc0which works16:58
*** msimonin has quit IRC16:58
Jeffrey4l_inc0, it works but requirements check will be red.16:58
Jeffrey4l_ever requirements.txt file need follow global-requirements.txt, but you break it in your patch.16:59
inc0then let's propose this to global requirements16:59
kfox1111sbezverk: goign to rebase the common one now.17:00
Jeffrey4l_inc0, that will work.17:00
Jeffrey4l_requests>=2.10.0,!=2.12.217:00
SamYapleJeffrey4l_: inc0 yep all good here17:01
inc02.12.3 is on pypi already17:01
inc0let's see17:01
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helm common package  https://review.openstack.org/40480817:02
Jeffrey4l_cool17:02
*** williamcaban has joined #openstack-kolla17:02
*** matrohon has quit IRC17:02
inc0seems like it's working17:02
inc0so master seems to be unblocked17:02
kfox1111sbezverk: k. that one should be good to go.17:02
inc0uff17:02
Jeffrey4l_anyway, in gate ( or any other place ) install python packages with requirements/upper-constrains.txt will be more stable.17:03
*** igordcard has joined #openstack-kolla17:03
sbezverkkfox1111: the common one?17:03
kfox1111sbezverk: yeah17:03
SamYapleinc0: yea thats what i meant17:04
SamYaple2.12.3 is working17:04
SamYaplei havent tested 2.1117:04
Jeffrey4l_i am always using 2.11.117:05
sbezverkkfox1111: should we wait for check experimental results?17:05
inc0that's ok17:05
inc0newest version is working17:05
inc0pip install kolla works, thats what I care about17:06
inc0https://review.openstack.org/#/c/405534/1/global-requirements.txt17:06
SamYapleJeffrey4l_: agreed on upper-constraints17:07
*** williamcaban has quit IRC17:07
SamYapleglad i managed to start working on this literally seconds after a bad packages was pushed17:07
SamYapleyay me17:07
*** Bico_Fino has quit IRC17:07
*** Bico_Fino has joined #openstack-kolla17:09
Jeffrey4l_fyi enabled tempest in gate  https://review.openstack.org/402122      http://logs.openstack.org/22/402122/9/check/gate-kolla-ansible-dsvm-deploy-centos-binary-centos-7-nv/8d16727/logs/results.html17:09
Jeffrey4l_ lol17:09
openstackgerritsayantani proposed openstack/kolla: Add new guide for single-node deployment  https://review.openstack.org/40499317:11
kfox1111sbezverk: hmmm....17:11
kfox1111yeah. then it would test your patch against it.17:11
*** TxGirlGeek has joined #openstack-kolla17:12
*** sdake_ has quit IRC17:16
*** TxGirlGe_ has joined #openstack-kolla17:16
SamYapleso where are we at in this cycle people? is there time for me to get monasca merged into kolla for O?17:16
Jeffrey4l_SamYaple, I think so.17:17
*** TxGirlGeek has quit IRC17:17
SamYapleat the very least the docker _images_ would make me happy17:17
pbourke_SamYaple: you cant build?17:20
pbourke_currently?17:20
SamYaplepbourke_: yesterday17:21
SamYapleand you werent here to help17:21
SamYapleits fine now17:21
SamYaplejust go17:21
SamYaplepbourke_: it was an issue with requests as Jeffrey4l_ found. all good now17:21
pbourke_I hit that issue17:22
SamYaplewell its fixed, no thanks to you!17:22
pbourke_spent about an hour debugging, figured out I should be using requests and moved on17:22
pbourke_*using requirements17:22
*** senk has joined #openstack-kolla17:22
pbourke_its all thanks to me17:22
SamYaplehaha well this was my first time building kolla in a few months so i spent a few hours in IRC trying to find out if anyone had built master at all17:23
SamYaplelast time it "worked" for me was newton b3 i think17:23
SamYapleso i had to point of reference for troubleshooting17:23
pbourke_SamYaple: if you get horizon back up I can run my irc bouncer again and provide 24/7 support17:24
SamYaplepbourke_: im wokring on it.17:25
SamYaplepbourke_: if it makes you feel better, openstack is working just fine in my house17:26
pbourke_but you need images to do that, chicken and egg ;)17:26
pbourke_python packaging is horrible though17:30
*** jascott1 has joined #openstack-kolla17:30
pbourke_the dependencies to run the tests for openstack/requirements are hilariously hard to install17:31
mliimaguys, need some act here https://review.openstack.org/#/c/396626/ inc0 pbourke_17:34
mliimathe gate tests are ok after recheck17:34
*** diogogmt has joined #openstack-kolla17:34
kfox1111sbezverk: https://review.openstack.org/#/c/404808 looks ready17:38
kfox1111tests passed17:38
kfox1111nm. you saw it. :)17:38
openstackgerritMerged openstack/kolla-kubernetes: Helm common package  https://review.openstack.org/40480817:39
*** sayantan_ has quit IRC17:43
*** senk has quit IRC17:44
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492917:46
sbezverkkfox1111: after rebasing on recently merged common, I see this: http://paste.openstack.org/show/591168/17:46
*** tonanhngo has joined #openstack-kolla17:47
*** unicell has quit IRC17:47
*** ayoung has quit IRC17:48
jascott1kfox1111 sbezverk we are shipping PVs?17:48
*** tonanhngo has quit IRC17:48
*** tonanhngo has joined #openstack-kolla17:49
sbezverkjascott1: I think we should, at least rabbitmq has both pv and pvc17:52
jascott1its against the helm recommendations but I dont have strong feelings about it17:52
sbezverkjascott1: can you point me to this recommendation? WOuld like to undersatnd reasoning behind it17:55
qwangjascott1: why is helm against pv/pvc?17:55
jascott1not against pvc just pv17:56
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize openvswitch-agent and l3-agent  https://review.openstack.org/40499917:56
jascott1PV are the actual volumes, and we cant know what storage systems a user has17:56
kfox1111sbezverk: looking...17:56
kfox1111jascott1: I think it doesn't hurt to ship the templates for the pv/pvc's if they are in their own packages. can be skipped then.17:56
jascott1kfox1111 makes sense17:57
kfox1111sbezverk: /root/.helm/repository/local missing? weird. I thought 'helm init' did that for you.17:57
kfox1111do you have an older ~/.helm dir?17:58
jascott1qwang sorry it was k8s docs not helm docs http://kubernetes.io/docs/user-guide/persistent-volumes/17:58
jascott1"Do not include PersistentVolume objects in the config, since the user instantiating the config may not have permission to create PersistentVolumes."17:58
jascott1but as kfox1111 said, if they are optional i dont see a problem17:58
kfox1111got a meeting to run to. be back in a bit.17:58
qwangjascott1: thanks. will look into it17:59
kfox1111jascott1: the pv's shoudl be created by k8s admins, not regular users. and helm's docs are more oriented towards regular users.17:59
*** Pavo has quit IRC17:59
*** athomas has joined #openstack-kolla17:59
jascott1makes sense17:59
*** Pavo has joined #openstack-kolla17:59
openstackgerritMerged openstack/kolla: Remove the "nova-network" container file  https://review.openstack.org/40409918:00
kfox1111jascott1: since k8s 1.5 supports pv less ceph creation, I think we might start switching to just that once 1.5 is released and  require it.18:00
*** eaguilar has joined #openstack-kolla18:00
jascott1woot!18:00
sbezverkjascott1: so we will ship them as options whether they are used or not will be up to the operator18:00
openstackgerritMerged openstack/kolla: Move manila-share service to network node  https://review.openstack.org/39662618:00
Pavoevening18:01
Pavogot a question anyone have an issue using kolla-ansible with docker on target nodes after they did a yum -y update and docker engine got updated to 1.12?18:01
*** williamcaban has joined #openstack-kolla18:03
*** senk has joined #openstack-kolla18:04
Bico_FinoAnyone using ironic-inspector ?18:04
Bico_FinoTrying to deploy an instance and got this on ironic-inspector18:06
Bico_Fino InstanceDeployFailure: Couldn't determine the UUID of the root partition or the disk identifier after deploying node18:06
*** williamcaban has quit IRC18:07
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla-ansible: Add missing pull task for neutron-vpnaas-agent  https://review.openstack.org/40124018:15
klindgrenSo coming back around to the consistent userid/groupid mapping.18:15
klindgrenSomeone said that they would not have been happy with adding the mappings into globals.yml, and would rather see them just done in code.  But if I wanted to overide those mappings into something else.  Would it be acceptable to default to a uid/gid but if one is found in globals.yml to use that instead?18:16
*** senk has quit IRC18:17
jascott1klindren thats what I was thinking18:18
*** krtaylor has quit IRC18:20
*** klindgren_ has joined #openstack-kolla18:22
*** prameswar has quit IRC18:22
*** klindgren has quit IRC18:23
*** saneax-_-|AFK is now known as saneax18:23
openstackgerritMerged openstack/kolla-ansible: Remove the "nova-network" from the ansible  https://review.openstack.org/40420018:25
openstackgerritMerged openstack/kolla-ansible: Remove the deprecated command and the useless "if" condition  https://review.openstack.org/40489618:25
*** klindgren_ is now known as klindgren18:25
klindgrensorry - internet died on me.18:26
klindgrenjascott1, how would you expect to se that overide happing in globals.yml?18:26
klindgren<project>_userid, <project>_groupid18:30
klindgren?18:30
jascott1idk im not kolla expert. looking at the docker templates now18:31
klindgrenor would a dictionary be better? userid_mapping={'nova':1000, 'glance': 1001}18:32
jascott1the stated problem is taht uid/gid arent consistent which leads to problems. we could start just by using the same for all services18:32
klindgrenpeople are against that18:32
klindgrenwhere containers need to interact between each other18:33
klindgrensuch as nova-compute with libvirt18:33
*** mkoderer has quit IRC18:33
jascott1does kola create a libvirt user?18:33
klindgrenI think the libvirt package creates the libvirt user18:33
jascott1ok I will defer to the kolla experts :)18:33
*** vhosakot has joined #openstack-kolla18:34
*** shardy has quit IRC18:34
*** gfidente has quit IRC18:34
jascott1ppl might hate this but it might be better to make a separate file for these mappings since we will need a bunch18:34
klindgrenyea that was my thought and Jeffrey4l_ was not for that idea.  Just trying to flush out how people expect this to happen.  SO that I can get a spec up.18:34
klindgrenSince we need to be able to set a consistent userid gfor at a minimum glance.  Due to our use of nfs stores in our older deployments18:35
klindgrenand each container changing the the user/group of all the files on the nfs stores is not a great thing.18:35
jascott1I say post how you think it should work and comments will ensue :)18:36
sbezverkfolks anybody tried to push PS recently, it looks like gerrit is down18:36
*** tonanhngo has quit IRC18:37
*** msimonin has joined #openstack-kolla18:39
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: PS restores two previously removed files  https://review.openstack.org/40556918:40
*** unicell has joined #openstack-kolla18:41
*** unicell1 has joined #openstack-kolla18:42
*** unicell has quit IRC18:42
jmccarthyAny nova wizards about ? :) I'm trying to work out about in nova.conf how/what these credentials are used:18:46
jmccarthy[neutron]18:46
jmccarthy...18:46
jmccarthyauth_type = password18:46
jmccarthyusername = {{ neutron_keystone_user }}18:46
jmccarthypassword = {{ neutron_keystone_password }}18:46
jascott1jmccarthy i believe that controls how nova authenticates to keystone18:49
jascott1:)18:49
*** hyang has joined #openstack-kolla18:49
jmccarthy:) Hehe yea I have a sort of legacy upgrade issue where it's been set to some other username18:50
v1k0d3nyo portdirect_meetn18:50
v1k0d3ndon't mean to bother...but when you're back around... have a Q for you.18:50
jmccarthyI'm trying to figure out how I should be switching over so that I can use the {{ neutron_keystone_user }} name, not the old one18:51
jascott1i believe you can change the user/pass on keystone18:54
jascott1wouldnt that fix it?18:54
jmccarthyHow did we come up with this format ? I can't seem to find openstack docs that list username/password like this ?18:55
jmccarthy@jascott1 Yea I think I have tried that but it still didn't seem to work, unless I am just doing something wrong18:55
*** msimonin has quit IRC18:57
klindgrenjmccarthy, I am pretty sure that as long as that user is in the admin "services" tenant keystone it doesn't actually matter?18:58
*** dave-mccowan has quit IRC18:59
dmsimardo/ hello Kolla, FYI I just tagged a new ARA release, I'll watch your gate in case anything breaks but it shouldn't be the case! Details are here: https://dmsimard.com/drafts/ara-0.10-the-biggest-release-yet-is-out.html18:59
jmccarthyklindgren I sort of thought that too, but it does seem to matter, I can only get upgrade working when I have it set to old name - how do I get it to list that ?19:00
*** williamcaban has joined #openstack-kolla19:04
*** mewald has joined #openstack-kolla19:04
klindgrenI will have to defer to someone else - I am new to kolla/kolla-ansible as well.  Though since its a jinja template.  You could modify the template to use {{ nova_keystone_user }}? assuming thats the user you want?19:05
Bico_FinoCan I install byfrost and communicate with one Kolla install?19:05
*** sayantan_ has joined #openstack-kolla19:06
hyangHi all, I’m trying to use Kolla for all-in-one deployment of OpenStack on CentOS 7 in virtualbox. I’m following the QuickStart doc and when it comes to set up “network_interface” variable in globals.yml, I’m confused about which network interface should I use here.19:06
hyangMy vm has 1 NAT interface by default, but using that will get error “Hostname has to resolve to IP address of api_interface” in kolla pre-checks. I also tried to use more network interfaces of NAT, Host-only, Bridged, but still got the same error.19:07
hyangCould someone point out which network interface type is the correct choice? Appreciate for any help.19:07
klindgrenBut for ease going forward, most likely it would be easier to figure out/fix the problem inside keystone, and/or debug why that doesn't work.19:08
jmccarthyklindgren Yea I can adjust template alright, or change property, but I still only get successful upgrade if I use old name from original deploy (and not the newer 'neutron' default I would prefer) - I'm just talking out loud here, I'm not all that familiar with keystone19:08
*** williamcaban has quit IRC19:08
jascott1sbezverk should I wait for your last PS to merge before trying to add helmized memcached?19:08
klindgrenjmccarthy, suggest to look at: http://docs.openstack.org/juno/install-guide/install/apt/content/neutron-controller-node.html19:09
klindgrenand verify that the output of some of the role/tenant commands to make sure the user is correctly added and an admin19:10
*** tyrola has joined #openstack-kolla19:12
jmccarthyOk cool, yea trying to look into this sort of thing now - thanks !19:15
sean-k-mooneymliima: hi, so i think i know why my manila issues are happening.19:15
mliimareally?19:16
sean-k-mooneymliima: i am using the ovs conntrack security group diriver and i think it is blocking the comunnitation between the manila_share agent and the vm19:16
mliimahmm...19:16
sean-k-mooneyarp requests and responces are working but icmp and ssh are being blocked19:17
*** vhosakot has quit IRC19:17
sbezverkjascott1: I think you can go ahead with memcached19:17
mliimamaybe we should add something in our guide sean-k-mooney19:18
jascott1ok things are changing quickly so feels like frogger trying to dodge conflicts19:18
*** vhosakot has joined #openstack-kolla19:18
sean-k-mooneythe irritating thing is that i can ssh fine from vms to it just not from the tap devices that are created on the host for the agent to connect too.19:18
sbezverkcommon part got merged, the rest has no impact on memcached19:18
sayantan_Hi. I have a quick question. How do I wrap a line to have 79 characters?19:19
jascott1sbezverk should I make it dependent on 404808 (helm common package)?19:19
sean-k-mooneymliima: i would have to do a little diggin but im guessing there is a bug in neutron or manila and the prots used by the agent are not in the correct secutiy group19:20
mliimabut now, are you able to create a share sean-k-mooney ?19:20
jascott1oh it doesnt matter cause its already merged right? sorry Im newish to gerrit19:20
sbezverkjascott1: it got merged, so just clone the master, it should be there19:20
sean-k-mooneymliima: no i have not reverted to iptables19:20
jascott1sbezverk thank you19:20
sbezverkjascott1: np19:20
sean-k-mooneymliima: if i did i probaly could19:20
mliimathat's weird, I created a share yesterday19:20
sean-k-mooneymliima: with the ovs conntrack securty group dirver enabeld?19:21
sean-k-mooneyon stable/newton19:21
mliimahow can i check it quickly sean-k-mooney ?19:22
*** classicsnail has quit IRC19:22
mliimaI have nothing ready to check now :/19:22
*** vhosakot has quit IRC19:22
sean-k-mooneymliima: you need to add one line to the ml2_conf.ini and run a reconfigure. but i dont expect to go and check it out. if you have time that woudl be cool but this was just and fyi19:24
mliimai'll check it tomorrow19:24
*** srwilkers_ has quit IRC19:24
mliimaok?19:24
*** Bico_Fino has quit IRC19:24
sean-k-mooneymliima:  add [securitygroup]19:24
sean-k-mooneyfirewall_driver = openvswitch19:24
*** sdake has joined #openstack-kolla19:25
mliimafirewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver19:25
mliimasean-k-mooney, ?19:25
sean-k-mooneymliima: yes that is the default iptables firewall. i am useing the alternitve openvswitch firewall dirver that uses openflow + conntrack instead of iptables19:26
*** matrohon has joined #openstack-kolla19:26
sean-k-mooneymliima: iptables is really slow in comparision19:26
mliimahmm...19:27
*** eaguilar has quit IRC19:27
mliimathat's the our problem sean-k-mooney19:27
mliimai'm using neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver19:27
mliimahttps://github.com/openstack/kolla/blob/stable/newton/ansible/roles/neutron/templates/ml2_conf.ini.j2#L4219:28
sean-k-mooneymliima: basically i can see the drop rule in the ovs br-int that is dropping all the traffic and i know that rule was installed by the openflow firewall19:28
mliimabut tommorow i check it19:28
*** david-lyle_ has joined #openstack-kolla19:28
mliimaand fill a bug to solve it19:28
sean-k-mooneymliima: cool. you should be able to swap between those two driver freely but the openvswitch driver is very new and i dont think it is handeling ports that are not attached to a vm correctly19:29
mliimaokay19:30
mliimayou can ask to manila community guys19:30
mliima#openstack-manila19:30
mliimaabout it19:31
mliima:)19:31
*** david-lyle has quit IRC19:31
mliimai have to go now19:31
*** mliima has quit IRC19:31
*** srwilkers_ has joined #openstack-kolla19:31
openstackgerritsatroutr proposed openstack/kolla-ansible: RabbitMQ cluster should work on api interface  https://review.openstack.org/40494419:32
sean-k-mooneymliima: ill bring this up in the neutron channel too because i think this is there issue19:32
*** openstackgerrit has quit IRC19:32
*** openstackgerrit has joined #openstack-kolla19:33
openstackgerritMathias Ewald proposed openstack/kolla-ansible: Fix X-Forward-Proto Header Deletion  https://review.openstack.org/40558919:36
*** classicsnail has joined #openstack-kolla19:36
*** openstackgerrit has quit IRC19:36
*** tyrola has quit IRC19:37
qwangIs there anyone working on helm chart for horizon right now? I want to pick up this one19:39
*** mewald has quit IRC19:40
*** krtaylor has joined #openstack-kolla19:40
*** saneax is now known as saneax-_-|AFK19:40
*** eaguilar has joined #openstack-kolla19:40
*** dave-mccowan has joined #openstack-kolla19:41
jascott1qwang https://blueprints.launchpad.net/kolla-kubernetes/+spec/helm-packaging19:42
jascott1edit that list and add your name to horizon if want :)19:42
kfox1111back19:43
jascott1kfox1111 I created a deployment for memcache thats a full yaml but I also created a version using you new common tpl... I dont know alot about memcached use cases with openstack, do you think the common format will be fine?19:46
kfox1111which common template? common lib?19:46
jascott1like this https://review.openstack.org/#/c/404929/7/helm/microservice/neutron-server/templates/neutron_server.yaml19:47
kfox1111I've been very weary of memcached in general.  :/19:47
*** openstackgerrit has joined #openstack-kolla19:47
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449319:47
*** msimonin has joined #openstack-kolla19:47
kfox1111there's a gotcha in its scaling that most people don't pay too much attention to.19:47
kfox1111although, k8s makes it proably irelevent.19:47
kfox1111welll... still probably has...19:48
kfox1111split brained systems.19:48
jascott1ah19:48
kfox1111ok. so. common deployment.. hmm...19:49
inc0I usually don't assume memcache to be HA anyway19:49
inc0and don't deploy it as such19:49
jascott1ya my lack of openstack exp really hurts me here cause I dont really know all the ways memcached is used19:50
kfox1111since it has no stateful tracking, and while it has state, its explicitly expected that the state can vanish.19:50
jascott1i made it a deployment, should it just be a pod then?19:50
kfox1111so a k8s deployment style object with replicas=1 is probably a good fit.19:50
kfox1111haproxy in front is overkill though.19:50
jascott1well it does have persistence. sounds like openstack doesnt use it tho?19:50
kfox1111memcached has persistance?19:50
jascott1ya19:51
inc0jascott1, not really, it's mostly used for token cache19:51
jascott1i dont think anyone use it19:51
inc0why would you19:51
jascott1cool19:51
jascott1right19:51
jascott1:)19:51
inc0redis is SO MUCH BETTER in this space19:51
kfox1111jascott1: it use the persistance for a hot cache?19:51
jascott1oh hell I was thinking about redis sorry19:51
kfox1111ah. yeah. thats what I was thinking. :)19:52
jascott1i blame the cold I am apparently contracting19:52
inc0yeah, different story19:52
kfox1111jascott1: yeah. its going around. I've had it for about 4 days now. :/19:52
kfox1111I want to try out redis at some point, but never got around to it yet.19:52
jascott1its fast19:52
kfox1111inc0: so, I think common_deployment is probably overkill for memcached. would recommend making a deployment based base template and link to common_lib though.19:53
jascott1inc0 for compute kit where is memcached used?19:53
kfox1111jascott1: it can be used in just about all the api services.19:54
inc0kfox1111, redis is awesome. I wrote mechanism to deal with BGP one day on it, loading of 500k routes took 20s on small vm19:54
kfox1111inc0: nice. :)19:54
inc0embedded lua is also insane19:54
jascott1TTL feature is great for tokens19:54
jascott1inc0 staff not canceled? thought that was to be the case19:55
sdakeinc0 are you talking about heka?19:55
jascott1kfox1111 I have a memcached deployment not based on neutron server as well so I will jsut roll with that19:56
inc0sdake, no, redis19:56
sdakeyikes19:56
sean-k-mooneyjascott1 i belive memcached is only used in the controler by the api services19:56
sdakedidn't know that used lua19:56
inc0it has embedded lua interpreter19:56
inc0really insanely fast19:56
sdakeis it used for anything?19:56
inc0you write lua script to deal with redis data and you have extremally efficient data store19:57
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449319:57
sean-k-mooneyinc0: is the lua interperated uses as part db querys19:57
sdakeinteresting19:57
sdakehaven't tried out redis19:57
inc0sean-k-mooney, kinda19:57
sdakei've started it before but never actually used it ;)19:57
inc0you literally put lua code as one of records and do EXEC;)19:58
sean-k-mooneyinc0: oh i could do such bad things with that19:58
kfox1111inc0: what could go wrong with having a turing complete language in your db query language.... ;)19:58
kfox1111insanly powerful...19:58
kfox1111but with great power... :)19:58
jascott1it also has sets and sorted lists and other k/v structures19:58
inc0well SQL is turing complete19:58
sdakekfox1111 we got languages for your languages, YO DAWG19:59
jascott1haha19:59
kfox1111inc0: strict sql isn't.19:59
*** Pavo has quit IRC19:59
sean-k-mooneyincO: sql cant load system libs written in c and the exec arbitry function calls19:59
kfox1111no explicit loops and such.20:00
inc0well lua in redis can't as awell20:00
sean-k-mooneyinc0: if you have embeded you lua interperter correctly it cant either but lua itsefl can20:00
kfox1111though once you get into the embeded trigger languages, then you would be better off with lua or some standard language rather then the db specific languages.20:00
inc0you have stdlib plus some stuff for redis20:00
inc0and that's it20:00
kfox1111since you are turing complete at that point.20:00
sean-k-mooneyanyway reddis is used everywhere20:01
sean-k-mooneyim sure they have looked at the securtiy20:01
*** david-lyle_ is now known as david-lyle20:01
inc0anyway, if you ever find yourself needing something super fast to deal with even complex logic around k/v stor, try redis+lua20:01
kfox1111itsa tradoff, as everything. security is not a bool.20:01
*** stevebaker has joined #openstack-kolla20:02
inc0jascott1, confirmed - no staff20:02
jascott1k thanks20:02
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449320:03
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492920:04
sean-k-mooneyso what kicked of the reddis conversation by the way20:04
*** vhosakot has joined #openstack-kolla20:04
*** Pavo has joined #openstack-kolla20:04
jascott1i got confused about memcached and started attributing redis features to it20:04
inc0I'm sure there is medical name for it20:05
jascott1cause I use redis and not memcache in prev life20:05
sean-k-mooneyjascott1: ah ok20:05
*** williamcaban has joined #openstack-kolla20:05
jascott1coldbrain20:05
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449320:05
inc0I was thinking more in lines computer-systemic synesthesia20:06
sean-k-mooneywell memcached is not presetend though so they have slightly different target usecase but both are k/v stores at the end of the day20:06
jascott1sounds like a fun VR game20:06
jascott1Pre order "Computer-Systemic Synesthesia"!20:07
jascott1inc0 I got kids psvr afterall20:07
jascott1for xmas20:07
jascott1not a vive but better than nothing ;)20:08
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449320:08
jascott1"for the kids"20:08
inc0I hope you won't need ps pro to run it effectivelly20:08
sean-k-mooneywhat you really want is the comfort/build quality of the rift with the usablity of vive and price of psvr20:08
inc0I'm ok with comfort of vive20:09
jascott1what ive read so far, the differences are only in a few titles right now most of the comparisons I can barely tell any improvement20:09
inc0jascott1, in vive you can walk around20:09
inc0in oculus you can't20:09
kfox1111jascott1: played with the psvr yet? been meaning to give it a shot.20:09
*** williamcaban has quit IRC20:09
jascott1I did at gamestop also vive20:10
kfox1111jascott1: played with the oculus and vive.20:10
kfox1111vive's amazing. :)20:10
jascott1vive is best20:10
sean-k-mooneyinc0: well you can but they said they were originally targeting sitting with the rift20:10
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449320:10
jascott1havent played the released occulus tho20:10
kfox1111onlything stopping me from pulling the trigger on it, is the resolution. if they can upgrade it to a 4k display fro the same price, I'm sold. :)20:10
kfox1111heard cheep 4k screens are becoming available early next year.20:10
sean-k-mooneyinc0: so next openstack kolla demo. vive experience for kolla k8s so you can interact with your cloud in vr :)20:11
kfox1111hehe20:11
jascott1haha someone made that for k8s already20:11
inc0docker exec -it vr bash20:11
inc0now I'm *INSIDE* container20:11
kfox1111oooo :)20:11
*** tyrola has joined #openstack-kolla20:11
kfox1111aahhhh :)20:11
inc0jascott1, say what? link plz20:12
inc0I'll test it when I get home20:12
inc0yeah resolution is a bit iffy20:12
inc0but on the bright note you get used to it pretty fast20:12
jascott1https://www.youtube.com/watch?v=Qb1siOeTIrk20:13
inc0and usually your sensors are overloaded anyway20:13
inc0my god this is brillian20:13
inc0t20:13
jascott1a good start20:13
sean-k-mooneywell if you had a 4k vive and a rack of servers to power it you would not need monitors anymore as the resolution would be good enough to read fine text20:13
jascott1he used mozilla's aframe20:13
jascott1i wouldve used unity20:14
inc0jascott1, let's write it20:14
inc0I mean it20:14
*** portdirect__ has joined #openstack-kolla20:14
jascott1sounds fun to me20:14
inc0let's write a deployment tool that uses k8s and vive20:14
srwilkers_can we?20:14
kfox1111inc0: heh.20:14
srwilkers_please?20:14
jascott1i could see servers emitting colored particle systems to represent something20:14
srwilkers_:p20:14
kfox1111I'd rather see it used for monitoring.20:14
jascott1like errors or connectino problems20:14
inc0kfox1111, one word - tmux20:15
kfox1111lets you see the nodes. then grab one and stretch it to see all the services on it,20:15
kfox1111etc. :)20:15
inc0"hold on, I had this running tcpdump somewhere around my left foot"20:15
jascott1ala lawnmower man20:15
kfox1111then touch a service and it shows you the logs.20:15
kfox1111 :)20:15
jascott1haha20:15
kfox1111can touch scroll the logs liike a tablet.... :)20:15
kfox1111etc.20:16
*** tyrola_ has joined #openstack-kolla20:16
sean-k-mooneyhehe i dont think this was the original plan for a kolla ui but hay i have no issues with it lol20:16
jascott1could have hundreds of containers like a city and see whih ones are 'on fire'20:16
kfox1111jascott1: heh. ever see 'doom ps' ? :)20:16
jascott1no whats that?20:16
kfox1111http://psdoom.sourceforge.net/20:17
kfox1111but make it vr. :)20:17
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449320:17
kfox1111"what are you doing? you can't play doom at work"20:17
inc0killall them20:18
kfox1111"I'm admining the systems..." :)20:18
sean-k-mooneykfox1111: well there is mindcraft and second life intergration with openstack already. gamify all the things lol20:18
kfox1111hehe. cool.20:18
jascott1its novel to us but i am convinced we will use the interfaces someday... of course they will be much better I would think. looking at you magic leap https://www.wired.com/2016/04/magic-leap-vr/20:21
*** goldyfruit has quit IRC20:22
jascott1^ these are the ones they say will change everything20:22
kfox1111yeah. been keeping an eye on them too. :)20:23
portdirect__v1k0d3n: ping20:23
portdirect__"<inc0> let's write a deployment tool that uses k8s and vive" <<-- this is less hard than you would think20:25
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize openvswitch-agent and l3-agent  https://review.openstack.org/40499920:26
kfox1111portdirect__: you need a visual pipeline programming language in vr. then plug in the helm stuff as building blocks.20:27
kfox1111then you just plug each thing together :)20:27
srwilkers_portdirect__, this is looking good man :)20:29
portdirect__kfox1111: exactly :) Pointless but fun - it would take about 2 days to peice together from the k8s toplology map thats up on github20:30
portdirect__srwilkers_: cheers dude, just want to get it to bed asap now - so I can get on with building services using the work that kfox and sbezverk have done :)20:31
*** vhosakot has quit IRC20:32
*** vhosakot has joined #openstack-kolla20:32
srwilkers_portdirect__, absolutely20:33
srwilkers_portdirect__, i mentioned the blueprint for that guide in my most recent review as well. i changed you to the assignee, so if you add the implements blueprint tag, itll link back to the blueprint in launchpad :)20:33
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449320:33
srwilkers_and youll get credit for it :)20:33
*** matrohon has quit IRC20:34
portdirect__srwilkers_: sweet dude :) Also means I get to continue dos'ing irc with openstackgerritbot20:35
srwilkers_portdirect__, >:)20:35
*** sdake_ has joined #openstack-kolla20:37
srwilkers_sup sdake20:37
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449320:38
*** unicell1 has quit IRC20:38
*** goldyfruit has joined #openstack-kolla20:40
*** sdake has quit IRC20:40
*** openstack has joined #openstack-kolla20:46
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492920:46
openstackgerritPete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation  https://review.openstack.org/40449320:47
*** mariso has quit IRC20:47
inc0portdirect_ I found typo mwhahahah!20:47
inc0mwhahahahhahahaha << evil >>20:47
*** adrian_otto has quit IRC20:48
srwilkers_haha20:49
portdirect__inc0: srwilkers made me do it20:49
srwilkers_tis true20:49
inc0but you had suffered for it20:49
inc0kudos to srwilkers20:49
portdirect__:)20:50
inc0new metallica album - great20:50
srwilkers_inc0, im torn on it20:51
srwilkers_inc0, james sounds flat20:51
inc0it sounds to me like death magnetic20:51
inc0which I liked a lot20:51
*** tyrola_ has quit IRC20:51
srwilkers_that one wasnt bad20:51
srwilkers_ill probably catch flak for it, but i really liked saint anger20:52
inc0ahh, ok, I'm not big st anger fan;)20:52
openstackgerritMerged openstack/kolla-ansible: clean up kolla related files  https://review.openstack.org/40433020:52
srwilkers_not many people are :p20:52
inc0I'm more ride the lightning guy than battery20:52
srwilkers_yes, RTL is my favorite20:53
inc0+1 to that20:53
kfox1111inc0: interesting. I'll have to give it a shot. :)20:53
*** JRobinson__ has joined #openstack-kolla20:54
inc0ok, enough with this girly metallica, let's play something tad more nordic;)20:55
*** vhosakot has joined #openstack-kolla20:55
*** vhosakot has quit IRC20:55
kfox1111:)20:55
inc0https://www.youtube.com/watch?v=pwU22xcDiJ420:57
sbezverkkfox1111: need your ack on this one: https://review.openstack.org/40556921:00
*** signed8bit has joined #openstack-kolla21:02
kfox1111sbezverk: I thought we decided we were going to just do a precreate after checkout rather then check it in?21:04
*** Pavo has quit IRC21:04
*** vhosakot has joined #openstack-kolla21:05
*** Pavo has joined #openstack-kolla21:06
*** Satya_ has quit IRC21:06
sbezverkkfox1111: if somebody wants to deploy manually and check out kolla-kubernetes, then missing these files will prevent chart from being deployed21:06
kfox1111sbezverk: sure. but in the document that tells folks how to use the repo, could just document "git checkout repo, run tools/helm_prebuild.py; cd helm/microservices; helm install .....21:08
sbezverkkfox1111: I am afraid it will take 1. time to get used to run helm_prebuild even before trying to deploy21:08
*** lrensing has quit IRC21:09
sbezverkalso to be consistent with other microsercices21:09
sbezverkwhich will include these files21:10
kfox1111sbezverk: there isn't much consistency here I think. the incubator for example,21:11
kfox1111depends on binary built packages in a seperate repo I think.21:11
kfox1111I think the build of build of a repo with multiple helm packages is kind of uncharted teritory. :/21:12
kfox1111I rally want a build all capability.21:12
openstackgerritsayantani proposed openstack/kolla: Add new guide for single-node deployment  https://review.openstack.org/40499321:12
kfox1111for example,21:13
kfox1111github.com/kubernetes/charts21:13
kfox1111you can't build it by itself.21:13
kfox1111see:21:13
kfox1111https://github.com/kubernetes/charts/blob/master/stable/owncloud/requirements.yaml21:13
kfox1111it points to a prebuilt binary helm package for mariadb.21:14
kfox1111so, you can't just tweak the mariadb chart and rebuild everything.21:14
kfox1111:/21:14
*** eaguilar has quit IRC21:16
*** fguillot has quit IRC21:17
Pavoanyone know anything about using custom configs with kolla-ansible?21:18
sbezverkkfox1111: I was not aware that we are going to re-use template coming with helm for mariadb21:18
kfox1111sbezverk: not quite the point I'm tryhing to make.21:18
*** eaguilar has joined #openstack-kolla21:18
kfox1111just saying, other places, for example the github.com/kubernetes/charts do things differently, and not nessisarily better. so we should be careful doing things like others just because they do it a particular way. its not nessisarily better.21:19
kfox1111if a user wants something super convenient, being able to just checkout and build, maybe the best use case for that really is to privde them the packages prebuilt.21:20
openstackgerritsayantani proposed openstack/kolla: Add new guide for single-node deployment  https://review.openstack.org/40499321:21
*** imcsk8 has quit IRC21:21
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Hel-ming openvswitch-vswitchd  https://review.openstack.org/40510721:22
*** hyang has quit IRC21:22
*** Pavo has quit IRC21:23
sbezverkkfox1111: here is the problem I have with this approach. if I do not have these files I create them with helm_prebuild, it creates the files, but then git detects new files and if I need to send new commit it tries to add these files. so I need to remove them explicitely21:24
*** vhosakot has quit IRC21:24
kfox1111sbezverk: hmm... I use adifferent git commit workflow, so I dont notice that.... maybe its a .gitignore thing?21:26
*** mewald has joined #openstack-kolla21:28
*** inc0 has quit IRC21:28
kfox1111maybe we add '**/charts' and 'values.yaml' to .gitignore?21:29
*** vhosakot has joined #openstack-kolla21:30
sbezverkkfox1111: that could helm, cause it is very annoying21:30
sbezverkoops helm/help21:30
*** adrian_otto has joined #openstack-kolla21:30
srwilkers_i dont think thats a terrible idea kfox111121:31
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Hel-ming Rabbitmq  https://review.openstack.org/40542221:31
kfox1111k. give that a shot and see if it helps. if so, then lets merge it asap.21:31
kfox1111I don't use that workflow, so I'm not sure how to test it.21:31
kfox1111I think yo ucan just add those two lines into kolla-kubernetes/.gitignore21:31
*** TxGirlGe_ has quit IRC21:33
*** TxGirlGeek has joined #openstack-kolla21:33
*** Jeffrey4l_ has quit IRC21:34
openstackgerritKris Lindgren proposed openstack/kolla: Spec to enable consistent use of user id's and group id's  https://review.openstack.org/40564721:36
*** Jeffrey4l_ has joined #openstack-kolla21:37
sbezverkkfox1111: will do that soon21:40
*** rhallisey has quit IRC21:41
openstackgerritMerged openstack/kolla: Install trove dashboard into horizon image  https://review.openstack.org/40508721:41
*** JRobinson__ is now known as JRobinson_afk21:42
*** portdirect__ has quit IRC21:44
*** diogogmt has quit IRC21:45
kfox1111sbezverk: https://review.openstack.org/#/c/404999/ finally checked out.21:45
*** mgiles has quit IRC21:46
kfox1111sbezverk: k. thanks.21:46
*** vhosakot_ has joined #openstack-kolla21:47
srwilkers_gunna head home -- have a few things to do, then have a few questions for you kfox1111 if you'll have a little bit of bandwidth either later this evening or tomorrow morning :)21:48
kfox1111srwilkers_: sounds good.21:48
*** jrist has quit IRC21:49
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Adds filtering to .gitignore for values.yaml and **/charts  https://review.openstack.org/40566121:49
*** vhosakot has quit IRC21:50
sbezverkkfox1111: tested .gitignore works well, I just hope there will not be any corner cases where we do need to change values.yaml or something in ./charts21:50
*** JRobinson_afk is now known as JRobinson_21:51
kfox1111sbezverk: cool.21:51
kfox1111heh. yeah. there are always corner cases. :/ thats why I always git add everything explicitly, git diff --cached before commits and only git commit from staging.21:52
kfox1111more work, but less risky. always tradeoffs there.21:52
openstackgerritKris Lindgren proposed openstack/kolla: Spec to enable consistent use of user id's and group id's  https://review.openstack.org/40564721:52
*** srwilkers_ has quit IRC21:53
kfox1111seeing some weirdness out of helm at times....21:54
mewaldGuys, we have an empty /etc/cinder/rootwrap.d/ for cinder-backup. This currently breaks my plans to add nfs driver for cinder backup as it tries to run "mount" but fails21:54
kfox1111http://logs.openstack.org/29/404929/10/experimental/gate-kolla-kubernetes-deploy-centos-binary-ceph-multi-nv/e12aba9/console.html#_2016-12-01_21_47_05_66994621:54
openstackgerritMerged openstack/kolla-kubernetes: Adds filtering to .gitignore for values.yaml and **/charts  https://review.openstack.org/40566121:55
*** krtaylor has quit IRC21:56
sbezverkkfox1111: the same issue att guys reported to helm people21:56
sbezverkkfox1111: but I never hit it in baremetal env.21:57
kfox1111sbezverk: oh, they saw that too? interesting.21:58
kfox1111sbezverk: yeah. this is the first I've seen it too. and not always. just sometimes.21:58
kfox1111and only a few times today. not before.21:58
kfox1111how long ago did the att folks spot it?21:59
sbezverkkfox1111: not sure but I saw some discussions of helm slack yesterday21:59
kfox1111ah.21:59
sbezverkneed to ping v1k0d3n22:00
sbezverkI think he can really confirm if it is the same or not22:00
sbezverkkfox1111: common defines are not merged yet?22:01
kfox1111sbezverk: should be.22:01
sbezverkkfox1111: the one where you define entrypoint image name right?22:02
kfox1111yeah. that should be merged.22:02
kfox1111need a rebase maybe?22:02
*** sayantan_ has quit IRC22:03
*** openstackgerrit has quit IRC22:03
sbezverkkfox1111: no I just forgot to include it :-(22:04
*** sayantan_ has joined #openstack-kolla22:05
*** sayantan_ has quit IRC22:06
*** sayantan_ has joined #openstack-kolla22:06
*** williamcaban has joined #openstack-kolla22:06
*** unicell has joined #openstack-kolla22:07
*** goldyfruit has quit IRC22:08
sbezverkkfox1111: I do not think entrypoint image was pushed to docker hub with 3.0.1 tag22:08
*** unicell has quit IRC22:08
sbezverkkfox1111: can we push it there?22:08
*** unicell has joined #openstack-kolla22:09
mewaldhttps://bugs.launchpad.net/kolla/+bug/164663022:10
openstackmewald: Error: Could not gather data from Launchpad for bug #1646630 (https://launchpad.net/bugs/1646630). The error has been logged22:10
*** williamcaban has quit IRC22:11
kfox1111sbezverk: would have to ask inc0. I think we should though.22:13
sbezverkI think so too, otherwise we will have a problem at the gate22:16
*** openstackgerrit has joined #openstack-kolla22:16
sbezverkbut I guess inc0 is already on PTO, so will check with sdake22:16
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492922:16
kfox1111sounds good.22:16
*** vhosakot_ has quit IRC22:17
kfox1111sbezverk: it sounds like helm search doesn't and package downloading are client actions.22:17
kfox1111and helm init returns before things are started.22:17
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Hel-ming openvswitch-vswitchd  https://review.openstack.org/40510722:17
kfox1111so there is a race there.22:17
kfox1111I added a new barior to see if it will block until its ready. should fix the issue I think.22:18
*** portdirect_meetn is now known as portdirect22:19
*** mewald has quit IRC22:21
*** jtriley has quit IRC22:21
sbezverkkfox1111: let's hope so22:22
*** jheroux has quit IRC22:23
*** jascott1 has quit IRC22:29
*** DaveTurner has joined #openstack-kolla22:30
*** jascott1 has joined #openstack-kolla22:30
openstackgerritsayantani proposed openstack/kolla: Corrected Punctuation in quickstart.rst  https://review.openstack.org/40490722:31
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492922:32
*** eaguilar has quit IRC22:33
*** krtaylor has joined #openstack-kolla22:42
portdirectsbezverk: hel-ming? http://static.giantbomb.com/uploads/original/0/1987/853982-ming.jpg22:47
*** signed8bit is now known as signed8bit_Zzz22:47
sbezverkportdirect: lol22:52
*** adrian_otto has quit IRC22:55
kfox1111portdirect: http://www.johnmsteele.com/wp-content/uploads/2013/06/AD&D/Settings/GammaWrld/GammaWorld/Warhamster.jpg22:55
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492922:57
*** athomas has quit IRC22:57
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Hel-ming openvswitch-vswitchd  https://review.openstack.org/40510723:00
sbezverkwhere do you guys find these pictures ;-)23:02
kfox1111sbezverk: hehe.23:03
portdirectthe internet sbezverk, its a magical place poplulated by cats and angry people shouting at each other.23:04
sbezverkkfox1111: about mariadb, I thought sdake was going to work on the chart for it, but you are saying we might/should use the one that comes with helm?23:04
sbezverkportdirect: :-) I know what internet is, it runs partialy on our routers ;-)23:05
kfox1111sbezverk: sdake, yeah.23:06
*** signed8bit_Zzz is now known as signed8bit23:06
kfox1111I was saying, we shouldn't block getting helm's one from being used.23:06
kfox1111and long term, maybe switch to it by default.23:06
sbezverkkfox1111: got it, so we still need to develop internal..23:07
kfox1111yeah. for now.23:07
* portdirect 'nods in agreement'23:08
sbezverkkfox1111: how difficult would be to make the gate to run on a nonzuul infra?23:10
kfox1111sbezverk: setup_gate.sh is pretty neutral.23:11
kfox1111I think the only thing may be the iptables stuff. and that could be easily conditionaled around.23:11
*** msimonin has quit IRC23:12
*** ayoung has joined #openstack-kolla23:12
sbezverkkfox1111: it just I have tons of compute power, I thought to use it to get results faster23:12
sbezverkand when everything is working then push it to the official gate23:13
kfox1111sbezverk: yeah. would be cool to try.23:13
kfox1111I modularized it to try and run most of it in minikube too a while back, so it should mostly work. just havent tried it yet.23:14
*** dave-mccowan has quit IRC23:15
sbezverkso all I would need is to automatically provision VM with the gate bits23:15
*** vhosakot has joined #openstack-kolla23:19
*** sayantan_ has quit IRC23:19
*** sayantan_ has joined #openstack-kolla23:20
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server  https://review.openstack.org/40492923:21
*** signed8bit is now known as signed8bit_Zzz23:22
*** absubram has quit IRC23:22
kfox1111should only need to spawn a vm with a kolla-kubernetes checkout. setup gate script should do the rest.23:22
kfox1111if yo uwhave an openstack setup, you could do it with a heat template with a cloud init script.23:23
kfox1111or jenkins or something.23:23
*** unicell has quit IRC23:23
openstackgerritJustin Scott proposed openstack/kolla-kubernetes: WIP Helm-ize memcached  https://review.openstack.org/40567723:24
*** sayantan_ has quit IRC23:27
jascott1kfox1111 i committed my 'use the common template' version but I will delete it and keep the other deployment23:27
kfox1111k. sounds good.23:29
*** dave-mccowan has joined #openstack-kolla23:31
jascott1thanks!23:32
sbezverkkfox1111: I would use virsh, it is much easier23:32
jascott1noob question here, forgot my gerrit-ninja training. how do I mark experimental?23:35
jascott1or do i need ot?23:36
jascott1ot/to23:36
sbezverkjascott1: check experimental23:36
*** unicell has joined #openstack-kolla23:36
*** dave-mccowan has quit IRC23:37
*** unicell1 has joined #openstack-kolla23:38
*** unicell has quit IRC23:38
sbezverkjascott1: if you do it, it will not do much unless you change the workflow to use helm memcached chart23:38
sbezverkinstead of using the old way23:39
jascott1any reference on its use (experimental)? im kinda fuzzy on it23:40
jascott1and dont know how to set it23:40
kfox1111it would be really nice to cache known good bits for gate usage. :/23:40
jascott1docker!23:41
*** vhosakot has quit IRC23:41
kfox1111I think the hub may be having issues.23:41
*** signed8bit_Zzz is now known as signed8bit23:41
*** signed8bit has quit IRC23:42
sbezverkjascott1: if you check this PS https://review.openstack.org/#/c/403959/14 check the change in cepf_workflow.sh to get an idea23:43
kfox1111sbezverk: Error: image kolla/centos-binary-kubernetes-entrypoint not found23:43
kfox1111I didn't catch it in the review. did you enable entrypoint?23:44
sbezverkkfox1111: it is not in the docker hub, that is why it is failing,  I suspect as soon as we psuhed it should either work or fail for a different reason23:45
jascott1kfox1111 for my clarity is the idea for user to be able to do 'helm install memcached --set resourceName=memcached-nova and then repeat for other services?23:45
kfox1111jascott1: helm install memcached --name memcached-nova23:46
jascott1oh ok thanks23:46
kfox1111there's a magic variable I think in helm to pull that instance name in the template.23:46
kfox1111don't know what it is off hand though.23:46
sbezverkso we are going with memcached per service?23:47
kfox1111sbezverk: I'm kind of surprised the gate didn't reject it outright.23:47
sbezverkkfox1111: why would it reject? it only fails to pull the image for init container23:48
kfox1111... very cnfused..23:48
kfox1111http://logs.openstack.org/07/405107/4/experimental/gate-kolla-kubernetes-deploy-ubuntu-binary-ceph-nv/dede055/logs/pods/kolla-openvswitch-vswitchd-network-3k6cw.txt23:49
*** klindgren_ has joined #openstack-kolla23:49
kfox1111oh. maybe that was yours?23:49
sbezverkkfox1111: it is perfectly normal behavior, I saw it many time when the image does not exist at the registry23:50
kfox1111https://review.openstack.org/#/c/404929/ is ready23:50
sbezverkyes it is mine :-)23:50
sbezverkkfox1111: why you go with 3 replicas, I think I already asked it but do not remember if I saw your reply23:51
kfox1111sbezverk: oh. didn't see the question.23:51
kfox1111sbezverk: should be enough to make rolling upgrades to always work smoothly. and not enough I think that it will cause a problem on single node I think.23:52
*** klindgren has quit IRC23:52
sbezverkkfox1111: if you request 3 replicas, how kube reacts when it does not have enought compute nodes to run them, do they scheduled to run on the same node?23:55
sbezverkanother question, you use "helm serve&" but I thought we use tiller running on the cluster? could you clarify why?23:58
kfox1111sbezverk: it will just run 3 of them unless theres a reason not to.23:58
kfox1111for example, if you expose them with hostPort in the pod, there's no way to do that except 1 per host.23:59
kfox1111so to scale out the system, you can add a second node, then delete one of the pods.23:59

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