kfox1111 | lets see if this fixes it... | 00:00 |
---|---|---|
*** liyifeng has joined #openstack-kolla | 00:01 | |
kfox1111 | if gerrit will work.... | 00:02 |
sdake | kfox1111 https://review.openstack.org/#/c/414805/ | 00:06 |
*** harlowja has joined #openstack-kolla | 00:06 | |
kfox1111 | sdake: what does this relate to? | 00:08 |
sdake | libvirt issue? | 00:08 |
sdake | just a thought | 00:08 |
kfox1111 | hmm.... | 00:08 |
kfox1111 | let me think... | 00:08 |
kfox1111 | ceph itself doesn't access the file systems. so I think its unrelated. | 00:09 |
sdake | i can build you a test 3.0.2 | 00:09 |
kfox1111 | couldn't hurt. :) | 00:09 |
sdake | of all the images for centos and call it 3.0.2-test | 00:09 |
kfox1111 | 3.0.1 works, 3.0.2 doesn't. | 00:09 |
kfox1111 | I"m guessing its the 2.3 vs 2.6 qemu change. | 00:09 |
sdake | i thought 3.0.2 works with 2.0.2 of libvirt? | 00:09 |
kfox1111 | yes. | 00:09 |
kfox1111 | and 3.0.2 works with 3.0.1 libvirt too it seems. | 00:09 |
kfox1111 | 3.0.1 and 2.0.2 both use a 2.3 kvm. | 00:10 |
kfox1111 | 3.0.2 libvirt uses a 2.6 one. | 00:10 |
kfox1111 | so pretty sure its something related to that. | 00:10 |
*** sayantani01 has joined #openstack-kolla | 00:11 | |
sdake | kfox1111 i've got a workaround for you to try if your up to it | 00:12 |
kfox1111 | whats the workaround? | 00:12 |
sdake | kfox1111 https://github.com/openstack/kolla-ansible/blob/master/tools/deploy_aio.sh#L88 | 00:13 |
sdake | that wont work straight up in kolla-kubernetes of course | 00:14 |
sdake | but the basic idea is to add cpu_mode=none to the default config | 00:14 |
kfox1111 | ah... | 00:14 |
kfox1111 | I ddidn't look at libvirt versions... let me look at those. | 00:14 |
sdake | if genconfig is run in the gate, that may actually work as is | 00:14 |
kfox1111 | genconfig from trunk is run. | 00:15 |
sdake | with the full config file there | 00:15 |
kfox1111 | so probably just need to slip that in after? | 00:15 |
sdake | ya - we didn't add cpu_mode=none to the defualt config of kolla-ansible | 00:15 |
sdake | yup try slipping in after | 00:15 |
sdake | we did add it to the gate however | 00:15 |
sdake | dmsimard turned us on to that problem - thanks dmsimard :) | 00:15 |
kfox1111 | heh. I'm already editing it for virt_type qemu.... | 00:16 |
sdake | slip that file in before genconfig is run | 00:16 |
sdake | is virt_type=qemu not in the gating already? | 00:16 |
kfox1111 | will need to be after. | 00:16 |
kfox1111 | it is now. | 00:16 |
sdake | genconfig parses that config file | 00:16 |
sdake | and generates the defaults - so it needs to be prior to genconfig | 00:16 |
kfox1111 | I don't think so. | 00:17 |
sdake | making assumptions about what genconfig does here | 00:17 |
sdake | (I am that is) | 00:17 |
kfox1111 | last I looked, genconfig merged configs when pushing them to nodes. | 00:17 |
kfox1111 | that doesn't happen with kolla-kubernetes. | 00:17 |
*** unicell has quit IRC | 00:17 | |
sdake | ok - well something to work with :) | 00:17 |
sdake | give it a go - it made kolla-ansible's gate work properly | 00:17 |
kfox1111 | crudini --set /etc/kolla/nova-compute/nova.conf cpu_monde none | 00:18 |
kfox1111 | shoudl do the trick though. | 00:18 |
kfox1111 | and... wrong branch.... | 00:18 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 00:19 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: Support 3.0.2 in the gate https://review.openstack.org/420009 | 00:19 |
kfox1111 | doh. but forgot to remove 3.0.1.... | 00:19 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: Support 3.0.2 in the gate https://review.openstack.org/420009 | 00:20 |
kfox1111 | there we go. | 00:20 |
sbezverk | kfox111: have you seen the repy for "shared" issue? | 00:20 |
*** liyifeng has quit IRC | 00:21 | |
kfox1111 | sbezverk: nope. I'm not going to hold my breath that it will be in 1.6. | 00:21 |
sbezverk | kfox111: something tells me they will never fix it | 00:21 |
kfox1111 | sbezverk: I'm sure they will eventually. but on their time table. | 00:21 |
kfox1111 | thats always the problem with upstreams, and one of the reasons distro's exist. | 00:21 |
kfox1111 | to suit the users's time tables. | 00:21 |
kfox1111 | sdake: confirmed that 3.0.1 is using libvirt 1.x and 3.0.2 is using libvirt 2.x. | 00:23 |
kfox1111 | thats really lame. :/ | 00:23 |
kfox1111 | all the more reason to test in gate and release tested containers. :/ | 00:24 |
sbezverk | kfox1111: yeam major version jump in minor, does not sounds good ;) | 00:24 |
sdake | sbezverk nothing we can really do to ocontrol our dependnecies that come from upstream binaries | 00:25 |
kfox1111 | test and release known working good containers is the best we can do. | 00:25 |
sdake | i do know we had a problem wit hthe 3.0.2 versoin of mitaka and i'm pretty sure it is that cpu_mode issue | 00:25 |
kfox1111 | 2.0.2 you mean? | 00:25 |
sdake | and cpu_mode depends on how the virt is being used | 00:25 |
kfox1111 | or newton? | 00:25 |
sdake | no, i mean the 3.0.2 version of kolla-ansible | 00:25 |
kfox1111 | ah. ok. | 00:26 |
kfox1111 | well, gate check's runnin. :) | 00:26 |
sdake | cool | 00:26 |
sdake | that was fast ;) | 00:26 |
kfox1111 | the suggestion on how to fix it was the hard part. poking it into a shell script's easy. :) | 00:26 |
sdake | portdirect you ought to appreciate this: https://dev.to/appcanary/should-you-encrypt-or-compress-first | 00:30 |
sdake | sorry above 3.0.2 = newton | 00:33 |
sdake | 2.0.2 = newton | 00:33 |
sdake | 1.1 = liberty | 00:33 |
sdake | ther 2.0.2 = mitaka | 00:33 |
sdake | rather | 00:33 |
sdake | boy - time to retire :) | 00:33 |
sbezverk | sdake: if you accumulated enought gold coins, why not ;) | 00:34 |
*** adrian_otto has joined #openstack-kolla | 00:35 | |
*** jtriley has joined #openstack-kolla | 00:36 | |
*** schwicht has quit IRC | 00:37 | |
sdake | sbezverk i sold my gold after the election | 00:37 |
kfox1111 | yeah. interesting times ahead. | 00:38 |
portdirect | https://www.irccloud.com/pastebin/EROoo1k5/ | 00:38 |
portdirect | sdake: how apt, reading now :) | 00:38 |
*** lamt has joined #openstack-kolla | 00:39 | |
sbezverk | sdake: do you think Trump will forbid gold? | 00:39 |
sdake | sbezverk unlikely | 00:39 |
sdake | sbezverk too much gold swaps in place | 00:39 |
portdirect | sbezverk: nah, he'll just need it all for the new bathroom hes getting | 00:39 |
sdake | sbezverk it would seriously damange th egolbal economy | 00:39 |
sdake | sbezverk that was done ocne in us histroy | 00:40 |
sdake | the govt took all the gold for 20$/oz | 00:40 |
sdake | then overnight raised the price of gold to 35$/oz or so | 00:40 |
sdake | immediately we had enough money to pull us out of the great depression | 00:40 |
bmace | pordirect: did you get my message about the container dev setup work you had done? | 00:41 |
sbezverk | portdirect: there was a president in Ukraine, when he ran away, people found toilet seats from solid gold in his palace ;) | 00:41 |
bmace | err.. sorry ^portdirect | 00:41 |
portdirect | bmace: checking now | 00:41 |
bmace | tks | 00:42 |
portdirect | bmace: its on my increasingly long list of things to do at somepoint when i get time... | 00:42 |
kfox1111 | sdake: no, its something different. | 00:43 |
portdirect | bmace: i could have aquick pass at it tomorrow to get it a bit closer | 00:43 |
kfox1111 | http://logs.openstack.org/09/420009/13/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-nv/c1fa6d4/console.html | 00:43 |
sdake | kfox1111 are you certain the config setting took effect | 00:43 |
portdirect | but if you are doing somthing thats fanstastic! | 00:43 |
sdake | kfox1111 http://logs.openstack.org/09/420009/13/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-nv/c1fa6d4/console.html#_2017-01-18_00_24_20_203449 | 00:43 |
portdirect | bmace: is what you have in better shape than my old work? | 00:43 |
kfox1111 | sdake: pretty sure. and pretty sure a cpu emulationn mode would not affect network connectivity either way? | 00:44 |
*** unicell has joined #openstack-kolla | 00:44 | |
sdake | kfox1111 that is where the genconfig does its thing | 00:44 |
*** mattmceuen has joined #openstack-kolla | 00:44 | |
bmace | portdirect: kk. i got the review as it existed working fairly well but a lot changed in the last 5 weeks and when i pull it into the current code base it didn't hold up terribly well. there was also some duplication in there that i can imagine will be sort of painful to keep up to date. | 00:44 |
sdake | kfox1111 if you are doing the setting after that, i think it wont work | 00:44 |
portdirect | bmace: yeah -its really rough | 00:44 |
kfox1111 | sdake: oh... its missing libvirt in it... | 00:44 |
*** duonghq has joined #openstack-kolla | 00:44 | |
portdirect | bmace: if you were to take it over id be really happy and could help out with it | 00:45 |
bmace | portdirect: i don't mind continuing my work and perhaps if you get a new version up we can get a merger of concepts for something great :) | 00:45 |
sdake | kfox1111 which is? | 00:45 |
sdake | [libvirt] you mean? | 00:45 |
sdake | my wife is taking me on a date | 00:45 |
portdirect | bmace: sounds like a plan :D | 00:45 |
sdake | its a once a year thing | 00:45 |
sdake | so I'll be out :) | 00:45 |
sdake | sup bmace | 00:45 |
portdirect | bmace: whats the primary difference between the two approaches we took? you are prebuilding? | 00:45 |
bmace | pordirect: sure, i'll continue my work and push up a review when it works in a way i'm happy. i think it will take a little change to some of the existing scripts to let them take some more args / be a bit more flexible in regards to running in gate or some other dev environment, etc. | 00:45 |
portdirect | bmace: if push sooner rather than later for dev env work (although only if your comfortable), you've seen the horrors I've put in gerrit ;) | 00:46 |
bmace | portdirect: yeah, i try to do most of the work during build rather than runtime, at least as far as package dependencies, and I copy in existing kolla-kubernetes / kolla-ansible repos so that devs can make changes to either and test them rather than the kolla-ansible checkout. | 00:46 |
sdake | jascott1 mind sharing your email address | 00:47 |
sdake | jascott1 privately if you like | 00:47 |
duonghq | morning guys | 00:47 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: Support 3.0.2 in the gate https://review.openstack.org/420009 | 00:47 |
duonghq | sdake, congratulation for the board of director result | 00:47 |
kfox1111 | sdake: yeah. requires a section name. | 00:47 |
sdake | dougs1 thanks dude - although its more like a service :) | 00:47 |
sdake | steak-AAS | 00:47 |
bmace | portdirect: i also found it a little odd to do the rename of kolla-ansible to kolla, especially when there is a kolla repo that is something completely different right now, so i have kolla-ansible and kolla-kubernetes both live directly in /opt | 00:47 |
kfox1111 | I missed adding the section. | 00:47 |
sdake | and good morning to ya | 00:47 |
portdirect | bmace: yeah - that work i did was done during the repo split so had some hacks to work round that as it occured | 00:48 |
jascott1 | sdake I pm'd you my emailz | 00:48 |
sbezverk | sdake: oh, why you did not tell!! Congrats!! Hopefully you will be able to stir this OPenStack ship to the right direcion.. | 00:49 |
bmace | portdirect: understood. also, maybe i'm a little ocd.. but have folks talked about a standard between _ and - as far as file names in the kolla-k8s repo? it is driving me crazy that it is so inconsistent :) | 00:49 |
sdake | jsagot it | 00:49 |
sdake | sbezverk i think its mostly headed in the right direction as is | 00:49 |
kfox1111 | sdake: did you get the position? | 00:49 |
sdake | sbezverk needs a little facilitation between communities | 00:49 |
sdake | kfox1111 was elected to serve on teh board yes | 00:49 |
kfox1111 | congrats. :) | 00:49 |
sdake | to my surprise ;) | 00:49 |
bmace | portdirect: i'm fine chasing down all the inconsistencies and fixing them if we can choose one or the other | 00:49 |
sdake | 6 times i ran for the tc, never elected to serve | 00:50 |
portdirect | bmace: that would be great | 00:50 |
sdake | first time run for bod, elected | 00:50 |
sdake | mindblowing :) | 00:50 |
kfox1111 | I was pleased to see the voting let you say how strongly you wanted someone on the board. :) | 00:50 |
portdirect | bmace: the right people are in the room right now to discuss this | 00:50 |
bmace | kk, so, everyone, file names in kolla-k8s.. underscore or dash? choose! :) | 00:51 |
portdirect | kfox1111/sbezverk/sdake/jascott1/duonghq ^^ | 00:51 |
sdake | dash | 00:51 |
kfox1111 | I choose the most common way its used currently. :) | 00:51 |
portdirect | jascott1: the round b funding for your new foosball tables relies on this.... | 00:51 |
kfox1111 | which I think is -'s for helm package names, and _'s for filenames? | 00:52 |
sdake | portdirect jascott1 has already been through a round b at intel :) | 00:52 |
bmace | currently it looks to me that underscore is in the lead for script names in the codebase.. just from looking around. | 00:52 |
kfox1111 | yeah. I think script names also are mostly _ | 00:52 |
jascott1 | portdirect you funny | 00:52 |
sdake | bmace right - _ = private thing | 00:52 |
sbezverk | yep +1 for '_' for file names and '-' helm charts | 00:53 |
sdake | ;) | 00:53 |
sdake | it mad esense when I was typing it :) | 00:53 |
bmace | kk, fantastic. | 00:53 |
jascott1 | i thought pep8 or whichever was _ in filenames | 00:53 |
kfox1111 | it will be weird too the other way, as '_' as the first char has meaning to helm. | 00:53 |
kfox1111 | so otherwise, you would hav to have namaes like '_foo-bar' | 00:53 |
sbezverk | kfox1111: antoher thing kube does not like '_' | 00:54 |
kfox1111 | in package names? | 00:54 |
sbezverk | so it is fine for file names, but not for object names | 00:54 |
*** jtriley has quit IRC | 00:54 | |
kfox1111 | ah. | 00:54 |
* portdirect goes to charts repo | 00:54 | |
bmace | kk, i'll make a first pass at sanity in naming tomorrow. | 00:54 |
kfox1111 | don't know if I've ever tried it. | 00:54 |
kfox1111 | cool. thanks. :) | 00:55 |
portdirect | actually.. | 00:55 |
portdirect | I think looking at charts | 00:55 |
portdirect | on k8s github | 00:55 |
bmace | my pleasure. every day it is like looking at a picture that is off by like 20 degrees... kills me | 00:55 |
portdirect | the standard seems to be - | 00:55 |
portdirect | with _ resuerved for helm exculsion | 00:55 |
*** zhurong has joined #openstack-kolla | 00:56 | |
bmace | that is in the helm examples? | 00:56 |
sdake | for filenames? | 00:56 |
*** zhurong has quit IRC | 00:56 | |
portdirect | but https://github.com/kubernetes/charts | 00:56 |
sdake | i think we should try to be as complaint as possible | 00:56 |
portdirect | didnt mean to have the but in ther :) | 00:56 |
sdake | with with upstream / downstream does :) | 00:56 |
kfox1111 | we have a lot of files that start with _ though. | 00:56 |
*** zhurong has joined #openstack-kolla | 00:56 | |
kfox1111 | how common are those in charts? | 00:56 |
portdirect | yes | 00:56 |
portdirect | quite | 00:56 |
sdake | files that start with _ make sense to me as a private | 00:56 |
portdirect | thats used by helm to indicate that they should not be directly renderd, but contain helpers | 00:57 |
kfox1111 | I think we are leaning twoards not entering kubernetes/charts at all with our main packages. as that place can't really handle multiple major versions. | 00:57 |
portdirect | so as sdake says to indicate that they are private essentially | 00:57 |
kfox1111 | we'd have major package repo packages in kubernetes/charts though. | 00:57 |
sdake | kfox1111 not thinking of entering kubernetes/charts for the time being - still think it would make sense to match what the chart repo is doing where poissble | 00:58 |
sdake | when its not possible need to identify where the gaps are to get us there at some point | 00:58 |
kfox1111 | yeah. | 00:58 |
sdake | like the prebuild step for example | 00:58 |
sdake | if we could somehow bake that into helm, that would make our charts alot more helm native | 00:59 |
kfox1111 | portdirect: are ther e any examples of multi word filenames that are private in kubernetes/charts ? | 00:59 |
sdake | ok - having a bad hair day - need to fix it and then dinnertime | 00:59 |
sdake | bbl | 00:59 |
sbezverk | technically using '_' in the name does not pose any issues | 00:59 |
bmace | yeah, saw now uses of underscore other than prefix in any of the templates, all dashes | 00:59 |
bmace | now = no | 00:59 |
kfox1111 | do you see any examples of multiword though? | 00:59 |
portdirect | https://github.com/kubernetes/charts/tree/master/stable/minecraft/templates | 00:59 |
kfox1111 | in a privat efile? | 01:00 |
kfox1111 | maybe no one has ever hit that case | 01:00 |
portdirect | I've not seen anything other than _helpers.tpl no | 01:00 |
kfox1111 | yeah. so we are in uncharted waters. | 01:00 |
kfox1111 | no precident... | 01:01 |
kfox1111 | someone should probably ask the helm folks for advice. | 01:01 |
portdirect | but I'm tempted to say we reserve _ as a special charicter | 01:01 |
bmace | well, if we are going for dash as a multi-name separator i think it should be consistent.. unless we just keep all underscores only in files that start with an underscore... which feels odd | 01:01 |
portdirect | bmace: I agree | 01:01 |
sdake | guess we are goingat 6:30 | 01:02 |
* kfox1111 yells "lets get ready to play.... extreme bike shedding.... go!" :) | 01:02 | |
bmace | easy enough just to use underscore for that one prefix.. as long as there are no issues with it that will be my plan. | 01:02 |
*** chopmann has quit IRC | 01:02 | |
sdake | kfox1111 lol | 01:02 |
sdake | |o| | 01:02 |
kfox1111 | :) | 01:02 |
portdirect | bmace: works for me | 01:02 |
kfox1111 | lets ask helm what they think. | 01:03 |
kfox1111 | otherwise, we're just coming up with it ourselves. | 01:03 |
portdirect | kfox1111: you want to? | 01:03 |
kfox1111 | please. | 01:03 |
sdake | ya we have a workgroup with them tomorrow | 01:04 |
sdake | meeting | 01:04 |
bmace | kk, will hold off for now | 01:04 |
sdake | bmace if your interested in attending - its biweekly right after the kolla team meeting | 01:05 |
*** adrian_otto has quit IRC | 01:05 | |
*** MasterOfBugs has quit IRC | 01:05 | |
bmace | ok. do you have it in the same room or somewhere else? | 01:05 |
*** tovin07 has joined #openstack-kolla | 01:05 | |
sdake | its on zoom.us | 01:05 |
*** MasterOfBugs has joined #openstack-kolla | 01:05 | |
*** PramodJ has joined #openstack-kolla | 01:05 | |
sdake | i'll forward you the invite | 01:05 |
sdake | you can attend ornot if you want :) | 01:06 |
*** liyifeng has joined #openstack-kolla | 01:06 | |
bmace | ok, thanks much | 01:06 |
sdake | bmace yo uwould htink i'd have your oracle email by now | 01:06 |
bmace | will try. i have a 10am tomorrow so not sure what the time ends up being but it isn't a regular meeting. wednesdays are usually great | 01:06 |
sdake | unfortunately i dont :( | 01:06 |
sdake | bmace can you pm to me plz | 01:06 |
bmace | sdake: borne.mace@oracle.com and thanks | 01:06 |
sdake | cool got it | 01:06 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 01:07 |
bmace | oh no, all the spam i'll get from the bots that scour openstack irc logs for email address ;) actually.. will be interesting to see if there are any | 01:07 |
kfox1111 | one missing /... 45 min delay.. :/ | 01:08 |
*** pramodrj07 has quit IRC | 01:09 | |
sdake | ok - anyone else want an invite that doesn't have one on their calendar already? | 01:09 |
sdake | if so, email stdake@cisco.com | 01:09 |
sdake | and i'll forward the meeting invite to you | 01:09 |
sdake | anyone is welcome | 01:09 |
bmace | sdake: got it, thanks much | 01:10 |
kfox1111 | sdake: I think you proved me wrong. :) | 01:11 |
kfox1111 | http://logs.openstack.org/09/420009/14/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-nv/e365e52/console.html#_2017-01-18_00_51_53_510391 | 01:11 |
kfox1111 | ran to completion. | 01:11 |
kfox1111 | very very strange a cpu mode would cause the vm to not be pingable. | 01:11 |
sdake | bingo winner :) | 01:12 |
sdake | kfox1111 its a known bug in libvirt | 01:12 |
sdake | dmsimard actually figured it out | 01:13 |
sdake | or one of his clan | 01:13 |
kfox1111 | so, now just gotta fix it back to only affect the -3 version and we're good to go. :) | 01:13 |
*** zhubingbing has joined #openstack-kolla | 01:13 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Support 3.0.2 in the gate https://review.openstack.org/420009 | 01:14 |
kfox1111 | this will probably make the trunk build workable too. | 01:15 |
kfox1111 | inc0: alive? | 01:15 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes: Updated from global requirements https://review.openstack.org/419343 | 01:16 |
inc0 | alive | 01:18 |
inc0 | whats up? | 01:18 |
sdake | ok peeps - dinner time | 01:19 |
sdake | nice work on solving that one kfox1111 ! | 01:19 |
*** tovin07 has quit IRC | 01:19 | |
kfox1111 | inc0: can you rebase your trunk ps on top of https://review.openstack.org/420009 ? | 01:21 |
*** sdake has quit IRC | 01:21 | |
inc0 | yeah | 01:21 |
kfox1111 | I think it hsould have the fix now needed to make it work. | 01:21 |
*** lamt has quit IRC | 01:22 | |
*** salv-orlando has joined #openstack-kolla | 01:22 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: Support 3.0.2 in the gate https://review.openstack.org/420009 | 01:22 |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla-kubernetes: WIP - local registry in gates https://review.openstack.org/418550 | 01:22 |
inc0 | ehh | 01:22 |
inc0 | well | 01:23 |
inc0 | that didn't go as planned | 01:23 |
kfox1111 | weird... | 01:23 |
kfox1111 | :) | 01:23 |
inc0 | but I guess I'll have more commits | 01:23 |
kfox1111 | did it just rebase on trunk? | 01:24 |
inc0 | ah, that's why | 01:24 |
inc0 | yeah, muscle memory took over and I did a rebase | 01:24 |
kfox1111 | ah. | 01:24 |
kfox1111 | ok. no worries. | 01:25 |
kfox1111 | just trying to figure out what was different, if anything. | 01:25 |
inc0 | yeah, sorry for that | 01:25 |
kfox1111 | its all good. :) | 01:25 |
*** tonanhngo has quit IRC | 01:25 | |
kfox1111 | I'd be lost without muscle memory. :) | 01:25 |
*** dave-mccowan has quit IRC | 01:26 | |
kfox1111 | still needs the review bits applied too. | 01:26 |
*** salv-orlando has quit IRC | 01:27 | |
inc0 | yeah, I'll address your comments tomorrow | 01:27 |
kfox1111 | ok. cool. thanks. | 01:27 |
*** athomas has quit IRC | 01:27 | |
*** pbourke has quit IRC | 01:27 | |
*** cliles has quit IRC | 01:27 | |
*** bachp has quit IRC | 01:27 | |
*** williamcaban has quit IRC | 01:27 | |
*** stevemar has quit IRC | 01:27 | |
*** athomas has joined #openstack-kolla | 01:29 | |
*** pbourke has joined #openstack-kolla | 01:29 | |
*** cliles has joined #openstack-kolla | 01:29 | |
*** bachp has joined #openstack-kolla | 01:29 | |
*** williamcaban has joined #openstack-kolla | 01:29 | |
*** stevemar has joined #openstack-kolla | 01:29 | |
*** tonanhngo has joined #openstack-kolla | 01:33 | |
kfox1111 | inc0: did you have to do anything to get access to upload to tarballs.o.o? | 01:34 |
*** mattmceuen has quit IRC | 01:34 | |
kfox1111 | or can you just upload stuff at the end of the jobs? | 01:34 |
kfox1111 | it would be cool to be able to upload the helm packages created during the gate jobs. | 01:34 |
inc0 | only automated updates | 01:34 |
inc0 | other than that, we need to ask infra | 01:34 |
inc0 | well we can do that | 01:34 |
inc0 | after merge | 01:35 |
kfox1111 | how does that work? | 01:35 |
*** sacharya has quit IRC | 01:35 | |
*** hfu has joined #openstack-kolla | 01:35 | |
inc0 | https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/kolla.yaml#L53 | 01:36 |
*** tonanhngo has quit IRC | 01:37 | |
kfox1111 | inc0: hmm... so you just add a scp publisher and your good to go? | 01:38 |
kfox1111 | do the publishers happen on merge? | 01:38 |
kfox1111 | where do the source come from? | 01:38 |
kfox1111 | is there any restrictions on the target other then it should start with tarballs/kolla-kubernetes? | 01:39 |
inc0 | not sure | 01:40 |
inc0 | you'd need to ask infra | 01:40 |
kfox1111 | to all the questions? | 01:40 |
inc0 | 1. yes | 01:41 |
inc0 | other, no idea | 01:41 |
inc0 | what I know is | 01:41 |
kfox1111 | k. thanks. :) | 01:41 |
inc0 | this config looks into dir and copies whatever.tar.gz | 01:42 |
inc0 | to tarballs.o.o | 01:42 |
openstackgerrit | jimmygc proposed openstack/kolla: Use install-pip macro in most source images https://review.openstack.org/413861 | 01:42 |
kfox1111 | yeah. but images come from check jobs? | 01:42 |
kfox1111 | or gate jobs? or something? | 01:42 |
inc0 | I assume gates | 01:43 |
inc0 | on merge it will run checks one more time | 01:43 |
inc0 | and this is registry we upload | 01:43 |
kfox1111 | hmm... I think there are seperate gate jobs rather then rerunning the check jobs. | 01:43 |
kfox1111 | its kind of a shame you can't have an initial build job, | 01:44 |
kfox1111 | then do a bunch of validates on it, | 01:44 |
kfox1111 | and then do an action on it during merge. | 01:44 |
kfox1111 | so the artifacts are identicle the whole run through. | 01:44 |
*** diablo_rojo has joined #openstack-kolla | 01:47 | |
sbezverk | kfox1111: I am thinking about reconfiguration when configmap content changes.. | 01:48 |
kfox1111 | never seen a job-group before.. maybe thats part of it. | 01:48 |
kfox1111 | sbezverk: yeah. whatcha thinkin? | 01:48 |
*** diablo_rojo has quit IRC | 01:48 | |
sbezverk | kfox1111: if the process gets started with microservices, then it look like I have the only choice to helm delete and then helm install | 01:49 |
sbezverk | so it would read new config info from updated configmap | 01:49 |
portdirect | can you HUP an openstack python process? | 01:49 |
kfox1111 | I was kind of thinking, maybe we go through and make all configmap names params? | 01:49 |
kfox1111 | then we could kick off an update by uploadin a new named configmap, and then helm upgrade the package with --set configmap=foo-2 | 01:50 |
sbezverk | yeah, that is what I do in TPR | 01:50 |
kfox1111 | portdirect: sure. but it doesnt' do anything useful. :/ | 01:50 |
kfox1111 | then all deployments are fully atomic. | 01:50 |
sbezverk | kfox1111: not sure if it works as the version is not changed | 01:51 |
kfox1111 | they only change on a deployment upgrade/rollback. | 01:51 |
kfox1111 | if the configmap changes, it will count as a change. | 01:51 |
kfox1111 | sorry. if the configmap name changes I mean. | 01:51 |
kfox1111 | the bonus of that aproach is its atommic and reuses most of the k8s plumbing. | 01:52 |
kfox1111 | the drawback is, you have to helm install the new configmap, helm upgrade the deployment, and then helm delete the old configmap. | 01:52 |
kfox1111 | you could just upgrade the configmap, and we make it such that we can apply a dummy change to the deployment, | 01:53 |
kfox1111 | and upgrade would then work. | 01:54 |
sbezverk | kfox1111: have you tried to helm upgrade chart with the same version ? | 01:54 |
kfox1111 | would be less effort, but rollback wouldn't work at all. | 01:54 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Fix the condition for Solum haproxy https://review.openstack.org/421617 | 01:54 |
kfox1111 | I haven't. but seen some docs that implied it might? | 01:54 |
kfox1111 | probably should try that just to be sure. | 01:54 |
kfox1111 | or ask on helm slack channel. | 01:54 |
sbezverk | ok, I am planning to asl this question tomorrow | 01:55 |
kfox1111 | k. sounds good. | 01:55 |
sbezverk | from operator(s/w) point changing the same configmap and triggering process reload is definetly easier | 01:56 |
kfox1111 | inc0: parsing through the kolla.yaml, it kind of looks like kolla-publish-image-jobs looks like it does force a rerun of the gate build jobs. | 01:57 |
*** breitz has quit IRC | 01:58 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for heat https://review.openstack.org/421184 | 02:01 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Add prechecks into solum roles https://review.openstack.org/421622 | 02:06 |
kbaegis | Umm. After installing from git master, I can't even see a kolla-ansible tool | 02:10 |
kbaegis | Is ansible going to be removed? | 02:10 |
*** unicell has quit IRC | 02:10 | |
kfox1111 | kbaegis: its now in the kolla-ansible repo. | 02:11 |
kfox1111 | the repo was split in trunk as there's now a kolla-kubernetes as well. | 02:12 |
kbaegis | kfox1111: Thanks for the clarification. | 02:12 |
kbaegis | I don't think k8s runs on gentoo | 02:14 |
openstackgerrit | QiLiang proposed openstack/kolla-kubernetes: Improve docker images pulling https://review.openstack.org/421210 | 02:15 |
*** jrist has quit IRC | 02:18 | |
kbaegis | looks like it requires python 3.5? | 02:22 |
openstackgerrit | QiLiang proposed openstack/kolla-kubernetes: Improve docker images pulling https://review.openstack.org/421210 | 02:22 |
kfox1111 | k8s might. its mostly just go binaries. | 02:28 |
kfox1111 | kolla-kubernetes might too, as its mostly helm packages now. | 02:28 |
kfox1111 | its stilll kind of in heavy development though. | 02:28 |
*** jrist has joined #openstack-kolla | 02:32 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Optimize reconfiguration for heat https://review.openstack.org/421184 | 02:33 |
*** MasterOfBugs has quit IRC | 02:35 | |
*** PramodJ has quit IRC | 02:35 | |
*** sacharya has joined #openstack-kolla | 02:36 | |
*** harlowja has quit IRC | 02:36 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: Pull kolla images from tarballs.o.o https://review.openstack.org/413720 | 02:40 |
*** sacharya has quit IRC | 02:40 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: TEST depends on https://review.openstack.org/421212 | 02:40 |
duonghq | kfox1111, are you around? | 02:42 |
duonghq | why the test file is name like ceph_workflow or ceph_workflow_service? | 02:43 |
*** prameswar has joined #openstack-kolla | 02:44 | |
*** sacharya has joined #openstack-kolla | 02:52 | |
*** sacharya has quit IRC | 02:56 | |
*** sacharya has joined #openstack-kolla | 02:56 | |
*** sayantani01 has quit IRC | 02:58 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Add a condition into haproxy for solum https://review.openstack.org/421617 | 02:58 |
*** zhurong has quit IRC | 03:00 | |
*** sacharya has quit IRC | 03:01 | |
*** zhurong has joined #openstack-kolla | 03:02 | |
*** inc0 has quit IRC | 03:04 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix designate dockerfile https://review.openstack.org/421188 | 03:09 |
openstackgerrit | Merged openstack/kolla-kubernetes: Support 3.0.2 in the gate https://review.openstack.org/420009 | 03:12 |
*** dave-mccowan has joined #openstack-kolla | 03:18 | |
sbezverk | duonghq: there are two workflows, ceph_workflow tests microservices, ceph_workflow_service tests service level packages | 03:22 |
*** dave-mccowan has quit IRC | 03:23 | |
*** zhurong has quit IRC | 03:23 | |
*** salv-orlando has joined #openstack-kolla | 03:23 | |
duonghq | sbezverk, but why the prefix is ceph_ | 03:25 |
sbezverk | because ceph is used for both, there is another one which is using iscsi | 03:26 |
duonghq | sbezverk, ack, thanks | 03:26 |
sbezverk | but iscsi tests only microservices | 03:26 |
*** salv-orlando has quit IRC | 03:28 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix aodh dockerfile https://review.openstack.org/421645 | 03:31 |
*** sacharya has joined #openstack-kolla | 03:33 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix barbican dockerfile https://review.openstack.org/421646 | 03:36 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Fix the set config error https://review.openstack.org/371669 | 03:38 |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix gnocchi dockerfile https://review.openstack.org/421648 | 03:47 |
*** kbaegis has quit IRC | 03:47 | |
*** sudipto_ has joined #openstack-kolla | 03:50 | |
*** sudipto has joined #openstack-kolla | 03:50 | |
*** sdake has joined #openstack-kolla | 03:52 | |
*** kbaegis has joined #openstack-kolla | 03:52 | |
sdake | hey peeps | 03:53 |
sp_ | sdake: hi..... | 03:54 |
duonghq | hi sdake | 03:54 |
*** tovin07 has joined #openstack-kolla | 03:57 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: install murano dashboard package in horizon https://review.openstack.org/395957 | 04:00 |
*** mdnadeem has joined #openstack-kolla | 04:01 | |
*** tovin07 has quit IRC | 04:04 | |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla-kubernetes: Memcached service package https://review.openstack.org/421650 | 04:06 |
*** sudipto has quit IRC | 04:14 | |
*** sudipto_ has quit IRC | 04:14 | |
*** jtriley has joined #openstack-kolla | 04:19 | |
sdake | can I get a core reviewer approval on https://blueprints.launchpad.net/kolla-kubernetes/+spec/more-microservices | 04:25 |
sdake | TIA :) | 04:25 |
zhubingbing | ;) | 04:26 |
*** celo_r has quit IRC | 04:33 | |
duonghq | sbezverk, around? | 04:34 |
*** sudipto_ has joined #openstack-kolla | 04:35 | |
*** sudipto has joined #openstack-kolla | 04:35 | |
duonghq | when I try to run helm_prebuilt_service script, I got error glance-pv chart not found in repo http://localhost:10191 | 04:36 |
duonghq | I already start an repo in helm directory | 04:36 |
*** awiddersheim has quit IRC | 04:39 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes: Updated from global requirements https://review.openstack.org/419343 | 04:39 |
duonghq | but seem that helm serve doesn't recursive index? | 04:39 |
*** adrian_otto has joined #openstack-kolla | 04:41 | |
kbaegis | Hey guys, using the ansible kolla build I keep getting TypeError: the JSON object must be str, not 'bytes' | 04:41 |
duonghq | kbaegis, seem that python 3.5 issue | 04:42 |
*** sacharya has quit IRC | 04:42 | |
duonghq | where do you get this error? | 04:42 |
*** sacharya has joined #openstack-kolla | 04:43 | |
kbaegis | duonghq: Gotcha. It's on kolla-build | 04:43 |
kbaegis | Anything with —push in fact | 04:44 |
*** sacharya has quit IRC | 04:47 | |
duonghq | kbaegis, I got this before, hoped that somebody fixed it | 04:51 |
duonghq | seem that it's not in the case | 04:51 |
duonghq | :) | 04:51 |
duonghq | sorry guy | 04:52 |
kbaegis | duonghq: That's alright. I can pull from docker.io | 04:53 |
kbaegis | What tag/version combos are available? | 04:53 |
duonghq | which branch are you using? | 04:54 |
kbaegis | (Hoping for centos ;) | 04:54 |
kbaegis | I'm using kolla-ansible | 04:54 |
duonghq | centos is ok | 04:54 |
duonghq | which branch of kolla-ansible? | 04:54 |
duonghq | master, stable/newton,...? | 04:55 |
kbaegis | master | 04:55 |
kbaegis | newton is back on kolla before the fork | 04:55 |
duonghq | so you are out-of-luck | 04:55 |
*** adrian_otto has quit IRC | 04:55 | |
kbaegis | Damn. So I can't push the images to my own registry, and none have been published. | 04:55 |
kbaegis | Lovely :) | 04:55 |
duonghq | iirc, you're using Gentoo? | 04:56 |
kbaegis | duonghq: I am! :) | 04:58 |
duonghq | there are at least 2 bp relate to the issue | 04:59 |
duonghq | sp_, is working on these | 04:59 |
kbaegis | Nice. I set my tag to master. I'll let you know if I pull a rabbit out of a hat | 05:00 |
kbaegis | (kinda doubt it ;) ) | 05:00 |
duonghq | long time no see you on irc, kbaegis | 05:00 |
kbaegis | duonghq: Yeah, just moved. I was offline for a month or 3 | 05:01 |
kbaegis | just fyi, tag master worked. I have (usable?) images | 05:01 |
kbaegis | I'll let you know which one breaks my deploy | 05:01 |
duonghq | I don't think so | 05:02 |
duonghq | :( | 05:02 |
*** adrian_otto has joined #openstack-kolla | 05:04 | |
kbaegis | Well, all the infra deployed :) There just aren't basic OpenStack services like keystone :) | 05:07 |
kbaegis | Okay, well hopefully they have a fix for that | 05:08 |
duonghq | :) | 05:08 |
*** adrian_otto has quit IRC | 05:09 | |
kbaegis | It's times like this I wish I was an actual developer. | 05:09 |
*** sudipto_ has quit IRC | 05:10 | |
*** sudipto has quit IRC | 05:10 | |
*** sudipto has joined #openstack-kolla | 05:12 | |
*** sudipto_ has joined #openstack-kolla | 05:13 | |
openstackgerrit | Merged openstack/kolla-kubernetes: Updated from global requirements https://review.openstack.org/419343 | 05:15 |
*** sdake has quit IRC | 05:16 | |
openstackgerrit | zhangshuai proposed openstack/kolla-ansible: Add karbor ansible role https://review.openstack.org/402229 | 05:16 |
*** jtriley has quit IRC | 05:21 | |
*** skramaja has joined #openstack-kolla | 05:21 | |
*** sdake has joined #openstack-kolla | 05:25 | |
*** sdake has quit IRC | 05:25 | |
*** sdake has joined #openstack-kolla | 05:25 | |
kbaegis | Well, I'm glad someone implemented the -nopush flag. Centos-source is building fine with whatever tag. I can just migrate those via tar straight through docker | 05:31 |
kbaegis | Annoying, but it works | 05:31 |
kbaegis | especially for aio | 05:31 |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix gnocchi dockerfile https://review.openstack.org/421648 | 05:39 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Fix the error when pull keystone image https://review.openstack.org/421674 | 05:42 |
sdake | goodnight folks | 05:46 |
*** sdake has quit IRC | 05:46 | |
openstackgerrit | yuhui proposed openstack/kolla: Added oslo_log replacing logging library,more file https://review.openstack.org/421199 | 05:48 |
*** lrensing has joined #openstack-kolla | 05:57 | |
duonghq | kbaegis, still around? | 06:04 |
openstackgerrit | yuhui proposed openstack/kolla: Added oslo_log replacing logging library,more file https://review.openstack.org/421199 | 06:06 |
*** narasimha_SV has joined #openstack-kolla | 06:11 | |
*** tyrola has quit IRC | 06:23 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix aodh dockerfile https://review.openstack.org/421645 | 06:24 |
*** satyar has joined #openstack-kolla | 06:24 | |
*** narasimha_SV has quit IRC | 06:24 | |
*** tyrola has joined #openstack-kolla | 06:25 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: install murano dashboard package in horizon https://review.openstack.org/395957 | 06:25 |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla-kubernetes: Memcached service package https://review.openstack.org/421650 | 06:27 |
*** lrensing has quit IRC | 06:29 | |
*** tovin07 has joined #openstack-kolla | 06:29 | |
*** tovin07_ has joined #openstack-kolla | 06:29 | |
*** tovin07 has quit IRC | 06:31 | |
*** zhangkun_ has joined #openstack-kolla | 06:33 | |
openstackgerrit | Merged openstack/kolla-ansible: Fix the error when pull keystone image https://review.openstack.org/421674 | 06:34 |
*** unicell has joined #openstack-kolla | 06:37 | |
zhangkun_ | hi all,i am new here,i check the code mongodb/templates/bootstrap_cluster.js.j2. | 06:41 |
zhangkun_ | and i have a question.why do we set storage_interface rather than api_interface when execute the task of Bootstraping the mongodb replication set? | 06:42 |
zhangkun_ | this is my paste http://paste.ubuntu.com/23820684/ | 06:42 |
*** tonanhngo has joined #openstack-kolla | 06:52 | |
openstackgerrit | yuhui proposed openstack/kolla: Added oslo_log replacing logging library,more file https://review.openstack.org/421199 | 06:53 |
zhangkun_ | anyone here? | 06:53 |
*** saneax-_-|AFK is now known as saneax | 07:00 | |
openstackgerrit | yuhui proposed openstack/kolla: Added oslo_log replacing logging library,more file https://review.openstack.org/421199 | 07:03 |
*** msimonin has joined #openstack-kolla | 07:10 | |
*** jrist has quit IRC | 07:11 | |
*** jrist has joined #openstack-kolla | 07:12 | |
*** salv-orlando has joined #openstack-kolla | 07:12 | |
*** msimonin has quit IRC | 07:13 | |
*** jrist has quit IRC | 07:14 | |
*** bmace has quit IRC | 07:14 | |
*** jrist has joined #openstack-kolla | 07:16 | |
*** salv-orlando has quit IRC | 07:17 | |
*** zhurong has joined #openstack-kolla | 07:37 | |
*** salv-orlando has joined #openstack-kolla | 07:45 | |
*** zhurong has quit IRC | 07:46 | |
*** bmace has joined #openstack-kolla | 07:46 | |
*** mgoddard has joined #openstack-kolla | 07:52 | |
*** salv-orlando has quit IRC | 07:53 | |
*** Unknown__ has joined #openstack-kolla | 07:55 | |
Unknown__ | Im having an error on multinode installation | 07:55 |
Unknown__ | TASK [common : Creating log volume] On network node | 07:56 |
Unknown__ | Traceback (most recent call last):\\n File \"/tmp/ansible_Kv4VqN/ansible_module_kolla_docker.py\", line 738, in main\\n dw = DockerWorker(module)\\n File \"/tmp/ansib le_Kv4VqN/ansible_module_kolla_docker.py\", line 212, in __init__\\n self.dc = docker.Client(**options)\\nAttributeError: \\'module\\' object has no attribute \\'Client\\'\\n | 07:56 |
Unknown__ | I am using the git from stable/newton and ansible 2.2.0.0 | 07:56 |
Unknown__ | Thank you | 07:56 |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: remove avoid precheck.yml https://review.openstack.org/421721 | 08:08 |
*** qiliang28 has joined #openstack-kolla | 08:10 | |
*** qiliang27 has quit IRC | 08:10 | |
*** qiliang28 is now known as qiliang27 | 08:10 | |
*** shardy has joined #openstack-kolla | 08:12 | |
openstackgerrit | Cuong Nguyen proposed openstack/kolla-kubernetes: Uses yaml.safe_load() instead of yaml.load() https://review.openstack.org/421725 | 08:13 |
*** tovin07 has joined #openstack-kolla | 08:13 | |
*** msimonin has joined #openstack-kolla | 08:15 | |
*** matrohon has joined #openstack-kolla | 08:22 | |
*** Serlex has joined #openstack-kolla | 08:32 | |
Unknown__ | Help! If I install docker 2.0.1 python librery, The kolla_docker module doesnt work | 08:34 |
*** rmart04 has joined #openstack-kolla | 08:35 | |
*** salv-orlando has joined #openstack-kolla | 08:37 | |
*** Unknown__ has quit IRC | 08:39 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role https://review.openstack.org/407392 | 08:44 |
*** magnumbonum has quit IRC | 08:47 | |
*** egonzalez has joined #openstack-kolla | 08:47 | |
*** mgoddard has quit IRC | 08:48 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role https://review.openstack.org/407392 | 08:49 |
zhubingbing | sup 188be883d252 | 08:49 |
zhubingbing | sup egonzalez | 08:49 |
*** rmart04 has quit IRC | 08:50 | |
*** prameswar has quit IRC | 08:55 | |
*** tonanhngo has quit IRC | 08:55 | |
*** rmart04 has joined #openstack-kolla | 08:56 | |
*** gfidente has joined #openstack-kolla | 09:00 | |
*** msimonin has quit IRC | 09:01 | |
duonghq | nice to see you egonzalez | 09:02 |
egonzalez | hey duonghq how are things going? | 09:02 |
duonghq | as usual, how about your new year vacation? | 09:03 |
*** msimonin has joined #openstack-kolla | 09:03 | |
*** msimonin has quit IRC | 09:05 | |
*** msimonin has joined #openstack-kolla | 09:05 | |
zhubingbing | hi I see your submission | 09:06 |
zhubingbing | hi duonghq | 09:06 |
zhubingbing | ;( | 09:06 |
zhubingbing | ;( | 09:06 |
duonghq | zhubingbing, do not got your point, sorry | 09:06 |
zhubingbing | https://review.openstack.org/#/c/421648/ | 09:07 |
zhubingbing | python-xxclient is base package so i think we should move it to openstack-base | 09:07 |
zhubingbing | ;) | 09:08 |
zhubingbing | for exemple https://github.com/openstack/kolla/blob/master/docker/openstack-base/Dockerfile.j2#L80 | 09:08 |
duonghq | zhubingbing, sure, I told that maybe I missed something | 09:09 |
zhubingbing | ;) | 09:09 |
duonghq | but why do we put this kind of package in openstack-base | 09:09 |
duonghq | image that we need only compute kit | 09:09 |
duonghq | but we must carry over other package client | 09:09 |
duonghq | I don't think it's reasonable | 09:10 |
egonzalez | yeah, but for example, ceilometer may need gnocchiclient when using it as backend | 09:11 |
zhubingbing | The dockeri mage is made up of hashes | 09:11 |
duonghq | zhubingbing, I understand your point | 09:12 |
zhubingbing | ok | 09:12 |
duonghq | but IMO, the base should be as compact as possible | 09:12 |
duonghq | egonzalez, sure, maybe we put gnocchiclient in ceilometer? | 09:12 |
des_consolado | hey egonzalez I got it working yesterday evening, so much woot!! :D | 09:13 |
des_consolado | the problem was that br-tun was down as well | 09:13 |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: remove avoid precheck.yml https://review.openstack.org/421721 | 09:15 |
egonzalez | on the topic, anyone had to manually configure an IP in br-ex to make flat networks work? | 09:16 |
des_consolado | egonzalez: I didn't have to do that | 09:17 |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: remove unnecessary precheck.yml https://review.openstack.org/421721 | 09:17 |
des_consolado | adding or removing IP addressing to br-ex or the external interface made no difference to the ping in the end | 09:17 |
des_consolado | one thing I'm unclear on though is, surely kolla(-ansible) should be setting the br-ex/br-tun devices and whatever network devices it needs to be up and to be up on boot? Seems strange having to manually set those up with `ip link` | 09:18 |
*** salv-orlando has quit IRC | 09:21 | |
*** pq_ has joined #openstack-kolla | 09:24 | |
*** tovin07 has quit IRC | 09:30 | |
*** mgoddard has joined #openstack-kolla | 09:30 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role https://review.openstack.org/407392 | 09:40 |
*** pcaruana has joined #openstack-kolla | 09:41 | |
openstackgerrit | Merged openstack/kolla: Fix designate dockerfile https://review.openstack.org/421188 | 09:49 |
*** tovin07_ has quit IRC | 09:51 | |
*** tovin07 has joined #openstack-kolla | 09:55 | |
*** msimonin has quit IRC | 10:00 | |
*** msimonin has joined #openstack-kolla | 10:00 | |
egonzalez | des_consolado: still not pinging of not add an IP address weird | 10:01 |
*** hfu has quit IRC | 10:04 | |
*** ccesario has joined #openstack-kolla | 10:07 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: install murano dashboard package in horizon https://review.openstack.org/395957 | 10:09 |
*** tovin07 has quit IRC | 10:11 | |
des_consolado | egonzalez: oh by the way I set the tunnel interface to be the neutron external interface as well I think | 10:11 |
des_consolado | I need to test with the tunnel interface being the API interface | 10:11 |
Jeffrey4l | egonzalez, could u just merged this and solve the password issue in the future? https://review.openstack.org/#/c/415504/ i do not think add no_log to module_args is a good idea. because it is hard for debug in some cause. | 10:14 |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role https://review.openstack.org/407392 | 10:14 |
des_consolado | ah the tunnel interface did need an IP address though, for: tunnel_interface_address: "{{ hostvars[inventory_hostname]['ansible_' + tunnel_interface]['ipv4']['address'] }}" # in group_vars/all.yml | 10:15 |
egonzalez | Jeffrey4l: yeah, sorry I missed that yesterday | 10:15 |
des_consolado | that was just for kolla-ansible to run through successfully, you can remove it afterwards | 10:15 |
Jeffrey4l | thansk. | 10:16 |
egonzalez | Jeffrey4l: any clue, when using flat network for external, I have to configure an IP in br-ex and also put up the bridges (all are DOWN) | 10:16 |
des_consolado | I should probably set tunnel_interface_address manually in the group_vars | 10:17 |
Jeffrey4l | why need add ip into br-ex? | 10:17 |
Jeffrey4l | i never configured that. and flat network works. | 10:17 |
openstackgerrit | Merged openstack/kolla-ansible: Refactor bootstrap.yml file https://review.openstack.org/415504 | 10:17 |
egonzalez | dont know, if i dont add it. I cant ping to instances | 10:18 |
openstackgerrit | Cuong Nguyen proposed openstack/kolla-kubernetes: Remove unnecessary f.close() https://review.openstack.org/421786 | 10:18 |
Jeffrey4l | hrm. try tcpdump the physical nic and br-ex to check why the packet is blocked. | 10:19 |
Jeffrey4l | this should not necessary. | 10:19 |
*** zhubingbing has quit IRC | 10:19 | |
*** prameswar has joined #openstack-kolla | 10:20 | |
*** goldyfruit has quit IRC | 10:26 | |
egonzalez | Jeffrey4l: had wrong network routes | 10:27 |
egonzalez | but, still need to put up br-ex, is not up automatically | 10:28 |
Jeffrey4l | down is OK. because it is managed by openvswitch, not linux. | 10:29 |
Jeffrey4l | i never up it manual to make the flat/vlan network work. | 10:29 |
*** willise has joined #openstack-kolla | 10:31 | |
*** willise has left #openstack-kolla | 10:31 | |
*** cuongnv has joined #openstack-kolla | 10:31 | |
*** vcn[m] has joined #openstack-kolla | 10:32 | |
*** cuongnv has quit IRC | 10:32 | |
*** cuongnv has joined #openstack-kolla | 10:33 | |
*** satyar has quit IRC | 10:35 | |
*** pcaruana has quit IRC | 10:38 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Install all python packages in global-requirements.txt file https://review.openstack.org/394150 | 10:39 |
*** cuongnv has quit IRC | 10:41 | |
*** sambetts|afk is now known as sambetts | 10:47 | |
*** pbourke has quit IRC | 10:48 | |
sambetts | Hi Kolla team, I'm pretty new to kolla, but I already have a k8s cluster running, where in the docs should I start to begin a deployment of kolla on my existing cluster?? | 10:48 |
*** pbourke has joined #openstack-kolla | 10:48 | |
*** tonanhngo has joined #openstack-kolla | 10:55 | |
*** tonanhngo has quit IRC | 10:57 | |
openstackgerrit | yuhui proposed openstack/kolla: the kolla module has no CONTRIBUTING.rst file, add it https://review.openstack.org/421829 | 10:57 |
openstackgerrit | Jiri Stransky proposed openstack/kolla: Reslient bootstrapping for MariaDB https://review.openstack.org/421323 | 10:57 |
*** msimonin has quit IRC | 10:57 | |
*** msimonin has joined #openstack-kolla | 10:59 | |
*** matrohon has quit IRC | 11:20 | |
egonzalez | Jeffrey4l: got it, i can ping/ssh to instances from other hosts, but not from controller node without putting up br-ex and adding proper routes | 11:22 |
Jeffrey4l | egonzalez, do you have ip on the controller node? may be you need ping the vm in a namespace. | 11:23 |
egonzalez | the reason is because is in a kvm VM with a NAT network and no interface have an IP in that network (makes sense) | 11:23 |
egonzalez | yeah, through namespace i can ping | 11:24 |
Jeffrey4l | cool. | 11:25 |
*** sudipto_ has quit IRC | 11:25 | |
*** sudipto has quit IRC | 11:25 | |
egonzalez | Jeffrey4l: thanks for the help | 11:26 |
Jeffrey4l | np :) | 11:26 |
*** prameswar has quit IRC | 11:32 | |
mliima | morning guys | 11:35 |
egonzalez | morning mliima | 11:37 |
*** prameswar has joined #openstack-kolla | 11:38 | |
egonzalez | Jeffrey4l: I've been testing fluentd this week, I think is almost finished. I had no issue for now | 11:48 |
egonzalez | We should merge before feature freeze and if something is wrong fix with bug | 11:48 |
Jeffrey4l | egonzalez, yep. agree. | 11:48 |
*** salv-orlando has joined #openstack-kolla | 11:49 | |
egonzalez | if someone want to give it a try, please help review and test https://review.openstack.org/#/c/407392/ | 11:50 |
*** pcaruana has joined #openstack-kolla | 11:56 | |
*** f13o_ has joined #openstack-kolla | 11:59 | |
sambetts | Morning kolla team o/ | 12:02 |
sambetts | If I have an existing working kubernetes cluster, where is the best place for me to start with deploying kolla on there? I was working through the guide here: http://docs.openstack.org/developer/kolla-kubernetes/minikube-quickstart.html#start-minikube-and-services using the parts post-minikube setup but it seems the kolla-kubernetes-toolbox is out of date and won't work on k8s 1.5.0+ | 12:04 |
*** liyifeng has quit IRC | 12:07 | |
*** dasTor has quit IRC | 12:09 | |
des_consolado | Jeffrey4l: what is this? https://github.com/openstack/kolla/commit/be846040251ccd193135d7782cb9e04def85c828 Did you mean Newton or Neutron? And what else changes when the version changes? | 12:12 |
des_consolado | And howcome this changes in group_vars/all but not in globals.yml? | 12:13 |
Jeffrey4l | des_consolado, nothing except the openstack_release. it is issue introduced by sync kolla image tag and openstack_release variable in ansible. | 12:18 |
des_consolado | Jeffrey4l: So the openstack_release tag should always be +0.0.1 of the actual codebase release tag? In git tags on the repo I see that there is no 3.0.3. | 12:20 |
Jeffrey4l | des_consolado, yep.. | 12:20 |
des_consolado | That's really weird and counter-intuitive D: especially when versioning is so fussy with Kolla (correct Ansible, Docker, tag, branch etc.) | 12:21 |
Jeffrey4l | it is reasonable. because +0.0.1 means next release kolla and kolla-ansible. | 12:21 |
Jeffrey4l | it is meaningless to continue use 3.0.2. | 12:22 |
Jeffrey4l | and in this way, we do not need to bump the variable when release/tagging | 12:22 |
des_consolado | oh the one in globals.yml is commented out | 12:23 |
*** shardy is now known as shardy_lunch | 12:29 | |
*** f13o_ has quit IRC | 12:29 | |
openstackgerrit | Merged openstack/kolla-ansible: Pull kolla images from tarballs.o.o https://review.openstack.org/413720 | 12:29 |
*** dave-mccowan has joined #openstack-kolla | 12:34 | |
*** sudipto_ has joined #openstack-kolla | 12:44 | |
*** sudipto has joined #openstack-kolla | 12:44 | |
*** srwilkers has joined #openstack-kolla | 12:51 | |
*** zhurong has joined #openstack-kolla | 12:53 | |
kbaegis | Has anyone pushed a patch for the "str, not byte" issue on the ansible tree? | 12:55 |
kbaegis | (Not able to push images to registry?) | 12:55 |
*** sdake_ has joined #openstack-kolla | 12:57 | |
*** JeroenBo has joined #openstack-kolla | 12:57 | |
*** JeroenBo has left #openstack-kolla | 12:58 | |
*** sdake__ has joined #openstack-kolla | 12:58 | |
*** msimonin has quit IRC | 13:00 | |
*** sdake_ has quit IRC | 13:02 | |
*** msimonin has joined #openstack-kolla | 13:02 | |
openstackgerrit | Merged openstack/kolla: Fix barbican dockerfile https://review.openstack.org/421646 | 13:02 |
*** matrohon has joined #openstack-kolla | 13:03 | |
*** dasTor has joined #openstack-kolla | 13:07 | |
*** pq_ has quit IRC | 13:07 | |
*** pq_ has joined #openstack-kolla | 13:08 | |
sdake__ | portdirect i ntoiced you just popped in | 13:09 |
*** sdake__ is now known as sdake | 13:09 | |
sdake | portdirect any chance you can give me the tldr on what helm_prebuild is doing today? | 13:09 |
sdake | just merging common bits right? | 13:09 |
sdake | sbezverk ? | 13:11 |
*** zhurong has quit IRC | 13:11 | |
sbezverk | sdake: morning | 13:11 |
sdake | sup sbezverk | 13:11 |
sdake | the agenda for the helm meeting is being formed now | 13:11 |
sdake | wg that is | 13:11 |
sdake | i wanted to discuss how helm_prebuild works today | 13:12 |
*** zhurong has joined #openstack-kolla | 13:12 | |
sdake | since imo it was always a temporary hack | 13:12 |
sdake | until we could sort out how to do it right in helm | 13:12 |
sbezverk | sdake: I suspect it will be used for a while | 13:12 |
sdake | looking at the code | 13:12 |
sdake | sbezverk that may be, would be nice if we could get it somehow merged into helm natively | 13:12 |
*** zhurong has quit IRC | 13:13 | |
sdake | i need to understand what it does in detail | 13:13 |
sdake | can you expalin it? | 13:13 |
sdake | its obviously changed since i looked at it in december | 13:13 |
openstackgerrit | Merged openstack/kolla: Remove custom images https://review.openstack.org/420822 | 13:13 |
openstackgerrit | Merged openstack/kolla: Add blocks for Ubuntu apt setup and package installation https://review.openstack.org/419610 | 13:13 |
openstackgerrit | Merged openstack/kolla: Fix gate in iax-ord node when using libvirt 2.0 https://review.openstack.org/420480 | 13:13 |
sbezverk | sdake: it add common bits and generates values.yaml based on all.yaml | 13:14 |
sbezverk | for each microservice | 13:14 |
sdake | ok so its like an out of tree include | 13:14 |
*** matrohon_ has joined #openstack-kolla | 13:14 | |
*** schwicht has joined #openstack-kolla | 13:15 | |
sdake | as well as something that parses all values.yamls for a tree of charts and produces one all.yaml? | 13:15 |
sbezverk | sdake: sort of, there is some additional logic based on the type of microservice | 13:15 |
sdake | what does the additional logic do | 13:15 |
sdake | fwiw, I think this is our greatest weakeness at present | 13:16 |
sbezverk | no it does not produce all.yaml, it produces per microservice values.yaml | 13:16 |
sdake | if we can solve this, the whole "kolla-kubernetes is not helm native" nonsense will disappear | 13:16 |
sdake | from one global yaml file? | 13:16 |
sbezverk | yes | 13:16 |
*** matrohon has quit IRC | 13:17 | |
sdake | ok, so to dig in to more depth | 13:17 |
sdake | it reads one file which contains all globals | 13:17 |
sdake | and copies it to all the microservices? | 13:18 |
sdake | or it copies only parts of the globals? | 13:18 |
*** mdnadeem has quit IRC | 13:18 | |
sbezverk | yes, depending on microservice type | 13:18 |
* srwilkers reads | 13:18 | |
sbezverk | it copies only relevant values | 13:18 |
sdake | how are relevant values known? | 13:19 |
sdake | can you provide an example? | 13:19 |
sbezverk | example microservices using ceph, will get ceph config parameters, others will not | 13:19 |
sdake | ok | 13:19 |
sdake | so it gets globals: | 13:19 |
sdake | and ceph: | 13:19 |
sdake | but nothign else | 13:19 |
sdake | and it obtains them from an out-of-tree file | 13:20 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for rally https://review.openstack.org/421893 | 13:21 |
openstackgerrit | Merged openstack/kolla: Support for multiple override files https://review.openstack.org/417213 | 13:21 |
openstackgerrit | Merged openstack/kolla: TLS loadbalancer creation fails due to unread neutron_lbaas.conf https://review.openstack.org/420880 | 13:21 |
openstackgerrit | Merged openstack/kolla: Support filtering output of --list-images https://review.openstack.org/419988 | 13:21 |
*** rhallisey has joined #openstack-kolla | 13:21 | |
*** shardy_lunch is now known as shardy | 13:21 | |
*** kbaegis has quit IRC | 13:22 | |
*** msimonin has quit IRC | 13:22 | |
*** kbaegis has joined #openstack-kolla | 13:22 | |
*** lamt has joined #openstack-kolla | 13:23 | |
openstackgerrit | Merged openstack/kolla-ansible: Add prechecks into solum roles https://review.openstack.org/421622 | 13:23 |
*** lamt has quit IRC | 13:24 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Fix the group check for glance-registry https://review.openstack.org/421899 | 13:26 |
*** schwicht_at_work has joined #openstack-kolla | 13:26 | |
*** schwicht has quit IRC | 13:27 | |
sdake | sbezverk cool thats a good example for ceph | 13:27 |
sdake | andglance I assume works the same way | 13:27 |
sdake | so basically our requirement is to be able to copy an out-of-tree all_values.yaml and select only the globals and service specific portion into the internal chart all_values.yaml | 13:28 |
sdake | sbezverk ^ ? | 13:28 |
*** sean-k-mooney has quit IRC | 13:29 | |
*** zhurong has joined #openstack-kolla | 13:32 | |
*** salv-orlando has quit IRC | 13:36 | |
sdake | portdirect sbezverk srwilkers want to buy some brain power :) | 13:38 |
sdake | can you guys help here | 13:38 |
portdirect | sup | 13:38 |
Serlex | hi, anyone know if HA-lbaas is supported in kolla? | 13:39 |
sdake | i'd like to get rid of helm_prebuidl step | 13:39 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible: Refactor Designate bootstrap.yml file https://review.openstack.org/421906 | 13:39 |
sdake | portdirect i'm not sure what to ask helm upstream for precisely | 13:39 |
sdake | portdirect so I thought I'd state our requirements and the why of it | 13:39 |
sdake | so what the requirement is and why it is so | 13:39 |
sdake | portdirect i gather from speaking with sbezverk and looking at helm_prebuild.py, it looks at an out-of-tree yaml file and merges it into some other yaml file in tree | 13:41 |
sdake | this is for the API | 13:41 |
sdake | to helm | 13:41 |
sdake | e.g. : al_values here: | 13:42 |
sdake | https://github.com/openstack/kolla-kubernetes/tree/master/helm | 13:42 |
sdake | is out of tree | 13:42 |
sdake | all_values that is | 13:42 |
sdake | does anyone know why that is so? | 13:42 |
portdirect | sdake: I'm not sure how we can remove prebuild.py | 13:42 |
sdake | portdirect lets assume for a moment it can be done (because it is software) | 13:43 |
*** yangzb09 has joined #openstack-kolla | 13:43 | |
portdirect | its a consequence of the arch that was used | 13:43 |
sdake | lets assume we can add features to helm to solve the problem instead of making our own tools | 13:43 |
sdake | what would that feature of helm look like? | 13:43 |
sdake | portdirect i always saw it as a short term hack to get the ball rolling | 13:44 |
sbezverk | agree with port direct, it would not require if we did not select flat model | 13:44 |
srwilkers | i third that thought | 13:44 |
srwilkers | sorry, getting caught up | 13:44 |
sdake | srwilkers third which thought? | 13:44 |
portdirect | sdake: we would need the same think implemented in helm | 13:44 |
srwilkers | it being a consequence we took on with our current design | 13:44 |
sbezverk | sdake: helm already support inheritance | 13:45 |
srwilkers | yes, itd have to be the same thing in helm | 13:45 |
sbezverk | we just selected not to use it | 13:45 |
portdirect | but no other helm package offer the extermeme granularity combined with abstraction of kolla-k8s | 13:45 |
sdake | ok guys - i'd liek us to focus on this particular point in the wg session today until we shave the yak completely | 13:45 |
sbezverk | sdake: I am sorry but there are other important matter to discuss | 13:46 |
sdake | sbezverk ok - thats fine | 13:46 |
sdake | sbezverk i'd like to spend 10 minutes on this topic | 13:46 |
sdake | what i'm getting at is I'd like to get the helm developers to understand why we have this prebuild step | 13:46 |
*** prameswar has quit IRC | 13:46 | |
sdake | and that we want to get rid of it | 13:47 |
sdake | its a serious weakenss, as I already said, in the current system | 13:47 |
sdake | parsing whatyou said above, teh fine grained control we need isn't possible thorugh inheritence | 13:47 |
sdake | is that correct? | 13:47 |
sbezverk | sdake: they will tell you to use hiarachy | 13:47 |
sbezverk | then you would not need it | 13:47 |
sdake | ok - lets not make assumptions on what they will tell us or not tell us | 13:47 |
sdake | hierarcy is not ideal because then we dont have separate helm packages for each microservice and service | 13:48 |
sdake | is the above accurate? ^^ | 13:48 |
sbezverk | sdake: afaik they are wokring on fixing this part already | 13:48 |
sdake | sbezverk could you add more details? | 13:49 |
sbezverk | so you would have hiarachy and ability to access microservice package | 13:49 |
*** duonghq has quit IRC | 13:50 | |
*** duonghq has joined #openstack-kolla | 13:50 | |
* sbezverk need to find feature relevant helm request | 13:50 | |
duonghq | evening guys | 13:50 |
sdake | sup duonghq | 13:50 |
*** schwicht_at_work has quit IRC | 13:50 | |
srwilkers | yep, sbezverk is right | 13:50 |
mliima | need act here https://review.openstack.org/#/c/417094/ | 13:50 |
sdake | srwilkers actually correct, but ok :) | 13:50 |
mliima | sdake, egonzalez ^^ | 13:50 |
*** duonghq_ has joined #openstack-kolla | 13:51 | |
sdake | srwilkers cool - so if its being worked on, i think we can help provide feedback that from our POV its high priority | 13:51 |
sbezverk | sdake: https://github.com/kubernetes/helm/issues/1568 | 13:51 |
sdake | I dont know if that would be helpful for the helm devs or not | 13:51 |
sdake | I know it would be helpful for jascott1 who is working on helm upstream | 13:51 |
* egonzalez looking | 13:52 | |
srwilkers | im working on upstream helm too | 13:52 |
* portdirect feels left out | 13:53 | |
*** duonghq__ has quit IRC | 13:54 | |
duonghq | sbezverk, ping | 13:55 |
sdake | srwilkers nice | 13:55 |
sdake | sbezverk the hiarcy approach used with a plugin - how would that solve our global variables thing? | 13:56 |
duonghq | morning sdake, I wake up quite early? | 13:56 |
sdake | duonghq do you? | 13:56 |
openstackgerrit | chen.xing proposed openstack/kolla: [WIP] Add vitrage images https://review.openstack.org/417593 | 13:56 |
duonghq | *I -> you | 13:56 |
duonghq | sorry | 13:56 |
duonghq | always got trouble with pronoun | 13:57 |
duonghq | :( | 13:57 |
sdake | mliima is https://review.openstack.org/#/c/417094/2/ansible/roles/cinder/templates/cinder.conf.j2 line 128 correct? | 13:57 |
sdake | shouldn't that be {{ hnaas_iscsi_backend }}? | 13:57 |
sdake | duonghq np :) | 13:58 |
sdake | duonghq ya 5-6am typically | 13:58 |
*** zhubingbing has joined #openstack-kolla | 13:58 | |
mliima | hmm sdake | 13:58 |
mliima | ok | 13:58 |
portdirect | sdake: being honest - I think we need to deal with config before we resolve the build.py | 13:58 |
mliima | i'll change | 13:58 |
mliima | :) | 13:58 |
mliima | great | 13:58 |
sdake | mliima moment pls | 13:58 |
sdake | mliima let me finish review | 13:58 |
mliima | ok | 13:58 |
sbezverk | portdirect +2 | 13:59 |
portdirect | as while we rely on kolla-ansible we are not able to really deploy anywhere other than the gate :/ | 13:59 |
duonghq | in ceph_workflow_service test, line 70, helm has --value args, what does it for? | 13:59 |
sbezverk | config gen needs to be addressed in a priority.. | 14:00 |
sdake | portdirect ok - that is a problem for kolla-kubernetes to solve itself right? | 14:00 |
sdake | portdirect whereas this wg are problems for helm to solve? | 14:00 |
sdake | portdirect i'm not suggesting kolla-kubernetes devs would solve this problem immediately | 14:01 |
sbezverk | duonghq: it is to disable logging at the gate for now | 14:01 |
mliima | thank sdake and egonzalez for reviews | 14:01 |
mliima | :) | 14:01 |
sdake | portdirect laying tracks for it to be solved upstream so we can rid ourselves of it | 14:01 |
sdake | mliima np | 14:01 |
portdirect | yes - but we cannot make demand from them untill we know what we need - and untill we have the config sorted I'm not sure what that is going to look like. | 14:01 |
duonghq | sbezverk, the --value <(helm_entrypoint_general $1) | 14:01 |
sdake | portdirect i see | 14:02 |
sdake | portdirect ok - that makes sense | 14:02 |
sdake | portdirect i think we can discuss the idea as something we need to be rid of in kolla-kubernetes | 14:02 |
*** prameswar has joined #openstack-kolla | 14:02 | |
* srwilkers is out of coffee | 14:02 | |
sbezverk | duonghq: oh this one is used to push entrypoint common variables including gate's ceph parameters. check macro above | 14:02 |
sdake | portdirect agree r enot making feature requests before we really know what we need | 14:02 |
srwilkers | portdirect, i agree | 14:03 |
sdake | portdirect also, not making a demand, making a request :) | 14:03 |
*** srwilkers is now known as srwilkers_coffee | 14:03 | |
*** sacharya has joined #openstack-kolla | 14:03 | |
sdake | even a request should be cautioned tho as to not waste resources | 14:03 |
portdirect | +1 | 14:03 |
sdake | i think the current solutions in that issue tracker (use a plugin and rewrite on the fly) seems super clunky to me | 14:04 |
sdake | seems like overengineering - and how would you get hte plugin into helm? | 14:04 |
sdake | portdirect sbezverk this is the kind of exchange we need to have in the wg | 14:05 |
sdake | portdirect wht I need is enough information to speak intelligently about it - which I dont have :) | 14:05 |
portdirect | plugins easy | 14:05 |
portdirect | I've written several | 14:05 |
sdake | for helm? | 14:05 |
portdirect | yes | 14:05 |
sdake | cool | 14:05 |
duonghq | sbezverk, thanks | 14:06 |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla-kubernetes: Memcached service package https://review.openstack.org/421650 | 14:06 |
*** athomas has quit IRC | 14:06 | |
openstackgerrit | Mauricio Lima proposed openstack/kolla-ansible: Allow cinder-volume to be configured to use HNAS nfs https://review.openstack.org/417094 | 14:07 |
*** sacharya has quit IRC | 14:08 | |
*** msimonin has joined #openstack-kolla | 14:11 | |
sbezverk | duonghq: please note that only check experimental checkes service/entrypoint deploymnet | 14:12 |
duonghq | sbezverk, I just realize that | 14:12 |
sdake | sbezverk can we just move that entrypoint gate to the non-experimental gate? | 14:13 |
sdake | as non-voting? | 14:13 |
duonghq | portdirect, about ceph, I need to pass some info from deployment node to helm at runtime, (the OSD_PARTITION_NUM), how can I do that? | 14:13 |
duonghq | portdirect, ceph-osd in particular | 14:14 |
*** schwicht has joined #openstack-kolla | 14:14 | |
sbezverk | sdake: need to check with kfox1111 | 14:14 |
*** athomas has joined #openstack-kolla | 14:15 | |
*** pq_ has quit IRC | 14:15 | |
*** pq_ has joined #openstack-kolla | 14:17 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Optimize reconfigure action for rally https://review.openstack.org/421893 | 14:20 |
*** mgiles has joined #openstack-kolla | 14:20 | |
sdake | sbezverk will do | 14:20 |
sdake | sbezverk let me ask, is it functional? | 14:20 |
sdake | sbezverk does it pass 80%+ of the time? | 14:20 |
sdake | sbezverk nonvoting gatees should be gates which are functional 80% of the time ;) | 14:20 |
sdake | experimental gates are gates taht are functional less then 80% of the time | 14:21 |
*** salv-orlando has joined #openstack-kolla | 14:21 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible: Refactor Designate and Panko bootstrap.yml https://review.openstack.org/421906 | 14:23 |
sdake | portdirect srwilkers_coffee sbezverk bck on prebuild, can we have a short discussion in the wg where we all agree it needs to go :) | 14:24 |
sdake | portdirect srwilkers_coffee sbezverk how it goes, we can leave for the issue tracker | 14:25 |
sdake | sup mgiles | 14:25 |
mgiles | morning sdake | 14:25 |
sdake | mgiles - if your not busy at 10am pst, I'd be happy to invite you to our helm wg | 14:25 |
sdake | mgiles i dont actualy own the invite so I can forward to you | 14:25 |
sdake | mgiles actually its 9am PST I think | 14:25 |
sdake | mgiles might not hurt to lurk :) | 14:26 |
mgiles | Is it on IRC or hangout or what? | 14:26 |
sdake | mgiles the wg is biweekly on zoom | 14:26 |
sdake | so twice a month (in caseyou struggle with biweekly like I do:) | 14:26 |
sdake | its not on irc because its a kubernetes working group | 14:27 |
*** srwilkers_coffee is now known as srwilkers | 14:27 | |
sdake | hence not part of openstack's policies | 14:27 |
sdake | althoug hwe do try to play by both foundation's sets of rules | 14:27 |
sdake | 1 hour in length | 14:27 |
sdake | pm me your email, it will be on your calendar you can choose to attend or not :) | 14:27 |
sdake | zoom is like hangout but doesn't default to video on - thank god :) | 14:28 |
sdake | zoom also available in china | 14:28 |
mgiles | yeah. Hate that about hangouts. | 14:28 |
sdake | ya - thats annoying | 14:28 |
sdake | "HEY IM HAVING A BAD HAIR DAY WHY MUST YOU TURN VIDEO ON BY DEFAULT" | 14:29 |
mgiles | lol | 14:30 |
sdake | duonghq did I forward the invite to you yet? | 14:30 |
sdake | duonghq it may be past your sleep time | 14:30 |
*** shardy has quit IRC | 14:30 | |
*** shardy has joined #openstack-kolla | 14:31 | |
sdake | mgiles sadly i use my finger to cover up the camera when i'm having a bad hair day | 14:31 |
sdake | mgiles like slacked on taking a shower or something :) | 14:31 |
sdake | mgiles which ddoesn't happen often | 14:31 |
duonghq | sdake, are you talking about the working group with helm or k8s community? is it done by text or video or voice? | 14:32 |
sdake | mgiles working from home, it is mandatory to have good hygine all the time | 14:32 |
sdake | duonghq it is video + voice | 14:32 |
sdake | you can call in voice only if you like | 14:32 |
mgiles | sdake I have another meeting at 10am pst today, but will try to make it in the future. | 14:32 |
sdake | duonghq its a working group with helm in the k8s community | 14:32 |
sdake | mgiles cool i'll work on getting you added to the invitation | 14:32 |
mgiles | thanks sdake | 14:32 |
*** fguillot has joined #openstack-kolla | 14:33 | |
*** pq_ has quit IRC | 14:39 | |
*** pq_ has joined #openstack-kolla | 14:39 | |
*** jtriley has joined #openstack-kolla | 14:39 | |
duonghq | sdake, does the zoom work on linux? | 14:40 |
*** skramaja has quit IRC | 14:41 | |
sbezverk | sdake: yes gate i function when the test code is right ;) | 14:42 |
sdake | sbezverk cool so lets make it nonvitng then | 14:42 |
sdake | sbezverk thats the metric for non-voting gates | 14:42 |
*** fguillot has quit IRC | 14:48 | |
*** breitz has joined #openstack-kolla | 14:50 | |
*** lrensing has joined #openstack-kolla | 14:52 | |
duonghq | sdake, have you had any experience with zoom before? seem that it does not have self test function | 14:52 |
sdake | duonghq what platform are you on? linux or windows or mac? | 14:52 |
*** mattmceuen has joined #openstack-kolla | 14:52 | |
sdake | duonghq i run on mac, not sure on other platforms | 14:52 |
sdake | duonghq it just worked for me | 14:52 |
duonghq | I'm using Ubuntu | 14:52 |
sdake | duonghq i see | 14:53 |
sdake | duonghq that may or may not work - just dont' know | 14:53 |
sdake | duonghq if that doesn't work, just dialin | 14:53 |
duonghq | zoom doesn't have dial in number for Vietnam without premium plan | 14:54 |
sdake | duonghq i see | 14:54 |
sdake | duonghq is lachie not on premium plan? | 14:54 |
sdake | (the meeting organizer) | 14:54 |
duonghq | hope that at least the audio out works fine, | 14:54 |
sdake | i wonder if its super expensive | 14:55 |
sdake | duonghq which one of these plans is it that is needed to dialin? https://zoom.us/pricing | 14:56 |
duonghq | it is written: +84 **** **** (Premium Toll) | 14:56 |
sdake | duonghq sadface... | 14:56 |
*** adrian_otto has joined #openstack-kolla | 14:56 | |
sdake | duonghq well I hae no idea what plan lachie has | 14:56 |
sdake | wow my computer just made some new kind of beep | 14:56 |
*** msimonin has quit IRC | 14:57 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible: Fix keystone reconfigure https://review.openstack.org/421991 | 14:57 |
sdake | wonder what that was about | 14:57 |
egonzalez | Jeffrey4l: could you check https://review.openstack.org/421991 | 14:57 |
duonghq | If I understand correctly, it's add-ons, which cost 100 buck/mo | 14:57 |
duonghq | not cheap | 14:57 |
duonghq | sdake, what kind of beep? | 14:57 |
Jeffrey4l | egonzalez, done. thanks. | 14:58 |
*** msimonin has joined #openstack-kolla | 14:58 | |
egonzalez | btw, cool work on the reconfigure | 14:59 |
Jeffrey4l | np. but this bp can not implement in the O cycle ;(, which is i expected most | 15:01 |
sdake | duonghq one that is unfamiliar | 15:01 |
sdake | duonghq yikes | 15:01 |
*** jheroux has joined #openstack-kolla | 15:01 | |
sdake | duonghq not sure if dies has that feature on their system - i'll ask | 15:01 |
sdake | Dies is the co implementing helm and leading the wg | 15:01 |
*** dougs1 has quit IRC | 15:01 | |
openstackgerrit | Mark Giles proposed openstack/kolla-kubernetes: WIP - Nova service deployment https://review.openstack.org/421457 | 15:01 |
*** schwicht has quit IRC | 15:01 | |
*** schwicht has joined #openstack-kolla | 15:02 | |
sdake | duonghq you know, zoom shoudl work on linux | 15:03 |
sdake | duonghq it worked at red hat on fedora | 15:03 |
sdake | duonghq ca nyou google around for ubuntu + zoom problems? | 15:03 |
sdake | duonghq also I know a fella from germany dialed in, which may be the premium plan (michael schmidt) | 15:03 |
sdake | duonghq so maybe lachie is already on the premium plan | 15:03 |
duonghq | sdake, sure I'll find on google, but Fedora is fine, so Ubuntu should done the job | 15:04 |
sdake | duonghq ya - it does work on linux (or did) | 15:04 |
*** jistr is now known as jistr|mtg | 15:05 | |
*** mattmceuen has quit IRC | 15:06 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator https://review.openstack.org/418073 | 15:07 |
*** david-lyle has joined #openstack-kolla | 15:13 | |
*** openstack has joined #openstack-kolla | 15:21 | |
*** Daviey has joined #openstack-kolla | 15:22 | |
*** sudipto has joined #openstack-kolla | 15:22 | |
*** lukl has joined #openstack-kolla | 15:22 | |
*** classicsnail has joined #openstack-kolla | 15:22 | |
*** zeus has joined #openstack-kolla | 15:22 | |
wirehead_ | inc0 + sdake on stage: https://c1.staticflickr.com/1/725/32347661236_3256bd1602_b.jpg | 15:24 |
wirehead_ | and inc0 on stage: https://c1.staticflickr.com/1/470/31544114484_2022af897f_b.jpg | 15:24 |
*** v1k0d3n has joined #openstack-kolla | 15:25 | |
sdake | wirehead_ :) | 15:25 |
sdake | wirehead_ what we need to do is get all the kolla cats on stage at once | 15:25 |
sdake | wirehead_ we have only done that one time in tokyo | 15:25 |
sdake | wirehead_ our team was much smaller | 15:25 |
*** sindhu has joined #openstack-kolla | 15:26 | |
*** kong has joined #openstack-kolla | 15:26 | |
*** DuncanT has joined #openstack-kolla | 15:26 | |
*** turvey has joined #openstack-kolla | 15:26 | |
*** yangzb09 has quit IRC | 15:27 | |
*** smekel_ has joined #openstack-kolla | 15:27 | |
*** ScoopIcicle has joined #openstack-kolla | 15:27 | |
*** krtaylor has joined #openstack-kolla | 15:31 | |
*** hogepodge has joined #openstack-kolla | 15:31 | |
*** srwilkers has quit IRC | 15:32 | |
wirehead_ | Yeah, I had a convo in Dec with a friend who was looking for a high-res headshot.. any high-res headshot that's not a selfie. And I thought that, of all people, I'd have taken a picture of her, given I walk around with a foofy camera all of the time. | 15:33 |
wirehead_ | But I didn't, because I've been lazy lately about saying "Hey, let's grab a shot of all of the ___ cats" | 15:33 |
wirehead_ | Coulda organized it in Barcelona but didn't. :/ | 15:33 |
*** v1k0d3n has quit IRC | 15:33 | |
*** sp__ has joined #openstack-kolla | 15:34 | |
sdake | wirehead_ ya we should try to organize a photogrpah of the core and extended team in boston | 15:34 |
sdake | wirehead_ Patrick Amor would be happy to take the picture I think, and he is nearly a pro photogrpaher | 15:34 |
*** v1k0d3n has joined #openstack-kolla | 15:34 | |
*** david-lyle has quit IRC | 15:36 | |
*** david-lyle_ has joined #openstack-kolla | 15:36 | |
*** saneax is now known as saneax-_-|AFK | 15:36 | |
*** david-lyle_ has quit IRC | 15:37 | |
*** david-lyle_ has joined #openstack-kolla | 15:37 | |
*** jtriley has quit IRC | 15:40 | |
*** v1k0d3n has quit IRC | 15:41 | |
*** david-lyle_ has quit IRC | 15:41 | |
*** kencjohnston_ has quit IRC | 15:42 | |
*** kencjohnston has joined #openstack-kolla | 15:43 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible: [WIP] Add fluentd role https://review.openstack.org/407392 | 15:44 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible: Optimize reconfiguration for tacker https://review.openstack.org/422036 | 15:45 |
*** mcnanci has joined #openstack-kolla | 15:45 | |
sdake | wirehead_ are you also a good photographer | 15:46 |
sdake | I took photography 101 in community college after i graduated | 15:46 |
sdake | so I've got the basics down | 15:46 |
*** jtriley has joined #openstack-kolla | 15:47 | |
sdake | missed the part where you mentioned you use a foofy camera :) | 15:47 |
*** david-lyle has joined #openstack-kolla | 15:47 | |
duonghq | how do you guy travel with camera? | 15:47 |
wirehead_ | I've got a Micro 4/3rds camera. | 15:49 |
wirehead_ | So, that giant backpack I'm walking around with generally has a smaller-than-average camera body and a few lenses. | 15:49 |
*** v1k0d3n has joined #openstack-kolla | 15:49 | |
duonghq | ah, nice, travel with DSLR w/ some lens does not easily | 15:49 |
*** sp___ has joined #openstack-kolla | 15:49 | |
wirehead_ | And then I've got a pancake lens and a rangefinder-styled body and that's about the size of a P&S, except dSLR quality. | 15:49 |
Jeffrey4l | egonzalez, could u review this https://review.openstack.org/371669 :) | 15:50 |
duonghq | I also wish that I have a micro 4/3rds cam for traveling | 15:50 |
wirehead_ | Pretty much, I don't do things the normal way. | 15:50 |
wirehead_ | Also, Micro 4/3rds cams are astonishingly good these days, with a bunch of really neat and unique features. | 15:50 |
duonghq | sure | 15:51 |
wirehead_ | So Micro 4/3rds is my main digital. | 15:51 |
wirehead_ | I've got a medium format film camera, but it ends up that Micro 4/3rds is pretty damn good and I use it a lot. | 15:51 |
duonghq | ya | 15:51 |
*** jistr|mtg is now known as jistr | 15:51 | |
*** JeroenBo has joined #openstack-kolla | 15:51 | |
duonghq | micro 4/3rds is better nowaday | 15:52 |
kfox1111 | morning. | 15:52 |
duonghq | morning kfox1111 | 15:52 |
wirehead_ | Here's the Museum Blau that was right next to the conference hall, at night: https://c1.staticflickr.com/1/410/32328555546_a594a67b92_b.jpg | 15:52 |
duonghq | I have not traveled by airplane yet :P | 15:53 |
kfox1111 | wirehead_: nice. :) | 15:54 |
sdake | team meeting in 5 minutes | 15:55 |
sdake | Jeffrey4l you may have to coordinate the team meeting - not sure where inc0 is | 15:55 |
sdake | Jeffrey4l i've got the agenda mostly up to date | 15:56 |
Jeffrey4l | sdake, ok. but may need your help.. | 15:58 |
*** jascott1 has joined #openstack-kolla | 15:58 | |
sdake | Jeffrey4l you know i'm here for you dude :) | 15:58 |
sdake | Jeffrey4l the reality is I passed the PTL baton out of choice | 15:58 |
*** inc0 has joined #openstack-kolla | 15:58 | |
sdake | oh theres inc0 | 15:58 |
sdake | we are good to go ;) | 15:58 |
inc0 | yeah | 15:59 |
inc0 | traffic:/ | 15:59 |
sdake | bummer | 15:59 |
sdake | team meeting in 1 minute :) | 15:59 |
jrich523 | lol | 15:59 |
inc0 | I know | 15:59 |
jrich523 | skip it | 15:59 |
wirehead_ | Here's a picture to send your mother, inc0: https://c1.staticflickr.com/1/470/31544114484_2022af897f_b.jpg | 15:59 |
jrich523 | i had one yesterday i skipped | 15:59 |
jrich523 | what could they possibly need to talk about :) | 15:59 |
inc0 | wirehead_, cool! | 15:59 |
inc0 | thanks | 15:59 |
Jeffrey4l | ping inc0 | 16:00 |
inc0 | I'm here | 16:01 |
inc0 | meeting | 16:01 |
sdake | sbezverk portdirect kfox1111 srwilkers_ team meeting | 16:01 |
*** Jeffrey4l has quit IRC | 16:01 | |
sdake | #openstack-meeting-4 if anyone else wants to join :) | 16:01 |
sdake | mgiles bmace :) | 16:01 |
*** Jeffrey4l_ has joined #openstack-kolla | 16:01 | |
*** Jeffrey4l_ is now known as Jeffrey4l | 16:02 | |
*** yangzb09 has joined #openstack-kolla | 16:03 | |
*** rhallisey has quit IRC | 16:03 | |
*** msimonin has quit IRC | 16:04 | |
*** igordcard has quit IRC | 16:05 | |
*** adrian_otto has quit IRC | 16:06 | |
*** igordcard has joined #openstack-kolla | 16:07 | |
kbaegis | Hey, is Astara in queue or backlog for Kolla? | 16:07 |
kbaegis | Or ODL? | 16:08 |
egonzalez | odl is in progress | 16:09 |
*** sacharya has joined #openstack-kolla | 16:09 | |
jrich523 | is there a... umm.... hmm.. package repo for openstack? | 16:09 |
kbaegis | egonzalez: :D Awesome | 16:09 |
jrich523 | is there a goal of providing yum like services? | 16:09 |
kbaegis | jrich523: yum already has most of them | 16:10 |
egonzalez | rdo is packaging kolla if IIRC | 16:10 |
jrich523 | just seems like, these days, you'd be foolish not to | 16:10 |
kbaegis | jrich523: Apt too | 16:10 |
jrich523 | oh i guess openstack isnt really worth having its own in that case | 16:10 |
jrich523 | sort of a pain tho, you'd have to install it yourself all over the place, but, meh | 16:11 |
kbaegis | jrich523: You can do apt-get install neutron, etc. It's a huge pain to set up | 16:11 |
kbaegis | jrich523: Exactly | 16:11 |
jrich523 | yay kolla :) | 16:11 |
jrich523 | our lab is getting rebuilt, cant wait to play on it again | 16:12 |
*** yangzb09 has quit IRC | 16:12 | |
*** tonanhngo has joined #openstack-kolla | 16:12 | |
jrich523 | liberty tho..... | 16:12 |
*** yangzb09 has joined #openstack-kolla | 16:12 | |
jrich523 | and metapod... so.. its not THAT exciting... but... still :) | 16:12 |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix aodh dockerfile https://review.openstack.org/421645 | 16:13 |
*** rmart04 has quit IRC | 16:15 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix gnocchi dockerfile https://review.openstack.org/421648 | 16:16 |
*** denggw has joined #openstack-kolla | 16:17 | |
*** sayantani01 has joined #openstack-kolla | 16:19 | |
*** zhubingbing has quit IRC | 16:19 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator https://review.openstack.org/418073 | 16:20 |
*** yangzb09 has quit IRC | 16:21 | |
*** yangzb09 has joined #openstack-kolla | 16:21 | |
*** jheroux has quit IRC | 16:23 | |
*** salv-orl_ has joined #openstack-kolla | 16:24 | |
des_consolado | This version thing still makes no sense to me. When you run kolla-build, pbr's version is called basically: https://github.com/openstack/kolla/blob/master/kolla/image/build.py#L650 | 16:27 |
*** salv-orlando has quit IRC | 16:27 | |
des_consolado | pbr's version refers to the git tags... we have no git tag for 3.0.3, so how does it make any sense to use the 3.0.3 version in the group_vars? | 16:27 |
*** sean-k-mooney has joined #openstack-kolla | 16:27 | |
egonzalez | des_consolado: pbr is used when installing kolla from pip, from pip there is no tag 3.0.3 is only on git(master of stable/newton) | 16:28 |
sean-k-mooney | egonzalez: shouldn't all git tags be available as pip packages? | 16:29 |
*** adrian_otto has joined #openstack-kolla | 16:31 | |
sean-k-mooney | egonzalez: i taught that was part of the tagging process? if you create the git tag via the release repo it will create the pip package and if you do it by hand you were also ment to push the pip package manually | 16:31 |
des_consolado | ah build.py can also called cfg for this I think, just reading thru the code now | 16:31 |
openstackgerrit | Merged openstack/kolla-ansible: Fix keystone reconfigure https://review.openstack.org/421991 | 16:31 |
openstackgerrit | Merged openstack/kolla-ansible: Refactor Designate and Panko bootstrap.yml https://review.openstack.org/421906 | 16:32 |
egonzalez | sean-k-mooney: i used bad wording, 3.0.3 tag is not tagged yet, is the version used in globals, (the next version to be taged) | 16:32 |
*** jheroux has joined #openstack-kolla | 16:34 | |
des_consolado | what's the version used for apart from tagging of container images (and the normal use of it being a milestone in the code)? | 16:36 |
*** JoseMello has joined #openstack-kolla | 16:37 | |
egonzalez | des_consolado: not getting your question | 16:37 |
sean-k-mooney | egonzalez: ah ok that makes sense | 16:39 |
*** harlowja has joined #openstack-kolla | 16:39 | |
sean-k-mooney | des_consolado: the version in the global.yam is basically the version of the image. it is seperate to hte pip version though the defaults are updated in loc step | 16:40 |
*** zhubingbing has joined #openstack-kolla | 16:40 | |
sean-k-mooney | des_consolado: having it in the global.yml allows the opperator to rebuild the images they have deployed for example when a security but is found in a depency | 16:41 |
des_consolado | well I have 3.0.2 stable/newton checked out and I need to build images, openstack_release is 3.0.3 in the group_vars though. Looks to me like the kolla-build just goes by the version of the repository it comes from though. | 16:41 |
zhubingbing | i am sorry | 16:41 |
zhubingbing | i miss meeting | 16:41 |
zhubingbing | ;) | 16:41 |
sean-k-mooney | des_consolado: the kolla build uses the verion in the kolla-build.conf | 16:41 |
zhubingbing | ;( | 16:41 |
sean-k-mooney | if you dont use the kolla-build.conf it proably tracks the pbr version | 16:42 |
des_consolado | sean-k-mooney: where in the code does it use kolla-build.conf? | 16:43 |
sean-k-mooney | you should use the kolla-build.conf though to make sure you allways build the images the same way so that you can do a 3.0.2-1 3.0.2-2 build ... when there are security issues in the software in the images | 16:43 |
des_consolado | I just read through all the code kind of... I suck at reading code clearly :'( | 16:43 |
*** mgoddard has quit IRC | 16:43 | |
*** JeroenBo has quit IRC | 16:44 | |
sean-k-mooney | des_consolado: the kolla build tool does not use the global.yml so it uses it when it read the config file. let me see if i can find it | 16:45 |
sean-k-mooney | it uses it from https://github.com/openstack/kolla/blob/master/kolla/common/config.py | 16:45 |
sean-k-mooney | des_consolado: https://github.com/openstack/kolla/blob/master/kolla/image/build.py#L978 is where it parses it | 16:46 |
sean-k-mooney | des_consolado: if no config is supplyed or you dont override the defaults on the commanline the defaults are used which are defined in https://github.com/openstack/kolla/blob/master/kolla/common/config.py | 16:48 |
sean-k-mooney | i belive this is where the version of the image is set https://github.com/openstack/kolla/blob/master/kolla/common/config.py#L206-L207 | 16:49 |
sean-k-mooney | that becmore the pbr version https://github.com/openstack/kolla/blob/master/kolla/version.py#L15 | 16:50 |
des_consolado | 7 | 16:50 |
des_consolado | yeah that's what I just read through | 16:51 |
des_consolado | thanks btw but I don't see it pulling in anything like kolla-build.conf anywhere | 16:51 |
sean-k-mooney | that happens in the parse function | 16:51 |
sbezverk | kfox1111: about overriding configmaps, what do you have in mind as a solution? | 16:52 |
sean-k-mooney | its a little hard to follow i was previouly convinced there was a bug in this code | 16:53 |
sbezverk | I had to use a workaround for my memchached operator.. would be good if solution you are proposing could also be used for my use case.. | 16:53 |
des_consolado | oh prog=kolla-build is passed to parse, maybe that's it, sec... | 16:54 |
des_consolado | nah prog isn't used that's literally just the name of the program | 16:54 |
des_consolado | conf's default_config_files maybe... | 16:56 |
*** v1k0d3n has quit IRC | 16:58 | |
*** salv-orl_ has quit IRC | 16:58 | |
*** v1k0d3n has joined #openstack-kolla | 16:58 | |
des_consolado | conf = cfg.ConfigOpts() | 16:59 |
kfox1111 | sbezverk: not too much thought through on configmaps yet. | 17:00 |
des_consolado | which 'has built in support for config_file and config_dir' | 17:01 |
kfox1111 | just think we need a way to override the default configmap name for now. | 17:01 |
kfox1111 | as for how to manage the configmaps, needs more thought. | 17:01 |
duonghq | sdake, the wg will start in about 1hr, right? | 17:01 |
kfox1111 | could be helm microservice like packages. a package per configmap. | 17:01 |
kfox1111 | or a single package with all configmaps in it... not sure how well that would work though... | 17:01 |
des_consolado | ah okay so prog=kolla-build, and looking at this http://docs.openstack.org/developer/oslo.config/builtins.html it will look for kolla-build.conf in the given places | 17:02 |
des_consolado | so it just needs to be in /etc/kolla/kolla-build.conf ok... | 17:03 |
*** egonzalez has quit IRC | 17:03 | |
sdake | duonghq no it starts now on my calendar | 17:04 |
sdake | duonghq oh ya 1 hour | 17:04 |
*** jascott1 has quit IRC | 17:05 | |
duonghq | sdake, nice | 17:06 |
*** sudipto has quit IRC | 17:07 | |
*** sudipto_ has quit IRC | 17:07 | |
sbezverk | kfox1111: please check in memcached ps the way I do it now, and let me know if it does not conflict with what you would like to have | 17:08 |
*** mgiles has quit IRC | 17:08 | |
kfox1111 | k | 17:08 |
sbezverk | kfox1111: another thing I want to push ps to limit port name to 15 bytes | 17:08 |
*** inc0 has quit IRC | 17:08 | |
*** rmart04 has joined #openstack-kolla | 17:09 | |
sbezverk | it tunred out very easy to break chart | 17:09 |
sbezverk | if it is not controlled | 17:09 |
kfox1111 | really? hmm. | 17:09 |
*** inc0 has joined #openstack-kolla | 17:09 | |
*** mgiles has joined #openstack-kolla | 17:09 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add vitrage images https://review.openstack.org/417593 | 17:10 |
duonghq | sdake, I need to take a nap, see you later | 17:10 |
sdake | duonghq sounds good bro ;) | 17:10 |
*** sp__ has quit IRC | 17:11 | |
*** sp___ has quit IRC | 17:11 | |
sbezverk | kfox1111: yep port name > 15 fails chart deployment | 17:12 |
sbezverk | since we use elementname var, I bet somebody will use name longer | 17:12 |
*** rmart04 has quit IRC | 17:14 | |
kfox1111 | weird. | 17:14 |
kfox1111 | does it fail in k8s? | 17:14 |
kfox1111 | or just helm? | 17:14 |
kfox1111 | (is it a helm bug?) | 17:15 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding kubernetes imposed limit for port names https://review.openstack.org/422122 | 17:18 |
sbezverk | kfox1111: yes with wrong spec thing | 17:19 |
kfox1111 | so the spec requires port name to be <= 15? | 17:19 |
sbezverk | kfox1111: it is not a bug, it is limitation forced by kuberenetes spec | 17:19 |
kfox1111 | k. | 17:19 |
*** v1k0d3n has quit IRC | 17:21 | |
kfox1111 | looks good to me. | 17:22 |
*** matrohon_ has quit IRC | 17:23 | |
inc0 | kfox1111, let's assume I write support for galera in k8s/charts | 17:24 |
inc0 | do you think we can move kolla-k8s to use it? | 17:24 |
kfox1111 | so assumed. | 17:24 |
inc0 | if it gets inc0's seal of approval | 17:25 |
*** unicell has quit IRC | 17:25 | |
*** rhallisey has joined #openstack-kolla | 17:25 | |
inc0 | I want to set a precedence there;) | 17:25 |
kfox1111 | well, I think thats kind of more of an orchestration question? | 17:25 |
kfox1111 | for microservices, you can use whatever building blocks you want. | 17:25 |
kfox1111 | also, where do the containers come from? | 17:26 |
kfox1111 | back from kolla? | 17:26 |
inc0 | yeah, but there is world of difference between "you can" and "default" | 17:26 |
inc0 | kolla | 17:26 |
inc0 | I see no reason not to | 17:26 |
inc0 | use kolla built galera images | 17:26 |
kfox1111 | but wouldn't 'helm native' imply they should come from mariadb? | 17:26 |
inc0 | maybe, if mariadb people would like to take over, we would discuss | 17:27 |
*** lrensing has quit IRC | 17:27 | |
inc0 | but imho better to have kolla-based galera than none at all | 17:27 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding kubernetes imposed limit for port names https://review.openstack.org/422122 | 17:27 |
kfox1111 | I agree. | 17:27 |
kfox1111 | just wondering what they will think of it pointing back to kolla instead of upstream. | 17:28 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add vitrage images https://review.openstack.org/417593 | 17:28 |
kfox1111 | will they block it? | 17:28 |
kfox1111 | etc. | 17:28 |
inc0 | there is only one way to check it:) also kolla *is* upstream | 17:28 |
*** lrensing has joined #openstack-kolla | 17:28 | |
kfox1111 | kolla is upstream for kolla. | 17:28 |
inc0 | and by doing this, I kinda sign ourselves to support it | 17:29 |
kfox1111 | but your submitting something to kubernetes/charts. very different use case. | 17:29 |
inc0 | and as long as we support it, we choose images we feel comfortable with | 17:29 |
kfox1111 | or are you going to call it kolla-galera or something? | 17:29 |
inc0 | that's my reasoning | 17:29 |
kfox1111 | sounds reasonable to me. but I dont run that community. :) | 17:29 |
kfox1111 | I'd recommend verifying with them before putting in a bunch of work though. | 17:30 |
*** jtriley has quit IRC | 17:32 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add vitrage images https://review.openstack.org/417593 | 17:33 |
*** harlowja has quit IRC | 17:33 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 17:33 |
*** v1k0d3n has joined #openstack-kolla | 17:35 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Adding kubernetes imposed limit for port names https://review.openstack.org/422122 | 17:37 |
*** yangzb09 has quit IRC | 17:37 | |
*** david-lyle is now known as bailing-wire | 17:37 | |
*** jtriley has joined #openstack-kolla | 17:43 | |
*** msimonin has joined #openstack-kolla | 17:44 | |
kfox1111 | sbezverk: does the operator make a configmap per memcached deployed to track state? | 17:44 |
sbezverk | kfox1111: yes | 17:45 |
kfox1111 | k. just double checkinng I was understanding what I was reading. | 17:45 |
kfox1111 | there's a fair amount of code here, and I've only spent like 5 min reading through it. but if I understand the general workings properly, it looks good to me. :) | 17:46 |
*** bailing-wire has quit IRC | 17:46 | |
*** DanyC has joined #openstack-kolla | 17:47 | |
sbezverk | kfox1111: thanks. so far I track states of all parameters and can deploy service and memcached deployment. there is one check missing for the actual pod being in running state. | 17:48 |
*** DanyC has left #openstack-kolla | 17:48 | |
kfox1111 | nice. :) | 17:50 |
kfox1111 | this is a bit weird: http://logs.openstack.org/93/413193/40/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-iscsi-nv/59fc4d5/console.html | 17:50 |
kfox1111 | only happening on the iscsi gate. | 17:50 |
kfox1111 | maybe they removed the lvm2 package from the vm's? | 17:51 |
kfox1111 | looks like its doing a yum install without the -y. | 17:51 |
des_consolado | hey maybe somebody can share some insight on this: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/neutron/tasks/start.yml#L51-L53 - the split thing, does this mean that somehow if we pass lots of bridge names and neutron external interfaces separated by , characters then they all get used? Or is this just some kind of code safety measure? | 17:51 |
sbezverk | kfox1111: really strange | 17:53 |
des_consolado | is it like, e.g. we have 3 compute nodes, if we put br-ex1,br-ex2,br-ex3 in the bridge name and eno0,ens2f0,eth0 in the neutron external interface variable, then the first pair will be for the first compute node, the second for the second and so on? | 17:54 |
sbezverk | I think I run check experimental last night and both iscsi were green | 17:54 |
des_consolado | seems a bit far-fetched and not really important for me right now, just curious | 17:54 |
kfox1111 | yeah. I'm guessing they changed images on us again. | 17:55 |
kfox1111 | the gate code seems broken with respect to installing lvm2, as it lacks the -y flag. | 17:56 |
kfox1111 | but if it was already installed, then it wouldn't need to ask to install it. | 17:56 |
sbezverk | kfox1111: at 10:35 it worked http://logs.openstack.org/57/421457/3/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-iscsi-nv/8cb1eba/ | 17:56 |
kfox1111 | http://logs.openstack.org/57/421457/3/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-iscsi-nv/8cb1eba/console.html#_2017-01-18_15_06_30_411817 | 17:57 |
kfox1111 | yup. in taht case, it was already installed. | 17:57 |
*** sayantani01 has quit IRC | 18:01 | |
*** prameswar has quit IRC | 18:01 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Fix missing yum install -y in gate. https://review.openstack.org/422147 | 18:02 |
*** zhubingbing has quit IRC | 18:05 | |
*** athomas has quit IRC | 18:09 | |
*** sambetts is now known as sambetts|afk | 18:11 | |
*** prameswar has joined #openstack-kolla | 18:14 | |
*** shardy has quit IRC | 18:15 | |
*** shardy has joined #openstack-kolla | 18:16 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 18:20 |
sbezverk | sdake: please ack https://review.openstack.org/#/c/422122/ | 18:20 |
sdake | sbezverk i'll review it first ;) | 18:21 |
sbezverk | sdake: I would not think otherwise | 18:21 |
*** unicell has joined #openstack-kolla | 18:23 | |
sdake | "Your internet is unstable" | 18:25 |
sdake | lol | 18:25 |
sdake | sbezverk its not loading at present | 18:25 |
sdake | cvo such a pOS | 18:25 |
sbezverk | sdake: you should stop wathcing history channel on the background ;) | 18:25 |
*** sacharya has quit IRC | 18:27 | |
*** sdake has quit IRC | 18:30 | |
openstackgerrit | Francisco Edigleison Barbosa proposed openstack/kolla: Add how configure backend to cinder HNAS iSCSI driver guide https://review.openstack.org/422157 | 18:34 |
*** absubram has joined #openstack-kolla | 18:35 | |
*** krtaylor has quit IRC | 18:36 | |
*** DanyC has joined #openstack-kolla | 18:39 | |
*** sdake has joined #openstack-kolla | 18:40 | |
sbezverk | sdake: did you get your internet up? | 18:45 |
sdake | yup | 18:45 |
sdake | looking now | 18:45 |
*** fguillot has joined #openstack-kolla | 18:45 | |
*** v1k0d3n has quit IRC | 18:48 | |
*** prameswar has quit IRC | 18:48 | |
*** MasterOfBugs has joined #openstack-kolla | 18:51 | |
*** pramodrj07 has joined #openstack-kolla | 18:51 | |
*** v1k0d3n has joined #openstack-kolla | 18:52 | |
*** shardy is now known as shardy_afk | 18:52 | |
openstackgerrit | Merged openstack/kolla-kubernetes: Adding kubernetes imposed limit for port names https://review.openstack.org/422122 | 18:53 |
*** DanyC has left #openstack-kolla | 18:54 | |
*** pramodrj07 has quit IRC | 18:54 | |
*** MasterOfBugs has quit IRC | 18:54 | |
*** MasterOfBugs has joined #openstack-kolla | 18:58 | |
*** pramodrj07 has joined #openstack-kolla | 19:00 | |
*** sayantani01 has joined #openstack-kolla | 19:01 | |
duonghq | thank you sdake for the invitation | 19:01 |
*** huikang has joined #openstack-kolla | 19:01 | |
*** krtaylor has joined #openstack-kolla | 19:03 | |
sdake | duonghq thank Lachie on slack :) | 19:05 |
duonghq | night sdake | 19:06 |
*** MasterOfBugs has quit IRC | 19:06 | |
*** pramodrj07 has quit IRC | 19:06 | |
duonghq | see you later | 19:06 |
*** PramodJ has joined #openstack-kolla | 19:06 | |
duonghq | can not help much this time :( | 19:07 |
*** MasterOfBugs has joined #openstack-kolla | 19:07 | |
*** duonghq has quit IRC | 19:08 | |
*** sdake_ has joined #openstack-kolla | 19:10 | |
*** sdake has quit IRC | 19:14 | |
kfox1111 | https://github.com/kubernetes/helm/issues/1834 | 19:16 |
*** absubram has quit IRC | 19:17 | |
*** goldyfruit has joined #openstack-kolla | 19:18 | |
kfox1111 | does kolla have a container for cephfs yet? | 19:19 |
sdake_ | anyone have the link - i seem to have misplaced it ot the etherpad | 19:19 |
kfox1111 | which link? | 19:20 |
sdake_ | the one on the helm working group | 19:21 |
sdake_ | i've got like literally 80 chrome windows open | 19:21 |
sdake_ | and i'm not sure where it is :) | 19:21 |
kfox1111 | not sure I have a link to that. :/ | 19:22 |
*** absubram has joined #openstack-kolla | 19:22 | |
*** sdake_ is now known as sdkae | 19:23 | |
*** sdkae is now known as sdake | 19:23 | |
sdake | kfox1111 nick change | 19:23 |
sdake | inc0 do you ahve a link to that | 19:23 |
*** salv-orlando has joined #openstack-kolla | 19:27 | |
*** DanyC has joined #openstack-kolla | 19:28 | |
sdake | anyone have a link to that sbezverk ? | 19:32 |
*** sacharya has joined #openstack-kolla | 19:33 | |
*** DanyC has quit IRC | 19:33 | |
sdake | here it is: https://etherpad.openstack.org/p/openstack-helm | 19:33 |
sdake | add issues there pls | 19:33 |
sdake | and we can prioritize them from our side in etherpad | 19:33 |
*** huikang has quit IRC | 19:43 | |
*** jascott1 has joined #openstack-kolla | 19:43 | |
*** huikang has joined #openstack-kolla | 19:44 | |
openstackgerrit | Dan Prince proposed openstack/kolla: Add nova-placement-api packages https://review.openstack.org/422185 | 19:44 |
sdake | folks - if you ahve an issue in the helm issue tracker, please add it to the top of this etherpad: https://etherpad.openstack.org/p/openstack-helm | 19:45 |
sdake | so we can prioritize them g lobally across openstack deployment projects | 19:45 |
*** huikang has quit IRC | 19:47 | |
*** huikang has joined #openstack-kolla | 19:47 | |
des_consolado | hey do you guys use any commands to view all the docker networking/namespaces/sockets stuff? | 19:48 |
*** matrohon has joined #openstack-kolla | 19:49 | |
des_consolado | I'm just poking around at this point, I see that the openvswitch_vswitchd container has some stuff going on in the run directory that is also going on in the host's run directory and obviously this is how the container controls the switch stuff for the host yada yada... | 19:51 |
des_consolado | I'd really like to see all the under the hood stuff tho, if there were some commands I could run or some conf I could look at that would show me all of these unix daemon sockets (a concept I'm not the most familiar with but I guess it's just like a network socket except it's a process socket and you can't do like TCP/IP stuff with it, just process communication) | 19:52 |
des_consolado | and also I've read that docker uses netns, I see there's a netns dir on the host but there's nothing in it... I know neutron uses netns and I can netns to a neutron router... Why aren't there any docker netns's? | 19:53 |
des_consolado | damn everyone's gone home | 19:56 |
jrich523 | ehterpad, is that a fork of chloroformPad? | 19:56 |
jrich523 | im home and at work | 19:56 |
des_consolado | I'm at the office but no one is here... just waiting to meet a friend... do you know anything about all this crazy shit I just asked about? ^^ :P | 19:56 |
jrich523 | i very highly doubt it, but i'll read it | 19:56 |
openstackgerrit | Dan Prince proposed openstack/kolla: Add nova-placement-api packages https://review.openstack.org/422185 | 19:56 |
jrich523 | oh, i had this very same question once | 19:57 |
jrich523 | sadly, i dont recall the answer | 19:57 |
des_consolado | awwww you bastard | 19:57 |
jrich523 | i want to say it was a form of docker ps | 19:57 |
jrich523 | but, let me see if i have notes | 19:57 |
des_consolado | I know of docker ps and inspect of course... I need to join the dots though... I should probably spend more time staring at inspect, always seems hope in there | 19:58 |
jrich523 | wait, you're looking for forwarded ports right? | 19:58 |
des_consolado | you mean linked ports? no I think I know how to see that, that should show in ps as well as inspect | 20:00 |
*** bailing-wire has joined #openstack-kolla | 20:00 | |
jrich523 | well there is docker network list, but im guessing you saw that | 20:00 |
des_consolado | kolla sticks everything in containers so I'm wanting to see all the unix domain socket stuff if it's possible | 20:00 |
des_consolado | and all the netns stuff | 20:01 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP memcached operator https://review.openstack.org/418073 | 20:01 |
jrich523 | hmm i think what i had attempted to do was pull the mapping (NAT) | 20:01 |
jrich523 | which is in iptables it seems | 20:01 |
*** bailing-wire is now known as david-lyle | 20:02 | |
kbaegis | Is tacker on the roadmap for kolla? | 20:03 |
*** salv-orlando has quit IRC | 20:04 | |
kbaegis | nevermind. :) https://blueprints.launchpad.net/kolla/+spec/tacker-support | 20:04 |
*** Serlex has quit IRC | 20:04 | |
*** DanyC has joined #openstack-kolla | 20:05 | |
*** DanyC has quit IRC | 20:09 | |
*** krtaylor has quit IRC | 20:10 | |
*** jemcevoy has joined #openstack-kolla | 20:11 | |
jemcevoy | Has anyone seen ceph_mon stuck in a restart loop? Any idea how to fix it? ocker exec -i ceph_mon ceph -s | 20:12 |
jemcevoy | Error response from daemon: Container a944e4e11f601d4d58bbbebd06d3290421ca396914963f09381c7cd3b223b77b is restarting, wait until the container is running | 20:12 |
kbaegis | docker logs —follow should hlep | 20:13 |
jemcevoy | It is also spewing syslog message to the consoke | 20:13 |
kbaegis | *help | 20:13 |
jemcevoy | Thanks | 20:13 |
kbaegis | ceph is a complex component. I suspect that it's not able to find storage, but I don't know that | 20:13 |
*** msimonin has left #openstack-kolla | 20:15 | |
jemcevoy | kbaegins The log must be gigabytes... | 20:16 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 20:18 |
jemcevoy | unning command: '/usr/bin/ceph-mon -d -i 10.10.4.2 --public-addr 10.10.4.2:6789' | 20:18 |
jemcevoy | error: monitor data filesystem reached concerning levels of available storage space (available: 5% 2669 MB) | 20:18 |
jemcevoy | you may adjust 'mon data avail crit' to a lower value to make this go away (default: 5%) | 20:18 |
jemcevoy | There is the reason | 20:19 |
jemcevoy | thanks kbaegins | 20:19 |
*** matrohon has quit IRC | 20:19 | |
*** huikang has quit IRC | 20:21 | |
*** huikang has joined #openstack-kolla | 20:23 | |
kfox1111 | can I get a second please: https://review.openstack.org/#/c/422147/ | 20:23 |
*** krtaylor has joined #openstack-kolla | 20:25 | |
*** dturner has quit IRC | 20:27 | |
*** adrian_otto has quit IRC | 20:38 | |
*** jemcevoy has quit IRC | 20:40 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Rabbitmq service deployment with entrypoint https://review.openstack.org/422229 | 20:41 |
bmace | kfox1111: i missed the helm meeting this morning. was underscore vs. dash in file names discussed? | 20:42 |
*** absubram has quit IRC | 20:43 | |
*** huikang has quit IRC | 20:46 | |
kfox1111 | no. forgot about it. :/ | 20:48 |
kfox1111 | can bring it up on the slack channel... | 20:48 |
bmace | nooooooooo! lol | 20:48 |
kfox1111 | I just asked on the slack channel. lets see what pops up. | 20:52 |
bmace | kk, thanks. our corp firewall thinks slack is a dangerous place ;) | 20:53 |
kfox1111 | heh. | 20:54 |
kfox1111 | yeah... things like words happen there. :) | 20:54 |
bmace | words and books. nothing more dangerous. | 20:55 |
kfox1111 | its funny, cause our corperate policy is the exact opposite. slack is safe, but irc is an evil hacker tool. ;) | 20:55 |
*** haplo37_ has quit IRC | 20:55 | |
*** v1k0d3n has quit IRC | 20:56 | |
*** haplo37_ has joined #openstack-kolla | 20:58 | |
sbezverk | kfox1111: looks like adding -y does not help, still failing :( | 20:59 |
*** absubram has joined #openstack-kolla | 21:00 | |
* portdirect rejoins the living :/ | 21:00 | |
*** adrian_otto has joined #openstack-kolla | 21:01 | |
kfox1111 | sbezverk: where? | 21:01 |
kfox1111 | the other one failed on the docker registry. | 21:02 |
mgiles | Anybody have any thought about what might be causing the entrypoint test to fail on this ps (I know kfox1111 is working on the centos/iscsi failure)? | 21:02 |
kfox1111 | it did seem to work here: http://logs.openstack.org/47/422147/1/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-iscsi-nv/51ce18e/console.html#_2017-01-18_20_23_39_709069 | 21:02 |
mgiles | https://review.openstack.org/#/c/421457/ | 21:02 |
kfox1111 | hmm... saw that when debugging the v3 gate... | 21:03 |
kfox1111 | but this should be v2. | 21:03 |
portdirect | bmace: looks like there is a preference for '-' | 21:03 |
* portdirect continues reading scroll back on one million screens | 21:04 | |
sbezverk | mgiles: you need to recheck it I think | 21:04 |
mgiles | ok. I'll try, alhtough I saw the same failure 2x in a row | 21:04 |
*** jheroux has quit IRC | 21:05 | |
mgiles | maybe third time's a charm? :) | 21:05 |
sbezverk | mgiles: where they identical? I thought 1st failure were different, but I could be wrong | 21:06 |
mgiles | sbezverk seen the same error on all runs on ps3 | 21:06 |
mgiles | Also saw that error on ps1 before I split the nova-control and nova-compute | 21:06 |
bmace | portdirect: kk, i think we sort of determined that through looking at the contents of that helm git repo with all the implementations where underscore was only ever used as a prefix, but someone had wanted to ask them directly just in case. so they said that in slack? | 21:07 |
kfox1111 | mgiles: whats the volume mount in nova_compute for? | 21:07 |
kfox1111 | did that break things? | 21:07 |
mgiles | That was to add the port dependency | 21:08 |
mgiles | I don't think it's related since that mount didn't exist in ps1 and I saw the same error. | 21:08 |
openstackgerrit | Merged openstack/kolla-kubernetes: Improve docker images pulling https://review.openstack.org/421210 | 21:09 |
mgiles | sorry - socket, not port - typing too fast | 21:09 |
kfox1111 | still a bit weirded out though, as its not happening on other gates. | 21:09 |
*** jheroux has joined #openstack-kolla | 21:10 | |
sbezverk | kfox1111: remember when I was playing with iscsi gates there was a state barrier missing when cinder volume got detach and then re-attach to the instance | 21:10 |
portdirect | bmace: yes, that info comes straight from the project lead via slack | 21:10 |
sbezverk | the error was the same | 21:10 |
kfox1111 | sbezverk: yeah, but I thought you fixed that. | 21:10 |
portdirect | bmace: still use _ to exclude files from being rendered directly but for everything else use a '-' between words | 21:11 |
sbezverk | kfox1111: right, unless it got removed somehow | 21:11 |
bmace | portdirect: perfect. as long as folks stop adding new stuff with underscores i can try to fix our jumble :) | 21:11 |
kfox1111 | hmm.... but that would only happen if it was based on a really old ps, if it was in gate and other things would be affected too, or it was removed in the ps, and we'd see it. | 21:12 |
kfox1111 | still... something weird is going on. | 21:12 |
sbezverk | kfox1111: do we collect know the state of cinder volumes at the failure time? | 21:12 |
kfox1111 | I wana say yes, but don't remember for sure. | 21:12 |
kfox1111 | weird weird weird... | 21:13 |
kfox1111 | ssh $USER@$line 'sudo sed -i "s/^SELINUX=.*/SELINUX=disabled/" /etc/sysconfig/selinux' should disable selinux.... | 21:13 |
kfox1111 | but isn.t | 21:13 |
kfox1111 | what am I missing.... | 21:14 |
*** pramodrj07 has joined #openstack-kolla | 21:15 | |
sbezverk | kfox1111: I think it will replace into SELINUX=SELINUX=disabled | 21:15 |
kfox1111 | should replace any value of SELINUX with disabled. | 21:15 |
kfox1111 | but its still enabled after reboot... | 21:16 |
kfox1111 | maybe I should just copy it over as a shell script and run it....... | 21:16 |
*** lrensing has quit IRC | 21:17 | |
*** lrensing has joined #openstack-kolla | 21:18 | |
*** PramodJ has quit IRC | 21:18 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 21:20 |
kfox1111 | is there a container for cephfs yet? | 21:21 |
*** absubram has quit IRC | 21:21 | |
sdake | oh we forgot to ask th _ vs - thing :) | 21:22 |
sdake | kfox1111 its /etc/config/selinux | 21:22 |
sdake | not sysconfig | 21:22 |
sdake | pretty sure | 21:22 |
sdake | but not certain | 21:22 |
sdake | kfox1111 check your own centos bos for the file | 21:22 |
*** v1k0d3n has joined #openstack-kolla | 21:23 | |
kfox1111 | yeah. that I know for sure. its /etc/sysconfig/selinux | 21:23 |
portdirect | its /etc/selinux/config on 7.2 at least | 21:23 |
kfox1111 | hmm... | 21:23 |
kfox1111 | lrwxrwxrwx. 1 root root 17 Jul 11 2014 /etc/sysconfig/selinux -> ../selinux/config | 21:23 |
portdirect | lol - both right | 21:23 |
kfox1111 | symlink now... | 21:23 |
sbezverk | kfox1111: I think first volume attach is missing these two commands | 21:24 |
sbezverk | wait_for_cinder test available | 21:24 |
sbezverk | wait_for_cinder test attaching | 21:24 |
*** JoseMello has quit IRC | 21:25 | |
sbezverk | https://github.com/openstack/kolla-kubernetes/blob/master/tests/bin/basic_tests.sh#L102 | 21:25 |
*** pramodrj07 has quit IRC | 21:25 | |
*** MasterOfBugs has quit IRC | 21:25 | |
*** pramodrj07 has joined #openstack-kolla | 21:26 | |
*** MasterOfBugs has joined #openstack-kolla | 21:26 | |
kfox1111 | yeah, its possible I guess. | 21:26 |
kfox1111 | did the output of 120 show it in a nonn attached state? | 21:26 |
sbezverk | mgiles: could you add two commands from above at line 103 | 21:27 |
sbezverk | yes volume was in avaiable state | 21:27 |
kfox1111 | hmm... | 21:27 |
kfox1111 | available is a failed state too. | 21:27 |
mgiles | sbezverk will do | 21:27 |
kfox1111 | if you attach and it fails to attach, it will reenter available state. | 21:27 |
sbezverk | kfox1111: not sure, I do not think cinder resets states?? | 21:28 |
kfox1111 | you might need a third line abouve the other two for creating? | 21:28 |
kfox1111 | cinder doesn't, but nova does. :/ | 21:29 |
*** sdake_ has joined #openstack-kolla | 21:29 | |
openstackgerrit | Edmund Rhudy proposed openstack/kolla: Add block for dumb-init installation https://review.openstack.org/422249 | 21:30 |
sbezverk | kfox1111: let's start with these two | 21:30 |
sbezverk | and then decide | 21:30 |
*** krtaylor has quit IRC | 21:30 | |
*** sdake has quit IRC | 21:32 | |
kfox1111 | if it shows up in creating though first, | 21:33 |
kfox1111 | then the other two will be skipped, then when they enter that state, won't be checked. | 21:33 |
*** absubram has joined #openstack-kolla | 21:33 | |
*** l4yerffeJ has quit IRC | 21:34 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** Jeffrey4l has joined #openstack-kolla | 21:35 | |
kfox1111 | http://logs.openstack.org/57/421457/3/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-helm-entrypoint-nv/82f5865/logs/openstack/kolla-nova-compute-9f0b6.txt is really strange looking. | 21:38 |
openstackgerrit | Mark Giles proposed openstack/kolla-kubernetes: WIP - Nova service deployment https://review.openstack.org/421457 | 21:38 |
kfox1111 | oh. | 21:39 |
*** tyrola has quit IRC | 21:39 | |
kfox1111 | mgiles: did you remove the nova libvirt secret by mistake? | 21:39 |
mgiles | kfox1111 still created at line 68 of ceph_workflow_service.sh | 21:40 |
*** tyrola has joined #openstack-kolla | 21:41 | |
kfox1111 | hmm.... | 21:41 |
kfox1111 | http://logs.openstack.org/57/421457/3/experimental/gate-kolla-kubernetes-deploy-centos-binary-2-helm-entrypoint-nv/82f5865/logs/virsh-secret-list.txt is empty. | 21:42 |
kfox1111 | need a ceph_backend=true somewhere maybe? | 21:44 |
inc0 | kfox1111, so I'm looking at sed in gates | 21:45 |
inc0 | for image tag | 21:45 |
inc0 | looks dirty...can we just explicitly say that it's 4.0.0 across the board? | 21:45 |
kfox1111 | not easily yet. | 21:46 |
mgiles | kfox1111 that could be - I'll take a look | 21:47 |
*** huikang has joined #openstack-kolla | 21:47 | |
*** severion has joined #openstack-kolla | 21:47 | |
kfox1111 | yeah. I think that may be the issue. ceph_backend on libvirt needs to be set and I don't see it being set now. | 21:47 |
mgiles | aaahh I see | 21:48 |
mgiles | let me try that - thanks | 21:48 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Rabbitmq service deployment with entrypoint https://review.openstack.org/422229 | 21:48 |
*** huikang has quit IRC | 21:51 | |
kfox1111 | np. | 21:52 |
inc0 | kfox1111, idk...shellscript seding configs on the fly seems bad to me:/ | 21:53 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 21:54 |
kfox1111 | inc0: I don't disagree... | 21:55 |
*** severion has quit IRC | 21:56 | |
kfox1111 | but I think its probably the least of the possible evils at the moment. | 21:56 |
inc0 | kfox1111, so there is no single default anywhere? | 21:56 |
*** severion has joined #openstack-kolla | 21:56 | |
kfox1111 | no. there are 3.0.2 and 2.0.2 container values. | 21:57 |
kfox1111 | they all need updating to 4.0.0 for trunk. | 21:57 |
kfox1111 | you could override them on another config file used when the launch is run, | 21:58 |
*** severion has quit IRC | 21:58 | |
kfox1111 | but I'd like to be able to push the built packages to tarballs.o.o and they should have the right versions backed into the packages. | 21:58 |
kfox1111 | we can talk more about that though at the ptg. | 21:59 |
*** severion has joined #openstack-kolla | 22:00 | |
*** severion is now known as v1k0d3m | 22:00 | |
erhudy | the docker stuff in the registry seems a bit mad | 22:00 |
openstackgerrit | Merged openstack/kolla-kubernetes: Use upper constraints for all the jobs in tox.ini https://review.openstack.org/421063 | 22:00 |
erhudy | that was word salad, let's try again | 22:01 |
inc0 | erhudy, what do you mean? | 22:01 |
*** v1k0d3m has quit IRC | 22:01 | |
erhudy | stand by while i remember how to speak english | 22:01 |
sbezverk | kfox1111: I chatted with technosophos about helm upgrade, it looks like until configmap is not part of chart, I cannot use helm uprgade to reload main process on configmap change.. | 22:02 |
sbezverk | so for now I will use helm delete/helm install on the configuration change.. | 22:02 |
erhudy | a lot of the gate jobs on the thing i just pushed exploded even though the entirety of the change was moving two commands into their own RUN and adding a block | 22:02 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla: Test fix gate https://review.openstack.org/422272 | 22:03 |
erhudy | a bit strange | 22:03 |
*** severion has joined #openstack-kolla | 22:03 | |
erhudy | "2017-01-18 21:35:38.629715 | docker: Error response from daemon: linux init cgroups path: mkdir /docker: not a directory." seems to be what the voting jobs are bailing on | 22:03 |
kfox1111 | sbezverk: an upgrade should still work if there is something that changes in the object. | 22:06 |
kfox1111 | I think. let me double check.. | 22:06 |
sbezverk | kfox1111: yeah but the object which is known to helm is not changing.. | 22:11 |
sbezverk | configmap atm is not known/visible to release | 22:11 |
*** fguillot has quit IRC | 22:11 | |
*** schwicht has quit IRC | 22:12 | |
*** schwicht_at_work has joined #openstack-kolla | 22:12 | |
kfox1111 | yeah, so either the name of the configmap would need to change, | 22:14 |
kfox1111 | or some other thing to twiddle a change to the object. | 22:14 |
kfox1111 | if you don't want to name it differently. | 22:14 |
kfox1111 | (I've done echo 1/2/3/etc at time to do that too) | 22:14 |
kfox1111 | but I really believe the new configmap should come in with a different mame. | 22:15 |
kfox1111 | or else deployment upgrade/downgrade won't work as intended. | 22:15 |
kfox1111 | configmaps need to be atomic the same ways as everything else. | 22:16 |
*** jheroux has quit IRC | 22:16 | |
sbezverk | kfox1111: when then kube introduced replace ;-) | 22:16 |
sbezverk | why I meant | 22:16 |
kfox1111 | becuase people keep insisting on doing non atomic things. :/ | 22:16 |
kfox1111 | that doesn't mean its right to use that way though. | 22:16 |
sbezverk | I can make operator working with different configmap names but still it does not solve my problem | 22:17 |
kfox1111 | whats the problem? | 22:17 |
sbezverk | reloading main process on the change | 22:17 |
kfox1111 | process I think should be: | 22:18 |
kfox1111 | 1. upload newer configmap with new name. | 22:18 |
kfox1111 | 2. helm upgrade existing deployment with the new configmap name | 22:18 |
kfox1111 | verify the deployment finishes rolling out. | 22:18 |
kfox1111 | 4. delete old configmap. | 22:18 |
kfox1111 | that should triggger k8s to do the container restarts. | 22:19 |
openstackgerrit | Mark Giles proposed openstack/kolla-kubernetes: WIP - Nova service deployment https://review.openstack.org/421457 | 22:20 |
sbezverk | ok, from operator perspective. 1. Update TPR with new config map name, 2. operator detects the changes 3. triggers helm upgrade with new config map | 22:21 |
*** haplo37 has quit IRC | 22:22 | |
kfox1111 | yeah. if configmaps are not managed by the operator, then yeah, thats the workflow. | 22:23 |
kfox1111 | if configmaps are managed by the operator, the config info would be in the 3rd party resource. | 22:23 |
*** v1k0d3n has quit IRC | 22:24 | |
kfox1111 | if the 3rd party resource for config changes, it would upload a new version, helm upgrade the the deployment and remove the old one. | 22:24 |
*** severion has quit IRC | 22:24 | |
*** portdirect is now known as shipindirect | 22:25 | |
*** dave-mccowan has quit IRC | 22:28 | |
*** jtriley has quit IRC | 22:28 | |
*** lrensing has quit IRC | 22:29 | |
*** haplo37 has joined #openstack-kolla | 22:31 | |
*** david-lyle has quit IRC | 22:32 | |
*** sdake_ has quit IRC | 22:38 | |
*** sacharya has quit IRC | 22:39 | |
*** david-lyle has joined #openstack-kolla | 22:40 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 22:40 |
*** srwilkers has joined #openstack-kolla | 22:40 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Rabbitmq service deployment with entrypoint https://review.openstack.org/422229 | 22:45 |
*** jascott1 has quit IRC | 23:04 | |
*** salv-orlando has joined #openstack-kolla | 23:05 | |
*** jascott1 has joined #openstack-kolla | 23:05 | |
*** jascott1 has quit IRC | 23:06 | |
*** mgiles has quit IRC | 23:07 | |
*** absubram has quit IRC | 23:09 | |
*** salv-orlando has quit IRC | 23:09 | |
*** sdake has joined #openstack-kolla | 23:11 | |
*** saneax-_-|AFK is now known as saneax | 23:15 | |
*** adrian_otto has quit IRC | 23:16 | |
*** schwicht_at_work has quit IRC | 23:19 | |
*** jrich523 is now known as MrGod | 23:21 | |
*** MrGod is now known as jrich523 | 23:22 | |
inc0 | kfox1111, soo...for gates I should sed things over? | 23:23 |
inc0 | damn | 23:23 |
kfox1111 | yeah. I think thats probably best for now. | 23:24 |
*** sdake has quit IRC | 23:24 | |
*** Jeffrey4l has quit IRC | 23:24 | |
*** ccesario has quit IRC | 23:24 | |
*** cliles has quit IRC | 23:24 | |
*** bachp has quit IRC | 23:24 | |
*** williamcaban has quit IRC | 23:24 | |
*** stevemar has quit IRC | 23:24 | |
*** goldyfruit has quit IRC | 23:24 | |
kfox1111 | it could be added to the prebuild script, but then thats less 'helm native' | 23:24 |
kfox1111 | which seems to be a really dirty word. | 23:24 |
*** sdake has joined #openstack-kolla | 23:24 | |
*** Jeffrey4l has joined #openstack-kolla | 23:24 | |
*** ccesario has joined #openstack-kolla | 23:24 | |
*** cliles has joined #openstack-kolla | 23:24 | |
*** bachp has joined #openstack-kolla | 23:24 | |
*** williamcaban has joined #openstack-kolla | 23:24 | |
*** stevemar has joined #openstack-kolla | 23:24 | |
*** sdake has quit IRC | 23:25 | |
*** sdake has joined #openstack-kolla | 23:25 | |
*** kbaegis has quit IRC | 23:26 | |
inc0 | branch xt I assume means trunk? | 23:26 |
*** jascott1 has joined #openstack-kolla | 23:27 | |
kfox1111 | yeah. t is trunk. | 23:27 |
kfox1111 | inc0: I filed https://github.com/kubernetes/helm/issues/1834, which has some feature requests that should make that better in the future. | 23:28 |
inc0 | thanks a lot | 23:29 |
kfox1111 | specifically, the third issue is relevent. | 23:29 |
*** Jeffrey4l has quit IRC | 23:29 | |
*** adrian_otto has joined #openstack-kolla | 23:32 | |
ScoopIcicle | Our issues synergize our analytics-based uniformity. | 23:34 |
kfox1111 | heh. | 23:35 |
*** sayantani01 has quit IRC | 23:35 | |
kfox1111 | thats right up there with the wan network storage syncronization company that was selling "zero latency". | 23:36 |
*** ruhe has joined #openstack-kolla | 23:36 | |
ScoopIcicle | Mobile strategies culturally empower the key representatives. Feedback, reward and line-of-sight operationalize our capability, while the Chief Controlling Officer enhances our delivery frameworks reaped from our significant improvement. | 23:36 |
kfox1111 | :) | 23:37 |
sdake | kfox1111 rofl | 23:39 |
kfox1111 | sdake: the company went out of buisness shortly after I saw that on their website. :) | 23:40 |
kfox1111 | sbezverk: technosophos confirmed just changing the configmap name would work with a helm upgrade. | 23:40 |
*** Jeffrey4l has joined #openstack-kolla | 23:41 | |
*** sacharya has joined #openstack-kolla | 23:41 | |
*** tonanhngo has quit IRC | 23:41 | |
*** tonanhngo has joined #openstack-kolla | 23:42 | |
*** Jeffrey4l has quit IRC | 23:42 | |
*** Jeffrey4l has joined #openstack-kolla | 23:42 | |
*** shipindirect is now known as portdirect | 23:43 | |
sdake | sup portdirect | 23:46 |
portdirect | just ruined my sleep schedule again :/ | 23:47 |
portdirect | morning (kinda) | 23:48 |
sbezverk | kfox1111: ok sounds good I will test arround this solution.. | 23:48 |
sdake | sbezverk portdirect is the summit submission ready to rock? | 23:48 |
portdirect | how did helm go? sorry I didnt make it | 23:48 |
sdake | portdirect went fantastically well | 23:48 |
sdake | I assume the video will be out shortly | 23:48 |
sbezverk | kfox1111: are you busy? I think I came accross an issue and need a second pair of eyes to confirm.. | 23:51 |
kfox1111 | I can look. whats up? | 23:52 |
sbezverk | kfox1111: it looks like when we specify element_name in the command line works for microservices but does not work for services.. Could you check on your end if it is the case.. | 23:53 |
kfox1111 | hmm... | 23:54 |
sbezverk | basically with deploying service if element_name is not backed by default it does not get rendered | 23:54 |
kfox1111 | element_name will be a Value of the service package. it won't get passed to the microservices. | 23:54 |
kfox1111 | thats an interesting problem. | 23:54 |
sbezverk | kfox1111: very for last time I am scrathcing my head how it could happen | 23:55 |
sbezverk | last hour that was.. | 23:55 |
sbezverk | we have tons of dependencies for element_name in microservices | 23:55 |
sbezverk | and I think the only reason we do not see massive issue is because of default | 23:55 |
kfox1111 | yeah... | 23:56 |
kfox1111 | so, it seems like what we might want, is something like the global api for the element_name. | 23:56 |
kfox1111 | set it it globals once and it ripples through... | 23:57 |
sbezverk | kfox1111: or per service | 23:57 |
*** ruhe has quit IRC | 23:57 | |
kfox1111 | yeah. | 23:57 |
kfox1111 | like globals.kolla.nova.all.element_name ... etc. | 23:57 |
sbezverk | global/kolla/rabbitmq/all/element_name | 23:57 |
kfox1111 | yeah. | 23:57 |
sbezverk | then we should be able to override it | 23:58 |
sbezverk | even from the command line I hope | 23:58 |
kfox1111 | yeah. | 23:58 |
kfox1111 | I did try overriding things with dots. it does work. | 23:58 |
kfox1111 | would have to override it like --set globals.kolla.nova.all.element_name=foo though. | 23:58 |
kfox1111 | or in a values.yaml. | 23:58 |
kfox1111 | but I think the use case will probably be, | 23:58 |
*** ruhe has joined #openstack-kolla | 23:58 | |
kfox1111 | embed mariadb/rabbit/memcached service package in nova/glance/etc service pckage, | 23:59 |
sbezverk | man not everybody will rememeber this path | 23:59 |
kfox1111 | and the default values.yaml for the service package sets element_name to mariadb-<servicepackagename> | 23:59 |
sbezverk | we should have default in all.yaml | 23:59 |
jrich523 | i've already forgotten it | 23:59 |
*** ruhe has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!