*** Pavo has joined #openstack-kolla | 00:00 | |
kfox1111 | sbezverk: My preference would be to require the user to do prebuild after initial checkout. to prevent that kind of issue from coming up. | 00:00 |
---|---|---|
kfox1111 | it doesn't seem like an onerious requirement to me. | 00:00 |
sbezverk | kfox1111: so we can keep this file out of git if I undersatnd you correctly | 00:01 |
kfox1111 | but if we want helm install of charts right out of trunk, then we would have to check the prebuilt stuff in. | 00:01 |
kfox1111 | hmm.. wait. | 00:02 |
kfox1111 | we may be talking about two different things. | 00:02 |
jascott1 | can we run that with a helm hook? | 00:02 |
sbezverk | kfox1111: how then user will apply their settings | 00:02 |
sbezverk | ? | 00:02 |
kfox1111 | lets close the loop. a bit. | 00:02 |
kfox1111 | are you talking about the user editing all_values, values that were generated, or setting values at install time? | 00:02 |
kfox1111 | cause I think normal users shouldn't do the first two. | 00:02 |
kfox1111 | but make an overrides file used at helm install --variables=mycloud.yaml time | 00:03 |
qwang | what is helm_prebuild about? | 00:03 |
sbezverk | kfox1111: got it finally so the custom parameters file will be provided in the command line | 00:04 |
jascott1 | qwang https://review.openstack.org/#/c/396296/31/tools/helm_prebuild.py,unified | 00:04 |
sbezverk | so user do not change either all_values or values generated by the tool | 00:04 |
sbezverk | cool in this case they can be fairly static | 00:04 |
qwang | jascott1: thanks | 00:04 |
*** kristian__ has quit IRC | 00:05 | |
sbezverk | kfox1111: works for me then.. | 00:05 |
jascott1 | qwang it combines values and shares the common stuff for each microservice | 00:06 |
jascott1 | can helm hook run that for us when chart is installed? | 00:08 |
sdake | wow lots of scrollback - reading ;) | 00:10 |
jascott1 | ah dang looks like they just have hooks for after rendering | 00:10 |
jascott1 | bummer | 00:10 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice https://review.openstack.org/403959 | 00:11 |
sbezverk | sdake: it is all working now!! | 00:11 |
*** jtriley has joined #openstack-kolla | 00:14 | |
Pavo | what version of glance is kolla-ansible using by default? | 00:15 |
sdake | pavo master is using master - 3..0 = newton 2.0 = mitaka 1.0=liberty | 00:16 |
Pavo | hmmm | 00:16 |
kfox1111 | jascott1: I think there is a hook for when its installed or updated. | 00:17 |
kfox1111 | jascott1: I'm worried about using those in microservices though. probably fine for service level packages. | 00:18 |
jascott1 | ya but yamls are already rendered | 00:18 |
kfox1111 | oh. you want a hook for before render? | 00:18 |
jascott1 | we could call the prebuild from the install :) | 00:18 |
jascott1 | 1. edit values 2. helm install | 00:18 |
jascott1 | if it existed | 00:18 |
kfox1111 | jascott1: no. the hooks arent shell, and | 00:19 |
kfox1111 | we want the packages to be self contained. | 00:19 |
jascott1 | oh thats right | 00:19 |
kfox1111 | so, I want to be able to do a prebuild/microservices_build, | 00:19 |
Pavo | I added IMAGES_ALLOW_LOCATION=True to Horizon local_settings config file and it added the URL part that allows me to upload images using a URL location but getting an error | 00:19 |
kfox1111 | and then export my kolla helm repo I just made to be pulled onto my test, then production systems. | 00:19 |
kfox1111 | so they wont be installed on the same host as building most likely. | 00:19 |
Pavo | anyone here ever added that feature to horizon and it work? | 00:20 |
jascott1 | forgot about the no shell | 00:20 |
kfox1111 | yeah. | 00:21 |
jascott1 | isnt prebuild just called once for the whole tree? | 00:21 |
*** jtriley has quit IRC | 00:21 | |
kfox1111 | jascott1: yeah. whole tree. we could make it per service if we wanted. just an initital stab. | 00:21 |
sbezverk | kfox1111: please check my ps when you have a second | 00:21 |
kfox1111 | sbezverk: yeah. reading now. | 00:21 |
sbezverk | I need to run, have a good one gents!! | 00:21 |
*** hfu has joined #openstack-kolla | 00:21 | |
sdake | kfox1111 quick q | 00:22 |
jascott1 | thanks sbezverk! | 00:22 |
kfox1111 | sdake: sure | 00:22 |
sdake | kfox1111 i haven't tried out the implementation | 00:22 |
sdake | i just woke up from a nap | 00:22 |
sdake | gotta sleep sometime ;) | 00:22 |
jascott1 | he IS human ;) | 00:22 |
sdake | the api queestion was unanswered | 00:22 |
kfox1111 | sdake: which api question? | 00:22 |
sdake | the stuff in common is exported as common.ovsdb* or globals.ovsdb? | 00:23 |
sdake | the question I left in the review | 00:23 |
kfox1111 | sdake: neither. | 00:23 |
kfox1111 | its flat. | 00:23 |
sdake | collision possibilities? | 00:23 |
kfox1111 | between a common var and a microservices var, yes. | 00:24 |
*** diogogmt has joined #openstack-kolla | 00:24 | |
kfox1111 | between different microservices in a service package, no. | 00:24 |
sdake | ok second question | 00:24 |
sdake | will this run from git straight away (with appropriate overrides on stuff that matters) | 00:24 |
kfox1111 | manually orchestrated? yes. | 00:25 |
kfox1111 | really not sure we want to keep it that way, but yeah. | 00:25 |
sdake | the reason i ask is kubernetes is running an incubator | 00:26 |
sdake | for charts | 00:26 |
kfox1111 | I think once we get to the point where we want to start converting jobs, we will want to do package deps, | 00:26 |
kfox1111 | and won't want to start copying in tarballs into git or stuff like that. :/ | 00:26 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla: WIP: packing and uploading registry https://review.openstack.org/404435 | 00:26 |
sdake | kfox1111 ya the incubator has the raw charts | 00:26 |
kfox1111 | sdake: yeah. I know of it. | 00:26 |
kfox1111 | do any have deps on each other? | 00:27 |
sdake | unclear | 00:27 |
sdake | mostly curious if that is an option elimited by this work | 00:27 |
kfox1111 | yup. | 00:27 |
kfox1111 | https://github.com/kubernetes/charts/blob/master/stable/mediawiki/requirements.yaml | 00:27 |
sdake | sounds like no | 00:27 |
jascott1 | yeah I think drupal and wp both depend on stable/mariadb | 00:28 |
*** srwilkers_ is now known as srwilkers_dinner | 00:28 | |
kfox1111 | sdake: it looks like they keep around binary versions of their deps. | 00:28 |
kfox1111 | so to rebuild everyting, its a chore. | 00:29 |
kfox1111 | looks like the build's completey manual. | 00:29 |
kfox1111 | user goes from pacakge to package helm package foo'ing. | 00:30 |
kfox1111 | so... question. | 00:30 |
kfox1111 | we're putting a lot of emphasis on being able to checkout trunk, and then doing a helm install microservicex from within trunk. | 00:31 |
kfox1111 | I think that isn't going to be the norm though. I'm expecting more of a: | 00:31 |
kfox1111 | helm repo add kolla http://kolla-helm.openstack.org | 00:31 |
kfox1111 | helm install kolla/microservicex | 00:32 |
jascott1 | helm get then edit then install right? | 00:32 |
jascott1 | with prebuild in there | 00:32 |
kfox1111 | its prebuilt. if you want to override settings | 00:32 |
kfox1111 | helm install kolla/microservicex --vars=mycloud.yaml | 00:33 |
kfox1111 | shouldn't be much need to actually build a package or deal with a raw source chart at all. | 00:33 |
kfox1111 | unles your developing it. | 00:33 |
jascott1 | except you need a copy of the value files so you can edit it | 00:33 |
sdake | the assumption there is openstack.org will tke a kolla-helm :) | 00:33 |
kfox1111 | sdake: true. but they took the app catalog. | 00:34 |
kfox1111 | running a fiarly custom server for that. | 00:34 |
jascott1 | so you either curl the raw values or get locally and copy it | 00:34 |
kfox1111 | this would be much less so. | 00:34 |
kfox1111 | if there's not a way to do a helm listvars kolla/microservicex | 00:34 |
kfox1111 | there really should be. | 00:34 |
sdake | ok well we can drop the bomb on that bridge when we get there | 00:34 |
kfox1111 | sdake: fair enough. :) | 00:35 |
kfox1111 | thats really the path I thiknj we should go though. | 00:35 |
kfox1111 | we push pebuilt containers to the hub so users don't have to build from source. | 00:35 |
kfox1111 | we can push prebuilt helm charts too so users don't have to do the same there. | 00:35 |
*** hfu has quit IRC | 00:35 | |
sdake | i was never a fan of pushing prebuilt containers to the hub | 00:36 |
sdake | then folks want security, support, etc | 00:36 |
kfox1111 | you get what you pay for. :) | 00:37 |
sdake | but soon inc0 will have a docker.openstack.org ;) | 00:37 |
inc0 | not really | 00:37 |
sdake | if only it were that simple kfox1111 :) | 00:37 |
inc0 | but our gates will have registry hacked around | 00:37 |
kfox1111 | sdake: sure. but I'm just saying, everyone wantns everything all the time. its just par for the course. :) | 00:37 |
sdake | inc0 thanks for the clarification - i wasn't certain what you were planning :) | 00:37 |
inc0 | totally hacky, but should work | 00:38 |
sdake | kfox1111 you left out the and they want it now. :) | 00:38 |
inc0 | I'll tar.gz whole registry and run it locally in every gate;) | 00:38 |
kfox1111 | sdake: true. and the "free" :) | 00:38 |
sdake | kfox1111 nothing is free ;) | 00:38 |
kfox1111 | and "yesterday" instead of "now" :) | 00:38 |
sdake | inc0 cool sounds good | 00:39 |
*** duonghq has joined #openstack-kolla | 00:39 | |
sdake | inc0 i got alot of pushback from infra about a docker.openstack.org registry | 00:39 |
inc0 | I have all the pieces from infra if my plan works | 00:39 |
sdake | eventually decided it wasn't worth the trouble ;) | 00:39 |
inc0 | well, can't blame them | 00:39 |
*** hfu has joined #openstack-kolla | 00:39 | |
sdake | idont blame them | 00:39 |
sdake | its a complex problem as i stated above | 00:39 |
inc0 | but a bit of thinking and we figured out how to avoid such big changes | 00:40 |
jascott1 | an run on github pages | 00:40 |
kfox1111 | sdake: yeah, but it does gett better with time. as docker matures, more people become comfortable with it. | 00:40 |
duonghq | morning guys | 00:40 |
sdake | sup duonghq | 00:40 |
kfox1111 | the shiny starts wareing off and becoming less scary. :) | 00:40 |
sdake | portdirect has instructions for env setup | 00:40 |
jascott1 | good morning | 00:40 |
duonghq | sdake, is your dev evn rolling? | 00:40 |
duonghq | *env | 00:40 |
sdake | duonghq we have a pattern to follow - need to crank out the microservices now | 00:41 |
sdake | my env is rolling | 00:41 |
duonghq | good news | 00:41 |
sdake | duonghq once we finish with the microservices, well unpeel the next layer ;) | 00:41 |
duonghq | roger | 00:41 |
sdake | we'll that is | 00:42 |
sdake | wihch is the services layer | 00:42 |
sdake | lets get kfox1111 'z work merged then and proceed | 00:43 |
*** yingjun has joined #openstack-kolla | 00:44 | |
duonghq | well, congrats kfox1111 | 00:44 |
kfox1111 | sdake: I think we will still need to have a conversation around creation jobs when we get to those. | 00:44 |
sdake | kfox1111 which layer is that in | 00:44 |
kfox1111 | duonghq: thank all the team who worked through the design. :) | 00:44 |
duonghq | kfox1111, do you think your ps's topic and commit msg should be updated to helm-packaging bp? | 00:44 |
kfox1111 | sdake: I was thinking microservices. | 00:44 |
kfox1111 | duonghq: ah. yeah. | 00:45 |
kfox1111 | I think this ps predates the bp. | 00:45 |
duonghq | sure | 00:45 |
sdake | kfox1111 right - can you update that for the blueprint | 00:46 |
sdake | so people can find it :) | 00:46 |
sdake | it automatically gets logged in the blueprint | 00:46 |
sdake | part of the magic of openstack infrastructure | 00:46 |
kfox1111 | sdake: got the example commit message tag handy? I'm working on fixing one issue. | 00:46 |
kfox1111 | yup. | 00:46 |
duonghq | kfox1111, take sbezverk ps as ex: https://review.openstack.org/#/c/401394/ | 00:47 |
kfox1111 | perfect. thanks. | 00:47 |
jascott1 | oh didnt see duonghq is working on glance. thats prob what you remembered earlier sdake | 00:47 |
sdake | kfox1111 moment going to create a new one | 00:47 |
sdake | jascott1 ya sorry about that | 00:47 |
sdake | blueprint per layer | 00:47 |
*** unicell has quit IRC | 00:48 | |
jascott1 | duonghq hows that going? | 00:48 |
sdake | helm-packaging too general | 00:48 |
*** inc0 has quit IRC | 00:48 | |
kfox1111 | sdake: k | 00:48 |
kfox1111 | how do you rebase only the most recent of patches? | 00:48 |
duonghq | jascott1, so you are working on or prepare to work on glance? | 00:49 |
jascott1 | i was already started | 00:49 |
jascott1 | no biggie tho, things are changing constantly | 00:49 |
jascott1 | I can move on to the next easiest :) | 00:49 |
kfox1111 | jascott1: probably need to rebase on https://review.openstack.org/#/c/396296 . but give me a few min. I'm rebasing too. | 00:49 |
duonghq | thank you jascott1 | 00:50 |
*** srwilkers_dinner is now known as srwilkers_ | 00:50 | |
Pavo | has anyone tried https://github.com/openstack/nova-docker#egg=novadocker with openstack that has been deployed with kolla? | 00:50 |
kfox1111 | I think the jobs part of the services will trip us up a bit. the rest can be converted pretty streight forwardly though. | 00:50 |
*** tonanhngo has quit IRC | 00:50 | |
sdake | https://blueprints.launchpad.net/kolla-kubernetes/+spec/helm-microservices | 00:51 |
sdake | can folks move their workitems to that blueprint | 00:51 |
*** tonanhngo has joined #openstack-kolla | 00:51 | |
kfox1111 | I think this can merge: https://review.openstack.org/#/c/404332/3 | 00:51 |
sdake | kfox1111 needs one more +2 | 00:52 |
duonghq | anybody see egonzalez around? | 00:52 |
*** goldyfruit has joined #openstack-kolla | 00:52 | |
sdake | duonghq he is in emea | 00:52 |
sdake | so he wont be around at this hour typically | 00:52 |
kfox1111 | sdake: we're one +2 for everything but the poc of helm deployment. | 00:53 |
kfox1111 | this is just a gate check, so fine with just one. | 00:53 |
srwilkers_ | a +1 will have to suffice ;p | 00:53 |
duonghq | sdake, got it | 00:53 |
duonghq | sdake, so we stick to option 4 in Ryan's spec? | 00:54 |
sdake | kfox1111 atypical of openstack - but i guess the core team needs to grow - typically when projects have a small core team one +1 is sufficient | 00:54 |
kfox1111 | sdake: yeah. we did that because basically reviews were holding up dvelopment for days at a time. the core team was just too small to do otherwise. | 00:55 |
*** tonanhngo has quit IRC | 00:55 | |
sdake | kfox1111 i assigned that blueprint to you since you led us to the light | 00:55 |
kfox1111 | as we get more active cores, we'll normalize that again. | 00:56 |
sdake | kfox1111 cool - lets try to fix that in the future :) | 00:56 |
kfox1111 | k. wfm. :) | 00:56 |
portdirect | back | 00:56 |
sdake | sup portdirect | 00:56 |
portdirect | looks like a lot happened... goona go thru logs and then get a rough copy of that dev env readme up | 00:57 |
sdake | portdirect sounds good | 00:57 |
kfox1111 | damn... just nuked my update iwas trying to rebase. :/ | 00:58 |
srwilkers_ | kfox1111, this is going to be a dumb question, but how does the install work with your helm charts currently? is it essentially do the prebuild, then build the microservices into your local helm repo? | 00:58 |
*** adrian_otto has joined #openstack-kolla | 00:58 | |
kfox1111 | srwilkers_: thats what I've been doing. | 00:58 |
kfox1111 | then you can helm install out of the helm repo. | 00:59 |
sdake | so another otpion as i understand it is a striaght helm install from git | 00:59 |
kfox1111 | sbezverk's been doing it by just doing the prebuild and helm installing out individually out of the microservices directory. | 00:59 |
kfox1111 | sdake: yeah, thats the idea. not sure how well that will fly when jobs get contact with the enemy. :/ | 00:59 |
openstackgerrit | Merged openstack/kolla-kubernetes: Initial Helm support in the gate https://review.openstack.org/404332 | 01:00 |
sdake | kfox1111 tired - dont grok your last analogy :) | 01:00 |
kfox1111 | sdake: I think the plan is solid, until we go implement the creation job packages. | 01:01 |
kfox1111 | then I don't know if the idea will hold up. | 01:01 |
sdake | i see | 01:01 |
kfox1111 | then I think requjirements might be in order. | 01:01 |
sdake | jobs = db create? | 01:01 |
kfox1111 | yeah. db create, keystone enpoint register, etc. | 01:01 |
sdake | right | 01:01 |
sdake | ok well too tired to think of that atm :) | 01:02 |
kfox1111 | I really don't think a git checkout kolla-kubernetes; tools/helm_prebuild.py is onerious though. | 01:02 |
sdake | waiting on dinner and then sleepy time :) | 01:02 |
kfox1111 | time will tell though. | 01:02 |
sdake | i need to try out your review | 01:03 |
sdake | will do that now | 01:03 |
sdake | is tools/helm_prebuild.py a mandatory step? | 01:03 |
sdake | the tag you want at the end of your commit message kfox1111 is blueprint: helm-microservices | 01:04 |
portdirect | kfox1111: so helm_prebuild to setup charts on change, then helm_build_microservices to actually package it? | 01:04 |
kfox1111 | portdirect: yeah. change of the common bits. | 01:05 |
kfox1111 | portdirect: I think we could consider doing it with helm requirements instead at some point too. | 01:05 |
sdake | common bits dont change unless a dev changes them correct? | 01:05 |
kfox1111 | sdake: yeah. | 01:05 |
duonghq | kfox1111, do you have some docs for getting started w/ helm dev for Kolla-k8s? | 01:05 |
sdake | so helm_prebuild is not mandatory step? | 01:05 |
sdake | duonghq first things first - setup dev env | 01:06 |
sdake | portdirect has a gist | 01:06 |
sdake | duonghq which will help you get going | 01:06 |
kfox1111 | sdake: once we are generally good with the aproach, yeah. optional unless you change something common. | 01:06 |
kfox1111 | duonghq: not yet. this was just baked this morning. :/ | 01:06 |
sdake | kfox1111 cool - so if i check out repo - i wont have to run helm_prebuild at this point in time? | 01:06 |
portdirect | kfox1111: looks good from looking through it :) | 01:07 |
kfox1111 | sdake: no. the first one is required. I didn't precheck in the generated stuff, to simplify the review for now. | 01:07 |
*** dave-mccowan has joined #openstack-kolla | 01:07 | |
portdirect | duonghq: https://gist.github.com/intlabs/9ce71a4a6b93b4e2e90faec500ef70d0, just ask if any q's | 01:07 |
duonghq | sdake, kfox1111, okay, the dev env maybe the easiest think that can be done | 01:07 |
sdake | makes sense | 01:07 |
kfox1111 | sdake: wanted to make it as simple to revew as possible. | 01:08 |
sdake | kfox1111 yup | 01:08 |
kfox1111 | (and creating painful merge conflicts along the way. :( | 01:08 |
duonghq | portdirect, thanks, somebody give me the link (cannot recall), but I mean the dev process, guess that it's not available right now | 01:08 |
*** jtriley has joined #openstack-kolla | 01:08 | |
sdake | duonghq standard openstack workflow | 01:09 |
sdake | do you mean the process by which the icroservices are made? | 01:09 |
kfox1111 | there we go... | 01:09 |
kfox1111 | had to hand edit a patch. haven't had to do that in a while... :/ | 01:09 |
duonghq | sdake, yup, something like http://docs.openstack.org/developer/kolla/CONTRIBUTING.html | 01:10 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Initial Helm support https://review.openstack.org/396296 | 01:11 |
srwilkers_ | duonghq, something like thats in the works. thats the basis of whats in portdirect's gist | 01:11 |
srwilkers_ | the foundation anyway | 01:11 |
kfox1111 | doh. forgot to branch first... grrr. | 01:11 |
duonghq | srwilkers_, got it | 01:11 |
sdake | kfox1111 you dont hvave to branch to git review | 01:11 |
kfox1111 | sdake: yeah. but my master's wrong now. :/ | 01:11 |
sdake | kfox1111 gerrit is smart enough to sort it out | 01:11 |
kfox1111 | gota fix it. | 01:11 |
sdake | kfox1111 roger | 01:12 |
kfox1111 | ok. all fixed. | 01:13 |
*** zhurong has joined #openstack-kolla | 01:14 | |
*** jtriley has quit IRC | 01:15 | |
*** tovin07_ has quit IRC | 01:16 | |
*** zhubingbing has joined #openstack-kolla | 01:17 | |
*** adrian_otto has quit IRC | 01:17 | |
jascott1 | kfox1111 where did the prebuild script go? | 01:18 |
jascott1 | oh my bad | 01:18 |
kfox1111 | hmm? did it get dropped out of the review? | 01:18 |
kfox1111 | k. :) | 01:19 |
jascott1 | no its in tools on same level as helm | 01:19 |
jascott1 | ah now user will have to install yaml py module | 01:20 |
kfox1111 | I think its aprereq of kolla-kubernetes anyway. | 01:21 |
sdake | kfox1111 quick q - if someone wants to pull down your patch and use it, where do they get the configmap from that should be used externally? | 01:22 |
kfox1111 | sdake: we're switching out the old system for the new. all the old stuff still works. | 01:23 |
kfox1111 | so kollakube res create configmap xxxxx still works. | 01:23 |
kfox1111 | see tests/bin/ceph_workflow.sh for an example. | 01:23 |
sdake | thanks will look | 01:24 |
sdake | i dont get the switching old system for the new | 01:24 |
sdake | could you expand on that | 01:24 |
sdake | (sorry brain lagging atm - need food :) | 01:24 |
kfox1111 | we built a jinja2 based tool, 'kollakube' to do everything. | 01:24 |
kfox1111 | now we're switching out some things for helm. | 01:25 |
Jeffrey4l | pbourke, still around? | 01:25 |
kfox1111 | so for things we haven't helmized... :) ... kollakube should still work. | 01:25 |
sdake | helmet-ized :) | 01:25 |
sdake | always wear a seatbelt :) | 01:25 |
*** goldyfruit has quit IRC | 01:26 | |
kfox1111 | never sneeze while juggling bowling balls. :) | 01:26 |
sdake | unless using helm :) | 01:26 |
kfox1111 | and feet helms. :) | 01:26 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Initial Helm support https://review.openstack.org/396296 | 01:27 |
kfox1111 | and now... we do the gate dance a little bit... :) | 01:27 |
kfox1111 | speaking of juggling bowling balls... :) | 01:28 |
sdake | kfox1111 here is the ceph_workflow in your patch: https://review.openstack.org/#/c/396296/32/tests/bin/ceph_workflow.sh | 01:28 |
sdake | dont see the configmap being created | 01:28 |
kfox1111 | sdake: yeah. cause the configmap cration hasn't changed. | 01:29 |
sdake | was that always external? | 01:29 |
kfox1111 | yeah. at the level below orchestration, each kube object gets its own request explicitly. | 01:29 |
kfox1111 | no magic. :) | 01:30 |
kfox1111 | orchestration is where magic happens. :) | 01:30 |
sdake | got it | 01:30 |
sdake | just picked up on kolla-kue in first line of ceph_workflow.sh | 01:31 |
jascott1 | how do I make this one configmap with tools? neutron-l3-agent | 01:31 |
kfox1111 | kollakube create configmap neutron-l3-agent. :) | 01:31 |
sdake | there ya go | 01:31 |
jascott1 | nah thats too easy | 01:31 |
sdake | thanks kfox1111 | 01:31 |
kfox1111 | well... | 01:31 |
jascott1 | :) | 01:31 |
kfox1111 | kollakube create configmap neutron-l3-agent-network | 01:31 |
sdake | questions answered | 01:31 |
sdake | and you probably have to do a genconfig step prior | 01:32 |
sdake | ;) | 01:32 |
kfox1111 | the neutron's stuff is a little bit more complicated due to dvr support. | 01:32 |
kfox1111 | sdake: correct. | 01:32 |
sdake | neutron is complicated without dvr | 01:32 |
kfox1111 | sdake: yeah. and networking in general. :) | 01:32 |
sdake | as my wife says, my co didn't build its empire because networking was easy :) | 01:32 |
* kfox1111 nods | 01:33 | |
kfox1111 | jascott1: probably will need to add some stuff to the kolla-kubernetes / kolla config too. such as in tests/conf/ceph-all-in-one/* | 01:33 |
kfox1111 | I just append eacho of those files to the respective files in the gate. | 01:34 |
jascott1 | ok thanks | 01:34 |
openstackgerrit | Pete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation https://review.openstack.org/404493 | 01:34 |
kfox1111 | we didn't get to the point of documenting a fresh checkout to a working system yet before helm becamse a focus. | 01:34 |
kfox1111 | so really the best documentation is to start at tools/setup_gate.sh and read what its doing. :/ | 01:34 |
srwilkers_ | right as portdirect submits a ps for his work ;) | 01:35 |
kfox1111 | I've just been using the gate itself as my test system these days though. :) | 01:35 |
kfox1111 | hehe | 01:35 |
sdake | kfox1111 ya everyone does that | 01:36 |
sdake | kfox1111 any resaon those jobs are experimental? | 01:36 |
kfox1111 | sdake: no. we can premote the real ones at this point. they have been pretty stable. | 01:37 |
sdake | kfox1111 good enough i'll do the work if you like | 01:37 |
sdake | or you can - up to you ;) | 01:37 |
kfox1111 | sdake: yes please. :) | 01:37 |
sdake | you got it | 01:37 |
openstackgerrit | Pete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation https://review.openstack.org/404493 | 01:38 |
kfox1111 | centos-binary-ceph-multi, centos-binary-external-ovs centos-binary-ceph, and ubuntu-binary-ceph are stable. | 01:38 |
kfox1111 | the rest arn't fully implemented yet. | 01:38 |
kfox1111 | gota head out. bbl. | 01:40 |
jascott1 | kfox1111 thanks! | 01:41 |
kfox1111 | jascott1: np. :) | 01:41 |
sdake | ok peeps time to eat | 01:45 |
duonghq | have a good meal sdake | 01:46 |
openstackgerrit | wangwei proposed openstack/kolla: Add the function of docker login before pushing https://review.openstack.org/399426 | 01:46 |
*** kristian__ has joined #openstack-kolla | 01:49 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: NO_MERGE: TEST KOLLA-ANSIBLE MASTER BRANCH https://review.openstack.org/404498 | 01:51 |
jascott1 | hmm going through the gate again, why cant we put all the pip stuff etc into a container? | 01:51 |
jascott1 | since we have a zillion anyway | 01:51 |
*** kristian__ has quit IRC | 01:53 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: clean up kolla related files https://review.openstack.org/404330 | 01:54 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: Fix error in manila-hnas-guide file https://review.openstack.org/404501 | 01:59 |
*** Pavo has quit IRC | 01:59 | |
openstackgerrit | Pete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation https://review.openstack.org/404493 | 02:02 |
*** jtriley has joined #openstack-kolla | 02:03 | |
*** Pavo has joined #openstack-kolla | 02:04 | |
*** sdake has quit IRC | 02:07 | |
*** jtriley has quit IRC | 02:08 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice https://review.openstack.org/403959 | 02:09 |
sbezverk | kfox1111: by some reason I cannot rebase on your PS. What if we merge it and then I rebase on new master? | 02:11 |
openstackgerrit | Pete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation https://review.openstack.org/404493 | 02:12 |
*** sdake has joined #openstack-kolla | 02:15 | |
*** tovin07 has joined #openstack-kolla | 02:16 | |
*** tovin07_ has joined #openstack-kolla | 02:18 | |
openstackgerrit | Pete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation https://review.openstack.org/404493 | 02:25 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: NO_MERGE: test release notes https://review.openstack.org/404503 | 02:25 |
zhubingbing | hello guys | 02:27 |
openstackgerrit | Pete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation https://review.openstack.org/404493 | 02:28 |
duonghq | hi zhubingbing | 02:28 |
Pavo | anyone know how I would findout what the glance public API address is? | 02:28 |
zhubingbing | hi duonghq | 02:28 |
duonghq | Pavo, can you give me the context? | 02:29 |
Pavo | I wanna enable image upload from Horizon directly to Glance but in order to do that, docs say you have to add the glance public API address to local_settings | 02:30 |
*** diogogmt has quit IRC | 02:31 | |
Pavo | like this | 02:32 |
Pavo | http://docs.openstack.org/developer/horizon/topics/settings.html | 02:32 |
Pavo | look under HORIZON_IMAGES_UPLOAD_MODE section | 02:32 |
portdirect | hey - I'm off for the night (2:30 am here :/ ) - catch you all on the flipside. kfox1111, thanks for all your work on the helm stuff - cant wait to get properly stuck into it tomorrow - and would like to get it into the docs as well moving forward. | 02:32 |
*** portdirect is now known as portdirect_away | 02:33 | |
Pavo | HORIZON_IMAGES_ALLOW_UPLOAD=direct sends the image file directly from the web browser to Glance. This bypasses Horizon web-server which both reduces network hops and prevents filling up Horizon web-server’s filesystem. direct is the preferred mode, but due to the following requirements it is not the default. The direct setting requires a modern web browser, network access from the browser to the public Glance endpoint, and CORS | 02:33 |
Pavo | support to be enabled on the Glance API service. Without CORS support, the browser will forbid the PUT request to a location different than the Horizon server. | 02:33 |
*** jascott1 has quit IRC | 02:34 | |
duonghq | Pavo, my Horizon doesn't working now :(, but iirc, it works out-of-the-box | 02:38 |
Pavo | well by default it doesn't allow for uploading images by using URL locations and it also only allows images to be uploaded by uploading them to the horizon web server, tmp storage then pipes it from horizon web server to glance | 02:40 |
Pavo | which can cause issues when uploading images over 4Gb | 02:40 |
duonghq | ah, ok | 02:41 |
duonghq | but does your Horizon work for now? | 02:41 |
Pavo | I got the URL location added but still having the direct option not working, they are still going to the web server first then getting uploaded to glance from there | 02:41 |
duonghq | In my setup, Horizon is broken | 02:41 |
Pavo | yeah Horizon isn't an issue | 02:41 |
*** yuanying has quit IRC | 02:46 | |
*** sdake_ has joined #openstack-kolla | 02:49 | |
*** sdake has quit IRC | 02:52 | |
*** zhurong_ has joined #openstack-kolla | 02:53 | |
*** zhurong has quit IRC | 02:55 | |
*** yuanying has joined #openstack-kolla | 02:55 | |
*** jtriley has joined #openstack-kolla | 02:57 | |
*** lrensing has joined #openstack-kolla | 03:01 | |
*** jtriley has quit IRC | 03:02 | |
*** ayoung has joined #openstack-kolla | 03:02 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: clean up kolla related files https://review.openstack.org/404330 | 03:18 |
*** sayantan_ has joined #openstack-kolla | 03:23 | |
*** jtriley has joined #openstack-kolla | 03:30 | |
*** inc0 has joined #openstack-kolla | 03:33 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: add panko role https://review.openstack.org/400122 | 03:34 |
*** jtriley has quit IRC | 03:35 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla: WIP: packing and uploading registry https://review.openstack.org/404435 | 03:45 |
openstackgerrit | zhubingbing proposed openstack/kolla: add os_panko_apache_log.lua in heka https://review.openstack.org/404526 | 03:48 |
*** yuanying has quit IRC | 03:49 | |
*** inc0 has quit IRC | 03:50 | |
*** Pavo has quit IRC | 03:59 | |
*** Pavo has joined #openstack-kolla | 04:04 | |
sdake_ | Jeffrey4l ping | 04:05 |
Jeffrey4l | sdake_, pong | 04:05 |
sdake_ | sup - upper constraints | 04:05 |
sdake_ | is it overriddable? | 04:06 |
sdake_ | or can it be customized? | 04:06 |
Jeffrey4l | sdake_, still no idea why we need override for this file. | 04:06 |
sdake_ | transitive dependencies break peoples things because semver while a thing is nto always followed | 04:06 |
sdake_ | for example, some dep way down deep inside openstack changes versions from 1.2.1 to 1.2.2 | 04:07 |
sdake_ | 1.2.2 = bust | 04:07 |
Jeffrey4l | upper constraints is tested. change it may cause unpredict issue. | 04:07 |
sdake_ | build no longer works for people | 04:07 |
sdake_ | roger | 04:08 |
sdake_ | want to know if its possible | 04:08 |
Jeffrey4l | it one version bust, the openstack jobs will failed and this should be fixed in openstack/requirements project first. | 04:08 |
*** Marcellin__ has quit IRC | 04:08 | |
Jeffrey4l | the kolla will be fixed when that ps merged. | 04:08 |
sdake_ | those upper constraints get in the system in some way? | 04:08 |
Jeffrey4l | sorry? | 04:08 |
sdake_ | how do the upper constraints get in the system? | 04:09 |
sdake_ | in the dockerfiles | 04:09 |
sdake_ | from requirements repo right? | 04:09 |
Jeffrey4l | download from repo. | 04:09 |
Jeffrey4l | yep. | 04:09 |
sdake_ | can that repo be overridden? | 04:09 |
Jeffrey4l | possible. | 04:09 |
sdake_ | modify the file that contains list of sources? | 04:09 |
Jeffrey4l | sdake_, https://github.com/openstack/kolla/blob/master/kolla/common/config.py#L145,L148 | 04:10 |
sdake_ | thanks jeffrey4l :) | 04:10 |
sdake_ | as always you rock :) | 04:10 |
Jeffrey4l | ;) | 04:10 |
*** JRobinson__ is now known as JRobinson__afk | 04:10 | |
Jeffrey4l | still curiosity why need change this. this will be danger in most of case. | 04:10 |
sdake_ | binary distros hard pin | 04:11 |
sdake_ | downstreams want to hardpin as well | 04:11 |
sdake_ | from source builds dont hard pin at all | 04:11 |
*** sayantan_ has quit IRC | 04:11 | |
Jeffrey4l | it is pinned. https://github.com/openstack/requirements/blob/master/upper-constraints.txt | 04:12 |
Jeffrey4l | see this file. this list won't change in stable branch. | 04:12 |
sdake_ | are you certain? | 04:12 |
Jeffrey4l | so the packages installed through `-C upper-constrains.txt` is pinned in stable branch. | 04:13 |
sdake_ | are you certain the stable branch upper constraints dont change | 04:13 |
Jeffrey4l | yes. it should work like this. | 04:13 |
Jeffrey4l | if it change, there should be some issue exist. | 04:13 |
Jeffrey4l | let me check | 04:13 |
sdake_ | let me pull requirements repo and check history | 04:13 |
sdake_ | ok you check ;) | 04:13 |
*** dave-mccowan has quit IRC | 04:14 | |
*** mdnadeem has joined #openstack-kolla | 04:15 | |
*** sayantan_ has joined #openstack-kolla | 04:15 | |
Jeffrey4l | git log -p f13e236e908a92b85378a3129bdbd16c7f921cac..origin/stable/mitaka --no-merges -- upper-constraints.txt | 04:16 |
sdake_ | produces no results? | 04:16 |
Jeffrey4l | try this. it is all the changes from 30/4 to now in mitaka branch. | 04:17 |
Jeffrey4l | it changed but not that much. | 04:17 |
sdake_ | ahh it changes ;) | 04:17 |
Jeffrey4l | most of them are z stream change. | 04:17 |
sdake_ | right - z streams break peoples systems | 04:17 |
Jeffrey4l | But i think it is neccessary. | 04:17 |
Jeffrey4l | sdake_, why? | 04:17 |
*** hieulq_ has joined #openstack-kolla | 04:17 | |
sdake_ | nothing we particuarly have to worry about upstream | 04:18 |
sdake_ | something downstreams have to manage | 04:18 |
*** yuanying has joined #openstack-kolla | 04:18 | |
Jeffrey4l | sdake_, http://paste.openstack.org/show/590909/ | 04:18 |
Jeffrey4l | anyway, if downstream need fix the upperstrain.txt file, just use its own requirements repo. | 04:19 |
*** lrensing has quit IRC | 04:19 | |
sdake_ | right | 04:19 |
sdake_ | by replacing the code you linked above ;) | 04:20 |
Jeffrey4l | sdake_, no. just change kolla-build.conf file. | 04:20 |
Jeffrey4l | kolla-build.conf will override the code. | 04:20 |
sdake_ | ok - i dont use kolla-build.conf | 04:20 |
*** zhubingbing has quit IRC | 04:20 | |
sdake_ | mind expanding? | 04:20 |
*** hieulq_ has quit IRC | 04:21 | |
sdake_ | is it documented? | 04:21 |
Jeffrey4l | we are using oslo.config right now. | 04:21 |
sdake_ | i know kolla-build.conf uses oslo.config | 04:21 |
Jeffrey4l | it is how other openstack service configure file works. | 04:21 |
Jeffrey4l | i do not think we need document this. | 04:21 |
sdake_ | i know all that - what is the syntax of the file :) | 04:22 |
sdake_ | to override a repo specifically | 04:22 |
Jeffrey4l | it is generated automatically. | 04:22 |
Jeffrey4l | sdake_, [DEFAULT] | 04:22 |
Jeffrey4l | # | 04:22 |
Jeffrey4l | # From kolla | 04:22 |
Jeffrey4l | # | 04:22 |
Jeffrey4l | # The base distro to use when building (string value) | 04:22 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/base | 04:22 |
Jeffrey4l | base = centos | 04:22 |
Jeffrey4l | template_override = /etc/kolla/kolla-template-override.j2 | 04:22 |
Jeffrey4l | # base_tag = latest | 04:22 |
Jeffrey4l | #debug = false | 04:22 |
Jeffrey4l | # Set docker build time variables (dict value) | 04:22 |
Jeffrey4l | #build_args = <None> | 04:22 |
Jeffrey4l | # Path to custom file to be added at beginning of base Dockerfile | 04:22 |
Jeffrey4l | # (string value) | 04:22 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/include_header | 04:22 |
Jeffrey4l | #include_header = <None> | 04:23 |
Jeffrey4l | # Path to custom file to be added at end of Dockerfiles for final | 04:23 |
Jeffrey4l | # images (string value) | 04:23 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/include_footer | 04:23 |
Jeffrey4l | #include_footer = <None> | 04:23 |
Jeffrey4l | # Keep failed intermediate containers (boolean value) | 04:23 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/keep | 04:23 |
Jeffrey4l | #keep = false | 04:23 |
Jeffrey4l | namespace = lokolla | 04:23 |
Jeffrey4l | # namespace = kolla | 04:23 |
Jeffrey4l | # namespace = 99cloud | 04:23 |
Jeffrey4l | # Use the Docker cache when building (boolean value) | 04:23 |
Jeffrey4l | #cache = true | 04:23 |
Jeffrey4l | # Do not use the Docker cache when building (boolean value) | 04:23 |
Jeffrey4l | # This option is deprecated for removal. | 04:23 |
Jeffrey4l | # Its value may be silently ignored in the future. | 04:23 |
Jeffrey4l | #no_cache = false | 04:23 |
Jeffrey4l | # Build a pre-defined set of images, see [profiles] section in config. | 04:23 |
Jeffrey4l | # The default profiles are: infra, main, aux, default, gate, mesos | 04:23 |
Jeffrey4l | # (string value) | 04:23 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/profile | 04:23 |
Jeffrey4l | profile = test | 04:23 |
Jeffrey4l | #push = false | 04:23 |
Jeffrey4l | push = true | 04:23 |
Jeffrey4l | # The number of threads to user while pushing Images. Note: Docker can | 04:23 |
Jeffrey4l | # not handle threading push properly. (integer value) | 04:23 |
Jeffrey4l | # Minimum value: 1 | 04:23 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/push_threads | 04:23 |
Jeffrey4l | #push_threads = 1 | 04:24 |
Jeffrey4l | # The number of times to retry while building (integer value) | 04:24 |
Jeffrey4l | # Minimum value: 0 | 04:24 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/retries | 04:24 |
Jeffrey4l | #retries = 3 | 04:24 |
Jeffrey4l | # Build only images matching regex and its dependencies (string value) | 04:24 |
Jeffrey4l | #regex = <None> | 04:24 |
Jeffrey4l | # The docker registry host. The default registry host is Docker Hub | 04:24 |
Jeffrey4l | # (string value) | 04:24 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/registry | 04:24 |
sdake_ | a paste would have been sufficient ;) | 04:24 |
Jeffrey4l | registry = localhost:5000 | 04:24 |
Jeffrey4l | # Path to the file to store the docker image dependency in Graphviz | 04:24 |
Jeffrey4l | # dot format (string value) | 04:24 |
Jeffrey4l | #save_dependency = <None> | 04:24 |
Jeffrey4l | # The method of the OpenStack install. The valid types are: binary, | 04:24 |
Jeffrey4l | # source, rdo, rhos (string value) | 04:24 |
Jeffrey4l | # Allowed values: binary, source, rdo, rhos | 04:24 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/install_type | 04:24 |
Jeffrey4l | install_type = source | 04:24 |
Jeffrey4l | # The number of threads to use while building. (Note: setting to one | 04:24 |
Jeffrey4l | # will allow real time logging.) (integer value) | 04:24 |
Jeffrey4l | # Minimum value: 1 | 04:24 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/threads | 04:24 |
Jeffrey4l | #threads = 8 | 04:24 |
*** jtriley has joined #openstack-kolla | 04:24 | |
Jeffrey4l | # The Docker tag (string value) | 04:24 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/tag | 04:24 |
Jeffrey4l | tag = 4.0.0 | 04:24 |
Jeffrey4l | # Don't build images. Generate Dockerfile only (boolean value) | 04:24 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/template_only | 04:25 |
Jeffrey4l | #template_only = false | 04:25 |
Jeffrey4l | # Time in seconds after which any operation times out (integer value) | 04:25 |
Jeffrey4l | #timeout = 120 | 04:25 |
Jeffrey4l | # The MAINTAINER field (string value) | 04:25 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/maintainer | 04:25 |
Jeffrey4l | #maintainer = Kolla Project (https://launchpad.net/kolla) | 04:25 |
Jeffrey4l | maintainer = Jeffrey Zhang <zhang.lei.fly@gmail.com> | 04:25 |
Jeffrey4l | # Comma separated list of .rpm or .repo file(s) or URL(s) to install | 04:25 |
Jeffrey4l | # before building containers (list value) | 04:25 |
Jeffrey4l | # Deprecated group/name - [kolla-build]/rpm_setup_config | 04:25 |
Jeffrey4l | #rpm_setup_config = | 04:25 |
Jeffrey4l | # Path to custom sources.list (string value) | 04:25 |
Jeffrey4l | #apt_sources_list = <None> | 04:25 |
Jeffrey4l | # Path to custom apt/preferences (string value) | 04:25 |
Jeffrey4l | #apt_preferences = <None> | 04:25 |
Jeffrey4l | [aodh-base] | 04:25 |
Jeffrey4l | # | 04:25 |
Jeffrey4l | # From kolla | 04:25 |
Jeffrey4l | # | 04:25 |
Jeffrey4l | # Source location type (string value) | 04:25 |
Jeffrey4l | # Allowed values: local, git, url | 04:25 |
Jeffrey4l | #type = url | 04:25 |
Jeffrey4l | # The location for source install (string value) | 04:25 |
Jeffrey4l | #location = http://tarballs.openstack.org/aodh/aodh-2.0.0.0rc1.tar.gz | 04:25 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:25 |
Jeffrey4l | #reference = <None> | 04:25 |
Jeffrey4l | [ceilometer-base] | 04:25 |
Jeffrey4l | # | 04:26 |
sdake_ | thanks thats it | 04:26 |
Jeffrey4l | # From kolla | 04:26 |
Jeffrey4l | # | 04:26 |
sdake_ | got it :) | 04:26 |
Jeffrey4l | # Source location type (string value) | 04:26 |
Jeffrey4l | # Allowed values: local, git, url | 04:26 |
Jeffrey4l | #type = url | 04:26 |
Jeffrey4l | # The location for source install (string value) | 04:26 |
Jeffrey4l | #location = http://tarballs.openstack.org/ceilometer/ceilometer-6.0.0.0rc3.tar.gz | 04:26 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:26 |
Jeffrey4l | #reference = <None> | 04:26 |
Jeffrey4l | [cinder-base] | 04:26 |
Jeffrey4l | # | 04:26 |
Jeffrey4l | # From kolla | 04:26 |
Jeffrey4l | # | 04:26 |
Jeffrey4l | # Source location type (string value) | 04:26 |
Jeffrey4l | # Allowed values: local, git, url | 04:26 |
Jeffrey4l | #type = url | 04:26 |
Jeffrey4l | # The location for source install (string value) | 04:26 |
Jeffrey4l | #location = http://tarballs.openstack.org/cinder/cinder-8.0.0.0rc2.tar.gz | 04:26 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:26 |
Jeffrey4l | #reference = <None> | 04:26 |
Jeffrey4l | [designate-base] | 04:26 |
Jeffrey4l | # | 04:26 |
Jeffrey4l | # From kolla | 04:26 |
Jeffrey4l | # | 04:26 |
Jeffrey4l | # Source location type (string value) | 04:26 |
Jeffrey4l | # Allowed values: local, git, url | 04:26 |
Jeffrey4l | #type = url | 04:26 |
Jeffrey4l | # The location for source install (string value) | 04:27 |
Jeffrey4l | #location = http://tarballs.openstack.org/designate/designate-2.0.0.0rc2.tar.gz | 04:27 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:27 |
Jeffrey4l | #reference = <None> | 04:27 |
Jeffrey4l | [glance-base] | 04:27 |
Jeffrey4l | # | 04:27 |
Jeffrey4l | # From kolla | 04:27 |
Jeffrey4l | # | 04:27 |
Jeffrey4l | # Source location type (string value) | 04:27 |
Jeffrey4l | # Allowed values: local, git, url | 04:27 |
Jeffrey4l | #type = url | 04:27 |
Jeffrey4l | # The location for source install (string value) | 04:27 |
Jeffrey4l | #location = http://tarballs.openstack.org/glance/glance-12.0.0.0rc2.tar.gz | 04:27 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:27 |
Jeffrey4l | #reference = <None> | 04:27 |
Jeffrey4l | [gnocchi-base] | 04:27 |
Jeffrey4l | # | 04:27 |
Jeffrey4l | # From kolla | 04:27 |
Jeffrey4l | # | 04:27 |
Jeffrey4l | # Source location type (string value) | 04:27 |
Jeffrey4l | # Allowed values: local, git, url | 04:27 |
Jeffrey4l | #type = url | 04:27 |
Jeffrey4l | # The location for source install (string value) | 04:27 |
Jeffrey4l | #location = http://tarballs.openstack.org/gnocchi/gnocchi-2.0.2.tar.gz | 04:27 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:27 |
Jeffrey4l | #reference = <None> | 04:27 |
Jeffrey4l | [heat-base] | 04:27 |
Jeffrey4l | # | 04:27 |
Jeffrey4l | # From kolla | 04:28 |
sdake_ | wow surprised freenode hasn't dced you yet :) | 04:28 |
Jeffrey4l | # | 04:28 |
Jeffrey4l | # Source location type (string value) | 04:28 |
Jeffrey4l | # Allowed values: local, git, url | 04:28 |
Jeffrey4l | #type = url | 04:28 |
Jeffrey4l | # The location for source install (string value) | 04:28 |
Jeffrey4l | #location = http://tarballs.openstack.org/heat/heat-6.0.0.0rc3.tar.gz | 04:28 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:28 |
Jeffrey4l | #reference = <None> | 04:28 |
Jeffrey4l | [horizon] | 04:28 |
Jeffrey4l | # | 04:28 |
Jeffrey4l | # From kolla | 04:28 |
Jeffrey4l | # | 04:28 |
Jeffrey4l | # Source location type (string value) | 04:28 |
Jeffrey4l | # Allowed values: local, git, url | 04:28 |
Jeffrey4l | #type = url | 04:28 |
Jeffrey4l | # The location for source install (string value) | 04:28 |
Jeffrey4l | #location = http://tarballs.openstack.org/horizon/horizon-9.0.0.0rc2.tar.gz | 04:28 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:28 |
Jeffrey4l | #reference = <None> | 04:28 |
Jeffrey4l | [ironic-base] | 04:28 |
Jeffrey4l | # | 04:28 |
Jeffrey4l | # From kolla | 04:28 |
Jeffrey4l | # | 04:28 |
Jeffrey4l | # Source location type (string value) | 04:28 |
Jeffrey4l | # Allowed values: local, git, url | 04:28 |
Jeffrey4l | #type = url | 04:28 |
Jeffrey4l | # The location for source install (string value) | 04:28 |
Jeffrey4l | #location = http://tarballs.openstack.org/ironic/ironic-5.1.0.tar.gz | 04:29 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:29 |
Jeffrey4l | #reference = <None> | 04:29 |
Jeffrey4l | [keystone] | 04:29 |
Jeffrey4l | # | 04:29 |
Jeffrey4l | # From kolla | 04:29 |
Jeffrey4l | # | 04:29 |
Jeffrey4l | # Source location type (string value) | 04:29 |
Jeffrey4l | # Allowed values: local, git, url | 04:29 |
Jeffrey4l | #type = url | 04:29 |
Jeffrey4l | # The location for source install (string value) | 04:29 |
Jeffrey4l | #location = http://tarballs.openstack.org/keystone/keystone-9.0.0.0rc2.tar.gz | 04:29 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:29 |
Jeffrey4l | #reference = <None> | 04:29 |
Jeffrey4l | [magnum-base] | 04:29 |
Jeffrey4l | # | 04:29 |
Jeffrey4l | # From kolla | 04:29 |
Jeffrey4l | # | 04:29 |
Jeffrey4l | # Source location type (string value) | 04:29 |
Jeffrey4l | # Allowed values: local, git, url | 04:29 |
Jeffrey4l | #type = url | 04:29 |
Jeffrey4l | # The location for source install (string value) | 04:29 |
Jeffrey4l | #location = http://tarballs.openstack.org/magnum/magnum-2.0.0.tar.gz | 04:29 |
*** jtriley has quit IRC | 04:29 | |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:29 |
Jeffrey4l | #reference = <None> | 04:29 |
Jeffrey4l | [manila-base] | 04:29 |
Jeffrey4l | # | 04:29 |
Jeffrey4l | # From kolla | 04:29 |
Jeffrey4l | # | 04:30 |
Jeffrey4l | # Source location type (string value) | 04:30 |
Jeffrey4l | # Allowed values: local, git, url | 04:30 |
Jeffrey4l | #type = url | 04:30 |
Jeffrey4l | # The location for source install (string value) | 04:30 |
Jeffrey4l | #location = http://tarballs.openstack.org/manila/manila-2.0.0.0rc1.tar.gz | 04:30 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:30 |
Jeffrey4l | #reference = <None> | 04:30 |
Jeffrey4l | [mistral-base] | 04:30 |
Jeffrey4l | # | 04:30 |
Jeffrey4l | # From kolla | 04:30 |
Jeffrey4l | # | 04:30 |
Jeffrey4l | # Source location type (string value) | 04:30 |
Jeffrey4l | # Allowed values: local, git, url | 04:30 |
Jeffrey4l | #type = url | 04:30 |
Jeffrey4l | # The location for source install (string value) | 04:30 |
Jeffrey4l | #location = http://tarballs.openstack.org/mistral/mistral-2.0.0.0rc2.tar.gz | 04:30 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:30 |
Jeffrey4l | #reference = <None> | 04:30 |
Jeffrey4l | [murano-base] | 04:30 |
Jeffrey4l | # | 04:30 |
Jeffrey4l | # From kolla | 04:30 |
Jeffrey4l | # | 04:30 |
Jeffrey4l | # Source location type (string value) | 04:30 |
Jeffrey4l | # Allowed values: local, git, url | 04:30 |
Jeffrey4l | #type = url | 04:30 |
Jeffrey4l | # The location for source install (string value) | 04:30 |
Jeffrey4l | #location = http://tarballs.openstack.org/murano/murano-2.0.0.0rc3.tar.gz | 04:30 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:31 |
Jeffrey4l | #reference = <None> | 04:31 |
Jeffrey4l | [neutron-base] | 04:31 |
Jeffrey4l | # | 04:31 |
Jeffrey4l | # From kolla | 04:31 |
Jeffrey4l | # | 04:31 |
Jeffrey4l | # Source location type (string value) | 04:31 |
Jeffrey4l | # Allowed values: local, git, url | 04:31 |
Jeffrey4l | #type = url | 04:31 |
Jeffrey4l | # The location for source install (string value) | 04:31 |
Jeffrey4l | #location = http://tarballs.openstack.org/neutron/neutron-8.0.0.0rc3.tar.gz | 04:31 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:31 |
Jeffrey4l | #reference = <None> | 04:31 |
Jeffrey4l | [nova-base] | 04:31 |
Jeffrey4l | # | 04:31 |
Jeffrey4l | # From kolla | 04:31 |
Jeffrey4l | # | 04:31 |
Jeffrey4l | # Source location type (string value) | 04:31 |
Jeffrey4l | # Allowed values: local, git, url | 04:31 |
Jeffrey4l | #type = url | 04:31 |
Jeffrey4l | # The location for source install (string value) | 04:31 |
Jeffrey4l | #location = http://tarballs.openstack.org/nova/nova-13.0.0.0rc3.tar.gz | 04:31 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:31 |
Jeffrey4l | #reference = <None> | 04:31 |
Jeffrey4l | [nova-novncproxy] | 04:31 |
Jeffrey4l | # | 04:31 |
Jeffrey4l | # From kolla | 04:31 |
Jeffrey4l | # | 04:31 |
Jeffrey4l | # Source location type (string value) | 04:32 |
Jeffrey4l | # Allowed values: local, git, url | 04:32 |
Jeffrey4l | #type = url | 04:32 |
Jeffrey4l | # The location for source install (string value) | 04:32 |
Jeffrey4l | #location = http://github.com/kanaka/noVNC/tarball/v0.5.1 | 04:32 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:32 |
Jeffrey4l | #reference = <None> | 04:32 |
Jeffrey4l | [nova-spicehtml5proxy] | 04:32 |
Jeffrey4l | # | 04:32 |
Jeffrey4l | # From kolla | 04:32 |
Jeffrey4l | # | 04:32 |
Jeffrey4l | # Source location type (string value) | 04:32 |
Jeffrey4l | # Allowed values: local, git, url | 04:32 |
Jeffrey4l | #type = url | 04:32 |
Jeffrey4l | # The location for source install (string value) | 04:32 |
Jeffrey4l | #location = http://github.com/SPICE/spice-html5/tarball/spice-html5-0.1.6 | 04:32 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:32 |
Jeffrey4l | #reference = <None> | 04:32 |
Jeffrey4l | [openstack-base] | 04:32 |
Jeffrey4l | # | 04:32 |
Jeffrey4l | # From kolla | 04:32 |
Jeffrey4l | # | 04:32 |
Jeffrey4l | # Source location type (string value) | 04:32 |
Jeffrey4l | # Allowed values: local, git, url | 04:32 |
Jeffrey4l | #type = url | 04:32 |
Jeffrey4l | # The location for source install (string value) | 04:32 |
Jeffrey4l | #location = https://github.com/openstack/requirements/tarball/stable/mitaka | 04:32 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:32 |
Jeffrey4l | #reference = <None> | 04:33 |
Jeffrey4l | [profiles] | 04:33 |
Jeffrey4l | # | 04:33 |
Jeffrey4l | # From kolla | 04:33 |
Jeffrey4l | # | 04:33 |
Jeffrey4l | # Infra images (list value) | 04:33 |
Jeffrey4l | #infra = ceph,cron,mariadb,haproxy,keepalived,kolla-toolbox,memcached,mongodb,openvswitch,rabbitmq,heka | 04:33 |
Jeffrey4l | # Main images (list value) | 04:33 |
Jeffrey4l | #main = cinder,ceilometer,glance,heat,horizon,keystone,neutron,nova,swift | 04:33 |
Jeffrey4l | # Aux Images (list value) | 04:33 |
Jeffrey4l | #aux = aodh,designate,gnocchi,ironic,magnum,mistral,trove,zaqar,zookeeper | 04:33 |
Jeffrey4l | # Default images (list value) | 04:33 |
Jeffrey4l | # default = cron,kolla-toolbox,glance,haproxy,heat,horizon,keepalived,keystone,memcached,mariadb,neutron,nova,openvswitch,rabbitmq,heka | 04:33 |
Jeffrey4l | ceph = cron,kolla-toolbox,glance,haproxy,horizon,keepalived,keystone,memcached,mariadb,neutron,nova,openvswitch,rabbitmq,heka,ceph,cinder,murano,kibana,elasticsearch,ceilometer,gnocchi,mongodb,cloudkitty,ironic | 04:33 |
Jeffrey4l | test = openstack-base | 04:33 |
Jeffrey4l | # Gate images (list value) | 04:33 |
Jeffrey4l | #gate = cron,glance,haproxy,keepalived,keystone,kolla-toolbox,mariadb,memcached,neutron,nova,openvswitch,rabbitmq,heka | 04:33 |
Jeffrey4l | # Mesos images (list value) | 04:33 |
Jeffrey4l | #mesos = chronos,marathon,mesos-dns,mesos-master,mesos-slave,zookeeper | 04:33 |
Jeffrey4l | [swift-base] | 04:33 |
Jeffrey4l | # | 04:33 |
Jeffrey4l | # From kolla | 04:33 |
Jeffrey4l | # | 04:33 |
Jeffrey4l | # Source location type (string value) | 04:33 |
Jeffrey4l | # Allowed values: local, git, url | 04:33 |
Jeffrey4l | #type = url | 04:33 |
Jeffrey4l | # The location for source install (string value) | 04:34 |
Jeffrey4l | #location = http://tarballs.openstack.org/swift/swift-2.7.0.tar.gz | 04:34 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:34 |
Jeffrey4l | #reference = <None> | 04:34 |
Jeffrey4l | [tempest] | 04:34 |
Jeffrey4l | # | 04:34 |
Jeffrey4l | # From kolla | 04:34 |
Jeffrey4l | # | 04:34 |
Jeffrey4l | # Source location type (string value) | 04:34 |
Jeffrey4l | # Allowed values: local, git, url | 04:34 |
Jeffrey4l | #type = url | 04:34 |
Jeffrey4l | # The location for source install (string value) | 04:34 |
Jeffrey4l | #location = http://tarballs.openstack.org/tempest/tempest-10.0.0.tar.gz | 04:34 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:34 |
Jeffrey4l | #reference = <None> | 04:34 |
Jeffrey4l | [trove-base] | 04:34 |
Jeffrey4l | # | 04:34 |
Jeffrey4l | # From kolla | 04:34 |
Jeffrey4l | # | 04:34 |
sdake_ | Jeffrey4l venting i think :) | 04:34 |
Jeffrey4l | # Source location type (string value) | 04:34 |
Jeffrey4l | # Allowed values: local, git, url | 04:34 |
Jeffrey4l | #type = url | 04:34 |
Jeffrey4l | # The location for source install (string value) | 04:34 |
Jeffrey4l | #location = http://tarballs.openstack.org/trove/trove-5.0.0.0rc2.tar.gz | 04:34 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:34 |
Jeffrey4l | #reference = <None> | 04:34 |
Jeffrey4l | [zaqar] | 04:34 |
Jeffrey4l | # | 04:34 |
Jeffrey4l | # From kolla | 04:35 |
Jeffrey4l | # | 04:35 |
Jeffrey4l | # Source location type (string value) | 04:35 |
sdake_ | finally got to z :) | 04:35 |
Jeffrey4l | # Allowed values: local, git, url | 04:35 |
Jeffrey4l | #type = url | 04:35 |
Jeffrey4l | # The location for source install (string value) | 04:35 |
Jeffrey4l | #location = http://tarballs.openstack.org/zaqar/zaqar-2.0.0.0rc2.tar.gz | 04:35 |
Jeffrey4l | # Git reference to pull, commit sha, tag or branch name (string value) | 04:35 |
Jeffrey4l | #reference = <None> | 04:35 |
Jeffrey4l | sorry. | 04:35 |
Jeffrey4l | sdake_, http://paste.openstack.org/show/590910/ | 04:35 |
Jeffrey4l | too fast copied wrong content ;( | 04:35 |
Jeffrey4l | check this url. all repo info is comment with it default value and help message. if you want change it, just uncomment it and use you own value. | 04:35 |
Jeffrey4l | ;) | 04:35 |
Jeffrey4l | i am vip ;) | 04:35 |
sdake_ | alphabet ftw - everyting learned in kindergarden :) | 04:35 |
sdake_ | say, do they have kindergarden in china? | 04:35 |
Jeffrey4l | yes, we have. | 04:37 |
*** srwilkers_ has quit IRC | 04:38 | |
*** Jeffrey4l has quit IRC | 04:46 | |
*** unicell has joined #openstack-kolla | 04:52 | |
*** zhubingbing has joined #openstack-kolla | 04:52 | |
*** sayantan_ has quit IRC | 04:53 | |
*** jgriffith is now known as jgriffith_away | 04:54 | |
sdake_ | ok peeps time to unplug ;) | 04:56 |
sdake_ | enjjoy | 04:56 |
*** unicell1 has joined #openstack-kolla | 04:56 | |
britthouser | have a good one sdake_! | 04:56 |
sdake_ | wow your up late britthouser :) | 04:57 |
sdake_ | running my hours it looks like :) | 04:57 |
*** unicell has quit IRC | 04:57 | |
britthouser | work/life went in opposite directions today. | 04:57 |
britthouser | so i’m still wrapping up the former. :smiley: | 04:58 |
*** Jeffrey4l has joined #openstack-kolla | 04:59 | |
*** sdake_ has quit IRC | 05:00 | |
*** jtriley has joined #openstack-kolla | 05:18 | |
*** saneax-_-|AFK is now known as saneax | 05:19 | |
*** jtriley has quit IRC | 05:24 | |
*** senk has joined #openstack-kolla | 05:24 | |
*** JRobinson__afk is now known as JRobinson__ | 05:39 | |
*** kristian__ has joined #openstack-kolla | 05:55 | |
*** Pavo has quit IRC | 05:59 | |
*** kristian__ has quit IRC | 05:59 | |
*** kristian__ has joined #openstack-kolla | 06:00 | |
*** kristian__ has quit IRC | 06:00 | |
openstackgerrit | Andrew Liu proposed openstack/kolla: Support adding customized plugin to keystone image https://review.openstack.org/404555 | 06:03 |
*** zhangshuai has joined #openstack-kolla | 06:04 | |
*** Pavo has joined #openstack-kolla | 06:04 | |
*** msimonin has joined #openstack-kolla | 06:45 | |
*** tonanhngo has joined #openstack-kolla | 06:46 | |
*** kristian__ has joined #openstack-kolla | 06:47 | |
*** kristian__ has quit IRC | 06:47 | |
*** kristia__ has joined #openstack-kolla | 06:47 | |
*** senk has quit IRC | 06:50 | |
*** kristia__ has quit IRC | 06:50 | |
*** kristian__ has joined #openstack-kolla | 06:51 | |
*** kristia__ has joined #openstack-kolla | 06:53 | |
*** kristian__ has quit IRC | 06:57 | |
*** kollabot has quit IRC | 06:57 | |
*** kollabot has joined #openstack-kolla | 06:57 | |
*** jascott1 has joined #openstack-kolla | 07:01 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: Fix barbican upgrade permission issue https://review.openstack.org/404595 | 07:24 |
*** msimonin has quit IRC | 07:26 | |
*** mkoderer has joined #openstack-kolla | 07:30 | |
*** hieulq_ has joined #openstack-kolla | 07:32 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: Fix cloudkitty upgrade permission issue https://review.openstack.org/404599 | 07:33 |
*** tonanhngo has quit IRC | 07:38 | |
*** tonanhngo has joined #openstack-kolla | 07:44 | |
*** tonanhngo has quit IRC | 07:46 | |
*** matrohon has joined #openstack-kolla | 07:50 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: remove /var/lib/aodh in aodo-api https://review.openstack.org/404610 | 07:53 |
*** tonanhngo has joined #openstack-kolla | 07:57 | |
*** senk has joined #openstack-kolla | 07:57 | |
*** tonanhngo has quit IRC | 07:58 | |
*** Pavo has quit IRC | 07:59 | |
*** jtriley has joined #openstack-kolla | 08:01 | |
*** zhurong_ has quit IRC | 08:04 | |
*** shardy has joined #openstack-kolla | 08:04 | |
*** Pavo has joined #openstack-kolla | 08:04 | |
*** zhurong has joined #openstack-kolla | 08:05 | |
*** jtriley has quit IRC | 08:06 | |
*** jascott1 has quit IRC | 08:11 | |
*** rmart04 has joined #openstack-kolla | 08:13 | |
*** jascott1 has joined #openstack-kolla | 08:14 | |
*** msimonin has joined #openstack-kolla | 08:15 | |
*** Jeffrey4l has quit IRC | 08:22 | |
*** Jeffrey4l has joined #openstack-kolla | 08:23 | |
*** egonzalez90 has joined #openstack-kolla | 08:39 | |
egonzalez90 | morning | 08:40 |
zhubingbing | hi | 08:40 |
zhubingbing | morning | 08:41 |
*** tonanhngo has joined #openstack-kolla | 08:41 | |
zhubingbing | glad to see you. | 08:41 |
*** tonanhngo has quit IRC | 08:43 | |
*** mewald has joined #openstack-kolla | 08:45 | |
*** JRobinson__ has quit IRC | 08:46 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: Implement octavia ansible role https://review.openstack.org/404648 | 08:49 |
*** diogogmt has joined #openstack-kolla | 08:49 | |
*** msimonin has quit IRC | 08:51 | |
*** tonanhngo has joined #openstack-kolla | 08:54 | |
*** tonanhngo has quit IRC | 08:55 | |
*** jtriley has joined #openstack-kolla | 08:55 | |
*** jtriley has quit IRC | 09:00 | |
*** papacz has joined #openstack-kolla | 09:03 | |
*** senk has quit IRC | 09:03 | |
*** tonanhngo has joined #openstack-kolla | 09:13 | |
*** tonanhngo has quit IRC | 09:15 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: Fix barbican upgrade permission issue https://review.openstack.org/404595 | 09:16 |
*** Serlex has joined #openstack-kolla | 09:17 | |
*** msimonin has joined #openstack-kolla | 09:17 | |
*** hieulq_ has quit IRC | 09:21 | |
*** hieulq_ has joined #openstack-kolla | 09:24 | |
*** hieulq_ has quit IRC | 09:26 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: TEST_NO_MERGE https://review.openstack.org/403978 | 09:26 |
*** hieulq_ has joined #openstack-kolla | 09:28 | |
Jeffrey4l | egonzalez90, please review https://review.openstack.org/396535 ;) | 09:28 |
*** YefimG has joined #openstack-kolla | 09:39 | |
*** ram____ has quit IRC | 09:46 | |
*** jtriley has joined #openstack-kolla | 09:49 | |
*** ram___ has joined #openstack-kolla | 09:50 | |
*** yingjun has quit IRC | 09:50 | |
*** yingjun has joined #openstack-kolla | 09:51 | |
*** tonanhngo has joined #openstack-kolla | 09:53 | |
*** hvlad has joined #openstack-kolla | 09:53 | |
*** hfu has quit IRC | 09:54 | |
*** tonanhngo has quit IRC | 09:54 | |
*** jtriley has quit IRC | 09:55 | |
*** yingjun has quit IRC | 09:55 | |
ram___ | Hi. Now I am trying Kolla openstack all-in-one deployment based on http://docs.openstack.org/developer/kolla/quickstart.html#deploying-kolla. And I want to make sure kolla is configured to deploy magnum as part of openstack deployment. Following http://docs.openstack.org/developer/kolla/image-building.html. But I am not able to get the info about how to edit kolla-build.conf file. | 09:57 |
ram___ | could anyone please provide me the example conf file of kolla-build.conf with magnum field. | 09:59 |
*** derekjhyang has joined #openstack-kolla | 09:59 | |
*** Pavo has quit IRC | 09:59 | |
*** YefimG has quit IRC | 09:59 | |
egonzalez90 | ram___: using tox -e genconfig will create an example kolla-build.conf | 10:00 |
ram___ | egonzalez90: I generated that. But how to edit that with magnum enable? | 10:01 |
*** tovin07_ has quit IRC | 10:02 | |
*** zhurong has quit IRC | 10:02 | |
egonzalez90 | ram___: we uso two files, kolla-build.conf with information to build images in docker and globals.yml with information to deploy openstack | 10:03 |
egonzalez90 | in kolla-build you set docker registry, base image, tags, etc. | 10:03 |
egonzalez90 | and in globals you enable services to be deployed | 10:03 |
egonzalez90 | by default if you use kolla-build it will create all images(including magnum) | 10:04 |
*** Pavo has joined #openstack-kolla | 10:04 | |
ram___ | egonzalez90: OH. SO I no need to edit kolla-build.conf then right if it enabling magnum and its dependency heat also. By default kolla-build.cong contains "[DEFAULT] output_file = etc/kolla/kolla-build.conf , namespace = kolla | 10:06 |
bjolo | Jeffrey4l, stop spamming! :) | 10:07 |
bjolo | morning | 10:07 |
Jeffrey4l | sorry for that :) morning | 10:07 |
bjolo | no worries heheh | 10:07 |
openstackgerrit | jangpro2 proposed openstack/kolla-ansible: Support running both nova and ironic on same host. https://review.openstack.org/404706 | 10:08 |
bjolo | Jeffrey4l, your the ansible guru. I would like to be able to do config overides on inventory groups. i.e. my compute nodes are not homogeneous. | 10:11 |
bjolo | https://blueprints.launchpad.net/kolla/+spec/inventory-group-as-config-target | 10:11 |
*** tonanhngo has joined #openstack-kolla | 10:11 | |
bjolo | how would one go about to do that in the ansible code? | 10:12 |
*** tonanhngo has quit IRC | 10:12 | |
pbourke | morning Jeffrey4l | 10:13 |
Jeffrey4l | bjolo, http://docs.ansible.com/ansible/intro_inventory.html#group-variables this ? | 10:13 |
Jeffrey4l | pbourke, morning ;) | 10:13 |
pbourke | Jeffrey4l: I think it we put a comment inside the templates for the dashboards it can trigger a reconfigure | 10:13 |
*** jascott1 has quit IRC | 10:13 | |
pbourke | *if | 10:13 |
bjolo | Jeffrey4l, yes, put does that really allow me to use the group name as target | 10:13 |
bjolo | read the BP | 10:13 |
Jeffrey4l | pbourke, hrm do not get your point | 10:14 |
*** yee3799 has joined #openstack-kolla | 10:15 | |
*** britthouser2 has joined #openstack-kolla | 10:15 | |
Jeffrey4l | it can trigger or it need trigger? pbourke | 10:15 |
*** hieulq_ has quit IRC | 10:16 | |
*** Satya_ has joined #openstack-kolla | 10:16 | |
*** pbourke_ has joined #openstack-kolla | 10:18 | |
bjolo | Jeffrey4l, for ex nova config.yml. there is no code for inventory group when doing a merge config | 10:18 |
bjolo | http://paste.openstack.org/show/590934 | 10:18 |
*** logan- has quit IRC | 10:19 | |
*** sayantani01__ has joined #openstack-kolla | 10:19 | |
*** Serlex has quit IRC | 10:19 | |
*** negronjl has quit IRC | 10:19 | |
*** sayantani01_ has quit IRC | 10:19 | |
*** yee379 has quit IRC | 10:19 | |
*** britthouser has quit IRC | 10:19 | |
*** ayoung has quit IRC | 10:19 | |
*** pbourke has quit IRC | 10:19 | |
*** brad[] has quit IRC | 10:19 | |
*** bachp has quit IRC | 10:19 | |
*** esmiurium has quit IRC | 10:19 | |
*** cmceniry has quit IRC | 10:19 | |
bjolo | only inventory hostname or container type | 10:19 |
Jeffrey4l | bjolo, yes. but for group, it is hard to determine which group the host belong to. | 10:19 |
*** Mech422 has quit IRC | 10:19 | |
*** sayantani01__ is now known as sayantani01_ | 10:19 | |
bjolo | i know | 10:19 |
bjolo | :) | 10:19 |
*** Mech422 has joined #openstack-kolla | 10:19 | |
bjolo | thats why im asking | 10:19 |
*** sp_ has quit IRC | 10:19 | |
bjolo | lets say i have compute group 1 2 and 3 | 10:20 |
*** logan- has joined #openstack-kolla | 10:20 | |
bjolo | and i want to have different nova.conf for group 3 for whatever reason | 10:20 |
*** cmceniry has joined #openstack-kolla | 10:20 | |
bjolo | the only way i can do that today is to manually specify each node in group 3 in /etc/kolla/config/nova/<node name>/nova.conf | 10:21 |
Jeffrey4l | make sense. but no idea right now. it is kind of use case. | 10:21 |
Jeffrey4l | let me think about this . | 10:21 |
Jeffrey4l | bjolo, one solution kolla supported now is use ansible template syntax in nova.conf | 10:22 |
Jeffrey4l | like {% if inventory_hostname in groups[group1] %} debug=False {% elese %} debug=true {% endif %} | 10:22 |
Jeffrey4l | bjolo, ^^ simple and enough. we can use jinja2 syntax in custom nova.conf file /etc/kolla/config/nova.conf | 10:23 |
bjolo | aha ok | 10:24 |
bjolo | kinda reverse | 10:24 |
bjolo | put the diffs in the config file instead of the /etc/kolla/config structure | 10:24 |
*** brad[] has joined #openstack-kolla | 10:24 | |
*** clsacramento_ has joined #openstack-kolla | 10:24 | |
bjolo | works :) | 10:25 |
*** zhubingbing has quit IRC | 10:25 | |
*** alanmeadows_ has joined #openstack-kolla | 10:25 | |
*** markmcclain has quit IRC | 10:25 | |
*** clsacramento has quit IRC | 10:25 | |
*** alanmeadows has quit IRC | 10:25 | |
*** Daviey has quit IRC | 10:25 | |
*** sgordon has quit IRC | 10:25 | |
*** alanmeadows_ is now known as alanmeadows | 10:26 | |
*** markmcclain has joined #openstack-kolla | 10:26 | |
bjolo | but i dont know if im totally happy though. makes overrides even more complex and hard to read. Given the way reconfigure works today, even more dangerous | 10:26 |
*** sgordon has joined #openstack-kolla | 10:26 | |
bjolo | https://blueprints.launchpad.net/kolla/+spec/granular-cm-workflow | 10:26 |
Jeffrey4l | and other service without merge_config work with such solution. | 10:26 |
bjolo | and there are needs to be able to have actions on group level as well (IMO) | 10:27 |
bjolo | https://blueprints.launchpad.net/kolla/+spec/kolla-multicloud-cli | 10:27 |
bjolo | afk lunch | 10:27 |
*** negronjl has joined #openstack-kolla | 10:28 | |
*** esmiurium has joined #openstack-kolla | 10:28 | |
Jeffrey4l | imo, operator need test his change in non-produce env. | 10:29 |
Jeffrey4l | and kolla need support --check parameter to let the use run deploy/reconfigure without really change anything. | 10:30 |
*** Serlex has joined #openstack-kolla | 10:30 | |
*** tonanhngo has joined #openstack-kolla | 10:30 | |
*** bachp has joined #openstack-kolla | 10:31 | |
*** bachp has quit IRC | 10:31 | |
*** jmccarthy has quit IRC | 10:32 | |
*** tonanhngo has quit IRC | 10:32 | |
*** jmccarthy has joined #openstack-kolla | 10:33 | |
*** portdirect_away is now known as portdirect | 10:33 | |
portdirect | morning o/ | 10:33 |
*** pcaruana has joined #openstack-kolla | 10:35 | |
*** Daviey has joined #openstack-kolla | 10:36 | |
*** bachp has joined #openstack-kolla | 10:36 | |
*** bachp has quit IRC | 10:36 | |
*** bachp has joined #openstack-kolla | 10:36 | |
*** jtriley has joined #openstack-kolla | 10:43 | |
*** tonanhngo has joined #openstack-kolla | 10:44 | |
Jeffrey4l | pbourke_, please review this https://review.openstack.org/396535 | 10:44 |
*** tonanhngo has quit IRC | 10:44 | |
*** gfidente has joined #openstack-kolla | 10:45 | |
*** jtriley has quit IRC | 10:48 | |
*** tonanhngo has joined #openstack-kolla | 10:57 | |
openstackgerrit | satya proposed openstack/kolla-ansible: RabbitMQ cluster should work on api interface https://review.openstack.org/404724 | 10:58 |
*** tonanhngo has quit IRC | 10:58 | |
*** mliima has joined #openstack-kolla | 11:07 | |
*** tonanhngo has joined #openstack-kolla | 11:10 | |
*** tonanhngo has quit IRC | 11:10 | |
mliima | sean-k-mooney, ping | 11:13 |
sean-k-mooney | hi mliima | 11:13 |
mliima | does manila work? | 11:13 |
*** jascott1 has joined #openstack-kolla | 11:14 | |
sean-k-mooney | i still have not been able to get to a working state. i tried to enable connect_share_server_to_tenant_network and change the subnet but after a reconfigure it ignored the change | 11:14 |
sean-k-mooney | i noticed manila did not connect the service network to any router | 11:15 |
sean-k-mooney | i think that is why id cant ssh hence why i was trying to make it add the service instance to the tenant network directly | 11:15 |
mliima | ok sean-k-mooney | 11:16 |
openstackgerrit | Merged openstack/kolla: Install cloudkitty dashboard in horizon image https://review.openstack.org/396535 | 11:16 |
sean-k-mooney | mliima: looking at http://docs.openstack.org/newton/config-reference/shared-file-systems/samples/manila.conf.html it say the connect_share_server_to_tenant_network should go in the default section | 11:17 |
sean-k-mooney | is that correct? i think it probably should be in the generic section? | 11:18 |
*** jascott1 has quit IRC | 11:18 | |
mliima | sean-k-mooney, i don't use it | 11:20 |
mliima | my connect_share_server_to_tenant_network = false | 11:20 |
mliima | but i think that it is correct | 11:20 |
mliima | you tried it and it did not work? | 11:21 |
sean-k-mooney | mliima: ya i tried it in the default section and it was ignored even after restarting all the containers manually after the reconfigure | 11:21 |
sean-k-mooney | ill try adding it to both and see if that make a difference. | 11:21 |
sean-k-mooney | mliima: do you have a router that connects the service network to your public network? | 11:22 |
mliima | yes | 11:22 |
sean-k-mooney | mliima: did you have to create that your self or did manila do it? | 11:22 |
sean-k-mooney | i think that is the step that is missing both i cant find any documentation saying you need to create it manually | 11:23 |
mliima | i created it | 11:23 |
*** tonanhngo has joined #openstack-kolla | 11:23 | |
mliima | sean-k-mooney, http://docs.openstack.org/mitaka/install-guide-ubuntu/launch-instance-networks-selfservice.html | 11:24 |
*** tonanhngo has quit IRC | 11:24 | |
*** kristia__ has quit IRC | 11:26 | |
sean-k-mooney | mliima: the network my vm is on is connected to the public network with a router but the network the manila instance is connected to is not | 11:26 |
*** kristian__ has joined #openstack-kolla | 11:26 | |
*** msimonin has quit IRC | 11:26 | |
mliima | also here sean-k-mooney | 11:26 |
sean-k-mooney | the network the manila instance is connected too was create wiht the manila share-network-create command | 11:26 |
mliima | which command are you using to create manila share network? | 11:27 |
sean-k-mooney | mliima: the one in the kolla manila-guide manila share-network-create --name demo-share-network1 --neutron-net-id PRIVATE_NETWORK_ID --neutron-subnet-id PRIVATE_NETWORK_SUBNET_ID | 11:29 |
mliima | ok | 11:29 |
mliima | and the command to create the network | 11:30 |
mliima | provider and selfservice | 11:30 |
sean-k-mooney | i created the tenant network through horizon | 11:31 |
sean-k-mooney | i can boot vms on it and it works | 11:31 |
mliima | i did it manually | 11:32 |
mliima | command-line | 11:32 |
sean-k-mooney | that should not effect it but it is a difference | 11:32 |
mliima | but this isn't the problem | 11:32 |
mliima | did you set security group rules? | 11:33 |
*** Edigleison has joined #openstack-kolla | 11:33 | |
sean-k-mooney | mliima: i think im hitting this bug https://bugs.launchpad.net/manila/+bug/1417899 | 11:34 |
openstack | Launchpad bug 1417899 in Manila "Fail operation when share-network do not have a router" [Undecided,Incomplete] - Assigned to Thiago Gomes (fthiagogv) | 11:34 |
mliima | sean-k-mooney, when I created my provider network i set --shared | 11:34 |
sean-k-mooney | mliima: the current network is not shared but the ones i was using yester day were with same effect | 11:34 |
mliima | hmm | 11:35 |
sean-k-mooney | well actully im getting a differnt error then them | 11:36 |
mliima | let me see | 11:36 |
mliima | :) | 11:36 |
*** dave-mccowan has joined #openstack-kolla | 11:36 | |
*** jtriley has joined #openstack-kolla | 11:37 | |
sean-k-mooney | i have to go to a scrum. brb | 11:38 |
*** jtriley has quit IRC | 11:42 | |
openstackgerrit | Mauricio Lima proposed openstack/kolla: Add manila-ui in horizon image https://review.openstack.org/403689 | 11:49 |
*** hfu has joined #openstack-kolla | 11:50 | |
sean-k-mooney | mliima: if i move those config options to the generic setion they work. | 11:56 |
mliima | \o/ | 11:57 |
mliima | sean-k-mooney, | 11:57 |
mliima | great sean | 11:57 |
sean-k-mooney | mliima: the share still end up in an error state though :( | 11:57 |
sean-k-mooney | i can ssh in however | 11:57 |
mliima | oh god | 11:57 |
mliima | let me see manila_share logs | 11:57 |
*** Pavo has quit IRC | 11:59 | |
sean-k-mooney | i think this is the error http://paste.openstack.org/show/590944/ | 12:00 |
mliima | sean-k-mooney, did you set security group rules? | 12:02 |
mliima | enabling icmp and ssh | 12:03 |
sean-k-mooney | my default security group rules in this tenant allow all icmp,tcp and udp traffic from any ip | 12:03 |
sean-k-mooney | manila has also created a security group | 12:03 |
mliima | it does not make sense to me, it should work | 12:04 |
mliima | :/ | 12:04 |
sean-k-mooney | manilas are stricter but still allow ssh etc. | 12:04 |
sean-k-mooney | ya its weird | 12:04 |
*** Pavo has joined #openstack-kolla | 12:04 | |
sean-k-mooney | ill try it again | 12:05 |
mliima | i'll try also | 12:05 |
*** mgiles has joined #openstack-kolla | 12:06 | |
*** msimonin has joined #openstack-kolla | 12:06 | |
*** sdake has joined #openstack-kolla | 12:07 | |
sdake | morning peeeps | 12:07 |
*** msimonin has quit IRC | 12:08 | |
mliima | morning sdake | 12:08 |
ram___ | Hi . I was getting ansible playbook error for $ sudo kolla-ansible prechecks. ISSUE details: http://paste.openstack.org/show/590947/. Why it was giving this issue. Please provide me the solution for this. | 12:09 |
*** kristian__ has quit IRC | 12:10 | |
*** edi__ has joined #openstack-kolla | 12:10 | |
*** kristian__ has joined #openstack-kolla | 12:11 | |
sean-k-mooney | ram___: what version of ansible have you installed and what branch of kolla | 12:11 |
*** Edigleison has left #openstack-kolla | 12:11 | |
sean-k-mooney | ram___: if your using newton you need 2.0+ | 12:12 |
ram___ | sean-k-mooney: Hi. ansible-2.2.0.0 | 12:12 |
sean-k-mooney | hum ok do you get any more detailed error with sudo kolla-ansible prechecks -vvv | 12:13 |
sean-k-mooney | i have not see this error before and there is not too much to go on | 12:13 |
sean-k-mooney | ram___: there is a bug for this though https://github.com/ansible/ansible-modules-core/issues/5144 | 12:14 |
ram___ | sean-k-mooney: Yes. I am using newton. detailed error message : http://paste.openstack.org/show/590950/ | 12:15 |
*** diogogmt has quit IRC | 12:15 | |
*** kristian__ has quit IRC | 12:15 | |
*** jascott1 has joined #openstack-kolla | 12:15 | |
*** diogogmt has joined #openstack-kolla | 12:15 | |
*** kristian__ has joined #openstack-kolla | 12:15 | |
sean-k-mooney | ram___: i think its an issue with you ansible version based on https://github.com/ansible/ansible-modules-core/issues/5144 can you try installing a newer ansible for pip | 12:16 |
*** kristian__ has quit IRC | 12:16 | |
*** kristian__ has joined #openstack-kolla | 12:16 | |
*** kristian__ has quit IRC | 12:17 | |
*** slagle has joined #openstack-kolla | 12:17 | |
*** kristian__ has joined #openstack-kolla | 12:17 | |
ram___ | sean-k-mooney: Ok. Thanks. I will try. | 12:17 |
*** jascott1 has quit IRC | 12:20 | |
ram___ | sean-k-mooney: Thanks. Now i am not getting that error. Pre-deployment check is going on now | 12:20 |
sean-k-mooney | cool we probaly need to update our docs to say not to use 2.2.0 | 12:20 |
egonzalez90 | sean-k-mooney: yup, ansible2.2 have some new settings that do not work with 2.1 | 12:23 |
sean-k-mooney | egonzalez90: its seams 2.3 has fixed at least that one | 12:23 |
ram___ | sean-k-money: But i was getting an issue when checking Task: Checking if kolla_internal_vip_address is in the same network as network_interface on all nodes. Issue details :http://paste.openstack.org/show/590951/ | 12:24 |
ram___ | sean-k-moony: In globals.yml I given kolla_internal_vip_address: "192.168.10.254" | 12:26 |
*** papacz has quit IRC | 12:26 | |
sean-k-mooney | and you configured network_interface as eth0 correct | 12:27 |
*** tonanhngo has joined #openstack-kolla | 12:28 | |
*** tonanhngo has quit IRC | 12:29 | |
ram___ | sean-k-moony : YES | 12:31 |
*** jtriley has joined #openstack-kolla | 12:32 | |
ram___ | sean-k-moony : network_interface: "eth0" and neutron_external_interface: "eth1" in globals.yml | 12:32 |
*** zhubingbing has joined #openstack-kolla | 12:33 | |
*** diogogmt has quit IRC | 12:33 | |
sdake | sup mliima | 12:36 |
ram___ | sean-k-moony: But it was failing in checking if kolla_internal_vip_address is in the same network as network_interface on all nodes. I am running All-in-one kolla deployment | 12:36 |
sdake | Jeffrey4l still about? | 12:36 |
sdake | sup sean-k-mooney egonzalez90 | 12:36 |
*** jtriley has quit IRC | 12:37 | |
egonzalez90 | morning sdake | 12:37 |
sean-k-mooney | hi sdake how are things | 12:37 |
*** jrist has joined #openstack-kolla | 12:37 | |
sdake | got full night sleep | 12:37 |
*** msimonin has joined #openstack-kolla | 12:37 | |
sdake | so things are good :) | 12:37 |
sean-k-mooney | thats always nice to hear | 12:38 |
sdake | although coming down with cold | 12:38 |
sdake | so things are not good :) | 12:38 |
sdake | not sure if the cold wll strike or not | 12:38 |
sdake | my body has a pretty strong immune response | 12:38 |
sdake | the coming down with is the worst part - because sometimes the cold sticks sometimes it doesn't | 12:38 |
sdake | but during the immune response - hot cold hot cold all day long | 12:39 |
sdake | my father never gets colds | 12:39 |
sdake | genetic thing | 12:39 |
sdake | he has had like 2-3 colds in his entire life | 12:39 |
sdake | flu, different story | 12:40 |
sdake | he isn't immune to that :) | 12:40 |
sean-k-mooney | sdake: im guessing he lived an active life | 12:40 |
sdake | sedentary although he works his ass off around the house keeping things in order | 12:40 |
openstackgerrit | Merged openstack/kolla: add os_panko_apache_log.lua in heka https://review.openstack.org/404526 | 12:40 |
sdake | active life = increases max VO2 | 12:41 |
sdake | not really immune response | 12:41 |
sean-k-mooney | sdake: oh most people i know that dont get colds work outdoors alot. i think there bodys just adapted to the elements | 12:41 |
sdake | and most of the VO2 increase comes from teenage and college years | 12:41 |
sdake | sean-k-mooney ya my father is an attorney | 12:42 |
sdake | sean-k-mooney hes got a sweet gig now, he does conservatorships | 12:42 |
sdake | clients win, the kids win, the courts win, everyone wins | 12:42 |
sdake | unlike his other history as an attorney where someone wins and someone loses | 12:43 |
sdake | he keeps raising his prices in hopes they will fire him | 12:43 |
sean-k-mooney | ah cool. had to google conservatorships but ya i underdstand now | 12:43 |
*** jtriley has joined #openstack-kolla | 12:43 | |
sdake | but that doesnt happen because he is the only guy in arizona that gets em done and does em correctly :) | 12:44 |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: Fix barbican upgrade permission issue https://review.openstack.org/404595 | 12:44 |
*** jtriley has quit IRC | 12:48 | |
*** hfu has quit IRC | 12:52 | |
ram___ | sean-k-mooney: Hi. Do you have any Idea why it is failing in the check of "kolla_internal_vip_address is in the same network as network_interface on all nodes." I didn't get any reason for this. | 12:53 |
sean-k-mooney | ram___: not from the output no sorry maybe sdake will have an idea but i think it should be passing | 12:54 |
*** yingjun has joined #openstack-kolla | 12:56 | |
ram___ | sean-k-mooney: OK. Thank you. will escalate the same problem to sdake. | 12:56 |
Jeffrey4l | sdake, sup | 12:56 |
sdake | Jeffrey4l sup dude - just wanted to say hi :) | 12:56 |
Jeffrey4l | ;) | 12:57 |
sdake | ram___ just woke up - 5am here - need to get my day going before i can help anyone with anything :) | 12:57 |
sdake | and its not an escalation - its a handoff to someone that knows more about the area :) | 12:58 |
ram___ | sdake: Hmmm. OK. Thanks. | 12:59 |
openstackgerrit | Merged openstack/kolla-kubernetes: Don't include openstack/common in flake8 exclude list https://review.openstack.org/391705 | 12:59 |
*** athomas has joined #openstack-kolla | 13:01 | |
Satya_ | Hi Pbbourke_ | 13:02 |
Satya_ | hi pbourke_ | 13:02 |
Jeffrey4l | klindgren, around? | 13:04 |
ram___ | sdake: Whenever you are ready. Please look at my issue once.(or) may I know who is good at this area? Thanks in advance. | 13:06 |
*** athomas has quit IRC | 13:06 | |
sdake | Jeffrey4l why did you rebase this patch? https://review.openstack.org/#/c/399289/ | 13:08 |
*** papacz has joined #openstack-kolla | 13:09 | |
Jeffrey4l | sdake, ensure it is using the latest gate code. | 13:09 |
sdake | Jeffrey4l got it - you dont need to do that - the patch will always use the latest gate code | 13:10 |
sdake | i originally thought the same as you did, and infra corrected me later | 13:10 |
*** papacz has quit IRC | 13:10 | |
Jeffrey4l | unless you re-push a new patch or click rebase button | 13:10 |
*** msimonin has quit IRC | 13:10 | |
sdake | nope, that isn't hte caes, the latest gate code is always used | 13:11 |
sdake | atleast that is what infra said :) | 13:11 |
sdake | and evidence shows it to be the case | 13:11 |
sdake | when both sam and I tested it ot validate their claims :) | 13:11 |
Jeffrey4l | hmm the gate code is exist in kolla-ansible, it should not be updated unless re-push or rebase the code. | 13:12 |
sdake | seemed counter-intuitve to me too | 13:12 |
sbezverk | good morning | 13:12 |
sdake | morning sbezverk | 13:12 |
Jeffrey4l | morning | 13:12 |
sbezverk | sdake: qq if there is a need to change something in bin folder but it is listed in .gitignore, what would be the right approach? | 13:13 |
*** tonanhngo has joined #openstack-kolla | 13:13 | |
sdake | sbezverk just woke up dude - hard question - have a real life example? :) | 13:13 |
*** Satya_ has quit IRC | 13:14 | |
sbezverk | sdake: yes, I need to change ceph_workflow.sh which is in tests/bin/ to use helm chart to start openvswitch-ovsdb | 13:14 |
*** tonanhngo has quit IRC | 13:14 | |
*** caowei has joined #openstack-kolla | 13:15 | |
sdake | ceph_workflow.sh is in tests directory | 13:15 |
sdake | rather tools directory | 13:15 |
sbezverk | but git ignoring any changes I do on this file, I suspect it is because bin is in .gitignore | 13:15 |
sdake | let me have look at repo | 13:15 |
sdake | moment | 13:15 |
sbezverk | sdake: tests/bin/ceph_workflow.sh | 13:16 |
*** v1k0d3n has quit IRC | 13:16 | |
sbezverk | sdake: I tried for fun to remove bin from .gitignore but it does not help | 13:17 |
*** athomas has joined #openstack-kolla | 13:19 | |
sdake | sbezverk http://paste.openstack.org/show/590955/ | 13:19 |
sdake | wfm :) | 13:20 |
*** hfu has joined #openstack-kolla | 13:20 | |
*** kristian__ has quit IRC | 13:20 | |
openstackgerrit | Merged openstack/kolla: Add neutron vpnaas code into neutron-server container https://review.openstack.org/397015 | 13:21 |
openstackgerrit | Merged openstack/kolla: Add tacker doc link into README.rst https://review.openstack.org/397758 | 13:21 |
*** kristian__ has joined #openstack-kolla | 13:21 | |
sbezverk | sdake: :-( hmm not sure then what it is.. maybe my workspace is busted | 13:22 |
sdake | sbezverk when git craters, i check out a fresh repo | 13:22 |
sdake | and either pull latest patch from gerrit or use git format-patch -1 | 13:23 |
*** jheroux has joined #openstack-kolla | 13:23 | |
sdake | followed by git am 0001-* in new repo | 13:23 |
kfox1111 | -morning. | 13:24 |
kfox1111 | sdake: yeah. you have to force add a change from the test dir. | 13:24 |
kfox1111 | haven't had time to figure out why yet. | 13:25 |
sbezverk | kfox1111: morning | 13:25 |
kfox1111 | sbezverk: morning. | 13:25 |
sdake | i didn't have to force add a change kfox1111 | 13:26 |
kfox1111 | sdake: hmm... k. | 13:26 |
sbezverk | kfox1111: I tried to force still does not work. maybe it is related to the fact that it is one change on top of another? | 13:26 |
sdake | kfox1111 see paste above - worked for me :) | 13:26 |
sbezverk | kfox1111: anyway, I guess it will be easier when you PS gets merged and I can properly rebase on it.. | 13:27 |
kfox1111 | sbezverk: I've done that before. it has worked for me. :/ | 13:27 |
kfox1111 | sbezverk: yeah. | 13:28 |
sbezverk | kfox1111: wrt your ps , I have just 1 question about location of helm charts when you run them at the gate. | 13:28 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: TEST_NO_MERGE https://review.openstack.org/403978 | 13:29 |
kfox1111 | sbezverk: it builds them into a kolla repo. then deploys from there. | 13:29 |
sbezverk | kfox1111: when I add new charts, will they be automatically gets build and added to the repo (gate case)? | 13:30 |
kfox1111 | the microservices_build script does everything under microservices. yeah. | 13:31 |
kfox1111 | so shouldh't have to do anything but launch from kolla/... | 13:31 |
sbezverk | kfox1111: cool, wfm | 13:31 |
*** papacz has joined #openstack-kolla | 13:32 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Initial Helm support https://review.openstack.org/396296 | 13:34 |
sdake | sbezverk i was just getting ready to withdraw my +2 from https://review.openstack.org/#/c/396296/33 | 13:34 |
sdake | as the gate is not happy | 13:34 |
kfox1111 | sdake: yeah. it was trying to launch the wrong version of the packages. | 13:35 |
kfox1111 | minor fix. | 13:35 |
kfox1111 | checks running now. | 13:35 |
sdake | kfox1111 cool - looked like it had workflow applied - that typically forces a merge even if the workflow is removed | 13:36 |
sbezverk | sdake: gate was not happy because tiller was restarting I suspect, I am not sure if it was PS related | 13:36 |
kfox1111 | :/ | 13:36 |
kfox1111 | sbezverk: no, that was just the multinode one. every once in a while I thikn it hits a bad node. | 13:37 |
kfox1111 | the real issue showed up in some of the other ones. | 13:37 |
kfox1111 | http://logs.openstack.org/96/396296/33/experimental/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/3662f7e/console.html | 13:37 |
sdake | kfox1111 going to do the work on the experiemtnal moving around gate jobs - which ones should be left experimental? | 13:37 |
kfox1111 | http://logs.openstack.org/96/396296/33/experimental/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/3662f7e/console.html#_2016-11-30_01_51_33_801951 | 13:37 |
sbezverk | kfox1111: got it | 13:38 |
sdake | fwiw, rax-org and rax-iad seem to struggle with our setup_gate.sh scripts | 13:38 |
sdake | don't know why | 13:38 |
sdake | org/ord | 13:38 |
sdake | every other provider seems to work well | 13:38 |
sdake | i would complain to infra but been there done that, I think its a problem in our gate scripts | 13:39 |
openstackgerrit | Wei Cao proposed openstack/kolla-ansible: Add freezer ansible role https://review.openstack.org/402224 | 13:39 |
*** jascott1 has joined #openstack-kolla | 13:39 | |
sdake | Jeffrey4l has debugged extensively - and fixed a whole slew of problems with the gate, but we still don't have rax working well | 13:40 |
kfox1111 | sdake: yeah. kolla-kubernetes has been pretty stable. every onince in a long while I see a network blip. like, stuff even fails to download. | 13:40 |
kfox1111 | the gate I mean. | 13:40 |
kfox1111 | haven't seen too many rax issues of late with it. | 13:40 |
sdake | kfox1111 when that happens - check the provider (first line in logs) | 13:40 |
sdake | kfox1111 and keep track of em | 13:41 |
*** lamt has joined #openstack-kolla | 13:41 | |
sdake | so we can get em fixed - something wrong with setup_gate.sh most likely | 13:41 |
kfox1111 | sdake: centos-binary-ceph-multi, centos-binary-external-ovs centos-binary-ceph ubuntu-binary-ceph are the stable ones to promote | 13:41 |
sdake | kfox1111 thanks :) | 13:42 |
sdake | not iscsi? - seems to be passing | 13:42 |
kfox1111 | it was aplaceholder until someone implemented it. | 13:42 |
sdake | still a placeholder? | 13:43 |
kfox1111 | yup. doesn't do anything. | 13:43 |
kfox1111 | https://review.openstack.org/#/c/404332/ | 13:43 |
kfox1111 | see the runtimes of each. :) | 13:43 |
*** sean-k-mooney has quit IRC | 13:43 | |
sdake | ram___ ok warmed up now | 13:43 |
sdake | ram___ mind sharing your issue | 13:43 |
sbezverk | kfox1111: when I am done with my templates I will do iscsi | 13:43 |
kfox1111 | the ansible one was a placeholder too, but just runs the same thing as gate-kolla-kubernetes-deploy-centos-binary-ceph-nv. | 13:43 |
kfox1111 | sbezverk: cool. :) | 13:44 |
sdake | kfox1111 i think we can delete the ansible one no? | 13:44 |
kfox1111 | sdake: yeah, or rename it 'operator' instead. | 13:44 |
*** jascott1 has quit IRC | 13:44 | |
sdake | sounds good | 13:44 |
sdake | ok fixing gate | 13:47 |
sdake | fixing/enhancing :) | 13:47 |
kfox1111 | :) | 13:47 |
*** srwilkers_ has joined #openstack-kolla | 13:47 | |
sdake | morning srwilkers | 13:48 |
srwilkers_ | sup sdake | 13:48 |
*** fguillot has joined #openstack-kolla | 13:48 | |
*** Serlex has quit IRC | 13:49 | |
sdake | just getting ready to make our experimental gate jobs non-experimental | 13:49 |
srwilkers_ | oh awesome | 13:49 |
sdake | but it was more of a greeting :) | 13:49 |
sdake | if your curious - I can show you a link to the review when I submit it | 13:49 |
srwilkers_ | yeah, thatd be cool | 13:50 |
sdake | srwilkers iopenstck-infra is kind of black magic - I lean on infra team to beat my reviews into shape | 13:50 |
sdake | but gotta submit something - its not like they know how to gate our project :) | 13:50 |
sdake | and by project - i mean the 3 deliverables in kolla :) | 13:51 |
srwilkers_ | yeah, the infra part of things has always been interesting to me. id like to understand it a bit better than just treat it as black magic. getting up to speed with kolla/kolla-k8s has been an experience too since im not from an operator background | 13:53 |
srwilkers_ | i like it though | 13:53 |
openstackgerrit | Pete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation https://review.openstack.org/404493 | 13:53 |
kfox1111 | sbezverk: so... | 13:53 |
kfox1111 | I think as we do more common stuff, the precommit -> git checkin starts to get uglier. | 13:53 |
sdake | srwilkers kfox1111 figured out infra - tbh I wasn't sure he could :) | 13:54 |
sdake | but he did | 13:54 |
kfox1111 | like, what do we do with common-deployment ? | 13:54 |
sdake | kfox1111 +++++ | 13:54 |
kfox1111 | we could append it to common_lib, | 13:54 |
*** tonanhngo has joined #openstack-kolla | 13:54 | |
kfox1111 | but that file gets huge. | 13:54 |
sdake | srwilkers ok going to work on that patch - i'll link it for those new to kolla-kubernetes in this channel | 13:55 |
kfox1111 | sbezverk: if we change the workflow to be git checkout, then prebuild, | 13:55 |
sdake | srwilkers so folks have some basic understanding of how this stuff works | 13:55 |
kfox1111 | prebuild can build kolla-common as a helm package, and then add it to each microservics chart. | 13:55 |
*** nradojevic has joined #openstack-kolla | 13:55 | |
sdake | 5 ton ac nice in the summer | 13:55 |
kfox1111 | but can still launch the microservices as you want I think? | 13:55 |
sdake | not nice in the winter | 13:56 |
sdake | hot cold hot cold all day long | 13:56 |
sdake | nest doesn't help the situation either | 13:56 |
*** tonanhngo has quit IRC | 13:56 | |
sbezverk | kfox1111: trying to understand adavantage of it. from development point of view it is better to have it in source code format | 13:56 |
sbezverk | in case you need to improve common code | 13:57 |
kfox1111 | sbezverk: I don't really care if its copying kolla-common as a binary tar into each microservice or the whole subdir. | 13:57 |
kfox1111 | the issue is the way we are doing it now, just copying one file, starts to get unwealdy once we have all of whats in services/common/* today I think. | 13:57 |
kfox1111 | we'd have to append them all into common lib. | 13:58 |
nradojevic | Hey, can someone please explain for what the serial (30%) is used for during the upgrade process? | 13:58 |
sbezverk | kfox1111: I get your point, so we keep source of common library in kolla-common and copy packed version to microservice/template | 13:59 |
kfox1111 | if we do it thought as the file tree, and git check it in though, then there will be more noise then signal in the repo. | 13:59 |
sbezverk | kfox1111: packaged I meant | 13:59 |
*** Pavo has quit IRC | 13:59 | |
kfox1111 | yeah. | 14:00 |
kfox1111 | so, we tweak helm_prepackage to build it and drop it in micrservices/*/charts/ ? | 14:01 |
kfox1111 | I can prototype that pretty quick I think. | 14:02 |
ram___ | sdake: Sry. just went out for snax. My issue : i was getting an issue when checking Task: Checking if kolla_internal_vip_address is in the same network as network_interface on all nodes. Issue details :http://paste.openstack.org/show/590951/ | 14:02 |
sbezverk | kfox1111: not sure, the code you drop is not a chart | 14:03 |
openstackgerrit | Pete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation https://review.openstack.org/404493 | 14:03 |
kfox1111 | sbezverk: thats how deps work too. | 14:03 |
kfox1111 | it can either be a tar, or a directory tree. | 14:03 |
sbezverk | kfox1111: right I just not sure if dependency can be "common code" and just child chart.. | 14:04 |
*** Pavo has joined #openstack-kolla | 14:04 | |
sdake | ram___ i'm not sure what that output means, - i didn't implement prechecks (any at all in fact:) | 14:04 |
sdake | ram___ i can tell you that this line: | 14:05 |
kfox1111 | I tested it as a child chart before, and it seemed to work. I can poc it up again, along with common-deployment to see if it will work. | 14:05 |
sdake | TASK [prechecks : Checking if kolla_internal_vip_address is in the same network as network_interface on all nodes] *** | 14:05 |
sdake | ram___ is validating that kolla_internal_vip_address == your network interface address | 14:06 |
sdake | ram__ can you paste your globals.yaml plz | 14:06 |
sdake | ram___ can you paste your globals.yaml plz | 14:06 |
ram___ | sdake: OK. | 14:06 |
*** goldyfruit has joined #openstack-kolla | 14:07 | |
sdake | kfox1111 sorry i see this word poc - and my brain locks up :) are you talking about a redo of the work we have agreed to? | 14:07 |
sbezverk | kfox1111: with child chart as dependecy I tested too, what I doubt that you can drop tarred kolla-common in there and helm will accept it.. | 14:07 |
kfox1111 | sbezverk: we have a working gate... we can test that pretty easily. :) | 14:07 |
kfox1111 | sdake: very slight. | 14:08 |
sbezverk | kfox1111: man I understand, but there is no limit for improvement | 14:08 |
sdake | kfox1111 ok - can we do that in a followon patch? | 14:08 |
kfox1111 | sdake: yeah. doing it as such. | 14:08 |
sdake | kfox1111 thanks! | 14:08 |
sdake | kfox1111 want to get what we got merged | 14:09 |
kfox1111 | sdake: +1 | 14:09 |
sdake | kfox1111 waiting on gates:) | 14:09 |
ram___ | sdake: global.yml http://paste.openstack.org/show/590957/ | 14:09 |
sdake | kfox1111 also please see private message about internal core business | 14:09 |
*** shardy has quit IRC | 14:09 | |
ram___ | sdake: I added only the mentioned lines in globals.yml http://paste.openstack.org/show/590959/ | 14:12 |
*** senk has joined #openstack-kolla | 14:12 | |
*** msimonin has joined #openstack-kolla | 14:13 | |
*** hfu has quit IRC | 14:14 | |
*** tonanhngo has joined #openstack-kolla | 14:15 | |
ram___ | sdake: I am doing Kolla All-in-one deployment on a Virtual machine. My VM eth0 Ip : 192.168.10.3. And In globals.yml I given network interface="eth0" and kolla_internal_vip_address=192.168.10.254 | 14:15 |
*** tonanhngo has quit IRC | 14:15 | |
*** v1k0d3n has joined #openstack-kolla | 14:16 | |
*** lrensing has joined #openstack-kolla | 14:19 | |
*** eaguilar has joined #openstack-kolla | 14:20 | |
*** v1k0d3n has quit IRC | 14:21 | |
*** Serlex has joined #openstack-kolla | 14:23 | |
*** v1k0d3n has joined #openstack-kolla | 14:23 | |
*** yingjun has quit IRC | 14:24 | |
*** yingjun has joined #openstack-kolla | 14:24 | |
*** rhallisey has joined #openstack-kolla | 14:26 | |
*** severion has joined #openstack-kolla | 14:27 | |
*** nradojevic has quit IRC | 14:28 | |
ram___ | sdake: hi. Are you there | 14:29 |
*** ayoung has joined #openstack-kolla | 14:29 | |
pbourke_ | Jeffrey4l: any idea, what is the difference between enabled and local/enabled in horizon | 14:30 |
*** v1k0d3n has quit IRC | 14:31 | |
*** jtriley has joined #openstack-kolla | 14:32 | |
*** severion has quit IRC | 14:34 | |
Jeffrey4l | pbourke_, seem enabled is used by horizon itself. local/enabled is used by other plugins. | 14:34 |
*** tonanhngo has joined #openstack-kolla | 14:34 | |
pbourke_ | Jeffrey4l: hmm ok thanks | 14:34 |
Jeffrey4l | np | 14:36 |
*** jtriley has quit IRC | 14:37 | |
sdake | ram___ sorry busy with something | 14:39 |
*** tonanhngo has quit IRC | 14:39 | |
*** tonanhngo has joined #openstack-kolla | 14:41 | |
*** tonanhngo has quit IRC | 14:42 | |
*** mdnadeem has quit IRC | 14:42 | |
ram___ | sdake: OK. Thanks. Whenever free just look at my issue please. Bec. I am new to kolla. Didn't get what was the reason for that issue. | 14:44 |
*** inc0 has joined #openstack-kolla | 14:44 | |
inc0 | good morning | 14:45 |
srwilkers_ | good morning inc0 | 14:46 |
*** jtriley has joined #openstack-kolla | 14:46 | |
*** msimonin has quit IRC | 14:49 | |
*** krtaylor has joined #openstack-kolla | 14:51 | |
*** jtriley has quit IRC | 14:51 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helm common package https://review.openstack.org/404808 | 14:52 |
*** kristian__ has quit IRC | 14:52 | |
*** inc0_ has joined #openstack-kolla | 14:52 | |
*** kristian__ has joined #openstack-kolla | 14:52 | |
kfox1111 | sbezverk: have a look at ^--- please. helm seems happy with the tarball being added to the charts subdir. | 14:52 |
*** inc0_ has quit IRC | 14:53 | |
*** kristia__ has joined #openstack-kolla | 14:54 | |
sbezverk | kfox1111: what is inside of tarball, just two yaml files? | 14:55 |
*** unicell1 has quit IRC | 14:55 | |
*** unicell has joined #openstack-kolla | 14:55 | |
*** msimonin has joined #openstack-kolla | 14:55 | |
kfox1111 | whatever helm puts in a package. I think esentially tar -cvf kolla-common.tgz helm/kolla-common | 14:57 |
*** kristian__ has quit IRC | 14:57 | |
kfox1111 | when you build a microservice package, | 14:57 |
kfox1111 | it actually seem to untar it first. | 14:57 |
kfox1111 | http://pastebin.com/UvGxn9CC | 14:58 |
*** kristia__ has quit IRC | 14:58 | |
*** saneax is now known as saneax-_-|AFK | 14:58 | |
sbezverk | kfox1111: ok it looks like, package adds Chart.yaml to make it like a child chart.. | 14:59 |
kfox1111 | http://pastebin.com/3EJkZUza | 14:59 |
kfox1111 | so it looks like it just unpacks the child packages in place. then tars up the new package. | 15:00 |
*** tonanhngo has joined #openstack-kolla | 15:01 | |
*** jascott1 has joined #openstack-kolla | 15:01 | |
sbezverk | kfox1111: let's get merge first part for helm_prebuild so we could do more testing with different templates | 15:01 |
*** tonanhngo has quit IRC | 15:01 | |
sbezverk | kfox1111: what is the content of this file: neutron-l3-agent/charts/kolla-common/Chart.yaml | 15:01 |
kfox1111 | sbezverk: yeah. thats why I made this a follow on patch. | 15:01 |
kfox1111 | don't want it blocking further service conversions. | 15:01 |
portdirect | yeah - getting it merged would be great :) | 15:02 |
sbezverk | kfox1111: +1 need to start pushing chart/templates | 15:02 |
kfox1111 | almst there. | 15:03 |
kfox1111 | https://review.openstack.org/#/c/396296/ all tests but multinode passed. | 15:03 |
kfox1111 | multinode failed on contacting the vm... | 15:03 |
*** mgiles has quit IRC | 15:03 | |
*** mgiles has joined #openstack-kolla | 15:04 | |
openstackgerrit | Pete Birley proposed openstack/kolla-kubernetes: Kolla-Kubernetes Vagrant development environment documentation https://review.openstack.org/404493 | 15:04 |
sbezverk | kfox1111: it does not seem to be PS related unless opnevswitch-agent is not doing good job | 15:04 |
*** TxGirlGeek has joined #openstack-kolla | 15:05 | |
*** shardy has joined #openstack-kolla | 15:05 | |
*** jascott1 has quit IRC | 15:05 | |
sbezverk | kfox1111: is there a way to run test PS with old way of deploying l3-agent and openvswitch-agent? | 15:05 |
kfox1111 | can submit a new dummy review and 'check experimental' | 15:06 |
*** caowei has quit IRC | 15:08 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test the gate with no real changes https://review.openstack.org/404817 | 15:08 |
sbezverk | kfox1111: how about just separating helm_prebuild and microservice packager in separate ps? we tested these two should be good to go. what do you think? | 15:12 |
sbezverk | kfox1111: if l3 or ovs-agents is the problem, then we get dealyed again | 15:13 |
kfox1111 | I'd rather not merge stuff thats not tested. | 15:13 |
kfox1111 | I think its real close. | 15:13 |
*** tonanhngo has joined #openstack-kolla | 15:14 | |
mgiles | portdirect Still unable to get your instructions working behind my corp proxy :( | 15:14 |
sdake | sbezverk soon you wont have to check experimental | 15:14 |
mgiles | Feel like I'm getting close, but had to make a number of changes to the playbooks | 15:14 |
sdake | mgiles proxy - GROAN | 15:14 |
mgiles | corporate overlords... | 15:15 |
*** tonanhngo has quit IRC | 15:15 | |
sbezverk | sdake: I am starting to develop an alergy on word 'soon' ;-) | 15:15 |
sdake | sbezverk today? | 15:15 |
sdake | sbezverk patch will be in today - depends on infra qto merge | 15:16 |
sdake | mgiles right - those damn infosec people :) | 15:16 |
sdake | mgiles check this out - to print to my printer, I have to disconnect from my VPN | 15:16 |
mgiles | sdake_ Yeah, me too... | 15:17 |
sdake | to login to my local lab, I have to disconnect from my VPN | 15:17 |
sdake | to do anything else I need to be on VPN | 15:17 |
sdake | how does one write code when one works from home when one must be on the vpn that disallows access to my internal lab | 15:18 |
sdake | mindboggling :) | 15:18 |
sbezverk | sdake: there is a very easy way to keep vpn and have access to your local gear | 15:18 |
sdake | sbezverk please do tell | 15:18 |
sbezverk | sdake: do you have CVO router to connect to vpn concentrator? | 15:18 |
sdake | sbezverk lets talk about that internally :) | 15:19 |
*** inc0 has quit IRC | 15:19 | |
sbezverk | sdake: sure | 15:19 |
*** srwilkers_ is now known as srwilkers_away | 15:19 | |
portdirect | *Plot thickens* | 15:19 |
openstackgerrit | Merged openstack/kolla-ansible: Enable sahara dashboard when enable_sahara is yes https://review.openstack.org/403504 | 15:19 |
sdake | nah i just dont want cisco's security shit being epxosed in a public channel ;) | 15:20 |
kfox1111 | sbezverk: some corperations don't like split tunnels. :/ | 15:20 |
*** wwriverrat has quit IRC | 15:20 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible: Create empty destroy.yml for all role https://review.openstack.org/399056 | 15:21 |
portdirect | mgiles: I'm probably not going to be the bset to help you with the proxy issue, but think that poissibly srwilkers_ or v1k0d3n may be able to help us here (as I'm just writing up their work really...) | 15:21 |
sdake | sbezverk thanks for the workaround :) | 15:22 |
mgiles | portdirect Thanks. Not sure it should hold up checking in the docs, but there will probably be some updates once I get it ironed out. | 15:22 |
openstackgerrit | Christian Berendt proposed openstack/kolla-ansible: Give plays in the site.yml playbook a name https://review.openstack.org/404822 | 15:25 |
portdirect | mgiles: I agree, but theres still quite a bit that needs sorted (and I'd ideally like my fork of halcyon-kubernetes to be dead by the time we merge), so hopfully we will have you up and running anyway by then :) | 15:25 |
mgiles | I hope so! | 15:25 |
srwilkers_away | hey portdirect, mgiles: let me look into that today | 15:27 |
mgiles | portdirect I have had to make changes to your playbooks in your fork, and to the Vagrantfile in the halcyon-vagrant-kubernetes | 15:27 |
srwilkers_away | and portdirect, im submitting a PR this morning to address the seds in your fork | 15:27 |
*** senk has quit IRC | 15:27 | |
mgiles | srwilkers_away great! I've made some progress so if you want to chat about what I've found, let me know. | 15:28 |
srwilkers_away | mgiles, yeah definitely. pm me and ill respond as soon as i get back | 15:28 |
portdirect | mgiles: for context, you desribe your setup: ie. Host OS/Hypervisor and where the various bits are running as well as the versions (I think you are on vagrant 1.9 - which only came out 24 hours ago...) | 15:28 |
openstackgerrit | Merged openstack/kolla-ansible: Fix cloudkitty upgrade permission issue https://review.openstack.org/404599 | 15:28 |
portdirect | srwilkers_away: sounds great dude, cheers for your help and support :) | 15:29 |
*** duonghq_ has joined #openstack-kolla | 15:29 | |
mgiles | portdirect I've moved back to 1.8 at this point to be more inline with what others are running | 15:29 |
*** yingjun has quit IRC | 15:30 | |
duonghq_ | evening | 15:30 |
*** yingjun has joined #openstack-kolla | 15:30 | |
mgiles | portdirect Right now mac with virtual box, but have also been trying on ubuntu in parallel. | 15:30 |
*** ayoung has quit IRC | 15:30 | |
*** kristian__ has joined #openstack-kolla | 15:30 | |
*** duonghq has quit IRC | 15:31 | |
*** duonghq_ is now known as duonghq | 15:32 | |
*** duonghq_ has joined #openstack-kolla | 15:32 | |
portdirect | ive updated the docs in the last hour with my experiences this morning on both those platforms, if you could comment on them here it would be great: https://review.openstack.org/#/c/404493/9/doc/source/development-environment.rst | 15:32 |
*** kristian__ has quit IRC | 15:34 | |
*** kristian__ has joined #openstack-kolla | 15:34 | |
duonghq | portdirect, why do you require Vagrant < 1.9.0 | 15:34 |
*** yingjun has quit IRC | 15:35 | |
portdirect | duonghq: my understanding is that the Vagrant file needs adapted to run under 1.9 | 15:35 |
mgiles | duonghq Not sure if there were other reasons, but I was getting errors with 1.9.0, when the Vagrantfile tried to recursively call vagrant to install plugins. Ended up in endless recursion loop | 15:35 |
mgiles | Once I manully installed plugins and commented that out it worked | 15:36 |
duonghq | portdirect, mgiles, ok, thank you | 15:36 |
portdirect | duonghq: both mgiles and a coworker redported issues with it - so I felt it was better to be safe than sorry at this stage untill I'd had a chance to test it myself | 15:36 |
duonghq | so should you put a note in the doc w/ link to bug? | 15:37 |
portdirect | good point | 15:37 |
*** mewald has quit IRC | 15:38 | |
*** inc0 has joined #openstack-kolla | 15:40 | |
openstackgerrit | Merged openstack/kolla-ansible: remove /var/lib/aodh in aodo-api https://review.openstack.org/404610 | 15:41 |
sdake | kfox1111 can you see PM re internal core business | 15:44 |
inc0 | kfox1111 man you need to make some notifications of PMs;) | 15:45 |
sdake | no shit | 15:45 |
sdake | inc0++ | 15:45 |
inc0 | I tried couple times yesterday and if I wouldn't know Kevin I would think he just chooses to ignore me;) | 15:45 |
*** sean-k-mooney has joined #openstack-kolla | 15:46 | |
sean-k-mooney | mliima: do you know if manila needs to have ssh keys to work? | 15:47 |
*** hieulq_ has joined #openstack-kolla | 15:48 | |
mliima | no, but you can set ssh keys | 15:48 |
mliima | wait | 15:48 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: requests 2.12.2 breaks docker-py https://review.openstack.org/404844 | 15:48 |
sdake | inc0 you ahe to ping him here - his client is bustola | 15:48 |
inc0 | will do next time;) | 15:49 |
mliima | sean-k-mooney, path_to_private_key and path_to_public_key | 15:49 |
rhallisey | inc0, ping him on slack | 15:49 |
mliima | :) | 15:49 |
rhallisey | he will answer | 15:49 |
mliima | sean-k-mooney, https://github.com/openstack/manila/blob/a97983dd0e23d9ea8654db0d6a2565d2daada04b/manila/share/drivers/service_instance.py#L60-L64 | 15:50 |
sean-k-mooney | mliima: yep i saw that. im getting a warning that it is not set | 15:50 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla: WIP: packing and uploading registry https://review.openstack.org/404435 | 15:50 |
*** rhallisey has quit IRC | 15:51 | |
sean-k-mooney | mliima: does manila require this to login to the service vm | 15:51 |
sean-k-mooney | that would explain the ssh timeout | 15:51 |
mliima | sean-k-mooney, https://review.openstack.org/#/c/377707/2/ansible/roles/manila/templates/manila-share.conf.j2 | 15:52 |
mliima | ... | 15:52 |
*** rhallisey has joined #openstack-kolla | 15:52 | |
*** zhubingbing_ has joined #openstack-kolla | 15:53 | |
sean-k-mooney | ok ill try adding that config option. we generate several ssh keys in kolla already so if manila does need ssh keys to function we can modify kolla to provided them easily | 15:53 |
inc0 | meeting in 7min | 15:54 |
inc0 | 6* | 15:54 |
inc0 | ;) | 15:54 |
inc0 | tempus fugit | 15:54 |
sbezverk | kfox1111: PS failed again at the same spot. so there must be then something with either l3-agent or ovs-agent | 15:56 |
*** hvlad has quit IRC | 15:56 | |
*** zhubingbing has quit IRC | 15:57 | |
inc0 | guess what time is it? | 15:58 |
inc0 | its meeeeeeting time!;) | 15:58 |
zhubingbing_ | yes | 15:58 |
zhubingbing_ | have 2 min; | 15:58 |
kfox1111 | sbezverk: yeah. gota head into work. will look at splitting out the neutron resources and just leave the bare build stuff. then we can get that merged and work can continue while we debugt the neutron templates. | 15:59 |
kfox1111 | something does seem wrong with them. | 15:59 |
*** Pavo has quit IRC | 15:59 | |
sbezverk | kfox1111: thank you would be great to go that way for now at least | 15:59 |
mliima | sean-k-mooney, | 15:59 |
mliima | works for me | 15:59 |
*** jascott1 has joined #openstack-kolla | 15:59 | |
mliima | and i didnt set ssh keys | 16:00 |
kfox1111 | arg... really want to know how to wrap a {{ with }} statement to multiple lines... | 16:01 |
*** wwriverrat has joined #openstack-kolla | 16:01 | |
kfox1111 | if anyone can figure that out, I'd be really greateful. | 16:01 |
kfox1111 | bbiab | 16:01 |
sean-k-mooney | mliima: im just really getting confused though becase i can ssh to the service instace fine. anyway got to run. ill let you know if i figure out whats going on. thanks for the help | 16:01 |
*** sean-k-mooney has quit IRC | 16:02 | |
*** sayantan_ has joined #openstack-kolla | 16:02 | |
*** Pavo has joined #openstack-kolla | 16:04 | |
klindgren | jeffery4l - I am now | 16:04 |
openstackgerrit | Mauricio Lima proposed openstack/kolla: Move manila-share service to network node https://review.openstack.org/396626 | 16:04 |
*** edi__ has quit IRC | 16:05 | |
*** tonanhngo has joined #openstack-kolla | 16:05 | |
*** edigleison has joined #openstack-kolla | 16:06 | |
*** tonanhngo has quit IRC | 16:07 | |
openstackgerrit | Merged openstack/kolla: Use Dockerfile customization instead of include_header https://review.openstack.org/404049 | 16:07 |
mliima | ping edigleison | 16:07 |
*** jgriffith_away is now known as jgriffith | 16:09 | |
openstackgerrit | Merged openstack/kolla: Add HACKING.rst and hacking test case. https://review.openstack.org/401873 | 16:23 |
*** adrian_otto has joined #openstack-kolla | 16:29 | |
*** hvlad has joined #openstack-kolla | 16:30 | |
*** hieulq_ has quit IRC | 16:31 | |
*** tonanhngo has joined #openstack-kolla | 16:32 | |
*** tonanhngo has quit IRC | 16:33 | |
*** hieulq_ has joined #openstack-kolla | 16:38 | |
*** srwilkers_away is now known as srwilkers_ | 16:41 | |
kfox1111 | back. | 16:43 |
sbezverk | kfox1111: good to have you back :-) | 16:44 |
*** tonanhngo has joined #openstack-kolla | 16:45 | |
*** bmace has quit IRC | 16:46 | |
*** tonanhngo has quit IRC | 16:46 | |
*** bmace has joined #openstack-kolla | 16:46 | |
*** vhosakot has joined #openstack-kolla | 16:47 | |
kfox1111 | sbezverk: thanks. :) | 16:49 |
kfox1111 | alanmeadows: alive? | 16:49 |
*** sayantan_ has quit IRC | 16:50 | |
*** msimonin1 has joined #openstack-kolla | 16:50 | |
*** sayantan_ has joined #openstack-kolla | 16:51 | |
*** msimonin has quit IRC | 16:52 | |
sbezverk | kfox1111: about your {{ with }} question I posted it on helm list and waiting for their reply | 16:52 |
*** hieulq_ has quit IRC | 16:52 | |
*** sayantan_ has quit IRC | 16:54 | |
*** sayantan_ has joined #openstack-kolla | 16:55 | |
*** hieulq_ has joined #openstack-kolla | 16:55 | |
kfox1111 | sbezverk: tahnks. I'm asking in go-nuts too. | 16:56 |
kfox1111 | they still are way to go focused there though... | 16:56 |
kfox1111 | "you should just do it in go, not in a template.... " ugg. | 16:57 |
*** sayantan_ has quit IRC | 16:57 | |
*** tonanhngo has joined #openstack-kolla | 16:57 | |
*** sayantan_ has joined #openstack-kolla | 16:57 | |
sbezverk | kfox1111: I am learning it now :-) | 16:58 |
*** tonanhngo has quit IRC | 16:58 | |
kfox1111 | go's good, and fine, but they totall ymiss the point. repeatedly, when I ask gotl template language questions there. :/ | 16:58 |
kfox1111 | helm doesn't support writing stuff in go. | 16:59 |
sbezverk | kfox1111: right it just uses their templating engine | 16:59 |
rhallisey | kfox1111, what do you think of calling an operator a vessel? | 17:00 |
duonghq | ya, quiet long meeting | 17:00 |
portdirect | and we are back | 17:01 |
wirehead_ | I’m going to classify calling an operator a vessel as a play on words and thus, I am in favor of it. | 17:01 |
rhallisey | wirehead_, meow | 17:01 |
kfox1111 | sbezverk: yeah. and they think their templating engine's great already, and "your using it wrong", don't pass too much stuff to a macro. :/ | 17:01 |
kfox1111 | sigh. I've used go way back in 0.9. | 17:01 |
kfox1111 | they had similar reactions then too. | 17:01 |
jascott1 | heheh | 17:01 |
kfox1111 | they've fixed a lot of issues that I reported early. but they still push back alot. :/ | 17:02 |
duonghq | rhallisey, ping | 17:02 |
rhallisey | duonghq, yo | 17:02 |
duonghq | can you explain your idea under vessel? | 17:02 |
jascott1 | rhallisey stewards | 17:02 |
rhallisey | it's a name change | 17:02 |
sbezverk | kfox1111: human/developer's nature | 17:02 |
sdake | duonghq our meetings are always 1 hour in length :) | 17:02 |
kfox1111 | rhallisey: connotation may be a bit wrong. but +1 for calling something other then operator. | 17:02 |
kfox1111 | sbezverk: yeah. :/ | 17:02 |
kfox1111 | sbezverk: some devs are better at listening to user needs then others though. | 17:03 |
duonghq | sdake, today, we have 1hr + 1-2m, j/k | 17:03 |
rhallisey | kfox1111, it has a nice ring | 17:03 |
rhallisey | mariadb vssel | 17:03 |
sdake | duonghq :) | 17:03 |
jascott1 | im pretty sure steward is a real position on a ship | 17:03 |
rhallisey | mariadb vessel* | 17:03 |
rhallisey | jascott1, no idea | 17:03 |
jascott1 | and implies 'doing stuff' | 17:03 |
rhallisey | I was thinking admiral at first, but I like vessel better | 17:03 |
sdake | admiral is a bit arrogant :) | 17:04 |
rhallisey | so is operator | 17:04 |
sdake | yup | 17:04 |
jascott1 | steward actually takes care of something | 17:04 |
portdirect | jascott1: it is | 17:04 |
*** egonzalez90 has quit IRC | 17:04 | |
duonghq | rhallisey, why do you prefer vessel over operator? does operator make people confuse? | 17:04 |
kfox1111 | "sounds like helm might be trying to fasten screws with a hammer" - yup. this kind of thing.... :/ | 17:04 |
rhallisey | duonghq, operator has two meanings, kfox1111 or a kubernetes operator | 17:04 |
kfox1111 | rhallisey: I'd say, captan rather then vessle. | 17:05 |
jascott1 | 'I guess you could say Im a good steward of the land" G W Bush | 17:05 |
kfox1111 | rhallisey: its driving the other things, not the other things itself. | 17:05 |
*** zhubingbing_ has quit IRC | 17:05 | |
rhallisey | kfox1111, I wasn't aiming for the meaning, but the best word | 17:05 |
portdirect | jascott1: and with that your back to a -1 from me :D | 17:05 |
jascott1 | lol | 17:05 |
jascott1 | ya was pushing it there, it was comic relief | 17:05 |
kfox1111 | rhallisey: "orchestrator" ? :) | 17:05 |
sbezverk | +1 for orchestrator | 17:06 |
kfox1111 | the "mariadb orchestrator" the "rabbit orchestrator" ... the "nova orchestrator" ... :) | 17:06 |
inc0 | conductor | 17:06 |
kfox1111 | inc0: yes, but no. :) | 17:06 |
inc0 | nova-conductor-conductor | 17:06 |
kfox1111 | exactly. :) | 17:06 |
portdirect | "thing-that-does-stuff-to-make-your-openstack-work-real-good-all-the-time-and-put-ops-out-of-jobs" ? | 17:06 |
kfox1111 | please don't hate your users that way. :) | 17:06 |
kfox1111 | portdirect: yeah. that. that. :) | 17:06 |
rhallisey | lol | 17:06 |
*** matrohon has quit IRC | 17:07 | |
duonghq | inc0, and operator will hit their head to the rack | 17:07 |
inc0 | ttdstmyowrgattapoooj in short | 17:07 |
kfox1111 | portdirect: "wizbangy-thing-that-is-a-blackbox-and-does-magic" :) | 17:07 |
jascott1 | http://www.dictionary.com/browse/steward | 17:07 |
rhallisey | vessel :) | 17:07 |
inc0 | "just-trust-us" | 17:07 |
kfox1111 | steward I like too. | 17:07 |
portdirect | inc0: ++ | 17:07 |
jascott1 | imean it doesnt sound so cool but it actually implies taking care of someting | 17:07 |
inc0 | ensign | 17:07 |
kfox1111 | cause its watching over the things. | 17:08 |
kfox1111 | shepard might work too. | 17:08 |
jascott1 | and cause, star trek | 17:08 |
*** v1k0d3n has joined #openstack-kolla | 17:08 | |
*** sayantan_ has quit IRC | 17:08 | |
inc0 | or it's about pets right? | 17:08 |
kfox1111 | inc0: too low rank. more. :) | 17:08 |
inc0 | veterinary | 17:08 |
jascott1 | a person who attends to the domestic concerns of persons on board a vessel, as in overseeing maids and waiters. | 17:08 |
rhallisey | kfox1111, want to know the latin for shepard? | 17:08 |
rhallisey | pastor | 17:08 |
kfox1111 | rhallisey: hah. thats awesome. | 17:09 |
*** sayantan_ has joined #openstack-kolla | 17:09 | |
duonghq | sdake, you said you want to clear things up? | 17:09 |
sbezverk | rhallisey: it has also religious meaning | 17:09 |
rhallisey | ya | 17:09 |
inc0 | rev. nova-compute? | 17:09 |
jascott1 | haha | 17:09 |
kfox1111 | rhallisey: really brings the religious arugment around orchestration to the forefront. :) | 17:09 |
rhallisey | that's the etymology of it | 17:09 |
rhallisey | kfox1111, lol! | 17:09 |
inc0 | his excellency high priest neutron | 17:09 |
rhallisey | kfox1111, we shouldn't joke about that | 17:09 |
kfox1111 | inc0: no. pope. definatly grand pope neutron ;) | 17:10 |
rhallisey | :) | 17:10 |
kfox1111 | wow this has really gotten off the rails. :) | 17:10 |
rhallisey | very funny | 17:10 |
*** tonanhngo has joined #openstack-kolla | 17:10 | |
inc0 | why priests? let's go higher yet! pharaoh | 17:11 |
sbezverk | kfox1111: :) let's get back to coding please!! | 17:11 |
kfox1111 | inc0: dune... | 17:11 |
kfox1111 | god emperor. :) | 17:11 |
wirehead_ | Well, with progress, he’s less of a pharoh and more of a pha-bro. | 17:11 |
inc0 | god emperor? | 17:11 |
v1k0d3n | srwilkers: hey man | 17:11 |
wirehead_ | We could call operators “little makers" | 17:12 |
inc0 | demiurgos | 17:12 |
inc0 | ? | 17:12 |
srwilkers_ | v1k0d3n, hey whats happening | 17:12 |
kfox1111 | inc0: http://gorrem.deviantart.com/art/Leto-Atreides-II-God-Emperor-of-Dune-442480774 | 17:12 |
jascott1 | oh man | 17:13 |
kfox1111 | hehe | 17:13 |
duonghq | forget, https://review.openstack.org/#/c/404092/ <- can somebody merge it again? (it was merged and went out after repo split) | 17:13 |
inc0 | protector of the seven kingdoms, first of his name, scheduler of all things, our lord and master kubernetes? | 17:13 |
jascott1 | lol | 17:13 |
*** tonanhngo has quit IRC | 17:13 | |
wirehead_ | https://kitchenoverlord.com/2016/08/03/dune-week-spice-filled-sandworm/ | 17:13 |
inc0 | https://i.ytimg.com/vi/u1w4IxCXIxU/hqdefault.jpg for warhammer 40k fans | 17:14 |
srwilkers_ | wirehead_, oh my | 17:14 |
v1k0d3n | who on our side is working on quickstart with halcyon for kolla-kube? are you or marcel working on that? | 17:14 |
kfox1111 | wirehead_: thats awesome. :) | 17:14 |
v1k0d3n | (i don't know or have marcel's handle...lot to keep up with these days. haha) | 17:15 |
kfox1111 | inc0: hehe. | 17:15 |
inc0 | spice flows with this one | 17:15 |
srwilkers_ | v1k0d3n, portdirect has done the work thats in review for it currently | 17:15 |
v1k0d3n | oh damn. cool! | 17:15 |
srwilkers_ | v1k0d3n, i plan on helping him as needed (if at all, really) | 17:15 |
v1k0d3n | which repo is being used for that? | 17:15 |
wirehead_ | Kolla-Kubernetes: The machine that would have been built had the Butlerian Jihad not gone the way it did. | 17:15 |
duonghq | v1k0d3n, your link: https://review.openstack.org/#/c/404493/ | 17:16 |
*** sayantan_ has quit IRC | 17:16 | |
inc0 | wirehead_, maybe kolla-k8s is just a first step to what caused butlerian jihad? | 17:16 |
srwilkers_ | v1k0d3n, halcyon-vagrant-kubernetes and portdirect's fork of halcyon-kubernetes, but plans to change to upstream halcyon-kubernetes | 17:16 |
inc0 | or similarly, dark age of technology for 40k;) | 17:16 |
wirehead_ | I, at least, know which side I’ll be on when it’s time to kill the thinking machines. | 17:16 |
inc0 | (now when I think about it, Dune and wh40k have lot in common) | 17:17 |
inc0 | wirehead_, depends on how quickly assimilation technology appears | 17:17 |
inc0 | borg is eternal, borg is ultimate being | 17:17 |
portdirect | srwilkers_: just sorting that out now, soon I'll be able to do this to my fork: https://www.youtube.com/watch?v=aCbfMkh940Q | 17:18 |
*** rhallisey has quit IRC | 17:18 | |
srwilkers_ | portdirect, god i love that movie | 17:18 |
kfox1111 | yeah... my own pet conspericy theory is this... what if the google evermind already was in existance. would we know? ;) | 17:18 |
kfox1111 | google's incredibly secrative. maybe.... for a reason... ;) | 17:18 |
*** rhallisey has joined #openstack-kolla | 17:18 | |
v1k0d3n | portdirect: can we merge the items you have in https://github.com/portdirect/halcyon-kubernetes into the upstream version? | 17:18 |
portdirect | v1k0d3n: no! | 17:19 |
wirehead_ | My pet theory is that intelligence is close to irreducably complex, therefore, if we create a thinking conscious machine, it’ll be in an embarassing accident. | 17:19 |
*** jgriffith is now known as jgriffith_away | 17:19 | |
portdirect | v1k0d3n: too ugly to live - give me 30 mins and I'll have a tidy branch for you :) | 17:19 |
v1k0d3n | :) | 17:19 |
kfox1111 | wirehead_: I agree. and thats why I struggle to think why other cs folks thing that they can control such a thing. | 17:19 |
v1k0d3n | that works | 17:19 |
v1k0d3n | portdirect: reason why i asked is because we're currently in progress on CI for these repos. | 17:20 |
v1k0d3n | this will build community trust | 17:20 |
duonghq | I think you should go to bed now, bye inc0 portdirect kfox1111 v1k0d3n srwilkers_ | 17:20 |
portdirect | awesome! thats great news | 17:20 |
inc0 | duonghq have a good night! | 17:20 |
v1k0d3n | and help with PR's that may break things. | 17:20 |
srwilkers_ | later duonghq | 17:20 |
portdirect | laters duonghq | 17:20 |
v1k0d3n | hey duonghq thanks man! | 17:20 |
v1k0d3n | have a good night dude. | 17:20 |
*** hieulq_ has quit IRC | 17:21 | |
wirehead_ | I’m comfortable with the thought that a thinking machine, upon achieving consciousness, will scan github and instantly begin slaying the technological priesthood on account of how all of us write really bad code. | 17:21 |
kfox1111 | duonghq: goodnight. | 17:21 |
kfox1111 | wirehead_: heh. yeah, bad code's one thing. | 17:22 |
kfox1111 | human's are insanely creative in their stupidity though, in general. I'm more worried about it seeing that. :) | 17:22 |
*** pcaruana has quit IRC | 17:23 | |
wirehead_ | I didn’t try to describe what would happen after the conscious machine reads reddit for the first time. | 17:23 |
duonghq | I knew I type something wrong, now I can see what is wrong: *you -> I, sorry guys :P | 17:23 |
*** duonghq has quit IRC | 17:23 | |
kfox1111 | "when you build a idiot proof device, the unverse produces a better idiot." :) | 17:23 |
srwilkers_ | kfox1111, +1 | 17:23 |
portdirect | v1k0d3n: also mgiles was havving some issues with his corp proxy - if you have any pointers for him thst'd be super cool | 17:23 |
srwilkers_ | portdirect, mgiles and i are talking now | 17:23 |
portdirect | nice - cheers srwilkers_ | 17:24 |
kfox1111 | well, I think go-nuts is out of ideas to make sane looking gotl templates. :/ | 17:24 |
*** senk has joined #openstack-kolla | 17:24 | |
kfox1111 | they just start questing why helm's a good idea at all. :/ | 17:24 |
kfox1111 | so, obviously don't get it. | 17:25 |
kfox1111 | maybe sprig has something... | 17:25 |
*** msimonin1 has quit IRC | 17:26 | |
*** tonanhngo has joined #openstack-kolla | 17:26 | |
sbezverk | kfox1111: who about splitting one long {{ with }} with multiple {{ with }} it will look a bit ugly with temaplate ending with bunch of {{ end }} | 17:26 |
*** msimonin has joined #openstack-kolla | 17:26 | |
kfox1111 | sbezverk: yeah. considered that too. | 17:27 |
*** msimonin has quit IRC | 17:27 | |
*** tonanhngo has quit IRC | 17:27 | |
v1k0d3n | mgiles: hey man | 17:28 |
*** eaguilar has quit IRC | 17:28 | |
v1k0d3n | have you tried using the proxy config for vagrant? | 17:28 |
v1k0d3n | it's in the config.rb file | 17:28 |
mgiles | Yes. Has some problems with docker | 17:28 |
v1k0d3n | example is in there. | 17:28 |
v1k0d3n | hmmm.... | 17:28 |
mgiles | It doesn't seem to configure the docker proxy for centos right | 17:28 |
mgiles | and requires a reboot after docker install to pick it up | 17:28 |
mgiles | :( | 17:29 |
v1k0d3n | the vagrant proxy (when used) proxies everything...even points to a local repo for proxy. | 17:29 |
v1k0d3n | pretty slick stuff | 17:29 |
srwilkers_ | so looking, i found this https://github.com/tmatilai/vagrant-proxyconf/issues/97 | 17:29 |
*** rmart04 has quit IRC | 17:29 | |
v1k0d3n | srwilkers_: can you help and keep a thumb on this issue? | 17:29 |
srwilkers_ | v1k0d3n, yep | 17:29 |
v1k0d3n | if we need to make changes to project we can. just let me know what needs to be done. | 17:29 |
mgiles | Yep. I used that (although the Vagrantfile also attempts to set those values) | 17:30 |
SamYaple | is anyone working on monasca in kolla? | 17:30 |
v1k0d3n | reach out over q, slack or ping me on IRC | 17:30 |
mgiles | as pointed out there though, you need to do a vagrant reload | 17:30 |
*** msimonin has joined #openstack-kolla | 17:30 | |
*** msimonin has quit IRC | 17:30 | |
* v1k0d3n runs back to lab | 17:30 | |
SamYaple | inc0: question above ^^ | 17:30 |
v1k0d3n | mgiles: srwilkers_ will be able to help. | 17:30 |
mgiles | working with him. thanks | 17:30 |
*** lrensing has quit IRC | 17:30 | |
v1k0d3n | cool! np. glad to help. we'll get it sorted out. | 17:31 |
kfox1111 | this would be so much easier if helm supported jinja2. :/ | 17:31 |
v1k0d3n | btw, mgiles have you been working around this issue? | 17:31 |
*** msimonin has joined #openstack-kolla | 17:31 | |
inc0 | SamYaple, haven't seen any reviews lately, seems like open for business | 17:31 |
*** msimonin has quit IRC | 17:32 | |
kfox1111 | hmm... no way to encode to yaml in helm/gotl either. :/ | 17:32 |
v1k0d3n | you can always do a vagrant up --no-provision, vagrant reload, and then vagrant provision. | 17:32 |
openstackgerrit | Merged openstack/kolla-ansible: Ignore dom0 qemu processes during destroy https://review.openstack.org/399203 | 17:32 |
inc0 | bbiaf guys | 17:32 |
kfox1111 | gotl's definitely got a ways to grow to get to jinja2's capabilities. | 17:32 |
mgiles | v1k0d3n I've been trying to get it up and running. A number of changes made to the playbooks and almost have everything running with it. Discussing with srwilkers_ now | 17:33 |
*** msimonin has joined #openstack-kolla | 17:33 | |
sbezverk | kfox1111: but what you try to solve with multiline with I might have missed it? | 17:33 |
rhallisey | SamYaple, he only answers to meow | 17:33 |
kfox1111 | sbezverk: I'm trying ot neutron-server | 17:33 |
kfox1111 | (or any of the common-deployment based objects). | 17:33 |
kfox1111 | there are a lot of vars to pull in from etc/kolla-kubernetes/services.yaml in to the main template. | 17:34 |
kfox1111 | and a yaml blob. | 17:34 |
rhallisey | jk :) | 17:34 |
kfox1111 | I think I can convert hte yaml blob from a var to a macro though to work around the lack of a yaml encoder. | 17:34 |
openstackgerrit | Merged openstack/kolla-ansible: Enable cinder backup tab in horizon https://review.openstack.org/399900 | 17:34 |
*** shardy has quit IRC | 17:35 | |
sdake | v1k0d3n a+ on the dev env | 17:35 |
kfox1111 | but there will be like 14 arguments to the macro. | 17:35 |
SamYaple | rhallisey: when his name autocopmletes as such i will do that! | 17:35 |
sdake | v1k0d3n i'm in love - please dont break it :) | 17:35 |
openstackgerrit | Merged openstack/kolla-ansible: Add more options for cinder-backup. https://review.openstack.org/402912 | 17:35 |
sbezverk | kfox1111: what if you build variable dict before using it with with? | 17:35 |
SamYaple | inc0: ok. whats the merge policy on the kolla repo now? if i built a monasca container without the ansible bits, can that merge? | 17:35 |
v1k0d3n | sdake: na...we're not going to break it. | 17:36 |
v1k0d3n | so it's working well for you? | 17:36 |
sdake | v1k0d3n yup works like a charm | 17:36 |
kfox1111 | sbezverk: stil not sure how to do that without doing it all in one line | 17:36 |
sdake | v1k0d3n needed docs, which portdirect wrote | 17:36 |
v1k0d3n | :thumbsup | 17:36 |
sdake | i think portdirect has some changes needed in the code a bit or we have to tell people to manually change things around | 17:36 |
v1k0d3n | sdake: so you're using portdirect's fork of halcyon? | 17:36 |
sdake | v1k0d3n not sure on specifics | 17:36 |
v1k0d3n | or default? | 17:36 |
portdirect | v1k0d3n: sdake is atm | 17:36 |
sdake | v1k0d3n i am pretty sure i used your version | 17:37 |
portdirect | (using my fork) | 17:37 |
*** inc0 has quit IRC | 17:37 | |
sdake | portdirect ok we need to fix that :) | 17:37 |
v1k0d3n | lol | 17:37 |
v1k0d3n | yeah, going to get really confusing quickly. | 17:37 |
*** fguillot has quit IRC | 17:37 | |
v1k0d3n | devs need really simple. hate having outside anyway...but we needed it for ourselves to dev anyway. | 17:37 |
v1k0d3n | if you have devs sitting with no solution...that's not good | 17:38 |
portdirect | sdake: v1k0d3n's graciously added be to the halcyon contributors so I'm working on that right now | 17:38 |
sdake | portdirect moment let me look at your gerrit review for the docs - i was pretty sure it was att repo | 17:38 |
v1k0d3n | that's why sdake is pushing for common solution. | 17:38 |
sbezverk | kfox1111: any chance you squeez that PS for helm_prebuild before your battle with neutron-server? | 17:38 |
sdake | v1k0d3n right idle = fail | 17:38 |
v1k0d3n | devs always have to have working easy solutions. | 17:38 |
kfox1111 | sbezverk: oh. yeah. sec. | 17:38 |
srwilkers_ | sdake, there are two: one of ours, and portdirect's fork | 17:38 |
sdake | lemme look at the review in gerrit - i don't actually know what i pulled - i c&Ped :) | 17:39 |
*** sayantan_ has joined #openstack-kolla | 17:39 | |
srwilkers_ | should be att/halcyon-vagrant-kubernetes, then portdirect/halcyon-kubernetes iirc | 17:40 |
v1k0d3n | portdirect: when you update the halcyon-vagrant-kube repo, make sure to PR an update for the halcyon-kube repo too. that will keep things in sync for devs. | 17:40 |
*** sdake_ has joined #openstack-kolla | 17:40 | |
*** sdake_ has quit IRC | 17:40 | |
*** sdake_ has joined #openstack-kolla | 17:40 | |
*** fguillot has joined #openstack-kolla | 17:40 | |
v1k0d3n | i've been doing manually when there are important changes so far. but i need to stop that. as CI get's firmed up...this will become easier. | 17:40 |
portdirect | sdake/srwilkers_/v1k0d3n: Once I've fixed it there should be 0 impact on people who have set up an env already - other than running 'git submodule init' and changing one line in the config.rb. | 17:41 |
sdake_ | https://review.openstack.org/#/c/404493/9/doc/source/development-environment.rst | 17:41 |
*** sayantan_ has quit IRC | 17:41 | |
sdake_ | line 143/144 | 17:41 |
sdake_ | two repos one is fork one is att repo | 17:42 |
portdirect | yep | 17:42 |
*** sayantan_ has joined #openstack-kolla | 17:42 | |
portdirect | that will change soon to not include my repo | 17:42 |
v1k0d3n | sdake: yeah...been talking with portdirect. it will read one repo with a submodule init. going down a good path with a single repo. | 17:43 |
v1k0d3n | just need to get changes in. coming soon. | 17:43 |
portdirect | and a single . will be removed from the start of line 181 | 17:43 |
*** kristian__ has quit IRC | 17:43 | |
v1k0d3n | btw... portdirect for now...we need to keep the ubuntu side working as well. our shop is heavy ubuntu. for devs...they'll need both. | 17:43 |
v1k0d3n | sounds good. | 17:43 |
v1k0d3n | was going to review comment....but we're in line now. | 17:44 |
*** kristian__ has joined #openstack-kolla | 17:44 | |
portdirect | v1k0d3n: yeah thats v important to us as well | 17:44 |
*** sdake has quit IRC | 17:44 | |
v1k0d3n | srwilkers_: you're our garrit guy...can you make a comment on that? | 17:44 |
v1k0d3n | :) | 17:44 |
v1k0d3n | lol | 17:44 |
portdirect | v1k0d3n: we need to support both platforms equally | 17:44 |
*** jascott1 has quit IRC | 17:44 | |
v1k0d3n | agreed absolutely | 17:45 |
openstackgerrit | Merged openstack/kolla: Replaces uuid.uuid4 with uuidutils.generate_uuid() https://review.openstack.org/404406 | 17:46 |
srwilkers_ | v1k0d3n, yeah, ive been reviewing it as it evolves | 17:46 |
sdake_ | v1k0d3n ok - note on submodules - if you ever want to bring that work into openstack namespace, infra does not like submodules | 17:46 |
sdake_ | v1k0d3n does not like is not strong enough - but I hate to use the word "despise" :) | 17:46 |
v1k0d3n | dang... sbezverk is everywhere! | 17:48 |
*** kristian__ has quit IRC | 17:48 | |
v1k0d3n | he's like a freaking ninja | 17:48 |
v1k0d3n | lurking in all the hipster chat channels | 17:48 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Remove the deprecated command and the useless "if" condition https://review.openstack.org/404896 | 17:49 |
*** unicell has quit IRC | 17:50 | |
v1k0d3n | sdake_: yeah, makes sense. that's why we felt stuck to maintain ourside of kolla-k8s for now. | 17:50 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible: Debug gate job https://review.openstack.org/401825 | 17:50 |
v1k0d3n | the intent was to not force people to use vagrant if they don't want to. | 17:50 |
v1k0d3n | for instance...i use just the halcyon-k8s portion for bare metal...daily. | 17:50 |
v1k0d3n | even though you don't have to submodule it....for some reason people loose their minds when they see "vagrant" and don't ever thing....Gee....i can use the ansible playbooks and not have to use vagrant. | 17:51 |
v1k0d3n | but...whatever. please the people we did *yoda voice off | 17:51 |
*** matrohon has joined #openstack-kolla | 17:53 | |
sdake_ | v1k0d3n interesting fact about sbezverk - he isn't even if my org - he works on this on his own time ;) | 17:54 |
sbezverk | sdake_: should I stop doing it ?? | 17:54 |
openstackgerrit | caoyuan proposed openstack/kolla: Remove the "nova-network" container file https://review.openstack.org/404099 | 17:54 |
sdake_ | v1k0d3n roger - devs dont care if they hae to use submodule or not for a dev env | 17:55 |
sdake_ | v1k0d3n infra does care :) | 17:56 |
sdake_ | sbezverk stop doing what? | 17:56 |
sdake_ | sbezverk i think your rockin dude - keep at it :) | 17:56 |
*** eaguilar has joined #openstack-kolla | 17:56 | |
*** jascott1 has joined #openstack-kolla | 17:57 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Initial Helm support https://review.openstack.org/396296 | 17:57 |
klindgren | Have some kolla-ansible questions reguarding glance. If we have some legacy setups that use a shared nfs store, looks like that not supported. - but is simple enough to add in. Is this something that you guys would actually want? | 17:57 |
*** msimonin has quit IRC | 17:58 | |
klindgren | Also, does kolla integrate any of the openstack services into systemd? For auto start on node reboot or the like. Trying to look theough all the configs now. But not seeing anything jumping out at me. | 17:58 |
kfox1111 | sbezverk: if that passes, I think we should be good to go. | 17:58 |
kfox1111 | then I'll add the neutron stuff back in as a followup. | 17:58 |
sbezverk | kfox1111: just got answer from helm, it seems you are going to be stuck with really really really long "with" statement | 17:58 |
kfox1111 | sbezverk: yeah. was afraid of that. :/ | 17:59 |
*** Pavo has quit IRC | 17:59 | |
kfox1111 | ask them for a dictionary union function. | 17:59 |
sbezverk | kfox1111: great I really hope it passes :-) is there a pray for PS to pass? ;-) | 17:59 |
*** jgriffith_away is now known as jgriffith | 18:00 | |
kfox1111 | sbezverk: there is a prayer for everything. ;) | 18:00 |
sdake_ | v1k0d3n halcyon for bare metal seems interesting - my main objective there was to unblock me so i could actually get work done | 18:00 |
kfox1111 | sbezverk: I think this is going to be a bigger issue for helm. they need to figure out a way to solve it. | 18:00 |
sdake_ | v1k0d3n existing solutions or dev envs don't work for me | 18:00 |
sdake_ | or/for | 18:01 |
sbezverk | kfox1111: it seems they agree to consider new feature | 18:01 |
v1k0d3n | sdake_: yup. exactly why we created this repo. saw a need for our folks too. just had to get it done...there was nothing out there that worked for us either. | 18:02 |
v1k0d3n | i've tried everything. ended up needing something quick and dirty specifically for this task (dev for kolla-kube and around some of the pvc claims for kubernetes). | 18:02 |
v1k0d3n | well....and helm of course. | 18:03 |
*** Pavo has joined #openstack-kolla | 18:04 | |
openstackgerrit | Merged openstack/kolla: Install neutron-fwaas plugin in neutron-base https://review.openstack.org/393409 | 18:08 |
kfox1111 | sbezverk: awesome... this with becomes 468 chars long. :/ | 18:10 |
*** inc0 has joined #openstack-kolla | 18:11 | |
*** inc0 has quit IRC | 18:11 | |
sbezverk | kfox1111: please share your sentiment here: https://github.com/Masterminds/sprig/issues/23 | 18:12 |
kfox1111 | sbezverk: thanks. will do. | 18:14 |
openstackgerrit | sayantani proposed openstack/kolla: [WIP] Corrected Punctuation in quickstart.rst https://review.openstack.org/404907 | 18:14 |
*** ayoung has joined #openstack-kolla | 18:16 | |
*** senk has quit IRC | 18:17 | |
kfox1111 | arg.... | 18:21 |
sbezverk | kfox1111: it looks liek you need to create helm/microservice folder in this PS and add something there otherwise helm_prebuild fails | 18:21 |
kfox1111 | bootstrapping issue. :/ | 18:21 |
openstackgerrit | sayantani proposed openstack/kolla: [WIP] Corrected Punctuation in quickstart.rst https://review.openstack.org/404907 | 18:21 |
kfox1111 | sbezverk: yeah. | 18:21 |
kfox1111 | don't know if git likes bare directories though. does it? | 18:22 |
*** sdake_ has quit IRC | 18:22 | |
SamYaple | is there any current issue with master branch of kolla? | 18:22 |
SamYaple | im buidling the images but it isnt tagging them | 18:22 |
*** kollabot has quit IRC | 18:22 | |
*** sdake has joined #openstack-kolla | 18:22 | |
sbezverk | kfox1111: that is why I suggest to dump simple readme file | 18:23 |
*** dave-mcc_ has joined #openstack-kolla | 18:23 | |
sbezverk | in microservice | 18:23 |
*** inc0 has joined #openstack-kolla | 18:23 | |
inc0 | I'm back | 18:24 |
*** kollabot has joined #openstack-kolla | 18:24 | |
*** unicell has joined #openstack-kolla | 18:24 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Initial Helm support https://review.openstack.org/396296 | 18:25 |
srwilkers_ | wb inc0 | 18:25 |
*** dave-mccowan has quit IRC | 18:26 | |
SamYaple | hey is anyone else seeing this? http://paste.openstack.org/show/590998/ | 18:29 |
SamYaple | any known bad version of docker/docker-py that im using? | 18:29 |
SamYaple | it doesnt appear to be tagging the image after its built causing all other images to fail | 18:29 |
*** adrian_otto has quit IRC | 18:30 | |
SamYaple | can someone at least confirm they have built images with `kolla-build` lately...? | 18:32 |
jascott1 | SamYaple where are you getting 4.0 from? | 18:32 |
SamYaple | jascott1: this is master | 18:32 |
jascott1 | its trying to pull 4.0 from docker hub | 18:32 |
jascott1 | which doesnt exist | 18:32 |
SamYaple | jascott1: im well ware. look at it, it builds base and doesnt tag it | 18:32 |
SamYaple | it _should_ exist locally at that point | 18:33 |
SamYaple | but it never gets tagged | 18:33 |
*** sayantan_ has quit IRC | 18:34 | |
jascott1 | ah gotcha | 18:34 |
*** sayantan_ has joined #openstack-kolla | 18:34 | |
*** kbyrne has quit IRC | 18:35 | |
*** kbyrne has joined #openstack-kolla | 18:38 | |
kfox1111 | welp, up to 506 chars long now. :/ | 18:40 |
*** sayantan_ has quit IRC | 18:42 | |
sbezverk | SamYaple: there must be something in docker service config. It should not try to communicate with docker.io/kolla/ubuntu-source-base: | 18:42 |
*** sayantan_ has joined #openstack-kolla | 18:45 | |
*** jascott1 has quit IRC | 18:45 | |
SamYaple | sbezverk: in fact it does! its just normally the images are already tagged locally | 18:45 |
SamYaple | sbezverk: its not tagging the base image after building | 18:45 |
SamYaple | thats the issue | 18:45 |
*** hvlad has quit IRC | 18:47 | |
SamYaple | so again I ask, has anyone built master recently? | 18:49 |
sbezverk | SamYaple: I built on my local machine images too and I did not see any references in the log to docker.io that is why I thought it was strange.. But I got your comment of not even tagging base image. | 18:49 |
SamYaple | sbezverk: yea if i tag it manually, it works | 18:49 |
SamYaple | sbezverk: docker will check locally for kolla/ubuntu-source-base and fall back to docker.io even though no one references docker.io | 18:50 |
*** lrensing has joined #openstack-kolla | 18:50 | |
SamYaple | thats just a docker thing though, not related to kolla | 18:50 |
sbezverk | SamYaple: got it, since it is not correctly tagged it tries to find other options | 18:50 |
SamYaple | yea | 18:51 |
SamYaple | i dont get it. its just not tagging. thats it | 18:51 |
SamYaple | tagging by hand and it works fine | 18:51 |
*** jascott1 has joined #openstack-kolla | 18:52 | |
*** sayantan_ has quit IRC | 18:53 | |
sbezverk | SamYaple: will try it again on newly clonned master | 18:53 |
*** sayantan_ has joined #openstack-kolla | 18:53 | |
SamYaple | ok | 18:53 |
jascott1 | SamYaple worked for me | 18:53 |
SamYaple | jascott1: what version of docker and docker-py? | 18:54 |
jascott1 | 1.12.1 and 1.10.6 | 18:54 |
SamYaple | my steps were -- new vm, install latest docker, git clone kolla, pip install kolla, kolla-build | 18:54 |
SamYaple | jascott1: same versions for me | 18:55 |
SamYaple | jascott1: ubuntu or centos? | 18:56 |
jascott1 | ubuntu | 18:56 |
jascott1 | i ran your exact command | 18:56 |
sbezverk | SamYaple: hmmm cannot build either :-( error is different but still.. | 18:56 |
SamYaple | jascott1: can you run `pip freeze | grep kolla` ? | 18:57 |
jascott1 | kolla==4.0.0.0b2.dev67 | 18:57 |
jascott1 | kolla-kubernetes==0.3.1.dev24 | 18:57 |
kfox1111 | sdake: https://review.openstack.org/#/c/396296/ | 18:58 |
sdake | been otp | 18:58 |
sdake | got a million ontifications | 18:58 |
sdake | give mea minute | 18:58 |
kfox1111 | :) | 18:58 |
sbezverk | kfox1111: +2 your PS | 18:58 |
*** Serlex has quit IRC | 18:58 | |
sbezverk | now we can rock'n'roll | 18:58 |
SamYaple | jascott1: so you arent running head | 18:59 |
SamYaple | jascott1: that might be the difference here | 18:59 |
SamYaple | jascott1: can you test against HEAD of master? | 18:59 |
SamYaple | im going to roll bac 30 or so commits and test it with your commit | 19:00 |
*** jrich523 has quit IRC | 19:00 | |
jascott1 | sure, having weird problems with irc client or corp net today so prob get disconnected | 19:00 |
jascott1 | SamYapple thats kolla head on master | 19:03 |
jascott1 | 95191bc | 19:04 |
harlowja | SamYaple yup i'm seeing that, lol | 19:05 |
SamYaple | jascott1: hmmm. how is pip doing this versioning then? i get kolla-4.0.0.0b2.dev105 | 19:05 |
harlowja | same on stable newton | 19:05 |
kfox1111 | nice... the macro trick worked around that issue.... | 19:05 |
jascott1 | idk git just tells me i got latest | 19:05 |
SamYaple | harlowja: can you give your environment? distro, docker version, docker-py version | 19:05 |
jascott1 | sorry not a lot of pip/kolla expertise | 19:06 |
harlowja | SamYaple i can give u everything, ha | 19:06 |
harlowja | the world | 19:06 |
SamYaple | jascott1: are you sure your arent in the wrong branch and your upstream points to github.com/openstack/kolla? | 19:06 |
sbezverk | meeting time bb in 2 hours | 19:06 |
SamYaple | sbezverk: thanks for the help! well catchup later | 19:06 |
jascott1 | on master, remote.origin.url=https://github.com/openstack/kolla.git | 19:06 |
kfox1111 | k... think I have a neutron-server ready to test. :) | 19:07 |
harlowja | SamYaple https://gist.github.com/harlowja/ff8d7b35e11252b5d39106604dea4525 (what our jenkins is doing) | 19:07 |
harlowja | docker version 1.12 | 19:07 |
SamYaple | jascott1: i dont see how its possible for you to have .dev67 then. but im not 100% sure how pip sets that version (i thought ti was commits since tag....) | 19:07 |
jascott1 | ya idk let me start over | 19:08 |
SamYaple | cool harlowja. thats what im seeing as well | 19:08 |
*** tonanhngo has joined #openstack-kolla | 19:08 | |
SamYaple | thats enough for this to be confirmed | 19:08 |
harlowja | https://gist.github.com/harlowja/ff8d7b35e11252b5d39106604dea4525#file-gistfile1-txt-L996 | 19:08 |
SamYaple | inc0: whens the last time you built with kolla-build? | 19:08 |
harlowja | seems to have just started last night, ha | 19:09 |
harlowja | cause our jenkins was working last night :-P | 19:09 |
SamYaple | harlowja: yea idk whats going on. im running 1.12.1 | 19:10 |
harlowja | (we use stable/newton kolla though) | 19:10 |
SamYaple | did a requirements change last night maybe? | 19:10 |
SamYaple | well not for stable | 19:10 |
harlowja | unsure | 19:11 |
*** TxGirlGeek has quit IRC | 19:11 | |
*** TxGirlGeek has joined #openstack-kolla | 19:12 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server https://review.openstack.org/404929 | 19:12 |
sdake | mgiles quick q | 19:12 |
*** tonanhngo has quit IRC | 19:12 | |
*** saneax-_-|AFK is now known as saneax | 19:12 | |
sdake | mgiles you said you got the dev env to work behind a proxy | 19:12 |
mgiles | sdake I did get a partial environment working | 19:13 |
kfox1111 | sbezverk: can you have a look at that one? it shows why breaking up the kolla-common thing to a real package has some benifit. | 19:13 |
sdake | mgiles are you blocked on proxy? | 19:13 |
mgiles | sdake yes | 19:13 |
sdake | portdirect any ideas? | 19:13 |
sdake | srwilkers_ any ideas? | 19:13 |
mgiles | I've been working some with srwilkers_ already | 19:13 |
mgiles | I have fixes up to a point | 19:14 |
sdake | sweet | 19:14 |
mgiles | but now am stuck with DNS problems | 19:14 |
sdake | dns problems - sbezverk any pointers? | 19:14 |
portdirect | that I may be able to help with? | 19:14 |
kfox1111 | sdake: can you please wf this: https://review.openstack.org/#/c/396296/ | 19:14 |
*** unicell has quit IRC | 19:14 | |
sdake | kfox1111 roger - getting there | 19:14 |
harlowja | SamYaple let me know if u find anything, i'll try to figure it out also | 19:14 |
kfox1111 | k | 19:14 |
sdake | kfox1111 reviewing now | 19:14 |
SamYaple | harlowja: same to you. i hit up docker channel | 19:15 |
mgiles | portdirect maybe... I'm working a couple setups in parallel. the one I've gotten the farthest on is mac and virtual box | 19:15 |
SamYaple | see if theyve seen anything | 19:15 |
harlowja | `Docker version 1.12.0, build 8eab29e` | 19:15 |
mgiles | portdirect seems like the ansible stuff overwrites resolv.conf hardcoding google dns | 19:15 |
kfox1111 | jascott1: you were working on glance, right? | 19:15 |
jascott1 | i was | 19:15 |
mgiles | portdirect but that gets overwritten when you restart the vm | 19:15 |
jascott1 | but now im not | 19:15 |
jascott1 | went to memcached | 19:15 |
portdirect | yeah: I thought that would cause issues at some point... | 19:16 |
jascott1 | since duonghq is working on glance | 19:16 |
sdake | kfox1111 sleep 1 ftl ;) | 19:16 |
kfox1111 | jascott1: have a look at https://review.openstack.org/404929 please. | 19:16 |
mgiles | so two problems. 1) hardcoded google dns is not available behind proxy | 19:16 |
mgiles | 2) hardcoded values get overwritten on reboot of vm | 19:16 |
kfox1111 | sdake: heh. nothing to see here | 19:16 |
* kfox1111 waves his hands around | 19:17 | |
*** jrich523 has joined #openstack-kolla | 19:17 | |
sdake | kfox1111 ;) | 19:17 |
kfox1111 | :) | 19:17 |
*** unicell has joined #openstack-kolla | 19:17 | |
portdirect | mgiles: ok for option 1, what works for you? a confiutation option for external dns, or use whatever you get from dhcp in your vm? | 19:17 |
sdake | kfox1111 dontcha know, jedi mind tricks dont work on me ;) | 19:17 |
kfox1111 | sdake: thanks. | 19:17 |
kfox1111 | worth at try. ;) | 19:17 |
portdirect | mgiles: *problem 1 sorry. | 19:18 |
mgiles | portdirect the dhcp value returned to the vm (from virtual box) works to a point, but doesn't include the kubedns entry which I assume we need | 19:18 |
portdirect | I'll get to that in a moment :) | 19:19 |
kfox1111 | jascott1: it was on my todo list to rebase glance-api on top of common_deployment at somepoint too, as its very similar I think. | 19:19 |
kfox1111 | jascott1: so we might want to do that too as part of the conversion. might be easier. | 19:19 |
openstackgerrit | Merged openstack/kolla-kubernetes: Initial Helm support https://review.openstack.org/396296 | 19:20 |
harlowja | SamYaple pip freeze (kolla venv being used in jenkins) @ https://gist.github.com/harlowja/042bc0ba88fbdce1e81bd5dba33a7e6a | 19:20 |
portdirect | mgiles: so the dhcp dns is what you need for external? I'll get back to you with a fix for the reboot issue in a sec. | 19:21 |
mgiles | yes. if we just insert the kubedns ip rather than replace the whole resolv.conf that would work. | 19:21 |
mgiles | I think... | 19:21 |
*** unicell has quit IRC | 19:22 | |
jascott1 | duonghq_ what kfox1111 said :) | 19:22 |
*** tonanhngo has joined #openstack-kolla | 19:23 | |
portdirect | mgiles: cool - thats what I've been doing on my real machines, though it wont be possible to totally fix this the same way I do here | 19:23 |
sdake | kfox1111 see PM | 19:24 |
*** unicell has joined #openstack-kolla | 19:24 | |
portdirect | mgiles: while I work on a better solution to your problem, could you edit this file: https://github.com/portdirect/halcyon-kubernetes/blob/kolla_dev/kube-deploy/roles/kube-prep/templates/resolv.conf.j2, to point to the correct dns server | 19:25 |
mgiles | portdirect yep can do that. i was looking at changing that in ansible to use lineinfile to edit resolv.conf (rather than replacing the file), but then ran into the overwriting problem. Also not sure how much of this is spsecific to virtualbox. | 19:25 |
portdirect | mgiles: ans insert this: https://paste.fedoraproject.org/494313/53422714/raw/ at some point into https://github.com/portdirect/halcyon-kubernetes/blob/kolla_dev/kube-deploy/roles/kube-prep/tasks/prep-host-dns.yml, to provide a tempoary work-around for your second issue | 19:31 |
*** TxGirlGeek has quit IRC | 19:31 | |
mgiles | portdirect thanks. I'll try it | 19:32 |
*** TxGirlGeek has joined #openstack-kolla | 19:32 | |
*** mkoderer has quit IRC | 19:33 | |
portdirect | mgiles: whoops | 19:35 |
portdirect | mgiles: this paste https://paste.fedoraproject.org/494320/34582148/raw/ | 19:36 |
alanmeadows | kfox1111: meeting bonanza today, but im sort of here | 19:36 |
portdirect | the last one forgot to escape the [ and ] in sed... | 19:37 |
*** senk has joined #openstack-kolla | 19:38 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helm common package https://review.openstack.org/404808 | 19:38 |
openstackgerrit | David Lyle proposed openstack/kolla-kubernetes: Minor doc format fix https://review.openstack.org/404940 | 19:39 |
*** adrian_otto has joined #openstack-kolla | 19:41 | |
*** msimonin has joined #openstack-kolla | 19:44 | |
*** msimonin has quit IRC | 19:46 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server https://review.openstack.org/404929 | 19:47 |
jascott1 | kfox1111 why is haproxy in the common_deployment? | 19:49 |
*** kollabot has quit IRC | 19:51 | |
*** kollabot has joined #openstack-kolla | 19:51 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server https://review.openstack.org/404929 | 19:51 |
*** Satya_ has joined #openstack-kolla | 19:52 | |
openstackgerrit | satya proposed openstack/kolla-ansible: RabbitMQ cluster should work on api interface https://review.openstack.org/404944 | 19:53 |
*** edigleison has quit IRC | 19:54 | |
*** msimonin has joined #openstack-kolla | 19:56 | |
*** Pavo has quit IRC | 19:59 | |
*** TxGirlGeek has quit IRC | 20:01 | |
*** Pavo has joined #openstack-kolla | 20:04 | |
*** TxGirlGeek has joined #openstack-kolla | 20:04 | |
*** msimonin has quit IRC | 20:07 | |
*** v1k0d3n has quit IRC | 20:13 | |
*** v1k0d3n has joined #openstack-kolla | 20:13 | |
kfox1111 | alanmeadows: was just wondering if you know a way to line wrap a {{ }} . sounds like go just can't do it. | 20:14 |
kfox1111 | jascott1: it provides a mechanism for safe rolling upgrades. | 20:14 |
kfox1111 | jascott1: i also plan to extend it with ssl support, so that all communication in/out of a physical node is encrypted. | 20:14 |
alanmeadows | that sounds like a scary pipeline ;-) | 20:15 |
kfox1111 | so it can be either the l1 or the l2 ssl layer. | 20:15 |
alanmeadows | I have not hit that requirement--as an alternative is it possible to functionalize the pipeline if its common | 20:15 |
kfox1111 | alanmeadows: https://review.openstack.org/#/c/404929/3/helm/microservice/neutron-server/templates/neutron_server.yaml <- look at that with. :/ | 20:15 |
*** msimonin has joined #openstack-kolla | 20:16 | |
*** sayantan_ has quit IRC | 20:16 | |
alanmeadows | yikes | 20:17 |
kfox1111 | alanmeadows: thats the cleanest way I could think to do that though. :/ | 20:17 |
kfox1111 | sets up all the temlpate spacific vars, and then calls the commmon template. | 20:17 |
*** v1k0d3n has quit IRC | 20:18 | |
kfox1111 | I could cram most of that in values, but really, they are things that the user should never override. it would break things. so they shouldn't see them. | 20:18 |
kfox1111 | something like values.yaml, but constants.yaml would also maybe solve it. | 20:19 |
kfox1111 | but if you could do: | 20:19 |
*** matrohon has quit IRC | 20:19 | |
kfox1111 | {{- with $evn := dict "foo" true \ | 20:19 |
kfox1111 | "bar" false \ | 20:19 |
kfox1111 | "baz" true }} | 20:20 |
*** eaguilar has quit IRC | 20:20 | |
kfox1111 | that would be best I think. | 20:20 |
*** eaguilar has joined #openstack-kolla | 20:20 | |
*** eaguilar has quit IRC | 20:20 | |
*** sayantan_ has joined #openstack-kolla | 20:22 | |
*** sayantan_ has quit IRC | 20:23 | |
*** sayantan_ has joined #openstack-kolla | 20:24 | |
alanmeadows | just to iteratively improve whats here I'm wondering if you cant simply create the dict before hand, var by var and pass the completed dict to with | 20:24 |
*** sayantan_ has quit IRC | 20:24 | |
kfox1111 | alanmeadows: would love to. not sure how though. | 20:25 |
kfox1111 | didn't see any functions in helm to support that. :/ | 20:25 |
*** sayantan_ has joined #openstack-kolla | 20:25 | |
kfox1111 | sbezverk filed an issue to try and get support for that. | 20:25 |
*** senk has quit IRC | 20:25 | |
kfox1111 | alanmeadows: https://github.com/Masterminds/sprig/issues/23 | 20:25 |
*** sayantan_ has quit IRC | 20:25 | |
*** matrohon has joined #openstack-kolla | 20:26 | |
*** srwilkers_ has quit IRC | 20:26 | |
*** sayantan_ has joined #openstack-kolla | 20:26 | |
kfox1111 | interesting.. lbaas now = octavia | 20:26 |
kfox1111 | wonder how the other lb providers feel about that. | 20:27 |
*** wwriverrat has quit IRC | 20:30 | |
alanmeadows | was just experimenting ;-) | 20:30 |
*** saneax is now known as saneax-_-|AFK | 20:30 | |
kfox1111 | alanmeadows: did you find a way? :) | 20:31 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla: WIP: packing and uploading registry https://review.openstack.org/404435 | 20:34 |
*** srwilkers_ has joined #openstack-kolla | 20:35 | |
sbezverk | kfox1111: so it got merged?? | 20:36 |
kfox1111 | sbezverk: yup. | 20:37 |
kfox1111 | this one's hot on its heals though, so would really like your inpout on it: https://review.openstack.org/#/c/404808/ | 20:38 |
harlowja | SamYaple any luck? | 20:38 |
harlowja | i destroyed our jenkins slaves (they get recreated dynamically from a openstack cluster) and still happens | 20:39 |
sbezverk | kfox1111: need to test my openvswitch with the latest merged PS, then do the same with 404808 | 20:39 |
kfox1111 | k. | 20:39 |
SamYaple | harlowja: nope. even with custom repo/namespace and different versions of docker and docker-py | 20:40 |
harlowja | weirddddd | 20:40 |
harlowja | klindgren ^ | 20:40 |
*** Satya_ has quit IRC | 20:41 | |
harlowja | SamYaple whacky stuff | 20:41 |
SamYaple | harlowja: first time i come back to the project in 6 months and this is my greeting | 20:41 |
harlowja | :( | 20:41 |
SamYaple | when i left it was working great people! | 20:41 |
harlowja | it was working last night, ha | 20:41 |
SamYaple | :P | 20:41 |
harlowja | i should somehow try to publish my jenkins stuff to public world | 20:41 |
harlowja | *our jenkin sstuff (at godaddy) | 20:41 |
kfox1111 | inc0: alive? | 20:42 |
SamYaple | kfox1111: he is playing VR im sure | 20:42 |
kfox1111 | he was talking about doing a docker mirror with infra at some point. | 20:42 |
kfox1111 | seeing some strange breakages in the gate now, related to docker not finding containers. | 20:43 |
kfox1111 | curious if they are releated. | 20:43 |
harlowja | kfox1111 are those the same ones i see :-P | 20:43 |
harlowja | on a local build, ha | 20:43 |
SamYaple | kfox1111: hah! thats what ive been talking about this whole time | 20:43 |
kfox1111 | http://logs.openstack.org/08/404808/2/experimental/gate-kolla-kubernetes-ansible-workflow-ceph-nv/c3e14ab/console.html#_2016-11-30_19_50_32_091920 | 20:43 |
SamYaple | kfox1111: i think its an issue with docker.io | 20:43 |
harlowja | ya, looks ismlar | 20:43 |
harlowja | *looks similar | 20:43 |
harlowja | how do i tell it to not use docker.io | 20:44 |
SamYaple | harlowja: you cant its hardcoded | 20:44 |
SamYaple | kfox1111: yep. read the scrollback. thats the same issue | 20:44 |
SamYaple | kfox1111: whats happening is its not tagging the image after it builds | 20:44 |
inc0 | alive and well | 20:44 |
inc0 | whats up kfox1111 ? | 20:44 |
harlowja | kfox1111 SamYaple klindgren yup looks similar | 20:44 |
SamYaple | inc0: its all borked | 20:44 |
inc0 | gates are broken ;() | 20:44 |
kfox1111 | inc0: http://logs.openstack.org/08/404808/2/experimental/gate-kolla-kubernetes-ansible-workflow-ceph-nv/c3e14ab/console.html#_2016-11-30_19_50_32_091920 know what might cuse that? | 20:44 |
SamYaple | not just gates | 20:44 |
kfox1111 | cause | 20:44 |
*** kristian__ has joined #openstack-kolla | 20:44 | |
harlowja | my gate inside godaddy to :-P | 20:45 |
*** kristian__ has quit IRC | 20:45 | |
inc0 | lol | 20:45 |
SamYaple | so whats happening there inc0 (been troubleshooting this since i got on here) is its not tagging after building | 20:45 |
*** kristian__ has joined #openstack-kolla | 20:45 | |
SamYaple | kfox1111: inc0 http://paste.openstack.org/show/590998/ | 20:45 |
harlowja | i'm pretty sure it was SamYaple that did it | 20:45 |
kfox1111 | so, docker pull kolla/centos-binary-ceph-mon:2.0.2 on my own box works. | 20:45 |
harlowja | he said he just returned to kolla, and then it broke... | 20:45 |
harlowja | concidence...???? | 20:45 |
kfox1111 | I'm not running kolla-build at all. | 20:45 |
kfox1111 | so don't think its that. | 20:46 |
kfox1111 | just trying to pull directly from docker hub is failing. | 20:46 |
kfox1111 | very weird. | 20:46 |
SamYaple | kfox1111: i dont think its kolla-build, i think its docker not tagging after build | 20:46 |
srwilkers_ | harlowja, i dont believe in coincidences ;) | 20:46 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice https://review.openstack.org/403959 | 20:46 |
harlowja | srwilkers_ then it must be those goblins | 20:46 |
harlowja | lol | 20:46 |
kfox1111 | SamYaple: yeah, in my case though, no docker build. just docker pull kolla/centos-binary-ceph-mon:2.0.2 | 20:46 |
kfox1111 | and thats failing. | 20:46 |
harlowja | kfox1111 https://gist.github.com/harlowja/ff8d7b35e11252b5d39106604dea4525#file-gistfile1-txt-L988-L999 | 20:47 |
harlowja | thats from jenkins here | 20:47 |
harlowja | (stable/newton kolla) | 20:47 |
sdake | harlowja dockerhub has lots o goblins | 20:47 |
sbezverk | more on building topic, anybodt tried to build kolla on a host with centos 7.3? | 20:48 |
sdake | harlowja hence why kolla-ansible builds images in the gate rather then pulling from docker hub :) | 20:48 |
* inc0 building images | 20:48 | |
SamYaple | the only way i can think to explain both our issues kfox1111 would be a dockerhub issue | 20:48 |
SamYaple | sdake: its both broken currently | 20:48 |
inc0 | yeah, I can't recall any build script change lately | 20:48 |
sdake | SamYaple interesting - build of ceph-mon fails? | 20:48 |
SamYaple | sdake: all builds fail see http://paste.openstack.org/show/590998/ | 20:49 |
SamYaple | its not tagging | 20:49 |
SamYaple | inc0: this affects all branches so its not a repo change | 20:49 |
*** mewald has joined #openstack-kolla | 20:49 | |
SamYaple | inc0: its also affecting multiple (or all) version of docker and docker-py | 20:49 |
SamYaple | ive been through quite a few combos | 20:49 |
inc0 | what the actual fuck? | 20:49 |
SamYaple | yep | 20:50 |
inc0 | I mean, even if dockerhub broken something | 20:50 |
inc0 | how the hell it affects local stuff? | 20:50 |
sdake | ERROR:kolla.image.build.openstack-base:Tag 4.0.0 not found in repository docker.io/kolla/ubuntu-source-base | 20:50 |
SamYaple | sdake: now look at `docker images` | 20:50 |
inc0 | well it's not there nor it should be | 20:50 |
SamYaple | sdake: youll have an untaged image | 20:50 |
sdake | why is oenstack-base pulling ubuntuu-source-base from docker.io? | 20:51 |
SamYaple | INFO:kolla.image.build.base:Successfully built ba61fc680814 | 20:51 |
SamYaple | <none> <none> ba61fc680814 2 minutes ago 274.9 MB | 20:51 |
sbezverk | kfox1111: I want to modify ceph_workflow.sh with this code: http://paste.openstack.org/show/591016/ | 20:51 |
SamYaple | sdake: see ^^ | 20:51 |
SamYaple | its not getting its name, the ids match but it doesnt get named | 20:51 |
kfox1111 | hmm.. got a few messages fomr docker hub saying there api was broken for a while. will resubmit... | 20:51 |
SamYaple | so it tries to pull from docker.io | 20:51 |
harlowja | why u no like your name image | 20:51 |
harlowja | take your name | 20:51 |
inc0 | say my name! | 20:52 |
srwilkers_ | lol | 20:52 |
kfox1111 | sbezverk: close. | 20:52 |
kfox1111 | still has parts of the old commands in it too. | 20:52 |
kfox1111 | and the --name should be different between them. | 20:53 |
kfox1111 | --name openvswitch-ovsdb-network | 20:53 |
*** v1k0d3n has joined #openstack-kolla | 20:54 | |
inc0 | sooo...I just build images and it got tagged fine | 20:55 |
* harlowja tries running the nova image building job | 20:55 | |
kfox1111 | sbezverk: oh. or I think the paste was just done at the wrong point. the " kollakube res" string should just be moved after the helm install bit. | 20:55 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helm common package https://review.openstack.org/404808 | 20:55 |
SamYaple | inc0: did you launch a new vm for this? with no old images? | 20:56 |
inc0 | did docker rmi -f $(docker images) | 20:56 |
harlowja | k, same thing i do before building | 20:56 |
inc0 | and docker images after that was clean | 20:56 |
SamYaple | inc0: on a fresh vm with a new docker install and all? | 20:56 |
inc0 | no, but I'll do it not | 20:56 |
inc0 | now | 20:56 |
SamYaple | ive been through about 10 vms at this point, all do the same thing | 20:56 |
SamYaple | new vm, install docker, git clone kolla, pip install kolla, kolla-build ----- busted | 20:57 |
sbezverk | kfox1111: my problem is it does not let me modify it | 20:57 |
harlowja | since someone might find this neat, http://imgur.com/RczZGsA | 20:57 |
kfox1111 | sbezverk: what does it say? | 20:57 |
srwilkers_ | harlowja, that is pretty neat. is that yours? | 20:58 |
harlowja | it is | 20:59 |
harlowja | it also emits things to a slack channel | 20:59 |
srwilkers_ | thats pretty neat | 20:59 |
harlowja | http://imgur.com/f6Z0aYl | 20:59 |
harlowja | so the activity goes to 2 places | 20:59 |
harlowja | handy dandy, ha | 20:59 |
inc0 | yeah, docker installed today == broken | 21:01 |
*** sayantan_ has quit IRC | 21:02 | |
inc0 | vm that was around some time == works | 21:02 |
inc0 | same code - current master | 21:02 |
harlowja | :( | 21:02 |
inc0 | seems like docker issue | 21:02 |
*** sayantan_ has joined #openstack-kolla | 21:02 | |
inc0 | anyone tried on centos? | 21:02 |
harlowja | yup | 21:02 |
harlowja | me | 21:02 |
harlowja | but i install 1.12 docker | 21:02 |
*** sayantan_ has quit IRC | 21:02 | |
sbezverk | kfox1111: it just ignores any changes I do in bin and tells me that no changes in the workspace | 21:02 |
inc0 | I have 1.11.2 | 21:02 |
harlowja | inc0 i think SamYaple has tried a few other versions | 21:03 |
*** sayantan_ has joined #openstack-kolla | 21:03 | |
kristian__ | Hi inc0 | 21:03 |
SamYaple | all the version inc0 | 21:03 |
SamYaple | alllll the verrssssioooonnns | 21:03 |
kristian__ | do you know how to boot from the gpu? | 21:03 |
harlowja | i haven't changed versions so not sure its the version | 21:03 |
inc0 | 1.11.1 on my old vm = works | 21:03 |
kfox1111 | sbezverk: and you tried git add -f ? | 21:03 |
harlowja | hmmmm, inc0 on centos? | 21:05 |
harlowja | i can try that version, if it helps | 21:05 |
harlowja | just gotta destroy my jenkins slaves and have them get auto-magic rebuilt | 21:05 |
inc0 | so I'm comparing my 2 ubuntu machines | 21:05 |
inc0 | both xenials | 21:05 |
openstackgerrit | Christian Berendt proposed openstack/kolla-ansible: Give plays in the playbooks a name https://review.openstack.org/404822 | 21:05 |
*** sayantan_ has quit IRC | 21:06 | |
SamYaple | inc0: yea i just went to 1.11.1 and i have that issue | 21:06 |
inc0 | both overlays | 21:06 |
SamYaple | this is weird | 21:06 |
inc0 | working one has 4.4.0-47 not working 4.4.0-36 | 21:06 |
inc0 | kernels | 21:06 |
SamYaple | im using overlay2 | 21:06 |
inc0 | I'll try to bump kernel | 21:06 |
*** sayantan_ has joined #openstack-kolla | 21:06 | |
SamYaple | watch it be a dirty cow issues | 21:07 |
harlowja | dirty betsy | 21:07 |
harlowja | always being dirty | 21:07 |
*** gfidente has quit IRC | 21:07 | |
harlowja | http://i00.i.aliimg.com/wsphoto/v0/1575700608/-font-b-Betsy-b-font-font-b-Cow-b-font-Costume-Mascot-CS47166.jpg | 21:08 |
harlowja | dirty cow ^ | 21:08 |
harlowja | lol | 21:08 |
*** mewald has quit IRC | 21:08 | |
*** Marcellin__ has joined #openstack-kolla | 21:08 | |
SamYaple | inc0: can you check the --debug output of dockerd and see if perhaps new or different api calls are made? | 21:08 |
inc0 | SamYaple, in a second, trying to bump up kernel | 21:09 |
*** TxGirlGeek has quit IRC | 21:11 | |
*** TxGirlGeek has joined #openstack-kolla | 21:11 | |
inc0 | not the kernel. | 21:11 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice https://review.openstack.org/403959 | 21:12 |
SamYaple | inc0: im running the yakkety kernel | 21:13 |
SamYaple | or should i say, ive tested with it as well | 21:13 |
SamYaple | inc0: mind you, you can tag the image by hand and it will then move on the openstack-bash | 21:13 |
SamYaple | fwiw | 21:13 |
harlowja | whats 'by hand' | 21:14 |
harlowja | sounds weird | 21:14 |
harlowja | ha | 21:14 |
kristian__ | Please may somebody help me with making my gpu primary in the vm? | 21:14 |
SamYaple | kristian__: you cant do that in openstack | 21:16 |
SamYaple | openstack has hardcoded templates and that includes a primary gpu | 21:16 |
kristian__ | SamYaple: can I bypass it? | 21:17 |
SamYaple | bypass the hardcoded template? no. its hardcoded in nova project | 21:17 |
kristian__ | by editing the template | 21:17 |
kristian__ | oh | 21:17 |
SamYaple | it will affect all instances at that point | 21:17 |
kristian__ | what about libvirt config? | 21:17 |
SamYaple | but yea, you can technically do it | 21:17 |
SamYaple | you can do a virsh edit to remove the primary | 21:18 |
SamYaple | but ive been down the path you are going down, it doesnt end well | 21:18 |
SamYaple | nova periodically regenerats that xml and youll lose YOUR changes | 21:18 |
*** TxGirlGeek has quit IRC | 21:18 | |
kristian__ | why does it do this | 21:18 |
kristian__ | then can I make my cloud gaming with steam in home streaming? | 21:19 |
*** bachp has quit IRC | 21:19 | |
SamYaple | nope. not easily | 21:19 |
SamYaple | i currently do _exactly_ that | 21:19 |
kristian__ | or how can I assign games to be played on the gpu? | 21:20 |
SamYaple | but its a VM running outside of openstack | 21:20 |
kristian__ | oh | 21:20 |
kristian__ | I did that same too | 21:20 |
SamYaple | i got it mostly working in openstack proper with template editing and stuff, but it was just a huge hassle | 21:20 |
SamYaple | i do not recommend it at all | 21:20 |
klindgren | Couldn't you do a libvirt hook? and have it do stuff on that vm when being launched. Not sure what exposed to the hook if you have the ability to see if its has custom tags. | 21:21 |
klindgren | But we use libvirt-hooks for implement traffic-shapping to our public vm's | 21:21 |
kristian__ | little question | 21:22 |
kristian__ | why cannt openstack have that easy proxmox iommu configuration? | 21:22 |
SamYaple | libvirt-hooks dont modify the XML klindgren | 21:22 |
kristian__ | in proxmox you add 2 lines of config and you are good to go | 21:23 |
SamYaple | kristian__: openstack is providing a generic supported layer for you, its not meant to customize every little option | 21:23 |
SamYaple | you should look into opennebula | 21:23 |
SamYaple | it does exactly what you want as far as fine grain things | 21:23 |
openstackgerrit | sayantani proposed openstack/kolla: [WIP] Corrected Punctuation in quickstart.rst https://review.openstack.org/404907 | 21:23 |
inc0 | brb moving home | 21:23 |
*** inc0 has quit IRC | 21:23 | |
SamYaple | ive done the VFIO GPU passthrough in opennebbula before. worked like a charm | 21:24 |
kristian__ | was it easy to setup, | 21:25 |
kristian__ | , | 21:25 |
kristian__ | ? | 21:26 |
*** lrensing has quit IRC | 21:26 | |
klindgren | can't be any harder than openstack | 21:28 |
klindgren | >_> | 21:28 |
klindgren | <_< | 21:28 |
kristian__ | ok | 21:28 |
kristian__ | I will try | 21:28 |
kristian__ | good bye openstack | 21:28 |
harlowja | good bye | 21:29 |
*** sayantan_ has quit IRC | 21:29 | |
SamYaple | kristian__: yea opennebula is pretty straightforward | 21:30 |
*** TxGirlGeek has joined #openstack-kolla | 21:30 | |
SamYaple | kristian__: openstack doesnt meet your needs, but it wasnt designed for it | 21:30 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helm common package https://review.openstack.org/404808 | 21:30 |
SamYaple | opennebula was | 21:30 |
kristian__ | also is it less resource heavy? | 21:30 |
SamYaple | kristian__: doubt that | 21:32 |
SamYaple | kristian__: but it depends on what you mean | 21:32 |
kristian__ | ram usage | 21:32 |
SamYaple | probably about hte same. maybe less | 21:32 |
SamYaple | depends on the environment size i would say | 21:32 |
kristian__ | because openstack was 6-10g on idle | 21:32 |
SamYaple | oh yea its less that that | 21:32 |
klindgren | run with less workers? | 21:33 |
SamYaple | but ive run openstack on under a gig of ram | 21:33 |
SamYaple | so thats just no-optimiztion openstac | 21:33 |
kristian__ | oh ok great so more vms :D | 21:34 |
*** srwilkers_ is now known as srwilkers_away | 21:34 | |
*** Jeffrey4l_ has joined #openstack-kolla | 21:34 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** sayantan_ has joined #openstack-kolla | 21:39 | |
*** sayantan_ has quit IRC | 21:39 | |
*** sayantan_ has joined #openstack-kolla | 21:39 | |
*** sayantan_ has quit IRC | 21:40 | |
*** sayantan_ has joined #openstack-kolla | 21:40 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice https://review.openstack.org/403959 | 21:41 |
*** rhallisey has quit IRC | 21:42 | |
*** adrian_otto has quit IRC | 21:48 | |
*** matrohon has quit IRC | 21:51 | |
*** inc0 has joined #openstack-kolla | 21:51 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server https://review.openstack.org/404929 | 21:51 |
inc0 | SamYaple, any progress on bug? | 21:52 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding openvswitch-ovsdb microservice https://review.openstack.org/403959 | 21:52 |
inc0 | fun fact, gates are working | 21:52 |
*** adrian_otto has joined #openstack-kolla | 21:52 | |
inc0 | build gates that is | 21:52 |
srwilkers_away | \o/ | 21:52 |
harlowja | inc0 really | 21:54 |
harlowja | whyyyyyyy | 21:54 |
harlowja | whyyyyy | 21:54 |
harlowja | lol | 21:54 |
inc0 | https://review.openstack.org/#/c/404435/ | 21:54 |
harlowja | hmmm | 21:54 |
harlowja | whhhhyyyy | 21:54 |
harlowja | lol | 21:54 |
inc0 | disregard deploy gates here, but build gates are a-ok | 21:54 |
*** Pavo has quit IRC | 21:59 | |
*** jrist has quit IRC | 22:01 | |
*** TxGirlGeek has quit IRC | 22:02 | |
*** jrist has joined #openstack-kolla | 22:02 | |
*** TxGirlGeek has joined #openstack-kolla | 22:02 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla: WIP: packing and uploading registry https://review.openstack.org/404435 | 22:02 |
*** inc0 has quit IRC | 22:02 | |
*** inc0 has joined #openstack-kolla | 22:03 | |
*** Pavo has joined #openstack-kolla | 22:04 | |
inc0 | harlowja, you still have issues? | 22:06 |
*** jrist has quit IRC | 22:07 | |
sbezverk | inc0: do you know if somebody already tried to build images on centos 7.3 host? | 22:07 |
*** jtriley has joined #openstack-kolla | 22:08 | |
inc0 | dunno | 22:09 |
inc0 | me and SamYaple are ubuntu guys | 22:09 |
kfox1111 | sbezverk: does the gate run 7.3? | 22:10 |
kfox1111 | kolla-ansible gate. | 22:10 |
srwilkers_away | ubuntu represent | 22:11 |
klindgren | we are running on centos7 | 22:11 |
kfox1111 | well, kolla gate I guess. | 22:11 |
klindgren | not sure if we are doing 7.2 or 7.3 | 22:11 |
SamYaple | inc0: nope. and im tired. going to eat dinner | 22:13 |
SamYaple | ill get back on it in a bit | 22:13 |
inc0 | kk | 22:13 |
inc0 | somethings funky | 22:14 |
*** bachp has joined #openstack-kolla | 22:14 | |
sbezverk | kfox1111: no I upgraded my deployment ws to 7.3 and now I cannot build images :-( | 22:15 |
kfox1111 | selinux? | 22:17 |
*** jtriley has quit IRC | 22:18 | |
sbezverk | kfox1111: damn :( upgrade has reset my permissvie setting.. | 22:19 |
kfox1111 | heh. how helpful of it. :/ | 22:22 |
openstackgerrit | sayantani proposed openstack/kolla: WIP Add new guide for single-node deployment https://review.openstack.org/404993 | 22:22 |
kfox1111 | thanks for the heads up. I'll have to watch my other systems when going to 7.3. :) | 22:22 |
kfox1111 | so, tags... | 22:23 |
sbezverk | kfox1111: it resolved one issue and got me into SamYaple issue: ERROR:kolla.image.build.openstack-base:Tag 4.0.0 not found in repository docker.io/kolla/centos-source-base | 22:24 |
mgiles | portdirect v1k0d3n srwilkers_away Good news - got the proxy stuff working. | 22:24 |
kfox1111 | its kind of a question of how does a user introspect which vars they can set. | 22:24 |
srwilkers_away | mgiles, thats awesome! | 22:24 |
*** srwilkers_away is now known as srwilkers_ | 22:24 | |
mgiles | Created pull requests on halcyon-kubernetes and halcyon-vagrant-kubernetes with the changes | 22:24 |
kfox1111 | sbezverk: yeah. that looks like its trying to pull a container rather then use the built one. | 22:24 |
srwilkers_ | mgiles, ill go look at them now and merge them in | 22:24 |
kfox1111 | maybe some bug where its hard coded to build with a different tag? | 22:24 |
*** sdake_ has joined #openstack-kolla | 22:25 | |
kfox1111 | does kolla/centos-source-base:4.0.0 exist in your docker? | 22:25 |
mgiles | the one on halcyon-kubernetes depends on the changes to the Vagrantfile | 22:25 |
sbezverk | kfox1111: hmmm hardcoded in so many people cases, really strange.. | 22:25 |
mgiles | srwilkers_ ^^ | 22:26 |
sbezverk | kfox1111: sorry let's forget build issue for now, and get tags sorted out.. | 22:27 |
sbezverk | sdake: ping | 22:27 |
*** sdake has quit IRC | 22:28 | |
kfox1111 | yeah. tagging is also a subset of a greater version discussion. | 22:29 |
srwilkers_ | uh mgiles, can you submit it again? i done goofed | 22:31 |
sdake_ | sbezverk be wit hyou in a moment | 22:31 |
mgiles | srwilkers_ done | 22:32 |
srwilkers_ | thanks mgiles | 22:33 |
openstackgerrit | sayantani proposed openstack/kolla: WIP Add new guide for multi-node deployment https://review.openstack.org/404998 | 22:33 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helmize openvswitch-agent and l3-agent https://review.openstack.org/404999 | 22:34 |
v1k0d3n | yo portdirect | 22:34 |
v1k0d3n | or mgiles | 22:35 |
v1k0d3n | :) | 22:35 |
v1k0d3n | mgiles: looking over it now | 22:35 |
v1k0d3n | sheesh...that error | 22:35 |
mgiles | v1k0d3n hi | 22:35 |
*** sayantan_ has quit IRC | 22:35 | |
srwilkers_ | its that guy v1k0d3n, always trouble | 22:36 |
kfox1111 | arg... | 22:36 |
kfox1111 | parent patch bad... | 22:36 |
kfox1111 | rebase hell. :/ | 22:36 |
kfox1111 | this is why I don't like braking up reviews like this. :/ | 22:37 |
kfox1111 | spending way more time rebasing and fixing merge conflicts then coding. :/ | 22:37 |
v1k0d3n | good catch! | 22:38 |
v1k0d3n | haha yeah...bit of a pot stirrer :) | 22:39 |
kfox1111 | v1k0d3n: arn't we all? ;) | 22:39 |
* v1k0d3n lurks around everywhere | 22:39 | |
v1k0d3n | YOU TOO kfox1111! | 22:39 |
v1k0d3n | lol | 22:39 |
v1k0d3n | :) | 22:39 |
v1k0d3n | what would the world be with out folks like us? | 22:39 |
v1k0d3n | booooring | 22:39 |
kfox1111 | indeed | 22:40 |
v1k0d3n | mgiles: thanks. that helped. glad that you checked it out. | 22:40 |
v1k0d3n | sorry that was our bad on that one. | 22:40 |
kfox1111 | arg... | 22:40 |
kfox1111 | and this makes more merge conflicts... | 22:40 |
v1k0d3n | i know who to go after :) | 22:40 |
* kfox1111 wants to cry... | 22:40 | |
srwilkers_ | that one wasnt me ;) | 22:40 |
*** jheroux has quit IRC | 22:40 | |
mgiles | v1k0d3n no problem. it happens. Glad to have my env working | 22:41 |
kfox1111 | git really needs to know how to parse yaml. so auto merge will work smoother. :/ | 22:41 |
srwilkers_ | just proof we need CI working soon(tm) | 22:41 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helm common package https://review.openstack.org/404808 | 22:42 |
*** jrist has joined #openstack-kolla | 22:42 | |
*** goldyfruit has quit IRC | 22:42 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helmize neutron-server https://review.openstack.org/404929 | 22:43 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Helmize openvswitch-agent and l3-agent https://review.openstack.org/404999 | 22:45 |
kfox1111 | there. | 22:45 |
kfox1111 | :/ | 22:45 |
*** kristian__ has quit IRC | 22:51 | |
*** kristian__ has joined #openstack-kolla | 22:51 | |
*** dave-mcc_ has quit IRC | 22:53 | |
*** fguillot has quit IRC | 22:54 | |
*** JRobinson__ has joined #openstack-kolla | 22:54 | |
*** jmccarthy has quit IRC | 22:58 | |
*** athomas has quit IRC | 22:58 | |
*** mgiles has quit IRC | 23:02 | |
*** pbourke_ has quit IRC | 23:03 | |
*** Mech422 has quit IRC | 23:06 | |
*** Mech422 has joined #openstack-kolla | 23:14 | |
*** unicell has quit IRC | 23:15 | |
*** pbourke_ has joined #openstack-kolla | 23:20 | |
*** unicell has joined #openstack-kolla | 23:20 | |
*** Mech422 has quit IRC | 23:20 | |
harlowja | inc0 haven't re-ran yet (meetings) | 23:20 |
harlowja | will try soon :-P | 23:20 |
*** inc0 has quit IRC | 23:24 | |
*** clsacramento_ has quit IRC | 23:26 | |
*** duonghq has joined #openstack-kolla | 23:27 | |
duonghq | morning guys | 23:27 |
kfox1111 | morning :) | 23:27 |
srwilkers_ | morning duonghq | 23:28 |
*** clsacramento has joined #openstack-kolla | 23:28 | |
*** sayantan_ has joined #openstack-kolla | 23:29 | |
*** pbourke_ has quit IRC | 23:29 | |
*** jascott1 has quit IRC | 23:30 | |
*** TxGirlGeek has quit IRC | 23:30 | |
*** jascott1 has joined #openstack-kolla | 23:30 | |
*** jascott1 has quit IRC | 23:33 | |
v1k0d3n | morning duonghq :) | 23:35 |
*** Mech422 has joined #openstack-kolla | 23:40 | |
sbezverk | kfox1111: did you check the gate, it is doing something wierd. | 23:40 |
*** sayantan_ has quit IRC | 23:42 | |
*** sayantan_ has joined #openstack-kolla | 23:42 | |
*** vhosakot has quit IRC | 23:42 | |
*** duonghq has quit IRC | 23:43 | |
*** lamt has quit IRC | 23:44 | |
harlowja | still weird? :( | 23:46 |
harlowja | i'm about to see if its still weird for me, ha | 23:46 |
harlowja | ya, still busted for me :( | 23:48 |
*** jascott1 has joined #openstack-kolla | 23:51 | |
kfox1111 | which gate? | 23:54 |
kfox1111 | sbezverk: which gate? | 23:54 |
kfox1111 | sbezverk: the openvswitch one? http://logs.openstack.org/59/403959/10/experimental/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/a357ae7/console.html | 23:56 |
kfox1111 | often messages like {u'message': u'No valid host was found. There are not enough hosts available.', u'code':" | 23:57 |
kfox1111 | coming out of a nova launch instance are actually neutron on the node failing. | 23:57 |
kfox1111 | as it retries afew time,s then prints that, unhelpfull message out. | 23:57 |
kfox1111 | its correct in a way, no valid host that was able to run the vm was found (after n retries). | 23:57 |
kfox1111 | but really doens't tell you the problem. | 23:57 |
kfox1111 | since the problem only affects your change, I'd say something in the template isn't working. | 23:58 |
kfox1111 | http://logs.openstack.org/59/403959/10/experimental/gate-kolla-kubernetes-deploy-centos-binary-external-ovs-nv/a357ae7/logs/ has logs up the wazoo to help you find it. | 23:58 |
*** Pavo has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!