Monday, 2016-09-05

*** sdake has joined #openstack-kolla00:07
*** tonanhngo has joined #openstack-kolla00:12
*** fguillot is now known as fguillot_afk00:14
*** fguillot_afk has quit IRC00:15
*** fguillot has joined #openstack-kolla00:16
*** tonanhngo has quit IRC00:17
*** yingjun has joined #openstack-kolla00:22
*** tonanhngo has joined #openstack-kolla00:23
*** mtaylor22 has joined #openstack-kolla00:27
*** tonanhngo has quit IRC00:28
*** mnaser has joined #openstack-kolla00:29
*** yingjun has quit IRC00:31
*** yingjun has joined #openstack-kolla00:35
*** tonanhngo has joined #openstack-kolla00:35
*** tonanhngo has quit IRC00:37
*** sdake has quit IRC00:39
*** duonghq has joined #openstack-kolla00:40
*** tonanhngo has joined #openstack-kolla00:46
*** zhiwei has joined #openstack-kolla00:48
*** tonanhngo has quit IRC00:50
*** fguillot has quit IRC00:53
*** daneyon has joined #openstack-kolla00:55
*** tonanhngo has joined #openstack-kolla00:57
*** daneyon has quit IRC01:00
*** tonanhngo has quit IRC01:02
*** tonanhngo has joined #openstack-kolla01:13
*** tonanhngo has quit IRC01:13
*** zhubingbing has joined #openstack-kolla01:14
*** salv-orlando has joined #openstack-kolla01:21
*** salv-or__ has quit IRC01:24
*** zhubingbing has quit IRC01:24
*** tonanhngo has joined #openstack-kolla01:26
*** tonanhngo has quit IRC01:31
openstackgerritMerged openstack/kolla: Add precheck for ceilometer backend  https://review.openstack.org/34588101:39
*** caowei has joined #openstack-kolla01:44
*** tonanhngo has joined #openstack-kolla01:47
*** tonanhngo has quit IRC01:52
mnaser{"failed": true, "item": "elasticsearch", "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute u'ansible_em2'"}  .. getting this for all "control" hosts01:53
mnaserexcept, 2 of the hosts actually have em2.  1 of them does not01:53
mnaseri have api_interface=p1p1 in the inventory file for that different host01:54
mnaser(everything worked fine before introducing the host with the different interface)01:54
duonghqmnaser: which task?01:56
mnaserelasticcache (first one)01:56
duonghqKolla has 3 interfaces definitions01:56
mnaserduonghq, oh, the api_interface one01:56
mnaserduonghq, i removed the extra host and it just went by with no problem.  if i add the new host <ip> api_interface=p1p1 .. it fails01:57
duonghqyou get this error when deploy or...?01:58
mnaseryes01:58
duonghqwhat is the task's name?01:58
mnaserTASK [elasticsearch : Copying over elasticsearch.yml] **************************01:59
mnaserit needs data in ansible_em2 (which is right, but only for 2/3 of the hosts, it should get ansible_em2 for 2 hosts, ansible_p1p1 for the other)02:00
duonghqyeah, so the variables is not passed to the template02:00
mnaseris that a bug or? i can submit a fix if i can see a working "example"02:00
duonghqyou can add a debug to config.yml playbook to print out the api_interface value02:01
*** tonanhngo has joined #openstack-kolla02:03
mnaserduonghq, rerunning with debug print api_interface02:03
*** mtaylor22 has quit IRC02:03
*** mtaylor22 has joined #openstack-kolla02:03
mnaserduonghq, reporting em2 for all 3 nodes02:04
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Add cinder volume with iscsi and lvm backend to Kube  https://review.openstack.org/36457302:05
mnasereven if in my inventory file.. i have this: x.x.x.x:5555 api_interface=p1p102:05
duonghqseem that Ansible's related problem02:05
*** zhubingbing has joined #openstack-kolla02:06
mnaseransible 2.1.1.0 on this host hmm02:06
duonghqlet me recheck for a moment02:07
*** tonanhngo has quit IRC02:07
mnaserduonghq, oddly enough .. ansible -m debug -a "var=hostvars[inventory_hostname]" -i inventory all => shows "api_interface": "p1p1",02:09
duonghqstranger02:09
mnaserwhats even more strange is that all 3 hosts report AnsibleUndefinedVariable for ansible_em2...02:10
mnasereven though 2 of those hosts actually have em202:10
duonghqcan you print the hostvars[inventory_hostname] in above playbook02:11
mnaserduonghq, ansible_em2 exists in both first hosts, and ansible_p1p1 exists in the 3rd host02:14
mnaserbut, api_interface set to em202:15
*** tonanhngo has joined #openstack-kolla02:15
duonghqyou use latest master?02:15
duonghqmnaser?02:16
mnaseryes duonghq02:16
*** banix has joined #openstack-kolla02:18
*** banix has quit IRC02:19
*** tonanhngo has quit IRC02:19
*** tonanhngo has joined #openstack-kolla02:22
duonghqmnaser: I need rebuild docker image, it take some time02:23
mnasernp duonghq .. maybe building elasticcache only to replicate might be enough02:24
duonghqmy images are outdate for a while, Kollish has updated base and kolla-toolbox image02:25
*** celo_r has quit IRC02:26
mnaserah02:27
mnaserthats gonna be quite the images to rebuild then02:27
mnaserill keep looking at this02:27
*** tonanhngo has quit IRC02:29
openstackgerritzhongshengping proposed openstack/kolla: Deprecate old auth parameters of ironic in nova.conf  https://review.openstack.org/36425902:33
*** tonanhngo has joined #openstack-kolla02:37
mnaserthis seems similar duonghq https://review.openstack.org/gitweb?p=openstack/kolla.git;a=commitdiff;h=a98628453b0c1fc72692376abd873cbccb5a35a902:39
mnaserdiscovery.zen.ping.unicast.hosts: [{% for host in groups['elasticsearch'] %}"{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}"{% if not loop.last %},{% endif %}{% endfor %}]02:40
mnaseri think this is where things are going wrong02:40
*** tonanhngo has quit IRC02:41
mnaserthey're all breaking cause api_interface for that host is wrong02:42
duonghqthe site.yml is re-arranged02:44
*** daneyon has joined #openstack-kolla02:44
mnaserdoes the order of my inventory file matter duonghq ?02:45
duonghqiirc: no02:46
mnaserduonghq, tell me if this makes sense.. according to playbook docs .. http://docs.ansible.com/ansible/playbooks_variables.html02:46
mnaser"The idea here to follow is that the more explicit you get in scope, the more precedence it takes with command line -e extra vars always winning. "02:47
mnaserwhen kolla-ansible runs, it does this.. ansible-playbook -i inventory -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla  -e action=deploy /usr/share/kolla/ansible/site.yml02:47
mnaserwhich basically means that globals.yml can never be overridden02:47
mnaseri think the problem here is that i have to comment out api_interface in globals.yml IF i want to use it in each host02:48
duonghqiirc, the api_interfaces is already commented?02:48
mnaseri cant use api_interface in globals.yml and then override it in the inventory file02:48
mnaserwell, not in my case, i changed it (because 2 of my hosts had a specific api_interface)02:48
*** daneyon has quit IRC02:48
mnaserthere we go, so I commit to a single api_interface in globals.yaml OR configure them individually in inventory..02:50
duonghqmnaser: I have not tried to set api_interface yet, only in inventory02:51
mnaserlooks like that was the reason :002:53
duonghqmnaser: good to heard that02:53
*** tonanhngo has joined #openstack-kolla02:53
*** tonanhngo has quit IRC02:58
*** tonanhngo has joined #openstack-kolla03:06
*** tonanhngo has quit IRC03:10
openstackgerritYao Lu proposed openstack/kolla: delete virtual bridge artifacts when cleaning hosts  https://review.openstack.org/35892403:11
openstackgerritzhubingbing proposed openstack/kolla: Add sahara ansible role  https://review.openstack.org/35129403:33
*** tonanhngo has joined #openstack-kolla03:34
*** tonanhngo has quit IRC03:38
*** tonanhngo has joined #openstack-kolla03:45
*** tonanhngo has quit IRC03:49
duonghqsean-k-mooneyAFK: ping03:54
*** tonanhngo has joined #openstack-kolla03:56
openstackgerritJeffrey Zhang proposed openstack/kolla: Change Mariadb default character set to utf8  https://review.openstack.org/36542803:59
*** tonanhngo has quit IRC04:06
*** zhubingbing has quit IRC04:07
*** tonanhngo has joined #openstack-kolla04:14
*** tonanhngo has quit IRC04:19
*** pbourke has quit IRC04:20
*** pbourke has joined #openstack-kolla04:20
*** zhubingbing has joined #openstack-kolla04:22
*** tonanhngo has joined #openstack-kolla04:27
openstackgerritNguyen Phuong An proposed openstack/kolla: Ensure doesn't use LOG.warn  https://review.openstack.org/36416804:27
*** tonanhngo has quit IRC04:31
*** fragatina has quit IRC05:07
*** harlowja_at_home has joined #openstack-kolla05:08
*** harlowja_at_home has quit IRC05:15
*** tonanhngo has joined #openstack-kolla05:24
*** tonanhngo has joined #openstack-kolla05:26
*** senk has joined #openstack-kolla05:28
*** matrohon has quit IRC05:48
*** egonzalez90 has joined #openstack-kolla06:08
*** tonanhngo has quit IRC06:15
*** ssurana has joined #openstack-kolla06:30
*** tonanhngo has joined #openstack-kolla06:31
*** tonanhngo has quit IRC06:32
*** Mr_Broken has joined #openstack-kolla06:46
*** tonanhngo has joined #openstack-kolla06:53
*** tonanhngo has quit IRC06:54
*** egonzalez90 has quit IRC06:59
*** msimonin has joined #openstack-kolla07:00
*** msimonin has left #openstack-kolla07:03
*** zhurong has joined #openstack-kolla07:04
*** diogogmt has quit IRC07:05
*** tonanhngo has joined #openstack-kolla07:13
*** mtaylor22 has quit IRC07:13
*** mtaylor22 has joined #openstack-kolla07:13
*** tonanhngo has quit IRC07:14
*** daneyon has joined #openstack-kolla07:14
openstackgerritLu lei proposed openstack/kolla: Add oslo.i18n module in kolla project  https://review.openstack.org/35534207:15
openstackgerritLu lei proposed openstack/kolla: Add oslo.i18n module in kolla project  https://review.openstack.org/35534207:17
*** daneyon has quit IRC07:19
*** salv-orl_ has joined #openstack-kolla07:20
*** salv-orlando has quit IRC07:23
sean-k-mooneyAFKduonghq hi not sure if your still about but i just got in07:28
*** sean-k-mooneyAFK is now known as sean-k-mooney07:28
duonghqsean-k-mooney: hello07:29
sean-k-mooneyduonghq: hi07:29
sean-k-mooneyduonghq: did you want to talk to me earlier?07:29
openstackgerritzhubingbing proposed openstack/kolla: Add sahara ansible role  https://review.openstack.org/35129407:29
duonghqyes, waiting for a while07:29
duonghqI want to diccuss about your barematel07:30
sean-k-mooneysure07:30
duonghqI see your pre/post install playbook is more general than only barematel?07:31
duonghqI think it should be placed in its own role07:31
duonghqlike pre-install or pre-deploy?07:32
sean-k-mooneyit is its own role07:32
sean-k-mooneybirforst which does the baremetal install is a seperate role07:32
duonghqafaik: not every server/node is baremetal?07:32
sean-k-mooneywe could chagne the name of the baremeatl role to kolla-hosts07:33
duonghqbut the bifrost is Ansiblize Ironic07:33
duonghqand Ironic is for barematel07:33
sean-k-mooneyduonghq: the only reason i called it baremetal was to signify that it was altering the host unlike the rest of kolla which does not07:34
duonghqsean-k-mooney: ok07:34
duonghqjust forget bifrost role07:35
duonghqso, I think we should change the the name to make it more clearly?07:36
duonghqI confused for a while07:36
sean-k-mooneythere are 3 things that will hopefully be available in newton. 1 we are fixing ironic as a service to provide baremetal host to tenents, 2 we are providing contianerised bifrost to give baremetal provisioning to operators and 3 we are provideing a kolla host playbook(the baremetal role) to install kollas depencies07:36
*** egonzalez90 has joined #openstack-kolla07:36
duonghqroger07:37
duonghqthank you07:37
sean-k-mooneyduonghq: sure i can do that, when i started on the playbook we had not started calling it kolla hosts so ill change it to the host role?07:37
sean-k-mooneyor would you perfer pre-install  or bootstrap?07:38
openstackgerritJeffrey Zhang proposed openstack/kolla: Remove the useless host in site.yml  https://review.openstack.org/36548307:38
duonghqsean-k-mooney: I think small voting in ml is more appropriate07:39
sean-k-mooneyok cool will do ill send a mail later today07:39
duonghqpersonally, I prefer bootstrap due to the kolla-ansible command is boostrap-server, so it make new-comer easier to get into your works :)07:40
sean-k-mooneyi guess it dose not help that i was also working on the containerisation of bifrost this cycle too, i can see why beremetal might be confusing in that context07:42
duonghqyep07:43
duonghqsean-k-mooney: one more question: why you assign only /etc/kolla to kolla user, not group too?07:46
duonghq*assign /etc/kolla only to user07:47
sean-k-mooneythat may be a bug. i taught i assigned it to kolla:kolla07:47
sean-k-mooneyduonghq: it currently does not break anything but i probably intended kolla:kolla07:48
duonghqsean-k-mooney: would you mind if I fixed that07:48
sean-k-mooneygo ahead, you found it :)07:49
duonghqokay07:49
*** bjolo has quit IRC07:51
sean-k-mooneyok ill be back soon got to run to the lab for a bit07:51
*** matrohon has joined #openstack-kolla07:52
*** tonanhngo has joined #openstack-kolla07:53
zhubingbingok07:53
*** tonanhngo has quit IRC07:54
*** rmart04 has joined #openstack-kolla07:56
*** frzn_ has joined #openstack-kolla07:58
*** frzn_ has quit IRC07:59
*** shardy has joined #openstack-kolla07:59
*** ssurana has quit IRC07:59
openstackgerritLu lei proposed openstack/kolla: Add oslo.i18n module in kolla project  https://review.openstack.org/35534208:00
*** mtaylor22 has quit IRC08:02
openstackgerritDuong Ha-Quang proposed openstack/kolla: Init group owner /etc/kolla to kolla  https://review.openstack.org/36549408:06
openstackgerritDuong Ha-Quang proposed openstack/kolla: Init group owner of /etc/kolla to kolla  https://review.openstack.org/36549408:09
openstackgerritzhubingbing proposed openstack/kolla: Add sahara ansible role  https://review.openstack.org/35129408:11
*** Mr_Broken has quit IRC08:15
*** openstackgerrit has quit IRC08:18
*** openstackgerrit has joined #openstack-kolla08:19
openstackgerritzhubingbing proposed openstack/kolla: Add gnocchi ansible role  https://review.openstack.org/34935108:20
*** tonanhngo has joined #openstack-kolla08:23
*** tonanhngo has quit IRC08:26
*** Serlex has joined #openstack-kolla08:28
*** salv-orlando has joined #openstack-kolla08:29
*** salv-orl_ has quit IRC08:32
*** bjolo has joined #openstack-kolla08:40
*** Guest30374 is now known as bradjones08:41
*** bradjones has joined #openstack-kolla08:41
*** phuongnh has joined #openstack-kolla08:41
*** tonanhngo has joined #openstack-kolla08:43
bjolomorning08:44
*** tonanhngo has quit IRC08:44
*** zhubingbing has quit IRC08:52
*** zhubingbing has joined #openstack-kolla08:52
*** daneyon has joined #openstack-kolla09:03
*** openstackgerrit has quit IRC09:04
*** openstackgerrit has joined #openstack-kolla09:04
openstackgerritLu lei proposed openstack/kolla: Add oslo.i18n module in kolla project  https://review.openstack.org/35534209:07
*** daneyon has quit IRC09:08
vbelgood morning/evening everyone09:11
vbelis it only me who sees doubled output during build?09:11
vbelI tried in two different environments (both centos)09:12
*** tonanhngo has joined #openstack-kolla09:12
*** tonanhngo has quit IRC09:15
vbelhttps://bugs.launchpad.net/kolla/+bug/162023909:19
openstackLaunchpad bug 1620239 in kolla "build process outputs each line twice" [Undecided,New]09:19
*** berendt has joined #openstack-kolla09:21
berendthi!09:21
*** athomas has joined #openstack-kolla09:27
*** tonanhngo has joined #openstack-kolla09:32
*** tonanhngo has quit IRC09:33
*** zhurong has quit IRC09:38
openstackgerritzhubingbing proposed openstack/kolla: Add sahara ansible role  https://review.openstack.org/35129409:45
berendtzhubingbing is the sahara role part of rc1?09:46
zhubingbingyeag09:46
zhubingbingyeah09:46
zhubingbingDo you have interesting for sahara?09:46
berendtzhubingbing not at the moment, I am waiting for your barbican role :)09:47
zhubingbingsure ,09:47
zhubingbingbarbican will be ok09:47
berendtyes, just nits...09:47
zhubingbingyou plan use to barbican for something?09:48
berendtyes, I want to use it for signed images09:48
zhubingbingok09:49
zhubingbingI have used the keysthone and Barbican together.09:50
berendtI think there are a lot of use cases for barbican, notably in public cloud environments09:51
zhubingbingi agree09:52
berendthave you worked with signed images?09:52
zhubingbingi don't test it09:52
zhubingbingIf there is a need I can cooperate with the test for worked with signed images09:53
openstackgerritDuong Ha-Quang proposed openstack/kolla: Specify 'become' to neccesary tasks (1)  https://review.openstack.org/35853909:56
*** sdake has joined #openstack-kolla09:57
*** senk__ has joined #openstack-kolla09:57
openstackgerritzhubingbing proposed openstack/kolla: Add gnocchi ansible role  https://review.openstack.org/34935109:58
NachoDuckAre there any plans to support the ec2-api project in kolla?09:58
berendtNachoDuck no open blueprint at the moment09:59
NachoDuckOk thanks09:59
berendtNachoDuck but we can open one, this is not a big deal09:59
*** senk has quit IRC09:59
*** senk has joined #openstack-kolla09:59
*** b_bezak has joined #openstack-kolla10:01
*** sdake has quit IRC10:01
*** senk__ has quit IRC10:02
openstackgerritDuong Ha-Quang proposed openstack/kolla: Specify 'become' for only neccesary tasks (2)  https://review.openstack.org/35903110:03
berendtzhubingbing can you set the implementation status of https://blueprints.launchpad.net/kolla/+spec/rally-role?10:05
zhubingbingok10:05
berendtzhubingbing priority is also missing, i think low..10:06
zhubingbingi can't setting it10:07
zhubingbing =-10:07
*** sdake has joined #openstack-kolla10:07
berendtsdake can you set the priority of https://blueprints.launchpad.net/kolla/+spec/rally-role10:07
*** lulei has joined #openstack-kolla10:08
sdakeberendt you should be able to do so10:08
berendtzhubingbing I think you forgot to upload your recent update of https://review.openstack.org/#/c/35182210:08
zhubingbingsorry10:09
zhubingbing i forget it10:09
zhubingbingi fixed it now10:10
berendtzhubingbing "Implementation" is still missing10:10
zhubingbingok10:11
zhubingbingthanks10:11
zhubingbingi add it10:11
berendtcool. than all blueprints for rc1 have useful values ;)10:11
luleihi, all. I got a patch :Add oslo.i18n module in kolla project . Here is links:https://review.openstack.org/#/c/355342/  . But I not sure we need to internationalize only in kolla directory or in all directories. Any suggestion ?10:11
berendtlulei the assigned blueprint is not approvied, I think we should discuss this feature first10:13
berendtlulei I am not sure if we need i18n at all for the kolla commands10:13
zhubingbingping  hiking10:14
zhubingbingping huikang10:15
luleihi berendt, OK. I got it . here is bp links: https://blueprints.launchpad.net/openstack/?searchtext=kolla-stadium-i18n10:15
berendtlulei i commented in the review itself..10:17
openstackgerritzhubingbing proposed openstack/kolla: Add Barbican container dockerfile  https://review.openstack.org/35182210:18
openstackgerritChristian Berendt proposed openstack/kolla: Add missing Docker images of OpenStack services to README file  https://review.openstack.org/36480410:18
sdakelulei i've loe to hae i18n translations for build tools and kolla-ansible (which is currently shell)10:18
zhubingbingping Christian Berendt10:19
sdakelulei to make that happen, we need to rewrite kolla-ansible (the shell script) in python10:19
sdakelulei i think for ocata that should be something we tackle upfront10:19
sdakelulei ithink what probably won't happen is rewritting all tools/* files in python - so some things will remain uninternationalized10:20
luleisdake. So, I'm not sure how to do next.10:20
sdakelulei are you inovlved with the i18n tteam?10:20
sdakelulei here is my concern-  has to do with timing10:21
sdakewe are in rc1, and adding internationalization to he code bsae is surely todisrupt i18n translators10:21
sdakewee hve already missedthestring freze10:21
zhubingbingChristian  i see you submit add cloudkitty role, and clouldkitty can use gnocchi . so can you help me review gnocchi role ?10:21
luleisdake, yes, I  know a guy which is a oslo core review. I will ask him about this.10:22
*** rmart04 has quit IRC10:22
zhubingbing snake , freze ?10:22
berendtzhubingbing use berendt instead of christian, this way i will receive an highlight. yes, i will have a look on gnocchi until the mid of this week10:22
sdakelulei i think theimpact is more on the i18n team10:22
sdakewhich i haven't reached out to yet - too much stuff on our plates to sort out internationalization this cycle10:23
zhubingbingberendt thanks10:23
luleisdake, I got it. Thanks:)10:23
sdakeeveer watch survivorman?10:23
zhubingbingit not freezer ?10:24
sdakei sawthis cat come toarizona and "survive"10:24
sdakehe came duringthe mildest part of the year10:24
sdakelol10:24
sdakego out there when its 115f, and i'll take your seouslly :)10:24
sdakehe did go to a desert where it was 120 at night though10:24
sdakeso iam sure he could handle it10:25
*** rmart04 has joined #openstack-kolla10:25
sdakeand tthe deserthe was in hadno resources at all10:25
zhubingbing- -10:25
sdakei've spent weeks in the desert "living off the land"10:25
sdakebut it was september - arguably the best time to do such a thing10:25
sdakeoctober mightbebetter10:26
sdakepart of feagle scout training10:26
zhubingbingliving off the land   what mean ?10:26
sdakezhubingbing using resources in the environment to survive10:26
zhubingbingok10:26
sdakesetting traps for mice and whatnot10:26
sdakeeating crickets10:27
sdakethat sort of thign10:27
sdakenothing as good as 6-10 cooked crickets after not havng had a meal for 3-4 days10:27
sdakeprotein- yum ;)10:27
zhubingbingWow that sounds fun10:27
*** dwalsh has joined #openstack-kolla10:27
sdakewe were permitted t o bring 3 things10:28
sdakei chose lighter, pocket knife, and water purifier10:29
sdake(plusclothes on our back)10:29
sdakesome dudes washed out early10:30
sdakethey didnt bring those 3 things10:30
zhubingbing -wow10:30
*** yingjun has quit IRC10:30
*** rmart04_ has joined #openstack-kolla10:30
zhubingbingit is too funny10:30
*** rmart04 has quit IRC10:31
*** rmart04_ is now known as rmart0410:31
sdake(you were also give an emegency radio for them to comoe carry you out and you had to check in everyday)10:31
zhubingbingi want to take part in tia activity10:31
sdakeya eagle scouts was a fantastic exeprience10:31
*** tonanhngo has joined #openstack-kolla10:31
sdakethe best meal was a snake ;)10:32
*** tonanhngo has quit IRC10:33
zhubingbingi want to do it10:33
sdaketakes alot of training10:33
zhubingbingwhere you go ?10:33
sdake99% of people would fil10:33
sdakearizona desert10:33
sdakefil/fail10:33
zhubingbingyeah,10:34
sdakelots o wateer in the dsert10:34
zhubingbingIt is difficult for most people10:35
sdakei found a spot with water and stayed there ;)10:35
openstackgerritVladislav Belogrudov proposed openstack/kolla: Build process outputs each line twice  https://review.openstack.org/36556710:35
*** duonghq has quit IRC10:36
zhubingbingDo you take part in this activity alone10:37
sdakeya solo10:37
sdakethere were 6 cats in total10:37
sdake4 washed out10:37
sdakethe other guy that made it got eagle scout at same time as i did10:38
sdakethe other 4 dudes made it the next year10:38
zhubingbingIt looks really fun, I also want to participate in the back of your success10:38
*** sdake has quit IRC10:38
*** mbound has joined #openstack-kolla10:42
*** mbound has quit IRC10:47
*** tonanhngo has joined #openstack-kolla10:51
*** phuongnh has quit IRC10:54
*** tonanhngo has quit IRC10:54
*** ssurana has joined #openstack-kolla11:00
*** ssurana has quit IRC11:04
*** tonanhngo has joined #openstack-kolla11:12
*** JoseMello has joined #openstack-kolla11:12
*** tonanhngo has quit IRC11:13
*** yingjun has joined #openstack-kolla11:15
*** zhiwei has quit IRC11:17
*** rmart04 has quit IRC11:17
*** sdake has joined #openstack-kolla11:18
luleihi, sdake ,berendt. Thanks for your suggestion. Now I think we need to internationalize in kolla directory, other directories may be discuss next time. BTW,  I will rewrite the bp for this. Thanks guys:)11:18
*** rmart04 has joined #openstack-kolla11:19
sdakelulei there is a dependent blueprit of  writing kolla-ansible in ansible11:19
sdakerather in python11:19
luleisdake, ok11:21
sdakethe ui is really waht needs to be i18n'ed11:22
sdakenot the build tool11:22
*** sdake has quit IRC11:23
luleisdake , yes, I think test directory need't to internationalize .11:25
*** jmccarthy has joined #openstack-kolla11:25
*** Serlex has quit IRC11:26
jmccarthyHmm something going wrong for me with this attempt to get version, any suggestions ?11:27
jmccarthyself._version = self._retrieve_server_version()\n  File "/usr/lib/python2.7/site-packages/docker/client.py", line 105, in _retrieve_server_version\n    \'Error while fetching server API version: {0}\'.format(e)\nDockerException: Error while fetching server API version: (\'Connection aborted.\', error(111, \'Connection refused\'))\n'11:27
berendtjmccarthy context?11:27
jmccarthyWhen trying to deploy, the  Creating log volume task create_volume library/kolla_docker.py:      - create_volume tries to do looks like11:29
jmccarthyI mean: roles/common/tasks/bootstrap.yml:- name: Creating log volume11:30
jmccarthy(I think I have latest ansible from master)11:30
berendtthe error is probably raised by "Starting heka bootstrap container".. have you checked that your nodes can access the configured Docker registry?11:33
jmccarthyI believe they can, I'll double check11:34
*** tonanhngo has joined #openstack-kolla11:34
openstackgerritzhubingbing proposed openstack/kolla: xAdd gnocchi ansible role  https://review.openstack.org/34935111:34
*** tonanhngo has quit IRC11:34
berendtif the error is raised by "Creating log volume" then the task cannot access the local Docker service11:34
jmccarthyberendt: You may have hit it in one ! I upgraded to newer docker but seem to have lost some settings in the process11:35
*** caowei has quit IRC11:38
openstackgerritzhubingbing proposed openstack/kolla: Add gnocchi ansible role  https://review.openstack.org/34935111:39
*** egonzalez90 has quit IRC11:42
*** salv-orlando has quit IRC11:51
*** salv-orlando has joined #openstack-kolla11:51
*** quasar has quit IRC11:55
zhubingbingnow neutron db have problem12:03
*** mliima has joined #openstack-kolla12:06
mliimamorning guys12:07
*** Serlex has joined #openstack-kolla12:10
*** apuimedo is now known as apuimedo|lunch12:16
openstackgerritMerged openstack/kolla: Add missing Docker images of OpenStack services to README file  https://review.openstack.org/36480412:22
*** Guest64781 is now known as zeus12:31
*** zeus has joined #openstack-kolla12:32
*** apuimedo|lunch is now known as apuimedo12:38
openstackgerritJeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: Use better URL for China  https://review.openstack.org/32906012:50
openstackgerritzhubingbing proposed openstack/kolla: Add gnocchi ansible role  https://review.openstack.org/34935112:50
*** dwalsh has quit IRC12:54
*** shardy has quit IRC12:54
*** zhurong has joined #openstack-kolla13:02
*** zhubingbing has quit IRC13:03
*** pmisiak has quit IRC13:25
*** pmisiak has joined #openstack-kolla13:25
*** papacz has joined #openstack-kolla13:40
mnaserjust wanted to give feedback and say that the work done in kolla is absolutely great13:48
mnaserand we're in the final/close stages of moving a pretty large production workload on it13:48
*** shardy has joined #openstack-kolla13:48
*** caowei has joined #openstack-kolla13:58
*** fguillot has joined #openstack-kolla13:59
*** tonanhngo has joined #openstack-kolla13:59
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Docker systemd fix  https://review.openstack.org/36566414:02
openstackgerritzhubingbing proposed openstack/kolla: Add sahara ansible role  https://review.openstack.org/35129414:09
*** zhiwei has joined #openstack-kolla14:14
*** zhiwei has quit IRC14:18
*** zhurong has quit IRC14:21
*** athomas has quit IRC14:25
*** daneyon has joined #openstack-kolla14:28
*** salv-orl_ has joined #openstack-kolla14:30
*** senk has quit IRC14:30
*** athomas has joined #openstack-kolla14:30
*** daneyon has quit IRC14:32
*** salv-orlando has quit IRC14:32
*** v1k0d3n has joined #openstack-kolla14:41
*** zhubingbing has joined #openstack-kolla14:41
*** severion has quit IRC14:42
openstackgerritJeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: Use better URL for China  https://review.openstack.org/32906014:46
*** caowei has quit IRC14:53
*** yingjun has quit IRC14:56
*** yingjun has joined #openstack-kolla14:57
*** yingjun has quit IRC15:01
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Add cinder volume with iscsi and lvm backend to Kube  https://review.openstack.org/36457315:12
*** b_bezak has quit IRC15:15
*** b_bezak has joined #openstack-kolla15:15
*** b_bezak has quit IRC15:20
*** JoseMello has quit IRC15:20
*** caowei has joined #openstack-kolla15:21
*** caowei has quit IRC15:25
*** zhubingbing has quit IRC15:37
openstackgerritSerguei Bezverkhi proposed openstack/kolla-kubernetes: Add cinder volume with iscsi and lvm backend to Kube  https://review.openstack.org/36457315:39
*** zhubingbing has joined #openstack-kolla15:42
*** dcwangmit01 has joined #openstack-kolla15:44
*** peterjenkins_ has joined #openstack-kolla15:46
*** serverascode_ has joined #openstack-kolla15:47
*** ediardo has quit IRC15:48
*** smekel_ has quit IRC15:48
*** serverascode has quit IRC15:48
*** ajpower has quit IRC15:49
*** peterjenkins has quit IRC15:49
*** jascott1 has quit IRC15:49
*** harbie has quit IRC15:49
*** cinerama has quit IRC15:49
*** rbergeron has quit IRC15:49
*** harlowja_ has quit IRC15:49
*** dcwangmit01_ has quit IRC15:49
*** rbergero1 has joined #openstack-kolla15:49
*** peterjenkins_ is now known as peterjenkins15:49
*** cinerama has joined #openstack-kolla15:49
*** zhubingbing has quit IRC15:49
openstackgerritJeffrey Zhang proposed openstack/kolla: [wip] using ci source mirror  https://review.openstack.org/36572115:49
*** harbie has joined #openstack-kolla15:52
*** smekel_ has joined #openstack-kolla15:53
*** ajpower has joined #openstack-kolla15:53
*** dwalsh has joined #openstack-kolla15:56
*** serverascode_ is now known as serverascode15:57
*** ediardo has joined #openstack-kolla16:02
*** rmart04 has quit IRC16:02
*** bdaca has joined #openstack-kolla16:02
*** matrohon has quit IRC16:03
bdacahello all16:04
*** senk has joined #openstack-kolla16:06
openstackgerritMerged openstack/kolla: Updating ironic configurations in nova.conf  https://review.openstack.org/36422816:08
bdaca@pbourke, are you here and have a while?16:08
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573316:12
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Host Labels  https://review.openstack.org/36574116:19
*** rmart04 has joined #openstack-kolla16:40
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573316:44
*** dwalsh has quit IRC16:47
*** neilus has joined #openstack-kolla16:56
*** jrich523 has joined #openstack-kolla16:56
*** tonanhngo has quit IRC16:59
*** tonanhngo has joined #openstack-kolla17:06
*** tonanhngo has quit IRC17:08
*** rmart04 has quit IRC17:14
*** rmart04 has joined #openstack-kolla17:14
*** fguillot has quit IRC17:18
*** tonanhngo has joined #openstack-kolla17:24
*** athomas has quit IRC17:25
*** mbound has joined #openstack-kolla17:25
*** tonanhngo has quit IRC17:25
openstackgerritJeffrey Zhang proposed openstack/kolla: [wip] using ci source mirror  https://review.openstack.org/36572117:32
*** neilus has quit IRC17:34
*** fguillot has joined #openstack-kolla17:39
*** neilus has joined #openstack-kolla17:42
*** diogogmt has joined #openstack-kolla17:46
openstackgerritBartłomiej Daca proposed openstack/kolla: Update murano service name  https://review.openstack.org/36576117:51
*** neilus has quit IRC17:51
*** fguillot has quit IRC17:53
*** tonanhngo has joined #openstack-kolla17:54
*** tonanhngo has quit IRC17:56
*** Serlex has quit IRC18:02
*** rmart04 has quit IRC18:03
*** fguillot has joined #openstack-kolla18:03
*** openstackgerrit has quit IRC18:03
*** openstackgerrit has joined #openstack-kolla18:04
*** daneyon has joined #openstack-kolla18:05
*** neilus has joined #openstack-kolla18:06
*** daneyon has quit IRC18:09
*** tonanhngo has joined #openstack-kolla18:13
*** fguillot has quit IRC18:14
*** tonanhngo has quit IRC18:14
*** senk has quit IRC18:16
*** shardy is now known as shardy_afk18:20
*** tonanhngo has joined #openstack-kolla18:33
*** tonanhngo has quit IRC18:34
*** rmart04 has joined #openstack-kolla18:41
*** mbound has quit IRC18:44
*** rmart04 has quit IRC18:49
*** rmart04 has joined #openstack-kolla18:50
*** tonanhngo has joined #openstack-kolla18:53
*** YefimG has joined #openstack-kolla18:54
*** tonanhngo has quit IRC18:54
YefimGHi, guys! I am in progress of testing Kolla and it looks good! Just wanted to check if there is any high availability guide or experience?18:58
*** vbel has quit IRC19:06
*** vbel has joined #openstack-kolla19:07
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573319:07
*** tonanhngo has joined #openstack-kolla19:13
*** tonanhngo has quit IRC19:14
*** rmart04 has quit IRC19:21
*** ssurana has joined #openstack-kolla19:21
mnaserYefimG, i mean everything seems to be prewired for HA so im unsure what you're looking for?19:25
YefimGmnaser: Yes, OpenStack endpoints are highly available out of the box because of haproxy, but I am looking for instance (nova-compute) failover19:28
mnasernova-compute fail over in what case?19:29
mnasernova-compute is homed on a physical compute node19:29
mnaserif the physical compute node crashes, nova-compute serves no purpose19:29
*** banix has joined #openstack-kolla19:30
openstackgerritMauricio Lima proposed openstack/kolla: Fix Typo in quickstart  https://review.openstack.org/36577719:30
YefimGmnaser: sorry, I mean instance failover in general. If a compute node fails - instances are automatically restarted on another compute node19:31
YefimGSomething you would generally achieve with pacemaker, I guess19:31
mnaseroh, that's something else, i dont know if the kolla team has this in the scope of the project19:32
berendtYefimG this is not a kolla feature and not a nova-compute feature and not a cloud feature at all19:32
berendtthis is not in the scope of this project and it will hopefully never be in scope19:32
bdacaYefimG: https://ask.openstack.org/en/question/63031/automatic-failover-instances/19:32
mnaserif you want to do this, some google-ing will help you find scripts for pacemaker that accomplish that automatically19:34
YefimGberendt, bdaca, mnaser, Thanks a lot for clearing this out, will definitely do some google-ing :)19:35
*** msimonin has joined #openstack-kolla19:35
berendtYefimG read about it but please do not do it, it is not a feature that you want to use in a cloud enviroment19:36
berendtthere are reasons why nobody implemented it and why only nasty workarounds are available to do it19:37
berendtand it will NOT result in high available instances19:37
*** ssurana has quit IRC19:38
YefimGberendt: Thanks for detailed answer!19:41
berendtYefimG you are welcome. do you know the 12 factor app?19:41
*** tonanhngo has joined #openstack-kolla19:42
*** tonanhngo has quit IRC19:44
YefimGberendt: Yes, but unfortunately in my case there are needs in hosting old monolith applications. There are few of them, so building a separate enterprise-like virtualization would be cost-effective, that's why I wondered about the OpenStack case. But it is clear for me that I should search for a better approach.19:45
YefimGwould not be cost-effective*19:45
berendtthe problem is that this enterprise -like high available virtualization makes no sense, it should be a no-go to start a dead instance somewhere else without taking a look on it19:46
berendtbut a lot of manager think that this will solve there issues with existing legacy applications19:46
YefimGWhile most of the new deployments are cloud-aware, there are some P2V migrations for customers with old and unique software, that just can not be re-written :(19:49
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573319:54
*** shardy_afk has quit IRC19:56
*** shardy_afk has joined #openstack-kolla19:57
*** tonanhngo has joined #openstack-kolla20:03
*** pbourke_ has joined #openstack-kolla20:03
*** tonanhngo has quit IRC20:04
*** DuncanT_ has joined #openstack-kolla20:06
*** YefimG has quit IRC20:06
*** banix has quit IRC20:08
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573320:10
*** harbie has quit IRC20:10
*** rbergero1 has quit IRC20:10
*** pbourke has quit IRC20:10
*** ccesario has quit IRC20:10
*** AnswerGuy has quit IRC20:10
*** kong has quit IRC20:10
*** akscram has quit IRC20:10
*** akwasnie_ has quit IRC20:10
*** DuncanT has quit IRC20:10
*** SaMnCo has quit IRC20:10
*** harbie has joined #openstack-kolla20:10
*** kong has joined #openstack-kolla20:11
*** akwasnie_ has joined #openstack-kolla20:11
*** SaMnCo has joined #openstack-kolla20:11
*** ccesario has joined #openstack-kolla20:12
*** akscram has joined #openstack-kolla20:12
*** rbergeron has joined #openstack-kolla20:13
*** dwalsh has joined #openstack-kolla20:14
*** sdake has joined #openstack-kolla20:15
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573320:16
*** rhallisey has joined #openstack-kolla20:17
kfox1111rhallisey: hey20:19
rhalliseykfox1111, hey20:19
kfox1111you familior with the gate?20:20
rhalliseyya20:21
kfox1111I'm really close I think: https://review.openstack.org/#/c/365733/20:21
kfox1111it runs on my machine, but not on the gate boxes.20:21
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573320:23
rhalliseyit's beacuse the gate it looking for a different script20:23
*** tonanhngo has joined #openstack-kolla20:23
rhalliseylet me find it20:23
*** tonanhngo has quit IRC20:23
*** sdake has quit IRC20:25
rhalliseykfox1111, https://github.com/openstack-infra/project-config/blob/5c5f70bf3ce48ee1872432705b5dbf9857d9e01b/jenkins/jobs/kolla-kubernetes.yaml20:25
rhalliseythe gate also doesn't trigger unles you add 'check experimental'20:26
*** mbound has joined #openstack-kolla20:26
*** DuncanT_ is now known as DuncanT20:26
kfox1111rhallisey: I heard from someone on infra, that that yaml file isn't actually used.20:27
kfox1111hmm.... maybe that's why?20:27
kfox1111I guess I mean checks, not gate.20:27
rhalliseylike sanity checks?20:28
rhalliseyI'm confused what you're after20:28
kfox1111I want jenkins to stop failing on that review :/20:29
rhalliseyoh20:29
kfox1111and it updates jenkins to fail if the templates are invalid.20:29
*** salv-orlando has joined #openstack-kolla20:29
rhalliseyjinja2.exceptions.UndefinedError: 'hostvars' is undefined20:29
rhalliseykfox1111, I'l comment on there sec20:29
kfox1111k. thx.20:29
*** bdaca has quit IRC20:30
*** mbound has quit IRC20:30
kfox1111hmm... a little farther now I think.20:30
*** salv-orl_ has quit IRC20:32
*** Jeffrey4l has quit IRC20:34
*** Jeffrey4l has joined #openstack-kolla20:36
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573320:36
*** williamcaban has quit IRC20:37
*** williamcaban has joined #openstack-kolla20:39
rhalliseykfox1111, it seems like one of the templates being rendered is no valid..20:40
rhalliseyI don't know which it is20:40
kfox1111its valid. it passes on my host.20:41
kfox1111here's the current issue: http://logs.openstack.org/33/365733/8/check/gate-kolla-kubernetes-python27-ubuntu-xenial/347ca2b/console.html20:41
kfox1111its like its not finding all-in-one now.20:41
kfox1111which kind of makes sense, as I've never told it which to use, but I didn't on my machine either which is confusing.20:42
*** tonanhngo has joined #openstack-kolla20:42
kfox1111hmm... has all the kolla address patches we need merged? Maybe its that.20:44
*** tonanhngo has quit IRC20:44
rhalliseyI don't think the nova one has20:45
kfox1111its failing on the first template it tried. ceph-secret20:45
rhalliseyya20:46
*** dwalsh has quit IRC20:46
kfox1111hmm... fresh checkout of kolla works ok.20:48
kfox1111something's differnet but really not clear what... :/20:48
kfox1111maybe part of the jinja engine isn't detecting the checkout of kolla?20:48
rhalliseykfox1111, mabe a different version of python-jinja2?20:51
kfox1111I did a virtualenv with whats in deps.20:52
kfox1111so should be the same.20:52
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573320:52
kfox1111do you know if we can get an ssh into the failing machine? its kind of hard to debug this way. :/20:53
kfox1111fortunately it only takes about 2 min per test though.20:53
rhalliseygoing to need some prints20:54
rhalliseythat's the best way to gate test20:54
kfox1111yeah... :/20:55
kfox1111maybe a strace too...20:55
kfox1111ah... here we go...20:56
kfox1111I added grep api_interface_address ../kolla/etc/kolla/globals.yml || echo api_interface_address: "0.0.0.0" >> ../kolla/etc/kolla/globals.yml20:56
kfox1111and it got a bit further...20:57
rhalliseyok20:57
*** banix has joined #openstack-kolla20:57
*** berendt has quit IRC20:58
kfox1111it would be nice if we could make a test globals.yml that we could spicifically load in...20:58
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573320:59
rhalliseyyou could20:59
*** banix has quit IRC20:59
*** banix has joined #openstack-kolla21:00
kfox1111we'd have to add a way to override which one was used instead of the probing code...21:01
kfox1111maybe we get this one working, and do that one as a followon patch.21:02
kfox1111nice... got it to pass 2.7.21:04
kfox1111ok. the last one seems to be a python exception throwing string difference....21:05
kfox1111stupid lack of standard error strings or something better. :/21:05
kfox1111but totally fixable.21:05
rhalliseyya closer21:07
kfox1111oh... its failing in the TypeError... no .message....21:07
kfox1111bleh.21:07
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573321:08
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573321:16
kfox1111once this test is working, I can add tests for some of the stuff like ensuring hostselectors and namespaces are always in the template to prevent regressions.21:18
*** fragatina has joined #openstack-kolla21:20
kfox1111ok, there's 34...21:21
kfox1111just a pep8 issue...21:21
openstackgerritKevin Fox proposed openstack/kolla-kubernetes: Template validation/gating  https://review.openstack.org/36573321:22
*** fragatina has quit IRC21:24
*** fragatina has joined #openstack-kolla21:24
*** fragatina has quit IRC21:25
*** fragatina has joined #openstack-kolla21:25
kfox1111yay! :)21:27
kfox1111that was harder then it should have been. :/21:27
kfox1111oh well. this should help a lot. :)21:27
rhalliseynice :021:31
rhallisey:)21:31
kfox1111I tried hooking it directly into kubectl to have it validate too, but there is no way currently to have it validate and not upload.21:33
kfox1111I may need to create a kubectl patch...21:34
*** sdake has joined #openstack-kolla21:34
*** banix has quit IRC21:45
*** sdake has quit IRC21:52
*** fragatina has quit IRC22:04
*** shardy has joined #openstack-kolla22:17
*** msimonin has quit IRC22:17
*** msimonin has joined #openstack-kolla22:17
*** zhugaoxiao has quit IRC22:19
*** zhugaoxiao has joined #openstack-kolla22:19
*** msimonin has quit IRC22:22
*** daneyon has joined #openstack-kolla22:35
*** tonanhngo has joined #openstack-kolla22:36
*** daneyon has quit IRC22:40
*** neilus has quit IRC22:40
*** shardy has quit IRC22:47
*** shardy_afk has quit IRC22:51
*** sdake has joined #openstack-kolla23:03
*** fguillot has joined #openstack-kolla23:13
*** zhiwei has joined #openstack-kolla23:14
*** sdake has quit IRC23:16
*** zhiwei has quit IRC23:18
*** fguillot has quit IRC23:30
*** sdake has joined #openstack-kolla23:30
*** fguillot has joined #openstack-kolla23:31
*** sdake has quit IRC23:39
*** tonanhngo has quit IRC23:39
*** fguillot has quit IRC23:45
*** dwalsh has joined #openstack-kolla23:52
openstackgerritJeffrey Zhang proposed openstack/kolla: [wip] using ci source mirror  https://review.openstack.org/36572123:54
openstackgerritJeffrey Zhang proposed openstack/kolla: [wip] using ci source mirror  https://review.openstack.org/36572123:55

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