Wednesday, 2017-02-22

*** yingjun has joined #openstack-kolla00:08
*** adrian_otto has joined #openstack-kolla00:09
*** Pavo has quit IRC00:19
*** Pavo has joined #openstack-kolla00:27
*** MasterOfBugs has quit IRC00:31
*** MasterOfBugs has joined #openstack-kolla00:32
*** jtriley has joined #openstack-kolla00:34
*** goldyfruit has quit IRC00:38
*** eaguilar has joined #openstack-kolla00:40
*** yingjun has quit IRC00:46
*** butchster has joined #openstack-kolla00:52
*** mgoddard has quit IRC00:58
*** jtriley has quit IRC00:59
*** krtaylor has quit IRC01:01
*** Pavo has quit IRC01:01
*** Margin has joined #openstack-kolla01:03
*** jpstnh has joined #openstack-kolla01:04
*** cuongnv has joined #openstack-kolla01:06
*** tovin07_ has joined #openstack-kolla01:07
*** g3ek has quit IRC01:07
*** haplo37 has quit IRC01:07
*** MarginHu has joined #openstack-kolla01:08
*** Margin has quit IRC01:08
*** haplo37_ has quit IRC01:11
*** MarginHu has quit IRC01:13
*** haplo37 has joined #openstack-kolla01:20
*** goldyfruit has joined #openstack-kolla01:20
*** haplo37_ has joined #openstack-kolla01:22
*** g3ek has joined #openstack-kolla01:22
*** jrist has quit IRC01:23
*** duonghq has quit IRC01:23
*** openstackgerrit has quit IRC01:23
*** otavio has quit IRC01:24
*** otavio has joined #openstack-kolla01:24
*** vi01et03_ has joined #openstack-kolla01:29
*** adrian_otto has quit IRC01:30
Jeffrey4lsbezverk, around?01:31
Jeffrey4lthat is a bug, actually. and in kolla-ansible, run nova-compute and nova-compute-ironic in the same node will cause some issue.01:32
*** MasterOfBugs has quit IRC01:32
*** saneax is now known as saneax-_-|AFK01:35
*** jrist has joined #openstack-kolla01:36
sbezverkJeffrey4l: hey01:39
*** Pavo has joined #openstack-kolla01:40
Jeffrey4lmorning sbezverk :)01:40
*** rwellum has joined #openstack-kolla01:40
*** crushil has joined #openstack-kolla01:40
sbezverkGood morning, can we make then both configurable?01:40
sbezverknot mutually exclusive01:40
Jeffrey4lfirst of all, curiosity what the usecase of kolla-kubernetes.01:41
Jeffrey4ldoes it run nova-compute and nova-compute-ironic on the same  node? with the same hostname?01:41
sbezverkdeploying vm and baremetal01:41
Jeffrey4lyep. kolla-ansible support vm and baremetal at the same time.01:41
sbezverkJeffrey4l: the beauty of kube is nova-compute-ironic does not need to run01:41
Jeffrey4lwith inventory enable variable.01:41
sbezverkin host=network01:42
Jeffrey4lsbezverk, could u explain more?01:42
sbezverkso the host name is different from nova-compute and they can perfectly co-exist on the same cimpute node01:42
Jeffrey4linteresting. so the hostname is different in the containers on the same node? for all services?01:43
sbezverkyes01:43
sbezverklet me see if I still have log from sucessful run01:43
Jeffrey4lwhere the hostname come from? random? or assigned?01:43
*** zhubingbing_ has joined #openstack-kolla01:43
sbezverkcheck this out http://paste.openstack.org/show/599946/01:44
Jeffrey4lin kolla-ansible, since we use --net host, we use the same hostname in the same node.01:44
Jeffrey4lwhat's the jgg0z and -0 and 7377367 means?01:45
sbezverkJeffrey4l: right, but nova-compute-ironic does not need it, it can live with just a vertual interface01:45
Jeffrey4lis the " centos-7-osic-cloud1-s3500-7377367" the real hostname?01:46
sbezverkcentos-7-osic-cloud1-s3500-7377367 it is just a host name the gate gave us01:46
Jeffrey4lfor nova-conductor-0  , it is using a virtual interface, right?01:46
sbezverknova-compute-ironic-jgg0z  is the name of container01:46
sbezverknova-conductor-0 yep01:47
Jeffrey4lcool, got it.01:47
sbezverkonly compute node access real interface and as a result registers with real host name01:47
sbezverkall other components use virtual names01:47
Jeffrey4lwe may need add a separate variable for this.01:47
Jeffrey4lsimple revert that patch may cause some issue in kolla-ansible.01:48
sbezverkJeffrey4l: what ever you find more appropriet01:48
Jeffrey4lwhich branch do you want this to fix? master? ocata?01:48
sbezverkbut I would appreciate if you could fix it soon01:48
sbezverkboth, since we mostly use ocata images now01:48
Jeffrey4lwhen parsing or genconfig, does kolla-k8s using the inventory file?01:49
sbezverkbut since we use master for ansible01:49
sbezverkthen I guess just master would work too01:49
Jeffrey4lcool.01:49
sbezverkif you introduce new variable to enable ironic and nova compute then we can enable both in our gate01:50
sbezverkand it should work01:50
sbezverkI mean variable per each01:50
Jeffrey4lhow about, in kolla-kubernetes run nova-compute all the time and run nova-compute-ironic when enable_ironic is yes.01:52
Jeffrey4ldoes kolla-k8s will implement nova fake feature?01:53
*** rhallisey has quit IRC01:53
sbezverkJeffrey4l: works for me01:54
sbezverkJeffrey4l: not at the moment01:54
sbezverkI mean fake feature01:54
sbezverkwe need to finish real features before starting fake ones ;)01:55
Jeffrey4lsbezverk, how about nova-compute.enabled: "{{ True if orchestration_engine == 'KUBERNETES' else not enable_nova_fake | bool and not enable_ironic | bool }}"01:56
*** kwazar has quit IRC01:56
sbezverkJeffrey4l: so if I need to enable ironic, nova compute will still stays enabled because on orchestration  check right?01:59
Jeffrey4lsbezverk, yep.01:59
sbezverksuper01:59
*** openstackgerrit has joined #openstack-kolla01:59
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: Run nova-compute and nova-compute-ironic at the same time on kolla-k8s  https://review.openstack.org/43672701:59
Jeffrey4lsbezverk, check ^^01:59
sbezverkJeffrey4l: not expert in ansible, but looks good to me02:00
Jeffrey4lcool. ;)02:01
sbezverkJeffrey4l: another thing, starting from this sunday all our job fails with the same error: nova api shows these trace backs http://paste.openstack.org/show/599953/02:08
sbezverkhave you seen it before?02:09
Jeffrey4lno. seems like nova-api wait for some message in MQ.02:10
Jeffrey4lis this booting new instances? sbezverk02:11
Jeffrey4lsbezverk, wait, what image are u using?02:11
Jeffrey4lwe removed use_neutron=true in master.02:12
Jeffrey4lseems like it causes the issue..02:12
sbezverkJeffrey4l: let me check02:12
sbezverkI think it is mitaka images02:12
sbezverkJeffrey4l: yeah it is mitaka images 2.0.202:13
Jeffrey4loops..02:14
*** unicell has quit IRC02:14
Jeffrey4lwhy not bump it to newton at least ;(02:15
Jeffrey4lmitaka is very old.  with the latest kolla-ansible.02:15
Jeffrey4li recommend kolla-kubeneretes should use master-1 branch at least.02:16
sbezverkagree we will do it very soon02:17
sbezverkso I need to add enable_neutron in out kolla gate config?02:18
*** tovin07_at_work is now known as tovin702:18
*** tovin7 is now known as tovin0702:19
*** tovin07_ has quit IRC02:19
*** lucasxu has joined #openstack-kolla02:23
*** yuanying has quit IRC02:32
*** bpattewar has quit IRC02:41
Jeffrey4lsbezverk, no. add user_neutron=yes in nova.conf.02:42
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: Start nova-conductor earlier  https://review.openstack.org/43564702:45
openstackgerritMerged openstack/kolla-ansible master: Do not failed when there is no nova-compute is running  https://review.openstack.org/43579602:50
sbezverkJeffrey4l: if I do it after genconfig I will need to change bunch of nova.conf files02:51
*** japestinho has joined #openstack-kolla02:51
Jeffrey4lsbezverk, kolla-ansible support merge_config, do  you know that?02:51
sbezverkif there a way to do it before the genconfig so enable_neutron=true will get into all02:51
Jeffrey4lgenconfig will merge /etc/kolla/config/nova.conf into nova.conf file.02:52
sbezverkok I will then create a file02:52
sbezverkcool02:52
*** tyrola has quit IRC02:54
Jeffrey4lit is caused by this path https://review.openstack.org/#/c/435637/02:54
Jeffrey4lyou can add the use_neutron=True back into nova.conf by using merge_config feature. sbezverk02:54
*** tyrola has joined #openstack-kolla02:55
Jeffrey4lin most the cause , kolla-k8s can leverage this feature for customize the configuration file rather then change kolla-ansible directly. imo.02:55
*** lucasxu has quit IRC02:55
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf  https://review.openstack.org/43673402:56
sbezverkJeffrey4l: hopefully it will fix starting vm issue02:57
Jeffrey4lit should fix the exception you post above. ;)02:58
zhubingbing_ping03:00
zhubingbing_ping sdake03:00
*** eaguilar has quit IRC03:00
*** tonanhngo has quit IRC03:10
*** yingjun has joined #openstack-kolla03:16
*** financeMann has quit IRC03:20
*** tyrola has quit IRC03:25
*** tyrola has joined #openstack-kolla03:26
*** adrian_otto has joined #openstack-kolla03:27
*** salv-orlando has joined #openstack-kolla03:33
*** yuanying has joined #openstack-kolla03:34
*** salv-orlando has quit IRC03:38
*** vi01et03_ has quit IRC03:40
*** britthouser3 has quit IRC03:46
*** britthouser has joined #openstack-kolla03:46
*** lamt has joined #openstack-kolla03:47
*** lamt has quit IRC03:55
*** rwellum has quit IRC03:55
*** rwellum has joined #openstack-kolla03:56
*** crushil has quit IRC03:58
*** crushil has joined #openstack-kolla03:58
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf  https://review.openstack.org/43673403:59
*** mattmceuen has joined #openstack-kolla04:06
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf  https://review.openstack.org/43673404:06
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf  https://review.openstack.org/43673404:19
japestinhohello guys, if I want to use VLAN segmentation, where it should be configured from kolla-ansible perspective?04:20
*** lucasxu has joined #openstack-kolla04:24
*** mattmceuen has quit IRC04:27
*** mdnadeem has joined #openstack-kolla04:27
*** lucasxu has quit IRC04:29
*** caowei has joined #openstack-kolla04:32
*** gfidente has joined #openstack-kolla04:35
*** gfidente has quit IRC04:35
*** gfidente has joined #openstack-kolla04:35
*** gfidente has quit IRC04:36
openstackgerritchen.xing proposed openstack/kolla-ansible master: [WIP] Add vitrage ansible role  https://review.openstack.org/43260804:40
*** erlon has quit IRC04:45
*** sudipto_ has joined #openstack-kolla04:52
*** sudipto has joined #openstack-kolla04:52
*** unicell has joined #openstack-kolla04:55
*** unicell1 has joined #openstack-kolla04:59
sbezverkkolla-kubernetes cores, please ack this PS asap, it resolves recent gate failures introduced by change neutron default in kolla-ansible:  https://review.openstack.org/43673404:59
*** unicell has quit IRC05:00
*** rwellum has quit IRC05:01
*** tonanhngo has joined #openstack-kolla05:11
*** tonanhngo has quit IRC05:13
*** crushil has quit IRC05:13
*** adrian_otto has quit IRC05:16
*** unicell1 has quit IRC05:17
*** unicell has joined #openstack-kolla05:17
*** unicell1 has joined #openstack-kolla05:19
*** unicell has quit IRC05:22
*** goldyfruit has quit IRC05:27
*** salv-orlando has joined #openstack-kolla05:31
*** salv-orlando has quit IRC05:36
*** lucasxu has joined #openstack-kolla05:38
*** saneax-_-|AFK is now known as saneax05:48
*** jimmygc has joined #openstack-kolla05:50
*** mdnadeem has quit IRC05:52
*** mdnadeem has joined #openstack-kolla05:54
jimmygcHello, anyone know how to auto run commands after daemon started in a kolla image?05:54
mrhillsmanauto run commands?05:55
jimmygcautomatically run commands05:56
jimmygcI want to run tgt-admin to load targets into tgt, but it should be run after tgtd daemon. Like ExecStartPost in the systemd service file.05:58
*** duonghq_ is now known as dunoghq06:00
*** lucasxu has quit IRC06:12
openstackgerritchen.xing proposed openstack/kolla-ansible master: [WIP] Add vitrage ansible role  https://review.openstack.org/43260806:16
*** salv-orlando has joined #openstack-kolla06:19
*** tyrola has quit IRC06:33
*** tyrola has joined #openstack-kolla06:34
openstackgerritChris Suttles proposed openstack/kolla master: Improve kolla image build script for finding parent images  https://review.openstack.org/43678106:36
openstackgerritChris Suttles proposed openstack/kolla master: Improve kolla image build script for finding parent images  https://review.openstack.org/43678106:46
*** bmace has quit IRC06:52
*** vi01et03_ has joined #openstack-kolla07:05
*** sp_ has quit IRC07:07
*** bmace has joined #openstack-kolla07:14
*** sp_ has joined #openstack-kolla07:19
*** yuanying has quit IRC07:33
openstackgerritChris Suttles proposed openstack/kolla master: Improve kolla image build script for finding parent images  https://review.openstack.org/43678107:40
*** jrobinson has quit IRC07:40
*** sdake has joined #openstack-kolla07:58
sdakesbezverk yo07:58
*** tonanhngo has joined #openstack-kolla08:01
*** tonanhngo has quit IRC08:03
*** jimmygc has quit IRC08:14
*** cliles has quit IRC08:14
*** yuanying has joined #openstack-kolla08:15
*** sdake_ has joined #openstack-kolla08:20
*** sdake has quit IRC08:21
*** sdake_ has quit IRC08:26
openstackgerritZeyu Zhu proposed openstack/kolla-ansible master: Modify the hosts of the post-deploy.yml playbook  https://review.openstack.org/43682208:29
*** vi01et03_ has quit IRC08:29
*** salv-orlando has quit IRC08:45
*** cliles has joined #openstack-kolla08:52
zhubingbing_ping sdake08:54
zhubingbing_i have a question for keepalived08:54
zhubingbing_can support keep lived in Kolla08:55
zhubingbing_can support keep lived in Kolla-K8s ?08:55
*** cliles has quit IRC08:56
*** cliles has joined #openstack-kolla08:56
*** salv-orlando has joined #openstack-kolla08:59
*** rwallner has joined #openstack-kolla09:06
*** rwallner has quit IRC09:10
*** jistr is now known as jistr_afk09:11
openstackgerritZeyu Zhu proposed openstack/kolla-ansible master: Fix the error in document  https://review.openstack.org/43683809:14
*** rmart04 has joined #openstack-kolla09:16
*** yingjun has quit IRC09:37
*** zhuzeyu has quit IRC09:39
*** hrw has quit IRC09:39
*** hrw has joined #openstack-kolla09:44
*** zioproto has joined #openstack-kolla09:53
*** Serlex has joined #openstack-kolla09:58
*** cuongnv has quit IRC10:00
des_consoladomorning everybody :)10:04
des_consoladonobody seemed to have any answers to my questions about development workflow for editing the actual openstack projects' (non-kolla) codes and then testing quickly, I think I figured it out though10:04
des_consoladojust added an extra volume to the nova-compute-ironic service in the defaults/main.yml so that I can bind mount the /var/lib/kolla/venv10:05
*** papacz1 has joined #openstack-kolla10:06
*** papacz has quit IRC10:07
*** papacz has joined #openstack-kolla10:08
*** papacz1 has quit IRC10:11
*** adrian_otto has joined #openstack-kolla10:18
*** caowei has quit IRC10:18
*** adrian_otto has quit IRC10:22
*** eaguilar has joined #openstack-kolla10:27
*** vi01et03_ has joined #openstack-kolla10:34
*** jistr_afk is now known as jistr10:35
*** dunoghq has quit IRC10:45
openstackgerritJavier Castillo AlcĂ­bar proposed openstack/kolla master: Sahara needs to run ssh-keygen in order to generate keypair and access to cluster instances. We need sahara-base container to include this binary, even when we deploy based on source type.  https://review.openstack.org/43686910:50
*** egonzalez has joined #openstack-kolla10:53
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible master: Add missing dashboard policies  https://review.openstack.org/43357011:09
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Improve developer documentation for Bifrost  https://review.openstack.org/43646211:15
*** tyrola has quit IRC11:15
*** tyrola has joined #openstack-kolla11:16
*** rmart04 has quit IRC11:18
*** rmart04 has joined #openstack-kolla11:19
*** sudipto has quit IRC11:25
*** sudipto_ has quit IRC11:25
*** mgoddard has joined #openstack-kolla11:26
*** Prem has joined #openstack-kolla11:41
*** zhubingbing_ has quit IRC11:42
*** rmart04 has quit IRC11:44
PremI am trying to build docker images using stable/ocata code. getting the package mismatch error Requires: openssl-libs(x86-64) = 1:1.0.1e-60.el7 Requires: openssl-libs(x86-64) = 1:1.0.1e-60.el711:44
Premwhen i verified it seems base image has openssl-libs(x86-64) = 1:1.0.1e-60.el7 package installed , but openstack-base image is not able to upgrade it to openssl-libs(x86-64) = 1:1.0.1e-60.el711:46
*** eaguilar has quit IRC11:46
PremSamYaple or inc0 any suggestions about this error11:48
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible master: Add missing dashboard policies  https://review.openstack.org/43357011:50
Premerror is Requires: openssl-libs(x86-64) = 1:1.0.1e-60.el7 Available: 1:openssl-libs-1.0.1e-34.el7.x86_6411:50
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf  https://review.openstack.org/43673411:59
sbezverkegonzalez: could you please review this PS  https://review.openstack.org/436727 the issue is blocking kolla-kubernetes gates..12:01
egonzalezdone12:02
*** tonanhngo has joined #openstack-kolla12:03
sbezverkegonzalez: thank you. Have you seen other kolla-ansible cores online?12:03
*** tonanhngo has quit IRC12:05
egonzalezsbezverk nope, maybe mliima  or berendt are online12:05
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla master: Allow full customisation of kube image binaries  https://review.openstack.org/43689712:07
sbezverkpbourke: ping12:08
mliimahey sbezverk12:08
sbezverkegonzalez: thanks will keep an eye12:08
sbezverkmliima: need this fix merged https://review.openstack.org/43672712:08
sbezverkappreciate if you could review it12:09
mliimai'll merge it sbezverk12:10
mliima:)12:10
mliimadone12:11
*** rwallner has joined #openstack-kolla12:12
openstackgerritMerged openstack/kolla-ansible master: Run nova-compute and nova-compute-ironic at the same time on kolla-k8s  https://review.openstack.org/43672712:14
*** salv-orl_ has joined #openstack-kolla12:17
sbezverkmliima: thanks a lot12:18
*** rwallner has quit IRC12:18
*** salv-orlando has quit IRC12:19
*** rwallner has joined #openstack-kolla12:21
*** salv-orl_ has quit IRC12:22
*** pbourke has joined #openstack-kolla12:25
*** salv-orlando has joined #openstack-kolla12:25
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla master: Allow full customisation of kube image binaries  https://review.openstack.org/43689712:26
openstackgerritMerged openstack/kolla-ansible master: Fix the error in document  https://review.openstack.org/43683812:26
openstackgerritMerged openstack/kolla-ansible master: Start nova-conductor earlier  https://review.openstack.org/43564712:27
openstackgerritMerged openstack/kolla-ansible master: Remove unnecessary until in register.yml file  https://review.openstack.org/42871912:28
*** sudipto_ has joined #openstack-kolla12:30
*** sudipto has joined #openstack-kolla12:30
*** jrist has quit IRC12:38
*** rhallisey has joined #openstack-kolla12:40
*** skramaja has joined #openstack-kolla12:43
*** pcaruana has joined #openstack-kolla12:44
*** jrist has joined #openstack-kolla12:51
openstackgerritPaul Bourke (pbourke) proposed openstack/kolla master: Reparent kolla-toolbox from openstack-base  https://review.openstack.org/43502312:56
*** sdake has joined #openstack-kolla12:59
openstackgerritMerged openstack/kolla stable/newton: Change workers in murano service  https://review.openstack.org/43577713:00
*** sdake has quit IRC13:04
*** sdake_ has joined #openstack-kolla13:04
*** sdake_ has quit IRC13:04
*** sdake has joined #openstack-kolla13:05
*** goldyfruit has joined #openstack-kolla13:09
Premdid anyone observe the following error while building stable/ocata images. package mismatch error Requires: openssl-libs(x86-64) = 1:1.0.1e-60.el7 Available: 1:openssl-libs-1.0.1e-34.el7.x86_6413:11
*** goldyfruit has quit IRC13:11
*** erlon has joined #openstack-kolla13:11
*** mattmceuen has joined #openstack-kolla13:12
*** skramaja has quit IRC13:12
*** mdnadeem has quit IRC13:12
*** l4yerffeJ has quit IRC13:12
*** l4yerffeJ has joined #openstack-kolla13:12
*** sdake has quit IRC13:15
*** sdake has joined #openstack-kolla13:17
sbezverksdake: ping13:17
sdakesup sbezverk13:18
sbezverksdake: the gate got broken, need to fix it. Here is the fix https://review.openstack.org/#/c/436734/13:18
*** jpstnh has quit IRC13:22
*** jpstnh has joined #openstack-kolla13:23
*** adrian_otto has joined #openstack-kolla13:23
*** Pavo_ has joined #openstack-kolla13:26
openstackgerritMark Goddard proposed openstack/kolla master: Fix binary ironic-inspector rootwrap configuration  https://review.openstack.org/43692213:29
*** sudipto has quit IRC13:30
*** sudipto_ has quit IRC13:30
des_consoladohave any of you ever had luck attaching a python debugger to one of the openstack python processes running in one of the containers, e.g. nova-compute?13:31
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate  https://review.openstack.org/41319313:33
*** japestinho_ has joined #openstack-kolla13:35
kfox1111morning13:36
sbezverkkfox1111: morning13:36
*** jpstnh has quit IRC13:38
openstackgerritMerged openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf  https://review.openstack.org/43673413:39
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate  https://review.openstack.org/41319313:40
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Helm Ceph Mon  https://review.openstack.org/41066013:41
kfox1111sbezverk: sorry you couldn't make it to the ptg. was looking forward to hanging out with you.13:41
kfox1111gonna be able to make it to the summit?13:41
sbezverkkfox1111: yeah, I will drive to Boston, since it is just 4 hours drive ;)13:42
kfox1111nice. :)13:43
*** salv-orlando has quit IRC13:43
*** sudipto_ has joined #openstack-kolla13:43
*** sudipto has joined #openstack-kolla13:43
sbezverkkfox1111: just hope borders will still be opened for canadians ;)13:43
*** skramaja has joined #openstack-kolla13:44
kfox1111+1 :)13:44
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Pull container tallballs into the gate  https://review.openstack.org/42659813:45
kfox1111hehe. while gerrit now kind of sucks for phones, it has some really cool features too.13:46
kfox1111like being to edit files directly in the review.13:46
*** rwallner has quit IRC13:46
*** zhurong has joined #openstack-kolla13:47
sbezverkkfox1111: never tried that, but how changes in gerrit will get back to the local workspace? do you need to cherry pick it after the change?13:48
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Make Ironic inspector honour inventory  https://review.openstack.org/43692913:48
*** rwallner has joined #openstack-kolla13:49
*** rwallner has quit IRC13:50
*** mattmceuen has quit IRC13:50
*** duonghq has joined #openstack-kolla13:52
duonghqevening guys13:52
duonghqsdake, what is name of mic you used in PTG?13:53
duonghqIt did very nice work13:53
*** mgoddard has quit IRC13:54
*** crushil has joined #openstack-kolla13:56
*** salv-orlando has joined #openstack-kolla13:56
*** lamt has joined #openstack-kolla13:58
*** goldyfruit has joined #openstack-kolla13:58
*** lamt has quit IRC13:58
sdakeits on mailing list du13:59
sdakeduonghq13:59
sdakegotta go :)13:59
*** dave-mccowan has joined #openstack-kolla13:59
*** rwellum has joined #openstack-kolla13:59
*** sdake has quit IRC13:59
*** lamt has joined #openstack-kolla13:59
*** crushil has quit IRC14:00
*** crushil has joined #openstack-kolla14:01
kfox1111sbezverk: they won't unfortunatly, unless you pull the update.14:01
kfox1111so mostly useful for tweaking something if your pretty sure its the last change.14:01
sbezverkkfox1111: looks like the gates are going back to green14:03
*** gfidente has joined #openstack-kolla14:04
kfox1111sbezverk: cool. thanks for fixing it. :)14:04
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Pull container tallballs into the gate  https://review.openstack.org/42659814:06
*** kristian__ has joined #openstack-kolla14:07
*** dave-mcc_ has joined #openstack-kolla14:07
kristian__Hi, can I run openstack kolla behind traefik proxy?14:08
*** sdake has joined #openstack-kolla14:08
*** dave-mccowan has quit IRC14:10
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Pull container tallballs into the gate  https://review.openstack.org/42659814:11
duonghqsdake, I don't think that we have 40 people at Atlanta, you and other guys did pretty work for remote participant, thanks14:12
*** lucasxu has joined #openstack-kolla14:13
kfox1111sbezverk: https://review.openstack.org/#/c/410660/14:13
*** adrian_otto has quit IRC14:13
kfox1111kristian__: an interesting use case. I would think it would work. but I don't know if anyone yas tried. there is no automatic support at the moment for it.14:14
*** rwallner has joined #openstack-kolla14:15
kfox1111sbezverk: how do you think we should start with adopting localpath?14:15
kristian__kfox1111: Would it be easy to hack kolla to add label to the haproxy container for kolla?14:15
duonghqkfox1111, iirc, we don't support OpenStack cluster run behind any kind of proxy yet?14:16
kfox1111kristian__: not sure if you are talking about kolla-ansible or kolla-kubernetes.14:16
duonghq*have not supported14:16
kristian__kolla-ansible for plain docker14:16
*** fguillot has joined #openstack-kolla14:16
*** rwallner has quit IRC14:16
kfox1111kristian__: ok. not sure how kolla-ansible works with labels there. k8s labels are much different.14:16
sdakeduonghq sorry that didn't parse :)14:17
sdakelocally we had about 50 people - online i think we had about 10 people14:17
*** rwallner has joined #openstack-kolla14:17
sbezverkkfox1111: you are talking about refering to charts by folder and not by repo right?14:17
kristian__going to look into it and I will try to get openstack working when ocata comes out14:17
duonghqsdake, iirc, somebody said that we have 40 people it Atlanta14:17
sdakei said that14:17
sdakethat was total people in the room14:18
kfox1111sbezverk: yeah. switching to using localpath in requirements rather then prebuild.14:18
duonghqkristian__, kfox1111 in Ansible, we only have group of hosts, not label actually14:18
*** rwallner has quit IRC14:18
kfox1111sbezverk: I'm a bit concerned it may be an all or nothing thing to do the switchover in microservices.14:18
duonghqsdake, more than I thought before14:19
kfox1111sbezverk: maybe we should convert the service packages/compute kit over first?14:19
kristian__duonghq: I will be doing an AIO deployment and a standard docker label should work14:19
duonghqsdake, are you still in Atlanta?14:19
sbezverkkfox1111: also at the gate14:19
sdakeya less people were talking then were in the room14:19
kfox1111sbezverk: yeah14:19
kfox1111sbezverk: I think the gate should still use helm packages from the repo, as thats a common case of deployment.14:19
duonghqkristian__, nice14:19
kfox1111I just want to try and get the build phase not to require a repo running, as thats a huge pain. :/14:20
sdakekfox1111 in macon atm - where are you?14:20
sdakekfox1111 mising a good session on kuryr14:20
*** financeMann has joined #openstack-kolla14:20
kfox1111sdake: tripleo.14:21
*** mgoddard has joined #openstack-kolla14:21
kfox1111sdake: lets talk later and you can catch me up with what they are doing.14:21
sbezverkkfox1111: the dependency charts, you want in tar.gz form I guess?14:21
*** rwallner has joined #openstack-kolla14:22
kfox1111sbezverk: maybe I shoudl just do a poc on computekit and show you? might be easier to explain...14:22
kristian__may I ask where are the commands for deployment located?14:23
*** adrian_otto has joined #openstack-kolla14:23
sbezverkkfox1111: sounds good, frankly I have not thought about localpath much ;)14:23
*** jtriley has joined #openstack-kolla14:24
*** david-lyle has joined #openstack-kolla14:27
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath for computekit  https://review.openstack.org/43694614:28
kfox1111sbezverk: ----^14:28
*** lucasxu has quit IRC14:29
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding Ironic microservices packages  https://review.openstack.org/43332214:29
kfox1111I guess doing all the microservices won't be very disruptive, as its just adding one file to every microservice...14:29
duonghqkfox1111, how do you upgrade helm in running cluster? just helm init --upgrade?14:31
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart  https://review.openstack.org/43506714:32
kfox1111duonghq: so far, I've just deleted the tiller deployment and reinited.14:32
sdakekfox1111 sounds good14:32
duonghqack14:32
sdakekfox1111 https://github.com/openstack/kuryr-kubernetes14:33
kfox1111sdake: thanks.14:33
sbezverkkfox1111: duonghq: the easier way is to edit tiller deployment set to use noew image version14:33
sdakeneed to add support for otavia as well :)14:33
kfox1111sdake: tripleo's going to cover their container work in the next session. so I think one of us should be there too. if you and inc are going to the sig openstack thing, then maybe I'll stay here.14:33
sdakewfm14:34
kfox1111sbezverk: ah. that woudl work too. so long as no other changes get made.14:34
sdakewe can sync up after lunch if you like14:34
kfox1111sdake: +114:34
inc0yeah I thought this session was in tripleo room, that's why I went there:)14:34
inc0and yeah, I'll be in k8s sig meeting14:35
*** haplo37_ has quit IRC14:35
*** kristian__ has quit IRC14:35
*** l4yerffeJ_ has joined #openstack-kolla14:38
*** Jeffrey4l has quit IRC14:38
sbezverksdake: kfox1111: I addressed comments for both PS appreciate if you could check them again and ack14:38
sbezverkneed to move forward :)14:38
*** l4yerffeJ has quit IRC14:39
*** breitz has joined #openstack-kolla14:42
kfox1111sbezverk: looks good. waiting on the gate to pass then will +2.14:43
kfox1111sbezverk: hows https://review.openstack.org/#/c/410660/ look to you?14:43
*** haplo37_ has joined #openstack-kolla14:44
*** rwellum_ has joined #openstack-kolla14:45
openstackgerritJavier Castillo AlcĂ­bar proposed openstack/kolla master: Sahara needs to run ssh-keygen in order to generate keypair and access to cluster instances. We need sahara-base container to include this binary, even when we deploy based on source type.  https://review.openstack.org/43686914:47
openstackgerritJavier Castillo AlcĂ­bar proposed openstack/kolla master: Sahara needs to run ssh-keygen in order to generate keypair and access to cluster instances. We need sahara-base container to include this binary, even when we deploy based on source type.  https://review.openstack.org/43686914:48
*** rwellum has quit IRC14:49
*** skramaja_ has joined #openstack-kolla14:49
*** gfidente has quit IRC14:49
*** skramaja has quit IRC14:49
openstackgerritKhawar Munir Abbasi proposed openstack/kolla master: fix horizon dashboard for tacker  https://review.openstack.org/43695514:50
openstackgerritJeffrey Zhang proposed openstack/kolla master: Get latest versions from openstack/releases repo  https://review.openstack.org/43230014:50
*** Jeffrey4l has joined #openstack-kolla14:50
sbezverkkfox1111: looks good, I am just not clear the loop you have right before starting kolla_start, could you exaplain a lttile bit more?14:50
*** skramaja_ is now known as skramaja14:51
*** mattmceuen has joined #openstack-kolla14:52
*** Jeffrey4l has quit IRC14:52
*** Jeffrey4l has joined #openstack-kolla14:52
kfox1111sbezverk: the mon range thing?14:54
kfox1111jascott1: ping14:55
jascott1kfox1111 pong!14:55
kfox1111jascott1: trying to get localpath working.14:55
jascott1ah havent tried it yet14:56
jascott1whats up tho?14:56
kfox1111jascott1: I edited computekit requirements to have: repository: file://../../service/memcached14:56
sbezverkkfox1111: line 92 in daemonset14:56
kfox1111then did a build. Warning: memcached is in requirements.yaml but not in the charts/ directory!14:56
jascott1oh noes14:56
*** tyrola has quit IRC14:56
kfox1111I turned on debugging, but it isn't showing that it is hitting the file:// path.14:56
kfox1111and helm version shows Client: &version.Version{SemVer:"v2.2.0", GitCommit:"fc315ab59850ddd1b9b4959c89ef008fef5cdf89", GitTreeState:"clean"}14:56
jascott1i can look into it14:57
kfox1111sbezverk: yeah. so, it is a sanity check. the mons are in values under ceph.monitors. it then verifies the pod is running on one of the ip's listed and if it isn't there, it will just stop.14:57
kfox1111jascott1: thx.14:58
kfox1111jascott1: is the path lookup relative to the directory the parent chart is in, or from within the root of the parent shart?14:58
*** adrian_otto has quit IRC14:58
*** shardy has joined #openstack-kolla14:58
kfox1111and do you point directly into the root of the child chart, or at the directory the child chart exists in?14:58
sbezverkkfox1111: whar what process populates inlist file?14:59
*** unicell has joined #openstack-kolla14:59
*** unicell1 has quit IRC15:00
*** david-lyle_ has joined #openstack-kolla15:00
kfox1111sbezverk: the init container at lines 53-5615:00
*** david-lyle has quit IRC15:01
sbezverkkfox1111: how did I miss it :), last thing about $VERSION. do you want to switch to use it now or it will be done later?15:02
hogepodgehttps://zoom.us/j/41725124115:02
kfox1111sbezverk: version is a good idea. I still need to do the osd stuff too. so maybe I switch it over in the next ps?15:02
*** tonanhngo has joined #openstack-kolla15:02
sbezverkkfox1111: sounds good, the rest look good15:02
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: support docker engine 1.13 in gate  https://review.openstack.org/42958715:04
kfox1111sbezverk: cool. thanks.15:05
*** sp_ has quit IRC15:06
*** tonanhngo has quit IRC15:07
*** zhurong has quit IRC15:07
*** salv-orlando has quit IRC15:07
*** gfidente has joined #openstack-kolla15:07
*** gfidente has quit IRC15:07
*** gfidente has joined #openstack-kolla15:07
*** jheroux has joined #openstack-kolla15:11
*** crushil has quit IRC15:12
sbezverkkfox1111: both ps came back green https://review.openstack.org/#/c/433322/51 and then https://review.openstack.org/#/c/435067/2915:13
*** crushil has joined #openstack-kolla15:14
openstackgerritJavier Castillo AlcĂ­bar proposed openstack/kolla master: Sahara needs to run ssh-keygen  https://review.openstack.org/43686915:15
*** adrian_otto has joined #openstack-kolla15:15
*** sdake has quit IRC15:16
*** lucasxu has joined #openstack-kolla15:16
openstackgerritJavier Castillo AlcĂ­bar proposed openstack/kolla master: Sahara needs to run ssh-keygen  https://review.openstack.org/43686915:19
*** sp_ has joined #openstack-kolla15:19
*** crushil has quit IRC15:19
*** crushil has joined #openstack-kolla15:20
*** Prem has quit IRC15:21
*** zhubingbing_ has joined #openstack-kolla15:23
kfox1111sbezverk: did find one issue with the former.15:25
kfox1111very minor.15:25
*** vi01et03_ has quit IRC15:26
*** athomas has joined #openstack-kolla15:26
jascott1kfox1111 cant tell from code but looks relative to requirements.yaml location, waiting on my dev env to come up and I will get it figured out15:27
*** breitz has quit IRC15:28
*** yingjun has joined #openstack-kolla15:28
*** duonghq has quit IRC15:29
kfox1111jascott1: thats what I was thinking, but was just trying to validate.15:31
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding Ironic microservices packages  https://review.openstack.org/43332215:32
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart  https://review.openstack.org/43506715:34
*** sdake has joined #openstack-kolla15:35
zhubingbing_hello guys15:40
zhubingbing_sup sdake15:40
*** pbandark has joined #openstack-kolla15:41
openstackgerritMerged openstack/kolla stable/newton: Icrease haproxy timeouts for mysql connections  https://review.openstack.org/43612115:42
sdakezhubingbing_ sup - in a meeting15:43
*** sdake has quit IRC15:43
*** saneax is now known as saneax-_-|AFK15:43
*** david-lyle_ has quit IRC15:44
*** sdake has joined #openstack-kolla15:44
*** sdake has quit IRC15:45
zhubingbing_16:0015:45
zhubingbing_in later 15min15:45
pbandarkping openstack-kolla i am trying to configure kolla on centos as per https://docs.openstack.org/developer/kolla/mitaka/quickstart.html  but "curl -sSL https://get.docker.io | bash" fails with https://paste.fedoraproject.org/paste/vjzicYdjVMyVQf9eudoO2l5M1UNdIGYhyRLivL9gydE=   is this known issue?15:46
pbandark"restorecon:  lstat(/var/lib/docker) failed:  No such file or directory" <==15:46
openstackgerritcaoyuan proposed openstack/kolla-ansible master: Update the file farmat  https://review.openstack.org/43699415:47
openstackgerritcaoyuan proposed openstack/kolla-ansible master: Update the file format  https://review.openstack.org/43699415:48
*** adrian_otto has quit IRC15:49
kfox1111jascott1: in doing a strace, I don't see it ever trying to look on disk for memcached.15:56
jmccarthyHrm question about helm-repository - it fetches stuff directly from google when building:15:56
jmccarthyRUN curl -Lo /tmp/helm-v${helm_version}-linux-amd64.tar.gz  http://storage.googleapis.com/kubernetes-helm/helm-v${helm_version}-linux-amd64.tar.gz \15:56
jmccarthyI was looking for a way to maybe build an rpm for installation .. but found no source rpm or anything like that so far .. anyone know more about this ?15:56
kfox1111its like its not recognizing that it is the localpath case.15:56
kfox1111jmccarthy: I know of no rpm for it yet.15:56
*** yingjun has quit IRC15:58
jmccarthykfox1111: Ok thanks; how are folks doing internal builds ?16:00
*** athomas has quit IRC16:00
dimshogepodge : thanks for running the session and for taking the lead!16:01
zhubingbing_meeting?16:03
egonzalezzhubingbing_ there is no meeting today16:04
*** adrian_otto has joined #openstack-kolla16:04
zhubingbing_hmm16:04
zhubingbing_rouger16:04
zhubingbing_thanks16:04
kfox1111jmccarthy: I've just been using the release binary. its statically linked, so pretty easy to deal with.16:05
openstackgerritcaoyuan proposed openstack/kolla-ansible master: Update the "source" to "."  https://review.openstack.org/43699416:06
*** sdake has joined #openstack-kolla16:06
*** pbandark has quit IRC16:06
*** pbourke has quit IRC16:10
*** sdake has quit IRC16:10
*** klindgren has quit IRC16:11
*** shardy has quit IRC16:13
*** lucasxu has quit IRC16:15
*** lucasxu has joined #openstack-kolla16:16
*** sdake has joined #openstack-kolla16:17
*** sdake has quit IRC16:18
*** dciabrin has quit IRC16:19
*** pbourke has joined #openstack-kolla16:22
*** rwallner has quit IRC16:31
*** rwallner has joined #openstack-kolla16:33
*** jtriley has quit IRC16:36
*** rwellum_ has quit IRC16:40
*** shardy has joined #openstack-kolla16:40
*** rwallner has quit IRC16:41
*** egonzalez has quit IRC16:45
*** david-lyle has joined #openstack-kolla16:46
*** rwallner has joined #openstack-kolla16:46
*** david-lyle has quit IRC16:47
*** crushil has quit IRC16:49
*** lamt has quit IRC16:53
SerlexAnyone running kolla-kubernetes dev environment16:56
*** financeMann has quit IRC16:56
*** zioproto has quit IRC16:59
*** gfidente has quit IRC16:59
*** adrian_otto has quit IRC17:00
*** crushil has joined #openstack-kolla17:01
*** shardy has quit IRC17:01
*** financeMann has joined #openstack-kolla17:01
*** skramaja has quit IRC17:01
*** financeMann has quit IRC17:02
*** kbaegis has joined #openstack-kolla17:02
kbaegisHi all. I'm having issues (I think) with docker-py17:03
kbaegisAttributeError: 'module' object has no attribute 'Client' is what I see in the traceback17:03
kbaegisHas anyone else seen this after updating docker?17:03
*** japestinho_ has quit IRC17:04
kbaegisdocker-py 2.1.0, docker 1.13.1, kolla17:06
kbaegisOh, I was on master17:06
*** mgoddard has quit IRC17:06
kbaegismeant to do stable/ocata17:06
*** dciabrin has joined #openstack-kolla17:06
hogepodgedims thank you! and to everyone else for joining17:08
*** fooliouno has joined #openstack-kolla17:10
*** lucasxu has quit IRC17:12
fooliounoI'm trying to build kolla-kubernetes images for a multinode deployment. When I use the genconfig tool, it seems to be defaulting to an all-in-one config. Should I be passing the multinode inventory file to the genconfig tool?17:12
sbezverkfooliouno: kolla-kubernetes does not use ansible inventory for multinode deployment17:12
sbezverkfooliouno: multinodeness is a feature provided by the kubernetes cluster itself :)17:13
fooliounothank you :)17:13
sbezverkkfox1111: please let me know if you have any outstanding concerns about ironic.. thanks17:14
*** dave-mcc_ has quit IRC17:14
*** dciabrin has quit IRC17:15
*** kbaegis has quit IRC17:18
Serlexanyone seen this while deploying kolla-k8s17:22
Serlex++ kubectl get pods -a --selector=job-name=test-ceph-init-mon --namespace=kolla '--output=jsonpath={.items..metadata.name}'17:22
SerlexNo resources found.17:22
*** zhubingbing_ has quit IRC17:22
sbezverkSerlex: if you run just kubectl get pods -n kolla, do you see any pods?17:24
*** dciabrin has joined #openstack-kolla17:26
*** unicell has quit IRC17:28
SerlexYes, "ceph-mon-0kzf4   0/1       Init:0/1   0          6m"...but its not tthe pod its looking for. Output above is from run_dev_image.sh script17:28
*** kbaegis has joined #openstack-kolla17:29
SerlexScript waits for a pod with "Waiting for pods to be ready. Total: 1 Ready:0" and then outputs the above and moves on17:29
*** kbaegis1 has joined #openstack-kolla17:30
SerlexObviously the proceeding tasks fail as  no ceph secrects were retireved17:30
*** kbaegis has quit IRC17:30
SerlexI ran it couple times, fails at same spot17:30
sbezverkSerlex: ok since there is one pod and it get stuck in init state, it means it is waiting for somehitng17:33
sbezverkthe best way then to find out what is to check it with kubectl describe pod ceph-mon-0kzf4 -n kolla17:33
SerlexSure. I tried to keep an eye using kubectl describe, "ceph-bootstrap-initial-mon-X", unfornuately....once the ceph script setup-ceph-secrets.sh is ran...the job is deleted17:37
*** crushil has quit IRC17:38
*** crushil has joined #openstack-kolla17:38
SerlexI do see "job-name=ceph-bootstrap-initial-mon Status:         Succeeded"17:39
kbaegis1Is anyone else using updated versions? Docker 1.13.1, docker-py 2.1.0?17:41
kbaegis1w/ stable/ocata?17:41
*** eaguilar has joined #openstack-kolla17:44
*** salv-orlando has joined #openstack-kolla17:45
*** eaguilar has quit IRC17:49
sbezverkSerlex: hm it is a bit strange if job was stuck in init for 6 minutes, then you see it succeeded.. can you try to do steps manually? jus tcopy and paste commands from the script17:49
*** eaguilar has joined #openstack-kolla17:49
sbezverkand check results after each step17:49
*** dave-mccowan has joined #openstack-kolla17:50
SerlexOk sure, I will try running it manually17:50
*** shardy has joined #openstack-kolla17:53
kbaegis1So on line 131 of /usr/lib64/python3.4/site-packages/kolla/image/build.py17:54
*** dciabrin has quit IRC17:54
kbaegis1I'm seeing "self._dc = docker.Client(version='auto', **docker_kwargs)"17:55
*** dave-mccowan has quit IRC17:55
kbaegis1Should I code the Client version in? It's saying that Client isn't getting populated with anything17:55
*** dave-mccowan has joined #openstack-kolla17:55
kbaegis1AttributeError: 'module' object has no attribute 'Client'17:55
*** papacz has quit IRC17:56
*** lucasxu has joined #openstack-kolla17:57
*** jtriley has joined #openstack-kolla17:57
*** crushil has quit IRC17:57
*** papacz has joined #openstack-kolla17:57
*** eaguilar has quit IRC17:58
*** sudipto_ has quit IRC18:00
*** sudipto has quit IRC18:00
*** dave-mccowan has quit IRC18:01
*** jtriley_ has joined #openstack-kolla18:02
*** jtriley has quit IRC18:02
*** sdake has joined #openstack-kolla18:03
*** fguillot has quit IRC18:03
*** breitz has joined #openstack-kolla18:06
*** gfidente has joined #openstack-kolla18:07
*** gfidente has quit IRC18:07
*** gfidente has joined #openstack-kolla18:07
*** dave-mccowan has joined #openstack-kolla18:10
*** adrian_otto has joined #openstack-kolla18:12
*** crushil has joined #openstack-kolla18:15
*** skramaja has joined #openstack-kolla18:15
*** salv-orl_ has joined #openstack-kolla18:17
*** selena_091 has joined #openstack-kolla18:17
selena_091hello..anyone know whats up with bitfrost builds failing on the gates. https://review.openstack.org/#/c/436781/18:18
*** Serlex has quit IRC18:18
*** salv-orlando has quit IRC18:20
*** selena_091 has quit IRC18:20
*** david-lyle has joined #openstack-kolla18:22
*** dciabrin has joined #openstack-kolla18:24
*** bpattewar has joined #openstack-kolla18:27
*** unicell has joined #openstack-kolla18:27
*** kbaegis1 has quit IRC18:28
*** mgoddard has joined #openstack-kolla18:30
kfox1111sbezverk: k. will look again.18:33
*** rwallner has quit IRC18:34
*** dciabrin has quit IRC18:38
*** david-lyle has quit IRC18:39
kfox1111jascott1: find anything?18:41
*** pbourke has quit IRC18:42
*** butchster has quit IRC18:42
*** pbourke has joined #openstack-kolla18:44
*** rwallner has joined #openstack-kolla18:48
*** tonanhngo has joined #openstack-kolla18:48
*** tonanhngo has quit IRC18:49
*** tonanhngo has joined #openstack-kolla18:50
*** rwellum has joined #openstack-kolla18:51
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath for computekit  https://review.openstack.org/43694618:52
*** lamt has joined #openstack-kolla18:52
berendtis it normal that loopback devices are not included in ansible_devices variable?18:53
berendton a ci system i am creating 6 loopback devices, but after calling ansible localhost -m setup -a 'filter=ansible_devices' the devices do not appear18:54
*** dciabrin has joined #openstack-kolla18:56
*** JoseMello has joined #openstack-kolla18:56
berendtlooks like the get_device_facts method does not include them: drives = re.compile('(ada?\d+|da\d+|a?cd\d+)')18:57
berendtah no that's the one used on freebsd18:57
*** sdake_ has joined #openstack-kolla18:58
*** sdake has quit IRC18:59
berendt the use of "ansible_devices[item.device.split('/')[2]].partitions|count > 1" in bootstrap_osds means that we cannot use loop devices on ci systems19:00
berendtdo we actually test our ceph role on the gates?19:00
kfox1111kolla-kubernetes does. kolla-ansible doesn't.19:00
berendtkfox1111: do you use loopback devices for k8s?19:01
kfox1111yeah. for testing.19:01
kfox1111https://github.com/openstack/kolla-kubernetes/blob/master/tests/bin/setup_gate_loopback.sh19:01
berendti am doing it a similiar way on my ci systems..19:02
berendtdo we have some variable inside the ansible roles that can be checked if we are running on jenkins?19:02
kfox1111not that I know of, but I don't know the kolla-ansible code base very well.19:03
berendtdoes ansible use lazy evaluation for when statements?19:04
kfox1111I dont know.19:05
*** sdake_ has quit IRC19:06
berendtit does, tested it right now19:07
kfox1111cool.19:07
*** sdake has joined #openstack-kolla19:07
*** MasterOfBugs has joined #openstack-kolla19:07
*** sdake has quit IRC19:19
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath  https://review.openstack.org/43694619:20
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath  https://review.openstack.org/43694619:22
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath  https://review.openstack.org/43694619:25
kfox1111sbezverk: ping19:26
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath  https://review.openstack.org/43694619:27
*** lamt has quit IRC19:28
*** rwallner has quit IRC19:30
*** Jeffrey4l_ has joined #openstack-kolla19:31
*** Jeffrey4l has quit IRC19:31
*** l4yerffeJ_ has quit IRC19:31
*** l4yerffeJ__ has joined #openstack-kolla19:31
*** Jeffrey4l_ has quit IRC19:33
*** david-lyle has joined #openstack-kolla19:33
*** Jeffrey4l_ has joined #openstack-kolla19:33
*** kbaegis has joined #openstack-kolla19:36
*** pbourke has quit IRC19:38
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate  https://review.openstack.org/41319319:39
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath  https://review.openstack.org/43694619:43
*** lucasxu has quit IRC19:43
*** lucasxu has joined #openstack-kolla19:43
*** lucasxu has quit IRC19:49
*** mgoddard has quit IRC19:50
*** lucasxu has joined #openstack-kolla19:51
*** salv-orl_ has quit IRC20:00
*** rwallner has joined #openstack-kolla20:00
*** david-lyle_ has joined #openstack-kolla20:06
*** david-lyle has quit IRC20:07
*** v1k0d3n has joined #openstack-kolla20:09
*** haplo37_ has quit IRC20:10
*** mgoddard has joined #openstack-kolla20:11
sbezverkkfox1111: pong20:17
Slowerinc0: https://github.com/imain/kankyo20:18
*** dciabrin has quit IRC20:18
*** haplo37_ has joined #openstack-kolla20:19
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath  https://review.openstack.org/43694620:24
sbezverk kfox1111: I do not get why you against to merge 2nd part of ironic when the gate is all green.20:26
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate  https://review.openstack.org/41319320:26
kfox1111sbezverk: because it forces the 2.x gate to test 3.x instead.20:27
sbezverkkfox1111: it is doing it already for long time20:27
kfox1111a few little bits are, but that pulls everything to 3.x20:27
sbezverkiscsi gates do NOT work with 2.0.2 it was always using 3.0.220:28
sbezverkalso everybody tells us running 2.0.2 with master kolla-ansible is wrong20:28
kfox1111just for cinder I think. that ps pulls literally everything to 3.20:28
sbezverkbut you keep insisting to do it20:28
sbezverkwho needs 2.0.2???20:28
kfox1111we need it temporarily for upgrades.20:28
kfox1111I do. others will to.20:28
kfox1111brownfield deployment use case.20:28
sbezverkwe are not testing upgrade from 2.0.2 because it will not work at the gate20:29
kfox1111it will work with the gate. we havent written the code, yet.20:29
sbezverksince already iscsi is out of picture20:29
kfox1111I plan on working on it.20:29
kfox1111I don't want to tie our hands away from supporting the use case.20:29
sbezverksome problems we hit is because we keep draggin old stuff20:30
*** v1k0d3n has quit IRC20:30
*** david-lyle_ has quit IRC20:30
kfox1111it shouldn't take long to add an ironic gate, something we need anyway, and resolve the issue that wya.20:30
kfox1111I can even go to the infra meeting and ask for a quick review if you would like.20:30
kfox1111its not a major problme.20:30
kfox1111and its something we must do anyway for a gate job.20:30
sbezverkI need code in the repo to continue with inpsector20:30
kfox1111thats fine. we can make the ironic gate 3+.20:31
kfox1111I just don't want the general gate to be 3+ yet.20:31
*** ccesario has quit IRC20:32
sbezverkI need the code in to test the gate even for new gate job.20:33
*** krtaylor has joined #openstack-kolla20:33
sbezverkI can remove switching to 3 but then it gets merged regardless even if it fails at the gate20:33
sbezverkbecause of 3.0.2 packaging issue20:34
bmacekfox1111: it is too bad there isn't a better way to handle that kolla-common dependency.  so much duplication! :/20:34
sbezverkbut still all this does not make sense because cinder already on 3 so I do not get what you try to achive20:34
kfox1111bmace: yeah. I wanted to generate all that stuff, but wasn't considered "helm native" :/20:34
bmacekfox111: there is no sort of import mechanism or shared file mechanism so that the common stuff could be central and they could only stray in any differences they might have at some point?20:35
kfox1111sbezverk: your pulling nova to 3. and glance to 3. and horizon to 3. and and and. don't break all of 2 testing just becuase you need one thing 3.20:36
*** Pavo_ has quit IRC20:36
kfox1111bmace: there is a proposal for importing values from kolla-common in helm.20:36
kfox1111bmace: https://github.com/kubernetes/helm/issues/199520:37
sbezverkkfox1111: you already testing bunch of gate jobs with ceph and 2.0.2 that is your test case, iscsi runs ONLY with 3 and20:37
bmacekfox1111: well, i meant more an import mechanism in the helm yaml files, like ansible has.. so there could be a "common" requirements file that all these import, so you can change any common values in a single place.20:37
kfox1111once we get that in, we can all but get rid of helm_prebuild_microservices.py20:37
sbezverkso why not tom move iscsi gate to 3??20:37
kfox1111sbezverk: do you not think someone with a mitaka cloud won't want to upgrade to kolla-kubernetes?20:37
sbezverkkfox1111: mitaka does NOT work with iscsi20:38
sbezverkso it is no go20:38
kfox1111your thinking too linearly.20:38
sbezverkso keeping 2.0.2 with iscsi does not make ANY sense20:38
kfox1111if I had an iscsi mitaka cloud, I'd want to do the following:20:38
bmacekfox1111: so a little different than the upstream issue.. just a blanket import common/requirements.yaml would be perfect, like ansible lets you do in their playbooks.20:38
kfox11111. upgrade to kolla-kubernetes, touching as few things as possible. if I must upgrade cinder to newton, I'd do just that.20:38
kfox1111then in step two, perform a kolla upgrade to full newton.20:39
bmacethe bug you reference allows for a bit more complex scenarios20:39
kfox1111bmace: I don't quite follow20:39
sbezverkkfox1111: if somebody has this scenario, it is their responsibility to craft testing to thei wierd case..20:39
kfox1111sbezverk: but we have testing now.20:39
sbezverkthe gate test generic staff common to most of people20:39
kfox1111sbezverk: and you need an ironic gate test anyway.20:40
kfox1111don't break something just so you can get a commit in 1 day faster.20:40
kfox1111we can get the ironic gate in quicky, and then its not an issue anymore.20:40
sbezverkkfox1111: to properly build ironic gate I need working code20:40
sbezverkI do not want to fight with two problems20:40
kfox1111you have working code. its just not in trunk yet.20:41
*** lamt has joined #openstack-kolla20:41
sbezverkI test code it is all good, then I do the gate job knowing that no surprises will hit me20:41
kfox1111how about this...20:41
kfox1111split the ps into everything but the test, and the test.20:41
kfox1111I'm ok merging the rest, since we have already merged other ironci stuff without tests.20:41
kfox1111and we can hold off on the test until we get the ironic gate.20:42
bmacekfox1111: the proposal in that bug is that you import on a per named field basis, from the looks of it, so for requirements you end up under import-values: with name: repository: and version:  whereas all that is needed for this simple case is some sort if import <filename> line in the yaml that essentially just pulls in the values from the other file into this one.20:42
bmacein the ansible include20:42
bmacelike20:42
kfox1111bmace: when parent values are a thing, it will be common for each include not to be identicle.20:42
kfox1111as each package includes different sets of macro's from kolla-common20:43
bmacekfox1111: i'm not saying the bug that you referenced isn't useful, but a simple include, if it existed, would take care of 90% of this duplication with much simpler syntax, imo20:43
sbezverkkfox1111: that will work, I can remove from iscsi workflow testing part.20:43
kfox1111bmace: ah. I think I see what your saying. yeah, I don't disagree with that.20:44
kfox1111sbezverk: ok cool.20:44
*** mgoddard has quit IRC20:45
*** rwellum has quit IRC20:45
kfox1111can you please submit the ironic job to the infra folks asap? sooner its proposed the quicker the issue is resolved.20:45
kfox1111I am happy to go dig up cores to get it through quickly too. I'm just a few rooms away.20:45
sbezverkkfox1111: centos/ubuntu or just cenots?20:51
kfox1111ironic's important enough I think we probably should test both?20:52
kfox1111I would think it may work for one and break for another?20:53
*** jtriley_ has quit IRC20:54
sbezverkkfox1111: I nave not noticed any OS dependency, but why not..20:54
openstackgerritBalaji G Pattewar proposed openstack/kolla-kubernetes master: Helm charts for heat/heat-cfn create user and endpoints.  https://review.openstack.org/41482520:59
sbezverkkfox1111: https://review.openstack.org/43714721:03
*** mgoddard has joined #openstack-kolla21:03
*** rhallisey has quit IRC21:04
kfox1111sbezverk: cool. thanks. I'll see if I can get it expidited.21:06
*** salv-orlando has joined #openstack-kolla21:07
*** rwallner has quit IRC21:07
*** rwallner has joined #openstack-kolla21:12
*** pcaruana has quit IRC21:12
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart  https://review.openstack.org/43506721:12
*** JoseMello has quit IRC21:15
*** rwallner has quit IRC21:16
sbezverkkfox1111: have removed testing part. please check..21:20
*** v1k0d3n has joined #openstack-kolla21:28
*** l4yerffeJ has joined #openstack-kolla21:34
*** Jeffrey4l__ has joined #openstack-kolla21:34
*** l4yerffeJ__ has quit IRC21:35
*** Jeffrey4l_ has quit IRC21:35
*** jtriley has joined #openstack-kolla21:37
*** l4yerffeJ has quit IRC21:40
*** l4yerffeJ has joined #openstack-kolla21:40
kfox1111sbezverk: looks good to me.21:44
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath  https://review.openstack.org/43694621:48
*** lamt has quit IRC21:48
*** lamt has joined #openstack-kolla21:49
openstackgerritKevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate  https://review.openstack.org/41319321:51
*** lamt has quit IRC21:53
*** skramaja has quit IRC21:56
*** shardy has quit IRC21:57
*** v1k0d3n has quit IRC21:58
*** krtaylor has quit IRC22:09
*** gfidente has quit IRC22:10
*** mgoddard has quit IRC22:10
*** jtriley_ has joined #openstack-kolla22:13
*** jtriley has quit IRC22:16
*** jtriley_ has quit IRC22:18
*** jheroux has quit IRC22:18
*** adrian_otto has quit IRC22:23
*** adrian_otto has joined #openstack-kolla22:24
*** lucasxu has quit IRC22:26
*** crushil has quit IRC22:27
*** adrian_otto has quit IRC22:28
*** gfidente has joined #openstack-kolla22:30
*** gfidente has quit IRC22:30
*** gfidente has joined #openstack-kolla22:30
*** bjolo_ has joined #openstack-kolla22:32
*** dave-mccowan has quit IRC22:46
sbezverksdake: please ping when you are online22:49
*** mgoddard has joined #openstack-kolla22:50
openstackgerritMark Goddard proposed openstack/kolla-ansible master: ironic_dnsmasq doesn't support reconfiguration  https://review.openstack.org/43718122:52
*** goldyfruit has quit IRC22:52
*** jrobinson has joined #openstack-kolla22:54
openstackgerritMark Goddard proposed openstack/kolla-ansible master: ironic-dnsmasq should use ironic-inspector group  https://review.openstack.org/43718323:06
*** kbaegis has quit IRC23:10
*** saneax-_-|AFK is now known as saneax23:18
*** fooliouno has quit IRC23:19
*** athomas has joined #openstack-kolla23:21
*** crushil has joined #openstack-kolla23:22
*** david-lyle has joined #openstack-kolla23:30
*** crushil has quit IRC23:32
*** imcsk8 has quit IRC23:33
*** imcsk8 has joined #openstack-kolla23:33
openstackgerritMark Goddard proposed openstack/kolla-ansible master: ironic_pxe bootstrap should run on all hosts  https://review.openstack.org/43718923:34
*** david-lyle has quit IRC23:35
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Make Ironic inspector honour inventory  https://review.openstack.org/43692923:44
*** klindgren has joined #openstack-kolla23:53
*** mgoddard has quit IRC23:54
*** salv-orlando has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!