bjolo__ | anyone around or is it lunch time in calli? | 00:00 |
---|---|---|
bjolo__ | kuryr doest not deploy | 00:00 |
bjolo__ | http://paste.openstack.org/show/586295 | 00:00 |
*** tonanhngo has quit IRC | 00:01 | |
*** schwicht has quit IRC | 00:02 | |
*** confisurya has joined #openstack-kolla | 00:03 | |
bjolo__ | https://bugs.launchpad.net/kolla/+bug/1634700 | 00:03 |
openstack | Launchpad bug 1634700 in kolla "kuryr deploy fails" [Undecided,New] | 00:03 |
*** schwicht has joined #openstack-kolla | 00:04 | |
kfox1111 | bjolo__: not enough gating.... :/ | 00:09 |
*** tonanhngo has joined #openstack-kolla | 00:10 | |
kfox1111 | we need to test stuff at commit time, rather then the day of release. :/ | 00:10 |
bjolo__ | i have tested quite a lot in the past month and i probably have filed 10 bugs for containers failing to deploy. in most cases it has been a due to dependency to other containers. i.e. enable one container/feature and it breaks another contianer | 00:11 |
apuimedo | :/ | 00:11 |
bjolo__ | simple stuff really, just need to automate the testing for this | 00:12 |
* kfox1111 nods. | 00:12 | |
*** tonanhngo_ has joined #openstack-kolla | 00:12 | |
kfox1111 | we should start blocking new features that don't come with tests in my opinion. | 00:12 |
kfox1111 | otherwise we won't make any headway. | 00:12 |
jascott1 | is it normal for kolla build to fail ~20 containers? | 00:12 |
bjolo__ | can agree with that | 00:12 |
bjolo__ | jascott1, not really | 00:13 |
jascott1 | watcher thru vmtp all failed | 00:13 |
bjolo__ | what is your setup? | 00:13 |
jascott1 | just running kolla-build on rackspace cloud | 00:13 |
jascott1 | it built many images | 00:13 |
bjolo__ | what does it say in your kolla-build.conf? | 00:14 |
bjolo__ | ubuntu centos? binary? source? | 00:14 |
bjolo__ | kfox1111, yes. we need a multinode smoke test. | 00:15 |
*** tonanhngo has quit IRC | 00:15 | |
kfox1111 | bjolo__: yeah. | 00:15 |
kfox1111 | bjolo__: I'm working on one for kolla-kubernetes. | 00:15 |
bjolo__ | enable all/most services to detect inter dependencies | 00:15 |
bjolo__ | deploy | 00:15 |
kfox1111 | I've finally got ceph/kolla-kubernetes with core services deploying pretty relyably. | 00:15 |
bjolo__ | add dummy config change to all containers | 00:15 |
bjolo__ | reconfigure | 00:15 |
kfox1111 | need to go multinode and start adding some more containers. | 00:15 |
kfox1111 | thinking heat would be good next, as then you can use heat templates to ttest more things. | 00:16 |
bjolo__ | true that :) | 00:16 |
bjolo__ | create a new tag for all containers | 00:16 |
bjolo__ | upgrade | 00:16 |
*** tonanhngo_ has quit IRC | 00:17 | |
jascott1 | bjolo__ i havent touched the kolla-build.conf | 00:17 |
bjolo__ | all container should pass this smoke test | 00:17 |
jascott1 | (because I dont know where it is :) | 00:17 |
*** schwicht has quit IRC | 00:17 | |
bjolo__ | jascott1, have you followed this http://docs.openstack.org/developer/kolla/image-building.html | 00:17 |
jascott1 | i have read before but was not using it today | 00:19 |
bjolo__ | pip install kolla or git clone? | 00:19 |
jascott1 | this is what failed http://paste.openstack.org/show/586296/ | 00:19 |
jascott1 | git clone | 00:19 |
jascott1 | if you are busy like most seem to be no worries. I was playing with building images, im really trying to deploy kolla on k8s multinode | 00:20 |
*** inc0 has joined #openstack-kolla | 00:20 | |
jascott1 | its very confusing | 00:20 |
inc0 | back | 00:21 |
inc0 | what is confusing? | 00:21 |
inc0 | don't be confused! | 00:21 |
jascott1 | kolla-kubernetes deploy with existing k8s cluster | 00:21 |
jascott1 | im really trying to get everything understood so I can help out | 00:22 |
jascott1 | so I am using terraform on cloud1 to deploy vms, then kargo which goes well. I have working k8s cluster it seems (can get nodes etc) | 00:22 |
jascott1 | but getting confused on *proper* steps for deploying on k8s | 00:23 |
jascott1 | inc0 would you be able to show me tomorrow (or earliest convenience)? | 00:23 |
inc0 | I'll try | 00:24 |
jascott1 | I know its busy times so whenver works, later in week or whatever | 00:24 |
inc0 | although tbh Kevin or Serguey would be more equiped to do this | 00:24 |
jascott1 | hopefully I will get it all sorted by then | 00:24 |
openstackgerrit | Merged openstack/kolla: Fix mariadb build issue https://review.openstack.org/388249 | 00:24 |
jascott1 | cool i might bug them after the tagging madness is subsides | 00:25 |
*** srwilkers has joined #openstack-kolla | 00:25 | |
jascott1 | inc0 btw how are things going? its hard to tell in here since there are so many issues flying | 00:25 |
inc0 | today is release | 00:26 |
inc0 | 3.0.0 | 00:26 |
inc0 | that's why it's crazy | 00:26 |
inc0 | and summit next week | 00:26 |
jascott1 | any low hanging fruit I can knock out? | 00:27 |
inc0 | hmm, you can try to add some service to kolla-k8s | 00:27 |
inc0 | there are plenty of services to be added | 00:27 |
inc0 | or try to figure out kolla-k8s on existing k8s cluster and write doc about it:) | 00:28 |
inc0 | decouple quickstart to setup k8s and after that setup openstack | 00:28 |
bjolo__ | magnum fails to deploy | 00:29 |
bjolo__ | http://paste.openstack.org/show/586297 | 00:29 |
*** srwilkers has quit IRC | 00:29 | |
jascott1 | I have been taking some notes on the main kk8s docs so that might work | 00:29 |
inc0 | hmm, interesting, hogepodge was deploying magnum a lot:)_ | 00:30 |
bjolo__ | https://bugs.launchpad.net/kolla/+bug/1634704 | 00:30 |
openstack | Launchpad bug 1634704 in kolla "magnum fails to deploy" [Undecided,New] | 00:30 |
inc0 | docs are important | 00:30 |
inc0 | jascott1, or you can play around kolla-ansible to see stable version of our project:) | 00:30 |
inc0 | try to deploy it, deploy mitaka, upgrade to newton and such | 00:31 |
jascott1 | i am trying to deploy it :) | 00:31 |
hogepodge | bjolo__: kolla failed to deploy magnum or magnum failed to deploy a cluster? | 00:31 |
inc0 | and in fact, if you feel adventorous there is one really important issue to address | 00:31 |
hogepodge | bjolo__: I've deployed magnum, and I think I'm about to bring up a cluster, but there are bugs and weird things you have to work around | 00:32 |
bjolo__ | kolla-ansible deploy | 00:32 |
*** LamT__ has quit IRC | 00:32 | |
inc0 | jascott1, if you call kolla-ansible reconfigure | 00:32 |
inc0 | it's slow | 00:32 |
inc0 | wanna try to figure out why? | 00:32 |
jascott1 | ah | 00:32 |
inc0 | it's not low hanging | 00:32 |
hogepodge | bjolo__: I know it doesn't help your situation, but I successfully deployed from head this morning | 00:32 |
inc0 | but also it's not time-constrained | 00:32 |
inc0 | so you can try to solve it to learn kolla-ansible | 00:33 |
bjolo__ | im testing stable/newton for the release | 00:33 |
jascott1 | :) let me take a look | 00:33 |
jascott1 | inc0 is there issue or no? | 00:33 |
jascott1 | bug imean | 00:33 |
inc0 | not sure | 00:33 |
inc0 | if there is not, feel free to add it | 00:33 |
jascott1 | oh ok | 00:33 |
bjolo__ | ok magnum disabled for now. new deploy to see if we find more issues | 00:34 |
bjolo__ | better not be any. 2:32AM for me | 00:34 |
kfox1111 | hogepodge: a lot of patches merged since this morning. :/ | 00:35 |
bjolo__ | hogepodge, can you try a new build on head and see if that still works? | 00:36 |
bjolo__ | im running out of juice here | 00:36 |
bjolo__ | need to hit the sack in few | 00:36 |
jascott1 | inc0 btw about how long is too slow? | 00:36 |
hogepodge | bjolo__: I wish I could. Have seven hours left in my deadline. :-( | 00:36 |
inc0 | jascott1, compare it with deploy | 00:36 |
inc0 | you'll see | 00:36 |
inc0 | kfox1111, nothing that I recall that would cause breakage like this | 00:37 |
inc0 | these mergefest patches were sth different | 00:37 |
inc0 | but I'll try to deploy magnum | 00:37 |
*** yingjun has joined #openstack-kolla | 00:42 | |
*** tonanhngo has joined #openstack-kolla | 00:44 | |
*** tonanhngo has quit IRC | 00:45 | |
openstackgerrit | Li Yingjun proposed openstack/kolla: Support Searchlight Docker container https://review.openstack.org/377145 | 00:49 |
inc0 | jascott1, do you want something really low hanging? | 00:51 |
openstackgerrit | Li Yingjun proposed openstack/kolla: Support searchlight ansible role https://review.openstack.org/387862 | 00:51 |
jascott1 | sure | 00:52 |
jascott1 | inc0 want to help | 00:52 |
jascott1 | not feeling particularly useful atm | 00:52 |
jascott1 | what you got? | 00:52 |
inc0 | well super easy thign would be to turn this: into ansible | 00:52 |
inc0 | nvm | 00:53 |
inc0 | it was fixed:P | 00:53 |
openstackgerrit | caoyuan proposed openstack/kolla: Remove unnecessary blank line from file glance-api.json.j2 https://review.openstack.org/388071 | 00:53 |
*** jgriffith_ is now known as jgriffith | 00:53 | |
jascott1 | woot | 00:53 |
jascott1 | im fast | 00:53 |
inc0 | check slow thingy:) | 00:53 |
jascott1 | ok | 00:53 |
inc0 | or work on kolla-k8s | 00:54 |
bjolo__ | inc0, found 3 bugs so far but im too tired to continue | 00:54 |
bjolo__ | https://bugs.launchpad.net/kolla/+bug/1634695 | 00:54 |
openstack | Launchpad bug 1634695 in kolla "murano deploy fails when TLS is enabled" [Undecided,New] | 00:54 |
bjolo__ | https://bugs.launchpad.net/kolla/+bug/1634700 | 00:54 |
openstack | Launchpad bug 1634700 in kolla "kuryr deploy fails" [Undecided,New] | 00:54 |
bjolo__ | https://bugs.launchpad.net/kolla/+bug/1634704 | 00:54 |
openstack | Launchpad bug 1634704 in kolla "magnum fails to deploy" [Undecided,New] | 00:54 |
inc0 | jascott1, or try these ^ | 00:54 |
bjolo__ | im out | 00:54 |
jascott1 | im having permission denied running deploy even if I throw in -e ansible_ssh_user and -e become_true | 00:54 |
bjolo__ | night all | 00:54 |
inc0 | nn bjolo | 00:54 |
inc0 | thanks! | 00:55 |
jascott1 | good night! | 00:55 |
bjolo__ | np | 00:55 |
inc0 | awesome job man | 00:55 |
*** tovin07 has joined #openstack-kolla | 00:55 | |
inc0 | jascott1, there you go...ansible-fu is lacking | 00:55 |
inc0 | learn ansible-fu | 00:55 |
*** schwicht has joined #openstack-kolla | 00:57 | |
jascott1 | definitely getting my ansible chops up | 00:58 |
*** confisurya has quit IRC | 01:02 | |
*** phuongnh has joined #openstack-kolla | 01:03 | |
Pavo | whats ansible-fu? | 01:03 |
inc0 | kung-fu of using ansible | 01:04 |
Pavo | https://cdn.meme.am/instances/500x/65010152.jpg | 01:04 |
Pavo | that? | 01:04 |
Pavo | lol | 01:04 |
inc0 | exactly | 01:04 |
inc0 | now folks, plugs in your heads please | 01:04 |
Pavo | lol | 01:05 |
*** neilus has joined #openstack-kolla | 01:05 | |
Pavo | wished that was possible | 01:05 |
inc0 | I know, right? | 01:05 |
inc0 | download docs | 01:05 |
inc0 | to your brain | 01:05 |
inc0 | anyone deployed on top of ubnutu 16.04 lately? | 01:06 |
Pavo | grrr wished I could get this cobbler working on UEFi | 01:08 |
Pavo | seems like its working with a tcpdump but screen just flashes black and goes back to boot menu | 01:09 |
Pavo | http://pastebin.com/aPpJsPq1 | 01:09 |
Pavo | really starting to piss me off | 01:09 |
*** neilus has quit IRC | 01:10 | |
jascott1 | pavo is there cobbler log? | 01:11 |
jascott1 | ^Pavo | 01:11 |
Pavo | hmm let me look | 01:12 |
openstackgerrit | Li Yingjun proposed openstack/kolla: Support searchlight ansible role https://review.openstack.org/387862 | 01:16 |
jascott1 | Pavo when you say boot menu, you mean like F12 boot menu or the cobbler image selection menu? | 01:16 |
Pavo | jascott1 yeah but not telling me much | 01:16 |
Pavo | http://pastebin.com/Qk0vbz2u | 01:16 |
Pavo | yeah like normal F12 boot menu | 01:16 |
*** eaguilar has quit IRC | 01:17 | |
Pavo | screen flashes black comes back to this https://www.dropbox.com/s/5qufvn6ayj0qo2l/Screenshot%202016-10-18%2021.17.08.png?dl=0 | 01:17 |
jascott1 | but do you ever see DHCP messages? | 01:18 |
Pavo | yeah in a tcpsump | 01:21 |
Pavo | tcpdump | 01:21 |
jascott1 | https://www.sciencedaily.com/releases/2016/10/161013151356.htm | 01:21 |
jascott1 | first touch sensation then devops tasks :) | 01:21 |
jascott1 | Pavo but nothing on the console of the booting machine? | 01:23 |
Pavo | nope | 01:23 |
*** zhurong has joined #openstack-kolla | 01:23 | |
jascott1 | are they turned off somehow? In my exp there is a DHCP......... trying message that either connects or timesout | 01:24 |
inc0 | it's netboot | 01:24 |
jascott1 | is the seed a known good? | 01:24 |
Pavo | not in UEFI | 01:25 |
jascott1 | sorry forgot | 01:25 |
Pavo | in UEFI there is a message that checks for link activitay and if thee is it request DHCP and bootpc files, then just goes to splash screen | 01:25 |
hogepodge | inc0: I'm on 16.04, at summit or later I can help out with stuff. | 01:26 |
inc0 | I think I had some strange build | 01:26 |
inc0 | it seems to be behaving now | 01:26 |
inc0 | I upgraded kernel tho | 01:27 |
inc0 | this is going to be interesting summit | 01:27 |
inc0 | btw wednesday - I'm getting waster | 01:28 |
inc0 | wasted | 01:28 |
openstackgerrit | zhongshengping proposed openstack/kolla: Memcache configuration for Ceilometer is broken https://review.openstack.org/388273 | 01:29 |
jascott1 | haha | 01:29 |
inc0 | btw jascott1 | 01:30 |
inc0 | opeth was *awesome* | 01:30 |
inc0 | they played for over 2hrs | 01:31 |
jascott1 | woot | 01:31 |
inc0 | lots of classics | 01:31 |
jascott1 | glad you got to see | 01:31 |
jascott1 | im trying to see Leo Kottke next month.. kinda the opposite as its just an old guy w a guitar | 01:32 |
jascott1 | he was the young guy hanginout with all these folk blue grass legends and now they are all dead and he is the old guy | 01:33 |
jascott1 | doc watson, scruggs etc | 01:33 |
*** jtriley has quit IRC | 01:34 | |
inc0 | sounds nice | 01:37 |
inc0 | relaxing | 01:37 |
*** skramaja has joined #openstack-kolla | 01:39 | |
jascott1 | he plays super fast on a 12 string guitar... definitely a musicians musician | 01:40 |
*** phuongnh has quit IRC | 01:48 | |
*** MarMat has quit IRC | 01:48 | |
*** phuongnh has joined #openstack-kolla | 01:49 | |
*** phuongnh has quit IRC | 01:53 | |
*** sdake has joined #openstack-kolla | 01:54 | |
sdake | hey peeeps | 01:54 |
inc0 | sdake, feeling better? | 01:54 |
*** phuongnh has joined #openstack-kolla | 01:54 | |
*** zhangyufei has joined #openstack-kolla | 01:56 | |
sdake | yup | 01:56 |
sdake | recharged enough to mke it through 10am tomorrow | 01:56 |
sdake | how is kolla looking? | 01:57 |
inc0 | deploying now | 01:57 |
inc0 | so far so good | 01:57 |
sdake | were there any other bug fixes besides the key bug fix? | 01:57 |
inc0 | bjolo had issues with magnum and kuryr deployment | 01:57 |
inc0 | and murano+tls | 01:58 |
inc0 | testing magnum now | 01:58 |
sdake | hogepodge has magnum working | 01:58 |
sdake | he said he had to make one minor change | 01:58 |
sdake | also marmat had it working as well | 01:58 |
*** tovin07 has quit IRC | 01:59 | |
sdake | not super concerned about those 3 issues | 02:01 |
sdake | murano + tls - meh :) | 02:01 |
*** phuongnh has quit IRC | 02:01 | |
sdake | kuryr woudl be nice if it was working but that may just be a docs thing | 02:01 |
sdake | it requires special magic | 02:01 |
inc0 | also I just deployed magnum no issues | 02:02 |
sdake | ya | 02:02 |
sdake | everything deploys | 02:02 |
*** unicell has quit IRC | 02:02 | |
sdake | just not everything works | 02:02 |
*** phuongnh has joined #openstack-kolla | 02:02 | |
inc0 | jascott1, I need to teach you and qin how to write openstack gates | 02:02 |
inc0 | this might be single most important thing in kolla right now | 02:03 |
sdake | no shit about that | 02:03 |
sdake | are all the changes backported we are going with | 02:04 |
sdake | going to tag the release | 02:04 |
inc0 | I think so, yeah | 02:04 |
jascott1 | inc0 look forward to it. I have been looking at setup_gate | 02:05 |
inc0 | if 3 of us focus on this task we can get it really up and running within a month | 02:06 |
britthouser3 | inc0 - I’d love to learn how to write gates too. If you’re setting up a class, count me in. | 02:06 |
inc0 | sdake, it seems we need to make proper hangouts about that aren't we?:) | 02:07 |
inc0 | after summit - I'll talk to infra folks to figure out few issues | 02:07 |
inc0 | maybe try multinode gates at last? | 02:07 |
inc0 | man I'd love to have multinode gates | 02:07 |
sdake | i trianed people on it last summit | 02:07 |
sdake | but nobodoy did anything with th training | 02:07 |
sdake | *so* overloaded last cycle | 02:08 |
inc0 | you trained people at afternoon friday | 02:08 |
inc0 | afair | 02:08 |
inc0 | brain no works | 02:08 |
inc0 | let's do this on hangouts after summit ok? | 02:08 |
britthouser3 | Yeah I tried to take good notes during that session sdake, but I was fried. | 02:09 |
*** zhangyufei has quit IRC | 02:10 | |
*** jtriley has joined #openstack-kolla | 02:12 | |
sdake | britthouser3 - i had 5 days of managing 14 sessions + speaking engagements + etc | 02:15 |
sdake | and I managed to give it ;) | 02:15 |
sdake | need to work on slides for michael schmidt presentation | 02:16 |
inc0 | it's easier to talk about stuff you know than understand new stuff | 02:16 |
inc0 | anyway, I think we earned rnr | 02:16 |
inc0 | thanks sdake for taking care about 3.0.0 | 02:16 |
inc0 | now it's all my gig I guess | 02:16 |
sdake | yup - i submit one more patch for 3.0.0 | 02:17 |
sdake | but happy to help as you need | 02:17 |
*** duonghq has joined #openstack-kolla | 02:18 | |
sdake | this is when the release-end serotonin kicks in | 02:19 |
*** MarMat has joined #openstack-kolla | 02:19 | |
sdake | god i know my brain can use some | 02:19 |
sdake | no rest for the weary here | 02:19 |
sdake | i've got 3 decks to crank out and i leave thursday | 02:19 |
sdake | speaking of decks do you have anything around osic inc0? | 02:20 |
inc0 | no, on my list todo | 02:20 |
sdake | got my laptop back today | 02:20 |
sdake | inc0 i am producing a brownbag for osic scale testing | 02:20 |
inc0 | we have session in Friday | 02:20 |
inc0 | but good idea, brownbag will be cool | 02:20 |
sdake | ya the marketing droids set it up | 02:20 |
sdake | just what i need to figure out how to analyze data 2 days before international travel | 02:21 |
inc0 | good task for 9hrs in plane | 02:21 |
sdake | agreed if i had power the entire time | 02:22 |
sdake | which i'm not sure i will | 02:22 |
britthouser3 | what time do you touchdown sdake? | 02:22 |
openstackgerrit | zhongshengping proposed openstack/kolla: Deprecate auth_plugin option in manila https://review.openstack.org/388286 | 02:23 |
sdake | britthouser3 no idea | 02:23 |
sdake | thursday i think | 02:23 |
sdake | about the same time i am leaving - 9am | 02:23 |
sdake | but maybe its friday | 02:23 |
sdake | not sure | 02:23 |
britthouser3 | Yeah if you’re going east, usually you land the next day | 02:24 |
britthouser3 | when you come back, its the same day | 02:24 |
britthouser3 | so you probably land friday | 02:24 |
britthouser3 | I get in first thing friday AM. | 02:24 |
*** HyperJohnGraham has joined #openstack-kolla | 02:25 | |
HyperJohnGraham | Hi all ! | 02:26 |
*** sdake_ has joined #openstack-kolla | 02:27 | |
HyperJohnGraham | Is everyone off celebrating ? ;) | 02:28 |
*** sdake has quit IRC | 02:28 | |
*** dave-mccowan has quit IRC | 02:29 | |
sdake_ | HyperJohnGraham i'd go get drunk buti just woke up | 02:32 |
HyperJohnGraham | ;) | 02:33 |
HyperJohnGraham | congrats for all the hard work | 02:33 |
HyperJohnGraham | Thanks even ! | 02:33 |
sdake_ | 850$ to replace my screen | 02:34 |
* sdake_ groans | 02:34 | |
britthouser3 | yikes! | 02:35 |
sdake_ | ya get this | 02:35 |
sdake_ | the power supply ting on my mac | 02:35 |
sdake_ | popped off about 3 months ago while i was closing the lid | 02:35 |
sdake_ | and closed iton it | 02:35 |
sdake_ | and it blewup the screen | 02:35 |
HyperJohnGraham | snap | 02:35 |
sdake_ | someone was around here earlier today w ith a blueprint for a gui | 02:36 |
sdake_ | i didn't have time to look | 02:36 |
HyperJohnGraham | http://store.hp.com/us/en/pdp/hp-omen-laptop-(156)-v7g16av-1?network=g&device=c&placement=&adposition=1o2&adtype=pla&jumpid=ba_r329_hhocse&aoid=44661&003=6663635&010=V7G16AV_1 | 02:36 |
*** britthouser3 has quit IRC | 02:37 | |
sdake_ | i actually have an hp workstation | 02:38 |
sdake_ | http://store.hp.com/us/en/mdp/business-solutions/z840-workstation?jumpid=cp_r11400_us/en/ips/business_desktops/workstation/buynowZ840#!&vao= | 02:38 |
HyperJohnGraham | cool | 02:39 |
sdake_ | 128gb ram 1tb nvme ssd windows + centos + 16 core (32 with HT) computer | 02:40 |
sdake_ | its pretty sweet | 02:40 |
sdake_ | i actually have an hpz820 | 02:40 |
HyperJohnGraham | I build a lot of supermicro servers :) looking to get one of these with 3TB RAM https://www.supermicro.com/products/system/4U/4028/SYS-4028GR-TR2.cfm | 02:40 |
sdake_ | which has slower ram | 02:40 |
*** britthouser has joined #openstack-kolla | 02:41 | |
HyperJohnGraham | we run nvidia-docker in jupyterhub dockerspawner | 02:41 |
sdake_ | only dual socket | 02:41 |
sdake_ | interesting | 02:42 |
HyperJohnGraham | and spawn Cuda Caffe TensorFlow dockers using the campus SSO | 02:42 |
HyperJohnGraham | everyone wants to play with the GPUs these days | 02:43 |
sdake_ | the hpz820 has 16 memory slots | 02:43 |
sdake_ | but to use all 16, you need two xeons | 02:43 |
sdake_ | i've got a 1080 | 02:43 |
sdake_ | its pretty fast | 02:43 |
sdake_ | drives my 4k screen at full refresh | 02:43 |
sdake_ | atleast with diablo | 02:44 |
sdake_ | i am going to buy another xeon for it before hp closes doors | 02:44 |
sdake_ | those hp workstations are the best workstations that can be bought imo | 02:45 |
HyperJohnGraham | Funny ! There will always be printers :) | 02:45 |
sdake_ | for engineer types | 02:45 |
sdake_ | ya you get 6 uses out of them or 6 months whatever comes first | 02:45 |
sdake_ | i roll with brother printers | 02:45 |
sdake_ | never a problem | 02:45 |
sdake_ | both my kids have one of these: http://www.digitalstorm.com/aventum-3.asp | 02:46 |
HyperJohnGraham | so i am going to use 4 of my blades for a GPFS cluster and link it to another in Austraila | 02:46 |
sdake_ | ceph rocks | 02:47 |
HyperJohnGraham | Wow lucky kids ! | 02:47 |
sdake_ | i worked on the gfs product in the past - big POS | 02:47 |
sdake_ | GPFS is ibm's thing right? | 02:47 |
HyperJohnGraham | yup | 02:47 |
HyperJohnGraham | so i will have 4 blades ceph and 4 GPFS | 02:47 |
sdake_ | i dont know much about gpfs | 02:48 |
sdake_ | if it is designed anything like gfs, /me shudders ;) | 02:48 |
HyperJohnGraham | also part of the ceph pool will be a 200TB 4U supermicro | 02:48 |
HyperJohnGraham | we also have 4x 100Gbps machines each with a 3.2TB NVMe-OF | 02:50 |
inc0 | damn I wish I'd have toys like that | 02:50 |
HyperJohnGraham | my plan is to deploy kolla-kubernetes over my whole system | 02:51 |
*** yuanying has quit IRC | 02:51 | |
HyperJohnGraham | inc0: i share ;) | 02:51 |
*** tonanhngo has joined #openstack-kolla | 02:51 | |
inc0 | start with ansible | 02:51 |
inc0 | it's going to be few months till k8s is prod-worthy | 02:51 |
*** tonanhngo has quit IRC | 02:52 | |
HyperJohnGraham | i am also looking to deploy with coreos | 02:52 |
inc0 | we had people deploying on top of coreos, I don't know of any issues | 02:52 |
HyperJohnGraham | would this be difficult ? .... cool | 02:52 |
inc0 | I don't think | 02:53 |
inc0 | I think you just need to install python for ansible | 02:53 |
inc0 | other than that...should be pretty straightforward | 02:53 |
HyperJohnGraham | i am interested in secure boot and the trusted docker containers along with remote attestation of all the kube minions | 02:53 |
*** yuanying has joined #openstack-kolla | 02:54 | |
HyperJohnGraham | i already installed TPMs in all the servers i have built | 02:54 |
sdake_ | few months lol | 02:58 |
sdake_ | coreos has readonly /sys | 02:59 |
sdake_ | this makes the sysctl we do not work | 02:59 |
sdake_ | coreos also has some other kinks to work out | 02:59 |
*** schwicht has quit IRC | 03:04 | |
MarMat | hi, source code neutron plugins not working for me, anyone tried that? | 03:07 |
MarMat | https://bugs.launchpad.net/kolla/+bug/1634712 | 03:08 |
openstack | Launchpad bug 1634712 in kolla "neutron bootstrap container crashes when optional plugins are enabled" [Undecided,New] | 03:08 |
sdake_ | marmat not sure what kolla should do about that - looks like a last minute neutron change | 03:10 |
MarMat | after fixing in neutron it's working | 03:11 |
sdake_ | neutron is the correct place to fix it | 03:12 |
sdake_ | that code while "looking nice" is squirly | 03:12 |
inc0 | neutron is broken, how surprising | 03:12 |
MarMat | sdake yes, that's a root cause, but kolla is impacted | 03:13 |
inc0 | MarMat, try to install missing packages in override file | 03:13 |
inc0 | like add this setup module or whatever to openstack_base_pip_packages | 03:13 |
MarMat | sdake dirty workaround in kolla would be to rename /plugins dir to something else like /kolla-plugins | 03:14 |
sdake_ | https://github.com/openstack/neutron/commit/5925364c9ac05e266637183ff91695d06234e3cb | 03:14 |
sdake_ | marmat 3.0.0 is shipped dude | 03:14 |
*** sdake_ is now known as sdake | 03:15 | |
*** ChanServ sets mode: +o sdake | 03:15 | |
*** sdake changes topic to "RC3 released - 3.0.0 will tag 20th - Nice job team!; New to Kolla? Please read the documentation here: http://docs.openstack.org/developer/kolla/; Kolla IRC meetngs on Wednesdays @ 16:00 UTC - see agenda @ https://goo.gl/OXB0DL - IRC channel is *LOGGED* @ http://goo.gl/3mzZ7b (old logs from #kolla http://goo.gl/VKpPzA)" | 03:15 | |
inc0 | or you can make your dirty hack in override file:) | 03:16 |
inc0 | also please submit bug for it | 03:16 |
sdake | inc0 the build tools assume plugins as the dir | 03:16 |
MarMat | inc0 that's not the thing, the issue is different | 03:16 |
inc0 | we'll look at it...later. | 03:16 |
sdake | idc - 3.0.0 is done - if folks need changes there is always 3.0.1 for high and critical bugs ;-) | 03:17 |
MarMat | inc0 https://bugs.launchpad.net/kolla/+bug/1634712 | 03:17 |
openstack | Launchpad bug 1634712 in kolla "neutron bootstrap container crashes when optional plugins are enabled" [Undecided,New] | 03:17 |
sdake | we know of atleast 4 things broken in this relesae | 03:17 |
sdake | marmat he meant make a neutron bug | 03:17 |
MarMat | sdake oh i see. | 03:17 |
inc0 | I don't know if I meant neutron bug;) but yeah makes sense to add it too | 03:18 |
inc0 | and mark it "also affects" | 03:18 |
inc0 | for kolla | 03:18 |
sdake | that neutron code again while looking tidy has all kinds of unintended consequences | 03:19 |
sdake | baby->bathwater! | 03:19 |
MarMat | sdake inc0 not sure when it will be fixed in neutron; as I mentioned if we want to work that around in kolla then we need to rename /plugins in containers to something else rather kolla-specific like /kolla-plugins | 03:22 |
MarMat | this should work | 03:23 |
*** zhubingbing has joined #openstack-kolla | 03:23 | |
inc0 | yeah, might be good for 3.0.1 | 03:23 |
*** stevemar has joined #openstack-kolla | 03:25 | |
*** jtriley has quit IRC | 03:29 | |
*** inc0 has quit IRC | 03:29 | |
*** sbezverk_ has joined #openstack-kolla | 03:34 | |
*** sbezverk has quit IRC | 03:35 | |
sp_ | sdake: Thanks !! for providing the useful information regarding GUI BP | 03:35 |
duonghq | sdake: ping | 03:36 |
openstackgerrit | Praveen N proposed openstack/kolla: fix magnum [keystone_authtoken] configuration https://review.openstack.org/388305 | 03:36 |
Jeffrey4l | hi guys. | 03:39 |
*** jtriley has joined #openstack-kolla | 03:39 | |
Jeffrey4l | how the rc3 tag going? | 03:40 |
sdake | done | 03:42 |
sdake | thanks Jeffrey4l | 03:42 |
Jeffrey4l | cool ;) | 03:42 |
sdake | sp_ i didn't provide nay useful info | 03:42 |
sdake | sp_ but you caught me at the wrong time | 03:42 |
sdake | sp_ if you could link gain that would be helpful :) | 03:42 |
sdake | duonghq sup | 03:42 |
Jeffrey4l | i saw you said | 03:42 |
Jeffrey4l | <sdake> we know of atleast 4 things broken in this relesa | 03:42 |
Jeffrey4l | what's that? | 03:42 |
sdake | murano+tls | 03:43 |
Jeffrey4l | critical bug? | 03:43 |
sdake | kuryr doesn't seem to work | 03:43 |
sdake | although it shard to setup so maybe it wasn't setup properly | 03:43 |
duonghq | sdake: do we clearly distinguish between initial bootstrap vs upgrade bootstrap? as I see, we have not? | 03:43 |
sdake | jbolo said something about magnum not working but marmat and hogepodge got it working (with a small change) | 03:43 |
sdake | duonghq no | 03:43 |
sdake | Jeffrey4l no critical bugs | 03:43 |
sdake | high sev bugs need a backport | 03:44 |
Jeffrey4l | sound great | 03:44 |
sdake | i think people can live without murano + tls for 30 or 45 days | 03:44 |
sdake | and i think kuryr was user error | 03:44 |
duonghq | sdake: hmm, for support zero downtime upgrade of keystone, I think I need this | 03:44 |
sdake | duonghq software was meant to be changed | 03:44 |
*** tonanhngo has joined #openstack-kolla | 03:44 | |
sdake | 3 realities = death, taxes, change | 03:44 |
MarMat | sdake i saw his bug, it's a duplicate of https://bugs.launchpad.net/kolla/+bug/1630770 | 03:44 |
openstack | Launchpad bug 1630770 in kolla "magnum deploy failing" [High,Invalid] - Assigned to Martin Matyáš (martinx-maty) | 03:44 |
duonghq | sdake: do not get your idea | 03:45 |
sdake | duonghq if you need something to be a certain way - change it :) | 03:45 |
Jeffrey4l | duonghq, yep. please implement this ;) | 03:45 |
duonghq | sdake, Jeffrey4l: roger | 03:45 |
Jeffrey4l | fyi bug is here https://bugs.launchpad.net/kolla/+bug/1634016 | 03:45 |
openstack | Launchpad bug 1634016 in kolla ocata "kolla does not support keystone upgrade without downtime" [High,Triaged] - Assigned to Duong Ha-Quang (duonghq) | 03:45 |
sdake | ok i got slides to work on | 03:45 |
sdake | that needed to be done last week | 03:45 |
sdake | so i am going to be out next couple days | 03:46 |
sdake | ;) | 03:46 |
*** ChanServ sets mode: -o sdake | 03:46 | |
sdake | Jeffrey4l thanks for the mountain of work you did yesterday | 03:46 |
sdake | Jeffrey4l i almost lost my shit a couple times ;) | 03:46 |
sdake | i guess that was today too :) | 03:47 |
sdake | oh and we know congress is totally broken | 03:47 |
sdake | i guess that is apropos | 03:47 |
Jeffrey4l | np | 03:47 |
Jeffrey4l | congress should be easy to fix. | 03:48 |
duonghq | [OT] sdake: you prefer idealism or realism? | 03:48 |
sdake | let me look those up duonghq | 03:48 |
sdake | moment | 03:48 |
duonghq | vs materialism, indeed, sorry | 03:49 |
sdake | duonghq relaism | 03:49 |
sdake | realism | 03:49 |
*** yuanying has quit IRC | 03:49 | |
sdake | that said, I have a bit of idealism in me | 03:49 |
sdake | or kolla, nor magnum, nor heat, would never have existed ;-) | 03:49 |
sdake | when starting a project i'm an idealist | 03:50 |
sdake | by my end of term on a project i am a realist | 03:50 |
sdake | does that make more sense duonghq ? | 03:50 |
duonghq | yup | 03:50 |
sdake | takes me about 3-6 months to recover between each project ;) | 03:50 |
sdake | i mean seriously who would have thought 3 cats could turn kolla into the monster it is today? | 03:51 |
duonghq | I seen you put massive effort on Kolla | 03:51 |
duonghq | *saw | 03:51 |
sdake | duonghq whole team did | 03:51 |
sdake | for about 2 years | 03:51 |
sdake | i'm not super pleased with the QA on newton | 03:52 |
duonghq | sure | 03:52 |
sdake | but I think its a pretty solid project out the gate | 03:52 |
sdake | the core services work well | 03:52 |
sdake | i think we added too much without enough testing | 03:52 |
sdake | i could be wrong - everything could work swimingly | 03:52 |
sdake | i tend to trust our contributors to test their work | 03:52 |
sdake | this is cleraly not been the case over the last week or so while rc3 has been cooking | 03:52 |
sdake | a technical problem to a social issue here is gating | 03:53 |
*** neilus has joined #openstack-kolla | 03:53 | |
duonghq | wish that I can do something for QA in Ocata, when I have time, but it's quite hard. | 03:53 |
sdake | as in, to check in a new service you have to add a gate | 03:53 |
sdake | but that feels heavyweight - its 10x harder writing a gate job then writing the code | 03:53 |
duonghq | not easy to gating the deployment tool? | 03:53 |
sdake | nah | 03:54 |
sdake | really difficult | 03:54 |
sdake | i can write a new service including containers in about a day | 03:54 |
sdake | and test it | 03:54 |
sdake | and know it works | 03:54 |
sdake | the gate job - that could take 2-3 weeks | 03:54 |
sdake | the problem with "know it works" is master changes all the time and what once worked no longer does | 03:54 |
duonghq | ya, and also depend on environment? | 03:55 |
sdake | ya | 03:56 |
*** neilus has quit IRC | 03:57 | |
*** ssurana has joined #openstack-kolla | 04:00 | |
sp_ | sdake: ping | 04:09 |
openstackgerrit | Praveen N proposed openstack/kolla: fix magnum [keystone_authtoken] configuration https://review.openstack.org/388305 | 04:09 |
sdake | sp_ wound me | 04:09 |
*** mdnadeem has joined #openstack-kolla | 04:10 | |
sp_ | sdake: I have a few questions regarding kolla if you get some time.. | 04:11 |
sdake | time - the one thing i dont have | 04:11 |
sdake | lets make it quick ;) | 04:11 |
sp_ | sdake: I read about kolla but i am really confused on how do openstack service containers handle networking after being deployed | 04:12 |
sdake | sp_ --net=host | 04:12 |
sdake | sp_ this uses the host operating system network stack | 04:12 |
sdake | so basically we don't use network namespaces for our deployment (neutron using network namespaces of course) | 04:13 |
sp_ | sdake: --net includes remote drivers also ? like kuryr maybe | 04:13 |
sdake | no remote drivers i tihnk area different thing | 04:14 |
sdake | not sure - haven't given kuryr a spin atm | 04:14 |
MarMat | sdake I threw them(neutron) a fix directly, so let's see when/if it propagates https://review.openstack.org/#/c/388340/ | 04:14 |
sdake | been struggling to release 3.0.0 for last 8 weeks | 04:14 |
sp_ | so the openstack service containers use docker networking ... | 04:14 |
sdake | sp_ no they use host networking | 04:21 |
sdake | MarMat great thanks! | 04:21 |
sdake | MarMat much better - i hadn't thought of that solution for that code | 04:22 |
sdake | that should make tha tcode a whole lot less squirley | 04:22 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla: Updated from global requirements https://review.openstack.org/388344 | 04:23 |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix memcache configuration of manila-share https://review.openstack.org/388354 | 04:32 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla: Updated from global requirements https://review.openstack.org/387628 | 04:35 |
sdake | 12 pages of review queue | 04:35 |
* sdake groans | 04:35 | |
*** coolsvap has joined #openstack-kolla | 04:47 | |
*** nihilifer has joined #openstack-kolla | 04:48 | |
openstackgerrit | Chris Hoge proposed openstack/kolla: Add http as allowed store when glance configured to use rbd https://review.openstack.org/388382 | 04:48 |
*** skramaja has quit IRC | 04:49 | |
*** skramaja has joined #openstack-kolla | 04:54 | |
zhubingbing | -) | 05:00 |
zhubingbing | sdake sup | 05:00 |
*** yuanying has joined #openstack-kolla | 05:02 | |
*** mtaylor22 has quit IRC | 05:02 | |
*** unicell has joined #openstack-kolla | 05:03 | |
*** mtaylor22 has joined #openstack-kolla | 05:03 | |
*** ssurana has quit IRC | 05:06 | |
*** ssurana has joined #openstack-kolla | 05:06 | |
*** MarMat has quit IRC | 05:19 | |
sp_ | sdake: So last to last time, We were discussing about the GUI BP of kolla ( https://blueprints.launchpad.net/kolla/+spec/kolla-gui ). And wanted to know that what could be the prerequisites to start this BP. If You find some time then take a look on this and provide your opinion. | 05:35 |
*** msimonin has joined #openstack-kolla | 05:40 | |
*** msimonin has quit IRC | 05:44 | |
*** msimonin has joined #openstack-kolla | 05:45 | |
openstackgerrit | Li Yingjun proposed openstack/kolla: Support searchlight ansible role https://review.openstack.org/387862 | 05:45 |
*** msimonin has quit IRC | 05:45 | |
*** msimonin has joined #openstack-kolla | 05:46 | |
*** msimonin has quit IRC | 05:46 | |
*** sdake_ has joined #openstack-kolla | 05:49 | |
*** unicell has quit IRC | 05:50 | |
*** MarMat has joined #openstack-kolla | 05:51 | |
*** ssurana has quit IRC | 05:52 | |
*** sdake has quit IRC | 05:53 | |
*** unicell has joined #openstack-kolla | 05:54 | |
*** jtriley has quit IRC | 05:56 | |
*** sdake has joined #openstack-kolla | 05:56 | |
*** egonzalez90 has joined #openstack-kolla | 05:58 | |
openstackgerrit | Li Yingjun proposed openstack/kolla: Support searchlight ansible role https://review.openstack.org/387862 | 05:58 |
*** mdnadeem_ has joined #openstack-kolla | 05:59 | |
*** sdake_ has quit IRC | 06:00 | |
*** sdake_ has joined #openstack-kolla | 06:01 | |
*** mdnadeem has quit IRC | 06:02 | |
*** sp_ has quit IRC | 06:02 | |
*** sdake has quit IRC | 06:03 | |
*** sdake_ has quit IRC | 06:07 | |
*** sdake has joined #openstack-kolla | 06:07 | |
*** clayton has quit IRC | 06:12 | |
duonghq | https://review.openstack.org/#/c/377154/ -> hope that somebody can W+1 on it | 06:13 |
duonghq | and this: https://review.openstack.org/#/c/378230/ | 06:13 |
*** sdake_ has joined #openstack-kolla | 06:15 | |
*** sp_ has joined #openstack-kolla | 06:16 | |
*** sdake has quit IRC | 06:19 | |
*** Serlex has joined #openstack-kolla | 06:24 | |
*** jtriley has joined #openstack-kolla | 06:35 | |
*** mtaylor22 has quit IRC | 06:35 | |
*** awidders_ has joined #openstack-kolla | 06:36 | |
*** awiddersheim has quit IRC | 06:36 | |
*** neilus has joined #openstack-kolla | 06:37 | |
*** neilus has quit IRC | 06:42 | |
*** jtriley has quit IRC | 06:43 | |
*** mnasiadka has joined #openstack-kolla | 06:44 | |
openstackgerrit | Merged openstack/kolla: Add missing debugging paramters to nova config https://review.openstack.org/385851 | 06:45 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla: Updated from global requirements https://review.openstack.org/388344 | 06:46 |
*** msimonin has joined #openstack-kolla | 06:50 | |
*** msimonin has quit IRC | 06:53 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Fix memcache configuration of manila-share https://review.openstack.org/388354 | 06:55 |
*** clayton has joined #openstack-kolla | 06:56 | |
zhubingbing | ping Mauricio Lima | 07:03 |
*** b_bezak has joined #openstack-kolla | 07:11 | |
*** matrohon has joined #openstack-kolla | 07:12 | |
*** yingjun has quit IRC | 07:22 | |
*** MarMat has quit IRC | 07:26 | |
*** tonanhngo has quit IRC | 07:26 | |
*** yingjun has joined #openstack-kolla | 07:28 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: Use better URL for China https://review.openstack.org/329060 | 07:30 |
*** jrich523 has quit IRC | 07:31 | |
*** skramaja_ has joined #openstack-kolla | 07:32 | |
*** skramaja has quit IRC | 07:32 | |
*** jrich523 has joined #openstack-kolla | 07:32 | |
openstackgerrit | Li Yingjun proposed openstack/kolla: Fix notification config for cinder template https://review.openstack.org/388497 | 07:33 |
*** jtriley has joined #openstack-kolla | 07:33 | |
*** awiddersheim has joined #openstack-kolla | 07:39 | |
*** clayton has quit IRC | 07:41 | |
*** awidders_ has quit IRC | 07:41 | |
*** haplo37_ has quit IRC | 07:42 | |
*** jtriley has quit IRC | 07:43 | |
*** haplo37_ has joined #openstack-kolla | 07:45 | |
*** msimonin has joined #openstack-kolla | 07:45 | |
*** clayton has joined #openstack-kolla | 07:45 | |
*** neilus has joined #openstack-kolla | 07:46 | |
*** neilus has quit IRC | 07:46 | |
*** duonghq has quit IRC | 08:01 | |
*** neilus has joined #openstack-kolla | 08:02 | |
*** neilus has quit IRC | 08:06 | |
openstackgerrit | zhubingbing proposed openstack/kolla: remove not use configuration items in memcached https://review.openstack.org/388525 | 08:09 |
*** msimonin has quit IRC | 08:09 | |
*** msimonin has joined #openstack-kolla | 08:09 | |
*** msimonin1 has joined #openstack-kolla | 08:12 | |
*** msimonin has quit IRC | 08:13 | |
*** mgoddard has joined #openstack-kolla | 08:15 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: Use better URL for China https://review.openstack.org/329060 | 08:22 |
*** duonghq has joined #openstack-kolla | 08:26 | |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla: [WIP] Implement Keystone zero-downtime upgrade https://review.openstack.org/388544 | 08:30 |
*** duonghq has quit IRC | 08:32 | |
*** jtriley has joined #openstack-kolla | 08:33 | |
*** tonanhngo has joined #openstack-kolla | 08:37 | |
*** tonanhngo has quit IRC | 08:39 | |
*** jtriley has quit IRC | 08:43 | |
*** bachp has quit IRC | 08:45 | |
openstackgerrit | Zeyu Zhu proposed openstack/kolla: Visit target nodes without password. https://review.openstack.org/368524 | 08:48 |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla: [WIP] Implement Keystone zero-downtime upgrade https://review.openstack.org/388544 | 08:50 |
*** yuanying_ has joined #openstack-kolla | 08:50 | |
*** yuanying has quit IRC | 08:52 | |
*** ssurana has joined #openstack-kolla | 08:53 | |
*** duonghq has joined #openstack-kolla | 08:53 | |
*** tonanhngo has joined #openstack-kolla | 08:53 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: Use better URL for China https://review.openstack.org/329060 | 08:55 |
*** tonanhngo has quit IRC | 08:55 | |
*** ssurana has quit IRC | 08:57 | |
*** bachp has joined #openstack-kolla | 08:58 | |
*** tovin07 has joined #openstack-kolla | 09:03 | |
duonghq | sdake_, still awake? | 09:03 |
*** yuanying has joined #openstack-kolla | 09:05 | |
*** yuanying_ has quit IRC | 09:08 | |
*** haplo37 has quit IRC | 09:13 | |
openstackgerrit | Merged openstack/kolla: Murano fails to deploy - cannot check core library https://review.openstack.org/388068 | 09:13 |
*** tonanhngo has joined #openstack-kolla | 09:13 | |
openstackgerrit | Merged openstack/kolla: Fix memcache configuration of manila-share https://review.openstack.org/388354 | 09:14 |
*** tonanhngo has quit IRC | 09:15 | |
*** haplo37 has joined #openstack-kolla | 09:15 | |
*** HyperJohnGraham has quit IRC | 09:29 | |
*** jtriley has joined #openstack-kolla | 09:33 | |
*** tonanhngo has joined #openstack-kolla | 09:34 | |
*** tonanhngo has quit IRC | 09:35 | |
openstackgerrit | Vladislav Belogrudov proposed openstack/kolla: Murano fails to deploy - cannot check core library https://review.openstack.org/388583 | 09:37 |
*** jtriley has quit IRC | 09:37 | |
*** jtriley has joined #openstack-kolla | 09:38 | |
*** zhurong has quit IRC | 09:38 | |
*** yingjun has quit IRC | 09:42 | |
*** jtriley has quit IRC | 09:43 | |
*** janem has quit IRC | 09:43 | |
*** yingjun has joined #openstack-kolla | 09:43 | |
openstackgerrit | Surya Prakash Singh proposed openstack/kolla: Making Home directory consistent throughout https://review.openstack.org/388585 | 09:43 |
*** yingjun has quit IRC | 09:47 | |
*** rmart04 has joined #openstack-kolla | 09:47 | |
*** tovin07 has quit IRC | 09:51 | |
*** duonghq has quit IRC | 09:59 | |
*** egonzalez90 has quit IRC | 10:04 | |
*** yuanying_ has joined #openstack-kolla | 10:07 | |
*** janem has joined #openstack-kolla | 10:09 | |
*** yuanying has quit IRC | 10:09 | |
*** yee3796 has quit IRC | 10:14 | |
*** yee379 has joined #openstack-kolla | 10:14 | |
*** egonzalez90 has joined #openstack-kolla | 10:23 | |
*** nihilifer has quit IRC | 10:26 | |
*** nihilifer has joined #openstack-kolla | 10:30 | |
*** jtriley has joined #openstack-kolla | 10:32 | |
*** yuanying has joined #openstack-kolla | 10:34 | |
*** yuanying_ has quit IRC | 10:36 | |
*** jtriley has quit IRC | 10:37 | |
*** jtriley has joined #openstack-kolla | 10:38 | |
*** jtriley has quit IRC | 10:42 | |
openstackgerrit | zhongshengping proposed openstack/kolla: Fix api_paste_config option https://review.openstack.org/388610 | 10:49 |
*** egonzalez90 has quit IRC | 10:51 | |
*** ppalacios has joined #openstack-kolla | 10:51 | |
sdake_ | morning peeps | 10:52 |
*** haplo37_ has quit IRC | 10:54 | |
*** sdake has joined #openstack-kolla | 10:54 | |
*** haplo37_ has joined #openstack-kolla | 10:56 | |
*** sdake_ has quit IRC | 10:57 | |
*** yuanying has quit IRC | 10:58 | |
*** mliima has joined #openstack-kolla | 11:10 | |
*** phuongnh has quit IRC | 11:11 | |
*** robcresswell has quit IRC | 11:12 | |
*** mliima has quit IRC | 11:15 | |
*** dave-mccowan has joined #openstack-kolla | 11:17 | |
*** egonzalez90 has joined #openstack-kolla | 11:24 | |
*** mgoddard has quit IRC | 11:29 | |
sdake | bjolo around? | 11:30 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla: Updated from global requirements https://review.openstack.org/388344 | 11:31 |
*** jtriley has joined #openstack-kolla | 11:32 | |
*** jtriley has quit IRC | 11:37 | |
*** jtriley has joined #openstack-kolla | 11:37 | |
dave-mccowan | sdake is there a bug open on murano tls? | 11:38 |
sdake | dave-mccowan i dont know if bjolo created one | 11:38 |
sdake | i heard about it 2nd hand | 11:38 |
sdake | so it may not even be a real thing | 11:38 |
sdake | it doens't lbock 3.0.0 | 11:38 |
sdake | we are releasing without that problem fixed | 11:38 |
sdake | i just am not quite sure what needs fixing if anything | 11:39 |
dave-mccowan | are the symptoms in the channel if i scroll back? | 11:39 |
sdake | dave-mccowan you can look at eavesdrop.openstack.org | 11:39 |
sdake | other then that, i doubt its in scrollback | 11:39 |
*** rmart04 has quit IRC | 11:39 | |
sdake | it was yesterday around 4pm pst | 11:39 |
*** awebber has joined #openstack-kolla | 11:40 | |
sdake | 2300 utc or so | 11:40 |
*** jtriley has quit IRC | 11:42 | |
sdake | dave-mccowan it could be that murano is entirely broken | 11:43 |
*** zhubingbing has quit IRC | 11:43 | |
mnasiadka | sdake: did anybody test keystone with fernet? | 11:45 |
sdake | mnasiadka indeed | 11:45 |
sdake | mnasiadka two seprate people in fact | 11:45 |
sdake | plus the two developers who wrote the code | 11:46 |
sdake | problems? | 11:46 |
mnasiadka | not yet - just asking before I'll deploy :) | 11:46 |
sdake | let me know if you have success or fialure ;) | 11:46 |
*** mkoderer has joined #openstack-kolla | 11:49 | |
*** zhurong has joined #openstack-kolla | 11:49 | |
*** athomas has quit IRC | 11:51 | |
*** dwalsh has joined #openstack-kolla | 11:59 | |
*** athomas has joined #openstack-kolla | 12:00 | |
awebber | kolla-kubernetes mariadb-bootstrap fails trying to set a password. any pointers? | 12:04 |
*** gfidente has joined #openstack-kolla | 12:06 | |
*** mgoddard has joined #openstack-kolla | 12:07 | |
*** msimonin1 has quit IRC | 12:09 | |
*** b_bezak_ has joined #openstack-kolla | 12:11 | |
*** skramaja_ is now known as skramaja | 12:12 | |
*** mliima has joined #openstack-kolla | 12:14 | |
*** b_bezak has quit IRC | 12:15 | |
*** srwilkers has joined #openstack-kolla | 12:16 | |
*** schwicht has joined #openstack-kolla | 12:17 | |
*** zhubingbing has joined #openstack-kolla | 12:18 | |
*** palexster has joined #openstack-kolla | 12:19 | |
openstackgerrit | Merged openstack/kolla: add influxdb to precheck https://review.openstack.org/378464 | 12:19 |
*** lamt has joined #openstack-kolla | 12:19 | |
*** rhallisey has joined #openstack-kolla | 12:19 | |
openstackgerrit | Merged openstack/kolla: Move graphviz dependency to test stage https://review.openstack.org/385581 | 12:20 |
mliima | morning guys | 12:22 |
*** tonanhngo has joined #openstack-kolla | 12:24 | |
*** tonanhngo has quit IRC | 12:27 | |
*** sp_ has quit IRC | 12:28 | |
*** mdnadeem_ has quit IRC | 12:29 | |
*** janem_ has joined #openstack-kolla | 12:34 | |
*** schwicht has quit IRC | 12:35 | |
*** mdnadeem has joined #openstack-kolla | 12:35 | |
*** janem has quit IRC | 12:37 | |
*** bjolo_ has joined #openstack-kolla | 12:40 | |
*** sp_ has joined #openstack-kolla | 12:40 | |
*** janem has joined #openstack-kolla | 12:41 | |
*** tonanhngo has joined #openstack-kolla | 12:43 | |
*** bjolo__ has quit IRC | 12:43 | |
*** tonanhngo has quit IRC | 12:43 | |
*** janem_ has quit IRC | 12:44 | |
*** janem_ has joined #openstack-kolla | 12:46 | |
*** g3ek has quit IRC | 12:48 | |
*** haplo37 has quit IRC | 12:48 | |
*** janem has quit IRC | 12:48 | |
*** g3ek has joined #openstack-kolla | 12:51 | |
*** haplo37 has joined #openstack-kolla | 12:51 | |
*** jheroux has joined #openstack-kolla | 12:51 | |
*** steve-noyes has joined #openstack-kolla | 12:55 | |
*** sdake_ has joined #openstack-kolla | 12:58 | |
*** sdake_ has quit IRC | 12:58 | |
*** sdake_ has joined #openstack-kolla | 12:58 | |
*** confisurya has joined #openstack-kolla | 12:59 | |
*** Jeffrey4l has quit IRC | 12:59 | |
*** sdake has quit IRC | 13:02 | |
openstackgerrit | Merged openstack/kolla: Add upgrade tasks for Mongodb https://review.openstack.org/384413 | 13:02 |
openstackgerrit | Merged openstack/kolla: Updated from global requirements https://review.openstack.org/388344 | 13:03 |
*** portdirect has quit IRC | 13:03 | |
*** janem has joined #openstack-kolla | 13:03 | |
*** tonanhngo has joined #openstack-kolla | 13:04 | |
*** schwicht has joined #openstack-kolla | 13:04 | |
*** tonanhngo has quit IRC | 13:04 | |
*** portdirect has joined #openstack-kolla | 13:05 | |
*** janem_ has quit IRC | 13:06 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP addressign centos build gate failure https://review.openstack.org/388691 | 13:06 |
*** b_bezak has joined #openstack-kolla | 13:06 | |
*** eaguilar has joined #openstack-kolla | 13:08 | |
*** msimonin has joined #openstack-kolla | 13:08 | |
*** janem_ has joined #openstack-kolla | 13:09 | |
*** b_bezak__ has joined #openstack-kolla | 13:09 | |
*** b_bezak_ has quit IRC | 13:09 | |
*** janem has quit IRC | 13:11 | |
*** b_bezak has quit IRC | 13:12 | |
*** jtriley has joined #openstack-kolla | 13:15 | |
*** msimonin has quit IRC | 13:15 | |
*** msimonin has joined #openstack-kolla | 13:17 | |
*** msimonin has quit IRC | 13:18 | |
*** MarMat has joined #openstack-kolla | 13:23 | |
awiddersheim | was the final 3.0 tagged? | 13:24 |
awiddersheim | or rc3? | 13:24 |
*** MarMat has quit IRC | 13:25 | |
*** mnasiadka has quit IRC | 13:26 | |
sdake_ | awiddersheim rc3 was cut | 13:30 |
sdake_ | fro mthat we retag rc3 to 3.0.0 on 20th | 13:30 |
sdake_ | so 3.0.0 === rc3 bits | 13:30 |
awiddersheim | ok | 13:31 |
awiddersheim | wasn't seeing the tag on github | 13:31 |
*** eaguilar has quit IRC | 13:31 | |
awiddersheim | or the release or whatever | 13:31 |
*** awebber has quit IRC | 13:32 | |
*** msimonin has joined #openstack-kolla | 13:33 | |
*** tonanhngo has joined #openstack-kolla | 13:33 | |
sdake_ | ya release team hasn't processed it yet | 13:33 |
*** eaguilar has joined #openstack-kolla | 13:33 | |
sdake_ | it is only 6;33 am and we did submit it lsaat night around 7:30 | 13:34 |
*** schwicht has quit IRC | 13:34 | |
sdake_ | so they were probablyg one | 13:34 |
*** msimonin has quit IRC | 13:34 | |
*** tonanhngo has quit IRC | 13:34 | |
*** msimonin has joined #openstack-kolla | 13:35 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP addressign centos build gate failure https://review.openstack.org/388691 | 13:39 |
awiddersheim | sdake_ okay thanks | 13:41 |
awiddersheim | didn't know you couldn't tag yourself | 13:41 |
sdake_ | dims in release tema said he would do rc3 shortly | 13:42 |
*** dwalsh has quit IRC | 13:45 | |
*** inc0 has joined #openstack-kolla | 13:46 | |
*** schwicht has joined #openstack-kolla | 13:47 | |
*** dwalsh has joined #openstack-kolla | 13:47 | |
*** shardy has quit IRC | 13:48 | |
inc0 | good morning | 13:51 |
*** caowei has joined #openstack-kolla | 13:54 | |
inc0 | sdake_, did you tag 3.0? | 13:54 |
*** dwalsh has quit IRC | 13:56 | |
*** tonanhngo has joined #openstack-kolla | 14:01 | |
*** tonanhngo has quit IRC | 14:03 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla: Remove hostname from 127.0.0.1 https://review.openstack.org/388722 | 14:07 |
*** dwalsh has joined #openstack-kolla | 14:10 | |
*** sdake_ has quit IRC | 14:12 | |
*** tonanhngo has joined #openstack-kolla | 14:14 | |
*** ayoung has quit IRC | 14:15 | |
*** tonanhngo has quit IRC | 14:16 | |
*** HyperJohnGraham has joined #openstack-kolla | 14:17 | |
*** tonanhngo has joined #openstack-kolla | 14:18 | |
*** jistr is now known as jistr|call | 14:28 | |
*** janem_ has quit IRC | 14:41 | |
*** mdnadeem_ has joined #openstack-kolla | 14:45 | |
*** Serlex has quit IRC | 14:48 | |
*** sdake has joined #openstack-kolla | 14:48 | |
sdake | inc0 i tagged rc3 | 14:48 |
*** mdnadeem has quit IRC | 14:48 | |
sdake | it is unclear to me when the best tiem to tag 3.0.0 is | 14:48 |
sdake | beforet he 20th is what doug said | 14:49 |
sdake | ideally 3.0.0 would be our final rc3 | 14:49 |
sdake | not reallyideally - it should be | 14:49 |
sdake | i said we could tag 3.0.0 now if folks liked | 14:49 |
sdake | not sure what relese team thinks of that | 14:50 |
sdake | i am out of town tomorrow. | 14:50 |
*** b_bezak__ has quit IRC | 14:52 | |
*** mkoderer has quit IRC | 14:52 | |
*** b_bezak has joined #openstack-kolla | 14:52 | |
*** skramaja has quit IRC | 14:53 | |
*** b_bezak has quit IRC | 14:57 | |
*** caowei has quit IRC | 14:57 | |
*** goldyfruit1 has joined #openstack-kolla | 15:02 | |
*** goldyfruit has quit IRC | 15:02 | |
*** zhurong has quit IRC | 15:02 | |
*** sdake has quit IRC | 15:04 | |
*** sdake_ has joined #openstack-kolla | 15:04 | |
*** eaguilar_ has joined #openstack-kolla | 15:05 | |
*** eaguilar has quit IRC | 15:06 | |
sdake_ | hrm disconnectd | 15:06 |
sdake_ | inc0 see this: | 15:06 |
sdake_ | [07:48:40] <sdake>inc0 i tagged rc3 | 15:07 |
sdake_ | [07:48:47] mdnadeem (~mdnadeem@14.140.114.207) left IRC (Ping timeout: 260 seconds) | 15:07 |
sdake_ | [07:48:54] <sdake>it is unclear to me when the best tiem to tag 3.0.0 is | 15:07 |
sdake_ | [07:49:03] <sdake>beforet he 20th is what doug said | 15:07 |
sdake_ | [07:49:11] <sdake>ideally 3.0.0 would be our final rc3 | 15:07 |
sdake_ | [07:49:39] <sdake>not reallyideally - it should be | 15:07 |
sdake_ | [07:49:53] <sdake>i said we could tag 3.0.0 now if folks liked | 15:07 |
sdake_ | [07:50:04] <sdake>not sure what relese team thinks of that | 15:07 |
sdake_ | [07:50:11] <sdake>i am out of town tomorrow. | 15:07 |
sdake_ | [ | 15:07 |
inc0 | sdake_, ok, I have one bugfix to backport, but if it doesn't land in initial release, I can live with that | 15:07 |
inc0 | https://review.openstack.org/#/c/388722/ | 15:08 |
sdake_ | ya high severity bug | 15:08 |
sdake_ | at this point only things that are critical are in the release | 15:09 |
sdake_ | i think we have alot of high severity bugs that need attention soon | 15:09 |
inc0 | ofc | 15:09 |
inc0 | well, it can be 3.0.1 | 15:09 |
sdake_ | and 3.0.1 is a good time to do that | 15:09 |
inc0 | it's going to be December-ish right? | 15:10 |
inc0 | I need to check release schedule for Ocata | 15:10 |
sdake_ | i dunno 45 days is what i've been trying to do | 15:10 |
inc0 | and print it and pin over my desk | 15:10 |
sdake_ | but we are not successful with this | 15:10 |
sdake_ | over the last cycle | 15:10 |
sdake_ | we did two 45 daysin a row | 15:10 |
sdake_ | and then osic and rc3 hit | 15:10 |
sdake_ | so 45 days didn't work there in overload | 15:11 |
sdake_ | sorry rc1->rc3 ;) | 15:11 |
sdake_ | and milestone 3 too | 15:11 |
sdake_ | all at once | 15:11 |
sdake_ | rather back to back | 15:11 |
*** mliima_ has joined #openstack-kolla | 15:11 | |
*** egonzalez90 has quit IRC | 15:11 | |
*** jistr|call is now known as jistr | 15:12 | |
inc0 | kk | 15:13 |
inc0 | I leave at Saturday, so during your travel I can take over 3.0.0 | 15:13 |
inc0 | if Doug or others needs any help | 15:13 |
*** mliima has quit IRC | 15:15 | |
*** ayoung has joined #openstack-kolla | 15:15 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla: Remove hostname from 127.0.0.1 https://review.openstack.org/388722 | 15:18 |
*** duonghq has joined #openstack-kolla | 15:18 | |
openstackgerrit | Merged openstack/kolla: Memcache configuration for Ceilometer is broken https://review.openstack.org/388273 | 15:18 |
openstackgerrit | Merged openstack/kolla: Add node_custom_config example to globals.yml https://review.openstack.org/388169 | 15:20 |
openstackgerrit | Merged openstack/kolla: Support Searchlight Docker container https://review.openstack.org/377145 | 15:22 |
*** sp_ has quit IRC | 15:23 | |
openstackgerrit | Merged openstack/kolla: Fix api_paste_config option https://review.openstack.org/388610 | 15:25 |
*** sdake_ has quit IRC | 15:27 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Revert "Build source from Newton rather then Master" https://review.openstack.org/386286 | 15:28 |
openstackgerrit | Andrew Widdersheim proposed openstack/kolla: Add blocks to customize RHEL package installation https://review.openstack.org/388766 | 15:29 |
openstackgerrit | Andrew Widdersheim proposed openstack/kolla: Add blocks to customize RHEL package installation https://review.openstack.org/388766 | 15:30 |
*** srwilkers has quit IRC | 15:31 | |
duonghq | evening | 15:32 |
*** srwilkers has joined #openstack-kolla | 15:35 | |
*** sp_ has joined #openstack-kolla | 15:35 | |
openstackgerrit | Merged openstack/kolla: Add http as allowed store when glance configured to use rbd https://review.openstack.org/388382 | 15:39 |
openstackgerrit | Merged openstack/kolla: Deprecate auth_plugin option in manila https://review.openstack.org/388286 | 15:39 |
*** jistr is now known as jistr|biab | 15:39 | |
kfox1111 | morning | 15:42 |
openstackgerrit | Merged openstack/kolla: Updated from global requirements https://review.openstack.org/387628 | 15:43 |
openstackgerrit | Merged openstack/kolla: Make iscsi config.yml consistent with start.yml https://review.openstack.org/381914 | 15:48 |
*** unicell1 has joined #openstack-kolla | 15:49 | |
*** unicell has quit IRC | 15:49 | |
openstackgerrit | Merged openstack/kolla: Update globals.yml Docker registry example notes https://review.openstack.org/388167 | 15:53 |
*** tonanhngo has quit IRC | 15:54 | |
*** tonanhngo has joined #openstack-kolla | 15:55 | |
openstackgerrit | Merged openstack/kolla: Port prechecks only for enabled services https://review.openstack.org/377962 | 15:55 |
*** vhosakot has joined #openstack-kolla | 15:56 | |
inc0 | meeting in 4 munites | 15:57 |
*** hrito has joined #openstack-kolla | 15:57 | |
kfox1111 | inc0: were the containers not cut yet? | 15:57 |
*** berendt has joined #openstack-kolla | 15:58 | |
inc0 | kfox1111, they were tagged | 15:59 |
inc0 | now waiting for release team to make full blown release | 15:59 |
berendt | hi. do we have a meeting today? | 16:00 |
*** egonzalez has joined #openstack-kolla | 16:00 | |
openstackgerrit | Merged openstack/kolla: change perm 0644 to 0600 in murano role https://review.openstack.org/386932 | 16:00 |
openstackgerrit | Merged openstack/kolla: Consistently set sys path when using local tools https://review.openstack.org/364735 | 16:02 |
openstackgerrit | caoyuan proposed openstack/kolla: Update 'addUser' to 'createUser' https://review.openstack.org/388784 | 16:04 |
openstackgerrit | Merged openstack/kolla: remove not use configuration items in memcached https://review.openstack.org/388525 | 16:05 |
*** jistr|biab is now known as jistr | 16:05 | |
*** eaguilar_ has quit IRC | 16:06 | |
*** ayoung has quit IRC | 16:06 | |
openstackgerrit | Merged openstack/kolla: Use correct Kibana version on the gates https://review.openstack.org/379815 | 16:06 |
*** egonzalez has quit IRC | 16:09 | |
*** egonzalez has joined #openstack-kolla | 16:09 | |
openstackgerrit | caoyuan proposed openstack/kolla: Update 'addUser' to 'createUser' https://review.openstack.org/388784 | 16:10 |
*** egonzalez90 has joined #openstack-kolla | 16:12 | |
*** egonzalez has quit IRC | 16:12 | |
*** vhosakot has quit IRC | 16:12 | |
*** vhosakot has joined #openstack-kolla | 16:13 | |
*** neilus has joined #openstack-kolla | 16:13 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla: Use xenial repos for Ubuntu in the gate https://review.openstack.org/388790 | 16:17 |
*** matrohon has quit IRC | 16:19 | |
duonghq | very short meeting | 16:19 |
*** eaguilar has joined #openstack-kolla | 16:19 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Modular gate https://review.openstack.org/386966 | 16:20 |
qwang | duonghq: yes it was. and you're not alone. I'm new to kolla too and I'm not going to the summit | 16:20 |
berendt | it is normal that meetings are short in front of a summit | 16:21 |
openstackgerrit | Merged openstack/kolla: Murano fails to deploy - cannot check core library https://review.openstack.org/388583 | 16:21 |
berendt | qwang it is not a problem that you are not in Barcelona, you can follow the discussions in the Etherpads | 16:21 |
qwang | sure I will. ;) | 16:21 |
inc0 | yeah, don't worry too much | 16:22 |
inc0 | kfox1111, I have favor to ask | 16:22 |
duonghq | qwang: I'm not really new, indeed | 16:22 |
inc0 | since you'll be here, could you work with qwang and jascott1 so they will have stuff to do in kolla-k8s?:) | 16:23 |
qwang | duonghq: sorry about that | 16:23 |
inc0 | yeah duonghq is a veteran;) | 16:23 |
*** neilus has quit IRC | 16:23 | |
*** JoseMello has joined #openstack-kolla | 16:24 | |
duonghq | inc0, sure kolla-k8s is very interesting, but I am requested working on zero downtime upgrade, minimal downtime upgrade with kolla atm | 16:24 |
inc0 | duonghq, np, these are super important | 16:25 |
inc0 | Qin (qwang) is wirking on k8s | 16:25 |
*** vhosakot has quit IRC | 16:25 | |
kfox1111 | inc0: sure. | 16:25 |
*** vhosakot has joined #openstack-kolla | 16:26 | |
berendt | duonghq does this include zero downtime reconfigure..? | 16:26 |
kfox1111 | I'm finishing up an outage this week, so may be in and out a lot though. | 16:26 |
duonghq | berendt, not already yet | 16:26 |
duonghq | but we have many todo work on upgrade and reconfigure things | 16:27 |
inc0 | np kfox1111, just coordinate:) | 16:27 |
inc0 | as much as we can | 16:27 |
duonghq | I'm trying to sort it out | 16:27 |
kfox1111 | k | 16:27 |
berendt | from my POV it makes more sense to start wit reconfigure and to followup with upgrade, but anyway, good to see somebody is working on it | 16:27 |
kfox1111 | qwang: jascott1 are you looking for things to do now? | 16:28 |
kfox1111 | and do you have any particular interests? | 16:28 |
duonghq | agreed with berendt, but request is request, or I must convince my boss to do that | 16:28 |
duonghq | but sure, I can pop out some upgrading code to reconfigure | 16:29 |
berendt | i think parts can be reused.. | 16:29 |
berendt | yes | 16:29 |
qwang | kfox1111: anything that we can help with | 16:29 |
*** eaguilar_ has joined #openstack-kolla | 16:30 | |
duonghq | hope that after summit, you guys can make some break-through idea in testing | 16:30 |
duonghq | it'll make out life easier | 16:30 |
berendt | hope that as well | 16:31 |
berendt | but i think we will need a 3rd party CI to make really good tests | 16:31 |
inc0 | so my personal hope about next release is that we'll focus on stabilization | 16:31 |
inc0 | gates being one of biggest topics | 16:31 |
duonghq | what's wrong with current Jenkins? | 16:31 |
inc0 | duonghq, well, 8 gigs of ram and lack of multinode hurts us | 16:32 |
berendt | maybe it makes sense to discuss a service freeze in Barcelona | 16:32 |
*** tonanhngo has quit IRC | 16:32 | |
berendt | i already saw the next incoming new services like searchlight | 16:32 |
duonghq | the most impact problem it's hard to do multinode test and unstable platform? | 16:32 |
*** eaguilar has quit IRC | 16:32 | |
inc0 | berendt, service freeze is bad idea I think, if someone needs it, hell, why not | 16:33 |
kfox1111 | qwang: some of the things I know need work: more gate tests, getting things working when openvswitch is not in a container but on the host, figuring out how to make fernet tokens work with k8s scheduledjobs, removing kolla-kubernetes, adding heat support, | 16:33 |
inc0 | but what we should do is to make clear what is priority | 16:33 |
inc0 | what will be reviewed with higher priority | 16:33 |
inc0 | removing kolla-kubernetes? that's sounds like fun | 16:34 |
inc0 | rm -rf works? | 16:34 |
berendt | other way is to introduce a table of supported services ... but at the moment there are some services that are not working like expected | 16:34 |
inc0 | berendt, yes, exactly what I want, we will have session on summit about this topic | 16:34 |
duonghq | berendt: I think we need some way to mark out some services is partial support (temporary remove suppor indeed) | 16:34 |
duonghq | for focus on core services | 16:34 |
kfox1111 | inc0: yeah, we need a table of tested services vs untested. | 16:34 |
inc0 | maybe not as much "supported" services as "which services *we know works*" | 16:35 |
rhallisey | qwang, don't worry about not being at summit. There will be a lot of discussion about kolla-k8s you can track in the two etherpads | 16:35 |
kfox1111 | some folks consider not tested = broken. | 16:35 |
berendt | which service + in which configuration | 16:35 |
rhallisey | qwang, a bunch of things will become more clear post summit | 16:35 |
kfox1111 | qwang: I'm not going either. :/ | 16:35 |
berendt | btw. i will have a customer project the next time where i can work with kolla and xenapi.. this will be interesting | 16:35 |
kfox1111 | so we'll all have to sync up after anway. | 16:35 |
inc0 | kfox1111, that's why I kinda volunteered you to help them:P sorry m8:P | 16:35 |
kfox1111 | inc0: no worries. | 16:35 |
inc0 | kolla and xen api? uhh, fun! | 16:36 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Remove kuryr-lib in upper-constraints.txt file when install master kuryr https://review.openstack.org/388801 | 16:37 |
inc0 | anyway, I want to have clear dashboard of what is in gates, what isn't in gates | 16:37 |
inc0 | what was fully tested (upgrades and stuff) and what wasn | 16:37 |
inc0 | t | 16:37 |
kfox1111 | +1 | 16:37 |
*** unicell1 has quit IRC | 16:37 | |
inc0 | both for clarity for operators and organization of work | 16:37 |
rhallisey | jascott1, qwang, once we're back from summit and O begins for kolla, the work will start rolling in | 16:38 |
*** neilus has joined #openstack-kolla | 16:38 | |
jascott1 | woot | 16:38 |
rhallisey | a bunch of things we need are related to architecture, kolla repos, ect.. | 16:38 |
berendt | inc0 +reconfigure | 16:38 |
berendt | we do not test this at the moment | 16:39 |
rhallisey | but a lot of that is post summit work | 16:39 |
inc0 | agree berendt | 16:39 |
*** vhosakot has quit IRC | 16:39 | |
inc0 | in fact I'd love it all to be in gates | 16:39 |
inc0 | but that's major stuff | 16:39 |
inc0 | would rock tho | 16:39 |
*** vhosakot has joined #openstack-kolla | 16:39 | |
berendt | yes but i think it will not be possible to test all of this on our gates because of the resource usage | 16:39 |
inc0 | if we make for example an actual upgrade testing in gates? man that would be awesome | 16:39 |
duonghq | inc0: z-stream upgrade or x-stream upgrade? | 16:40 |
*** neilus_ has joined #openstack-kolla | 16:40 | |
inc0 | x stream ideally | 16:40 |
berendt | z stream, x stream..? | 16:40 |
inc0 | like install 2.0.2 -> build 3.0.0 | 16:40 |
kfox1111 | berendt: I've been able to get a full compute kit stack up including two vm's in under 8gigs. should be possible to test a lot of things. :) | 16:40 |
inc0 | -> upgrade | 16:40 |
kfox1111 | next meeting. bbiab. | 16:41 |
inc0 | alternatively we can create our own swap file | 16:41 |
*** neilus_ has quit IRC | 16:41 | |
inc0 | in gates | 16:41 |
*** HyperJohnGraham has quit IRC | 16:41 | |
duonghq | inc0: I think it's easier to write x-stream upgrade test but harder for get it's green. | 16:42 |
duonghq | I have not had any idea about master upgrade test | 16:42 |
berendt | maybe we should first complete the existing gate jobs and add all important services before thinking about upgrades | 16:42 |
berendt | at the moment we do not test heat or horizon | 16:42 |
*** daneyon has joined #openstack-kolla | 16:42 | |
duonghq | sure | 16:42 |
*** daneyon has quit IRC | 16:43 | |
*** neilus has quit IRC | 16:43 | |
berendt | i already started to improve the gate scripts, maybe we can move those reviews forward | 16:43 |
berendt | or we do a full rewrite of the existing script | 16:43 |
*** hrito has left #openstack-kolla | 16:44 | |
duonghq | sorry, but have we had bp about improve gate, berendt | 16:44 |
duonghq | iirc, we have one with at least high priority? | 16:44 |
berendt | duonghq can you link it? | 16:44 |
berendt | sorry, misunderstood | 16:45 |
berendt | no i think we do not have one | 16:45 |
berendt | let's disucss this next week and then we can move forward | 16:45 |
berendt | i think there was one session about CI | 16:45 |
berendt | inc0 most teams are cancelling the next 2 meetings.. i think we should do the same | 16:46 |
*** eaguilar_ has quit IRC | 16:46 | |
duonghq | hmm, we have 2 gate-related high bp, but no gate about improve gate | 16:46 |
berendt | duonghq link? | 16:47 |
inc0 | berendt, yeah I imagine so | 16:47 |
duonghq | #link https://blueprints.launchpad.net/kolla?searchtext=gate | 16:47 |
inc0 | next one for sure, just after summit people brains are fried | 16:47 |
inc0 | nothing will happen | 16:47 |
duonghq | berendt, one multinode and one tempest | 16:47 |
*** eaguilar has joined #openstack-kolla | 16:49 | |
duonghq | hmm, multinode gate is in good progress with none assignee? | 16:49 |
duonghq | stranger | 16:49 |
openstackgerrit | Merged openstack/kolla: Allow operators to change hw_disk_discard in Nova https://review.openstack.org/385035 | 16:50 |
berendt | this will need a lot of work | 16:50 |
inc0 | I guess it was good progress before | 16:50 |
inc0 | yeah if we can pull off multinode gate on multi-vm | 16:50 |
inc0 | we can do amazing things there | 16:50 |
openstackgerrit | Merged openstack/kolla: Make number of aodh-api processes configurable https://review.openstack.org/384459 | 16:51 |
duonghq | SamYaple: ping | 16:51 |
berendt | let's focus on this next week, i think it makes no sense to start some actions there right now | 16:51 |
inc0 | duonghq, I'm glad you're willing to help with this:) Jeffrey will also be able to help technically | 16:51 |
inc0 | yeah, take it slow | 16:52 |
inc0 | next week will be devoid of reviews or activity here | 16:52 |
inc0 | spend this time planning, learning | 16:52 |
duonghq | inc0: I heard my leader told me that people test "multi node" in AIO by make one service run on many port | 16:52 |
duonghq | ah, sure, sorry inc0 | 16:52 |
inc0 | duonghq, yeah, but we aren't service:) | 16:53 |
inc0 | we are all of services:) | 16:53 |
berendt | it could make sense to ask the other teams how they are doing there CI stuff | 16:53 |
inc0 | we had ideas how to make multinode gate, Sam being person for it | 16:53 |
berendt | openstack-ansible and fuel | 16:53 |
inc0 | Docker in Docker | 16:53 |
inc0 | berendt, afaik it's mostly third party CI | 16:53 |
inc0 | and we would need someone dedicating hardware for that | 16:53 |
berendt | have we tried to get a 3rd party CI? | 16:54 |
inc0 | but I'm going to talk to infra folk extensively on what we can do | 16:54 |
berendt | we could ask Cisco and Oracle for it | 16:54 |
duonghq | Will Jeffrey be in Barca? | 16:54 |
inc0 | yeah | 16:54 |
inc0 | as far as I know he will | 16:54 |
duonghq | good to hear that | 16:54 |
inc0 | berendt, let's try to solve it properly | 16:55 |
inc0 | I really want that to happen | 16:55 |
openstackgerrit | Merged openstack/kolla: Remove default=None when set value in config https://review.openstack.org/377154 | 16:55 |
inc0 | gates needs to be solid | 16:55 |
inc0 | anyway we have session for that | 16:55 |
berendt | do we have a meta etherpad for kolla to link all kolla sessions/etherpads? | 16:56 |
berendt | if not i will create one later when preparing my schedule | 16:56 |
inc0 | we have, hold on | 16:56 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Fix invalid json in ironic-api.json.j2 file https://review.openstack.org/388811 | 16:57 |
inc0 | rhallisey, do you ahve a link? | 16:57 |
*** Jeffrey4l has joined #openstack-kolla | 16:58 | |
inc0 | hey Jeffrey4l :) | 16:58 |
*** msimonin has quit IRC | 16:58 | |
Jeffrey4l | inc0, sup | 16:58 |
inc0 | Jeffrey4l, https://etherpad.openstack.org/p/BCN-kolla-on-tour <- let us know how to contact you | 16:58 |
Jeffrey4l | np | 16:59 |
duonghq | OT but I do not like jot down to such a public place | 16:59 |
duonghq | specially with phone number or email | 16:59 |
inc0 | duonghq, it's just for summmit | 16:59 |
inc0 | also np | 16:59 |
inc0 | I understand:) | 16:59 |
inc0 | this list is meant to help us meet and organize out there in BCN | 17:00 |
duonghq | :) | 17:00 |
rhallisey | inc0, ya | 17:00 |
rhallisey | inc0, https://etherpad.openstack.org/p/kolla-o-summit-schedule | 17:00 |
rhallisey | berendt, ^ | 17:01 |
berendt | rhallisey thanks | 17:01 |
inc0 | guys I'll make small adjustment to schedule | 17:05 |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla: Add profile usage to kolla-build guide https://review.openstack.org/378230 | 17:05 |
inc0 | switch CI and QA reqs with each other | 17:05 |
inc0 | so Infra guys could attend | 17:05 |
*** eaguilar has quit IRC | 17:05 | |
Jeffrey4l | inc0, found an issue in ironic. https://review.openstack.org/#/c/388811/ is it possible include this in 3.0 tag? | 17:05 |
*** piaccarino has quit IRC | 17:06 | |
*** unicell has joined #openstack-kolla | 17:08 | |
inc0 | Jeffrey4l, hard to tell, we might need to wait for 3.0.1 | 17:09 |
Jeffrey4l | ok. | 17:09 |
berendt | Jeffrey4l could you work on the json validator first? this way we can remove all syntax issues with one patch | 17:10 |
berendt | i fear that there are some more | 17:10 |
Jeffrey4l | np. | 17:10 |
*** athomas has quit IRC | 17:10 | |
duonghq | Jeffrey4l, why the ps is tagged with "inconsistent uid..." bug? | 17:10 |
inc0 | ok, I switched sessions, I think it's important for infra to be able to join us there | 17:10 |
inc0 | sorry for inconvenience | 17:10 |
Jeffrey4l | duonghq, it is introduced by that fix. | 17:11 |
Jeffrey4l | duonghq, here https://review.openstack.org/387180 | 17:11 |
Jeffrey4l | so i re-used the bug id. | 17:11 |
duonghq | Jeffrey4l, got it | 17:12 |
*** dwalsh has quit IRC | 17:12 | |
berendt | i have to leave, see you tomorrow | 17:12 |
duonghq | cya berendt | 17:12 |
Jeffrey4l | see you. | 17:13 |
*** neilus has joined #openstack-kolla | 17:15 | |
*** berendt has quit IRC | 17:16 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Add validate no new line at end of file https://review.openstack.org/380340 | 17:17 |
*** MarMat has joined #openstack-kolla | 17:18 | |
*** neilus has quit IRC | 17:20 | |
inc0 | sbezverk_, ping | 17:21 |
*** tonanhngo has joined #openstack-kolla | 17:21 | |
inc0 | dmsimard, ping | 17:22 |
dmsimard | inc0: pong | 17:23 |
inc0 | I made slight adjustment to summit schedule | 17:23 |
inc0 | https://etherpad.openstack.org/p/kolla-o-summit-schedule <- switched CI and QA requirements | 17:24 |
dmsimard | ok | 17:24 |
inc0 | fyi, check if it doesn't blow up your schedule: | 17:24 |
dmsimard | don't think it will | 17:24 |
inc0 | sorry about that, had to work around infra conflict | 17:24 |
dmsimard | I believe coolsvap and mandre will be there too ? | 17:24 |
dmsimard | amirite ? | 17:24 |
dmsimard | forgot rhallisey | 17:25 |
inc0 | rhallisey, will be there | 17:25 |
inc0 | mandre I assume too:) as it's almost driving distance | 17:25 |
rhallisey | inc0, ya sorry make sure that's good | 17:25 |
rhallisey | dmsimard, ya I'll be there | 17:25 |
inc0 | I think we'll have quorum | 17:26 |
dmsimard | neat, I'll join for a work session to chat CI | 17:26 |
duonghq | sorry but where do you come from inc0? | 17:29 |
*** dwalsh has joined #openstack-kolla | 17:30 | |
inc0 | duonghq, I live in US, but I'm from Poland originally | 17:30 |
duonghq | inc0 :) | 17:30 |
*** egonzalez90 has quit IRC | 17:32 | |
SamYaple | duonghq: pong? | 17:33 |
duonghq | SamYaple: just wonder do you have any update on multinode gate? | 17:34 |
duonghq | I see it has no assignee | 17:34 |
inc0 | duonghq, Sam is not active for quite some time now:) | 17:35 |
SamYaple | duonghq: i havent worked on kolla for a while. but im here for advice :) | 17:35 |
inc0 | SamYaple, can always come back..:P | 17:35 |
duonghq | ah, sorry SamYaple | 17:35 |
SamYaple | inc0: maybe once its split. i might be onboard then | 17:35 |
SamYaple | for kolla-salt ;) | 17:35 |
inc0 | lol | 17:36 |
*** dwalsh has quit IRC | 17:38 | |
rhallisey | salty-kolla | 17:44 |
rhallisey | let's make it descriptive | 17:44 |
inc0 | low bronze kolla? | 17:44 |
*** mgoddard_ has joined #openstack-kolla | 17:46 | |
mliima_ | SamYaple is our external consultant :D | 17:47 |
SamYaple | rhallisey: go back to kollanetes | 17:48 |
rhallisey | lul | 17:49 |
inc0 | Sam btw you going to Barcelona? | 17:49 |
*** mgoddard has quit IRC | 17:50 | |
rhallisey | inc0, I'm soon to be plat :) | 17:51 |
inc0 | good job man, I might wait for next season | 17:51 |
inc0 | maybe they'll make Vayne great again | 17:52 |
*** dwalsh has joined #openstack-kolla | 17:52 | |
*** neilus has joined #openstack-kolla | 17:52 | |
*** mgoddard_ has quit IRC | 17:52 | |
rhallisey | inc0, lol | 17:52 |
rhallisey | inc0, they buffer here | 17:52 |
rhallisey | her* | 17:53 |
inc0 | good, I might look again then:P | 17:53 |
rhallisey | inc0, I'll help you out :). Top 8% of players in the world :) | 17:53 |
inc0 | you managed to get to plat on soloq? | 17:54 |
rhallisey | no I'm super close though | 17:54 |
rhallisey | I'll get it in the next 3 weeks | 17:54 |
inc0 | I got angry at soloq in bronze, it was really bad | 17:54 |
rhallisey | I've been to promos 2x now | 17:54 |
rhallisey | inc0, getting so close to plat now I've learned a lot more about the game | 17:55 |
rhallisey | inc0, I bet I can get you to plat in a season | 17:55 |
rhallisey | or at least gold | 17:55 |
inc0 | cool, I'll get back to game after summit then | 17:55 |
rhallisey | sweet :) | 17:55 |
inc0 | when I clear out salt from my eyes | 17:55 |
rhallisey | haha | 17:56 |
*** eaguilar has joined #openstack-kolla | 17:56 | |
*** neilus has quit IRC | 17:56 | |
*** TxGirlGeek has joined #openstack-kolla | 18:02 | |
inc0 | TxGirlGeek, hey Denise;) you don't visit us here often | 18:02 |
TxGirlGeek | inc0 - figured I'd peek in :) | 18:02 |
inc0 | well, welcome | 18:02 |
inc0 | make yourself at home | 18:03 |
TxGirlGeek | need some excitement :) | 18:04 |
*** zhubingbing has quit IRC | 18:05 | |
*** mgoddard has joined #openstack-kolla | 18:06 | |
SamYaple | inc0: i am not going to Barcelona | 18:08 |
inc0 | :( | 18:09 |
SamYaple | inc0: i might go to the thing in atlanta. i live right there | 18:09 |
*** mdnadeem_ has quit IRC | 18:12 | |
*** sp_ has quit IRC | 18:13 | |
*** mgoddard has quit IRC | 18:16 | |
*** mdnadeem has joined #openstack-kolla | 18:16 | |
*** rhallisey has quit IRC | 18:16 | |
*** rhallisey has joined #openstack-kolla | 18:17 | |
*** mliima_ has quit IRC | 18:19 | |
*** confisurya has quit IRC | 18:22 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Add file validator for *.json.j2 file https://review.openstack.org/388851 | 18:23 |
*** sp_ has joined #openstack-kolla | 18:25 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Fix invalid json in ironic-api.json.j2 file https://review.openstack.org/388811 | 18:25 |
openstackgerrit | Merged openstack/kolla: Add validate no new line at end of file https://review.openstack.org/380340 | 18:25 |
openstackgerrit | Merged openstack/kolla: Support searchlight ansible role https://review.openstack.org/387862 | 18:25 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Fix invalid json in ironic service https://review.openstack.org/388811 | 18:26 |
*** duonghq has quit IRC | 18:31 | |
*** jheroux has quit IRC | 18:34 | |
*** MarMat has quit IRC | 18:37 | |
*** MarMat_ has joined #openstack-kolla | 18:37 | |
*** dwalsh has quit IRC | 18:40 | |
openstackgerrit | Andreas Jaeger proposed openstack/kolla: Move bandit to pep8 as generic linting target https://review.openstack.org/388175 | 18:40 |
*** neilus has joined #openstack-kolla | 18:41 | |
*** neilus has quit IRC | 18:41 | |
*** dwalsh has joined #openstack-kolla | 18:41 | |
*** neilus has joined #openstack-kolla | 18:42 | |
*** neilus has quit IRC | 18:45 | |
*** neilus has joined #openstack-kolla | 18:46 | |
*** mdnadeem has quit IRC | 18:47 | |
inc0 | testing fun - getting bifrost on mac with kolla to deploy intel nuc | 18:47 |
*** mdnadeem has joined #openstack-kolla | 18:47 | |
inc0 | to deploy k8s on them to deploy kolla-k8s | 18:47 |
*** pbourke has quit IRC | 18:47 | |
*** neilus_ has joined #openstack-kolla | 18:47 | |
inc0 | what can go wrong | 18:47 |
*** pbourke has joined #openstack-kolla | 18:47 | |
*** vhosakot has quit IRC | 18:48 | |
*** jheroux has joined #openstack-kolla | 18:48 | |
*** dwalsh has quit IRC | 18:50 | |
*** eaguilar has quit IRC | 18:50 | |
*** neilus has quit IRC | 18:50 | |
*** msimonin has joined #openstack-kolla | 18:54 | |
*** neilus_ has quit IRC | 18:56 | |
*** neilus has joined #openstack-kolla | 18:57 | |
*** jheroux has quit IRC | 18:58 | |
*** jmccarthy has quit IRC | 19:00 | |
*** neilus has quit IRC | 19:01 | |
*** jmccarthy has joined #openstack-kolla | 19:01 | |
*** dwalsh has joined #openstack-kolla | 19:02 | |
*** msimonin has quit IRC | 19:03 | |
*** eaguilar has joined #openstack-kolla | 19:04 | |
kfox1111 | inc0: :) | 19:06 |
kfox1111 | gota add one more step. :) | 19:07 |
kfox1111 | deploy minikube on mac to deploy bifrost.... :) | 19:07 |
*** msimonin has joined #openstack-kolla | 19:10 | |
*** dwalsh has quit IRC | 19:10 | |
*** jheroux has joined #openstack-kolla | 19:11 | |
*** dwalsh has joined #openstack-kolla | 19:22 | |
hogepodge | inc0 the kubernetes community was talking about the state of documentation for kolla-kubernetes. Is someone tasked to bring that up to date for the newton release? | 19:26 |
rhallisey | hogepodge, the newton release is still wip. It's not really a 1.0 implementation. O will be 1.0 | 19:28 |
rhallisey | wip the wrong word. It's 0.3 release | 19:28 |
hogepodge | rhallisey: gotcha :-D | 19:29 |
rhallisey | hogepodge, so to answer you question the docs haven't completely stabilized because the code base hasn't yet | 19:30 |
inc0 | hogepodge, we aim for Ocata | 19:30 |
hogepodge | rhallisey: I'm going to be going to Seattle next month for KubeCon. Will you be there? I'll be representing the OSF, and can also do my best to help out with Kolla questions. | 19:30 |
hogepodge | inc0: ^^ | 19:31 |
inc0 | hogepodge, I don't plan to:( I'll be in middle of my move to Oregon | 19:32 |
inc0 | but I'd be happy if you'd represent us:) | 19:32 |
inc0 | if questions become too much you can always point people here | 19:32 |
rhallisey | hogepodge, I was thinking about going. Do you think there will be a few kolla questions? | 19:32 |
hogepodge | When I'm back from Barcelona I'll try to get up to speed on kolla-kubernetes so I can be somewhat informed. | 19:32 |
hogepodge | rhallisey: it's an active topic of discussion right now in the openstack-sig in the k8s community | 19:33 |
inc0 | hogepodge, feel free to join us on kolla-k8s summit sessions | 19:33 |
hogepodge | rhallisey: and people keep telling me that they really want solid openstack in kubernetes products | 19:33 |
hogepodge | inc0: I definitely will | 19:33 |
inc0 | we'll make it so. | 19:34 |
rhallisey | for sure | 19:34 |
rhallisey | hogepodge, awesome to hear | 19:34 |
inc0 | your support guys will be essential, biggest challenge for us now is to recruit community:) | 19:34 |
inc0 | so summit is going to be busy busy | 19:35 |
*** gfidente has quit IRC | 19:35 | |
*** schwicht has quit IRC | 19:40 | |
*** schwicht has joined #openstack-kolla | 19:41 | |
*** haplo37 has quit IRC | 19:44 | |
*** g3ek has quit IRC | 19:45 | |
rhallisey | hogepodge, I'll have to say hi at summit | 19:45 |
rhallisey | there a kolla-k8s talk & two kolla-k8s session | 19:45 |
rhallisey | I'll definitely be at those | 19:46 |
hogepodge | I'm hoping they'll fit into my schedule. :-D | 19:46 |
rhallisey | awesome :) | 19:46 |
*** ccesario has quit IRC | 19:47 | |
*** ayoung has joined #openstack-kolla | 19:48 | |
*** neilus has joined #openstack-kolla | 19:48 | |
*** g3ek has joined #openstack-kolla | 19:50 | |
*** haplo37 has joined #openstack-kolla | 19:51 | |
*** neilus has quit IRC | 19:53 | |
inc0 | hogepodge, either that or beer track :) | 19:58 |
*** egonzalez90 has joined #openstack-kolla | 20:03 | |
*** egonzalez90 has quit IRC | 20:05 | |
*** msimonin has left #openstack-kolla | 20:06 | |
*** lamt has quit IRC | 20:06 | |
*** stevebaker has joined #openstack-kolla | 20:07 | |
jascott1 | https://www.openstack.org/summit/barcelona-2016/summit-schedule/global-search?t=kolla | 20:08 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Deploy Telegraf on all nodes https://review.openstack.org/388885 | 20:08 |
*** steve-noyes has quit IRC | 20:08 | |
*** eaguilar has quit IRC | 20:08 | |
*** srwilkers has quit IRC | 20:09 | |
*** eaguilar has joined #openstack-kolla | 20:13 | |
*** Pavo has quit IRC | 20:15 | |
*** srwilkers has joined #openstack-kolla | 20:16 | |
openstackgerrit | Christian Berendt proposed openstack/kolla: Collect haproxy/elasticsearch/memcached metrics only on related hosts https://review.openstack.org/388888 | 20:16 |
*** coolsvap has quit IRC | 20:16 | |
*** srwilkers has quit IRC | 20:17 | |
*** ppalacios has quit IRC | 20:17 | |
*** Pavo has joined #openstack-kolla | 20:21 | |
*** sdake has joined #openstack-kolla | 20:21 | |
inc0 | sdake, when do we want to push 3.0.0 images to dockerhub? | 20:22 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Add logrotate configuration for elasticsearch https://review.openstack.org/387630 | 20:23 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Collect Docker metrics with Telegraf https://review.openstack.org/388892 | 20:28 |
*** eaguilar_ has joined #openstack-kolla | 20:29 | |
*** eaguilar has quit IRC | 20:29 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Modular gate https://review.openstack.org/386966 | 20:31 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Move config files out of deploy_aio.sh script https://review.openstack.org/379344 | 20:36 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Move config files out of deploy_aio.sh script https://review.openstack.org/379344 | 20:36 |
sdake | hey folks | 20:37 |
sdake | inc0 i think best time to push is after 3.0.0 pip is tagged | 20:37 |
sdake | usually coolsvap pushes | 20:38 |
sdake | inc0 doug has released a 3.0.0 release here: https://review.openstack.org/#/c/388799/2 | 20:39 |
inc0 | sdake, since coolsvap seems to be mia lately, one of us should push | 20:45 |
inc0 | I can do it after tag | 20:45 |
sdake | inc0 wfm | 20:51 |
*** eaguilar_ has quit IRC | 20:54 | |
*** neilus has joined #openstack-kolla | 20:55 | |
*** jheroux has quit IRC | 20:57 | |
*** eaguilar has joined #openstack-kolla | 20:59 | |
*** JoseMello has quit IRC | 21:01 | |
*** dwalsh has quit IRC | 21:02 | |
*** goldyfruit1 is now known as goldyfruit | 21:06 | |
*** neilus has quit IRC | 21:06 | |
*** sdake_ has joined #openstack-kolla | 21:08 | |
*** sdake_ has quit IRC | 21:09 | |
*** sdake_ has joined #openstack-kolla | 21:10 | |
*** lamt has joined #openstack-kolla | 21:11 | |
*** sdake has quit IRC | 21:11 | |
*** eaguilar has quit IRC | 21:16 | |
*** jtriley has quit IRC | 21:16 | |
*** rhallisey has quit IRC | 21:19 | |
*** schwicht has quit IRC | 21:27 | |
*** eaguilar has joined #openstack-kolla | 21:27 | |
*** HyperJohnGraham has joined #openstack-kolla | 21:30 | |
*** Jeffrey4l has quit IRC | 21:34 | |
*** HyperJohnGraham has quit IRC | 21:35 | |
*** sdake_ has quit IRC | 21:37 | |
*** sdake has joined #openstack-kolla | 21:41 | |
sdake | did anyone teset the final tarball? | 21:47 |
sdake | i've been hibernating for the day | 21:47 |
*** schwicht has joined #openstack-kolla | 21:49 | |
*** inc0 has quit IRC | 21:49 | |
*** inc0 has joined #openstack-kolla | 21:50 | |
sdake | inc0 do you hve the project mascott | 21:52 |
sdake | https://www.youtube.com/watch?v=JmMTCWyY8Y4&feature=youtu.be | 21:52 |
jascott1 | http://www.ratemykoala.com/Content/CSS/Images/Koalas/koala_ice.jpg | 21:55 |
sdake | jascott1 nah- the foudnation is making mascotts | 21:56 |
jascott1 | yes its a very nice video for what it is... there is a time budget somewhere | 21:57 |
jascott1 | what animal best represents 'glue'? | 21:59 |
inc0 | jascott1, koala obviously | 22:00 |
inc0 | I'll tell you why when we meet, not something for public channel:P | 22:00 |
inc0 | sdake, no, not ye | 22:00 |
inc0 | t | 22:00 |
sdake | i wonder when i did this | 22:00 |
sdake | https://www.youtube.com/watch?v=ZzU0qYTVHYo | 22:00 |
sdake | definately me | 22:00 |
sdake | definately my house | 22:00 |
jascott1 | heheh | 22:01 |
*** lamt has quit IRC | 22:01 | |
jascott1 | nice keyboard in background | 22:02 |
inc0 | sdake, I remember you bragging about webcast of sort | 22:02 |
inc0 | but dunno what was there, I didnt attend:P | 22:02 |
sdake | that wasn't the one | 22:02 |
sdake | midokura webcast rocked | 22:02 |
sdake | becuase my demo cratered | 22:02 |
sdake | and i uncratered it live ;) | 22:02 |
sdake | kolla-ansible destroy | 22:03 |
sdake | bam - back in business | 22:03 |
sdake | its almost like it was meant to happen that way :) | 22:03 |
kfox1111 | containers yet? :) | 22:05 |
*** eaguilar has quit IRC | 22:08 | |
*** bmace has quit IRC | 22:10 | |
*** bmace has joined #openstack-kolla | 22:10 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: WIP addressign centos build gate failure https://review.openstack.org/388691 | 22:21 |
*** TxGirlGeek has quit IRC | 22:25 | |
*** schwicht has quit IRC | 22:29 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Modular gate https://review.openstack.org/386966 | 22:32 |
*** harlowja has quit IRC | 22:33 | |
*** inc0 has quit IRC | 22:46 | |
*** harlowja has joined #openstack-kolla | 22:48 | |
sdake | kfox1111 you mean split repo? | 23:02 |
kfox1111 | no. 3.0.0 containers. | 23:02 |
kfox1111 | on the docker hub. | 23:02 |
sdake | kfox1111 ah - inc0 will build those once 3.0.0 tags | 23:02 |
*** MarMat_ has quit IRC | 23:02 | |
sdake | doug has a review upt o tag 3.0.0 shortly | 23:02 |
sdake | he said tomorrow | 23:02 |
sdake | but some folks in the review need more rcs | 23:02 |
* sdake groans | 23:02 | |
kfox1111 | I think I may be running up into a broken libvirt with respect to ceph in 2.0.2 in centos. :/ | 23:02 |
sdake | so who knows | 23:02 |
sdake | kfox1111 ya we need to do some surgery to 2.0.2 | 23:03 |
sdake | as in backports | 23:03 |
sdake | you want a patch to look at? | 23:03 |
kfox1111 | I'm building an updated 2.0.2 right now, to see if that will fix it. | 23:03 |
sdake | i have apatch i'd recommend porting on your tree | 23:03 |
sdake | if libvirt is the problem | 23:03 |
kfox1111 | yeah. libvirt can't attach the rbd volume. | 23:04 |
sdake | hang tight | 23:04 |
kfox1111 | k | 23:04 |
sdake | 255198e7 docker/nova/nova-libvirt/Dockerfile.j2 (Jeffrey Zhang 2016-10-12 01:28:17 +0800 13) 'qemu-kvm', | 23:05 |
sdake | change qemu-system-x86 to qemu-kvm | 23:06 |
kfox1111 | hmm... | 23:06 |
sdake | your using the epel kvm not the virt sig qemu | 23:06 |
sdake | epel kvm = 1.0 or something | 23:06 |
sdake | virt sig qemu = 2.5 | 23:06 |
kfox1111 | not sure thats the case... let me double check... | 23:06 |
sdake | this problem was in master | 23:07 |
sdake | pretty sure its in 2.0.2 as well | 23:07 |
sdake | something i missed when i added virt sig support to centos images | 23:07 |
sdake | qemu-system-x86 is linked to the wrong rbd | 23:08 |
sdake | or no rbd at all | 23:08 |
sdake | you can see this via ld | 23:08 |
kfox1111 | that would track with what i've been seeing. | 23:08 |
sdake | ld qemu-system-86 | 23:08 |
kfox1111 | hmm... | 23:08 |
sdake | run rpm -qa | grep qemu-system-x86 | 23:08 |
kfox1111 | well, there's qemu-kvm-ev which I think is the enterprise version, | 23:08 |
sdake | qemu-system-x86 shouldn't be in there at all | 23:09 |
kfox1111 | and then qemu-system-x86, yeah... | 23:09 |
sdake | qemu-kvm will work | 23:09 |
sdake | qemu-kvm-ev may or may not | 23:09 |
sdake | qemu-kvm pulls in all the things i think | 23:09 |
kfox1111 | k. should be able to test that pretty easily. | 23:09 |
sdake | liberty doesn't use the virt sig at all | 23:10 |
sdake | mainly because its gates are in disrepair | 23:10 |
sdake | and i think openstack only keeps two releases | 23:10 |
sdake | so backporting to liberty kind of waste of time ;) | 23:10 |
kfox1111 | hmm... qemu-kvm-ev looks to provide qemu-kvm too... | 23:10 |
kfox1111 | are you sure they can even co'exist? | 23:10 |
kfox1111 | I'm surprised to see both qemu-system and qemu-kvm-ev though. | 23:11 |
kfox1111 | I thought those would conflict too. | 23:11 |
sdake | qemu-system-x86 should not be there | 23:11 |
sdake | epel should not be there | 23:11 |
sdake | but it has to be because we are doing iscsi wrong | 23:11 |
kfox1111 | and I think qemu-kvm-ev was perfered over qemu-kvm? | 23:11 |
sdake | and cinder won't build if we do iscsi correctly | 23:11 |
kfox1111 | as the ev version is the "enterprisy" one with all the extra bells and wistles? | 23:11 |
sdake | ya - either should work | 23:11 |
sdake | i think they use same bits | 23:11 |
sdake | but the systme-x86 needs to be removed | 23:12 |
kfox1111 | last I looked, but granted over a year ago, only the ev version had ceph support. | 23:12 |
sdake | qemu-system-x86 was an attempt long ago to remove a whoel bunch of pulled in crap we didn't need in libvirt | 23:12 |
sdake | what does 2.0.2 contain? | 23:12 |
kfox1111 | qemu-system-x86 and qemu-kvm-ev | 23:12 |
sdake | ya try removing system-x86 | 23:13 |
kfox1111 | I'll try pulling qemu-system-x86 and see if it works. | 23:13 |
kfox1111 | so 3.0.0 got released with qemu-kvm and not qemu-kvm, or both qemu-kvm and qemu-kvm-ev? | 23:13 |
kfox1111 | maybe qemu-kvm is just a dummy package... let me look.. | 23:14 |
kfox1111 | yup. qemu-kvm is obsoleted by qemu-kvm-ev | 23:14 |
kfox1111 | ok. so we probably should change the script to use the non obsoleted one, but shoudl be ok in newton. | 23:14 |
sdake | ya newton works | 23:14 |
sdake | with the correct qemu-kvm | 23:15 |
kfox1111 | so... centos mitaka's libvirt is broken for ceph, because it has the extra package... | 23:15 |
kfox1111 | k. | 23:15 |
sdake | i think so | 23:15 |
sdake | we foudn this about a week ago | 23:15 |
kfox1111 | let me try that. | 23:15 |
kfox1111 | hmm... | 23:15 |
kfox1111 | actually, that should be quick to uninstall in the k8s template rather then buildig a whole new container... | 23:15 |
kfox1111 | let me try that.... :) | 23:15 |
sdake | that may or may not work | 23:16 |
sdake | not sure what other stuff qemu-system-x86 brings in | 23:16 |
sdake | if it doesn't try rebudling without it | 23:16 |
kfox1111 | true. but the binary is named differently, and it looks like libvirt probes /usr/libexec and picks the system one in perference. | 23:16 |
kfox1111 | so it being gone might just be enough. | 23:16 |
sdake | cool | 23:17 |
sdake | sbezverk_ ^^ | 23:17 |
sbezverk_ | sdake: yes | 23:17 |
kfox1111 | it may even be good enough just to rm the binary... but lets see if rpm -e qemu-system-x86 does the trick. | 23:17 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Modular gate https://review.openstack.org/386966 | 23:17 |
sdake | kfox1111 you may need --no-deps | 23:19 |
kfox1111 | tested it in a docker run -it --rm kolla/centos-binary-nova-libvirt:2.0.2 /bin/sh | 23:20 |
kfox1111 | rpm -e works. | 23:20 |
kfox1111 | so just gota try it in the gate. | 23:20 |
kfox1111 | I wish I had ipv6 access... | 23:21 |
kfox1111 | this would be nice to watch live. :) | 23:21 |
kfox1111 | it will also be nice once the containers/ansible split. so I can watch the container changelog closer. that woudl have cut multiple hours off of this. :/ | 23:22 |
kfox1111 | sdake: thanks for the help though. this looks very promicing. | 23:23 |
*** fragatina has joined #openstack-kolla | 23:24 | |
*** Jeffrey4l has joined #openstack-kolla | 23:31 | |
*** yuanying has joined #openstack-kolla | 23:32 | |
kfox1111 | the test is taking a while longer... that may be a good sign. | 23:37 |
kfox1111 | yup. that fixed it. :) | 23:38 |
kfox1111 | still seeing an issue where not all the endpoints are created... looks like its in trunk too though... | 23:41 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Modular gate https://review.openstack.org/386966 | 23:41 |
kfox1111 | ok... if tests pass on this one, it should be good to go. :) | 23:41 |
sdake | https://www.openstack.org/assets/survey/April-2016-User-Survey-Report.pdf | 23:41 |
sdake | kfox1111 good news :) | 23:42 |
sdake | which endpoints are yo utalking about | 23:42 |
sdake | trunk works | 23:42 |
sdake | or newton works atleast | 23:42 |
kfox1111 | sdake: thanks dude. you probably saved me another day of hacking on that. :) | 23:42 |
kfox1111 | yeah. :) | 23:42 |
sdake | blame sbezverk_ too - he helped ask the q :) | 23:42 |
kfox1111 | sbezverk_: thanks. :) | 23:43 |
sdake | https://www.openstack.org/assets/survey/October2016SurveyReport.pdf | 23:43 |
sdake | 7% using kola in production or eval | 23:45 |
sdake | 11% interested in kolla now for that task | 23:46 |
sdake | 18% dudes - rockin :) | 23:46 |
kfox1111 | nice. :) | 23:46 |
kfox1111 | yeah... the big tent killed project adoption. | 23:47 |
kfox1111 | the big 6 are creeping up, and the rest are kind of downl there still. :/ | 23:47 |
sdake | i disagree it killed project doption | 23:48 |
sdake | i think operators are having a tough time figuring out what they want to adopt however | 23:49 |
kfox1111 | thats part of it. | 23:49 |
sdake | beyond the core | 23:49 |
sdake | so many choices | 23:49 |
kfox1111 | but if horizon said it would start depending on zaqar, so that it could provide dynamic ui, it suddenly would become adopted more. | 23:49 |
kfox1111 | or keystone for barbican. | 23:49 |
sdake | yup | 23:50 |
kfox1111 | but because of the tent, no origional tent'ers wnat to depend on the newbies. | 23:50 |
kfox1111 | so the newbies make no traction. :/ | 23:50 |
kfox1111 | cause, chicken and the egg. | 23:50 |
sdake | that isnt' because of the tent | 23:50 |
kfox1111 | ok. somewhat related. | 23:50 |
sdake | that is because deps create a problem if the dep is wekaly functional | 23:50 |
sdake | heat was widely adopted because it was a solid dep | 23:50 |
kfox1111 | yeah. I'm kind of anoyed it is still so low. :/ | 23:51 |
kfox1111 | openstack without heat's like linux kernel without bash. :/ | 23:52 |
kfox1111 | functional, sort of. :) | 23:52 |
kfox1111 | interesting. murano actually backslid. | 23:53 |
kfox1111 | barbican did too a little. | 23:53 |
kfox1111 | zaqar backslid a lot. :/ | 23:54 |
kfox1111 | the ki8s metrics are interesting. | 23:56 |
kfox1111 | especially if you roll in openshift too. | 23:56 |
Pavo | ok guys need alittle help | 23:59 |
Pavo | I'm at the spot where I need to create a cinder-volume on the host | 23:59 |
kfox1111 | kolla-ansible or kolla-kubernetes? | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!