*** myoung has joined #openstack-kolla | 00:01 | |
*** rwellum has quit IRC | 00:01 | |
*** jrich523 has quit IRC | 00:01 | |
jascott1 | masber does it stop libvirt before that task and fail to do so? | 00:02 |
---|---|---|
masber | jascott1, I think libvirt is not installed | 00:04 |
sbezverk | kfox1111: have you played with cloud-init/cloud-config ? | 00:04 |
*** scheuk_ has quit IRC | 00:05 | |
*** haplo37_ has quit IRC | 00:05 | |
kfox1111 | sbezverk: yeah. | 00:05 |
kfox1111 | whats up? | 00:05 |
sbezverk | kfox1111: trying to customize baremetal image to setup interfaces with static ip addresses and bring them up | 00:06 |
jascott1 | masber it says exists true | 00:06 |
sbezverk | so far I managed only to customize host name and create a user :) | 00:06 |
masber | root@nova-compute:~# sudo systemctl start libvirtd.service | 00:06 |
masber | Failed to start libvirtd.service: Unit libvirtd.service not found. | 00:06 |
sbezverk | the rest keeps ignoring my wish | 00:07 |
kfox1111 | sbezverk: ah... | 00:07 |
kfox1111 | so... cloudinit... yeah... | 00:07 |
kfox1111 | the big problem with cloudinit, is its a non standard. :/ | 00:07 |
sbezverk | kfox1111: their doc eve worse than kolla-kubernetes ;) cannot find anything | 00:08 |
kfox1111 | so, the cloud-init for version 7 of centos, is different then the version that comes with 6. or with ubuntu. :/ | 00:08 |
jascott1 | masber so `sudo ls /var/run/libvirt/libvirt-sock` doesnt exist? | 00:08 |
kfox1111 | they have a lot of plugins, which is good, | 00:08 |
kfox1111 | but the assortment of plugins enabled in default images is seemingly random. :/ | 00:08 |
kfox1111 | so half the stuff just doesn't work. :/ | 00:08 |
jascott1 | that looks like result of stat on that path | 00:08 |
sbezverk | kfox1111: great :( | 00:08 |
masber | jascott1, yes it exists | 00:08 |
kfox1111 | sbezverk: so its best to look at your particulr image, and see what pugins are enabled and restrict yourself to that, | 00:09 |
jascott1 | that check must be coming back true then | 00:09 |
kfox1111 | or, | 00:09 |
kfox1111 | give up and just put shell in cloud init. it works every time. :) | 00:09 |
jascott1 | im not sure what state the socket is supposed to be in when the service isnt started | 00:09 |
kfox1111 | I've taken to doing the latter. | 00:09 |
jascott1 | maybe its not gettin cleaned up | 00:09 |
sbezverk | kfox1111: can you elaborate more on the second way, or if you have an example that would be even better.. | 00:10 |
kfox1111 | a kind of middleground, is to use shell to git clone a repo of "insert favorite standalone config management tool here (puppet, chef, ansible) | 00:10 |
kfox1111 | and then start it up. | 00:10 |
kfox1111 | sbezverk: if the cloud-init script starts with #!/bin/bash, it will just execute the whole thing. :) | 00:10 |
sbezverk | kfox1111: so where would I stick this script? I am passing now user-data inside of a opensatck config drive | 00:11 |
kfox1111 | yeah. just make your user-data a bash script. | 00:12 |
kfox1111 | let me rephrase. upload a bash script as user-data. | 00:12 |
sbezverk | kfox1111: interesting, then basically everything get programmed by bash right? | 00:14 |
*** scheuk has joined #openstack-kolla | 00:14 | |
kfox1111 | yeah. | 00:14 |
kfox1111 | I tend to do it that way. but I kind of prefer bash. | 00:15 |
kfox1111 | there's no reason you can't have the bash script kick off some other language process though. | 00:15 |
*** haplo37_ has joined #openstack-kolla | 00:16 | |
sbezverk | kfox1111: ok, thanks I will have fun then with bash :) | 00:16 |
openstackgerrit | Merged openstack/kolla-kubernetes master: FIX cell0 copy nova.conf permission issue https://review.openstack.org/459785 | 00:16 |
*** scheuk has quit IRC | 00:19 | |
sbezverk | kfox1111: cloud-init, does it run as a root? | 00:21 |
sdake | sbezverk can you ack: https://review.openstack.org/#/c/452854/ | 00:21 |
sdake | kfox1111 sbezverk can you ack: https://review.openstack.org/#/c/452855/9 | 00:21 |
sdake | anything in that chain really :) | 00:22 |
kfox1111 | sbezverk: yes. | 00:22 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Ensure that /tftpboot/pxelinux.cfg is owned by Ironic https://review.openstack.org/459769 | 00:22 |
sbezverk | kfox1111: cool so I do not need to bother with sudo | 00:22 |
kfox1111 | sdake: done. | 00:22 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Deployment guide updation for better followup https://review.openstack.org/457870 | 00:22 |
kfox1111 | sbezverk: yeah. | 00:22 |
sdake | kfox1111 thanks :) | 00:23 |
sdake | in need of a second ack: https://review.openstack.org/#/c/452857/ | 00:23 |
masber | jascott1, so what should I do? | 00:24 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Remove services/iscsi https://review.openstack.org/452854 | 00:26 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Remove services/mariadb https://review.openstack.org/452855 | 00:26 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Remove services/memcached https://review.openstack.org/452856 | 00:26 |
masber | jascott1, ok I rebooted the node and now looks ok | 00:27 |
jascott1 | awesome | 00:27 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Remove services/neutron https://review.openstack.org/452857 | 00:29 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Remove services/rabbitmq https://review.openstack.org/452858 | 00:29 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Remove services/skydns https://review.openstack.org/452859 | 00:29 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Modify WARNING into RST format https://review.openstack.org/452860 | 00:29 |
masber | would it be possible to create a kolla-kubernetes prove of concept with openstack + ceph using only 2 nodes? | 00:30 |
kfox1111 | masber: yes. | 00:30 |
kfox1111 | or even 1. | 00:31 |
masber | one node for computing and another one for ceph? | 00:31 |
kfox1111 | the gate does it all in once, or ceph/controller on one and compute on another. | 00:31 |
masber | I actually mean 3 nodes (1 small node for control plane, 1 node for computing and another node for ceph) | 00:31 |
kfox1111 | should work. | 00:31 |
masber | would you mix the control plane containers among all the nodes or would you have them running on dedicated hardware? | 00:32 |
kfox1111 | personally? hmmmm... | 00:33 |
kfox1111 | if I could afford it, seperate. | 00:33 |
kfox1111 | avoids the noisy neighbor problem from effecting your control plane. | 00:34 |
masber | yes I agree | 00:34 |
masber | I am playing with kolla-ansible and I saw better performance when I run control node separate | 00:34 |
sbezverk | kfox1111: what about password for root? should I just set one up? | 00:34 |
masber | however going back to kolla-kubernetes, all nodes would be under the same kubernetes cluster is that right? or would you also have 2 k8s clusters one for control and another for computing and another for ceph? | 00:35 |
kfox1111 | sbezverk: I don't think there is a default password. so unless you set one, you can't do too much. | 00:37 |
kfox1111 | but... | 00:37 |
kfox1111 | its not the most secure of communications channels. | 00:37 |
kfox1111 | probably best to just use ssh public key injection. | 00:38 |
*** duonghq has joined #openstack-kolla | 00:38 | |
kfox1111 | gotta head out for a while. l8r all. | 00:38 |
*** rhallisey has quit IRC | 00:38 | |
sbezverk | kfox1111: got it, since it is just for demo, should not be too bad ;) | 00:39 |
sbezverk | kfox1111: take care | 00:39 |
*** StephenWang1991 has joined #openstack-kolla | 00:40 | |
masber | horizon container does not work properly on ubuntu-binaries images | 00:42 |
*** StephenWang1991 has quit IRC | 00:42 | |
*** cuongnv has joined #openstack-kolla | 00:43 | |
masber | this is what I see when I login http://pasteboard.co/8JXjPibAJ.png | 00:45 |
masber | I tried deleting the horizon image and redeploying it but still same | 00:46 |
*** duonghq has quit IRC | 00:46 | |
*** duonghq has joined #openstack-kolla | 00:47 | |
masber | this is what I can see from the browser console/logs http://pasteboard.co/8JZb7Y46b.png | 00:47 |
*** tovin07_ has joined #openstack-kolla | 00:47 | |
*** britthouser9 has joined #openstack-kolla | 00:54 | |
openstackgerrit | Merged openstack/kolla-kubernetes master: Hardware requirements added in deployment guide https://review.openstack.org/459758 | 00:55 |
*** britthouser has quit IRC | 00:55 | |
*** scheuk has joined #openstack-kolla | 00:56 | |
*** MasterOfBugs has quit IRC | 00:59 | |
inc0 | evening gents | 01:00 |
*** dmellado has quit IRC | 01:00 | |
*** Administrator_ is now known as zhugaoxiao | 01:00 | |
inc0 | and ladies ofcourse | 01:00 |
spsurya | inc0: evening :) | 01:02 |
*** dmellado has joined #openstack-kolla | 01:02 | |
*** yuanying_ has joined #openstack-kolla | 01:04 | |
*** dixiaoli has joined #openstack-kolla | 01:05 | |
*** yuanying has quit IRC | 01:06 | |
sbezverk | inc0: could you check one fix in kolla please? | 01:07 |
sbezverk | inc0: https://review.openstack.org/456980 | 01:07 |
sbezverk | I hit this issue why playing with baremetal | 01:08 |
inc0 | thans, starred | 01:09 |
inc0 | I'll check it out tomorrow | 01:09 |
*** yangyapeng has joined #openstack-kolla | 01:14 | |
*** yangyapeng has quit IRC | 01:15 | |
inc0 | interesting bug on fresh neutron | 01:15 |
inc0 | 2 ips are getting associated but only one works | 01:16 |
*** yangyapeng has joined #openstack-kolla | 01:16 | |
*** jayahn has joined #openstack-kolla | 01:16 | |
*** scheuk has quit IRC | 01:18 | |
*** scheuk has joined #openstack-kolla | 01:20 | |
*** scheuk has quit IRC | 01:21 | |
*** scheuk has joined #openstack-kolla | 01:22 | |
*** zhubingbing has joined #openstack-kolla | 01:22 | |
*** scheuk has quit IRC | 01:22 | |
*** japestinho has joined #openstack-kolla | 01:23 | |
*** huzhengchuan has joined #openstack-kolla | 01:23 | |
*** eaguilar has quit IRC | 01:24 | |
*** eaguilar has joined #openstack-kolla | 01:27 | |
*** hrw has quit IRC | 01:30 | |
*** hrw has joined #openstack-kolla | 01:32 | |
duonghq | evening inc0 | 01:37 |
duonghq | sdake, I'm sorry, I got tired last night, cannot join your workshop | 01:38 |
*** zhuzeyu has joined #openstack-kolla | 01:38 | |
*** huzhengchuan has quit IRC | 01:53 | |
*** unicell has quit IRC | 02:03 | |
*** felixtsang has joined #openstack-kolla | 02:04 | |
*** MasterOfBugs has joined #openstack-kolla | 02:05 | |
*** felixtsang has quit IRC | 02:06 | |
*** felixtsang has joined #openstack-kolla | 02:07 | |
*** huzhengchuan has joined #openstack-kolla | 02:08 | |
*** jayahn has quit IRC | 02:08 | |
*** eaguilar_ has joined #openstack-kolla | 02:09 | |
*** eaguilar has quit IRC | 02:10 | |
*** tervancovan has joined #openstack-kolla | 02:12 | |
*** imcsk8_ has joined #openstack-kolla | 02:15 | |
*** imcsk8 has quit IRC | 02:15 | |
*** felixtsang has quit IRC | 02:27 | |
*** felixtsang has joined #openstack-kolla | 02:27 | |
*** zhurong has joined #openstack-kolla | 02:33 | |
openstackgerrit | hosup choi proposed openstack/kolla-kubernetes master: Update deployment-guide for ubuntu user https://review.openstack.org/459163 | 02:42 |
openstackgerrit | hosup choi proposed openstack/kolla-kubernetes master: Seperate kolla and kolla-ansible search paths https://review.openstack.org/459228 | 02:43 |
*** adrian_otto has joined #openstack-kolla | 02:45 | |
*** goldyfruit has joined #openstack-kolla | 02:49 | |
sdake | duonghq its recorded | 02:52 |
sdake | https://drive.google.com/open?id=0B8q6xDPETSkHTkZfRTVhYzhSaW8 | 02:52 |
duonghq | sdake, thanks | 02:52 |
*** ssurana has joined #openstack-kolla | 02:58 | |
*** unicell has joined #openstack-kolla | 03:00 | |
*** goldyfruit has quit IRC | 03:00 | |
*** ssurana has quit IRC | 03:03 | |
*** adrian_otto has quit IRC | 03:09 | |
*** zhurong has quit IRC | 03:15 | |
*** iniazi has joined #openstack-kolla | 03:16 | |
*** gkadam has joined #openstack-kolla | 03:19 | |
*** schwicht has joined #openstack-kolla | 03:21 | |
*** vhosakot has quit IRC | 03:22 | |
*** salv-orlando has joined #openstack-kolla | 03:38 | |
*** cuongnv has quit IRC | 03:40 | |
*** cuongnv has joined #openstack-kolla | 03:41 | |
*** salv-orlando has quit IRC | 03:43 | |
*** david-lyle has quit IRC | 04:05 | |
*** david-lyle_ has joined #openstack-kolla | 04:05 | |
*** mcnanci has quit IRC | 04:10 | |
*** huzhengchuan has quit IRC | 04:10 | |
*** felixtsang has quit IRC | 04:11 | |
*** david-lyle_ is now known as david-lyle | 04:12 | |
*** eaguilar_ has quit IRC | 04:15 | |
*** huzhengchuan has joined #openstack-kolla | 04:30 | |
*** eanylin has joined #openstack-kolla | 04:37 | |
*** eanylin_ has joined #openstack-kolla | 04:38 | |
*** salv-orlando has joined #openstack-kolla | 04:39 | |
*** eanylin has quit IRC | 04:41 | |
*** skramaja has joined #openstack-kolla | 04:41 | |
*** salv-orlando has quit IRC | 04:44 | |
*** mcnanci has joined #openstack-kolla | 04:45 | |
*** skramaja has quit IRC | 04:46 | |
*** jascott1 has quit IRC | 04:49 | |
*** schwicht has quit IRC | 04:55 | |
*** skramaja has joined #openstack-kolla | 04:56 | |
*** ssurana has joined #openstack-kolla | 05:02 | |
*** zhurong has joined #openstack-kolla | 05:07 | |
*** salv-orlando has joined #openstack-kolla | 05:16 | |
*** jascott1 has joined #openstack-kolla | 05:17 | |
*** janki has joined #openstack-kolla | 05:19 | |
*** felixtsang has joined #openstack-kolla | 05:26 | |
*** yangyape_ has joined #openstack-kolla | 05:35 | |
*** adrian_otto has joined #openstack-kolla | 05:48 | |
*** felixtsang has quit IRC | 05:52 | |
*** zhurong has quit IRC | 05:52 | |
*** jmccarthy has joined #openstack-kolla | 05:56 | |
*** dixiaoli_ has joined #openstack-kolla | 05:59 | |
*** dixiaoli_ has quit IRC | 06:00 | |
*** dixiaoli has quit IRC | 06:00 | |
*** dixiaoli has joined #openstack-kolla | 06:01 | |
*** yingjun has joined #openstack-kolla | 06:02 | |
*** huzhengchuan has quit IRC | 06:05 | |
openstackgerrit | Chen proposed openstack/kolla master: Fix table formatting issue in README.rst https://review.openstack.org/459954 | 06:11 |
openstackgerrit | jianyi proposed openstack/kolla-ansible master: all.yml should be in alphabetical order https://review.openstack.org/459956 | 06:20 |
*** MarginHu has joined #openstack-kolla | 06:24 | |
*** zhurong has joined #openstack-kolla | 06:24 | |
*** caowei has joined #openstack-kolla | 06:26 | |
*** caowei has quit IRC | 06:27 | |
*** caowei has joined #openstack-kolla | 06:28 | |
*** zhurong has quit IRC | 06:33 | |
*** matrohon has joined #openstack-kolla | 06:52 | |
*** chas has joined #openstack-kolla | 06:55 | |
*** MarginHu has quit IRC | 06:57 | |
*** MasterOfBugs has quit IRC | 07:00 | |
*** manheim has joined #openstack-kolla | 07:00 | |
*** manheim has quit IRC | 07:04 | |
*** manheim has joined #openstack-kolla | 07:04 | |
*** shardy has joined #openstack-kolla | 07:05 | |
*** janki has quit IRC | 07:10 | |
*** pcaruana has joined #openstack-kolla | 07:19 | |
*** zhurong has joined #openstack-kolla | 07:28 | |
*** adrian_otto has quit IRC | 07:31 | |
*** nathharp has joined #openstack-kolla | 07:32 | |
*** athomas has joined #openstack-kolla | 07:47 | |
*** janki has joined #openstack-kolla | 07:51 | |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-kubernetes master: deployment-guide.rst enhancement and small fixes https://review.openstack.org/459392 | 07:51 |
*** magicboiz has quit IRC | 07:59 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Make Ironic inspector honour inventory https://review.openstack.org/436929 | 08:08 |
*** zhurong has quit IRC | 08:08 | |
*** gfidente has joined #openstack-kolla | 08:09 | |
*** gfidente has quit IRC | 08:09 | |
*** gfidente has joined #openstack-kolla | 08:09 | |
*** tovin07 has quit IRC | 08:17 | |
*** gfidente has quit IRC | 08:18 | |
*** gfidente has joined #openstack-kolla | 08:19 | |
*** gfidente has quit IRC | 08:19 | |
*** gfidente has joined #openstack-kolla | 08:19 | |
*** mgoddard has joined #openstack-kolla | 08:20 | |
*** pbourke has joined #openstack-kolla | 08:23 | |
openstackgerrit | Mathieu Rohon proposed openstack/kolla master: Add skydive service https://review.openstack.org/459995 | 08:28 |
*** jaosorior_away is now known as jaosorior | 08:28 | |
*** gfidente has quit IRC | 08:32 | |
openstackgerrit | Zeyu Zhu proposed openstack/kolla-kubernetes master: Add local registry option in deployment-guide https://review.openstack.org/459996 | 08:33 |
*** gkadam is now known as gkadam-afk | 08:33 | |
*** gfidente has joined #openstack-kolla | 08:34 | |
*** gfidente has quit IRC | 08:34 | |
*** gfidente has joined #openstack-kolla | 08:34 | |
*** jascott1 has quit IRC | 08:34 | |
*** trozet has joined #openstack-kolla | 08:35 | |
*** blallau has joined #openstack-kolla | 08:40 | |
*** ssurana has quit IRC | 08:42 | |
*** kolla-slack has quit IRC | 08:48 | |
*** kolla-slack1 has joined #openstack-kolla | 08:48 | |
*** Serlex has joined #openstack-kolla | 08:48 | |
*** janki has quit IRC | 08:49 | |
*** janki has joined #openstack-kolla | 08:49 | |
*** lpetrut has joined #openstack-kolla | 08:53 | |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-ansible master: Cleanup privileged attribut usage in containers https://review.openstack.org/460008 | 08:57 |
*** sambetts|afk is now known as sambetts | 09:00 | |
*** daidv has joined #openstack-kolla | 09:07 | |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-ansible master: Fix Telegraf container restarting issue https://review.openstack.org/460014 | 09:11 |
*** dixiaoli has quit IRC | 09:19 | |
*** zhurong has joined #openstack-kolla | 09:21 | |
*** dixiaoli has joined #openstack-kolla | 09:25 | |
*** skramaja has quit IRC | 09:34 | |
*** zhurong has quit IRC | 09:37 | |
*** yangyapeng has quit IRC | 09:40 | |
*** dixiaoli_ has joined #openstack-kolla | 09:40 | |
*** dixiaoli_ has quit IRC | 09:42 | |
*** mnasiadka has joined #openstack-kolla | 09:44 | |
*** dixiaoli has quit IRC | 09:44 | |
tervancovan | sdake plz merge this one https://review.openstack.org/#/c/459163/7 | 09:45 |
*** haplo37 has quit IRC | 09:47 | |
*** salv-orl_ has joined #openstack-kolla | 09:49 | |
*** salv-orlando has quit IRC | 09:52 | |
*** salv-orl_ has quit IRC | 09:55 | |
*** salv-orlando has joined #openstack-kolla | 09:55 | |
*** eaguilar has joined #openstack-kolla | 09:56 | |
*** haplo37 has joined #openstack-kolla | 09:56 | |
*** lpetrut_ has joined #openstack-kolla | 09:58 | |
*** yingjun has quit IRC | 10:00 | |
*** lpetrut has quit IRC | 10:01 | |
*** pbourke has quit IRC | 10:05 | |
*** tovin07_ has quit IRC | 10:06 | |
*** cuongnv has quit IRC | 10:08 | |
*** yangyape_ has quit IRC | 10:11 | |
*** yangyapeng has joined #openstack-kolla | 10:11 | |
*** yangyapeng has quit IRC | 10:15 | |
*** trozet has quit IRC | 10:17 | |
*** egonzalez has joined #openstack-kolla | 10:20 | |
*** StephenWang1991 has joined #openstack-kolla | 10:20 | |
*** eaguilar has quit IRC | 10:23 | |
*** duonghq has quit IRC | 10:24 | |
*** gkadam-afk is now known as gkadam | 10:30 | |
*** gfidente has quit IRC | 10:30 | |
*** gkadam has quit IRC | 10:31 | |
*** gkadam has joined #openstack-kolla | 10:31 | |
*** gkadam is now known as gkadam-afk | 10:31 | |
*** gfidente has joined #openstack-kolla | 10:31 | |
*** gfidente has quit IRC | 10:33 | |
*** gfidente has joined #openstack-kolla | 10:33 | |
*** gfidente has quit IRC | 10:33 | |
*** gfidente has joined #openstack-kolla | 10:33 | |
*** mcnanci_ has joined #openstack-kolla | 10:34 | |
*** skramaja has joined #openstack-kolla | 10:36 | |
*** mcnanci has quit IRC | 10:36 | |
*** jascott1 has joined #openstack-kolla | 10:39 | |
*** jascott1 has quit IRC | 10:44 | |
hrw | morning | 10:47 |
hrw | does someone builds ubuntu based images using kolla master? | 10:47 |
*** salv-orl_ has joined #openstack-kolla | 10:48 | |
hrw | cause I have a feeling that no one does that | 10:48 |
*** salv-orlando has quit IRC | 10:51 | |
*** pbourke has joined #openstack-kolla | 10:52 | |
*** salv-orl_ has quit IRC | 10:52 | |
*** shardy is now known as shardy_lunch | 11:09 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Ubuntu: use Pike repository https://review.openstack.org/460070 | 11:09 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Support non-x86 architectures (aarch64, ppc64le) https://review.openstack.org/430940 | 11:10 |
hrw | doing mass rebuild of ubuntu images now | 11:13 |
*** rwellum has joined #openstack-kolla | 11:14 | |
*** iniazi_ has joined #openstack-kolla | 11:18 | |
*** iniazi has quit IRC | 11:22 | |
*** gkadam-afk is now known as gkadam | 11:23 | |
*** StephenWang1991 has quit IRC | 11:33 | |
*** daidv has quit IRC | 11:34 | |
*** Serlex has quit IRC | 11:34 | |
*** gfidente has quit IRC | 11:34 | |
*** gfidente has joined #openstack-kolla | 11:35 | |
*** rwallner has joined #openstack-kolla | 11:42 | |
*** dciabrin has quit IRC | 11:45 | |
*** rwallner_ has joined #openstack-kolla | 11:45 | |
*** rwallner has quit IRC | 11:46 | |
*** rwallner_ has quit IRC | 11:48 | |
*** rwallner has joined #openstack-kolla | 11:48 | |
*** dciabrin has joined #openstack-kolla | 11:50 | |
*** papacz has joined #openstack-kolla | 11:52 | |
*** tvignaud has quit IRC | 11:52 | |
*** tvignaud has joined #openstack-kolla | 11:53 | |
*** yingjun has joined #openstack-kolla | 11:54 | |
*** egonzalez has quit IRC | 12:00 | |
*** egonzalez has joined #openstack-kolla | 12:05 | |
*** eanylin_ has quit IRC | 12:06 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla stable/ocata: Fix tempest dockerfile https://review.openstack.org/460083 | 12:11 |
*** StephenWang1991 has joined #openstack-kolla | 12:14 | |
openstackgerrit | Merged openstack/kolla-ansible master: Grafana: automatically set InfuxDB datasource https://review.openstack.org/457094 | 12:18 |
*** eanylin_ has joined #openstack-kolla | 12:19 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Implement Keystone zero-downtime upgrade https://review.openstack.org/425446 | 12:21 |
*** Serlex has joined #openstack-kolla | 12:21 | |
*** eanylin_ has quit IRC | 12:23 | |
*** tervancovan has quit IRC | 12:24 | |
*** syum has joined #openstack-kolla | 12:24 | |
*** syum is now known as Guest42157 | 12:25 | |
*** schwicht has joined #openstack-kolla | 12:28 | |
hrw | egonzalez: what do you feel about https://review.openstack.org/460070 one? It moves ubuntu to use Pike repo | 12:29 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Change serial behavior for playbooks https://review.openstack.org/460090 | 12:32 |
*** schwicht has quit IRC | 12:32 | |
egonzalez | hrw didn't know ubuntu was using ocata repos till now :/ | 12:34 |
egonzalez | good catch btw | 12:34 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Implement Keystone zero-downtime upgrade https://review.openstack.org/425446 | 12:35 |
*** rwallner has quit IRC | 12:36 | |
*** esharao has joined #openstack-kolla | 12:36 | |
*** rwallner has joined #openstack-kolla | 12:37 | |
*** shardy_lunch is now known as shardy | 12:39 | |
*** rhallisey has joined #openstack-kolla | 12:44 | |
*** yingjun has quit IRC | 12:44 | |
*** salv-orl_ has joined #openstack-kolla | 12:45 | |
*** schwicht has joined #openstack-kolla | 12:45 | |
*** yingjun has joined #openstack-kolla | 12:45 | |
*** trozet has joined #openstack-kolla | 12:47 | |
*** srwilkers has joined #openstack-kolla | 12:50 | |
*** yangyapeng has joined #openstack-kolla | 12:50 | |
*** skramaja has quit IRC | 12:51 | |
*** schwicht has quit IRC | 12:51 | |
*** salv-orl_ has quit IRC | 12:59 | |
sbezverk | egonzalez: do you have a second for qq? | 13:00 |
*** janki has quit IRC | 13:01 | |
*** jascott1 has joined #openstack-kolla | 13:02 | |
*** janki has joined #openstack-kolla | 13:02 | |
*** egonzalez has quit IRC | 13:04 | |
*** yangyapeng has quit IRC | 13:04 | |
*** egonzalez has joined #openstack-kolla | 13:05 | |
egonzalez | sbezverk yep | 13:05 |
sbezverk | egonzalez: thanks.. how do you guys deal with the case when an docker image requeres the same rpm for both source and binary install type? | 13:06 |
*** schwicht has joined #openstack-kolla | 13:06 | |
sbezverk | can you check this ps and let me know if it does or does not follow normal practice? https://review.openstack.org/459885 | 13:07 |
egonzalez | sbezverk clear example is cinder base https://github.com/openstack/kolla/blob/master/docker/cinder/cinder-base/Dockerfile.j2 | 13:08 |
*** goldyfruit has joined #openstack-kolla | 13:08 | |
sbezverk | egonzalez: thanks I will check it out | 13:09 |
*** Pavo has joined #openstack-kolla | 13:09 | |
*** jascott1 has quit IRC | 13:09 | |
egonzalez | sbezverk usually for binary packages are append to the same package list and in source add new macros install and then install source | 13:09 |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-ansible master: Generalize api_interface_address variable usage https://review.openstack.org/457479 | 13:12 |
*** gkadam has quit IRC | 13:12 | |
*** Guest42157 has quit IRC | 13:12 | |
*** blallau has quit IRC | 13:14 | |
*** zhuzeyu has quit IRC | 13:16 | |
*** zhuzeyu has joined #openstack-kolla | 13:17 | |
*** rwallner has quit IRC | 13:17 | |
*** jtriley has joined #openstack-kolla | 13:19 | |
*** yangyapeng has joined #openstack-kolla | 13:20 | |
*** Pavo has quit IRC | 13:20 | |
*** eaguilar has joined #openstack-kolla | 13:23 | |
*** rwallner has joined #openstack-kolla | 13:24 | |
kfox1111 | morning. | 13:25 |
*** yangyapeng has quit IRC | 13:25 | |
*** jchhatbar has joined #openstack-kolla | 13:26 | |
*** janki has quit IRC | 13:28 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: Add Prometheus support. https://review.openstack.org/459473 | 13:29 |
*** yingjun has quit IRC | 13:29 | |
*** papacz has quit IRC | 13:29 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla master: Fixing missing genisoimage in nova-compute-ironic https://review.openstack.org/459885 | 13:32 |
sbezverk | kfox1111: good morning, early today ;) ?? | 13:32 |
sbezverk | egonzalez: please check this version https://review.openstack.org/459885 | 13:32 |
kfox1111 | sbezverk: alittle bit. :) | 13:34 |
hrw | egonzalez: that's why I asked does someone build those ;D | 13:34 |
*** Pavo has joined #openstack-kolla | 13:35 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Implement Keystone zero-downtime upgrade https://review.openstack.org/425446 | 13:36 |
*** jaosorior is now known as jaosorior_away | 13:36 | |
hrw | sbezverk: added note | 13:36 |
*** StephenWang1991 has quit IRC | 13:37 | |
*** yingjun has joined #openstack-kolla | 13:37 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Implement Keystone zero-downtime upgrade https://review.openstack.org/425446 | 13:37 |
sbezverk | hrw: forgot that you guys are crazy about alphabet ;) | 13:37 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla master: Fixing missing genisoimage in nova-compute-ironic https://review.openstack.org/459885 | 13:39 |
*** eaguilar has quit IRC | 13:41 | |
srwilkers | morning o/ | 13:41 |
hrw | sbezverk: I had to change my patches after someone alphabetized those lists. then had to change other one cause someone forgot | 13:42 |
sbezverk | srwilkers: morning | 13:43 |
*** blallau has joined #openstack-kolla | 13:44 | |
*** g3ek has quit IRC | 13:47 | |
srwilkers | sbezverk, hows it going man? | 13:47 |
*** eaguilar has joined #openstack-kolla | 13:52 | |
*** Pavo has quit IRC | 13:55 | |
*** rhallisey has quit IRC | 13:55 | |
*** rhallisey has joined #openstack-kolla | 13:56 | |
*** yangyapeng has joined #openstack-kolla | 13:56 | |
*** g3ek has joined #openstack-kolla | 13:56 | |
*** eaguilar has quit IRC | 13:57 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Add compute inventory precheck https://review.openstack.org/460118 | 13:58 |
*** ksumit has joined #openstack-kolla | 13:59 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: Add Prometheus support. https://review.openstack.org/459473 | 14:06 |
*** jascott1 has joined #openstack-kolla | 14:06 | |
*** jayahn has joined #openstack-kolla | 14:08 | |
*** adrian_otto has joined #openstack-kolla | 14:08 | |
*** ksumit has left #openstack-kolla | 14:08 | |
*** jchhatbar is now known as janki | 14:10 | |
*** jascott1 has quit IRC | 14:11 | |
*** adrian_otto has quit IRC | 14:12 | |
*** jmccarthy has quit IRC | 14:14 | |
*** rwallner has quit IRC | 14:15 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Add compute inventory precheck https://review.openstack.org/460118 | 14:17 |
*** jmccarthy has joined #openstack-kolla | 14:17 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Add compute inventory precheck https://review.openstack.org/460118 | 14:18 |
*** rwallner has joined #openstack-kolla | 14:19 | |
*** athomas has quit IRC | 14:21 | |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-ansible master: Configure Kibana default index pattern https://review.openstack.org/458156 | 14:24 |
openstackgerrit | Bertrand Lallau proposed openstack/kolla-ansible master: Fix neutron agents restarted on ml2 config change https://review.openstack.org/447992 | 14:26 |
*** athomas has joined #openstack-kolla | 14:26 | |
*** StephenWang1991 has joined #openstack-kolla | 14:28 | |
*** srwilkers has quit IRC | 14:29 | |
*** mnasiadka has quit IRC | 14:30 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla master: Fixing missing genisoimage in nova-compute-ironic https://review.openstack.org/459885 | 14:31 |
*** lpetrut_ has quit IRC | 14:33 | |
*** StephenWang1991 has quit IRC | 14:33 | |
*** egonzalez has quit IRC | 14:34 | |
*** manheim has quit IRC | 14:35 | |
*** salv-orlando has joined #openstack-kolla | 14:38 | |
hrw | sbezverk: s/Fixing/fix/ | 14:38 |
*** srwilkers has joined #openstack-kolla | 14:39 | |
*** salv-orl_ has joined #openstack-kolla | 14:39 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla master: Fixing missing genisoimage in nova-compute-ironic https://review.openstack.org/459885 | 14:39 |
sbezverk | hrw: and what is the technical benefit of changing fixing to fix ;) ?? | 14:40 |
*** manheim has joined #openstack-kolla | 14:40 | |
sbezverk | other than 3 bytes shorter | 14:41 |
hrw | sbezverk: grammar | 14:41 |
hrw | +1 | 14:42 |
berendt | is it not possible to reduce the duplicated content? | 14:43 |
berendt | i commented in the review | 14:43 |
sbezverk | berendt: it was reduced to a single macro call | 14:43 |
*** salv-orlando has quit IRC | 14:43 | |
openstackgerrit | Merged openstack/kolla-ansible master: Cleanup privileged attribut usage in containers https://review.openstack.org/460008 | 14:43 |
sbezverk | but then egonzalez brought up an issue with binary/ubuntu where a special treatment kills all possibility efficiency ;) | 14:44 |
openstackgerrit | Merged openstack/kolla-ansible master: Add OS_REGION_NAME to admin-openrc.sh.j2 https://review.openstack.org/459155 | 14:44 |
openstackgerrit | Merged openstack/kolla-ansible master: Fix folder creation at quickstart https://review.openstack.org/459725 | 14:44 |
*** manheim has quit IRC | 14:46 | |
*** dave-mccowan has joined #openstack-kolla | 14:47 | |
*** manheim has joined #openstack-kolla | 14:48 | |
*** egonzalez has joined #openstack-kolla | 14:51 | |
*** manheim has quit IRC | 14:53 | |
*** manheim has joined #openstack-kolla | 14:55 | |
*** manheim has quit IRC | 14:57 | |
*** denaitre has joined #openstack-kolla | 15:00 | |
*** denaitre has quit IRC | 15:00 | |
*** rhallisey has quit IRC | 15:01 | |
*** denaitre has joined #openstack-kolla | 15:01 | |
berendt | do we not have our team meeting today? | 15:03 |
*** janki has quit IRC | 15:03 | |
*** eaguilar has joined #openstack-kolla | 15:05 | |
*** rhallisey has joined #openstack-kolla | 15:06 | |
*** yingjun has quit IRC | 15:08 | |
*** rhallisey has quit IRC | 15:08 | |
*** duonghq has joined #openstack-kolla | 15:08 | |
*** rhallisey has joined #openstack-kolla | 15:08 | |
*** jascott1 has joined #openstack-kolla | 15:08 | |
*** jrich523 has joined #openstack-kolla | 15:09 | |
hrw | next hour iirc | 15:09 |
*** gianpietro has joined #openstack-kolla | 15:09 | |
*** rhallisey has quit IRC | 15:11 | |
*** jascott1 has quit IRC | 15:13 | |
inc0 | good morning | 15:13 |
inc0 | berendt: in 1 hr | 15:14 |
inc0 | 4pm utc | 15:14 |
*** tonanhngo has quit IRC | 15:15 | |
openstackgerrit | Murali proposed openstack/kolla-ansible master: Fix MySQL DB create failure detection mechanism https://review.openstack.org/460141 | 15:15 |
*** rhallisey has joined #openstack-kolla | 15:15 | |
hrw | inc0: hi | 15:16 |
inc0 | hey | 15:16 |
hrw | inc0: posted update non-x86 patch with some release notes added | 15:16 |
*** fooliouno has joined #openstack-kolla | 15:16 | |
*** chas has quit IRC | 15:16 | |
hrw | inc0: https://review.openstack.org/460070 is trivial one waiting for +2 +W from someone with power | 15:17 |
hrw | inc0: it moves Ubuntu based builds to Pike as they are still at Ocata | 15:17 |
inc0 | hrw: you know there is a way to gain these powers right? | 15:17 |
hrw | inc0: I do not +2 own patches | 15:17 |
hrw | it is against the rules for me | 15:17 |
inc0 | touche, it is against rules | 15:18 |
inc0 | but you could +2 other patches | 15:18 |
hrw | inc0: so far I prefer to stay with +1 power for them | 15:18 |
*** StephenWang1991 has joined #openstack-kolla | 15:18 | |
inc0 | lol | 15:18 |
*** mannamne has joined #openstack-kolla | 15:18 | |
hrw | I consider myself still kind of newbie in docker world | 15:18 |
hrw | so far I know THREE docker commands: images, rmi, run | 15:19 |
hrw | ok, four. ps too | 15:19 |
inc0 | don't let it stop you;) everyone will have area of expertise somewhere | 15:19 |
inc0 | logs is useful | 15:19 |
inc0 | ;) | 15:19 |
hrw | ;) | 15:19 |
*** iniazi has joined #openstack-kolla | 15:19 | |
inc0 | speaking of docker commands, let see if my env still lives | 15:20 |
hrw | inc0: I got task to handle hub/registry stuff so will learn something new | 15:20 |
inc0 | cool | 15:20 |
hrw | inc0: thanks for +2 +w | 15:20 |
Reepicheep | inc0: so is your env still alive? | 15:21 |
Reepicheep | I'm still attempting as many tasks as I can think of before I pull the "Production" trigger | 15:22 |
*** yingjun has joined #openstack-kolla | 15:23 | |
*** iniazi_ has quit IRC | 15:23 | |
Reepicheep | currently making sure I can upgrade a live environment from 4.0.0 to 4.0.1 with out something bad happening | 15:23 |
Reepicheep | the jury is still out on my ability to do that | 15:23 |
inc0 | Reepicheep: barely, but not my fault, infra I set it up on | 15:25 |
inc0 | openstack itself seems healthy and nice | 15:26 |
inc0 | yup, my env is allright | 15:28 |
*** bswartz has quit IRC | 15:29 | |
Reepicheep | sweet, this is the production one you have been working on? | 15:29 |
sbezverk | inc0: please check https://review.openstack.org/459885 | 15:30 |
inc0 | sbezverk: done | 15:31 |
sbezverk | inc0: I am not familiar with syntax to add packages to already initalized var.. any pointers? | 15:34 |
egonzalez | inc0 you know how is the behaviour of packages_append in customization, if an _append is made in dockerfile, and users add package_append, are both packages added? one overrided? | 15:34 |
kfox1111 | back. | 15:34 |
inc0 | at begginging do {% set ironic_packages=['genisoimage'] %} and then inf if do {% ironic_packages = ironic_packages + ['ironic'] %} | 15:35 |
inc0 | egonzalez: don't add _append in dockerfile | 15:35 |
inc0 | no need | 15:35 |
hrw | sbezverk: {% set var = var + [ 'entry', 'entry2' ] %} | 15:35 |
hrw | o, set can be optional? | 15:36 |
sbezverk | inc0: got it thanks.. | 15:36 |
inc0 | reason we have _append is because there is no way to inject new variable in between variable initialization and macro | 15:36 |
inc0 | hrw: no, it's required, I made mistake | 15:37 |
*** rmart04 has joined #openstack-kolla | 15:37 | |
*** salv-orl_ has quit IRC | 15:37 | |
inc0 | egonzalez: and while we could do adding packages with just initializing var in override, there would be no way to remove them | 15:38 |
*** eaguilar has quit IRC | 15:38 | |
egonzalez | inc0 roger, thanks for explanation | 15:39 |
duonghq | anybody knows if we create nova cell0 db when upgrade from N->O? | 15:40 |
inc0 | we do | 15:40 |
kfox1111 | hehe... http://logs.openstack.org/73/459473/9/check/gate-kolla-kubernetes-deploy-centos-binary-2-external-ovs-nv/f559317/logs/prometheus/cinder-api-4249958568-5rzbd.pom | 15:40 |
duonghq | I do not see any related logic in kolla-ansible @ master | 15:40 |
kfox1111 | some prometheus data's starting to work. :) | 15:40 |
inc0 | duonghq: I think it was removed in master | 15:40 |
duonghq | inc0, ah, thank, so the logic has short live | 15:41 |
inc0 | yeah master will be pike | 15:41 |
inc0 | duonghq: https://github.com/openstack/kolla-ansible/blob/stable/ocata/ansible/roles/nova/tasks/simple_cell_setup.yml | 15:41 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla master: Fixing missing genisoimage in nova-compute-ironic https://review.openstack.org/459885 | 15:43 |
duonghq | inc0, thank you, see related-logic in upgrade.yml | 15:43 |
sbezverk | inc0: is it ok now? | 15:43 |
egonzalez | duonghq was removed in master due cell creation was only needed from N to O | 15:44 |
inc0 | one more nit sbezverk | 15:44 |
egonzalez | duonghq https://github.com/openstack/kolla-ansible/blob/stable/ocata/ansible/roles/nova/tasks/upgrade.yml#L9 | 15:45 |
sbezverk | inc0: cannot do that | 15:45 |
inc0 | why? | 15:46 |
sbezverk | because then macro will be run two times for binary | 15:46 |
inc0 | remove one from binary then:) | 15:46 |
sbezverk | inc0: egonzalez told me not to remove | 15:46 |
inc0 | but I guess then you'll need to remove conf file in if... | 15:46 |
inc0 | ok it's not a big deal, I'll remove -1 | 15:46 |
duonghq | egonzalez, thank, saw that | 15:47 |
sbezverk | inc0: cool, thanks a lot.. | 15:47 |
inc0 | meeting in 10min | 15:48 |
inc0 | we don't seem to have any agenda tho | 15:48 |
inc0 | duonghq: we didn't do daidv's topics last week right? | 15:49 |
inc0 | wanna handle them today? | 15:49 |
duonghq | inc0, yes, thank you | 15:49 |
duonghq | egonzalez, do you want to bringup keystone again? | 15:49 |
*** MasterOfBugs has joined #openstack-kolla | 15:51 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Change serial behaviour for playbooks https://review.openstack.org/460090 | 15:52 |
hrw | inc0: I can q&a for non-x86 questions ;D | 15:52 |
inc0 | lol, sure | 15:53 |
inc0 | hrw: https://wiki.openstack.org/wiki/Meetings/Kolla#Agenda_for_next_meeting_.28Apr_26th_2017.29 add it to agenda before open discussion | 15:53 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Add Initial Prometheus support. https://review.openstack.org/459473 | 15:54 |
hrw | done | 15:54 |
*** bmace has quit IRC | 15:54 | |
hrw | will logout around xx:40 due to local stuff | 15:55 |
inc0 | hrw: worst case scenerio we'll move it to next meeting | 15:55 |
inc0 | I want to make sure that we will handle daidv's topics as they were bumped twice already | 15:55 |
hrw | ;) | 15:56 |
hrw | sure | 15:56 |
duonghq | daidv's topic should be short one | 15:56 |
inc0 | cool | 15:56 |
hrw | inc0: my entry is more like a filler ;D | 15:56 |
duonghq | t-4mins :P | 15:56 |
inc0 | we're nearing summit so it's always quieter time | 15:57 |
duonghq | ya | 15:57 |
duonghq | look forward for the summit | 15:57 |
duonghq | so I can meet you guys in person | 15:57 |
inc0 | yeah | 15:57 |
inc0 | duonghq: will you be able to help me with kolla-ansible workshops? | 15:57 |
inc0 | I'm in dire need of mentors in room | 15:57 |
duonghq | inc0, sure | 15:58 |
inc0 | thanks! | 15:58 |
hrw | I will have to ping my manager about ptg/summit.au | 15:58 |
duonghq | my pleasure | 15:58 |
inc0 | its going to be cool | 15:58 |
inc0 | k meeting time | 15:58 |
duonghq | yeah, should have much fun | 15:58 |
duonghq | kk | 15:58 |
*** jascott1 has joined #openstack-kolla | 15:58 | |
openstackgerrit | Merged openstack/kolla master: Ubuntu: use Pike repository https://review.openstack.org/460070 | 16:01 |
*** chas has joined #openstack-kolla | 16:03 | |
*** trozet has quit IRC | 16:04 | |
*** StephenWang1991 has quit IRC | 16:04 | |
*** yingjun has quit IRC | 16:04 | |
*** gianpietro has quit IRC | 16:05 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Support non-x86 architectures (aarch64, ppc64le) https://review.openstack.org/430940 | 16:07 |
hrw | just rebased | 16:07 |
*** chas_ has joined #openstack-kolla | 16:07 | |
*** rwallner has quit IRC | 16:08 | |
*** chas has quit IRC | 16:09 | |
*** gianpietro has joined #openstack-kolla | 16:09 | |
*** jayahn has quit IRC | 16:18 | |
*** sambetts is now known as sambetts|afk | 16:18 | |
*** matrohon has quit IRC | 16:19 | |
*** unicell has quit IRC | 16:21 | |
*** shasha___ has joined #openstack-kolla | 16:21 | |
*** jaosorior_away is now known as jaosorior | 16:22 | |
*** eaguilar has joined #openstack-kolla | 16:24 | |
*** bmace has joined #openstack-kolla | 16:26 | |
*** jaosorior has quit IRC | 16:26 | |
*** jaosorior has joined #openstack-kolla | 16:27 | |
*** jaosorior is now known as jaosorior_away | 16:27 | |
*** eaguilar has quit IRC | 16:28 | |
*** yangyapeng has quit IRC | 16:29 | |
*** eaguilar has joined #openstack-kolla | 16:31 | |
*** eaguilar has quit IRC | 16:31 | |
*** jmccarthy has left #openstack-kolla | 16:33 | |
*** mgoddard has quit IRC | 16:35 | |
*** papacz has joined #openstack-kolla | 16:36 | |
*** vhosakot has joined #openstack-kolla | 16:37 | |
*** blallau has quit IRC | 16:40 | |
*** adrian_otto has joined #openstack-kolla | 16:40 | |
inc0 | what's up Vikram | 16:43 |
inc0 | ? | 16:43 |
duonghq | so we have at least Neutron, Glance, Keystone needed implement their upgrade procedure | 16:44 |
inc0 | and nova | 16:44 |
egonzalez | duonghq worked today on fixing serial issue, https://review.openstack.org/#/c/425446/23/ansible/site.yml | 16:44 |
duonghq | ah, yeah | 16:44 |
inc0 | I implemented nova at very beggining | 16:45 |
inc0 | and here's the thing | 16:45 |
egonzalez | depends on this new change https://review.openstack.org/#/c/460090/2 | 16:45 |
inc0 | as long as compute node services has this | 16:45 |
inc0 | it's good for me | 16:45 |
vhosakot | inc0: yeah, so I'm giving a talk for 30 mins about Kolla and Kolla-kubernetes (with probably a demo as well) at the Red Hat summit in Boston next week. So, just wanted to know if I need to cover anything special that benefits the community and also some tips to attract contributors/developers to Kolla and Kolla-kubernetes project in general. | 16:45 |
inc0 | upgrading control plane is subsecond downtime anywya | 16:45 |
vhosakot | sdake: would like to hear if you have any feedback as well. | 16:45 |
inc0 | vhosakot: next week: | 16:46 |
inc0 | ? | 16:46 |
*** rwallner has joined #openstack-kolla | 16:46 | |
inc0 | so you can shout out to workshops we'll hold in summit | 16:46 |
egonzalez | duonghq not sure if serial fix is the best option to go, probably there is a better implementation | 16:46 |
rwellum | vhosakot: we have a deployment guide that's in pretty good shape: https://docs.openstack.org/developer/kolla-kubernetes/deployment-guide.html | 16:46 |
*** rwallner has quit IRC | 16:46 | |
vhosakot | inc0: yes, Red Hat summit is next in Boston May 2-4. My talk in on Wednesday May 3rd. | 16:47 |
*** rwallner has joined #openstack-kolla | 16:47 | |
duonghq | egonzalez, maybe notify feature? we delegate some step to [0] node, then trigger others? | 16:47 |
vhosakot | rwellum: yes, thanks for that point. I'm referring it and flashing it many times in my slides :) | 16:47 |
inc0 | vhosakot: https://www.openstack.org/summit/boston-2017/summit-schedule/events/18177/easier-openstack-deployment-novice-installation-using-kolla | 16:47 |
inc0 | if someone wants to try it for himself | 16:47 |
inc0 | :) | 16:47 |
vhosakot | inc0: yes, I have a 2 hour slot to do a worrkshop as well, thanks for that link :) | 16:48 |
duonghq | inc0, do you have any plan for the workshop? | 16:48 |
inc0 | duonghq: yeah | 16:48 |
inc0 | I'll give everyone 5 vms | 16:48 |
vhosakot | inc0: how do you plan to do the workshop in https://www.openstack.org/summit/boston-2017/summit-schedule/events/18177/easier-openstack-deployment-novice-installation-using-kolla ? hands-on? | 16:48 |
inc0 | ubuntu or centos of their chosing | 16:48 |
vhosakot | inc0: 5 vms? it is multi-node? | 16:49 |
inc0 | and walk through getting prod-like kolla up and running | 16:49 |
inc0 | yeah | 16:49 |
vhosakot | inc0: yes, I'm planning to do the same as well next week. | 16:49 |
inc0 | I want multionde ha and all cool | 16:49 |
*** nathharp has quit IRC | 16:49 | |
duonghq | where do you setup the vms? | 16:49 |
vhosakot | inc0: what do you plan to show at the end of the workshop? (horizon GUI, booting a nova VM?, working k8s pods) ? | 16:49 |
rwellum | vhosakot: cool. Sadly didn't get funding for RH Summit. | 16:50 |
rwellum | vhosakot: Definitely show how to use the cluster :) Seems to be missing mainly from the documentation. | 16:50 |
vhosakot | rwellum: me too, not much funding.. no hotel, just expo booth pass for me :) | 16:50 |
vhosakot | I also want to show out great gates :) | 16:51 |
spsurya | sdake: ws ? | 16:51 |
inc0 | vhosakot: spawn first vm and ssh to it | 16:52 |
duonghq | inc0, seems that your workshop does not have rsvp? | 16:52 |
sdake | indeed the upstream workshop will be held today (couple people asked) | 16:52 |
vhosakot | inc0: great, that is an awesome way to end a demo.. I'm aim for it too.. cool :) | 16:52 |
inc0 | duonghq: maybe it ran out, I have list of users already, but I was thinking it's still incomplete | 16:52 |
vhosakot | sdake: when is it today? I'd like to attend? was there a mail send to the ML? | 16:53 |
sdake | indeed its on the ml | 16:53 |
sdake | itsin 7 minutes vhosakot | 16:53 |
vhosakot | sdake: I'll join it :) thanks for letting me know | 16:53 |
duonghq | Time remaining until you can join: 01:19 from webex | 16:53 |
Serlex | got a link? | 16:54 |
Serlex | I'm not on the mailing list | 16:54 |
duonghq | Serlex, https://cisco.webex.com/ciscosales/j.php?MTID=m726d1915a1fa61470a810c9c9b01a4ef | 16:54 |
Serlex | <3 | 16:54 |
vhosakot | thanks duonghq | 16:55 |
vhosakot | sdake: http://lists.openstack.org/pipermail/openstack-dev/2017-April/115825.html found it | 16:55 |
*** hieulq_ has joined #openstack-kolla | 16:56 | |
inc0 | duonghq: I think rvsp is done elsewhere | 16:56 |
duonghq | inc0, ah, roger | 16:56 |
inc0 | not sure tho | 16:57 |
inc0 | in any case you don't need to rvsp | 16:57 |
inc0 | since you'll be mentoring | 16:57 |
spsurya | sdake: passwd | 16:57 |
spsurya | ? | 16:57 |
Serlex | openstack | 16:58 |
duonghq | inc0, got it | 16:58 |
duonghq | how do we communicate in the summit? Skype, texting, or...? | 16:58 |
*** papacz1 has joined #openstack-kolla | 16:59 | |
vhosakot | me too, I can access the link https://cisco.webex.com/ciscosales/j.php?MTID=m726d1915a1fa61470a810c9c9b01a4ef too without RSVP'ing. | 16:59 |
*** papacz has quit IRC | 17:02 | |
*** papacz1 has quit IRC | 17:03 | |
sdake | duonghq click "connect to audio" :) | 17:04 |
sdake | spsurya ^^ | 17:04 |
duonghq | sdake, my desktop do not have microphone :( | 17:04 |
inc0 | duonghq: normally we create whatsapp group | 17:05 |
gfidente | back later | 17:05 |
inc0 | try to get internet in US | 17:05 |
*** gfidente has quit IRC | 17:05 | |
*** jtriley has quit IRC | 17:06 | |
vhosakot | etherpad link - https://etherpad.openstack.org/p/kolla-demystifying-gate | 17:07 |
*** unicell has joined #openstack-kolla | 17:08 | |
duonghq | vhosakot, do you got error: ReferenceError: require is not defined in https://etherpad.openstack.org/p/kolla-demystifying-gate (line 552) | 17:10 |
duonghq | inc0, yeah, I can get Internet in US | 17:10 |
vhosakot | I can access it fine without issues duonghq | 17:10 |
duonghq | vhosakot, hmm, strange | 17:10 |
vhosakot | duonghq: can you access https://etherpad.openstack.org/ ? | 17:10 |
duonghq | yeah | 17:11 |
duonghq | inc0, I never get used to OTT app ^^, but it's not bad option | 17:12 |
duonghq | there alwasy something worrying me about the app, | 17:12 |
duonghq | but I will use anything you guys use | 17:13 |
vhosakot | duonghq: in https://etherpad.openstack.org/, you can type "kolla-demystifying-gate" in the text box. | 17:13 |
*** mannamne has quit IRC | 17:13 | |
duonghq | vhosakot, I get same error | 17:14 |
duonghq | vhosakot, ya, chromium is ok | 17:14 |
vhosakot | duonghq: hmm.. strange.. may be try a different browser / | 17:14 |
duonghq | thanks | 17:14 |
*** ksumit has joined #openstack-kolla | 17:15 | |
inc0 | whatsapp is fine for this puirpose | 17:16 |
inc0 | allows you to share location and stuff like that | 17:16 |
*** ksumit has quit IRC | 17:17 | |
duonghq | inc0, normally, I'm against location sharing :P but for summit, I just fine | 17:17 |
*** jtriley has joined #openstack-kolla | 17:17 | |
inc0 | haha I hear ya;) well, you send loc in message so it's not tracking | 17:18 |
inc0 | I'm glad we meet! | 17:18 |
inc0 | bring some tasties from Vietnam;0 | 17:18 |
*** StephenWang1991 has joined #openstack-kolla | 17:18 | |
duonghq | inc0, iirc, you like tea? | 17:18 |
inc0 | I love tea, if you could bring me some I'll be really grateful | 17:19 |
inc0 | ! | 17:19 |
*** mgoddard has joined #openstack-kolla | 17:19 | |
duonghq | inc0, do you use loose-leaf tea?, I prefer loose-leaf tea over other type | 17:19 |
inc0 | yes, me too | 17:19 |
duonghq | nice | 17:19 |
inc0 | my wife just got back from Assam so I got a lot of good Assam tea | 17:20 |
inc0 | but what do you drink in Vietnam? oolong? | 17:20 |
duonghq | hmm, just green tea, oolong is quite higher grade than everyday drink for me | 17:21 |
inc0 | yeah it's not casual | 17:21 |
inc0 | taste is also too strong for just casual | 17:21 |
inc0 | anywya, I won't keep you awake:) | 17:21 |
duonghq | ah, tea in Vietnam usualy has strong taste | 17:21 |
inc0 | but I really appreciate your thoughtfullness | 17:22 |
inc0 | I'm very excited to try Viet tea:) | 17:22 |
duonghq | inc0, ;) | 17:22 |
*** StephenWang1991 has quit IRC | 17:23 | |
inc0 | ok, I'm goign afk for a bit | 17:23 |
inc0 | talk to you all later! | 17:23 |
duonghq | inc0, kk | 17:23 |
*** Serlex has quit IRC | 17:29 | |
*** yangyapeng has joined #openstack-kolla | 17:30 | |
*** athomas has quit IRC | 17:35 | |
*** yangyapeng has quit IRC | 17:35 | |
*** gfidente has joined #openstack-kolla | 17:36 | |
*** gfidente is now known as gfidente|afk | 17:36 | |
*** eaguilar has joined #openstack-kolla | 17:37 | |
Reepicheep | sdake: thanks | 17:38 |
sdake | Reepicheep sure np :) - come armed with questions - need to be grilled :) | 17:39 |
Reepicheep | I feel like I'm still at the stage of I need to sit in the corner and absorb info | 17:40 |
*** pcaruana has quit IRC | 17:40 | |
duonghq | sdake, thanks, bye for now | 17:40 |
Reepicheep | I hope to get there sometime | 17:40 |
*** duonghq has quit IRC | 17:41 | |
vhosakot | sdake: good session, thanks | 17:41 |
*** eaguilar_ has joined #openstack-kolla | 17:41 | |
sdake | vhosakot sure np :) | 17:42 |
*** eaguilar_ has quit IRC | 17:42 | |
*** eaguilar has quit IRC | 17:43 | |
rwellum | sdake: went end-to-end on the deployment guide and now have fully deployed kolla-kubernetes cluster. | 17:44 |
*** franza has joined #openstack-kolla | 17:44 | |
*** hieulq_ has quit IRC | 17:44 | |
*** adrian_otto has quit IRC | 17:49 | |
vhosakot | rwellum: cool | 17:50 |
*** shardy has quit IRC | 17:50 | |
franza | Regarding https://docs.openstack.org/developer/kolla/image-building.html | 17:51 |
franza | How can we make sure we are using Ocata (or Newton, ...), and not just master? | 17:51 |
vhosakot | rwellum: you're talking end-to-end of the bare-metal guide https://docs.openstack.org/developer/kolla-kubernetes/deployment-guide.html? I'll try it too soon. | 17:51 |
rwellum | vhosakot: yes exactly. Only difference is I am running it on a VM (Centos 7) - not bare-metal. But it works just fine. | 17:52 |
vhosakot | rwellum: ah cool. | 17:53 |
*** unicell has quit IRC | 17:53 | |
rwellum | Note: https://review.openstack.org/#/c/459392/ - it's not merged yet - has some clarifications. | 17:53 |
rwellum | (to the guide) | 17:53 |
vhosakot | rwellum: curious what was the end in your end-to-end deploy :) were you able to access the Horizon GUI and ping google from inside a nova VM? | 17:53 |
*** unicell has joined #openstack-kolla | 17:54 | |
rwellum | I was able to run a demo VM, and assign a floating ip to it, which is the conclusion to the guide. I was going to ask in the community, what the next good steps are - like Horizon GUI etc. | 17:55 |
rwellum | That'd make a good demo as it's visual. | 17:56 |
*** ducttape_ has joined #openstack-kolla | 17:56 | |
Reepicheep | franza: AFAIK when you run kolla-build checkout the taged release you want | 17:56 |
franza | @Reepicheep How to do that? | 17:57 |
franza | Is it a cmd line option? | 17:57 |
Reepicheep | when your ran "tox -e genconfig" did you run it on a kolla source directory? | 17:58 |
franza | No, I had just installed using yum | 17:59 |
Reepicheep | if you got the source with "git" you can then checkout the tagged release with something like "git checkout tags/4.0.1" | 18:00 |
vhosakot | rwellum: cool, yep. that is a great demo :) | 18:00 |
franza | I see what you're saying. But the release I'd like to make sure about is the neutron release (I'd like it to be stable/ocata) | 18:01 |
rwellum | vhosakot: trying that now - will update you if I get it to work :) | 18:01 |
vhosakot | rwellum: yes, showing networking topology (with a public network, a private network, router, nova VM, all connected) in the Horizon is the best demo "visually/pictorially" IMO | 18:01 |
vhosakot | rwellum: yes, I'll keep you posted. | 18:02 |
vhosakot | rwellum: ping google from inside the nova VM is also a good next step as far as making sure neutron/L2/L3 is working fine end-to-end IMO. | 18:02 |
franza | Reepicheep: and the 4.0.1 label would be the Kolla label | 18:02 |
Reepicheep | franza: the latest newtron would be 3.0.3 | 18:03 |
Reepicheep | I'm sorry Newton | 18:03 |
franza | I mean Neutron. | 18:03 |
rwellum | vhosakot: ack | 18:03 |
franza | So from Kolla, I would like to create a neutron-server container, that uses a stable/ocata basaeline | 18:04 |
Reepicheep | sorry, Neutron and Newton are too close I misread what you had said | 18:04 |
*** tonanhngo has joined #openstack-kolla | 18:05 | |
franza | Reepicheep: Yes, the naming can be confusing. | 18:05 |
franza | :) | 18:05 |
Reepicheep | so are the containers build on master? I guess I assumed that they where stable for the realeases | 18:06 |
*** srwilkers has quit IRC | 18:06 | |
franza | Reepicheep: I was building from master, yes. But what I really want is to make sure I am using Ocata. | 18:08 |
*** srwilkers has joined #openstack-kolla | 18:09 | |
egonzalez | franza if you use kolla installed from yum, will install kolla version depending of your openstack-release repo | 18:09 |
*** fooliouno has quit IRC | 18:11 | |
Reepicheep | franza: yeah you may have to bulid the containers it from the kolla source, 4.0.x is ocata | 18:11 |
egonzalez | franza meaning, delorean repo install master and centos-release-openstack-ocata repo install kolla ocata | 18:11 |
*** StephenWang1991 has joined #openstack-kolla | 18:13 | |
*** chas_ has quit IRC | 18:18 | |
*** jtriley has quit IRC | 18:18 | |
*** StephenWang1991 has quit IRC | 18:19 | |
*** chas has joined #openstack-kolla | 18:21 | |
rwellum | vhosakot: http://prntscr.com/f15sj4 | 18:23 |
vhosakot | awesome! thanks :) | 18:23 |
rwellum | I'll keep going but wanted to show you Horizon. | 18:23 |
rwellum | :) | 18:23 |
vhosakot | :) | 18:23 |
*** gianpietro has quit IRC | 18:24 | |
*** gianpietro has joined #openstack-kolla | 18:24 | |
Reepicheep | egonzalez: hmm I have not even heard of the delorean repo.. Now I have not been around very long | 18:24 |
Reepicheep | I did find it referenced in the mitaka quick start docs | 18:25 |
*** chas has quit IRC | 18:26 | |
egonzalez | Reepicheep franza said kolla was installed from yum, delorean(DLRN) is master/testing repo in RDO project | 18:26 |
egonzalez | Reepicheep is nothing about kolla, are openstack packages for rpm based distros, in kolla we set delorean repo https://github.com/openstack/kolla/blob/master/kolla/common/config.py#L30 | 18:27 |
franza | egonzalez, Reepicheep: So if the version of the OpenStack services will always come from the overall Kolla repo, how can we have different services on different releases? | 18:29 |
franza | It's a very feasible scenario. | 18:29 |
*** adrian_otto has joined #openstack-kolla | 18:30 | |
egonzalez | franza i would say build different times for each release and then use the images you need | 18:31 |
egonzalez | franza main issue is that images share openstack-base image(eg: newton) but you need neutron-server in ocata | 18:32 |
*** yangyapeng has joined #openstack-kolla | 18:32 | |
egonzalez | will likely have package conflicts | 18:32 |
franza | egonzalez: I understand your point. | 18:34 |
rwellum | Any core around to +2 https://review.openstack.org/#/c/459392/8 ? - I have the next batch of changes ready... | 18:34 |
Reepicheep | egonzalez: ah.. I learn, thank you | 18:35 |
*** mgoddard has quit IRC | 18:35 | |
egonzalez | franza what deployment method you use? ansible or k8s? | 18:36 |
*** yangyapeng has quit IRC | 18:38 | |
*** rwallner has quit IRC | 18:38 | |
*** MasterOfBugs has quit IRC | 18:40 | |
franza | egonzalez: I've just installed Kolla, not using Ansible or k8s at this point. | 18:40 |
franza | And I want to use kolla-build to build images always in Ocata, not directly from master | 18:41 |
*** chas has joined #openstack-kolla | 18:41 | |
*** rwallner has joined #openstack-kolla | 18:43 | |
egonzalez | franza for centos binary images you will see repo enabled inside images is centos-release-openstack-ocata | 18:47 |
*** chas has quit IRC | 18:47 | |
*** shasha___ has quit IRC | 18:49 | |
*** gianpietro has quit IRC | 18:51 | |
sbezverk | kolla cores, your attention to this PS, it is missing second +2 :) https://review.openstack.org/459885 | 18:57 |
sbezverk | egonzalez: thank you :) | 18:59 |
*** gianpietro has joined #openstack-kolla | 19:00 | |
egonzalez | sbezverk will need backport the change? | 19:00 |
sbezverk | egonzalez: absolutely, I need it in ocata | 19:00 |
*** zhubingbing__ has joined #openstack-kolla | 19:01 | |
*** zhubingbing has quit IRC | 19:01 | |
*** MasterOfBugs has joined #openstack-kolla | 19:02 | |
rwellum | sbezverk: care to look at (+2) https://review.openstack.org/#/c/459392/8 ? | 19:05 |
sbezverk | rwellum: great job, it looks much better :) | 19:07 |
rwellum | Thanks sbezverk ! | 19:08 |
*** lpetrut has joined #openstack-kolla | 19:11 | |
*** chas has joined #openstack-kolla | 19:18 | |
*** chas_ has joined #openstack-kolla | 19:23 | |
*** chas has quit IRC | 19:25 | |
*** franza has quit IRC | 19:27 | |
*** manheim has joined #openstack-kolla | 19:29 | |
*** rmart04 has quit IRC | 19:33 | |
openstackgerrit | Michal Jastrzebski (inc0) proposed openstack/kolla stable/ocata: Fixing missing genisoimage in nova-compute-ironic https://review.openstack.org/460287 | 19:34 |
*** yangyapeng has joined #openstack-kolla | 19:35 | |
*** yangyapeng has quit IRC | 19:40 | |
*** rwallner has quit IRC | 19:42 | |
kfox1111 | yay! https://github.com/kubernetes/release/pull/313/files :) | 19:42 |
kfox1111 | lets hope it hits rpms soon. | 19:44 |
kfox1111 | https://review.openstack.org/#/c/459473/ is ready for review. | 19:44 |
openstackgerrit | Merged openstack/kolla master: Fixing missing genisoimage in nova-compute-ironic https://review.openstack.org/459885 | 19:46 |
openstackgerrit | Merged openstack/kolla-kubernetes master: deployment-guide.rst enhancement and small fixes https://review.openstack.org/459392 | 19:48 |
*** shardy has joined #openstack-kolla | 19:48 | |
*** gfidente|afk has quit IRC | 19:51 | |
*** gfidente has joined #openstack-kolla | 19:52 | |
*** gfidente has quit IRC | 19:52 | |
*** gfidente has joined #openstack-kolla | 19:52 | |
*** jtriley has joined #openstack-kolla | 20:00 | |
sbezverk | kfox1111: I got demo for summit finally working :) kolla-kube with ironic deploys new baremetal node, adds it to kube cluster and then adds it a compute node to openstack :) | 20:01 |
*** adrian_otto has quit IRC | 20:02 | |
*** pbourke has quit IRC | 20:02 | |
*** gianpietro has quit IRC | 20:03 | |
*** gianpietro has joined #openstack-kolla | 20:04 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-kubernetes master: Updated from global requirements https://review.openstack.org/460254 | 20:07 |
*** shardy has quit IRC | 20:07 | |
*** ducttape_ has quit IRC | 20:09 | |
*** rwallner has joined #openstack-kolla | 20:12 | |
*** matrohon has joined #openstack-kolla | 20:15 | |
*** rwallner has quit IRC | 20:15 | |
*** rwallner has joined #openstack-kolla | 20:16 | |
*** rwallner has quit IRC | 20:19 | |
kfox1111 | sbezverk: sweet. :) | 20:32 |
sbezverk | kfox1111: I think it should be interesting to operators to be able to extend cluster and openstack deployment using the same tool.. | 20:34 |
kfox1111 | +1 :) | 20:35 |
*** yangyapeng has joined #openstack-kolla | 20:37 | |
sbezverk | kfox1111: playing with this demo, I see a need for a couple of tools.. 1 is to automatically call cell host discover right after new nova compute gets deployed and 2 to add ovs bridges again automatically. | 20:38 |
*** salv-orlando has joined #openstack-kolla | 20:38 | |
sbezverk | what do you think? | 20:38 |
kfox1111 | one, is the helm chart we got but wrapped in a simpler command? | 20:38 |
kfox1111 | for 2, what kind of ovs bridges? | 20:39 |
sbezverk | kfox1111: well I was thinking to add it to nova compute as a job | 20:39 |
kfox1111 | was this the ones used for the vm? or that a different thing? | 20:39 |
sbezverk | because if it is a separate job then somebody needs to remember to run it | 20:39 |
kfox1111 | nova-compute svc? | 20:39 |
kfox1111 | sorry. service chart? | 20:39 |
sbezverk | kfox1111: maybe even add is as a job to daemon set | 20:40 |
kfox1111 | the curent problem, is it has to run after all the nova-compute's enter 'nova service-list' | 20:40 |
sbezverk | kfox1111: not really | 20:40 |
kfox1111 | so you need a task taht can query both nova-api and k8s to know how many pods are there. | 20:40 |
sbezverk | because it can be run multiple times | 20:40 |
kfox1111 | you could in theory. that makes me a bit nervious for a couple reasons. | 20:41 |
sbezverk | so whenever daemon set deploys nova-compute | 20:41 |
kfox1111 | 1. its doing an admin task spread around the whole cluster. | 20:41 |
kfox1111 | and 2, I doubt nova ever tested that level of reentrency. | 20:41 |
kfox1111 | I would be scared it woudl break in very unusual/interesting ways when run concurrently. | 20:41 |
kfox1111 | It soulds like there is a "discovery" config value you can set to have nova automatically do things periodically. | 20:42 |
sbezverk | kfox1111: maybe.. it is just separating them we kind of breaking dynamic nature of kube | 20:42 |
*** yangyapeng has quit IRC | 20:42 | |
kfox1111 | so you could set that, (if my intel is correct) | 20:42 |
kfox1111 | but I'd probably never want to run that that way. | 20:42 |
kfox1111 | agreed. | 20:43 |
sbezverk | kfox1111: cool I will play more with it | 20:43 |
kfox1111 | though openstack does a lot of things not k8s friendly..... | 20:43 |
sbezverk | now I have 6 nodes | 20:43 |
*** dixiaoli has joined #openstack-kolla | 20:43 | |
sbezverk | so if something is wrong with this approach I should hit it | 20:43 |
kfox1111 | safe is more preferable to to automagic but potentially breaking. | 20:43 |
sbezverk | for the second | 20:44 |
kfox1111 | I still think its solvable better with adding some abit of logic to the job to block until all nova-compute's are ready and probe k8s for the node list. | 20:44 |
sbezverk | issue I have a separate ovs bridge | 20:44 |
kfox1111 | ovs bridge not in container? | 20:44 |
sbezverk | kfox1111: -1 example my cluster was up for 5 days then I add another compute how blocking logic would work here? | 20:45 |
kfox1111 | then you run the job again. | 20:45 |
egonzalez | kfox1111 nova config option is this https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/nova/templates/nova.conf.j2#L228 | 20:45 |
kfox1111 | you run the job whenever you change the number of compute nodes. | 20:45 |
kfox1111 | yeah. that interval. | 20:45 |
kfox1111 | that would be better then trying to distribute it out. | 20:46 |
sbezverk | kfox1111 egonzalez that could be good option, kind of compromise ;) | 20:46 |
kfox1111 | yeah. | 20:46 |
egonzalez | discover_host is usually not executed after deployment, or at least to the whole cluster | 20:46 |
sbezverk | I hate being required to run something manually ;) | 20:46 |
kfox1111 | sbezverk: I don't disagree. I'd rather something be automatic, but not at the cost of having to pick up the pieces when it breaks. :) | 20:47 |
kfox1111 | a hard tradeoff sometimes. | 20:47 |
*** fooliouno has joined #openstack-kolla | 20:47 | |
sbezverk | kfox1111: I guess in this case discover job needs to be converted into the deployment | 20:47 |
*** dixiaoli has quit IRC | 20:47 | |
sbezverk | so it could run periodically | 20:48 |
*** manheim has quit IRC | 20:48 | |
kfox1111 | sbezverk: yeah. if the autothingy works, that would be best yet. and then the job is just for those wanting to do manual. | 20:49 |
kfox1111 | sbezverk: https://pastebin.com/ai34DuDb for how to do a bridge on boot. | 20:49 |
sbezverk | kfox1111: cool I will take care of discovery deployment | 20:50 |
kfox1111 | sbezverk: https://pastebin.com/XdePs9ch and how to do a nic to the bridge on boot. | 20:50 |
*** dciabrin has quit IRC | 20:50 | |
sbezverk | kfox1111: for the bridge, it is not what I had in mind | 20:51 |
kfox1111 | (about to run laptop out of power fyi) | 20:51 |
sbezverk | example I have physnet2 mapped to br-provision | 20:51 |
sbezverk | it is needed for neutron to be able to give dhcp ip addresses to baremetal nodes | 20:51 |
kfox1111 | sure. | 20:52 |
sbezverk | but that bridge must be present of every compute node where neutron agent runs | 20:52 |
kfox1111 | ah. | 20:52 |
kfox1111 | I'd do that with settings like above. but... yeah, you could do it maybe through container things... | 20:52 |
sbezverk | so when I bring up new node something needs to create it before neutron ovs agent, otherwise it becomes very unhappy | 20:52 |
kfox1111 | its in one of those weird spaces.... | 20:53 |
kfox1111 | it could be added as a python prep script that also parses the neutron setup, and creates the bridges. | 20:53 |
sbezverk | kfox1111: for now I just added a hack to cloud-config scrtipt to add this bridge as soon as vswitchd container is up | 20:53 |
kfox1111 | but that part tends to be very machine/network specific. :/ | 20:53 |
kfox1111 | yeah. | 20:53 |
kfox1111 | in that particular case, I always do the ovs outside of containers, so can fully manage it on the host. | 20:54 |
openstackgerrit | Andrey Arapov proposed openstack/kolla-ansible master: Set --ipc option to "host" for nova_compute https://review.openstack.org/460308 | 20:55 |
*** trozet has joined #openstack-kolla | 20:56 | |
sbezverk | kfox1111: ok for now that hack is ok, but I am sure some people will bring it up again.. | 20:58 |
sbezverk | egonzalez: do you know how exactly discovery process gets scheduled and by which process nova-api? | 20:59 |
*** ducttape_ has joined #openstack-kolla | 21:00 | |
openstackgerrit | Mathieu Rohon proposed openstack/kolla master: Add skydive service https://review.openstack.org/459995 | 21:00 |
*** StephenWang1991 has joined #openstack-kolla | 21:01 | |
*** esmute has joined #openstack-kolla | 21:01 | |
*** chas_ has quit IRC | 21:01 | |
*** chas has joined #openstack-kolla | 21:01 | |
egonzalez | sbezverk is executed by nova-scheduler once the cell is created and with the first node registered | 21:02 |
*** Pavo has joined #openstack-kolla | 21:02 | |
sbezverk | egonzalez: interesting, in this case maybe the only thing needed is to have that config option enabled | 21:03 |
egonzalez | sbezverk yep | 21:03 |
egonzalez | discover host is usually executed once per cell, then let scheduler find all nodes | 21:04 |
*** mgoddard has joined #openstack-kolla | 21:04 | |
sbezverk | kfox1111: there is one more thing, remember we added a custom tunnel interface logic. I would like to add something similar for provider/external interface as well | 21:05 |
*** StephenWang1991 has quit IRC | 21:05 | |
*** goldyfruit has quit IRC | 21:05 | |
sbezverk | egonzalez: cool I will test it.. thanks for the idea | 21:05 |
*** Pavo has quit IRC | 21:06 | |
*** chas has quit IRC | 21:06 | |
*** srwilkers has quit IRC | 21:07 | |
egonzalez | sbezverk better docs than deployment guide and recommended process by nova team is fresh install https://docs.openstack.org/developer/nova/cells.html#fresh-install | 21:07 |
*** g3ek has quit IRC | 21:09 | |
*** haplo37 has quit IRC | 21:09 | |
*** jtriley has quit IRC | 21:09 | |
*** rhallisey has quit IRC | 21:10 | |
*** schwicht has quit IRC | 21:10 | |
openstackgerrit | Mathieu Rohon proposed openstack/kolla master: Add skydive service https://review.openstack.org/459995 | 21:11 |
*** chas has joined #openstack-kolla | 21:11 | |
*** esmute has quit IRC | 21:12 | |
openstackgerrit | Andrey Arapov proposed openstack/kolla-ansible master: Set --ipc option to "host" for nova_compute https://review.openstack.org/460308 | 21:13 |
*** chas has quit IRC | 21:13 | |
*** chas has joined #openstack-kolla | 21:13 | |
openstackgerrit | Mathieu Rohon proposed openstack/kolla master: Add skydive service https://review.openstack.org/459995 | 21:14 |
*** chas has quit IRC | 21:18 | |
*** g3ek has joined #openstack-kolla | 21:18 | |
*** haplo37 has joined #openstack-kolla | 21:18 | |
*** mgoddard has quit IRC | 21:19 | |
*** matrohon has quit IRC | 21:21 | |
*** zhenguo has quit IRC | 21:22 | |
*** gianpiet_ has joined #openstack-kolla | 21:25 | |
*** schwicht has joined #openstack-kolla | 21:26 | |
*** gianpietro has quit IRC | 21:29 | |
openstackgerrit | Andrey Arapov proposed openstack/kolla-ansible master: Set --ipc option to "host" for nova_compute https://review.openstack.org/460308 | 21:29 |
*** rwallner has joined #openstack-kolla | 21:35 | |
*** yangyapeng has joined #openstack-kolla | 21:38 | |
*** gfidente has quit IRC | 21:39 | |
*** jascott1 has quit IRC | 21:39 | |
*** franza has joined #openstack-kolla | 21:39 | |
*** rwallner has quit IRC | 21:39 | |
*** jascott1 has joined #openstack-kolla | 21:40 | |
*** franza has quit IRC | 21:40 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding custom external interface to opevswitch-vswitchd https://review.openstack.org/460326 | 21:41 |
*** jascott1_ has joined #openstack-kolla | 21:42 | |
*** yangyapeng has quit IRC | 21:43 | |
*** jascott1 has quit IRC | 21:44 | |
*** jascott1_ has quit IRC | 21:46 | |
kfox1111 | sbezverk: yah, we could do that. | 21:47 |
kfox1111 | https://review.openstack.org/#/c/459473/ is ready for reviews. | 21:48 |
*** salv-orl_ has joined #openstack-kolla | 21:49 | |
*** mannamne has joined #openstack-kolla | 21:51 | |
*** jascott1 has joined #openstack-kolla | 21:52 | |
*** salv-orlando has quit IRC | 21:52 | |
sbezverk | kfox1111: would it be better to have port as a variable? I am not sure if at one point it needed to be changed.. | 21:53 |
kfox1111 | it only needs to be unique per pod. | 21:53 |
sbezverk | or 9101 is registered promethius port? | 21:53 |
kfox1111 | hmm... | 21:53 |
kfox1111 | its a registered default. | 21:53 |
kfox1111 | its changable, but only if needed. | 21:54 |
kfox1111 | I guess it would need to be overridable if openstack tried and use that port. | 21:54 |
sbezverk | kfox1111: if it is not much of a trouble, please make it as var, it will be safer :) | 21:54 |
kfox1111 | easily enough made a value I guess. | 21:54 |
kfox1111 | k. | 21:54 |
sbezverk | kfox1111: thanks | 21:55 |
kfox1111 | np. thanks for reviewing. :) | 21:55 |
sbezverk | kfox1111: so it seems this PS adds just a sidecar/collector portion right? | 21:57 |
kfox1111 | yup. | 21:57 |
kfox1111 | thats all thats needed to get the data to prometheus. :) | 21:57 |
kfox1111 | it has a kubernetes inventory module that queries k8s for all pods with the prometheus attributes, | 21:58 |
kfox1111 | then curls them. | 21:58 |
sbezverk | kfox1111: ok and then prometheus will also have "svc" portion you plan to run as a deployment? | 21:58 |
kfox1111 | the upstream helm packages for prometheus/grafana take care of the rest. | 21:59 |
*** manheim has joined #openstack-kolla | 21:59 | |
*** lpetrut has quit IRC | 21:59 | |
sbezverk | kfox1111: oh nice, we will use upstream charts :) | 21:59 |
*** esmute has joined #openstack-kolla | 22:00 | |
kfox1111 | yeah. they seem to work well. not sure we need to reinvent the wheel for that part. | 22:00 |
*** schwicht has quit IRC | 22:00 | |
esmute | Hi guys, im new to this kolla-kubernetes project. Can you guys point me to docs where i can get openstack services running on k8s? I have a 3-node cluster k8s running. | 22:01 |
kfox1111 | it might be interesting to made an openstack overaching chart that has computekit/grafana/prometheus in it. :) | 22:01 |
esmute | I wonder if there are some yaml files i can do kubectl create -f | 22:01 |
kfox1111 | so can deploy the whole thing all together. :) | 22:01 |
sbezverk | esmute: if you pull kolla-kubernetes, there is a deploymnet guide, you can use it as a baseline | 22:02 |
esmute | @sbzverk this one right https://github.com/openstack/kolla-kubernetes/blob/master/doc/source/deployment-guide.rst? | 22:02 |
sbezverk | kfox1111: it is going to be more "marketing" thing ;) | 22:02 |
fooliouno | kfox1111: "ip netns exec <qrouter-......> ifconfig" doesnt seem to work in kolla-k8s | 22:03 |
esmute | i was wondering if there was a simpler deployment guide where i can reuse the prebuilt images from dockerhub | 22:03 |
sbezverk | esmute: yep, that is the one.. | 22:03 |
*** manheim has quit IRC | 22:03 | |
sbezverk | esmute: that is exactly what you will use | 22:03 |
fooliouno | kfox1111: any idea why that may not be working | 22:03 |
sbezverk | you do not need to build images | 22:04 |
sbezverk | all images are already posted on the docker hub, but you do need to deply them using helm packages | 22:04 |
sbezverk | as it is described in the guide | 22:04 |
esmute | ok.. ill follow this.. Thanks | 22:05 |
sbezverk | fooliouno: this command does not work from the host | 22:05 |
sbezverk | fooliouno: there is an issue in kubernetes which is still not fixed | 22:05 |
sbezverk | fooliouno: but you can run it in the container | 22:05 |
fooliouno | sbezverk: oh .. ok. Will it run from inside the containers? | 22:06 |
fooliouno | ok | 22:06 |
sbezverk | fooliouno: yep | 22:06 |
fooliouno | Cant run it in the neutron-server since the user is neutron | 22:06 |
sbezverk | fooliouno: you might see some error messages when you run it, just ignore them, they seem to be harmless | 22:06 |
fooliouno | sudo doesnt work either for ip netns | 22:06 |
fooliouno | from neutron server container | 22:07 |
fooliouno | is there another way I can run it | 22:07 |
kfox1111 | fooliouno: yeah, hters an extra step... you gotta be in the neutron-openvswitch-agent container to run the command. :/ | 22:08 |
kfox1111 | k8s has an outstanding bug they really need to fix to make that work well. :/ | 22:08 |
sbezverk | fooliouno: or in dhcp agent or l3 agent | 22:09 |
*** shasha___ has joined #openstack-kolla | 22:09 | |
fooliouno | dhcp and l3agents are logged into as neutron user. ip netns requires root permissions I believe | 22:10 |
*** gfidente has joined #openstack-kolla | 22:10 | |
sbezverk | docker exec -tu root neutron-dhcp-agent ip netns | 22:10 |
sbezverk | here is how I run it | 22:10 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Add Initial Prometheus support. https://review.openstack.org/459473 | 22:10 |
kfox1111 | sbezverk: ugg. so, 2 extra steps. :/ | 22:11 |
kfox1111 | ssh to the host where its on, docker exec into the container. ip netns exec into the netns, run command. | 22:11 |
kfox1111 | :/ | 22:11 |
sbezverk | kfox1111: well you only do it for troubleshooting | 22:12 |
sbezverk | so it is not too too bad | 22:12 |
sbezverk | but I agree it is bad :) | 22:12 |
kfox1111 | yeah. I won't tell you how muc htime I spent in that mode last friday... and saturday... | 22:12 |
kfox1111 | :/ | 22:12 |
kfox1111 | turned out to be bad intel firmware. :/ | 22:12 |
kfox1111 | but only when packets got passed through a network node on vms without fips. :/ | 22:13 |
sbezverk | kfox1111: another question it seems you want to store data in the empty dir | 22:13 |
sbezverk | so if pod is gone, collected data is gone too | 22:13 |
sbezverk | how important to keep history here? | 22:13 |
kfox1111 | its stateless. | 22:14 |
kfox1111 | the emtpyDir is just for sharing the unix socket between haproxy and the haproxy_exporter. | 22:14 |
*** salv-orl_ has quit IRC | 22:14 | |
kfox1111 | prometheus periodically does a curl to the haproxy_exporter tcp port which haproxy_exporter talks to haproxy via the socket, gets the current stats, and returns them. | 22:14 |
kfox1111 | thats why I like prometheus so much. the export stats protocol is basically "run a web server and export a text file with stats" :) | 22:16 |
sbezverk | kfox1111: ok so locally nothing gets stored, it only pushes them on prometheus' curl | 22:16 |
kfox1111 | so easy to get random data sources into that format. :) | 22:16 |
kfox1111 | yup. | 22:16 |
fooliouno | ()[root@server6615 /]# ip netns exec qrouter-29f9cc55-e051-4ec6-ba68-2e30cd761ca9 ifconfig RTNETLINK answers: Invalid argument setting the network namespace "qrouter-29f9cc55-e051-4ec6-ba68-2e30cd761ca9" failed: Invalid argument | 22:16 |
fooliouno | I was able to get into the container as root | 22:17 |
sbezverk | fooliouno: at least you should be abe to see them ;) man, there is not much we could do about it | 22:17 |
fooliouno | sbezverk: :) | 22:18 |
kfox1111 | fooliouno: thats in the neutron-openvswitch-agent container? | 22:18 |
kfox1111 | oh... wait a sec.. | 22:18 |
kfox1111 | qrouter is an l3-agent thing. | 22:18 |
kfox1111 | sorry. try from that container. | 22:18 |
fooliouno | ok .. let me try from there | 22:18 |
kfox1111 | sbezverk: there are a bunch of other exporters too. another interesting one we should add is the mysql one. | 22:19 |
kfox1111 | and memcached_exporter | 22:19 |
sbezverk | kfox1111: what kind of data it collects/returns? like number of requests? Can you paste, rendered to readable form ? | 22:20 |
*** palexster has quit IRC | 22:20 | |
fooliouno | kfox1111: sbezverk: thanks. doesnt work for me. will try some other way | 22:20 |
sbezverk | foolioun: is there a particular issue you are chasing or just exploring? | 22:21 |
fooliouno | sbezverk: I am trying to troubleshoot my kolla-k8s + odl (layer 2) setup. Was able to create VMs and all. However, cannot ping the qrouter interface from the VM | 22:22 |
kfox1111 | sbezverk: the file format looks like this: http://logs.openstack.org/73/459473/9/check/gate-kolla-kubernetes-deploy-centos-binary-2-ceph-nv/487d926/logs/prometheus/glance-registry-3786748640-nswmh.pom | 22:23 |
openstackgerrit | Andrey Arapov proposed openstack/kolla-ansible master: Set --ipc option to "host" for nova_compute https://review.openstack.org/460308 | 22:23 |
sbezverk | fooliouno: Oh I see, yeah being able to access nens in this case would be really useful | 22:23 |
kfox1111 | I haven't looked at the memcached/mysql one yet but would expect it to be similar. | 22:23 |
*** gfidente has quit IRC | 22:24 | |
*** unicell has quit IRC | 22:24 | |
kfox1111 | fooliouno: the ip netns didn't work from within the neutron-l3-agent container? | 22:24 |
fooliouno | I tried from there too | 22:25 |
fooliouno | ()[root@server6615 /]# ip netns exec qrouter-29f9cc55-e051-4ec6-ba68-2e30cd761ca9 ifconfig RTNETLINK answers: Invalid argument exec of "ifconfig" failed: No such file or directory | 22:25 |
sbezverk | fooliouno: it might partially work if you connect to the container with default neutron username | 22:25 |
sbezverk | fooliouno: but you will be very limited in what you can do | 22:25 |
*** manheim has joined #openstack-kolla | 22:25 | |
fooliouno | i'll try that again | 22:26 |
fooliouno | you are right. there are not many commands I can run that way :) | 22:29 |
sbezverk | fooliouno: http://paste.openstack.org/show/608157/ | 22:29 |
sbezverk | fooliouno: connect as root | 22:29 |
sbezverk | fooliouno: there might be several qrouters | 22:29 |
sbezverk | fooliouno: you need to check each | 22:29 |
sbezverk | fooliouno: it seems cleaning lady is not working well ;) | 22:30 |
sbezverk | fooliouno: also there is no ifconfig, use ip a to see interfacea | 22:30 |
*** unicell has joined #openstack-kolla | 22:30 | |
fooliouno | Thanks sbezverk! I need to log off now. Will try them later in the evening | 22:32 |
*** vhosakot has quit IRC | 22:37 | |
*** fooliouno has quit IRC | 22:41 | |
*** mannamne has quit IRC | 22:42 | |
*** StephenWang1991 has joined #openstack-kolla | 22:43 | |
*** shasha___ has quit IRC | 22:47 | |
*** StephenWang1991 has quit IRC | 22:47 | |
kfox1111 | is the command in memcached.json.j2 exectued in a shell? | 22:48 |
kfox1111 | nm. the man page for memcached is wrong. | 22:49 |
sbezverk | kfox1111: do not think so, it looks like jinja template to me | 22:49 |
sbezverk | kfox1111: did you see, 1.6.2 is out | 22:50 |
kfox1111 | hadn't seen yet. thanks for the info. | 22:50 |
*** esharao has quit IRC | 22:51 | |
kfox1111 | sbezverk: yay! | 22:52 |
kfox1111 | Fix container hostPid settings when CRI is enabled. (#44116, @feiskyer) | 22:52 |
kfox1111 | we might be able to disable that one hack now. :) | 22:52 |
*** goldyfruit has joined #openstack-kolla | 22:53 | |
kfox1111 | https://github.com/kubernetes/release/pull/313/files got committed too. not sure if it is in the 1.6.2 rpms or not though. | 22:53 |
sbezverk | kfox1111: it will fail on ubuntu | 22:55 |
sbezverk | ubuntu's docker does not use by default systemd | 22:55 |
* kfox1111 shrugs. | 22:55 | |
kfox1111 | it says for centos7, but maybe it wil lend up breaking ubuntu. | 22:55 |
sbezverk | instead of hardcoding they need to pick up docker's settings and use it | 22:55 |
kfox1111 | +1 | 22:56 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Add Initial Prometheus support. https://review.openstack.org/459473 | 23:02 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP Memcached Prometheus support. https://review.openstack.org/460345 | 23:04 |
kfox1111 | sbezverk: you were asking about what kind of data before. | 23:06 |
kfox1111 | https://hub.docker.com/r/prom/memcached-exporter/ has a list. | 23:06 |
*** adrian_otto has joined #openstack-kolla | 23:06 | |
sbezverk | kfox1111: when they talk about server, do they mean server where the container runs or they call container a server? | 23:08 |
kfox1111 | the memcached server process. | 23:08 |
sbezverk | kfox1111: ok, got it.. | 23:09 |
*** trozet has quit IRC | 23:09 | |
sbezverk | kfox1111: did you noticed memcached exporter uses different port? curious why is that? | 23:10 |
*** fooliouno has joined #openstack-kolla | 23:10 | |
kfox1111 | yeah. each kind of exporter by default has a different port | 23:11 |
kfox1111 | probably for similar reasons why openstack services all have different default ports. | 23:11 |
kfox1111 | makes it easier to run them all on the same host outside of containers. | 23:11 |
sbezverk | kfox1111: ok but they can still be run using the same port for our case | 23:12 |
kfox1111 | looks like the mysqld one will be slightly harder. we need to provision a sql user. | 23:12 |
kfox1111 | yeah, we could change it to do that. | 23:12 |
kfox1111 | default them all the same and the user can override as needed. | 23:12 |
kfox1111 | here's a stock dashboard for the memcached plugin: | 23:17 |
kfox1111 | https://grafana.com/dashboards/37 | 23:17 |
*** chas has joined #openstack-kolla | 23:18 | |
kfox1111 | and a nice one for haproxy: https://grafana.com/dashboards/367 :) | 23:18 |
*** Pavo has joined #openstack-kolla | 23:18 | |
*** manheim has quit IRC | 23:21 | |
*** shasha___ has joined #openstack-kolla | 23:22 | |
*** chas has quit IRC | 23:22 | |
*** shasha___ has quit IRC | 23:27 | |
*** Pavo has quit IRC | 23:27 | |
kfox1111 | sbezverk: " With Kube 1.6 the ClusterFirstWithHostNet has been added to make it slightly easier to handle DNS lookups for hostNetworking." | 23:33 |
kfox1111 | did the resolve.conf workaroudn actually make it into 1.6? | 23:33 |
sbezverk | kfox1111: I was told yes, but I have never tested it | 23:35 |
*** shasha___ has joined #openstack-kolla | 23:36 | |
kfox1111 | cool. do we have a techdept bug/blueprint for it? | 23:37 |
kfox1111 | would be a good low hanging fruit ps. | 23:37 |
sbezverk | kfox1111: nope, it has been around for so long ;) | 23:43 |
*** shasha___ has quit IRC | 23:43 | |
sbezverk | kind of get used to the workaround | 23:43 |
*** Pavo has joined #openstack-kolla | 23:44 | |
kfox1111 | yeah. | 23:44 |
kfox1111 | k. | 23:44 |
*** adrian_otto has quit IRC | 23:46 | |
kfox1111 | nice. the memcached scraper is working too. :) | 23:50 |
*** Pavo has quit IRC | 23:51 | |
*** adrian_otto has joined #openstack-kolla | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!