*** sdake has joined #openstack-kolla | 00:07 | |
*** tonanhngo has joined #openstack-kolla | 00:12 | |
*** fguillot is now known as fguillot_afk | 00:14 | |
*** fguillot_afk has quit IRC | 00:15 | |
*** fguillot has joined #openstack-kolla | 00:16 | |
*** tonanhngo has quit IRC | 00:17 | |
*** yingjun has joined #openstack-kolla | 00:22 | |
*** tonanhngo has joined #openstack-kolla | 00:23 | |
*** mtaylor22 has joined #openstack-kolla | 00:27 | |
*** tonanhngo has quit IRC | 00:28 | |
*** mnaser has joined #openstack-kolla | 00:29 | |
*** yingjun has quit IRC | 00:31 | |
*** yingjun has joined #openstack-kolla | 00:35 | |
*** tonanhngo has joined #openstack-kolla | 00:35 | |
*** tonanhngo has quit IRC | 00:37 | |
*** sdake has quit IRC | 00:39 | |
*** duonghq has joined #openstack-kolla | 00:40 | |
*** tonanhngo has joined #openstack-kolla | 00:46 | |
*** zhiwei has joined #openstack-kolla | 00:48 | |
*** tonanhngo has quit IRC | 00:50 | |
*** fguillot has quit IRC | 00:53 | |
*** daneyon has joined #openstack-kolla | 00:55 | |
*** tonanhngo has joined #openstack-kolla | 00:57 | |
*** daneyon has quit IRC | 01:00 | |
*** tonanhngo has quit IRC | 01:02 | |
*** tonanhngo has joined #openstack-kolla | 01:13 | |
*** tonanhngo has quit IRC | 01:13 | |
*** zhubingbing has joined #openstack-kolla | 01:14 | |
*** salv-orlando has joined #openstack-kolla | 01:21 | |
*** salv-or__ has quit IRC | 01:24 | |
*** zhubingbing has quit IRC | 01:24 | |
*** tonanhngo has joined #openstack-kolla | 01:26 | |
*** tonanhngo has quit IRC | 01:31 | |
openstackgerrit | Merged openstack/kolla: Add precheck for ceilometer backend https://review.openstack.org/345881 | 01:39 |
---|---|---|
*** caowei has joined #openstack-kolla | 01:44 | |
*** tonanhngo has joined #openstack-kolla | 01:47 | |
*** tonanhngo has quit IRC | 01:52 | |
mnaser | {"failed": true, "item": "elasticsearch", "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute u'ansible_em2'"} .. getting this for all "control" hosts | 01:53 |
mnaser | except, 2 of the hosts actually have em2. 1 of them does not | 01:53 |
mnaser | i have api_interface=p1p1 in the inventory file for that different host | 01:54 |
mnaser | (everything worked fine before introducing the host with the different interface) | 01:54 |
duonghq | mnaser: which task? | 01:56 |
mnaser | elasticcache (first one) | 01:56 |
duonghq | Kolla has 3 interfaces definitions | 01:56 |
mnaser | duonghq, oh, the api_interface one | 01:56 |
mnaser | duonghq, i removed the extra host and it just went by with no problem. if i add the new host <ip> api_interface=p1p1 .. it fails | 01:57 |
duonghq | you get this error when deploy or...? | 01:58 |
mnaser | yes | 01:58 |
duonghq | what is the task's name? | 01:58 |
mnaser | TASK [elasticsearch : Copying over elasticsearch.yml] ************************** | 01:59 |
mnaser | it 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 |
duonghq | yeah, so the variables is not passed to the template | 02:00 |
mnaser | is that a bug or? i can submit a fix if i can see a working "example" | 02:00 |
duonghq | you can add a debug to config.yml playbook to print out the api_interface value | 02:01 |
*** tonanhngo has joined #openstack-kolla | 02:03 | |
mnaser | duonghq, rerunning with debug print api_interface | 02:03 |
*** mtaylor22 has quit IRC | 02:03 | |
*** mtaylor22 has joined #openstack-kolla | 02:03 | |
mnaser | duonghq, reporting em2 for all 3 nodes | 02:04 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Add cinder volume with iscsi and lvm backend to Kube https://review.openstack.org/364573 | 02:05 |
mnaser | even if in my inventory file.. i have this: x.x.x.x:5555 api_interface=p1p1 | 02:05 |
duonghq | seem that Ansible's related problem | 02:05 |
*** zhubingbing has joined #openstack-kolla | 02:06 | |
mnaser | ansible 2.1.1.0 on this host hmm | 02:06 |
duonghq | let me recheck for a moment | 02:07 |
*** tonanhngo has quit IRC | 02:07 | |
mnaser | duonghq, oddly enough .. ansible -m debug -a "var=hostvars[inventory_hostname]" -i inventory all => shows "api_interface": "p1p1", | 02:09 |
duonghq | stranger | 02:09 |
mnaser | whats even more strange is that all 3 hosts report AnsibleUndefinedVariable for ansible_em2... | 02:10 |
mnaser | even though 2 of those hosts actually have em2 | 02:10 |
duonghq | can you print the hostvars[inventory_hostname] in above playbook | 02:11 |
mnaser | duonghq, ansible_em2 exists in both first hosts, and ansible_p1p1 exists in the 3rd host | 02:14 |
mnaser | but, api_interface set to em2 | 02:15 |
*** tonanhngo has joined #openstack-kolla | 02:15 | |
duonghq | you use latest master? | 02:15 |
duonghq | mnaser? | 02:16 |
mnaser | yes duonghq | 02:16 |
*** banix has joined #openstack-kolla | 02:18 | |
*** banix has quit IRC | 02:19 | |
*** tonanhngo has quit IRC | 02:19 | |
*** tonanhngo has joined #openstack-kolla | 02:22 | |
duonghq | mnaser: I need rebuild docker image, it take some time | 02:23 |
mnaser | np duonghq .. maybe building elasticcache only to replicate might be enough | 02:24 |
duonghq | my images are outdate for a while, Kollish has updated base and kolla-toolbox image | 02:25 |
*** celo_r has quit IRC | 02:26 | |
mnaser | ah | 02:27 |
mnaser | thats gonna be quite the images to rebuild then | 02:27 |
mnaser | ill keep looking at this | 02:27 |
*** tonanhngo has quit IRC | 02:29 | |
openstackgerrit | zhongshengping proposed openstack/kolla: Deprecate old auth parameters of ironic in nova.conf https://review.openstack.org/364259 | 02:33 |
*** tonanhngo has joined #openstack-kolla | 02:37 | |
mnaser | this seems similar duonghq https://review.openstack.org/gitweb?p=openstack/kolla.git;a=commitdiff;h=a98628453b0c1fc72692376abd873cbccb5a35a9 | 02:39 |
mnaser | discovery.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 |
mnaser | i think this is where things are going wrong | 02:40 |
*** tonanhngo has quit IRC | 02:41 | |
mnaser | they're all breaking cause api_interface for that host is wrong | 02:42 |
duonghq | the site.yml is re-arranged | 02:44 |
*** daneyon has joined #openstack-kolla | 02:44 | |
mnaser | does the order of my inventory file matter duonghq ? | 02:45 |
duonghq | iirc: no | 02:46 |
mnaser | duonghq, tell me if this makes sense.. according to playbook docs .. http://docs.ansible.com/ansible/playbooks_variables.html | 02: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 |
mnaser | when 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.yml | 02:47 |
mnaser | which basically means that globals.yml can never be overridden | 02:47 |
mnaser | i think the problem here is that i have to comment out api_interface in globals.yml IF i want to use it in each host | 02:48 |
duonghq | iirc, the api_interfaces is already commented? | 02:48 |
mnaser | i cant use api_interface in globals.yml and then override it in the inventory file | 02:48 |
mnaser | well, not in my case, i changed it (because 2 of my hosts had a specific api_interface) | 02:48 |
*** daneyon has quit IRC | 02:48 | |
mnaser | there we go, so I commit to a single api_interface in globals.yaml OR configure them individually in inventory.. | 02:50 |
duonghq | mnaser: I have not tried to set api_interface yet, only in inventory | 02:51 |
mnaser | looks like that was the reason :0 | 02:53 |
duonghq | mnaser: good to heard that | 02:53 |
*** tonanhngo has joined #openstack-kolla | 02:53 | |
*** tonanhngo has quit IRC | 02:58 | |
*** tonanhngo has joined #openstack-kolla | 03:06 | |
*** tonanhngo has quit IRC | 03:10 | |
openstackgerrit | Yao Lu proposed openstack/kolla: delete virtual bridge artifacts when cleaning hosts https://review.openstack.org/358924 | 03:11 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add sahara ansible role https://review.openstack.org/351294 | 03:33 |
*** tonanhngo has joined #openstack-kolla | 03:34 | |
*** tonanhngo has quit IRC | 03:38 | |
*** tonanhngo has joined #openstack-kolla | 03:45 | |
*** tonanhngo has quit IRC | 03:49 | |
duonghq | sean-k-mooneyAFK: ping | 03:54 |
*** tonanhngo has joined #openstack-kolla | 03:56 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Change Mariadb default character set to utf8 https://review.openstack.org/365428 | 03:59 |
*** tonanhngo has quit IRC | 04:06 | |
*** zhubingbing has quit IRC | 04:07 | |
*** tonanhngo has joined #openstack-kolla | 04:14 | |
*** tonanhngo has quit IRC | 04:19 | |
*** pbourke has quit IRC | 04:20 | |
*** pbourke has joined #openstack-kolla | 04:20 | |
*** zhubingbing has joined #openstack-kolla | 04:22 | |
*** tonanhngo has joined #openstack-kolla | 04:27 | |
openstackgerrit | Nguyen Phuong An proposed openstack/kolla: Ensure doesn't use LOG.warn https://review.openstack.org/364168 | 04:27 |
*** tonanhngo has quit IRC | 04:31 | |
*** fragatina has quit IRC | 05:07 | |
*** harlowja_at_home has joined #openstack-kolla | 05:08 | |
*** harlowja_at_home has quit IRC | 05:15 | |
*** tonanhngo has joined #openstack-kolla | 05:24 | |
*** tonanhngo has joined #openstack-kolla | 05:26 | |
*** senk has joined #openstack-kolla | 05:28 | |
*** matrohon has quit IRC | 05:48 | |
*** egonzalez90 has joined #openstack-kolla | 06:08 | |
*** tonanhngo has quit IRC | 06:15 | |
*** ssurana has joined #openstack-kolla | 06:30 | |
*** tonanhngo has joined #openstack-kolla | 06:31 | |
*** tonanhngo has quit IRC | 06:32 | |
*** Mr_Broken has joined #openstack-kolla | 06:46 | |
*** tonanhngo has joined #openstack-kolla | 06:53 | |
*** tonanhngo has quit IRC | 06:54 | |
*** egonzalez90 has quit IRC | 06:59 | |
*** msimonin has joined #openstack-kolla | 07:00 | |
*** msimonin has left #openstack-kolla | 07:03 | |
*** zhurong has joined #openstack-kolla | 07:04 | |
*** diogogmt has quit IRC | 07:05 | |
*** tonanhngo has joined #openstack-kolla | 07:13 | |
*** mtaylor22 has quit IRC | 07:13 | |
*** mtaylor22 has joined #openstack-kolla | 07:13 | |
*** tonanhngo has quit IRC | 07:14 | |
*** daneyon has joined #openstack-kolla | 07:14 | |
openstackgerrit | Lu lei proposed openstack/kolla: Add oslo.i18n module in kolla project https://review.openstack.org/355342 | 07:15 |
openstackgerrit | Lu lei proposed openstack/kolla: Add oslo.i18n module in kolla project https://review.openstack.org/355342 | 07:17 |
*** daneyon has quit IRC | 07:19 | |
*** salv-orl_ has joined #openstack-kolla | 07:20 | |
*** salv-orlando has quit IRC | 07:23 | |
sean-k-mooneyAFK | duonghq hi not sure if your still about but i just got in | 07:28 |
*** sean-k-mooneyAFK is now known as sean-k-mooney | 07:28 | |
duonghq | sean-k-mooney: hello | 07:29 |
sean-k-mooney | duonghq: hi | 07:29 |
sean-k-mooney | duonghq: did you want to talk to me earlier? | 07:29 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add sahara ansible role https://review.openstack.org/351294 | 07:29 |
duonghq | yes, waiting for a while | 07:29 |
duonghq | I want to diccuss about your barematel | 07:30 |
sean-k-mooney | sure | 07:30 |
duonghq | I see your pre/post install playbook is more general than only barematel? | 07:31 |
duonghq | I think it should be placed in its own role | 07:31 |
duonghq | like pre-install or pre-deploy? | 07:32 |
sean-k-mooney | it is its own role | 07:32 |
sean-k-mooney | birforst which does the baremetal install is a seperate role | 07:32 |
duonghq | afaik: not every server/node is baremetal? | 07:32 |
sean-k-mooney | we could chagne the name of the baremeatl role to kolla-hosts | 07:33 |
duonghq | but the bifrost is Ansiblize Ironic | 07:33 |
duonghq | and Ironic is for barematel | 07:33 |
sean-k-mooney | duonghq: the only reason i called it baremetal was to signify that it was altering the host unlike the rest of kolla which does not | 07:34 |
duonghq | sean-k-mooney: ok | 07:34 |
duonghq | just forget bifrost role | 07:35 |
duonghq | so, I think we should change the the name to make it more clearly? | 07:36 |
duonghq | I confused for a while | 07:36 |
sean-k-mooney | there 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 depencies | 07:36 |
*** egonzalez90 has joined #openstack-kolla | 07:36 | |
duonghq | roger | 07:37 |
duonghq | thank you | 07:37 |
sean-k-mooney | duonghq: 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-mooney | or would you perfer pre-install or bootstrap? | 07:38 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: Remove the useless host in site.yml https://review.openstack.org/365483 | 07:38 |
duonghq | sean-k-mooney: I think small voting in ml is more appropriate | 07:39 |
sean-k-mooney | ok cool will do ill send a mail later today | 07:39 |
duonghq | personally, 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-mooney | i 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 context | 07:42 |
duonghq | yep | 07:43 |
duonghq | sean-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 user | 07:47 |
sean-k-mooney | that may be a bug. i taught i assigned it to kolla:kolla | 07:47 |
sean-k-mooney | duonghq: it currently does not break anything but i probably intended kolla:kolla | 07:48 |
duonghq | sean-k-mooney: would you mind if I fixed that | 07:48 |
sean-k-mooney | go ahead, you found it :) | 07:49 |
duonghq | okay | 07:49 |
*** bjolo has quit IRC | 07:51 | |
sean-k-mooney | ok ill be back soon got to run to the lab for a bit | 07:51 |
*** matrohon has joined #openstack-kolla | 07:52 | |
*** tonanhngo has joined #openstack-kolla | 07:53 | |
zhubingbing | ok | 07:53 |
*** tonanhngo has quit IRC | 07:54 | |
*** rmart04 has joined #openstack-kolla | 07:56 | |
*** frzn_ has joined #openstack-kolla | 07:58 | |
*** frzn_ has quit IRC | 07:59 | |
*** shardy has joined #openstack-kolla | 07:59 | |
*** ssurana has quit IRC | 07:59 | |
openstackgerrit | Lu lei proposed openstack/kolla: Add oslo.i18n module in kolla project https://review.openstack.org/355342 | 08:00 |
*** mtaylor22 has quit IRC | 08:02 | |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla: Init group owner /etc/kolla to kolla https://review.openstack.org/365494 | 08:06 |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla: Init group owner of /etc/kolla to kolla https://review.openstack.org/365494 | 08:09 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add sahara ansible role https://review.openstack.org/351294 | 08:11 |
*** Mr_Broken has quit IRC | 08:15 | |
*** openstackgerrit has quit IRC | 08:18 | |
*** openstackgerrit has joined #openstack-kolla | 08:19 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add gnocchi ansible role https://review.openstack.org/349351 | 08:20 |
*** tonanhngo has joined #openstack-kolla | 08:23 | |
*** tonanhngo has quit IRC | 08:26 | |
*** Serlex has joined #openstack-kolla | 08:28 | |
*** salv-orlando has joined #openstack-kolla | 08:29 | |
*** salv-orl_ has quit IRC | 08:32 | |
*** bjolo has joined #openstack-kolla | 08:40 | |
*** Guest30374 is now known as bradjones | 08:41 | |
*** bradjones has joined #openstack-kolla | 08:41 | |
*** phuongnh has joined #openstack-kolla | 08:41 | |
*** tonanhngo has joined #openstack-kolla | 08:43 | |
bjolo | morning | 08:44 |
*** tonanhngo has quit IRC | 08:44 | |
*** zhubingbing has quit IRC | 08:52 | |
*** zhubingbing has joined #openstack-kolla | 08:52 | |
*** daneyon has joined #openstack-kolla | 09:03 | |
*** openstackgerrit has quit IRC | 09:04 | |
*** openstackgerrit has joined #openstack-kolla | 09:04 | |
openstackgerrit | Lu lei proposed openstack/kolla: Add oslo.i18n module in kolla project https://review.openstack.org/355342 | 09:07 |
*** daneyon has quit IRC | 09:08 | |
vbel | good morning/evening everyone | 09:11 |
vbel | is it only me who sees doubled output during build? | 09:11 |
vbel | I tried in two different environments (both centos) | 09:12 |
*** tonanhngo has joined #openstack-kolla | 09:12 | |
*** tonanhngo has quit IRC | 09:15 | |
vbel | https://bugs.launchpad.net/kolla/+bug/1620239 | 09:19 |
openstack | Launchpad bug 1620239 in kolla "build process outputs each line twice" [Undecided,New] | 09:19 |
*** berendt has joined #openstack-kolla | 09:21 | |
berendt | hi! | 09:21 |
*** athomas has joined #openstack-kolla | 09:27 | |
*** tonanhngo has joined #openstack-kolla | 09:32 | |
*** tonanhngo has quit IRC | 09:33 | |
*** zhurong has quit IRC | 09:38 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add sahara ansible role https://review.openstack.org/351294 | 09:45 |
berendt | zhubingbing is the sahara role part of rc1? | 09:46 |
zhubingbing | yeag | 09:46 |
zhubingbing | yeah | 09:46 |
zhubingbing | Do you have interesting for sahara? | 09:46 |
berendt | zhubingbing not at the moment, I am waiting for your barbican role :) | 09:47 |
zhubingbing | sure , | 09:47 |
zhubingbing | barbican will be ok | 09:47 |
berendt | yes, just nits... | 09:47 |
zhubingbing | you plan use to barbican for something? | 09:48 |
berendt | yes, I want to use it for signed images | 09:48 |
zhubingbing | ok | 09:49 |
zhubingbing | I have used the keysthone and Barbican together. | 09:50 |
berendt | I think there are a lot of use cases for barbican, notably in public cloud environments | 09:51 |
zhubingbing | i agree | 09:52 |
berendt | have you worked with signed images? | 09:52 |
zhubingbing | i don't test it | 09:52 |
zhubingbing | If there is a need I can cooperate with the test for worked with signed images | 09:53 |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla: Specify 'become' to neccesary tasks (1) https://review.openstack.org/358539 | 09:56 |
*** sdake has joined #openstack-kolla | 09:57 | |
*** senk__ has joined #openstack-kolla | 09:57 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add gnocchi ansible role https://review.openstack.org/349351 | 09:58 |
NachoDuck | Are there any plans to support the ec2-api project in kolla? | 09:58 |
berendt | NachoDuck no open blueprint at the moment | 09:59 |
NachoDuck | Ok thanks | 09:59 |
berendt | NachoDuck but we can open one, this is not a big deal | 09:59 |
*** senk has quit IRC | 09:59 | |
*** senk has joined #openstack-kolla | 09:59 | |
*** b_bezak has joined #openstack-kolla | 10:01 | |
*** sdake has quit IRC | 10:01 | |
*** senk__ has quit IRC | 10:02 | |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla: Specify 'become' for only neccesary tasks (2) https://review.openstack.org/359031 | 10:03 |
berendt | zhubingbing can you set the implementation status of https://blueprints.launchpad.net/kolla/+spec/rally-role? | 10:05 |
zhubingbing | ok | 10:05 |
berendt | zhubingbing priority is also missing, i think low.. | 10:06 |
zhubingbing | i can't setting it | 10:07 |
zhubingbing | =- | 10:07 |
*** sdake has joined #openstack-kolla | 10:07 | |
berendt | sdake can you set the priority of https://blueprints.launchpad.net/kolla/+spec/rally-role | 10:07 |
*** lulei has joined #openstack-kolla | 10:08 | |
sdake | berendt you should be able to do so | 10:08 |
berendt | zhubingbing I think you forgot to upload your recent update of https://review.openstack.org/#/c/351822 | 10:08 |
zhubingbing | sorry | 10:09 |
zhubingbing | i forget it | 10:09 |
zhubingbing | i fixed it now | 10:10 |
berendt | zhubingbing "Implementation" is still missing | 10:10 |
zhubingbing | ok | 10:11 |
zhubingbing | thanks | 10:11 |
zhubingbing | i add it | 10:11 |
berendt | cool. than all blueprints for rc1 have useful values ;) | 10:11 |
lulei | hi, 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 |
berendt | lulei the assigned blueprint is not approvied, I think we should discuss this feature first | 10:13 |
berendt | lulei I am not sure if we need i18n at all for the kolla commands | 10:13 |
zhubingbing | ping hiking | 10:14 |
zhubingbing | ping huikang | 10:15 |
lulei | hi berendt, OK. I got it . here is bp links: https://blueprints.launchpad.net/openstack/?searchtext=kolla-stadium-i18n | 10:15 |
berendt | lulei i commented in the review itself.. | 10:17 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add Barbican container dockerfile https://review.openstack.org/351822 | 10:18 |
openstackgerrit | Christian Berendt proposed openstack/kolla: Add missing Docker images of OpenStack services to README file https://review.openstack.org/364804 | 10:18 |
sdake | lulei i've loe to hae i18n translations for build tools and kolla-ansible (which is currently shell) | 10:18 |
zhubingbing | ping Christian Berendt | 10:19 |
sdake | lulei to make that happen, we need to rewrite kolla-ansible (the shell script) in python | 10:19 |
sdake | lulei i think for ocata that should be something we tackle upfront | 10:19 |
sdake | lulei ithink what probably won't happen is rewritting all tools/* files in python - so some things will remain uninternationalized | 10:20 |
lulei | sdake. So, I'm not sure how to do next. | 10:20 |
sdake | lulei are you inovlved with the i18n tteam? | 10:20 |
sdake | lulei here is my concern- has to do with timing | 10:21 |
sdake | we are in rc1, and adding internationalization to he code bsae is surely todisrupt i18n translators | 10:21 |
sdake | wee hve already missedthestring freze | 10:21 |
zhubingbing | Christian i see you submit add cloudkitty role, and clouldkitty can use gnocchi . so can you help me review gnocchi role ? | 10:21 |
lulei | sdake, yes, I know a guy which is a oslo core review. I will ask him about this. | 10:22 |
*** rmart04 has quit IRC | 10:22 | |
zhubingbing | snake , freze ? | 10:22 |
berendt | zhubingbing 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 week | 10:22 |
sdake | lulei i think theimpact is more on the i18n team | 10:22 |
sdake | which i haven't reached out to yet - too much stuff on our plates to sort out internationalization this cycle | 10:23 |
zhubingbing | berendt thanks | 10:23 |
lulei | sdake, I got it. Thanks:) | 10:23 |
sdake | eveer watch survivorman? | 10:23 |
zhubingbing | it not freezer ? | 10:24 |
sdake | i sawthis cat come toarizona and "survive" | 10:24 |
sdake | he came duringthe mildest part of the year | 10:24 |
sdake | lol | 10:24 |
sdake | go out there when its 115f, and i'll take your seouslly :) | 10:24 |
sdake | he did go to a desert where it was 120 at night though | 10:24 |
sdake | so iam sure he could handle it | 10:25 |
*** rmart04 has joined #openstack-kolla | 10:25 | |
sdake | and tthe deserthe was in hadno resources at all | 10:25 |
zhubingbing | - - | 10:25 |
sdake | i've spent weeks in the desert "living off the land" | 10:25 |
sdake | but it was september - arguably the best time to do such a thing | 10:25 |
sdake | october mightbebetter | 10:26 |
sdake | part of feagle scout training | 10:26 |
zhubingbing | living off the land what mean ? | 10:26 |
sdake | zhubingbing using resources in the environment to survive | 10:26 |
zhubingbing | ok | 10:26 |
sdake | setting traps for mice and whatnot | 10:26 |
sdake | eating crickets | 10:27 |
sdake | that sort of thign | 10:27 |
sdake | nothing as good as 6-10 cooked crickets after not havng had a meal for 3-4 days | 10:27 |
sdake | protein- yum ;) | 10:27 |
zhubingbing | Wow that sounds fun | 10:27 |
*** dwalsh has joined #openstack-kolla | 10:27 | |
sdake | we were permitted t o bring 3 things | 10:28 |
sdake | i chose lighter, pocket knife, and water purifier | 10:29 |
sdake | (plusclothes on our back) | 10:29 |
sdake | some dudes washed out early | 10:30 |
sdake | they didnt bring those 3 things | 10:30 |
zhubingbing | -wow | 10:30 |
*** yingjun has quit IRC | 10:30 | |
*** rmart04_ has joined #openstack-kolla | 10:30 | |
zhubingbing | it is too funny | 10:30 |
*** rmart04 has quit IRC | 10:31 | |
*** rmart04_ is now known as rmart04 | 10: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 |
zhubingbing | i want to take part in tia activity | 10:31 |
sdake | ya eagle scouts was a fantastic exeprience | 10:31 |
*** tonanhngo has joined #openstack-kolla | 10:31 | |
sdake | the best meal was a snake ;) | 10:32 |
*** tonanhngo has quit IRC | 10:33 | |
zhubingbing | i want to do it | 10:33 |
sdake | takes alot of training | 10:33 |
zhubingbing | where you go ? | 10:33 |
sdake | 99% of people would fil | 10:33 |
sdake | arizona desert | 10:33 |
sdake | fil/fail | 10:33 |
zhubingbing | yeah, | 10:34 |
sdake | lots o wateer in the dsert | 10:34 |
zhubingbing | It is difficult for most people | 10:35 |
sdake | i found a spot with water and stayed there ;) | 10:35 |
openstackgerrit | Vladislav Belogrudov proposed openstack/kolla: Build process outputs each line twice https://review.openstack.org/365567 | 10:35 |
*** duonghq has quit IRC | 10:36 | |
zhubingbing | Do you take part in this activity alone | 10:37 |
sdake | ya solo | 10:37 |
sdake | there were 6 cats in total | 10:37 |
sdake | 4 washed out | 10:37 |
sdake | the other guy that made it got eagle scout at same time as i did | 10:38 |
sdake | the other 4 dudes made it the next year | 10:38 |
zhubingbing | It looks really fun, I also want to participate in the back of your success | 10:38 |
*** sdake has quit IRC | 10:38 | |
*** mbound has joined #openstack-kolla | 10:42 | |
*** mbound has quit IRC | 10:47 | |
*** tonanhngo has joined #openstack-kolla | 10:51 | |
*** phuongnh has quit IRC | 10:54 | |
*** tonanhngo has quit IRC | 10:54 | |
*** ssurana has joined #openstack-kolla | 11:00 | |
*** ssurana has quit IRC | 11:04 | |
*** tonanhngo has joined #openstack-kolla | 11:12 | |
*** JoseMello has joined #openstack-kolla | 11:12 | |
*** tonanhngo has quit IRC | 11:13 | |
*** yingjun has joined #openstack-kolla | 11:15 | |
*** zhiwei has quit IRC | 11:17 | |
*** rmart04 has quit IRC | 11:17 | |
*** sdake has joined #openstack-kolla | 11:18 | |
lulei | hi, 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-kolla | 11:19 | |
sdake | lulei there is a dependent blueprit of writing kolla-ansible in ansible | 11:19 |
sdake | rather in python | 11:19 |
lulei | sdake, ok | 11:21 |
sdake | the ui is really waht needs to be i18n'ed | 11:22 |
sdake | not the build tool | 11:22 |
*** sdake has quit IRC | 11:23 | |
lulei | sdake , yes, I think test directory need't to internationalize . | 11:25 |
*** jmccarthy has joined #openstack-kolla | 11:25 | |
*** Serlex has quit IRC | 11:26 | |
jmccarthy | Hmm something going wrong for me with this attempt to get version, any suggestions ? | 11:27 |
jmccarthy | self._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 |
berendt | jmccarthy context? | 11:27 |
jmccarthy | When trying to deploy, the Creating log volume task create_volume library/kolla_docker.py: - create_volume tries to do looks like | 11:29 |
jmccarthy | I mean: roles/common/tasks/bootstrap.yml:- name: Creating log volume | 11:30 |
jmccarthy | (I think I have latest ansible from master) | 11:30 |
berendt | the error is probably raised by "Starting heka bootstrap container".. have you checked that your nodes can access the configured Docker registry? | 11:33 |
jmccarthy | I believe they can, I'll double check | 11:34 |
*** tonanhngo has joined #openstack-kolla | 11:34 | |
openstackgerrit | zhubingbing proposed openstack/kolla: xAdd gnocchi ansible role https://review.openstack.org/349351 | 11:34 |
*** tonanhngo has quit IRC | 11:34 | |
berendt | if the error is raised by "Creating log volume" then the task cannot access the local Docker service | 11:34 |
jmccarthy | berendt: You may have hit it in one ! I upgraded to newer docker but seem to have lost some settings in the process | 11:35 |
*** caowei has quit IRC | 11:38 | |
openstackgerrit | zhubingbing proposed openstack/kolla: Add gnocchi ansible role https://review.openstack.org/349351 | 11:39 |
*** egonzalez90 has quit IRC | 11:42 | |
*** salv-orlando has quit IRC | 11:51 | |
*** salv-orlando has joined #openstack-kolla | 11:51 | |
*** quasar has quit IRC | 11:55 | |
zhubingbing | now neutron db have problem | 12:03 |
*** mliima has joined #openstack-kolla | 12:06 | |
mliima | morning guys | 12:07 |
*** Serlex has joined #openstack-kolla | 12:10 | |
*** apuimedo is now known as apuimedo|lunch | 12:16 | |
openstackgerrit | Merged openstack/kolla: Add missing Docker images of OpenStack services to README file https://review.openstack.org/364804 | 12:22 |
*** Guest64781 is now known as zeus | 12:31 | |
*** zeus has joined #openstack-kolla | 12:32 | |
*** apuimedo|lunch is now known as apuimedo | 12:38 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: Use better URL for China https://review.openstack.org/329060 | 12:50 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add gnocchi ansible role https://review.openstack.org/349351 | 12:50 |
*** dwalsh has quit IRC | 12:54 | |
*** shardy has quit IRC | 12:54 | |
*** zhurong has joined #openstack-kolla | 13:02 | |
*** zhubingbing has quit IRC | 13:03 | |
*** pmisiak has quit IRC | 13:25 | |
*** pmisiak has joined #openstack-kolla | 13:25 | |
*** papacz has joined #openstack-kolla | 13:40 | |
mnaser | just wanted to give feedback and say that the work done in kolla is absolutely great | 13:48 |
mnaser | and we're in the final/close stages of moving a pretty large production workload on it | 13:48 |
*** shardy has joined #openstack-kolla | 13:48 | |
*** caowei has joined #openstack-kolla | 13:58 | |
*** fguillot has joined #openstack-kolla | 13:59 | |
*** tonanhngo has joined #openstack-kolla | 13:59 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Docker systemd fix https://review.openstack.org/365664 | 14:02 |
openstackgerrit | zhubingbing proposed openstack/kolla: Add sahara ansible role https://review.openstack.org/351294 | 14:09 |
*** zhiwei has joined #openstack-kolla | 14:14 | |
*** zhiwei has quit IRC | 14:18 | |
*** zhurong has quit IRC | 14:21 | |
*** athomas has quit IRC | 14:25 | |
*** daneyon has joined #openstack-kolla | 14:28 | |
*** salv-orl_ has joined #openstack-kolla | 14:30 | |
*** senk has quit IRC | 14:30 | |
*** athomas has joined #openstack-kolla | 14:30 | |
*** daneyon has quit IRC | 14:32 | |
*** salv-orlando has quit IRC | 14:32 | |
*** v1k0d3n has joined #openstack-kolla | 14:41 | |
*** zhubingbing has joined #openstack-kolla | 14:41 | |
*** severion has quit IRC | 14:42 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: DO_NOT_MERGE: Use better URL for China https://review.openstack.org/329060 | 14:46 |
*** caowei has quit IRC | 14:53 | |
*** yingjun has quit IRC | 14:56 | |
*** yingjun has joined #openstack-kolla | 14:57 | |
*** yingjun has quit IRC | 15:01 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Add cinder volume with iscsi and lvm backend to Kube https://review.openstack.org/364573 | 15:12 |
*** b_bezak has quit IRC | 15:15 | |
*** b_bezak has joined #openstack-kolla | 15:15 | |
*** b_bezak has quit IRC | 15:20 | |
*** JoseMello has quit IRC | 15:20 | |
*** caowei has joined #openstack-kolla | 15:21 | |
*** caowei has quit IRC | 15:25 | |
*** zhubingbing has quit IRC | 15:37 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes: Add cinder volume with iscsi and lvm backend to Kube https://review.openstack.org/364573 | 15:39 |
*** zhubingbing has joined #openstack-kolla | 15:42 | |
*** dcwangmit01 has joined #openstack-kolla | 15:44 | |
*** peterjenkins_ has joined #openstack-kolla | 15:46 | |
*** serverascode_ has joined #openstack-kolla | 15:47 | |
*** ediardo has quit IRC | 15:48 | |
*** smekel_ has quit IRC | 15:48 | |
*** serverascode has quit IRC | 15:48 | |
*** ajpower has quit IRC | 15:49 | |
*** peterjenkins has quit IRC | 15:49 | |
*** jascott1 has quit IRC | 15:49 | |
*** harbie has quit IRC | 15:49 | |
*** cinerama has quit IRC | 15:49 | |
*** rbergeron has quit IRC | 15:49 | |
*** harlowja_ has quit IRC | 15:49 | |
*** dcwangmit01_ has quit IRC | 15:49 | |
*** rbergero1 has joined #openstack-kolla | 15:49 | |
*** peterjenkins_ is now known as peterjenkins | 15:49 | |
*** cinerama has joined #openstack-kolla | 15:49 | |
*** zhubingbing has quit IRC | 15:49 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: [wip] using ci source mirror https://review.openstack.org/365721 | 15:49 |
*** harbie has joined #openstack-kolla | 15:52 | |
*** smekel_ has joined #openstack-kolla | 15:53 | |
*** ajpower has joined #openstack-kolla | 15:53 | |
*** dwalsh has joined #openstack-kolla | 15:56 | |
*** serverascode_ is now known as serverascode | 15:57 | |
*** ediardo has joined #openstack-kolla | 16:02 | |
*** rmart04 has quit IRC | 16:02 | |
*** bdaca has joined #openstack-kolla | 16:02 | |
*** matrohon has quit IRC | 16:03 | |
bdaca | hello all | 16:04 |
*** senk has joined #openstack-kolla | 16:06 | |
openstackgerrit | Merged openstack/kolla: Updating ironic configurations in nova.conf https://review.openstack.org/364228 | 16:08 |
bdaca | @pbourke, are you here and have a while? | 16:08 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 16:12 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Host Labels https://review.openstack.org/365741 | 16:19 |
*** rmart04 has joined #openstack-kolla | 16:40 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 16:44 |
*** dwalsh has quit IRC | 16:47 | |
*** neilus has joined #openstack-kolla | 16:56 | |
*** jrich523 has joined #openstack-kolla | 16:56 | |
*** tonanhngo has quit IRC | 16:59 | |
*** tonanhngo has joined #openstack-kolla | 17:06 | |
*** tonanhngo has quit IRC | 17:08 | |
*** rmart04 has quit IRC | 17:14 | |
*** rmart04 has joined #openstack-kolla | 17:14 | |
*** fguillot has quit IRC | 17:18 | |
*** tonanhngo has joined #openstack-kolla | 17:24 | |
*** athomas has quit IRC | 17:25 | |
*** mbound has joined #openstack-kolla | 17:25 | |
*** tonanhngo has quit IRC | 17:25 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: [wip] using ci source mirror https://review.openstack.org/365721 | 17:32 |
*** neilus has quit IRC | 17:34 | |
*** fguillot has joined #openstack-kolla | 17:39 | |
*** neilus has joined #openstack-kolla | 17:42 | |
*** diogogmt has joined #openstack-kolla | 17:46 | |
openstackgerrit | Bartłomiej Daca proposed openstack/kolla: Update murano service name https://review.openstack.org/365761 | 17:51 |
*** neilus has quit IRC | 17:51 | |
*** fguillot has quit IRC | 17:53 | |
*** tonanhngo has joined #openstack-kolla | 17:54 | |
*** tonanhngo has quit IRC | 17:56 | |
*** Serlex has quit IRC | 18:02 | |
*** rmart04 has quit IRC | 18:03 | |
*** fguillot has joined #openstack-kolla | 18:03 | |
*** openstackgerrit has quit IRC | 18:03 | |
*** openstackgerrit has joined #openstack-kolla | 18:04 | |
*** daneyon has joined #openstack-kolla | 18:05 | |
*** neilus has joined #openstack-kolla | 18:06 | |
*** daneyon has quit IRC | 18:09 | |
*** tonanhngo has joined #openstack-kolla | 18:13 | |
*** fguillot has quit IRC | 18:14 | |
*** tonanhngo has quit IRC | 18:14 | |
*** senk has quit IRC | 18:16 | |
*** shardy is now known as shardy_afk | 18:20 | |
*** tonanhngo has joined #openstack-kolla | 18:33 | |
*** tonanhngo has quit IRC | 18:34 | |
*** rmart04 has joined #openstack-kolla | 18:41 | |
*** mbound has quit IRC | 18:44 | |
*** rmart04 has quit IRC | 18:49 | |
*** rmart04 has joined #openstack-kolla | 18:50 | |
*** tonanhngo has joined #openstack-kolla | 18:53 | |
*** YefimG has joined #openstack-kolla | 18:54 | |
*** tonanhngo has quit IRC | 18:54 | |
YefimG | Hi, 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 IRC | 19:06 | |
*** vbel has joined #openstack-kolla | 19:07 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 19:07 |
*** tonanhngo has joined #openstack-kolla | 19:13 | |
*** tonanhngo has quit IRC | 19:14 | |
*** rmart04 has quit IRC | 19:21 | |
*** ssurana has joined #openstack-kolla | 19:21 | |
mnaser | YefimG, i mean everything seems to be prewired for HA so im unsure what you're looking for? | 19:25 |
YefimG | mnaser: Yes, OpenStack endpoints are highly available out of the box because of haproxy, but I am looking for instance (nova-compute) failover | 19:28 |
mnaser | nova-compute fail over in what case? | 19:29 |
mnaser | nova-compute is homed on a physical compute node | 19:29 |
mnaser | if the physical compute node crashes, nova-compute serves no purpose | 19:29 |
*** banix has joined #openstack-kolla | 19:30 | |
openstackgerrit | Mauricio Lima proposed openstack/kolla: Fix Typo in quickstart https://review.openstack.org/365777 | 19:30 |
YefimG | mnaser: sorry, I mean instance failover in general. If a compute node fails - instances are automatically restarted on another compute node | 19:31 |
YefimG | Something you would generally achieve with pacemaker, I guess | 19:31 |
mnaser | oh, that's something else, i dont know if the kolla team has this in the scope of the project | 19:32 |
berendt | YefimG this is not a kolla feature and not a nova-compute feature and not a cloud feature at all | 19:32 |
berendt | this is not in the scope of this project and it will hopefully never be in scope | 19:32 |
bdaca | YefimG: https://ask.openstack.org/en/question/63031/automatic-failover-instances/ | 19:32 |
mnaser | if you want to do this, some google-ing will help you find scripts for pacemaker that accomplish that automatically | 19:34 |
YefimG | berendt, bdaca, mnaser, Thanks a lot for clearing this out, will definitely do some google-ing :) | 19:35 |
*** msimonin has joined #openstack-kolla | 19:35 | |
berendt | YefimG read about it but please do not do it, it is not a feature that you want to use in a cloud enviroment | 19:36 |
berendt | there are reasons why nobody implemented it and why only nasty workarounds are available to do it | 19:37 |
berendt | and it will NOT result in high available instances | 19:37 |
*** ssurana has quit IRC | 19:38 | |
YefimG | berendt: Thanks for detailed answer! | 19:41 |
berendt | YefimG you are welcome. do you know the 12 factor app? | 19:41 |
*** tonanhngo has joined #openstack-kolla | 19:42 | |
*** tonanhngo has quit IRC | 19:44 | |
YefimG | berendt: 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 |
YefimG | would not be cost-effective* | 19:45 |
berendt | the 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 it | 19:46 |
berendt | but a lot of manager think that this will solve there issues with existing legacy applications | 19:46 |
YefimG | While 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 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 19:54 |
*** shardy_afk has quit IRC | 19:56 | |
*** shardy_afk has joined #openstack-kolla | 19:57 | |
*** tonanhngo has joined #openstack-kolla | 20:03 | |
*** pbourke_ has joined #openstack-kolla | 20:03 | |
*** tonanhngo has quit IRC | 20:04 | |
*** DuncanT_ has joined #openstack-kolla | 20:06 | |
*** YefimG has quit IRC | 20:06 | |
*** banix has quit IRC | 20:08 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 20:10 |
*** harbie has quit IRC | 20:10 | |
*** rbergero1 has quit IRC | 20:10 | |
*** pbourke has quit IRC | 20:10 | |
*** ccesario has quit IRC | 20:10 | |
*** AnswerGuy has quit IRC | 20:10 | |
*** kong has quit IRC | 20:10 | |
*** akscram has quit IRC | 20:10 | |
*** akwasnie_ has quit IRC | 20:10 | |
*** DuncanT has quit IRC | 20:10 | |
*** SaMnCo has quit IRC | 20:10 | |
*** harbie has joined #openstack-kolla | 20:10 | |
*** kong has joined #openstack-kolla | 20:11 | |
*** akwasnie_ has joined #openstack-kolla | 20:11 | |
*** SaMnCo has joined #openstack-kolla | 20:11 | |
*** ccesario has joined #openstack-kolla | 20:12 | |
*** akscram has joined #openstack-kolla | 20:12 | |
*** rbergeron has joined #openstack-kolla | 20:13 | |
*** dwalsh has joined #openstack-kolla | 20:14 | |
*** sdake has joined #openstack-kolla | 20:15 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 20:16 |
*** rhallisey has joined #openstack-kolla | 20:17 | |
kfox1111 | rhallisey: hey | 20:19 |
rhallisey | kfox1111, hey | 20:19 |
kfox1111 | you familior with the gate? | 20:20 |
rhallisey | ya | 20:21 |
kfox1111 | I'm really close I think: https://review.openstack.org/#/c/365733/ | 20:21 |
kfox1111 | it runs on my machine, but not on the gate boxes. | 20:21 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 20:23 |
rhallisey | it's beacuse the gate it looking for a different script | 20:23 |
*** tonanhngo has joined #openstack-kolla | 20:23 | |
rhallisey | let me find it | 20:23 |
*** tonanhngo has quit IRC | 20:23 | |
*** sdake has quit IRC | 20:25 | |
rhallisey | kfox1111, https://github.com/openstack-infra/project-config/blob/5c5f70bf3ce48ee1872432705b5dbf9857d9e01b/jenkins/jobs/kolla-kubernetes.yaml | 20:25 |
rhallisey | the gate also doesn't trigger unles you add 'check experimental' | 20:26 |
*** mbound has joined #openstack-kolla | 20:26 | |
*** DuncanT_ is now known as DuncanT | 20:26 | |
kfox1111 | rhallisey: I heard from someone on infra, that that yaml file isn't actually used. | 20:27 |
kfox1111 | hmm.... maybe that's why? | 20:27 |
kfox1111 | I guess I mean checks, not gate. | 20:27 |
rhallisey | like sanity checks? | 20:28 |
rhallisey | I'm confused what you're after | 20:28 |
kfox1111 | I want jenkins to stop failing on that review :/ | 20:29 |
rhallisey | oh | 20:29 |
kfox1111 | and it updates jenkins to fail if the templates are invalid. | 20:29 |
*** salv-orlando has joined #openstack-kolla | 20:29 | |
rhallisey | jinja2.exceptions.UndefinedError: 'hostvars' is undefined | 20:29 |
rhallisey | kfox1111, I'l comment on there sec | 20:29 |
kfox1111 | k. thx. | 20:29 |
*** bdaca has quit IRC | 20:30 | |
*** mbound has quit IRC | 20:30 | |
kfox1111 | hmm... a little farther now I think. | 20:30 |
*** salv-orl_ has quit IRC | 20:32 | |
*** Jeffrey4l has quit IRC | 20:34 | |
*** Jeffrey4l has joined #openstack-kolla | 20:36 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 20:36 |
*** williamcaban has quit IRC | 20:37 | |
*** williamcaban has joined #openstack-kolla | 20:39 | |
rhallisey | kfox1111, it seems like one of the templates being rendered is no valid.. | 20:40 |
rhallisey | I don't know which it is | 20:40 |
kfox1111 | its valid. it passes on my host. | 20:41 |
kfox1111 | here's the current issue: http://logs.openstack.org/33/365733/8/check/gate-kolla-kubernetes-python27-ubuntu-xenial/347ca2b/console.html | 20:41 |
kfox1111 | its like its not finding all-in-one now. | 20:41 |
kfox1111 | which 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-kolla | 20:42 | |
kfox1111 | hmm... has all the kolla address patches we need merged? Maybe its that. | 20:44 |
*** tonanhngo has quit IRC | 20:44 | |
rhallisey | I don't think the nova one has | 20:45 |
kfox1111 | its failing on the first template it tried. ceph-secret | 20:45 |
rhallisey | ya | 20:46 |
*** dwalsh has quit IRC | 20:46 | |
kfox1111 | hmm... fresh checkout of kolla works ok. | 20:48 |
kfox1111 | something's differnet but really not clear what... :/ | 20:48 |
kfox1111 | maybe part of the jinja engine isn't detecting the checkout of kolla? | 20:48 |
rhallisey | kfox1111, mabe a different version of python-jinja2? | 20:51 |
kfox1111 | I did a virtualenv with whats in deps. | 20:52 |
kfox1111 | so should be the same. | 20:52 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 20:52 |
kfox1111 | do you know if we can get an ssh into the failing machine? its kind of hard to debug this way. :/ | 20:53 |
kfox1111 | fortunately it only takes about 2 min per test though. | 20:53 |
rhallisey | going to need some prints | 20:54 |
rhallisey | that's the best way to gate test | 20:54 |
kfox1111 | yeah... :/ | 20:55 |
kfox1111 | maybe a strace too... | 20:55 |
kfox1111 | ah... here we go... | 20:56 |
kfox1111 | I added grep api_interface_address ../kolla/etc/kolla/globals.yml || echo api_interface_address: "0.0.0.0" >> ../kolla/etc/kolla/globals.yml | 20:56 |
kfox1111 | and it got a bit further... | 20:57 |
rhallisey | ok | 20:57 |
*** banix has joined #openstack-kolla | 20:57 | |
*** berendt has quit IRC | 20:58 | |
kfox1111 | it would be nice if we could make a test globals.yml that we could spicifically load in... | 20:58 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 20:59 |
rhallisey | you could | 20:59 |
*** banix has quit IRC | 20:59 | |
*** banix has joined #openstack-kolla | 21:00 | |
kfox1111 | we'd have to add a way to override which one was used instead of the probing code... | 21:01 |
kfox1111 | maybe we get this one working, and do that one as a followon patch. | 21:02 |
kfox1111 | nice... got it to pass 2.7. | 21:04 |
kfox1111 | ok. the last one seems to be a python exception throwing string difference.... | 21:05 |
kfox1111 | stupid lack of standard error strings or something better. :/ | 21:05 |
kfox1111 | but totally fixable. | 21:05 |
rhallisey | ya closer | 21:07 |
kfox1111 | oh... its failing in the TypeError... no .message.... | 21:07 |
kfox1111 | bleh. | 21:07 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 21:08 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 21:16 |
kfox1111 | once 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-kolla | 21:20 | |
kfox1111 | ok, there's 34... | 21:21 |
kfox1111 | just a pep8 issue... | 21:21 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes: Template validation/gating https://review.openstack.org/365733 | 21:22 |
*** fragatina has quit IRC | 21:24 | |
*** fragatina has joined #openstack-kolla | 21:24 | |
*** fragatina has quit IRC | 21:25 | |
*** fragatina has joined #openstack-kolla | 21:25 | |
kfox1111 | yay! :) | 21:27 |
kfox1111 | that was harder then it should have been. :/ | 21:27 |
kfox1111 | oh well. this should help a lot. :) | 21:27 |
rhallisey | nice :0 | 21:31 |
rhallisey | :) | 21:31 |
kfox1111 | I 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 |
kfox1111 | I may need to create a kubectl patch... | 21:34 |
*** sdake has joined #openstack-kolla | 21:34 | |
*** banix has quit IRC | 21:45 | |
*** sdake has quit IRC | 21:52 | |
*** fragatina has quit IRC | 22:04 | |
*** shardy has joined #openstack-kolla | 22:17 | |
*** msimonin has quit IRC | 22:17 | |
*** msimonin has joined #openstack-kolla | 22:17 | |
*** zhugaoxiao has quit IRC | 22:19 | |
*** zhugaoxiao has joined #openstack-kolla | 22:19 | |
*** msimonin has quit IRC | 22:22 | |
*** daneyon has joined #openstack-kolla | 22:35 | |
*** tonanhngo has joined #openstack-kolla | 22:36 | |
*** daneyon has quit IRC | 22:40 | |
*** neilus has quit IRC | 22:40 | |
*** shardy has quit IRC | 22:47 | |
*** shardy_afk has quit IRC | 22:51 | |
*** sdake has joined #openstack-kolla | 23:03 | |
*** fguillot has joined #openstack-kolla | 23:13 | |
*** zhiwei has joined #openstack-kolla | 23:14 | |
*** sdake has quit IRC | 23:16 | |
*** zhiwei has quit IRC | 23:18 | |
*** fguillot has quit IRC | 23:30 | |
*** sdake has joined #openstack-kolla | 23:30 | |
*** fguillot has joined #openstack-kolla | 23:31 | |
*** sdake has quit IRC | 23:39 | |
*** tonanhngo has quit IRC | 23:39 | |
*** fguillot has quit IRC | 23:45 | |
*** dwalsh has joined #openstack-kolla | 23:52 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: [wip] using ci source mirror https://review.openstack.org/365721 | 23:54 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla: [wip] using ci source mirror https://review.openstack.org/365721 | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!