kfox1111 | back. | 00:17 |
---|---|---|
kfox1111 | sbezverk: ping | 00:19 |
*** srwilkers has joined #openstack-kolla | 00:19 | |
srwilkers | alright sbezverk, back at the keyboard :) | 00:20 |
sbezverk | kfox1111: hey I finished glance.. I wanted to ask you the reason for so many levels, do we really need kolla and all level | 00:20 |
kfox1111 | https://github.com/kubernetes/helm/issues/1568 heh. | 00:20 |
kfox1111 | kolla since kolla can be embeded inside a non kolla package. | 00:21 |
kfox1111 | so it namespaces our stuff nicely. | 00:21 |
kfox1111 | all is the root of the tree. where defaults that hit just about everything go. | 00:21 |
sbezverk | kfox1111: my concern is more level more chances to hit a bug | 00:21 |
kfox1111 | all: servicename: all: allows "I waht this value on all rabbits everywhere" | 00:22 |
sbezverk | kfox1111: it is a bit wierd we need to go two levels down just to start seeing values.. | 00:22 |
kfox1111 | all: servicename: pv says "I want this value on all rabbit pvc" | 00:22 |
kfox1111 | element_name: all says "I want this value on rabbit-neutron resources" | 00:23 |
kfox1111 | element_name: element_type says "I want this value on rabbit-neutron's pvc" | 00:23 |
kfox1111 | so you can set values just once that affect a bunch of things making it really easy to configure something wide ranging, | 00:23 |
kfox1111 | and you can do specific overrides for the things that need it. | 00:23 |
kfox1111 | yeah. more potential for bugs, but more usable too. always a tradeoff there. gota ensure helm's up to the task if we go that route. | 00:25 |
sbezverk | kfox1111: so at root we will have globals and microservices? | 00:25 |
kfox1111 | yeah. | 00:25 |
kfox1111 | well... depends if your lauching a microservice directly or a service package... | 00:25 |
kfox1111 | micrsoervices see globals / microservices. | 00:25 |
kfox1111 | service packages see globals / service values. | 00:25 |
kfox1111 | and microservice.X valeues too. | 00:26 |
sbezverk | kfox1111: Can you build me one tree for one microservice so I could play with it? | 00:29 |
*** chas has joined #openstack-kolla | 00:29 | |
sbezverk | I guess this would be more important than doing services | 00:29 |
kfox1111 | globals let you make more generic statements of intent. values directly gives you total precision. | 00:29 |
kfox1111 | kind of. I think doing the services a bit shows us what the microservics api could look like. | 00:30 |
kfox1111 | then it feeds back to fixing the microservices api to be feature rich. | 00:30 |
kfox1111 | then we finish up the microservices then go back to the services? | 00:30 |
kfox1111 | it sounds like the feature you requested, the ability to update dicts may be the solution to the issue. | 00:31 |
kfox1111 | {{ $enabled := .Values.enabled }} | 00:31 |
*** sayantan_ has quit IRC | 00:32 | |
kfox1111 | {{- if and (not exists .Values.enabled) exists(.Values.globals....) }} {{ $_ := set $enabled .Values.globals... }} {{ end }} | 00:33 |
kfox1111 | or something to that effect. | 00:33 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Glance service orchestration with entrypoint https://review.openstack.org/410736 | 00:34 |
kfox1111 | well, probably closer to: | 00:34 |
*** chas has quit IRC | 00:34 | |
kfox1111 | {{ $env := "enabled" .Values.enabled }} | 00:35 |
kfox1111 | {{- if and (not exists .Values.enabled) exists(.Values.globals....) }} {{ $_ := set $env.enabled .Values.globals... }} {{ end }} | 00:35 |
kfox1111 | sounds like that may be in the next release. | 00:35 |
kfox1111 | a bit goofy looking, but what isn't in gotl? :) | 00:36 |
kfox1111 | that feature could also fix our super long 'with' lines too. | 00:36 |
sbezverk | kfox1111: ok then without this feature there is no reason to change microservices | 00:37 |
srwilkers | kfox1111, heh. +1 on goofy gotl | 00:37 |
kfox1111 | sbezverk: btw. while the team seems a bit split on whether to commit service packages, I would suport commiting the deps to the microservices. | 00:37 |
kfox1111 | sbezverk: yeah. no reason to change them now. it will just break things. :/ | 00:38 |
sbezverk | kfox1111: cool then we have nothing to do ;-) | 00:39 |
kfox1111 | heh. I think thats a stretch. ;) | 00:39 |
*** gmmaharaj has joined #openstack-kolla | 00:40 | |
sbezverk | kfox1111: no, seriously doing services now, when everything could change with globals, does not sounds like fun.. | 00:40 |
*** ntpttr__ has joined #openstack-kolla | 00:41 | |
kfox1111 | yeah. will touch a bunch of stuf. :/ | 00:41 |
kfox1111 | I've got the following things in my, things we should gate on list too if your intertested in any of them: | 00:41 |
kfox1111 | dvr, fernet token, rabbit/mariadb per service. external ceph with ceph-dep | 00:41 |
kfox1111 | loy, 2/3 version, upgrades. Reboot test. | 00:41 |
*** jmccarthy1 has joined #openstack-kolla | 00:42 | |
*** gfidente has quit IRC | 00:42 | |
srwilkers | yeah sbezverk, i agree with that sentiment. still dont think ive decided whether i like waiting until 0.4.0 or merging now. was a tough decision to think about | 00:44 |
kfox1111 | srwilkers: what do you think about merging the kubernetes-entrypoint conditional stuff into the microservices now? | 00:45 |
*** hfu has joined #openstack-kolla | 00:45 | |
sbezverk | kfox1111: how much disk space per vm at the gate we get? | 00:45 |
*** gmmaha has quit IRC | 00:45 | |
*** ssurana has quit IRC | 00:45 | |
*** lbeliveau_ has quit IRC | 00:45 | |
*** jmccarthy has quit IRC | 00:45 | |
*** ntpttr_ has quit IRC | 00:45 | |
*** gmmaharaj is now known as gmmaha | 00:45 | |
*** gfidente has joined #openstack-kolla | 00:45 | |
*** gfidente has quit IRC | 00:45 | |
*** gfidente has joined #openstack-kolla | 00:45 | |
srwilkers | kfox1111, im not opposed to that | 00:45 |
kfox1111 | sbezverk: not sure. I think I make a couple of 10g volumes ? so at least taht? | 00:46 |
kfox1111 | I wana say 64g but I can't remember honestly. too far back. | 00:46 |
kfox1111 | did I capture a df anywhere? | 00:46 |
sbezverk | kfox1111: the partition you create for ceph storage? | 00:46 |
sbezverk | I will look into iscsi thing at the gate.. | 00:47 |
*** lbeliveau has joined #openstack-kolla | 00:48 | |
kfox1111 | sbezverk: cool. there's a conditional at the very top of setup_gate that just emediately passes. shoudl be able to pull that out and then start weaking the stuff for not launching ceph/setting up iscsi instead. | 00:48 |
*** saneax is now known as saneax-_-|AFK | 00:49 | |
sbezverk | kfox1111: sounds good | 00:49 |
kfox1111 | sbezverk: I don't see anywhere where I saved the df. | 00:49 |
kfox1111 | might just have to add one and see what it comes up with. | 00:49 |
kfox1111 | nm. I lied. | 00:50 |
kfox1111 | found it. | 00:50 |
kfox1111 | http://logs.openstack.org/93/413193/12/check/gate-kolla-kubernetes-deploy-ubuntu-binary-ceph-nv/83a41b6/logs/df.txt | 00:50 |
*** JRobinson__ is now known as JRobinson__afk | 00:52 | |
kfox1111 | at least on that node, there's pleanty of space. | 00:52 |
*** yingjun has joined #openstack-kolla | 00:53 | |
sbezverk | kfox1111: yeah | 00:54 |
*** portdirect has quit IRC | 00:57 | |
*** alanmeadows has quit IRC | 00:57 | |
*** gfidente has quit IRC | 00:57 | |
*** zhangshuai has joined #openstack-kolla | 00:59 | |
*** chas has joined #openstack-kolla | 01:00 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: neutron service package https://review.openstack.org/412239 | 01:00 |
*** duonghq_ is now known as dunoghq | 01:02 | |
*** chas has quit IRC | 01:05 | |
*** jimmygc has joined #openstack-kolla | 01:06 | |
*** zhubingbing has joined #openstack-kolla | 01:07 | |
*** portdirect has joined #openstack-kolla | 01:07 | |
*** alanmeadows has joined #openstack-kolla | 01:07 | |
*** l4yerffeJ has quit IRC | 01:09 | |
srwilkers | hey portdirect o/ | 01:09 |
*** l4yerffeJ has joined #openstack-kolla | 01:09 | |
kfox1111 | sbezverk: another thing we need to do is figure out how to do keepalived in the gate. | 01:12 |
kfox1111 | heat's only half implemented too. | 01:14 |
*** yuanying has joined #openstack-kolla | 01:20 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Ensure all microservices pass Release https://review.openstack.org/413847 | 01:22 |
*** imcsk8 has quit IRC | 01:31 | |
*** imcsk8 has joined #openstack-kolla | 01:33 | |
*** diogogmt has joined #openstack-kolla | 01:35 | |
*** ssurana has joined #openstack-kolla | 01:43 | |
*** ssurana has quit IRC | 01:44 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add init containers for deps to missing things https://review.openstack.org/413849 | 01:45 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 01:50 |
sbezverk | kfox1111: mariadb already have init containers as glance | 01:50 |
sbezverk | now what I need to resolve merge conflicts because these changes are not getting merged.. I do not think it right approach.. | 01:51 |
kfox1111 | sbezverk: shrug. I can drop some and you can merge them seperately. or you can just drop the change out of yours. the neutron ps will have the same issue. | 01:52 |
kfox1111 | just trying to get some of it out of the weay. | 01:52 |
kfox1111 | way | 01:52 |
kfox1111 | what do you think? | 01:54 |
kfox1111 | it was just easier to edit helm/microservices/*/templates/* and add the missing things. want me to unpatch all the stuff starting with glance*? | 01:56 |
*** sayantan_ has joined #openstack-kolla | 01:56 | |
kfox1111 | and mariadb*? | 01:57 |
*** unicell has quit IRC | 01:59 | |
*** Jeffrey4l has joined #openstack-kolla | 02:00 | |
*** lrensing has quit IRC | 02:02 | |
*** chas has joined #openstack-kolla | 02:03 | |
Jeffrey4l | morning | 02:04 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add init containers for deps to missing things https://review.openstack.org/413849 | 02:05 |
kfox1111 | sbezverk: I dropped the mariadb* glance* stuff out. | 02:05 |
*** chas has quit IRC | 02:08 | |
*** srwilkers_ has quit IRC | 02:09 | |
*** pron has quit IRC | 02:10 | |
*** JRobinson__afk is now known as JRobinson__ | 02:11 | |
*** yingjun has quit IRC | 02:16 | |
*** sayantan_ has quit IRC | 02:20 | |
*** sayantan_ has joined #openstack-kolla | 02:20 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add init containers for deps to missing things https://review.openstack.org/413849 | 02:21 |
*** williamcaban has quit IRC | 02:22 | |
*** yingjun has joined #openstack-kolla | 02:23 | |
kfox1111 | oh.... I wonder if there is a bg process thats preventing the ssh from exiting.... | 02:28 |
*** pron has joined #openstack-kolla | 02:28 | |
openstackgerrit | jimmygc proposed openstack/kolla: Use install-pip macro in most source images https://review.openstack.org/413861 | 02:29 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 02:34 |
kfox1111 | sbezverk: should I drop out any files from: https://review.openstack.org/#/c/413847/ ? | 02:35 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: packing and uploading registry https://review.openstack.org/404435 | 02:35 |
openstackgerrit | dupengfei proposed openstack/kolla: Not to pull the base image when building. https://review.openstack.org/408940 | 02:40 |
*** srwilkers has quit IRC | 02:41 | |
openstackgerrit | jianyi proposed openstack/kolla: Add zun container https://review.openstack.org/410616 | 02:42 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add init containers for deps to missing things https://review.openstack.org/413849 | 02:43 |
dupengfei | df | 02:44 |
dupengfei | hello | 02:44 |
kfox1111 | hi | 02:44 |
*** dupengfei has left #openstack-kolla | 02:45 | |
*** dupengfei has joined #openstack-kolla | 02:45 | |
*** yuanying has quit IRC | 02:49 | |
*** yuanying has joined #openstack-kolla | 02:50 | |
openstackgerrit | jimmygc proposed openstack/kolla: Use install_pip macro in swift-base image https://review.openstack.org/413392 | 02:51 |
*** yuanying has quit IRC | 02:54 | |
*** sdake has joined #openstack-kolla | 02:56 | |
openstackgerrit | jimmygc proposed openstack/kolla: Use install-pip macro in most source images https://review.openstack.org/413861 | 02:59 |
openstackgerrit | jimmygc proposed openstack/kolla: Use install-pip macro in most source images https://review.openstack.org/413861 | 03:00 |
dupengfei | Hello, Why the configmap is not implemented in helm? on scheduler ? | 03:04 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add init containers for deps to missing things https://review.openstack.org/413849 | 03:04 |
*** adrian_otto has joined #openstack-kolla | 03:04 | |
kfox1111 | dupengfei: pending thing. I think we're still all trying to decide how that might work. | 03:04 |
*** sdake has quit IRC | 03:04 | |
*** chas has joined #openstack-kolla | 03:05 | |
dupengfei | Yeah, it should be decided carefully, can we try to get configs without kolla-ansible? | 03:06 |
dupengfei | It is uncomfortable that kolla-kubernetes depends on kolla-ansible, | 03:06 |
kfox1111 | we need to discuss that more and reach some kind of consensus. | 03:10 |
kfox1111 | some of us want to fork the configs into helm packages. | 03:10 |
*** chas has quit IRC | 03:10 | |
kfox1111 | some of us want to mve the templates from kolla-ansible to kolla repo so we can share them. | 03:10 |
kfox1111 | I'm not really sure whats best. but its going to be harder to support a fork I think, as new projects come in, then they need to have code written twice. | 03:11 |
kfox1111 | there are already alot of containers without kolla-ansible support. might discurage support further. not sure. | 03:12 |
kfox1111 | I could be wrong though. | 03:12 |
*** mgiles has quit IRC | 03:14 | |
*** williamcaban has joined #openstack-kolla | 03:18 | |
SamYaple | i would hardly call configs "code". i think thats where we disagree | 03:20 |
SamYaple | besides, some deploy tools may want certain options that others may not want or need | 03:21 |
SamYaple | and conditionalizing all of that stuff is not maintainable | 03:21 |
SamYaple | or worse, having kolla-ansible _extend_ base configs. thats really wierd | 03:21 |
Jeffrey4l | SamYaple, could u review this patch? since you implemented it. https://review.openstack.org/412101 | 03:22 |
kfox1111 | SamYaple: thats my point. there isn't agreement yet on the path foward. | 03:22 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 03:23 |
Jeffrey4l | kfox1111, i prefer to maintain it own configure for kolla-ansible and kolla-k8s. | 03:24 |
SamYaple | Jeffrey4l: we cant merge that. that _really_ changes how the augment code works | 03:24 |
SamYaple | thats certainly not something we can do without deprecating the old merge_config stuff | 03:24 |
Jeffrey4l | SamYaple, no. it should not break anything, but add multi key support which oslo.config support. | 03:24 |
SamYaple | Jeffrey4l: how do you _remove_ the options kolla sets? | 03:25 |
SamYaple | you cant. overriding is what its supposed to be | 03:25 |
SamYaple | if you want multikey, specify them all in your override file | 03:25 |
Jeffrey4l | SamYaple, how to remove options now? | 03:25 |
SamYaple | override them :) | 03:25 |
Jeffrey4l | yep. override works now. | 03:25 |
Jeffrey4l | check the unit test. | 03:25 |
Jeffrey4l | made some tricks :) | 03:26 |
Jeffrey4l | if you change a key in file2, it will override the key in file1 | 03:26 |
Jeffrey4l | SamYaple, in the unittest, key4 in TESTB is override the key4 in TESTA. | 03:27 |
*** adrian_otto has quit IRC | 03:27 | |
SamYaple | Jeffrey4l: ah i see. yea | 03:27 |
SamYaple | ill look at the code. thats good work to make it do that | 03:28 |
Jeffrey4l | thanks. | 03:28 |
Jeffrey4l | btw, most of the code is copied from configparser. But made some trick | 03:28 |
SamYaple | idk man. this is still a change in behaviour | 03:29 |
*** adrian_otto has joined #openstack-kolla | 03:29 | |
SamYaple | i know some of my configs specify the same value twice with the expectation to override the previous one | 03:30 |
Jeffrey4l | SamYaple, what the change? | 03:30 |
SamYaple | Jeffrey4l: with oslo not every option is a MultiStr option | 03:31 |
SamYaple | with this implementation every option is | 03:31 |
SamYaple | thats not correct | 03:31 |
Jeffrey4l | with this implementation every option is ? what? | 03:32 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Add init containers for deps to missing things https://review.openstack.org/413849 | 03:32 |
SamYaple | is a MultiStr (multikey) | 03:32 |
SamYaple | thats not correct behaviour | 03:32 |
Jeffrey4l | oslo will re-parser the file with its own parser. i just generate a new file with merge/and override. | 03:33 |
dupengfei | kfox1111: OK, I give a suggestion: Reduce configmaps, The services(such as nova) initialize config files base on ENVs. | 03:33 |
kfox1111 | yeah. I kind of really dislike they way openstack has bent ini files. :/ | 03:33 |
Jeffrey4l | i do not think it break anything, now. | 03:33 |
kfox1111 | dupengfei: no. I'm really not a fan of that aproach. | 03:33 |
Jeffrey4l | check the unittest, is there anything do not cover? | 03:33 |
kfox1111 | kolla tried it early on. | 03:33 |
kfox1111 | the problem is, there are a ton of config options, and they are all important to one operator or another. | 03:33 |
kfox1111 | me included. | 03:33 |
kfox1111 | its a huge amount of work to try and get those through env's. | 03:34 |
kfox1111 | I'm kind of worried about helm configmap packages in the same way. you ahve to map config stuff through values. | 03:34 |
Jeffrey4l | openstack configuration can not be mapping to ENV and other infra service even do not support read configs from env. dupengfei | 03:35 |
SamYaple | Jeffrey4l: its late. ill review (and test!) it when im less tired tomorrow | 03:35 |
Jeffrey4l | the rule in my patch is: 1. do not change anything for the key if later file do not contains 2. override the key if later file contains | 03:36 |
Jeffrey4l | SamYaple, ^^. np | 03:36 |
openstackgerrit | jimmygc proposed openstack/kolla: Use install_pip macro in swift-base image https://review.openstack.org/413392 | 03:36 |
SamYaple | Jeffrey4l: yea i think i understand what you mean, but i want to make sure | 03:36 |
Jeffrey4l | roger. | 03:37 |
dupengfei | kfox1111: Using a bash to transfer nova.conf from orignal to usefull | 03:37 |
kfox1111 | dupengfei: the init-container thing? | 03:37 |
dupengfei | kfox1111: yeah, that it is. | 03:39 |
dupengfei | kfox1111: The init-container is exactly for that work. | 03:39 |
kfox1111 | dupengfei: yeah. was k8s dev's idea. I really like the pattern. | 03:39 |
kfox1111 | just wish it was out of beta already. | 03:39 |
SamYaple | for the record, ENV based configuration is really _really_ bad. please dont do that. youll hate it | 03:40 |
kfox1111 | cramming it into json in the yaml file is painful. :/ | 03:40 |
kfox1111 | SamYaple: +1 | 03:40 |
dupengfei | SamYaple : Already, some service are using it . | 03:40 |
kfox1111 | dupengfei: I think we're talking about different things. | 03:41 |
SamYaple | that doesnt mean you have to continue down that dark path | 03:41 |
SamYaple | i mean openstack configration done through ENV variables | 03:41 |
kfox1111 | we're using them to tweak the config's in very specific ways. | 03:41 |
SamYaple | nothing but pain | 03:41 |
kfox1111 | not pass general things via env. | 03:41 |
SamYaple | yea | 03:41 |
kfox1111 | things only the running system can possibly know. | 03:41 |
SamYaple | at one point, I built all the config stuff into a json string and passed it into the container | 03:41 |
SamYaple | i actually had to look up max size of bash variables | 03:42 |
kfox1111 | yeah. | 03:42 |
kfox1111 | its possible to split across vars and do even more. ;) | 03:42 |
kfox1111 | still, ouch. :) | 03:42 |
SamYaple | 2/10. do not recommend | 03:43 |
SamYaple | also, variable size is dependant on system things. mine was 4MB | 03:43 |
kfox1111 | yeah. | 03:43 |
SamYaple | centos was 2MB at the time | 03:43 |
*** yingjun has quit IRC | 03:43 | |
SamYaple | oh the config systems that I went through | 03:44 |
SamYaple | so many | 03:44 |
SamYaple | kolla-mesos has a (awfully) implemented zookeeper config thing | 03:44 |
SamYaple | it would have gotten better | 03:44 |
*** yingjun has joined #openstack-kolla | 03:44 | |
SamYaple | but i like the idea of configs in zookeeper actually | 03:44 |
SamYaple | versioned and all | 03:44 |
kfox1111 | SamYaple: similar to configmaps in a way. | 03:44 |
SamYaple | oh cool | 03:44 |
kfox1111 | end of the day, stored in etcd. :) | 03:45 |
kfox1111 | k8s just makes shippint them to your pods automatcial, | 03:45 |
kfox1111 | and they show up as a mounted file in the container. | 03:45 |
kfox1111 | super easy. :) | 03:45 |
*** v1k0d3n has quit IRC | 03:46 | |
*** prameswar has joined #openstack-kolla | 03:49 | |
*** williamcaban has quit IRC | 03:49 | |
*** yuanying has joined #openstack-kolla | 03:50 | |
kfox1111 | nice. got the node rebooting in the gate. :) | 03:50 |
kfox1111 | now just gotta get it to recover now. :) | 03:50 |
*** yuanying has quit IRC | 03:50 | |
*** yuanying_ has joined #openstack-kolla | 03:50 | |
*** adrian_otto has quit IRC | 03:51 | |
openstackgerrit | jimmygc proposed openstack/kolla: Fix oslo-rootwrap install in swift-base https://review.openstack.org/413392 | 03:51 |
openstackgerrit | jimmygc proposed openstack/kolla: Fix oslo-rootwrap install in swift-base https://review.openstack.org/413392 | 03:53 |
*** diogogmt has quit IRC | 03:54 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/kolla-kubernetes: Removes unnecessary utf-8 encoding https://review.openstack.org/413897 | 03:56 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 03:56 |
SamYaple | Jeffrey4l: if you have time, this needs reviewing _and_ baremetal kvm testing https://review.openstack.org/#/c/412231/ | 03:57 |
SamYaple | Jeffrey4l: but just reviewing would be great | 03:57 |
Jeffrey4l | SamYaple, roger. i will review it today. | 03:58 |
SamYaple | Jeffrey4l: I am done with the patch, other than some more testing. it *should* be good to go, unless ive missed something | 03:58 |
Jeffrey4l | roger. | 04:01 |
*** chas has joined #openstack-kolla | 04:07 | |
*** yingjun has quit IRC | 04:09 | |
*** chas has quit IRC | 04:13 | |
*** mdnadeem has joined #openstack-kolla | 04:20 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 04:31 |
kfox1111 | gonna head out. nite all. | 04:35 |
*** JRobinson__ is now known as JRobinson__afk | 04:37 | |
*** ssurana has joined #openstack-kolla | 04:38 | |
*** gomarivera has joined #openstack-kolla | 04:40 | |
*** gomarivera has quit IRC | 04:45 | |
*** yingjun has joined #openstack-kolla | 04:47 | |
*** jimmygc has quit IRC | 04:52 | |
*** yingjun has quit IRC | 05:00 | |
*** senk has joined #openstack-kolla | 05:01 | |
*** JRobinson__afk is now known as JRobinson__ | 05:10 | |
*** chas has joined #openstack-kolla | 05:10 | |
*** adrian_otto has joined #openstack-kolla | 05:10 | |
openstackgerrit | caoyuan proposed openstack/kolla: Update "kafka" to "Kafka" https://review.openstack.org/413909 | 05:13 |
*** chas has quit IRC | 05:15 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: Remove -H fd:// for docker.service in the baremetal role https://review.openstack.org/413911 | 05:16 |
*** ssurana has quit IRC | 05:19 | |
*** adrian_otto1 has joined #openstack-kolla | 05:35 | |
openstackgerrit | caoyuan proposed openstack/kolla: Update the word choice for rst file https://review.openstack.org/392032 | 05:36 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: Fix ceilometer bootstrap https://review.openstack.org/398190 | 05:37 |
*** adrian_otto has quit IRC | 05:37 | |
*** yingjun has joined #openstack-kolla | 05:41 | |
*** unicell has joined #openstack-kolla | 05:47 | |
*** ssurana has joined #openstack-kolla | 05:52 | |
*** prameswar has quit IRC | 05:55 | |
*** senk has quit IRC | 05:57 | |
*** prameswar has joined #openstack-kolla | 06:07 | |
*** adrian_otto1 has quit IRC | 06:11 | |
*** salv-orlando has joined #openstack-kolla | 06:12 | |
*** chas has joined #openstack-kolla | 06:12 | |
openstackgerrit | jianyi proposed openstack/kolla: Add zun container https://review.openstack.org/410616 | 06:13 |
*** pcaruana has joined #openstack-kolla | 06:17 | |
*** chas has quit IRC | 06:18 | |
openstackgerrit | jianyi proposed openstack/kolla: Add zun container https://review.openstack.org/410616 | 06:20 |
*** hfu has quit IRC | 06:28 | |
*** hfu has joined #openstack-kolla | 06:29 | |
*** senk has joined #openstack-kolla | 06:37 | |
openstackgerrit | Merged openstack/kolla-ansible: Use default user group consistently https://review.openstack.org/411742 | 06:37 |
openstackgerrit | jimmygc proposed openstack/kolla: Fix oslo-rootwrap install in swift-base https://review.openstack.org/413392 | 06:41 |
*** jianyi has joined #openstack-kolla | 06:46 | |
*** openstackgerrit has quit IRC | 06:48 | |
*** yatin_away is now known as yatin | 06:54 | |
*** openstackgerrit has joined #openstack-kolla | 06:55 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Fix ceilometer idempotent https://review.openstack.org/386314 | 06:55 |
*** zhubingbing has quit IRC | 07:02 | |
*** zhubingbing has joined #openstack-kolla | 07:02 | |
openstackgerrit | jimmygc proposed openstack/kolla: Use install-pip macro in most source images https://review.openstack.org/413861 | 07:03 |
*** salv-orlando has quit IRC | 07:04 | |
*** ssurana has quit IRC | 07:14 | |
*** chas has joined #openstack-kolla | 07:15 | |
*** prameswar has quit IRC | 07:15 | |
*** chas has quit IRC | 07:21 | |
*** chas has joined #openstack-kolla | 07:28 | |
*** fragatina has joined #openstack-kolla | 07:28 | |
*** fragatina has quit IRC | 07:28 | |
*** chas has quit IRC | 07:29 | |
*** fragatina has joined #openstack-kolla | 07:29 | |
*** chas has joined #openstack-kolla | 07:29 | |
*** pc_m has quit IRC | 07:29 | |
*** chas has quit IRC | 07:30 | |
*** pc_m has joined #openstack-kolla | 07:31 | |
*** chas has joined #openstack-kolla | 07:32 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: TEST NEWTON BRANCH https://review.openstack.org/386981 | 07:38 |
*** openstackgerrit has quit IRC | 07:48 | |
*** sayantan_ has quit IRC | 07:51 | |
*** prameswar has joined #openstack-kolla | 07:57 | |
*** JRobinson__ has quit IRC | 08:18 | |
*** gomarivera has joined #openstack-kolla | 08:25 | |
*** shardy has joined #openstack-kolla | 08:26 | |
*** Serlex has joined #openstack-kolla | 08:30 | |
*** salv-orlando has joined #openstack-kolla | 08:30 | |
*** salv-orlando has quit IRC | 08:35 | |
*** openstackgerrit has joined #openstack-kolla | 08:37 | |
openstackgerrit | Yann Provost proposed openstack/kolla-ansible: Add storage interface address https://review.openstack.org/411432 | 08:37 |
*** slagle has quit IRC | 08:43 | |
*** salv-orlando has joined #openstack-kolla | 08:44 | |
*** slagle has joined #openstack-kolla | 08:45 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move congress precheck into its own role https://review.openstack.org/413971 | 08:45 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move congress precheck into its own role https://review.openstack.org/413971 | 08:48 |
*** prameswar has quit IRC | 08:56 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: TEST MASTER BRANCH https://review.openstack.org/399897 | 08:57 |
*** gfidente has joined #openstack-kolla | 09:10 | |
*** hfu has quit IRC | 09:15 | |
*** hfu has joined #openstack-kolla | 09:15 | |
openstackgerrit | dupengfei proposed openstack/kolla-kubernetes: Helm charts for keepalived pod https://review.openstack.org/413985 | 09:18 |
*** bjolo has quit IRC | 09:21 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move congress precheck into its own role https://review.openstack.org/413971 | 09:29 |
*** hfu has quit IRC | 09:42 | |
*** yingjun has quit IRC | 09:44 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: TEST MASTER BRANCH https://review.openstack.org/399897 | 09:48 |
*** hfu has joined #openstack-kolla | 09:52 | |
*** dunoghq has quit IRC | 09:55 | |
*** hfu has quit IRC | 09:59 | |
*** hfu has joined #openstack-kolla | 09:59 | |
*** gomarivera has quit IRC | 10:01 | |
*** prameswar has joined #openstack-kolla | 10:01 | |
*** hfu has quit IRC | 10:04 | |
*** tovin07 has quit IRC | 10:05 | |
*** hieulq has quit IRC | 10:07 | |
*** jianyi has quit IRC | 10:07 | |
*** pbourke has quit IRC | 10:07 | |
*** pbourke has joined #openstack-kolla | 10:09 | |
*** gomarivera has joined #openstack-kolla | 10:10 | |
*** prameswar has quit IRC | 10:11 | |
*** prameswar has joined #openstack-kolla | 10:11 | |
*** sdake has joined #openstack-kolla | 10:12 | |
*** sdake_ has joined #openstack-kolla | 10:16 | |
*** sdake_ has quit IRC | 10:16 | |
*** sdake has quit IRC | 10:19 | |
*** mannamne has joined #openstack-kolla | 10:32 | |
openstackgerrit | zhubingbing proposed openstack/kolla: add etcd docker images support in README.rst https://review.openstack.org/414012 | 10:50 |
*** Bico_Fino has joined #openstack-kolla | 10:55 | |
openstackgerrit | zhubingbing proposed openstack/kolla: add fluentd support README.rst https://review.openstack.org/414013 | 10:56 |
openstackgerrit | zhubingbing proposed openstack/kolla: add octavia docker support in README.rst https://review.openstack.org/414037 | 11:18 |
*** skramaja has quit IRC | 11:19 | |
*** salv-orlando has quit IRC | 11:29 | |
*** williamcaban has joined #openstack-kolla | 11:31 | |
*** williamcaban has quit IRC | 11:31 | |
*** zhubingbing has quit IRC | 11:33 | |
*** chas is now known as _chas | 11:42 | |
*** zhangshuai has quit IRC | 11:42 | |
*** salv-orlando has joined #openstack-kolla | 11:43 | |
*** zhangshuai has joined #openstack-kolla | 11:45 | |
*** ocaner has joined #openstack-kolla | 11:48 | |
*** williamcaban has joined #openstack-kolla | 11:53 | |
*** _chas_ has joined #openstack-kolla | 11:55 | |
*** _chas has quit IRC | 11:58 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible: Move congress precheck into its own role https://review.openstack.org/413971 | 11:58 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible: Ansible-ize OpenStack Designate https://review.openstack.org/408465 | 12:06 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla: Fix designate container https://review.openstack.org/413186 | 12:08 |
*** williamcaban has quit IRC | 12:09 | |
*** hfu has joined #openstack-kolla | 12:10 | |
*** gomarivera has quit IRC | 12:11 | |
*** Bico_Fino_ has joined #openstack-kolla | 12:12 | |
*** Bico_Fino has quit IRC | 12:12 | |
*** Bico_Fino_ is now known as Bico_Fino | 12:12 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible: Ansible-ize OpenStack Designate https://review.openstack.org/408465 | 12:16 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible: Ansible-ize OpenStack Designate https://review.openstack.org/408465 | 12:17 |
*** fragatina has quit IRC | 12:20 | |
*** fragatina has joined #openstack-kolla | 12:21 | |
*** salv-orlando has quit IRC | 12:26 | |
*** zhubingbing has joined #openstack-kolla | 12:26 | |
*** fragatina has quit IRC | 12:27 | |
*** williamcaban has joined #openstack-kolla | 12:30 | |
*** williamcaban has quit IRC | 12:34 | |
dmsimard | Jeffrey4l: the systemd patch you sent | 12:39 |
dmsimard | I can't comment on my phone right now but the patch is not good | 12:39 |
dmsimard | You could potentially end up with just "docker daemon \" (and nothing else, just backslash) which does not work, at least in my tests | 12:40 |
*** fragatina has joined #openstack-kolla | 12:41 | |
*** Serlex has quit IRC | 12:52 | |
*** JoseMello has joined #openstack-kolla | 12:52 | |
*** Serlex has joined #openstack-kolla | 12:52 | |
pron | i knwo i have asked this question alrdy , but , is there a way to get kollas swift to use ceph as backend | 13:11 |
*** hfu has quit IRC | 13:18 | |
*** v1k0d3n has joined #openstack-kolla | 13:18 | |
*** JoseMello_ has joined #openstack-kolla | 13:25 | |
*** JoseMello has quit IRC | 13:26 | |
*** JoseMello_ is now known as JoseMello | 13:26 | |
*** hfu has joined #openstack-kolla | 13:30 | |
*** mdnadeem has quit IRC | 13:37 | |
*** matrohon has joined #openstack-kolla | 13:38 | |
*** srwilkers has joined #openstack-kolla | 13:51 | |
*** matrohon has quit IRC | 13:56 | |
*** lamt has joined #openstack-kolla | 13:59 | |
*** matrohon has joined #openstack-kolla | 14:05 | |
*** Pavo has joined #openstack-kolla | 14:08 | |
*** mgiles has joined #openstack-kolla | 14:13 | |
*** mgiles has quit IRC | 14:15 | |
*** yatin has quit IRC | 14:16 | |
*** mgiles has joined #openstack-kolla | 14:16 | |
*** mgiles has quit IRC | 14:18 | |
*** Pavo has quit IRC | 14:19 | |
*** mgiles has joined #openstack-kolla | 14:19 | |
*** mgiles has quit IRC | 14:22 | |
*** matrohon has quit IRC | 14:22 | |
*** yatin has joined #openstack-kolla | 14:29 | |
*** dave-mccowan has joined #openstack-kolla | 14:32 | |
*** sdake has joined #openstack-kolla | 14:33 | |
*** jtriley has joined #openstack-kolla | 14:38 | |
Jeffrey4l | dmsimard roger. checking. | 14:40 |
*** jheroux has joined #openstack-kolla | 14:41 | |
*** yingjun has joined #openstack-kolla | 14:45 | |
*** adrian_otto has joined #openstack-kolla | 14:47 | |
*** mgiles has joined #openstack-kolla | 14:47 | |
*** adrian_otto has quit IRC | 14:48 | |
*** jtriley has quit IRC | 14:54 | |
openstackgerrit | zhubingbing proposed openstack/kolla: add octavia docker support in README.rst https://review.openstack.org/414037 | 14:56 |
*** hfu has quit IRC | 14:57 | |
*** yingjun has quit IRC | 15:00 | |
*** papacz has quit IRC | 15:00 | |
openstackgerrit | zhubingbing proposed openstack/kolla: add octavia docker support in README.rst https://review.openstack.org/414037 | 15:00 |
*** fguillot has joined #openstack-kolla | 15:02 | |
*** jtriley has joined #openstack-kolla | 15:04 | |
*** yingjun has joined #openstack-kolla | 15:07 | |
*** senk has quit IRC | 15:11 | |
Bico_Fino | Jeffrey4l: got ironic-inspector working. | 15:18 |
*** jheroux has quit IRC | 15:21 | |
Jeffrey4l | Bico_Fino, does the physical machine boot from ironic-inspector? | 15:23 |
Bico_Fino | Jeffrey4l: yes. | 15:24 |
Jeffrey4l | Bico_Fino, cool . | 15:24 |
Bico_Fino | Jeffrey4l: it boots, grab and the information and power off. | 15:24 |
Bico_Fino | all* | 15:24 |
Jeffrey4l | nice. | 15:24 |
Jeffrey4l | Bico_Fino, will u push the patch today? | 15:25 |
Bico_Fino | Jeffrey4l: We need use dnsmasq. | 15:25 |
Bico_Fino | Jeffrey4l: working on a github repo and going show you, your patch worked in fact. | 15:26 |
Jeffrey4l | the neutron dhcp won't work? | 15:26 |
Bico_Fino | Jeffrey4l: /etc/kolla/neutron-dhcp-agent/dnsmasq.conf | 15:26 |
*** salv-orlando has joined #openstack-kolla | 15:26 | |
Jeffrey4l | it is. but in my last test, ( long time ago ), the dnsmasq do not work as expect. | 15:27 |
Bico_Fino | I didn’t break anything so far. :P | 15:28 |
Bico_Fino | Going test on a new server today | 15:28 |
*** fragatina has quit IRC | 15:28 | |
Bico_Fino | This new one, have a raid card. Lets how it goes. | 15:28 |
Jeffrey4l | cool. | 15:29 |
*** salv-orlando has quit IRC | 15:31 | |
*** l4yerffeJ_ has joined #openstack-kolla | 15:33 | |
*** l4yerffeJ has quit IRC | 15:33 | |
openstackgerrit | Merged openstack/kolla: add octavia docker support in README.rst https://review.openstack.org/414037 | 15:33 |
*** jheroux has joined #openstack-kolla | 15:36 | |
Bico_Fino | Jeffrey4l: 3.0.1 is branch stable/newton, right? | 15:40 |
Jeffrey4l | not exactly. stable/newton has lots of new patch which is not released. Bico_Fino | 15:41 |
Jeffrey4l | we will release 3.0.2 after the new year. | 15:41 |
Bico_Fino | I just changed a lot of files inside /usr/local/share/kolla | 15:42 |
Bico_Fino | 3.0.1 version | 15:42 |
Jeffrey4l | then? Bico_Fino why not change files in a local git repo? | 15:43 |
Bico_Fino | too many test and trial. :/ | 15:43 |
Bico_Fino | Maybe I can get the 3.0.1 tag files and upload from there? | 15:44 |
Bico_Fino | brb | 15:44 |
Jeffrey4l | Bico_Fino, push you changes in 3.0.1? what is the changes in detail? | 15:44 |
Jeffrey4l | ok. | 15:44 |
*** williamcaban has joined #openstack-kolla | 15:46 | |
*** williamcaban has quit IRC | 15:46 | |
*** salv-orlando has joined #openstack-kolla | 15:48 | |
*** yingjun has quit IRC | 15:50 | |
*** williamcaban has joined #openstack-kolla | 15:51 | |
apuimedo | sdake: I was looking at https://bugs.launchpad.net/kolla/+bug/1634700/comments/4 | 15:52 |
openstack | Launchpad bug 1634700 in kolla "kuryr deploy fails" [High,Confirmed] | 15:52 |
apuimedo | that says that it can't find kuryr-server, however, when I build the container | 15:53 |
apuimedo | ()[root@0af663ea6cfb /]# which kuryr-server | 15:53 |
apuimedo | /var/lib/kolla/venv/bin/kuryr-server | 15:53 |
apuimedo | any idea what it could be? | 15:53 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: TEST MASTER BRANCH https://review.openstack.org/399897 | 15:56 |
*** papacz has joined #openstack-kolla | 16:01 | |
*** msimonin has joined #openstack-kolla | 16:02 | |
kfox1111 | morning. | 16:03 |
srwilkers | morning kfox1111 o/ | 16:07 |
*** Pavo has joined #openstack-kolla | 16:09 | |
*** gomarivera has joined #openstack-kolla | 16:11 | |
*** awiddersheim has quit IRC | 16:12 | |
*** zhangshuai has quit IRC | 16:13 | |
*** jtriley has quit IRC | 16:14 | |
*** JoseMello has quit IRC | 16:14 | |
*** awiddersheim has joined #openstack-kolla | 16:15 | |
*** gomarivera has quit IRC | 16:16 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 16:20 |
*** ocaner has quit IRC | 16:22 | |
*** Serlex has quit IRC | 16:22 | |
*** senk has joined #openstack-kolla | 16:23 | |
*** zhubingbing has quit IRC | 16:25 | |
*** msimonin has quit IRC | 16:25 | |
Bico_Fino | Jeffrey4l: back. | 16:26 |
Bico_Fino | Jeffrey4l: the changes was your patch and a sudoers file. | 16:26 |
*** inc0 has joined #openstack-kolla | 16:26 | |
Jeffrey4l | Bico_Fino, could u update my patch? | 16:26 |
inc0 | good morning | 16:26 |
Jeffrey4l | morning inc0 | 16:27 |
inc0 | how is everyone? | 16:27 |
Bico_Fino | morning! | 16:27 |
*** Pavo has quit IRC | 16:27 | |
*** Pavo has joined #openstack-kolla | 16:28 | |
Bico_Fino | Jeffrey4l: I just changed the sudoers - ironic ALL=(ALL) NOPASSWD: ALL | 16:28 |
Jeffrey4l | Bico_Fino, do we really need so opened sudoers file? | 16:29 |
Bico_Fino | Jeffrey4l: I was getting a lot permissions errors, so I went the fast path. | 16:30 |
Bico_Fino | Jeffrey4l: But I don’t think we need ALL. | 16:30 |
Bico_Fino | need more testing. | 16:30 |
Jeffrey4l | Bico_Fino, do u have any idea show to push patch in gerrit? | 16:30 |
Jeffrey4l | yep. i think so. | 16:30 |
Bico_Fino | Jeffrey4l: nope. :) | 16:30 |
Jeffrey4l | Bico_Fino, typo. do u have any idea how to push patch in gerrit? if so, please push your change in the gerrit ;) | 16:32 |
SamYaple | Jeffrey4l: did you get a chance to look at the uid/gid? | 16:33 |
Bico_Fino | Jeffrey4l: let me get all files that I changed first. | 16:33 |
SamYaple | Jeffrey4l: just finished your config thing. makes more sense now that im awake :) | 16:33 |
*** Pavo has quit IRC | 16:34 | |
*** sayantan_ has joined #openstack-kolla | 16:34 | |
*** sayantan_ has quit IRC | 16:35 | |
*** sayantan_ has joined #openstack-kolla | 16:35 | |
Jeffrey4l | SamYaple, no. let me check, now. | 16:35 |
Jeffrey4l | thanks. | 16:36 |
*** senk has quit IRC | 16:37 | |
openstackgerrit | Merged openstack/kolla-kubernetes: Follow Docker Inc's trademark guidelines https://review.openstack.org/407325 | 16:37 |
*** gomarivera has joined #openstack-kolla | 16:38 | |
*** Pavo has joined #openstack-kolla | 16:38 | |
*** gomarivera has quit IRC | 16:43 | |
openstackgerrit | Merged openstack/kolla-ansible: Move the "enable_destroy_images" into configure file https://review.openstack.org/398106 | 16:44 |
openstackgerrit | Merged openstack/kolla-ansible: Support neutron availability zones https://review.openstack.org/412094 | 16:44 |
*** jtriley has joined #openstack-kolla | 16:45 | |
*** Pavo has quit IRC | 16:45 | |
*** sayantan_ has quit IRC | 16:46 | |
*** Jeffrey4l has quit IRC | 16:46 | |
*** gomarivera has joined #openstack-kolla | 16:49 | |
kfox1111 | this is a good sign... http://logs.openstack.org/93/413193/18/check/gate-kolla-kubernetes-deploy-centos-binary-ceph-reboot-nv/1175cf8/console.html#_2016-12-22_16_43_40_257617 :) | 16:50 |
kfox1111 | I'm sure there's a bit left to fix though. | 16:50 |
*** shardy has quit IRC | 16:51 | |
kfox1111 | oh. | 16:51 |
kfox1111 | it didn't actully reboot. | 16:51 |
kfox1111 | nm. :) | 16:51 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 16:52 |
*** lrensing has joined #openstack-kolla | 16:53 | |
srwilkers | :) | 16:56 |
*** sayantan_ has joined #openstack-kolla | 16:58 | |
*** Jeffrey4l has joined #openstack-kolla | 17:07 | |
Jeffrey4l | pbourke, SamYaple what's your idea on this https://review.openstack.org/412101 | 17:08 |
Jeffrey4l | i am not familiar with the license | 17:08 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Run sudo with -H parameter to set the proper home dir https://review.openstack.org/414235 | 17:09 |
SamYaple | Jeffrey4l: im also not super familiar, but i know we can't merge it as is | 17:09 |
Jeffrey4l | ok. | 17:10 |
Jeffrey4l | let me search for openstack+mit | 17:10 |
inc0 | Jeffrey4l, https://review.openstack.org/#/c/404435/19 error looks strange | 17:11 |
Jeffrey4l | inc0, for Ubunut | 17:11 |
Jeffrey4l | Ubuntu gate is bust. https://review.openstack.org/414235 will fix it. | 17:12 |
portdirect | afternoon o/ | 17:12 |
inc0 | makes sense | 17:12 |
inc0 | hey Pete | 17:12 |
Jeffrey4l | inc0 i tried to download and uncompress the tar.gz file, but failed. no idea why ;( | 17:12 |
*** fragatina has joined #openstack-kolla | 17:12 | |
SamYaple | inc0: how was the moves | 17:12 |
srwilkers | hey portdirect inc0 p/ | 17:12 |
srwilkers | o/ | 17:12 |
inc0 | SamYaple, today I should have internet and my own wifi, so I will be able to call it home | 17:13 |
SamYaple | woo | 17:13 |
inc0 | morning Steve | 17:13 |
SamYaple | inc0: who are you going to call in Texas | 17:13 |
*** Pavo has joined #openstack-kolla | 17:13 | |
inc0 | I see what you did there and I'm not amused | 17:13 |
inc0 | sorry Sam. | 17:13 |
inc0 | nice try tho | 17:14 |
*** jtriley has quit IRC | 17:14 | |
inc0 | now I'm struggling with important question | 17:14 |
inc0 | install owrt on router right away or later | 17:14 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: packing and uploading registry https://review.openstack.org/404435 | 17:15 |
Pavo | inc0 you should try advance tomato | 17:15 |
Pavo | its better than owrt | 17:15 |
*** senk has joined #openstack-kolla | 17:15 | |
*** Jeffrey4l has quit IRC | 17:15 | |
SamYaple | inc0: pfsense | 17:15 |
*** Jeffrey4l has joined #openstack-kolla | 17:15 | |
portdirect | ^^ | 17:16 |
portdirect | oh hey SamYaple o/ | 17:16 |
portdirect | but also pfsense FTW | 17:16 |
inc0 | I'll see if mt new router will support it | 17:16 |
SamYaple | portdirect: hi... | 17:17 |
srwilkers | ++pfsense | 17:17 |
openstackgerrit | Sam Yaple proposed openstack/kolla: use static uid/gid in images https://review.openstack.org/412231 | 17:17 |
pbourke | Jeffrey4l: quick google popped up this Im not sure if it will work for our case or not: http://stackoverflow.com/a/15848928 | 17:18 |
Jeffrey4l | pbourke, i checked that. it won't work for our cause. | 17:19 |
*** jtriley has joined #openstack-kolla | 17:19 | |
pbourke | :( | 17:19 |
Jeffrey4l | he only solved the *read* multi key, not *write* multi key. | 17:19 |
pbourke | I see | 17:19 |
pbourke | dont have time to look further right now | 17:20 |
pbourke | signing off for xmas break, catch you all in the new year if not before :) | 17:20 |
Jeffrey4l | do u have any idea: how to copy MIT code into openstack? | 17:20 |
inc0 | Jeffrey4l, which MIT code we need? | 17:21 |
inc0 | I think MIT is compatible with Apache2 | 17:21 |
pbourke | for((I=0;J=--I;))do clear;for((D=LINES;S=++J**3%COLUMNS,--D;))do printf %*s*\\n $S;done;sleep 0.1;done | 17:21 |
Jeffrey4l | inc0, python ConfigureParse. | 17:21 |
Jeffrey4l | i made some trick for one of its function. | 17:21 |
inc0 | we need to copy code? | 17:21 |
inc0 | can you show me review please? | 17:22 |
Jeffrey4l | inc0, check this https://review.openstack.org/412101 | 17:22 |
*** pbourke has quit IRC | 17:22 | |
*** unicell has quit IRC | 17:22 | |
*** flaper87 has quit IRC | 17:22 | |
Jeffrey4l | yep. ConfigureParser do not support multi key, which openstack need. | 17:22 |
openstackgerrit | Sam Yaple proposed openstack/kolla: use static uid/gid in images https://review.openstack.org/412231 | 17:22 |
SamYaple | inc0: we can import and use MIT things, but i dont think we can have MIT code in the repo | 17:23 |
*** Jeffrey4l has quit IRC | 17:23 | |
*** Jeffrey4l has joined #openstack-kolla | 17:23 | |
inc0 | yeah but I think this qualifies as just import | 17:24 |
inc0 | and override | 17:24 |
SamYaple | inc0: no the issue is the override code is like 95% original code | 17:24 |
SamYaple | thats certainly MIT licensed | 17:24 |
inc0 | duh...maybe we can do some python magic to lower that | 17:25 |
Bico_Fino | Jeffrey4l: https://github.com/hivelocity/kolla/commit/97536afc610c8a4dbba4ab77935b4c3b622862e2 | 17:25 |
inc0 | let me see what changed | 17:25 |
Jeffrey4l | python is using PSF licence, and it is GPL compatible. https://docs.python.org/3/license.html | 17:25 |
SamYaple | Jeffrey4l: the issue is not license compatibility, its that _you_ cant relicense the code | 17:26 |
SamYaple | if this merges, it will be under apache2 license and that means you relicenced the code | 17:26 |
Jeffrey4l | Bico_Fino, could u update my patch with your code? | 17:26 |
Jeffrey4l | roger. | 17:26 |
Jeffrey4l | maybe i can make more change ;) | 17:26 |
inc0 | SamYaple, I'm not sure how much code you can copy;) | 17:27 |
inc0 | where do we draw a line? | 17:27 |
*** portdirect_ has joined #openstack-kolla | 17:27 | |
Bico_Fino | Jeffrey4l: Sure. How I can do that? Just pull your change and update it? | 17:27 |
Jeffrey4l | Bico_Fino, yep. | 17:27 |
SamYaple | inc0: not a question you should be answering to be honest. you need to reach out to the legal part of the community | 17:28 |
inc0 | ok, quick question | 17:29 |
inc0 | what does "multi-key" mean in this context? | 17:29 |
*** l4yerffeJ_ has quit IRC | 17:29 | |
*** l4yerffeJ_ has joined #openstack-kolla | 17:29 | |
SamYaple | inc0: specifying the same ini key multiple times | 17:29 |
SamYaple | valueA = 1 | 17:29 |
SamYaple | valueA = 2 | 17:29 |
inc0 | in same group? | 17:29 |
SamYaple | yep | 17:29 |
Jeffrey4l | yep. | 17:29 |
inc0 | isn't that wrong ini? | 17:30 |
SamYaple | oslo.config bastardized ini | 17:30 |
inc0 | -.- | 17:30 |
Jeffrey4l | some projects depends on this feature. | 17:30 |
SamYaple | inc0: look up MultiStrOpt | 17:30 |
inc0 | my f****** god.. | 17:30 |
SamYaple | i know right | 17:30 |
inc0 | standards are starndards for a reason | 17:30 |
kfox1111 | yeah. its not ini. :/ | 17:30 |
Bico_Fino | Jeffrey4l: I don’t have permission to pull your patch. | 17:30 |
kfox1111 | it just looks like it. :/ | 17:30 |
SamYaple | kfox1111: which is silly. use yaml! | 17:31 |
SamYaple | if you arent going to use ini, use something taht does everything you want | 17:31 |
Jeffrey4l | Bico_Fino, did u ever push commit in openstack? | 17:31 |
inc0 | did you talk to oslo people? | 17:31 |
kfox1111 | SamYaple: +1 | 17:31 |
SamYaple | inc0: yea this is a thing | 17:31 |
inc0 | I mean it's stdlib we're fixing | 17:31 |
inc0 | someone had to have this problem before | 17:31 |
Bico_Fino | Jeffrey4l: nope. I just started playing with Openstack like 3 months. lol | 17:31 |
inc0 | "fixing" | 17:31 |
SamYaple | inc0: the only way to "fix" this would be for merge_config to use oslo.config | 17:32 |
SamYaple | i have no idea what that looks like as a generic parser | 17:32 |
SamYaple | if it can be even used as such | 17:32 |
Jeffrey4l | inc0, i do not think other guys has such issue. because they only read the configuration, not merge. | 17:32 |
SamYaple | no clue | 17:32 |
SamYaple | correct Jeffrey4l | 17:32 |
inc0 | well, merging will be fun too | 17:32 |
inc0 | because | 17:32 |
inc0 | var1=foo | 17:32 |
inc0 | var1=bar | 17:32 |
Jeffrey4l | and oslo will not remove such feature, because it have been there for a long time. | 17:33 |
inc0 | if we override var1=foobar | 17:33 |
inc0 | what do we get at the end? | 17:33 |
SamYaple | nah inc0 Jeffrey4l has it all worked out properly | 17:33 |
Jeffrey4l | inc0, check the unittest in my patch. | 17:33 |
*** fragatina has quit IRC | 17:33 | |
SamYaple | this patch is vetted and does things good (considering) | 17:33 |
SamYaple | the issue is just code reuse at this point | 17:33 |
Jeffrey4l | file2 will override file1. but in the same file, the key is not override. | 17:33 |
*** inc0 has quit IRC | 17:34 | |
Jeffrey4l | Bico_Fino, check this http://docs.openstack.org/infra/manual/developers.html it will be fun ;) | 17:34 |
*** inc0 has joined #openstack-kolla | 17:34 | |
Bico_Fino | Jeffrey4l: ouch. lol | 17:35 |
Bico_Fino | Jeffrey4l: Going read it, thanks. | 17:35 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 17:35 |
*** flaper87 has joined #openstack-kolla | 17:35 | |
Jeffrey4l | np. | 17:37 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible: Ansible-ize OpenStack Designate https://review.openstack.org/408465 | 17:37 |
Pavo | anyone know when the latest fix for murano and magnum are gonna be be pushed to pip package? | 17:38 |
inc0 | Pavo, were these backported? | 17:39 |
Pavo | I dunno, I know pbouke made one a while back | 17:40 |
inc0 | Jeffrey4l, we did release O-2 right? | 17:40 |
Jeffrey4l | inc0, we need release next z stream newton and mitaka tag. | 17:40 |
Pavo | I would add it manually if I knew how | 17:40 |
Jeffrey4l | inc0, yep. | 17:40 |
inc0 | yeah, that's what I was asking | 17:40 |
Jeffrey4l | Pavo, which release are u using? | 17:41 |
inc0 | we should release z-streams at same time as milestone | 17:41 |
*** papacz has quit IRC | 17:41 | |
Pavo | the one pip installs which is 3.0.1 | 17:41 |
SamYaple | inc0: z streams are typically 45-day releases | 17:41 |
Jeffrey4l | sdake, and i struggle on this issue inc0 https://review.openstack.org/412470 | 17:41 |
SamYaple | inc0: but we arent release managed | 17:42 |
Jeffrey4l | only mitaka branch gate failed. and when disable selinux, it is green again. | 17:42 |
Jeffrey4l | no idea why ;( | 17:42 |
Jeffrey4l | newton branch is ready for release now. | 17:42 |
Jeffrey4l | but release team should be on PTO now. | 17:42 |
*** msimonin has joined #openstack-kolla | 17:46 | |
*** unicell has joined #openstack-kolla | 17:48 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible: Add enable_horizon_* parameter for dashboard https://review.openstack.org/413484 | 17:48 |
Jeffrey4l | need go to bed. bye guys. | 17:49 |
Bico_Fino | Jeffrey4l: night! | 17:49 |
inc0 | have a good night Jeffrey4l | 17:52 |
kfox1111 | Jeffrey4l: may be a centos 7.3 thing. it entered the gate recently. | 17:52 |
Jeffrey4l | kfox1111, do not think so. newton and master branch is ok. | 17:53 |
kfox1111 | you mention selinux. maybe the selinux rules shipped with mitaka arn't working with centos 7.3 | 17:54 |
Jeffrey4l | there is no big change between those branches. | 17:54 |
Jeffrey4l | maybe. | 17:54 |
kfox1111 | doesn't always take a big change. are there any changes? | 17:54 |
Jeffrey4l | no clue ;( | 17:55 |
kfox1111 | k. | 17:55 |
kfox1111 | might report it to the rdo folks. | 17:55 |
Jeffrey4l | this is reported. but no idea how to describe it. | 17:55 |
kfox1111 | ah. k. | 17:55 |
* Jeffrey4l is really offline | 17:55 | |
*** senk has quit IRC | 17:56 | |
*** sp__ has joined #openstack-kolla | 17:56 | |
*** unicell has quit IRC | 17:58 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 18:02 |
portdirect | kfox1111: they are gonna try and get another helm out today with some of those sprig things that you and sbezverk were asking for :) | 18:02 |
*** gomarivera has quit IRC | 18:03 | |
*** msimonin has quit IRC | 18:04 | |
*** gomarivera has joined #openstack-kolla | 18:05 | |
*** dave-mccowan has quit IRC | 18:05 | |
jascott1 | o/ | 18:06 |
*** Bico_Fino has quit IRC | 18:07 | |
sp__ | Jeffrey4l: ping | 18:08 |
inc0 | sp__, he's asleep:) | 18:08 |
sp__ | inc0: hi | 18:09 |
inc0 | hello | 18:09 |
sp__ | inc0: in this BP(https://blueprints.launchpad.net/kolla/+spec/support-python-3.5) we would be porting kolla, kolla-ansible and kolla-k8s too right ? | 18:10 |
sp__ | inc0: i mean all the 3 projects | 18:10 |
inc0 | sp__, kolla-ansible might have issues with it as I'm nto sure if ansible supports py3.5 | 18:10 |
inc0 | other that that, yes | 18:10 |
berendt | I created an other listing that could be useful: http://kolla.betacloud.io/unanswered-questions.html | 18:11 |
*** palexster has quit IRC | 18:11 | |
inc0 | heh nice Christian:) | 18:11 |
sp__ | inc0: ok, kolla-k8s is also included in this | 18:11 |
inc0 | yes | 18:12 |
sp__ | inc0: will check for kolla-ansible's py3.5 compatibility with duonhq tomorrow | 18:13 |
inc0 | thank you | 18:13 |
sp__ | inc0: thanks to you too | 18:13 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP PS adds iscsid and tgtd microservices https://review.openstack.org/414254 | 18:14 |
*** sayantan_ has quit IRC | 18:15 | |
*** palexster has joined #openstack-kolla | 18:17 | |
*** prameswar has quit IRC | 18:17 | |
*** newmember has joined #openstack-kolla | 18:20 | |
kfox1111 | portdirect: awesome. :) | 18:21 |
kfox1111 | that should unblock the globals api stuff. | 18:21 |
*** sayantan_ has joined #openstack-kolla | 18:21 | |
*** sayantan_ has quit IRC | 18:24 | |
portdirect | yeah - we are one of the reasons they are trying to push it out. just sat in on the dev call, had an interesting demo from mirantis who have made a poc of tiller working with app-controller for dep resolution. | 18:25 |
*** unicell has joined #openstack-kolla | 18:25 | |
*** unicell has quit IRC | 18:25 | |
*** unicell has joined #openstack-kolla | 18:25 | |
*** Bico_Fino has joined #openstack-kolla | 18:26 | |
*** sayantan_ has joined #openstack-kolla | 18:26 | |
kfox1111 | portdirect: interesting. | 18:26 |
*** kelv has joined #openstack-kolla | 18:28 | |
*** tonanhngo has joined #openstack-kolla | 18:30 | |
*** sdake has quit IRC | 18:31 | |
*** newmember has quit IRC | 18:32 | |
*** tonanhngo has quit IRC | 18:32 | |
SamYaple | are gates going haywire right now? | 18:34 |
Bico_Fino | If I’m building the images from source I still need to kolla-ansible pull? | 18:35 |
*** senk has joined #openstack-kolla | 18:35 | |
*** gomarivera has quit IRC | 18:37 | |
Pavo | portdirect next time you talk to mirantis, tell them add UEFI PXE option for Fuel | 18:39 |
portdirect | Pavo: lol | 18:40 |
Pavo | lol | 18:40 |
*** bmace has quit IRC | 18:42 | |
*** bmace has joined #openstack-kolla | 18:42 | |
*** salv-orlando has quit IRC | 18:43 | |
*** sdake has joined #openstack-kolla | 18:45 | |
sdake | SamYaple release:managed is long gone | 18:45 |
sdake | each project handles their own releases via a repo now | 18:45 |
sdake | ok back to rl :) | 18:45 |
*** mannamne has quit IRC | 18:45 | |
sdake | enjoy | 18:45 |
Pavo | what does that mean sdake? | 18:46 |
sdake | pavo i don't know it was the last thing i saw ont his screen from this morning | 18:47 |
Pavo | oh | 18:47 |
sdake | i got an eemo wireless - trying to get it to work with my network properly | 18:47 |
sdake | looks pretty good so far | 18:47 |
Pavo | wtf is a eemo? | 18:47 |
jascott1 | i think its another term for crappy music | 18:48 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP PS adds iscsid and tgtd microservices https://review.openstack.org/414254 | 18:48 |
Pavo | I think you meant eero | 18:48 |
Pavo | not eemp | 18:48 |
Pavo | eemo | 18:48 |
sdake | thanks eero :) | 18:48 |
kfox1111 | Pavo: they still dont have uefi? bummer. our site requires it for some of our nodes. | 18:50 |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla-kubernetes: Python 3.5 support for Kolla https://review.openstack.org/414270 | 18:50 |
kfox1111 | Pavo: kind of dodged a bullet there. | 18:50 |
Pavo | yeah the HP servers I have the RADI Controller only support UEFI so no Fuel for me | 18:51 |
kfox1111 | we got some supermicro ones in that only netboot off of the 40g cards via efi. | 18:52 |
kfox1111 | we might be able to firmware update like 4 different bits to get it to work, but getting cobbler & uefi booting was quicker. | 18:53 |
Pavo | yeah | 18:53 |
kfox1111 | intel's network boot firmware is really goofy. | 18:53 |
kfox1111 | has so many different parts. :/ | 18:53 |
Pavo | I even tried the custom bootstrap thing | 18:53 |
Pavo | didn't work | 18:53 |
kfox1111 | did you ever take the tcpdump of the tftp traffic? | 18:53 |
kfox1111 | should be able to see what files its requesting. | 18:54 |
Pavo | yeah, it gets the boot image, just the boot image doesn't support UEFI | 18:54 |
kfox1111 | remember which file it was requesting? | 18:54 |
Pavo | so auto kicks out | 18:54 |
Pavo | ummm | 18:54 |
kfox1111 | there should be one for uefi and one for bios. | 18:54 |
Pavo | not off the top of my head | 18:54 |
kfox1111 | maybe its asking for the wrong one. | 18:54 |
Pavo | maybe | 18:55 |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla-kubernetes: Python 3.5 support for Kolla https://review.openstack.org/414270 | 18:55 |
*** Pavo has quit IRC | 18:58 | |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla-kubernetes: Python 3.5 support for Kolla https://review.openstack.org/414270 | 18:58 |
openstackgerrit | Sam Yaple proposed openstack/kolla: use static uid/gid in images https://review.openstack.org/412231 | 18:59 |
*** Pavo has joined #openstack-kolla | 18:59 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 18:59 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 19:00 |
kfox1111 | doh! I'm dumb. | 19:03 |
kfox1111 | | true is not || true | 19:03 |
*** gomarivera has joined #openstack-kolla | 19:04 | |
jascott1 | ah | 19:05 |
*** inc0 has quit IRC | 19:08 | |
openstackgerrit | Sam Yaple proposed openstack/kolla: use static uid/gid in images https://review.openstack.org/412231 | 19:08 |
*** portdirect_ has quit IRC | 19:08 | |
*** gomarivera has quit IRC | 19:09 | |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla-kubernetes: Python 3.5 support for Kolla https://review.openstack.org/414270 | 19:10 |
*** mnaser has joined #openstack-kolla | 19:14 | |
*** sp__ has quit IRC | 19:16 | |
openstackgerrit | Mohammed Naser proposed openstack/kolla: Fix typo for Octavia link https://review.openstack.org/414309 | 19:19 |
*** Bico_Fino has quit IRC | 19:20 | |
*** senk has quit IRC | 19:23 | |
mnaser | i've been trying to find the ansible part of openstack-kolla.... i've logged a whole bunch and i cant find it | 19:26 |
mnaser | where is it exactly? :\ | 19:26 |
mnaser | i *swear* the "ansible" folder in the root of the project was't there.. | 19:28 |
mnaser | (it's not even friday) | 19:28 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP PS adds iscsid and tgtd microservices https://review.openstack.org/414254 | 19:29 |
*** yatin has quit IRC | 19:38 | |
SamYaple | mnaser: kolla-ansible is split | 19:42 |
SamYaple | mnaser: github.com/openstack/kolla-ansible | 19:42 |
SamYaple | mnaser: the deployment part is now seperate from the image building since there are multiple types of deployment | 19:42 |
*** sgordon has quit IRC | 19:44 | |
*** yatin has joined #openstack-kolla | 19:50 | |
mnaser | what the diff between /kolla and /kolla-ansible SamYaple ? | 19:50 |
mnaser | we're looking to slowly migrate our deployment to it so we'll likely deploy component by component and repoint things over | 19:50 |
kfox1111 | mnaser: there's a kolla-kubernetes project now that shares the images from kolla. | 19:54 |
kfox1111 | kolla-kubernetes deliverable. | 19:55 |
kfox1111 | (sorry sdake :) | 19:55 |
mnaser | ^ as much as i like this, deploying kubernetes is rough enough :-P | 19:55 |
kfox1111 | its getting easier over time. kubadm is pretty easy to use, though not quite prod ready yet. | 19:55 |
kfox1111 | only takes a couple minutes to build a working cluster with it. | 19:56 |
mnaser | while for the control plane it works | 19:56 |
mnaser | i think for the compute nodes, it's still :X | 19:56 |
mnaser | (but maybe i'm just worried because i've never touched it) | 19:56 |
kfox1111 | its one command to run on each compute node to join it to the cluster. | 19:57 |
kfox1111 | they are making the installer smoother over time. | 19:57 |
kfox1111 | it'll get there. | 19:57 |
mnaser | kfox1111 but concern is for example things like running openvswitch on top of kube on top of docker | 19:58 |
kfox1111 | mnaser:I had the saem concern. as I have some clusters with only 1 40g nic for connectivity. | 19:58 |
kfox1111 | so I've contributed a gate job to ensure kolla-kubernetes works with an external openvswitch. | 19:59 |
mnaser | yeah, it's not as much of a performance but the added complexities | 19:59 |
kfox1111 | right. | 19:59 |
*** sgordon has joined #openstack-kolla | 19:59 | |
*** lrensing has quit IRC | 19:59 | |
kfox1111 | you can't have kubernetes manage a kubelet if it can't connect to it. :) | 19:59 |
kfox1111 | but, anyway, that case is covered. | 20:00 |
mnaser | kfox1111 troubleshooting openvswitch is a nightmare if you've ever done it, adding something else in the equation might make it harder, but yeah | 20:00 |
kfox1111 | yeah. I've debugged it. | 20:01 |
kfox1111 | and with dvr. :) | 20:01 |
mnaser | oh boy | 20:01 |
kfox1111 | running dvr in production now. :) | 20:01 |
*** srwilkers has quit IRC | 20:01 | |
mnaser | + kube? | 20:01 |
kfox1111 | not yet. | 20:01 |
kfox1111 | but eventually, yeah. | 20:01 |
mnaser | right now we have ~4k of puppet code glued by the openstack puppet modules | 20:01 |
kfox1111 | wow. | 20:02 |
mnaser | but it's not maintainable and we don't want to deal with that anymore, much rather work and contribute with something existing | 20:02 |
kfox1111 | I'm doing the same thing. | 20:02 |
kfox1111 | I deployed a full ha cluster by myself. | 20:02 |
kfox1111 | then they asked for a few more. :/ | 20:02 |
mnaser | same here | 20:02 |
kfox1111 | so I'm contributing that knowlege back to kolla-kuberntes. | 20:03 |
mnaser | clusterd rabbit, galera (with puppet... tell me that's not fun) | 20:03 |
kfox1111 | yeah. custered galera's been workign well for us. | 20:03 |
kfox1111 | rabbit, a little less so. :/ | 20:03 |
mnaser | we are back to running a single rabbit node | 20:03 |
mnaser | because it's far more stable than a cluster :\ | 20:03 |
kfox1111 | yeah. we did the same. | 20:03 |
kfox1111 | our primary control plane for the main region is 5 nodes. | 20:04 |
mnaser | the slightest network blip will trigger a big mess and would require restarting *all* services on *all* nodes | 20:04 |
kfox1111 | 3 for full ha things, and 2 for active/passive things. | 20:04 |
kfox1111 | we moved rabbit to the active passive nodes and things stabalized. | 20:04 |
kfox1111 | yeah. | 20:04 |
kfox1111 | I read through their cluster docs, | 20:04 |
kfox1111 | saw the "don't let your cluster partition" | 20:04 |
kfox1111 | and said, "they dont understand clustering" :/ | 20:05 |
berendt | how do we handle the used source versions on the stable branches? | 20:05 |
erhudy | how big is your DVR cluster kfox1111 | 20:05 |
kfox1111 | currently about 100 nodes. | 20:05 |
berendt | i created an other listing at http://kolla.betacloud.io/versions.html and we use a lot of older versions in stable/newton | 20:05 |
erhudy | we've been stuck on nova-network since forever because many moons ago somebody decided to run it in multi-host node and we've been hamstrung by that ever since | 20:05 |
erhudy | calico is how we're trying to escape | 20:05 |
kfox1111 | dvr's been working very well for us so far. | 20:06 |
kfox1111 | really hoping dvr + l3ha will solve the rest of the issues. | 20:07 |
kfox1111 | haven't tried that yet as it was brand new when we built the last one. | 20:07 |
erhudy | we're trying to jettison our old in-house deployment stuff now in favor of kolla | 20:07 |
erhudy | got some work to do | 20:07 |
*** srwilkers has joined #openstack-kolla | 20:08 | |
mnaser | erhudy likewise | 20:08 |
kfox1111 | alwasy looking for help on kolla-kubernetes. :) | 20:08 |
mnaser | my strategy is component-by-component | 20:08 |
mnaser | and run them side by side | 20:08 |
kfox1111 | I'm an operator just trying to build up kolla-kubernetes to the point where I can use it for myself. :) | 20:08 |
erhudy | k8s is probably a little too bold for us atm, though i will probably have a PR on kolla soon for making the build friendlier for completely disconnected builds | 20:08 |
kfox1111 | mnaser: mine too. | 20:09 |
kfox1111 | erhudy: thats cool cool. all one big family. :) | 20:09 |
erhudy | i just want to get to containers, period | 20:10 |
mnaser | erhudy i think you can just build everything, but deploy to a specific host group only (aka mysql first) | 20:10 |
kfox1111 | we've been building kolla-kubernetes to make it easy to just launch the bits you want. | 20:10 |
erhudy | upgrading our current clusters from kilo to liberty is like baking a cake and then trying to replace all the icing with another | 20:10 |
kfox1111 | so its not an all or nothing thing. | 20:10 |
kfox1111 | cause thats the way I'm going to deploy it too. replace a piece at a time. | 20:10 |
erhudy | our existing clusters and deployment scheme will hang around as a sustaining engineering thing but because we're shifting from nova-network to neutron and also L2 spanning to L3 racks, we felt it was an ideal time to cut the cord on the old deployment stuff as well | 20:11 |
kfox1111 | probably jsut the control plane stuff for a while. the compute nodes are so simple little reason to do those right away. | 20:11 |
erhudy | since there's basically no way we could transform existing clusters in place without our users trying to kill us | 20:11 |
kfox1111 | yeah. if you can't afford 24 hours of downtime, its hard to do without a new cloud. | 20:12 |
kfox1111 | but they hate that too. :/ | 20:12 |
erhudy | they will forgive us when they get to use ceph on NVMe | 20:12 |
kfox1111 | hehe. yeah. that would be nice. :) | 20:14 |
kfox1111 | so far my users have been pretty tollerent of a bit of scheduled downtimes to do the upgrades. | 20:16 |
erhudy | i got a little bit of blowback on the first kilo->liberty upgrades since we jettisoned old API versions but nothing too bad | 20:16 |
erhudy | everyone was too happy that horizon no longer requires double login after timeout | 20:16 |
erhudy | that they were willing to forgive other problems | 20:17 |
kfox1111 | hehe. yeah.. | 20:17 |
kfox1111 | openstack's getting pretty close to nova/neutron upgrades with zero downtime. I'm hoping they finish that real soon. | 20:18 |
*** mannamne has joined #openstack-kolla | 20:25 | |
*** sayantan_ has quit IRC | 20:27 | |
*** jtriley has quit IRC | 20:27 | |
*** gomarivera has joined #openstack-kolla | 20:28 | |
mnaser | is there any reason to build kolla images and not use the ones on dockerhub (given that service-specific customization is happening outside the container anyways?) | 20:29 |
*** salv-orlando has joined #openstack-kolla | 20:30 | |
Pavo | mnaser depends on if you are using anything else other than base openstack components | 20:33 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 20:33 |
mnaser | Pavo: not in my case, but i imagine the packages could be older (given that last push was 2 months ago on dockerhub) | 20:33 |
kfox1111 | mnaser: the hub images currently are not kept up to date with security updates. | 20:33 |
Pavo | like if you wanna use murano or anything like that the image has to be built with those options enabled before building image | 20:33 |
kfox1111 | so best used for testing, but nothing production. | 20:33 |
mnaser | mmhmm yep | 20:36 |
* mnaser wants to try this out today but we have some other priorities :( | 20:36 | |
Pavo | mnaser if you do decide to build your own images thought be aware of major epel mirror issues you will get | 20:36 |
mnaser | i hear they are not so reliable | 20:36 |
Pavo | not at all | 20:36 |
Pavo | I had to import a custom repo for them to work for me | 20:37 |
mnaser | the one thing that we'll have to figure out how to do (in terms of contributing this in a "clean" way) is hostnames for specific services in haproxy | 20:37 |
mnaser | ex: right now our haproxy runs only port 80 and 443, vhost mapping for all services | 20:37 |
mnaser | so our api urls are nice and clean and flow nicely through firewalls. i'm sure we'll figure out a way to make it work | 20:37 |
Pavo | hmmm hostnames on haproxy interesting | 20:38 |
mnaser | haproxy checks for "Host" header and selects backend accordingly | 20:38 |
mnaser | Pavo http://blog.haproxy.com/2015/01/26/web-application-name-to-backend-mapping-in-haproxy/ under "The new way of mapping: one map and one use_backend rule" | 20:38 |
Pavo | kfox1111 is there advantage for building images using source than binary? | 20:40 |
* kfox1111 shrugs. | 20:41 | |
kfox1111 | seems to be a personal preference. | 20:41 |
kfox1111 | I usually use binaries. | 20:41 |
kfox1111 | I know some folks prefer from source. | 20:41 |
Pavo | I assume from source would include all patches and fixes from latest release of source correct? | 20:41 |
kfox1111 | I would guess so, but can't say for sure. | 20:42 |
kfox1111 | you don't get distro provided patches taht way though. so benifits and drawbacks. | 20:42 |
Pavo | true | 20:42 |
kfox1111 | and honestly, I trust the distro's abit more. | 20:42 |
mnaser | i like the rdo packaging and it comes with a lot of other nice packages, nice-to-haves and pre-tested/integrated | 20:42 |
kfox1111 | I once tried to get a patch upstream to fix a critical network issue on one of our clouds. | 20:43 |
kfox1111 | took weeks. :/ | 20:43 |
kfox1111 | and they didn't argue about the actual fix. | 20:43 |
Pavo | docker images | 20:43 |
kfox1111 | just how to write the unit tests. :/ | 20:43 |
Pavo | opps | 20:43 |
kfox1111 | so they blocked an important fix to something they broke, because they coudn't deside how to do the unit tests. :/ | 20:44 |
kfox1111 | not that I'm bitter about that or anything... :) | 20:44 |
mnaser | kfox1111 i've been lucky to not deal with that too often | 20:45 |
*** TxGirlGeek has joined #openstack-kolla | 20:46 | |
mnaser | things 'just work' for us lately and that's a nice relief | 20:46 |
*** msimonin has joined #openstack-kolla | 20:46 | |
mnaser | besides rabbitmq locking up and requiring us to restart * | 20:46 |
kfox1111 | yeah. it certainly has gotten better over the years. | 20:46 |
kfox1111 | liberty->mitaka actualy fixed more then it broke for us. :) | 20:47 |
kfox1111 | and was a pretty smooth upgrade. :) | 20:47 |
Pavo | kfox1111 have you ran into this qmeu issue with centos 7.3 yet? | 20:50 |
kfox1111 | not yet. havent upgraded to 7.3 yet. | 20:50 |
Pavo | what are you on? | 20:50 |
kfox1111 | 7.2 | 20:51 |
Pavo | how I can not find 7.2 anymore | 20:51 |
kfox1111 | been keeping cobbler mirrors of everything so I can upgrade as I have time. | 20:51 |
kfox1111 | its one of the reasons I'm moving to containers. | 20:52 |
kfox1111 | its a bit easier to maintain containers then it is cobbler mirrors. | 20:52 |
Pavo | I downloaded centos minimum iso 1511 is that 7.2? | 20:52 |
kfox1111 | not sure. | 20:53 |
*** msimonin has quit IRC | 20:54 | |
Pavo | ok wiki says 1511 is 7.2 | 20:55 |
*** Pavo has quit IRC | 20:58 | |
*** Pavo has joined #openstack-kolla | 20:59 | |
*** Pavo has quit IRC | 20:59 | |
*** sayantan_ has joined #openstack-kolla | 21:00 | |
*** mgiles has quit IRC | 21:04 | |
*** msimonin has joined #openstack-kolla | 21:05 | |
*** fguillot has quit IRC | 21:06 | |
*** sdake has quit IRC | 21:06 | |
*** jtriley has joined #openstack-kolla | 21:07 | |
*** msimonin has quit IRC | 21:09 | |
*** jtriley has quit IRC | 21:12 | |
*** msimonin has joined #openstack-kolla | 21:12 | |
*** jtriley has joined #openstack-kolla | 21:15 | |
*** l4yerffeJ has joined #openstack-kolla | 21:32 | |
*** l4yerffeJ_ has quit IRC | 21:35 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** MasterOfBugs has joined #openstack-kolla | 21:35 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: test rebooting in the gate https://review.openstack.org/413193 | 21:44 |
*** Jeffrey4l has joined #openstack-kolla | 21:48 | |
*** mannamne has quit IRC | 22:05 | |
*** _chas_ has quit IRC | 22:06 | |
*** _chas has joined #openstack-kolla | 22:07 | |
*** tonanhngo has joined #openstack-kolla | 22:08 | |
*** _chas has quit IRC | 22:11 | |
*** jtriley has quit IRC | 22:12 | |
*** tonanhngo has quit IRC | 22:13 | |
*** TxGirlGeek has quit IRC | 22:18 | |
*** TxGirlGeek has joined #openstack-kolla | 22:18 | |
*** jtriley has joined #openstack-kolla | 22:20 | |
*** sayanta__ has joined #openstack-kolla | 22:22 | |
*** sayantan_ has quit IRC | 22:23 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Bump helm to 2.1.3 in gate https://review.openstack.org/414343 | 22:24 |
*** jtriley has quit IRC | 22:26 | |
*** _chas has joined #openstack-kolla | 22:28 | |
kfox1111 | sbezverk: I'm going to stick the new set stuff into the neutron-service-package-6 review real quick and see if it will fly. | 22:29 |
kfox1111 | almost got there last time. | 22:29 |
sbezverk | kfox1111: if we are not merging services until Jan 4th do not see reason to rush. we have plenty of time. Or you need to put together a separate ps. | 22:32 |
kfox1111 | sbezverk: I'm kind of hoping we can get all api changing stuff into the microservices layer before cutting the relase, although thats a pretty short timeline. | 22:33 |
sbezverk | kfox1111: I think it is even more reason to do it in a separate ps which is relevan only to microservices | 22:34 |
kfox1111 | ah. I think I see what your saying. yeah. | 22:35 |
kfox1111 | just using the existing review as I have most of the stuff already working there. if it works, I'll break just the microservice part out to its own ps. | 22:35 |
kfox1111 | we can review it on its own then, and if everyone's happy with that, we can apply the same pattern to the rest of the microservices. | 22:35 |
sbezverk | kfox1111: imho using existing review is not righ practice as it has unrelated things. | 22:38 |
kfox1111 | the neutron ps will depend on the ps. so its just breaking it apart from one to two. | 22:39 |
kfox1111 | but I could just check it in as a new review. just harder to see it in context on how it could be used. | 22:39 |
*** jheroux has quit IRC | 22:40 | |
*** TxGirlGeek has quit IRC | 22:43 | |
*** TxGirlGeek has joined #openstack-kolla | 22:43 | |
*** sdake has joined #openstack-kolla | 22:48 | |
kfox1111 | sdake: christmas came eary. :) | 22:48 |
kfox1111 | sdake: they released helm 2.1.3 for us. :) | 22:49 |
sdake | kfox1111 i use uefi on my home machine and it works properly | 22:50 |
sdake | kfox1111 although secure boot will bring a whole world of pain to linux | 22:50 |
sdake | kfox1111 nice ;) | 22:50 |
kfox1111 | sdake: yeah. he was asking about pxebooting with uefi. which is a little bit different then normal pxe. | 22:50 |
sdake | maybe valentines day will come early too so I can order flowers for my wife in time :) | 22:50 |
sdake | kfox1111 oh i see - know nothing about that | 22:50 |
*** TxGirlGeek has quit IRC | 22:50 | |
*** TxGirlGeek has joined #openstack-kolla | 22:51 | |
sdake | jose is here taking care of the front and back, got my personal paperwork for the year out of the way, only thing left is taxes in on feb 1 :) | 22:51 |
sdake | need both cars in for service on the 26th - groan - panamera needs some work, the rubicon on the other hand needs just a little so that should be relatively painless | 22:53 |
*** TxGirlGeek has quit IRC | 22:58 | |
*** TxGirlGeek has joined #openstack-kolla | 22:58 | |
*** sdake_ has joined #openstack-kolla | 22:58 | |
*** TxGirlGeek has quit IRC | 23:01 | |
*** TxGirlGeek has joined #openstack-kolla | 23:01 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Adds cinder volume lvm microservice https://review.openstack.org/414348 | 23:02 |
*** sdake has quit IRC | 23:02 | |
*** TxGirlGeek has quit IRC | 23:03 | |
*** TxGirlGeek has joined #openstack-kolla | 23:03 | |
*** sdake_ has quit IRC | 23:04 | |
openstackgerrit | Merged openstack/kolla-kubernetes: Bump helm to 2.1.3 in gate https://review.openstack.org/414343 | 23:05 |
*** mannamne has joined #openstack-kolla | 23:05 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Adds cinder volume lvm microservice https://review.openstack.org/414348 | 23:06 |
*** TxGirlGeek has quit IRC | 23:08 | |
kfox1111 | sbezverk: it seems to work. :) | 23:09 |
kfox1111 | not the prettiest of patterns, but we can try and wrap that up in some macro's or something, and | 23:09 |
kfox1111 | technosophos seems willing to make a function that makes it less of a pain. | 23:09 |
*** _chas has quit IRC | 23:10 | |
*** _chas has joined #openstack-kolla | 23:10 | |
sbezverk | kfox1111: did you use hashkey right? since defined is not yet available | 23:10 |
kfox1111 | hasKey, yeah. | 23:11 |
kfox1111 | and typeOf | 23:11 |
kfox1111 | cause if you have "enabled: " it still hasKey but is not useful value. | 23:11 |
kfox1111 | nice... | 23:12 |
kfox1111 | works all the way down to --set enabled=true/false. | 23:12 |
kfox1111 | ok. I'll post this in a ps. | 23:12 |
*** _chas has quit IRC | 23:15 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: WIP: global api prototype https://review.openstack.org/414350 | 23:21 |
kfox1111 | sbezverk: ^---- :) | 23:21 |
kfox1111 | sbezverk: you can use it with a --values file like http://pastebin.com/G0C4D1Yd | 23:23 |
*** msimonin has quit IRC | 23:23 | |
kfox1111 | or just --set enabled=true/false. | 23:23 |
sbezverk | kfox1111: I do not see global global values, things which are the same for all micro/services? | 23:26 |
kfox1111 | sbezverk: I think we should be able to maybe wrap that in a macro too. | 23:26 |
*** lamt has quit IRC | 23:26 | |
kfox1111 | sbezverk: enabled is the only value in that version. | 23:26 |
kfox1111 | but does wok through all the global optoins and the local one. | 23:26 |
kfox1111 | it checks for .global.kolla.all.memcached.all.enabled first. | 23:27 |
kfox1111 | then .global.kolla.all.memcached.deployment.enabled | 23:27 |
kfox1111 | then .global.kolla.<elementname>.all.enabled | 23:27 |
kfox1111 | then .global.kolla.<elementname>.deployment.enabled | 23:28 |
kfox1111 | then .values.enabled. | 23:28 |
kfox1111 | last one defined wins. | 23:28 |
kfox1111 | the idea being, if you want to turn it off everywhere, its just .globals.kolla.all.memcached.all.enabled: false. | 23:28 |
kfox1111 | nothing more needed. | 23:29 |
kfox1111 | if you have a package like rabbit, where you may want rabbit enabled, but the pv creation off: | 23:29 |
sbezverk | kfox1111: what is at the service level global applicable to all microservices under this service is needed? | 23:29 |
kfox1111 | .global.kolla.all.rabbit.all.enabled: true | 23:29 |
kfox1111 | .global.kolla.all.rabbit.pv.enabled: false | 23:29 |
kfox1111 | sbezverk: yeah. they woudl share the same values file. so at the service level, all microservices under it would all see the same globals. | 23:30 |
kfox1111 | and when all service packages are wrapped into one big "openstack" package, all would see the globals for everything. | 23:32 |
kfox1111 | with this pattern, you can: | 23:34 |
*** gomarivera has quit IRC | 23:35 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP Adds cinder volume lvm microservice https://review.openstack.org/414348 | 23:35 |
*** mannamne has quit IRC | 23:36 | |
kfox1111 | set in neutron's values, rabbit.element_name=neutron-rabbit and user can .global.kolla.neutron-rabbit.all.size=10 | 23:37 |
kfox1111 | this could also let us get back to the cool stuff we had with the kolla-kubernetes.yml file where | 23:39 |
sbezverk | kfox1111: by some reason I cannot get the gran idea of inter package dependecies/relation.. I guess I will have to wait and see how it works. | 23:40 |
kfox1111 | you could override kolla_compute or kollacontrollereasily. | 23:40 |
kfox1111 | sbezverk: like, how the globals vals part works, or how one service package dpends on another, or optional deps or something else? | 23:41 |
*** salv-orlando has quit IRC | 23:42 | |
*** l4yerffeJ has quit IRC | 23:44 | |
*** l4yerffeJ has joined #openstack-kolla | 23:45 | |
sbezverk | kfox1111: you keep refering to rabbitmq and neutron example. I do not see how neutron tells that it needs its own copy of rabbitmq | 23:45 |
kfox1111 | the neutron service package has it embeded always. then turns it off/on using the globals. | 23:46 |
sbezverk | kfox1111: especially since niether neutron nor rabbitmq configs generated allow it atm.. | 23:46 |
kfox1111 | see the memcache example I posted. it has a conditional wrapped around it. | 23:46 |
kfox1111 | yeah. the current genconfig doesn't do the right thing out of the box for that curently. but thats a different issue. | 23:46 |
kfox1111 | user could genconfig and then fix the configs. until we come up with a way of fixing the configs. | 23:47 |
kfox1111 | or hand craft them. | 23:47 |
kfox1111 | (not saying thats a good thing. just saying its possible today) | 23:47 |
kfox1111 | sbezverk: thats kind of why I was doing it in the neturon ps, as it would be more obvious when integrated. | 23:48 |
sbezverk | kfox1111: I saw that conditional but it only tells if the service is enable or not. I do not see how it ties to orher service which might need its dedicated service | 23:49 |
kfox1111 | I'll rebase the neutron one on the memcached one and then integrate it so its more obvious. | 23:49 |
kfox1111 | gona try and wrap this logic in a macro to see if it can be make easier to deal with. | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!