*** Pavo has quit IRC | 00:06 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 00:07 |
---|---|---|
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla master: Updated from global requirements https://review.openstack.org/437728 | 00:08 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/kolla-ansible master: Updated from global requirements https://review.openstack.org/437729 | 00:09 |
*** masuberu has joined #openstack-kolla | 00:10 | |
*** masuberu has quit IRC | 00:13 | |
*** masber has quit IRC | 00:13 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate https://review.openstack.org/413193 | 00:13 |
*** rwellum has quit IRC | 00:13 | |
*** yingjun has joined #openstack-kolla | 00:15 | |
*** financeMann has joined #openstack-kolla | 00:17 | |
*** alop has quit IRC | 00:21 | |
*** manheim has joined #openstack-kolla | 00:23 | |
manheim | hi | 00:23 |
kbaegis | manheim: Hello | 00:24 |
manheim | i am trying to deploy kolla-ansible, but when i run prechecks i get delegate_facts is not legal param in ansible task or handler | 00:24 |
manheim | i do use ansible 1.9.4 | 00:24 |
manheim | with kolla installed with pip | 00:25 |
manheim | now from what i see, delegate_facts was introduced in ansible 2.0, but i see ansible <2.0 as a req for kolla | 00:26 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 00:26 |
manheim | if anyone can give me a hint | 00:27 |
*** manheim has quit IRC | 00:29 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 00:30 |
*** jtriley has joined #openstack-kolla | 00:30 | |
*** manheim has joined #openstack-kolla | 00:31 | |
*** goldyfruit has quit IRC | 00:31 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 00:33 |
*** manheim has quit IRC | 00:34 | |
*** manheim has joined #openstack-kolla | 00:35 | |
*** kbaegis has quit IRC | 00:39 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 00:39 |
*** manheim has quit IRC | 00:40 | |
*** manheim has joined #openstack-kolla | 00:46 | |
openstackgerrit | Balaji G Pattewar proposed openstack/kolla-kubernetes master: Helm charts for heat/heat-cfn create user and endpoints. https://review.openstack.org/414825 | 00:49 |
*** sdake_ has quit IRC | 00:49 | |
*** manheim has quit IRC | 00:51 | |
*** cuongnv has joined #openstack-kolla | 00:53 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 00:54 |
*** bpattewar has quit IRC | 00:55 | |
*** rwellum has joined #openstack-kolla | 00:57 | |
*** yuanying_ has joined #openstack-kolla | 00:58 | |
*** david-lyle has joined #openstack-kolla | 00:58 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate https://review.openstack.org/413193 | 01:00 |
*** yuanying has quit IRC | 01:02 | |
*** duonghq has joined #openstack-kolla | 01:04 | |
duonghq | morning guys | 01:04 |
*** david-lyle has quit IRC | 01:05 | |
MasterOfBugs | Good Morning | 01:06 |
MasterOfBugs | Hi All I am getting the below error when i run tox -e genconfig | 01:07 |
MasterOfBugs | ERROR: unknown environment 'genconfig' | 01:07 |
MasterOfBugs | Can anyone help me debug it? | 01:07 |
duonghq | MasterOfBugs, which repo? | 01:08 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 01:08 |
MasterOfBugs | https://wiki.opendaylight.org/view/OpenStack_Kolla_and_OpenDaylight#EVERY_NODE | 01:10 |
MasterOfBugs | git clone https://git.openstack.org/openstack/kolla | 01:10 |
MasterOfBugs | cd kolla && git fetch https://git.openstack.org/openstack/kolla refs/changes/69/416369/23 && git checkout FETCH_HEAD | 01:10 |
MasterOfBugs | cd .. && git clone https://git.openstack.org/openstack/kolla-ansible | 01:10 |
MasterOfBugs | cd kolla-ansible && git fetch https://git.openstack.org/openstack/kolla-ansible refs/changes/67/416367/20 && git checkout FETCH_HEAD | 01:10 |
MasterOfBugs | Basically i followed this link | 01:13 |
MasterOfBugs | https://wiki.opendaylight.org/view/OpenStack_Kolla_and_OpenDaylight#EVERY_NODE | 01:13 |
duonghq | MasterOfBugs, do not understand why you need this specific commit | 01:14 |
duonghq | let me check | 01:14 |
MasterOfBugs | Ok! I need it because i am working on Adding an SDN Controller called OpenDayLight to the deployment | 01:14 |
MasterOfBugs | Cool | 01:15 |
duonghq | MasterOfBugs, kolla-ansible do not need genconfig | 01:17 |
duonghq | just copy etc/kolla over | 01:17 |
*** zhubingbing_ has joined #openstack-kolla | 01:18 | |
MasterOfBugs | Oh Ok | 01:18 |
MasterOfBugs | So Shall i skip that step? | 01:19 |
duonghq | yup | 01:19 |
duonghq | MasterOfBugs, the tox -e genconfig only apply in kolla | 01:19 |
duonghq | not kolla-ansible | 01:19 |
duonghq | your guide also point this | 01:20 |
MasterOfBugs | Gotcha | 01:21 |
MasterOfBugs | Yes | 01:21 |
MasterOfBugs | Now i got it resolved | 01:21 |
MasterOfBugs | Thanks a lot duonghq | 01:21 |
*** sdake has joined #openstack-kolla | 01:22 | |
duonghq | MasterOfBugs, np | 01:22 |
duonghq | evening sdake | 01:22 |
sdake | sup dup | 01:23 |
sdake | dup duonghq | 01:23 |
* duonghq searching "dup" meaning | 01:23 | |
bmace | search for the meaning of sdakes typos? or perhaps he is inferring that you are some sort of clone or duplicate! ;) | 01:24 |
duonghq | bmace, roger | 01:25 |
duonghq | j/k | 01:25 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 01:26 |
*** MasterOfBugs has quit IRC | 01:36 | |
*** krtaylor has joined #openstack-kolla | 01:42 | |
*** sdake_ has joined #openstack-kolla | 01:43 | |
*** sdake has quit IRC | 01:45 | |
*** japestinho has joined #openstack-kolla | 01:46 | |
*** sdake_ has quit IRC | 01:48 | |
*** jtriley has quit IRC | 01:49 | |
*** jtriley has joined #openstack-kolla | 01:52 | |
*** masber has joined #openstack-kolla | 01:53 | |
*** financeMann_ has joined #openstack-kolla | 01:54 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate https://review.openstack.org/413193 | 01:54 |
*** financeMann has quit IRC | 01:56 | |
*** financeMann_ is now known as financeMann | 01:56 | |
*** lucasxu has joined #openstack-kolla | 01:56 | |
*** cuongnv_ has joined #openstack-kolla | 02:04 | |
*** cuongnv_ has quit IRC | 02:06 | |
*** cuongnv has quit IRC | 02:07 | |
*** cuongnv_ has joined #openstack-kolla | 02:07 | |
*** krtaylor has quit IRC | 02:07 | |
*** cuongnv_ is now known as cuongnv | 02:07 | |
*** jtriley has quit IRC | 02:08 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 02:11 |
*** unicell has quit IRC | 02:17 | |
*** yuanying_ has quit IRC | 02:17 | |
Jeffrey4l | gema, around? | 02:27 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: add debian jobs https://review.openstack.org/437761 | 02:30 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 02:33 |
*** caowei has joined #openstack-kolla | 02:33 | |
*** yuanying has joined #openstack-kolla | 02:34 | |
*** jtriley has joined #openstack-kolla | 02:38 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Checking kernel and initramfs files for Ironic https://review.openstack.org/437763 | 02:39 |
*** yuanying has quit IRC | 02:45 | |
Jeffrey4l | hrw, around? | 02:47 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: add debian jobs https://review.openstack.org/437761 | 02:47 |
openstackgerrit | Merged openstack/kolla-kubernetes master: Allow default value of DEV_BASE variable https://review.openstack.org/434586 | 02:49 |
*** mcnanci_ has quit IRC | 02:53 | |
*** rwellum has quit IRC | 02:56 | |
*** david-lyle has joined #openstack-kolla | 03:01 | |
*** david-lyle has quit IRC | 03:07 | |
*** masuberu has joined #openstack-kolla | 03:07 | |
*** lucasxu has quit IRC | 03:09 | |
*** masber has quit IRC | 03:11 | |
*** mcnanci has joined #openstack-kolla | 03:12 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Add the missing prechecks for placement_api https://review.openstack.org/437771 | 03:14 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: add debian jobs https://review.openstack.org/437761 | 03:17 |
*** v1k0d3n has joined #openstack-kolla | 03:18 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Add the missing prechecks for placement_api https://review.openstack.org/437771 | 03:26 |
*** furlongm has quit IRC | 03:29 | |
*** dtturner has joined #openstack-kolla | 03:36 | |
*** adrian_otto has joined #openstack-kolla | 03:42 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 03:46 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: add debian jobs https://review.openstack.org/437761 | 03:50 |
*** yuanying has joined #openstack-kolla | 04:06 | |
*** masber has joined #openstack-kolla | 04:06 | |
*** masber has quit IRC | 04:09 | |
*** masuberu has quit IRC | 04:09 | |
*** masber has joined #openstack-kolla | 04:10 | |
*** saneax-_-|AFK is now known as saneax | 04:13 | |
*** saneax is now known as saneax-_-|AFK | 04:25 | |
*** furlongm has joined #openstack-kolla | 04:27 | |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla-kubernetes master: Helm charts for heat-create-db and heat-manage-db https://review.openstack.org/414496 | 04:32 |
Jeffrey4l | gema, hrw check this patch, which convert ubuntu gate into debian job. | 04:36 |
Jeffrey4l | i have added some trick to make ubuntu(debian)-source green. But seems there are still more things to do. | 04:36 |
Jeffrey4l | gema, hrw here is the patch https://review.openstack.org/437761 | 04:38 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 04:52 |
*** jrobinson is now known as jrobinson-afk | 05:02 | |
*** david-lyle has joined #openstack-kolla | 05:03 | |
*** david-lyle has quit IRC | 05:08 | |
*** lamt has joined #openstack-kolla | 05:23 | |
*** sudipto has joined #openstack-kolla | 05:28 | |
*** sudipto_ has joined #openstack-kolla | 05:28 | |
*** crushil has joined #openstack-kolla | 05:30 | |
*** jrobinson-afk is now known as jrobinson | 05:39 | |
*** crushil has quit IRC | 05:44 | |
*** mcnanci has quit IRC | 05:45 | |
*** mcnanci has joined #openstack-kolla | 05:53 | |
*** sdake has joined #openstack-kolla | 06:05 | |
sdake | hey peeps | 06:06 |
sdake | duonghq i just had a typo above there was no meaning | 06:06 |
sdake | duonghq tab failure | 06:06 |
duonghq | sdake, :) | 06:07 |
*** satyar has joined #openstack-kolla | 06:07 | |
sdake | apparently i had multiple typo failures | 06:07 |
sdake | rather 1 typo failure and 1 tab failure :) | 06:08 |
*** lamt has quit IRC | 06:08 | |
duonghq | np | 06:08 |
duonghq | sdake, how can I add a bug also affect another branch? | 06:09 |
sdake | can you be more specific? | 06:09 |
sdake | or link to the rview in equestion | 06:09 |
duonghq | https://bugs.launchpad.net/kolla/+bug/1635322 -> this bug also affect newton | 06:09 |
openstack | Launchpad bug 1635322 in kolla "registered variable and used variable not matching in ceilometer bootstrap.yml " [Undecided,Fix released] - Assigned to prameswar (prameswar) | 06:09 |
duonghq | how can I add newton to the bug? | 06:09 |
sdake | clcik target to series | 06:09 |
duonghq | so I can backported the bug | 06:09 |
duonghq | the fix | 06:09 |
duonghq | so, I should target to both N and O? | 06:10 |
sdake | O and N | 06:10 |
sdake | master first then backport | 06:10 |
duonghq | it's already fixed in master and O | 06:10 |
sdake | ya then target to newton to series newton | 06:11 |
sdake | although newton EOLs march 10th | 06:11 |
sdake | Jeffrey4l was going to do one last release of 2.0.2 -> 2.0.3 prior to march 10th | 06:11 |
Jeffrey4l | yep. | 06:11 |
sdake | sup Jeffrey4l | 06:12 |
Jeffrey4l | fine ;) | 06:12 |
sdake | i hear that :) | 06:12 |
sdake | after march 10th, I believe the release team EOL tags the release and deletes the branch - so it is no longer maintained | 06:13 |
duonghq | hmm, but as I see, the bug still do not make the ceilometer working | 06:13 |
sdake | i am fuzzzy on teh date | 06:13 |
duonghq | seem that we haven't test the ceilometer yet | 06:14 |
sdake | there may be multiple bug ids related to that problem | 06:14 |
Jeffrey4l | sdake, trailing-cycle project should be different at that point. | 06:14 |
sdake | Jeffrey4l do you have a reference? | 06:14 |
Jeffrey4l | although liberty branch is removed at the beginning of this cycle. | 06:14 |
Jeffrey4l | no. right now. | 06:15 |
sdake | my understanding is OpenStack projects in general have not committed to maintaining a LTS branch | 06:15 |
sdake | some people want it on the ml | 06:15 |
sdake | but not everone wants to do the work | 06:15 |
Jeffrey4l | i asked dhellman, he recommend me to ask stable release team. | 06:15 |
sdake | the stable release team would know - currently tey have no such policy of LTS | 06:16 |
Jeffrey4l | imu, there is no place define how long trailing-cycle project should keep. | 06:16 |
Jeffrey4l | but i think trailing-cycle project a little longer than others. | 06:16 |
duonghq | Jeffrey4l, can you take a look at https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/ceilometer/tasks/bootstrap.yml#L7 | 06:16 |
Jeffrey4l | maybe 3 month? | 06:16 |
sdake | policies can be changed although we are not currently managed via the stable policy | 06:16 |
sdake | i think the correct order is be managed by the stable policy then change the stable policy if we want to do that | 06:17 |
sdake | i am not keen on special snowflakes | 06:17 |
Jeffrey4l | sdake, yep. i will sent the mail to ask for help . | 06:17 |
Jeffrey4l | duonghq, yep? | 06:17 |
sdake | i did have an agenda item for wednesday on this exact topic | 06:17 |
sdake | or a variant thereof | 06:17 |
*** salv-orlando has joined #openstack-kolla | 06:18 | |
duonghq | as normal semantic, the 2 conditions is AND, but I think the 2nd clause is not irrational | 06:18 |
sdake | Jeffrey4l if you could ask the stable team to show up to the kolla meeting for the discussion that might help | 06:18 |
Jeffrey4l | sdake, cool. | 06:18 |
Jeffrey4l | i will. thaks. | 06:19 |
sdake | they may or may not be able to maek it | 06:19 |
duonghq | *is irrational | 06:19 |
Jeffrey4l | duonghq, oops.the 1nd clause should be in changed_when ;( | 06:19 |
sdake | we need project maturity tags asap and I am leary of disrupting the stable release team's current processes since it could jeapordize our relationship with the stable maintenance team | 06:20 |
satyar | Hi pbourke | 06:20 |
sdake | or slow down the tagging | 06:20 |
duonghq | Jeffrey4l, sure, I'll report and fix that | 06:20 |
duonghq | thank you | 06:20 |
sdake | Jeffrey4l when I was ptl in a universe far far away I applied for the stable tag | 06:21 |
sdake | based upon a vote of the core reviewer team | 06:22 |
sdake | the cr team said yes | 06:22 |
sdake | the stable team said no because liberty was not properly managed wrt stable management | 06:22 |
sdake | i dont want that to happen again - we need stable folows policy tagging as soon as possible | 06:22 |
sdake | let me see if i can find the review | 06:23 |
sdake | Jeffrey4l https://review.openstack.org/#/c/346455/ | 06:26 |
sdake | now that liberty is dead, we can actually apply for that tag again | 06:26 |
Jeffrey4l | got it. | 06:27 |
Jeffrey4l | what i want to make clear is: how long the tag:tailing-cycle should support. it is not defined. | 06:28 |
Jeffrey4l | duonghq, cool thanks. | 06:29 |
sdake | Jeffrey4l roger - i think making an LTS happen is a sysphus battle | 06:30 |
sdake | lets give as much as possible to the stable team on this point | 06:31 |
Jeffrey4l | i am not meaning an LTS. may be tailing-cycle project should have more 1-3 month. to fix bug. | 06:32 |
Jeffrey4l | eyp. | 06:32 |
sdake | its a shame we dont have a astable release liason | 06:33 |
sdake | although Daviey I think was lined up for that role | 06:33 |
Jeffrey4l | what's the different between release liason and stable release liason? | 06:33 |
sdake | sorry not stable release liason | 06:34 |
sdake | moment. | 06:34 |
sdake | https://wiki.openstack.org/wiki/CrossProjectLiaisons#Stable_Branch | 06:34 |
sdake | as you can see we have no stable branch liason | 06:35 |
sdake | i'm not sure if this is because we have no stable release tag or because we haven't had a person step up for the role | 06:35 |
Jeffrey4l | ok. | 06:36 |
sdake | if you have further quesstions ask our ptl - he should know how to sort this out | 06:42 |
sdake | my release steward role is up as of this week. | 06:42 |
sdake | or whtaever the tc ended up calling it | 06:42 |
duonghq | about this bug: https://bugs.launchpad.net/kolla/+bug/1635322 I'm not sure why prameswar told the newton has correct variable name | 06:44 |
openstack | Launchpad bug 1635322 in kolla newton "registered variable and used variable not matching in ceilometer bootstrap.yml " [Critical,New] - Assigned to Duong Ha-Quang (duonghq) | 06:44 |
duonghq | sdake, you marked it no longer affect newton, can you take a look? | 06:45 |
*** unicell has joined #openstack-kolla | 06:50 | |
sdake | duonghq protip i'm not always right :) | 06:52 |
sdake | duonghq mark it how you see fit :) | 06:52 |
duonghq | sdake, roger | 06:54 |
openstackgerrit | xhzhf proposed openstack/kolla-ansible master: Remove the errors of "tox -e docs" https://review.openstack.org/437813 | 06:59 |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla stable/newton: corrected register variable name in ceilometer bootstrap.yml https://review.openstack.org/437815 | 07:03 |
*** adrian_otto has quit IRC | 07:05 | |
*** david-lyle has joined #openstack-kolla | 07:05 | |
*** salv-orlando has quit IRC | 07:09 | |
*** david-lyle has quit IRC | 07:10 | |
*** japestinho has quit IRC | 07:10 | |
*** sdake__ has joined #openstack-kolla | 07:12 | |
*** sdake has quit IRC | 07:13 | |
*** bmace has quit IRC | 07:14 | |
*** bmace has joined #openstack-kolla | 07:15 | |
*** sdake__ has quit IRC | 07:15 | |
*** pcaruana has joined #openstack-kolla | 07:18 | |
openstackgerrit | Duong Ha-Quang proposed openstack/kolla-ansible master: Fix Creating Ceilometer MongoDB database failed https://review.openstack.org/437819 | 07:27 |
*** jrobinson has quit IRC | 07:28 | |
*** skramaja has quit IRC | 07:35 | |
*** skramaja has joined #openstack-kolla | 07:36 | |
*** mnasiadka has joined #openstack-kolla | 07:46 | |
openstackgerrit | yuhui proposed openstack/kolla master: Fix typos in doc_files https://review.openstack.org/437828 | 08:04 |
*** unicell1 has joined #openstack-kolla | 08:11 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Test without delorean-deps.repo https://review.openstack.org/437830 | 08:11 |
*** unicell has quit IRC | 08:12 | |
*** salv-orlando has joined #openstack-kolla | 08:16 | |
*** unicell1 has quit IRC | 08:22 | |
*** magnusloof has quit IRC | 08:35 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible master: Remove rabbitmq from freezer https://review.openstack.org/437837 | 08:43 |
*** Serlex has joined #openstack-kolla | 08:45 | |
*** egonzalez has joined #openstack-kolla | 09:03 | |
*** saneax-_-|AFK is now known as saneax | 09:07 | |
*** tvignaud has quit IRC | 09:15 | |
*** sp_ has quit IRC | 09:26 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Fix typo in ironic task name https://review.openstack.org/437855 | 09:30 |
*** qiliang27 has quit IRC | 09:34 | |
*** tvignaud has joined #openstack-kolla | 09:35 | |
openstackgerrit | Li Yingjun proposed openstack/kolla master: Remove useless command https://review.openstack.org/437856 | 09:36 |
*** duonghq has quit IRC | 09:37 | |
*** hrw has quit IRC | 09:39 | |
*** manheim has joined #openstack-kolla | 09:42 | |
*** yuanying has quit IRC | 09:42 | |
*** duonghq has joined #openstack-kolla | 09:43 | |
*** hrw has joined #openstack-kolla | 09:44 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Update the file format for baremetal https://review.openstack.org/437858 | 09:45 |
openstackgerrit | Li Yingjun proposed openstack/kolla master: Remove useless command https://review.openstack.org/437856 | 09:46 |
*** yingjun has quit IRC | 09:50 | |
*** manheim has quit IRC | 09:52 | |
*** manheim has joined #openstack-kolla | 09:53 | |
*** cuongnv has quit IRC | 10:01 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla stable/newton: Replace "ara generate" by "ara generate html" https://review.openstack.org/437863 | 10:04 |
*** caowei has quit IRC | 10:09 | |
openstackgerrit | yuhui proposed openstack/kolla master: Fix typos in doc_files https://review.openstack.org/437828 | 10:14 |
*** duonghq has quit IRC | 10:31 | |
openstackgerrit | Merged openstack/kolla master: Apply neutron database migration https://review.openstack.org/407840 | 10:31 |
*** satyar has quit IRC | 10:35 | |
*** yuanying has joined #openstack-kolla | 10:42 | |
*** lar_ has joined #openstack-kolla | 10:47 | |
*** Alexey_Y has quit IRC | 10:50 | |
*** n0isyn0ise has quit IRC | 10:54 | |
*** n0isyn0ise has joined #openstack-kolla | 10:55 | |
*** pbandark has joined #openstack-kolla | 10:56 | |
*** n0isyn0ise has quit IRC | 11:03 | |
*** n0isyn0ise has joined #openstack-kolla | 11:05 | |
*** n0isyn0ise has quit IRC | 11:10 | |
manheim | hello | 11:11 |
*** n0isyn0ise has joined #openstack-kolla | 11:11 | |
manheim | i have some question regarding kolla-kubernetes, does it require an existing deployed kolla openstack env? | 11:11 |
manheim | or is it capable to install all by itself | 11:12 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Remove heka image https://review.openstack.org/437874 | 11:14 |
*** n0isyn0ise has quit IRC | 11:16 | |
*** n0isyn0ise has joined #openstack-kolla | 11:17 | |
*** sudipto has quit IRC | 11:18 | |
*** sudipto_ has quit IRC | 11:18 | |
*** ccesario has joined #openstack-kolla | 11:24 | |
*** salv-orlando has quit IRC | 11:43 | |
*** trinaths has joined #openstack-kolla | 11:49 | |
*** rhallisey has joined #openstack-kolla | 11:50 | |
*** trinaths1 has joined #openstack-kolla | 11:51 | |
*** trinaths has quit IRC | 11:54 | |
*** satyar has joined #openstack-kolla | 12:01 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Disable unneeded fact gathering https://review.openstack.org/437881 | 12:03 |
*** manheim has quit IRC | 12:07 | |
*** trinaths1 has quit IRC | 12:13 | |
*** trinaths has joined #openstack-kolla | 12:13 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible master: Fix rabbitmq log ulti-line cutting problem https://review.openstack.org/437884 | 12:17 |
*** openstackgerrit has quit IRC | 12:18 | |
*** rwallner has joined #openstack-kolla | 12:18 | |
*** yingjun has joined #openstack-kolla | 12:21 | |
*** manheim has joined #openstack-kolla | 12:22 | |
*** openstackgerrit has joined #openstack-kolla | 12:26 | |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible master: Fix rabbitmq log ulti-line cutting problem https://review.openstack.org/437884 | 12:26 |
openstackgerrit | zhubingbing proposed openstack/kolla-ansible master: Fix rabbitmq log ulti-line cutting problem https://review.openstack.org/437884 | 12:28 |
*** zhubingbing_ has quit IRC | 12:28 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla master: Update oraclelinux tag to new slim base image https://review.openstack.org/437329 | 12:28 |
*** Serlex has quit IRC | 12:29 | |
*** adrian_otto has joined #openstack-kolla | 12:31 | |
*** sdake has joined #openstack-kolla | 12:43 | |
*** lamt has joined #openstack-kolla | 12:45 | |
sdake | morning peeps | 12:46 |
*** rwallner has quit IRC | 12:47 | |
*** sudipto_ has joined #openstack-kolla | 12:50 | |
*** sudipto has joined #openstack-kolla | 12:50 | |
britthouser | morning sdake! | 12:51 |
sdake | sup britt | 12:51 |
*** tvignaud has quit IRC | 12:53 | |
*** sdake_ has joined #openstack-kolla | 12:53 | |
*** skramaja has quit IRC | 12:53 | |
*** sdake has quit IRC | 12:56 | |
*** rwallner has joined #openstack-kolla | 12:59 | |
*** skramaja has joined #openstack-kolla | 13:00 | |
*** skramaja has quit IRC | 13:00 | |
sbezverk | good morning | 13:02 |
sbezverk | sdake: qq do we have master images at docker hub? I see some wierdness with ironic on ubuntu with 3.0.X image | 13:03 |
*** lamt has quit IRC | 13:03 | |
*** pbourke has quit IRC | 13:03 | |
*** lamt has joined #openstack-kolla | 13:05 | |
*** tvignaud has joined #openstack-kolla | 13:05 | |
*** lamt has quit IRC | 13:07 | |
*** magicboiz has quit IRC | 13:07 | |
*** mgiles has joined #openstack-kolla | 13:07 | |
*** lamt has joined #openstack-kolla | 13:09 | |
gema | Jeffrey4l: ack, will look at that patch also on Monday | 13:09 |
gema | Jeffrey4l: we are wrapping up at PTG today | 13:09 |
Jeffrey4l | roger. | 13:09 |
gema | Jeffrey4l: whereabout are you based? | 13:10 |
* gema is normally uk | 13:10 | |
Jeffrey4l | gema, china ;) | 13:10 |
gema | Jeffrey4l: ack, so early morning for me and hrw, normal time for the rest of my team :) | 13:10 |
portdirect | sbezverk: should have - but it looks like my builder has failed | 13:11 |
*** Serlex has joined #openstack-kolla | 13:11 | |
portdirect | looking now - seems that kolla now requires newer docker than the machine I'm running it on has :( | 13:11 |
*** lamt has quit IRC | 13:12 | |
*** pbourke has joined #openstack-kolla | 13:13 | |
sbezverk | portdirect: yeah it seems your cron job failed sometime ago, we found out about it last week I think | 13:15 |
portdirect | sbezverk: fixing now | 13:15 |
sbezverk | portdirect: does it build all variations? centos/ubuntu binary/source? | 13:17 |
portdirect | yup | 13:18 |
portdirect | about to restart, you have preference for order? | 13:18 |
portdirect | (to get you unblocked asap) | 13:18 |
sdake_ | morning portdirect | 13:19 |
portdirect | o/ sdake_ | 13:19 |
sdake_ | hey portdirect - i may have screwed up the permissions on dockerhub in the last couple of days | 13:19 |
sdake_ | let me double check that | 13:19 |
sdake_ | beforey you trigger your cron job again | 13:20 |
sdake_ | I was attempting to add only a push group - although it looks like you can only do that per container - which makes no sense to me | 13:20 |
sdake_ | sbezverk ran into this problem | 13:20 |
portdirect | np - thanks man, yeah looks like I cant push atm | 13:21 |
*** lamt has joined #openstack-kolla | 13:21 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 13:21 |
sbezverk | portdirect: nope just all to be there ;) | 13:21 |
*** pbandark has quit IRC | 13:22 | |
*** lamt has quit IRC | 13:22 | |
portdirect | np - just for ref this is the dirty thing I threw together for this: https://github.com/portdirect/kolla-cron-builder | 13:22 |
sdake_ | portdirect ok you should be good to go | 13:23 |
*** sdake_ is now known as sdake | 13:23 | |
sbezverk | sdake: there might be an issue with ubuntu code for ironic with 3.0.X images | 13:24 |
sdake | you mean ubuntu source or ubuntu binary? | 13:24 |
sdake | or all ubuntu | 13:25 |
sbezverk | sdake: binary, have not tried source | 13:25 |
sdake | ya binary is typically not as good of quality as source especially ubuntu binary | 13:25 |
sbezverk | sdake: centos consistently passing, but the same checks for ubuntu failing | 13:26 |
*** adrian_otto has quit IRC | 13:28 | |
sbezverk | portdirect: what do you think about an idea of a debug container, running as a side car to main pod and doing tail -f for /var/log/kolla/process log file? | 13:28 |
sbezverk | portdirect: I hit an issue when main process keeps crashing but it is log gets constanlty overwritten by next started container.. | 13:29 |
sbezverk | this side car will allow keeping logs for each crash | 13:30 |
*** Pavo has joined #openstack-kolla | 13:31 | |
portdirect | sbezverk: that would work - though I hope that we can get this sorted via some logging infra | 13:33 |
*** mnasiadka has quit IRC | 13:36 | |
*** sudipto_ has quit IRC | 13:37 | |
*** sudipto has quit IRC | 13:37 | |
sbezverk | portdirect: right, but when you debug things in development env, you do not run full logging infra | 13:38 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Fix keystone idempotency https://review.openstack.org/437900 | 13:42 |
*** jtriley has quit IRC | 13:42 | |
Daviey | sdake: Hey. I'm happy to take the responsibility of stable release liaison. | 13:43 |
Daviey | (unless anyone else is keen) | 13:43 |
sdake | Daviey sounds good - I think we can then reapply for the tag | 13:43 |
financeMann | sdake_ looks like I cant run virtualbox at the same time that my kolla is running on the box? it was complaining that the underlying hypervisor is already in use or something | 13:44 |
sdake | financeMann yup makes sense | 13:44 |
*** trinaths has quit IRC | 13:46 | |
*** portdirect is now known as portdirect_afk | 13:47 | |
sbezverk | portdirect: yeahh it worked and helped | 13:49 |
*** rmart04 has joined #openstack-kolla | 13:50 | |
*** sdake_ has joined #openstack-kolla | 13:51 | |
*** sdake has quit IRC | 13:51 | |
mliima | hello guys, can I change cinder_sudoers after build using dockerfile customisation? | 13:53 |
sdake_ | alanmeadows are you back from ptg or still recovering? wanted to chat re armada | 13:54 |
sdake_ | alanmeadows ping me and we can talk if your willing re armada in channel - atm have to jet to get kids to school | 13:55 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 13:56 |
*** goldyfruit has joined #openstack-kolla | 13:56 | |
alanmeadows | sdake_: definitely back from ptg going into a lockdown in 30min until 3pst but always happy to chat on the sidelines of that or after if you need focus | 13:58 |
alanmeadows | sdake_: keep in mind, it is a demonstration of what I want so I could stop simply talking about the idea, it needs work, but it is functional | 13:59 |
sdake_ | i just want to know what it is and if it would have value in the big tent (as an alternative to operators) | 13:59 |
sdake_ | i didn't get achance to corner you at summit on the topic :) | 13:59 |
sdake_ | i have kid pickup at 3pm, we can chat after that if you like | 14:00 |
alanmeadows | I tried to be articulate in the README as a starting place at https://github.com/att-comdev/armada - granted its documented and coded between calls | 14:00 |
sdake_ | in channel - so everyone can learn together | 14:00 |
alanmeadows | but it can be summed up as a helm of helms - to manage the life cycle of many charts, their overrides, and potential pre and post steps in one place | 14:00 |
alanmeadows | declarative "I want my site to be running these charts. These versions. These overrides in each chart." and handle deltas when encountered (e.g. values changed, or chart version changed) | 14:01 |
sdake_ | do you ahv a moment to talk now then? I have about 15 mins before kid rush - i thought it might be too early for you:) | 14:02 |
openstackgerrit | Merged openstack/kolla master: Remove heka image https://review.openstack.org/437874 | 14:02 |
sdake_ | so there is a server? | 14:02 |
sdake_ | and a client | 14:03 |
sdake_ | and the client and server act as a "super-helm"? | 14:03 |
openstackgerrit | Merged openstack/kolla master: Add heat-all contaner release note https://review.openstack.org/435346 | 14:03 |
sdake_ | in what way does it manage the lifecycle? | 14:03 |
*** manheim has quit IRC | 14:05 | |
alanmeadows | It manages the life cycle of a collection of charts in the same way helm would manage a single chart - I would not call it a replacement for traditional per-service operators as armada is completely stateless | 14:05 |
alanmeadows | It queries tiller as its source of truth | 14:05 |
pbourke | inc0: ping | 14:05 |
sdake_ | alanmeadows any plans for things like ha, intelligence, etc as we talked about re operators at PTG on monday? | 14:06 |
alanmeadows | Another way to think about it perhaps: it is a replacement for the helm client (it talks to tiller in the same way) to handle a multi chart declarative config file or files -- how most large operators store their site config, as code checked in | 14:07 |
*** adrian_otto has joined #openstack-kolla | 14:07 | |
*** breitz has quit IRC | 14:08 | |
alanmeadows | sdake: yes but just ideas so far - trying to avoid it until a use case shows it is the only possible path | 14:08 |
*** crushil has joined #openstack-kolla | 14:10 | |
*** mgoddard has joined #openstack-kolla | 14:10 | |
sdake_ | so at present it handles config management but not orchestration? | 14:10 |
*** shardy has joined #openstack-kolla | 14:10 | |
sdake_ | it being armada :) | 14:10 |
sdake_ | morning shardy | 14:10 |
alanmeadows | sdake: as you know the only way to do that same declarative approach in helm itself with multiple charts and overrides is a parent chart, and I don't believe that is flexible enough for long term needs | 14:11 |
sdake_ | no i didn't actually know that :) | 14:11 |
sdake_ | i'm struggling to learn how all this stuff works | 14:12 |
sdake_ | however learning :) | 14:12 |
*** Pavo has quit IRC | 14:12 | |
sdake_ | in kolla-kubernetes we dont really have this problem i suppose - so thats why I haven't learned it | 14:12 |
*** pbourke has quit IRC | 14:12 | |
sbezverk | alanmeadows: how about reconfiguration? | 14:13 |
alanmeadows | Yes this gap is of our own doing but by choice | 14:13 |
alanmeadows | sbezverk: It is idempotent as per the example in the README | 14:14 |
sbezverk | alanmeadows: interesting, will read it again to better absorb | 14:14 |
*** skramaja has joined #openstack-kolla | 14:15 | |
*** eaguilar has joined #openstack-kolla | 14:16 | |
sdake_ | thanks alanmeadows - want to learn more - although have to jet to get daughter to school | 14:17 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Add the missing prechecks for placement_api https://review.openstack.org/437771 | 14:17 |
*** saneax is now known as saneax-_-|AFK | 14:18 | |
*** gfidente has joined #openstack-kolla | 14:18 | |
*** pbourke has joined #openstack-kolla | 14:18 | |
*** eaguilar has quit IRC | 14:21 | |
*** sdake_ has quit IRC | 14:21 | |
*** nathharp has joined #openstack-kolla | 14:23 | |
*** manheim has joined #openstack-kolla | 14:23 | |
*** eaguilar has joined #openstack-kolla | 14:24 | |
*** krtaylor has joined #openstack-kolla | 14:25 | |
sbezverk | Jeffrey4l: please ping me when you have a chance | 14:26 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Enable sanity checks from kolla-ansible https://review.openstack.org/437919 | 14:26 |
mliima | hello guys, can I change cinder_sudoers after build using dockerfile customisation? | 14:28 |
sbezverk | kolla cores, on stable newton ubuntu/binary cinder-api container fails because it does not find cinder-api binary. Do you test cinder in the gate? | 14:28 |
Jeffrey4l | sup sbezverk | 14:29 |
sbezverk | Jeffrey4l: ^^ | 14:29 |
Jeffrey4l | mliima, yep. use customize feature. override footer in the image. | 14:29 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Update keystone sanity check to use built in shade https://review.openstack.org/437920 | 14:29 |
sbezverk | Jeffrey4l: ubuntu binary fails on stable newton | 14:30 |
Jeffrey4l | sbezverk, hrm, cinder is not tested. but i can make some change to test it. | 14:30 |
sbezverk | Jeffrey4l: centos works fine, but ubuntu does not | 14:30 |
mliima | Ok Jeffrey4l | 14:30 |
mliima | :) | 14:30 |
Jeffrey4l | ok. let me push a patch to test this. | 14:30 |
sbezverk | Jeffrey4l: thanks | 14:31 |
Jeffrey4l | sbezverk, are u build the image in gate or pull from hub.docker.com? | 14:31 |
*** breitz has joined #openstack-kolla | 14:31 | |
sbezverk | Jeffrey4l: docker hub | 14:31 |
Jeffrey4l | hrm. OK. | 14:31 |
sbezverk | sdake built images with 3.0.3-beta.1 tag | 14:31 |
Jeffrey4l | ok. let me build the image in gate and test it. | 14:32 |
Jeffrey4l | if it works we may need re-push the cinder-api image. | 14:32 |
sbezverk | Jeffrey4l: sure, please just make sure it is not master | 14:33 |
Jeffrey4l | roger. | 14:34 |
*** sdake has joined #openstack-kolla | 14:34 | |
*** jtriley has joined #openstack-kolla | 14:36 | |
sdake | mliima i am pretty sure you can't change anything in a dockerfile after build customization or not | 14:38 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla stable/newton: [TEST][NEWTON][KOLLA] test cinder https://review.openstack.org/437927 | 14:39 |
mliima | even using template-overriders? | 14:39 |
mliima | sdake, | 14:39 |
financeMann | sdake if I want to run virtualbox to create my qcow image, how do I do that along-side kolla or just turn it off? | 14:40 |
*** sudipto_ has joined #openstack-kolla | 14:42 | |
*** sudipto has joined #openstack-kolla | 14:42 | |
pbourke | financeMann: what do you mean along-side kolla? | 14:46 |
financeMann | pbourke I just want to run virtualbox on the same host tempoerarily | 14:47 |
financeMann | is there an easy way or do I just have to shutoff kolla | 14:47 |
pbourke | i dont see a problem with that | 14:47 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 14:48 |
financeMann | pbourke virtualbox is complaining that the hypervisor is in use | 14:48 |
*** eaguilar has quit IRC | 14:49 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Optimize reconfiguration for haproxy https://review.openstack.org/424156 | 14:49 |
pbourke | financeMann: hmm I thought virtualbox supported live snapshots | 14:51 |
financeMann | pbourke dunno i just tried to spin up a vm | 14:53 |
financeMann | and it yelled at me when i specified the iso | 14:53 |
*** eaguilar has joined #openstack-kolla | 14:54 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Optimize reconfiguration for haproxy https://review.openstack.org/424156 | 14:54 |
*** jheroux has joined #openstack-kolla | 14:55 | |
*** sudipto has quit IRC | 14:56 | |
*** sudipto_ has quit IRC | 14:56 | |
*** Pavo has joined #openstack-kolla | 14:56 | |
*** egonzalez has quit IRC | 14:57 | |
*** egonzalez has joined #openstack-kolla | 14:58 | |
*** sudipto has joined #openstack-kolla | 14:59 | |
*** sudipto_ has joined #openstack-kolla | 14:59 | |
pbourke | what exactly are you trying to do I dont fully understand | 15:00 |
*** eaguilar_ has joined #openstack-kolla | 15:01 | |
*** sudipto has quit IRC | 15:01 | |
*** sudipto_ has quit IRC | 15:01 | |
*** lucasxu has joined #openstack-kolla | 15:02 | |
*** eaguilar has quit IRC | 15:02 | |
*** eaguilar has joined #openstack-kolla | 15:03 | |
jmccarthy | I'm missing something here, is it t is possible to build bifrost behind a proxy ? | 15:05 |
jmccarthy | bifrost-base:Step 9 : RUN bash -c './scripts/env-setup.sh && source ./env-vars && ansible-playbook -vvvv -i /bifrost/playbooks/inventory/target /bifrost/playbooks/install.yaml -e @/tmp/build_arg.yml && yum clean all' | 15:05 |
jmccarthy | Keeps giving me Failed connect to yum... errors | 15:05 |
*** eaguilar_ has quit IRC | 15:05 | |
*** rwallner has quit IRC | 15:07 | |
*** sudipto has joined #openstack-kolla | 15:12 | |
*** sudipto_ has joined #openstack-kolla | 15:12 | |
pbourke | Jeffrey4l: is there any reason you're aware of that we pin the version of ansible in kolla_toolbox? | 15:14 |
Jeffrey4l | pbourke, it is more safe to ping the ansible version. | 15:15 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 15:15 |
pbourke | jmccarthy: bash -c spawns a new shell and wont carry the env vars | 15:15 |
pbourke | Jeffrey4l: ok, any problem with bumping to 2.3? | 15:15 |
Jeffrey4l | otherwise, when ansible release next release, stable branch may be broken. | 15:15 |
*** lamt has joined #openstack-kolla | 15:15 | |
Jeffrey4l | pbourke, not sure. we can try. | 15:15 |
pbourke | Jeffrey4l: cool thanks | 15:15 |
Jeffrey4l | np ;) | 15:15 |
pbourke | Jeffrey4l: if you could have another look at my reparent toolbox patches that would be great too | 15:15 |
Jeffrey4l | OK. i'll check later. | 15:16 |
pbourke | Jeffrey4l: Im not sure how I can get them to pass the gates as the image and ansible patches have a circular dependency | 15:16 |
Jeffrey4l | kolla-ansible depends on kolla. | 15:16 |
pbourke | jmccarthy: sometimes I feel like we're the only people in the tech world that has to use a proxy ;( | 15:16 |
Jeffrey4l | we only have build jobs voting. so deploy jobs failed in kolla is OK. | 15:16 |
pbourke | kk | 15:16 |
pbourke | jmccarthy: id be surprised if google didnt use one yet lots of their kubernetes guides etc dont cover it | 15:17 |
Jeffrey4l | in this way, kolla-ansible jobs will be green. | 15:17 |
sbezverk | Jeffrey4l: what about your test job, it is hard for me to decide, lots of green and red ;) | 15:17 |
Jeffrey4l | i am checking it. seem it is wrong.. | 15:18 |
jmccarthy | pbourke Yea .. I will try something else, I thought I had a trick that would get around it that time | 15:18 |
pbourke | jmccarthy: if that file is made executable there may not be a need for bash -c | 15:18 |
pbourke | or just pass in the proxy vars | 15:19 |
Jeffrey4l | sbezverk, need run again. | 15:19 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla stable/newton: [TEST][NEWTON][KOLLA] test cinder https://review.openstack.org/437927 | 15:19 |
*** rwallner has joined #openstack-kolla | 15:19 | |
sbezverk | Jeffrey4l: sure, I also re-run several times and cinder-api missing is consistent on ubuntu-binary | 15:20 |
Jeffrey4l | ok. | 15:20 |
*** rhallisey has quit IRC | 15:21 | |
*** sdake has quit IRC | 15:23 | |
*** rhallisey has joined #openstack-kolla | 15:23 | |
*** sudipto has quit IRC | 15:25 | |
*** sudipto_ has quit IRC | 15:25 | |
*** gfidente has quit IRC | 15:29 | |
*** v1k0d3n has quit IRC | 15:29 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 15:29 |
*** manheim has quit IRC | 15:30 | |
*** sdake has joined #openstack-kolla | 15:31 | |
*** david-lyle has joined #openstack-kolla | 15:33 | |
*** david-lyle has quit IRC | 15:33 | |
*** sdake has quit IRC | 15:34 | |
Pavo | have you guys though about switching over to ansible-container for image building? | 15:34 |
*** lucasxu has quit IRC | 15:35 | |
Jeffrey4l | Pavo, yep. i have a spec and test patch for this. | 15:36 |
Pavo | nice | 15:36 |
Jeffrey4l | but we moved to customize dockerfile by using jinja finally. | 15:36 |
Pavo | haven't played with it yet but does look promising | 15:36 |
Jeffrey4l | we may gain little from ansible-container. | 15:36 |
Jeffrey4l | my spec is not based on ansible-container. | 15:36 |
Jeffrey4l | but more similar. | 15:36 |
Pavo | ah | 15:36 |
*** zioproto has joined #openstack-kolla | 15:37 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Enable sanity checks from kolla-ansible https://review.openstack.org/437919 | 15:37 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Update glance sanity check to use built in shade https://review.openstack.org/437949 | 15:37 |
Pavo | just looking over the overview seems like it can automate alot of things that you guys manually built | 15:38 |
Pavo | not sure though, like I said haven't played with it | 15:38 |
Jeffrey4l | pbourke, done please check https://review.openstack.org/#/c/435023/4 | 15:39 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Optimize reconfiguration for haproxy https://review.openstack.org/424156 | 15:39 |
pbourke | Jeffrey4l: thanks | 15:39 |
Jeffrey4l | Pavo, basicly, it is running ansible-playbook in Dockerfile. | 15:40 |
Pavo | well it can do that but seems like it also can generate the Dockerfile using templates from roles | 15:41 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla master: Update pins on shade & os-client-config https://review.openstack.org/437950 | 15:42 |
Jeffrey4l | the first thing we need to solve is: customize dockerfile. the end-user should be able to add anything he want. | 15:42 |
Jeffrey4l | ansible-playbook do not support this, at least do not easy . | 15:42 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Update glance sanity check to use built in shade https://review.openstack.org/437949 | 15:42 |
Jeffrey4l | pbourke, i am thinking why we need write our own sanity check script? how about use tempest or rally for sanity check? | 15:43 |
Jeffrey4l | for example: create a user and remove it by using rally? | 15:43 |
pbourke | Jeffrey4l: from what I can see tempest/rally are too complex, we've had several efforts in the past to integrate them and its not gone anywhere | 15:44 |
pbourke | Jeffrey4l: these smoke tests are just simple checks that can be easily run on deploy | 15:44 |
Jeffrey4l | tempest is too complext. but rally it very easy, imo. | 15:44 |
*** eaguilar has quit IRC | 15:44 | |
Jeffrey4l | pbourke, re shade, can we pin the version based on openstack/requirements projecT? | 15:45 |
pbourke | Jeffrey4l: shade doesn't seem to be listed there for some reason | 15:45 |
Jeffrey4l | hrm. seem so. | 15:45 |
*** eaguilar has joined #openstack-kolla | 15:46 | |
Jeffrey4l | let me ask in openstack-release channel. | 15:46 |
pbourke | if someone wants to look at rally again that might be useful, I think ansible shade is more lightweight and easy to integrate | 15:46 |
pbourke | for this particular use case | 15:47 |
inc0 | I bid you good day my friends | 15:48 |
inc0 | pbourke: Jeffrey4l can you give me a brief context? Seems like something I want to know | 15:48 |
pbourke | hi inc0 | 15:49 |
pbourke | yeah I was pinging you earlier as you started the work on the sanity check stuff | 15:49 |
pbourke | inc0: im looking to finish it out, or at least for the bulk of the projects | 15:49 |
Jeffrey4l | inc0, we are talking this patch https://review.openstack.org/435023 | 15:49 |
Jeffrey4l | or sanity check staff? | 15:50 |
pbourke | Jeffrey4l: inc0: oh, well there's two topics of conversation :) | 15:50 |
inc0 | pbourke: cool, I think this is useful | 15:50 |
pbourke | one is the reparent stuff, the other is the sanity checks | 15:50 |
pbourke | inc0: sanity check refactor: https://review.openstack.org/#/c/437920/ | 15:50 |
inc0 | ok, regarding review | 15:50 |
inc0 | hold on, we had long session in PTG about image refactoring | 15:50 |
*** lucasxu has joined #openstack-kolla | 15:50 | |
pbourke | ok | 15:51 |
*** manheim has joined #openstack-kolla | 15:51 | |
inc0 | and openstack-base is one of biggest problems poeple voices about our images | 15:51 |
pbourke | what about base | 15:51 |
Pavo | what you mean openstack-base? | 15:51 |
inc0 | namely, if you rebuild just keystone, you need to rebuild *everything* | 15:51 |
inc0 | which makes CI-built images night impossible | 15:51 |
pbourke | i think we could flatten them | 15:52 |
Jeffrey4l | inc0, so the propose is? | 15:52 |
inc0 | one if ideas I particulary like is to get rid of openstack-base alltogether | 15:52 |
Jeffrey4l | flatten is the same the current case. | 15:52 |
pbourke | having kolla-toolbox parent from openstack-base in the mean time wont really stop that | 15:52 |
Jeffrey4l | any difference? | 15:52 |
inc0 | and install only packages+deps in each container | 15:52 |
inc0 | it will net less storage usage across cluster ironically | 15:52 |
Jeffrey4l | so merge base and openstack-base image? | 15:52 |
pbourke | Jeffrey4l: get rid of them | 15:53 |
inc0 | no, don't install all of global reqs | 15:53 |
inc0 | so get rid of it alltogether | 15:53 |
pbourke | inc0: do you see that being taken on for pike? | 15:54 |
inc0 | we keep it to save storage, but ironically it might be just the opposite | 15:54 |
Jeffrey4l | so for re-build nova-api image, its Dockerfile will be from centos:7? | 15:54 |
inc0 | I think I'll foucs on it myself, we need to keep our images tidy | 15:54 |
pbourke | Jeffrey4l: yes | 15:54 |
inc0 | Jeffrey4l: so full idea I'm playing with would be: | 15:54 |
Jeffrey4l | wait, i do not see any benefit for this. | 15:54 |
Jeffrey4l | we are just mergeing docker file. | 15:54 |
inc0 | centos:7 -> nova-base -> nova-api -> kolla-specific stuff (like tini) | 15:55 |
Jeffrey4l | all files will be re-install | 15:55 |
inc0 | no | 15:55 |
inc0 | not all of them | 15:55 |
inc0 | just these which nova requires | 15:55 |
des_consolado | SamYaple: hey I've just been working with ironic and it's mostly working, I'm still troubleshooting some issues with the injection of the ssh keys though and I'm trying to use the metadata service. I was looking at configuring this and came across this: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/neutron/templates/neutron.conf.j2#L18-L23 | 15:55 |
inc0 | so in nova container you wont have requirements for horizon for example | 15:55 |
inc0 | that will in turn mean that you don't need openstack-base image in compute node for example | 15:55 |
inc0 | right now you have all the requirements for stuff like heat or horizon installed in compute node containers too | 15:56 |
Jeffrey4l | in compute node, we do not pull openstack-base image. | 15:56 |
Jeffrey4l | but just have the layer of openstack-base. | 15:56 |
Jeffrey4l | it is how docker layer works. | 15:56 |
inc0 | yeah, but that's the same | 15:56 |
inc0 | space is still used | 15:56 |
inc0 | disk space that is | 15:56 |
Jeffrey4l | what we get from this? | 15:57 |
inc0 | ci/cd systems will be able to build each contaienr separately | 15:57 |
inc0 | with little overhead | 15:57 |
*** lamt has quit IRC | 15:57 | |
Jeffrey4l | just these which nova requires : this can remove install everything in openstack-base. | 15:57 |
inc0 | and that's something big companeis really want | 15:57 |
Jeffrey4l | then it works | 15:57 |
Jeffrey4l | ci/cd can build each container separately. | 15:58 |
inc0 | but if you install and then remove, this will be uterrly pointless:) | 15:58 |
Jeffrey4l | build.py ^nova-api | 15:58 |
inc0 | but it takes A LOT OF TIME | 15:58 |
inc0 | completely pointlessly | 15:58 |
pbourke | Jeffrey4l: flat is much quicker as you dont need to build base + openstack-base every time | 15:58 |
pbourke | Jeffrey4l: keeping in mind ci/cd has no cache | 15:58 |
inc0 | also not rally work in ci/cd | 15:58 |
sbezverk | Jeffrey4l: it looks like it worked at the gate. Could you please push cinder-api ubuntu binary to docker hub with tag 3.0.3-beta.1 ? | 15:58 |
Jeffrey4l | inc0, it takes lots of time because nova-api require lots of pacakges. | 15:58 |
inc0 | because if you build nove, rebuild openstack-base, push | 15:58 |
inc0 | then build keystone, rebuild openstack-base, push | 15:59 |
inc0 | nova image becomes inconsitent | 15:59 |
inc0 | Jeffrey4l: my point exactluy | 15:59 |
Jeffrey4l | pbourke has a patch to stop build parent image. | 15:59 |
inc0 | no need to install all of these nova packages in for example glance container | 15:59 |
inc0 | Jeffrey4l: then it's inconsistent | 15:59 |
Jeffrey4l | i am still thinking we are just merging dockerfile.. | 15:59 |
inc0 | image you will deploy will be different that one you tested | 16:00 |
inc0 | no, tha'ts not that, I'll publish review today | 16:00 |
pbourke | inc0: im not sure you're 100% right on that | 16:00 |
pbourke | inc0: actually wait, you are :) | 16:00 |
Jeffrey4l | inc0, openstack-base installed lots of packages. yes. they are installed for reduce the total size. | 16:00 |
Jeffrey4l | if we remove all the installation in openstack-base, is that OK with you? | 16:01 |
pbourke | inc0: im just wondering if it will hold onto the layers from openstack-base that you used from build1 | 16:01 |
pbourke | inc0: even if you push a new openstack-base, it wont make the initial build inconsistent | 16:01 |
Jeffrey4l | sbezverk, hrm, it is hard to me. build image is slowly in China ;( | 16:01 |
pbourke | inc0: id be very surprised if that was the case | 16:01 |
Jeffrey4l | i can not see the inconsistent too. ;( | 16:02 |
pbourke | Jeffrey4l: most of this is inspired by SamYaple's latest work | 16:02 |
pbourke | Jeffrey4l: https://github.com/yaodu/docker-keystone | 16:03 |
pbourke | Jeffrey4l: that image will build extremely quickly | 16:03 |
pbourke | Jeffrey4l: its worth a look | 16:03 |
* Jeffrey4l is checking. | 16:03 | |
pbourke | inc0: if you get time can you have a glance at my sanity check patches | 16:04 |
pbourke | inc0: they're straight forward enough | 16:04 |
inc0 | pbourke: if it won't and it will retain old layuers | 16:04 |
inc0 | then we waste *a lot of time* | 16:04 |
inc0 | and space | 16:04 |
pbourke | agree | 16:04 |
inc0 | with no value added whatsoever | 16:05 |
inc0 | I'll check them out pbourke (sanity( | 16:05 |
pbourke | cheers | 16:05 |
inc0 | I'll try to write poc of what I have in mind today | 16:05 |
pbourke | Jeffrey4l: im not sure what the best answer is to getting requirements into kolla-toolbox for the binary case | 16:05 |
pbourke | Jeffrey4l: id like to avoid curling it | 16:05 |
Jeffrey4l | pbourke, download in build.py script? | 16:06 |
Jeffrey4l | then ADD it? | 16:06 |
pbourke | Jeffrey4l: I guess we can do that, doesn't seem great though | 16:06 |
*** jtriley_ has joined #openstack-kolla | 16:06 | |
*** lamt has joined #openstack-kolla | 16:06 | |
pbourke | Jeffrey4l: fetching it as a plugin would be nice but they're only available for source images also | 16:06 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 16:07 |
Jeffrey4l | OK. on other hand, we can ignore this. just pin the latest version is fine. for stable branch, this should not change to much. | 16:07 |
*** Serlex has quit IRC | 16:08 | |
pbourke | Jeffrey4l: yeah I dont think its urgent just now | 16:08 |
pbourke | Jeffrey4l: hopefully we can improve in the future | 16:08 |
Jeffrey4l | pbourke, agree | 16:08 |
openstackgerrit | Merged openstack/kolla master: Allow customisation of k8s binary locations https://review.openstack.org/436034 | 16:09 |
Jeffrey4l | you build nove, rebuild openstack-base, push then build keystone, rebuild openstack-base, push : nova image do *NOT* become inconsistent. | 16:09 |
Jeffrey4l | i bet on that inc0 pbourke | 16:09 |
pbourke | Jeffrey4l: yeah I think you're right | 16:10 |
*** jtriley has quit IRC | 16:10 | |
Jeffrey4l | layer/parent is identified by sha256, not the image tag/name. | 16:10 |
pbourke | i still agree with inc0 it would be beneficial to get rid of the layers though | 16:10 |
pbourke | we just need to make sure our arguments are valid :) | 16:10 |
Jeffrey4l | yep. | 16:10 |
Jeffrey4l | first of all, which topic we want to talk? | 16:11 |
Jeffrey4l | build speed? | 16:11 |
sbezverk | Jeffrey4l: about cinder-api image? could you push it please? | 16:11 |
Jeffrey4l | sbezverk, hrm, it is hard to me. build image is slowly in China ;( | 16:11 |
sbezverk | I see, got it nvm | 16:11 |
Jeffrey4l | anybody can help this ^^ | 16:11 |
sbezverk | Jeffrey4l: by some reason build is failing for me | 16:12 |
Jeffrey4l | oops. | 16:12 |
inc0 | Jeffrey4l: build speed and more importantly speed/cost of building of one image at the time | 16:12 |
mgoddard | jmccarthy: Kolla build was broken by Bifrost: https://bugs.launchpad.net/kolla/+bug/1667308. Should now be fixed in master but still broken in stable/ocata | 16:12 |
openstack | Launchpad bug 1667308 in kolla "bifrost-base source image build currently broken in master" [Undecided,New] | 16:12 |
inc0 | mgoddard: do you have patch cherry-picked to ocata? | 16:12 |
Jeffrey4l | build speed come from the package installed and the layers. not how many parent it based/from. | 16:13 |
jmccarthy | mgoddard ok - does kolla build env have a proxy in the way ? (to install yum packages for example) | 16:14 |
Jeffrey4l | inc0, Could you please push cinder-api ubuntu binary to docker hub with tag 3.0.3-beta.1 ? kolla-k8s depends on this. and sbezverk is waiting for this. | 16:14 |
inc0 | Jeffrey4l: but it is MUCH quicker to install nova with just nova deps than nova + all the deps in openstack | 16:14 |
inc0 | Jeffrey4l: I can, just don't you have access to dockerhub? | 16:15 |
sbezverk | Jeffrey4l: it looks like ubuntu pushed update on feb 21st so bunch of components are failing now, since could not find versions | 16:15 |
inc0 | if that's the case, give me your dockerhub account name | 16:15 |
Jeffrey4l | inc0, so we can move all stuff in base and openstack-base into the children containers. | 16:15 |
Jeffrey4l | for example, the python packages installed in openstack-base. | 16:16 |
Jeffrey4l | let me check the docker hbu. | 16:16 |
*** rwallner has quit IRC | 16:16 | |
Jeffrey4l | we are installing much in openstack-base, so it is slow for single image ( like nova-api) | 16:17 |
Jeffrey4l | but for build whole images, it will be speed up. | 16:17 |
Jeffrey4l | lots of package is installed already, no need install multi times. | 16:18 |
mgoddard | inc0: the bug needs to be fixed in bifrost, but 3.0.0 has been released already. It's possible to workaround it in kolla but will be a little ugly | 16:18 |
mgoddard | inc0: I have a workaround, I could push it for review | 16:19 |
Jeffrey4l | mgoddard, fyi. we can / will release next z stream for newton. | 16:19 |
sbezverk | inc0: I need stable/newton please | 16:20 |
mgoddard | Jeffrey4L: kolla stable/newton or Bifrost? | 16:20 |
*** salv-orlando has joined #openstack-kolla | 16:20 | |
Jeffrey4l | hrm i am saying kolla. | 16:20 |
*** zioproto has quit IRC | 16:21 | |
inc0 | Jeffrey4l: when do we release z stream for newton | 16:21 |
britthouser | <https://github.com/pirate/sites-using-cloudflare> - I know I met several people at PTG using irccloud, which is listed as affected. | 16:21 |
inc0 | ? | 16:21 |
Jeffrey4l | i am planing around March 10. | 16:22 |
*** yingjun has quit IRC | 16:22 | |
Jeffrey4l | inc0, any suggestion? | 16:22 |
*** gfidente has joined #openstack-kolla | 16:22 | |
Jeffrey4l | including mitaka branch. | 16:22 |
inc0 | Jeffrey4l: so ad images, we don't need to specifically install deps ourselves, package managers will do this just fine. Instead of doing pip install -r global-requirements we will do just pip install kolla | 16:23 |
inc0 | pip install nova* | 16:23 |
Jeffrey4l | inc0, seems you are in the Kolla org team in hub.docker.com. | 16:23 |
inc0 | I am | 16:23 |
Jeffrey4l | try your docker account ;) | 16:23 |
inc0 | I can add you | 16:23 |
inc0 | that what I was saying | 16:23 |
inc0 | if you're not there | 16:23 |
inc0 | you should be there too | 16:24 |
Jeffrey4l | i am in, too. | 16:24 |
inc0 | in fact, I'd say Serguey you too | 16:24 |
inc0 | you guys can push images if you promise me to be careful with breaking stable ones;) | 16:24 |
Jeffrey4l | inc0, we do not install -r global-requirements just instll some common packages to reduce the size. | 16:24 |
inc0 | but using tags like 3.0.2-b1 or whatever, feel free to do it | 16:24 |
*** egonzalez has quit IRC | 16:25 | |
inc0 | Jeffrey4l: yeah I guess, but keeping track of these packages will be hard. But I agree | 16:25 |
Jeffrey4l | docker should support lock tag feature, imo. | 16:25 |
inc0 | stuff like curl and such | 16:25 |
sbezverk | inc0: I can push, but by some reason ubuntu build is broken | 16:25 |
Jeffrey4l | tag should be immutable. | 16:25 |
sbezverk | I was hoping it is my local issue | 16:25 |
inc0 | ok, which image was it again? I'll do rebuild | 16:25 |
sbezverk | cinder-api ubuntu binary tag 3.0.3-beta.1 | 16:26 |
sbezverk | inc0: thanks a lot!! | 16:26 |
*** dave-mccowan has joined #openstack-kolla | 16:26 | |
inc0 | 3.0.3-b1? we don't have this tag;) | 16:27 |
Jeffrey4l | inc0, at least, remove openstack-base or base image is not helpful for speed up build single image, correct? then we can talk about what should be remove in base/openstack-base to speed up the image building. | 16:27 |
inc0 | you mean you want stable/newton current right? | 16:27 |
inc0 | Jeffrey4l: I'll write poc patch | 16:28 |
inc0 | will be easier to discuss and test out if our assumptions are correct | 16:28 |
Jeffrey4l | cool. wait for it ;) | 16:28 |
inc0 | but I suggest you guys take a look at our PTG etherpads | 16:28 |
sbezverk | inc0: sdake did not want to build official 3.0.3 so he invented 3.0.3-beta.1 | 16:29 |
inc0 | we had *a lot* of super productive discussions | 16:29 |
Jeffrey4l | could u paste the link? | 16:29 |
inc0 | lol | 16:29 |
inc0 | https://etherpad.openstack.org/p/kolla-pike-ptg-schedule | 16:29 |
Jeffrey4l | thanks. | 16:30 |
satyar | hi Jeffrey4l | 16:31 |
pbourke | Jeffrey4l: just testing adding ansible_python_interpreter in /etc/ansible/hosts | 16:31 |
pbourke | Jeffrey4l: doesnt seem to work :( | 16:31 |
Jeffrey4l | inc0, could u check this issue? https://bugs.launchpad.net/kolla/+bug/1667741 | 16:31 |
openstack | Launchpad bug 1667741 in kolla "deploy ubuntu source failed due to file permission issue" [Undecided,New] | 16:31 |
pbourke | Jeffrey4l: we have to update kolla-ansible regardless so I would vote to just leave it the way it is | 16:31 |
inc0 | pbourke: btw did you try remote participation? was it working in any shape or form? | 16:32 |
Jeffrey4l | pbourke, hrm it should works. | 16:32 |
Jeffrey4l | sup satyar | 16:32 |
inc0 | Jeffrey4l: I'll check it out | 16:33 |
pbourke | Jeffrey4l: ah I think I have a typo ;) | 16:33 |
satyar | how are you | 16:33 |
Jeffrey4l | fine . | 16:33 |
pbourke | inc0: when i tried it the quality wasn't good enough to be able to listen. I think people said it improved after that but I just left it | 16:33 |
inc0 | kk | 16:33 |
satyar | do you guys monitor the openstack service inside the containers | 16:33 |
inc0 | we rearanged the room | 16:33 |
inc0 | after first day | 16:33 |
Jeffrey4l | inc0, i tried but bad timezone and bad quality ;( | 16:33 |
inc0 | yeah I get that | 16:34 |
pbourke | inc0: i think sitting on the phone all day is of limited use anyway ;) I'll try get to the next one | 16:34 |
inc0 | anyway, check the etherpads | 16:34 |
inc0 | yeah, I have stickers for you all | 16:34 |
Jeffrey4l | satyar, monitor docker container? if it exit, the service do not works very. | 16:34 |
Jeffrey4l | well* | 16:34 |
pbourke | ooo yeah I want stickers! | 16:35 |
satyar | :) yeah | 16:35 |
inc0 | Jeffrey4l: when openstack days china happends? | 16:35 |
pbourke | im going to try get sent to boston but im worried it will suck without dev sessions :( | 16:35 |
*** david-lyle has joined #openstack-kolla | 16:35 | |
inc0 | I can ask foundation to ensure you get stickers there;) | 16:35 |
Jeffrey4l | inc0, i do not know. it should depends on openstack foundation. | 16:35 |
inc0 | pbourke: it's not really without dev sessions | 16:35 |
inc0 | it's more like....fishbowls | 16:35 |
pbourke | inc0: hmm | 16:36 |
inc0 | from normal summit | 16:36 |
inc0 | that's what I understand at least | 16:36 |
pbourke | im sure plenty of kolla dicussion can happen regardless | 16:36 |
*** eaguilar has quit IRC | 16:36 | |
inc0 | oh yeah | 16:36 |
inc0 | and a lot of kolla drinking | 16:36 |
inc0 | so it's not useless for devs to go there | 16:37 |
inc0 | just less critical than before | 16:37 |
Jeffrey4l | pbourke, fyi, shade will be added in releases project. | 16:37 |
pbourke | Jeffrey4l: awesome | 16:37 |
sbezverk | inc0: sorry to bug you, the image build is workign in your setup? | 16:37 |
Jeffrey4l | sbezverk, at least image build is OK in gate. | 16:37 |
inc0 | sbezverk: I am building and pushing as we speak | 16:38 |
inc0 | ubuntu binary right? | 16:38 |
sbezverk | Jeffrey4l: really strange I see on my ws build script tries to get versions which are no longer on ubuntu site :( | 16:38 |
sbezverk | inc0: yep tag 3.0.3-bet.1 | 16:38 |
Jeffrey4l | sbezverk, logs? | 16:38 |
sbezverk | 3.0.3-beta.1 | 16:39 |
inc0 | sbezverk: did you build with --no-cache? | 16:39 |
Pavo | yeah shade is required for using any openstack ansible modules | 16:39 |
inc0 | with ubuntu you need to add --no-cache every now and then | 16:40 |
Pavo | I installed it manually on my controllers and compute host and working perfectly | 16:40 |
sbezverk | Jeffrey4l: http://paste.openstack.org/show/600393/ | 16:40 |
sbezverk | inc0: good point, let me try that | 16:40 |
inc0 | regardless, cinder should be pished | 16:41 |
inc0 | pushed | 16:41 |
*** lucasxu has quit IRC | 16:41 | |
sbezverk | inc0: great, thank you.. | 16:41 |
pbourke | inc0: how was the PTG overall, is there a roadmap for pike? | 16:41 |
inc0 | pbourke: not so much as roadmap | 16:41 |
inc0 | as lots of good ideas | 16:42 |
Jeffrey4l | hrm --nocache should save your sbezverk :) | 16:42 |
pbourke | that's all our roadmap usually is anyway ;) | 16:42 |
inc0 | images refactor is something I'll do | 16:42 |
inc0 | full upgrade gates - I want that to be the thing for us too | 16:42 |
inc0 | so multi node deploy stable->test->upgrade to latest master-> test | 16:42 |
*** hyakuhei has quit IRC | 16:43 | |
inc0 | other than that? docs needs rework, but our docs always needs a rework | 16:43 |
inc0 | I think ocata roadmap still stands as far as new items | 16:43 |
inc0 | we didn't finish it;) | 16:43 |
Jeffrey4l | > if you install apache in each individual container, when you start all the api processes when wsgi is a thing, the apache binary in memory comes from different locations so memmap wont deduplicate the memory. If it is in the shared container, the file is the same on disk and dedup works, saving memory. | 16:44 |
Jeffrey4l | interesting. | 16:44 |
pbourke | much k8s talk? how's that whole thing going | 16:44 |
inc0 | yeah, that is speculation we had;) | 16:44 |
inc0 | something we should test out | 16:44 |
inc0 | yeah, almost whole monday | 16:44 |
inc0 | I'm super excited about k8s tbh | 16:44 |
inc0 | we're getting there | 16:44 |
inc0 | few more things and we'll blow minds and take names;) | 16:44 |
pbourke | good stuff | 16:45 |
britthouser | Are you gonna get to come to Boston pbourke? | 16:45 |
pbourke | britthouser: im gonna try :) | 16:46 |
* britthouser crosses fingers | 16:46 | |
pbourke | britthouser: id really like to. I've submitted a talk if that's picked it massively helps my chances | 16:46 |
pbourke | speaking of which did voting open on those? | 16:47 |
Jeffrey4l | any details on Version Management? in kolla-images topic. | 16:47 |
Jeffrey4l | inc0, ^^ | 16:47 |
*** Pavo has quit IRC | 16:48 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Use ansible from within the kolla_toolbox virtualenv https://review.openstack.org/435024 | 16:49 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla master: Reparent kolla-toolbox from openstack-base https://review.openstack.org/435023 | 16:49 |
*** manheim has quit IRC | 16:51 | |
sbezverk | britthouser: have you voted for our k8s session ;)?? | 16:53 |
Jeffrey4l | mgoddard, i got what you are saying just now. will bifrost release next z stream tag? | 16:53 |
inc0 | Jeffrey4l: there is notes about projects that can dump versions of stuff | 16:54 |
inc0 | it's there in etherpad for image building | 16:54 |
Jeffrey4l | inc0, yep. it is. | 16:54 |
inc0 | we merged these 2 sessions | 16:54 |
Jeffrey4l | the issue is: when the next bifrost z stream will be landed. | 16:55 |
inc0 | pbourke: it was open and it's already finished! result was 9.2 | 16:55 |
pbourke | inc0: ? | 16:55 |
inc0 | pbourke: have you been to greenville midcycle? | 16:56 |
inc0 | yeah you did;) | 16:56 |
pbourke | inc0: ah, yeah ;) | 16:56 |
*** zhubingbing has joined #openstack-kolla | 16:57 | |
*** krtaylor has quit IRC | 16:57 | |
*** sudipto_ has joined #openstack-kolla | 16:57 | |
*** sudipto has joined #openstack-kolla | 16:57 | |
pbourke | but the voting for the talks is closed? | 16:58 |
*** jrich523 has joined #openstack-kolla | 17:01 | |
sbezverk | hm I thought it was until mid march | 17:01 |
sbezverk | submitting process was stopped | 17:02 |
*** nathharp has quit IRC | 17:03 | |
*** gfidente has quit IRC | 17:11 | |
*** n0isyn0ise has quit IRC | 17:14 | |
*** manheim has joined #openstack-kolla | 17:15 | |
*** skramaja has quit IRC | 17:15 | |
pbourke | man this whole binary/source thing really bloats kolla | 17:15 |
*** adrian_otto has quit IRC | 17:16 | |
pbourke | id love to drop binary | 17:16 |
*** n0isyn0ise has joined #openstack-kolla | 17:16 | |
sbezverk | Jeffrey4l: http://paste.openstack.org/show/600398/ really strange :( | 17:17 |
*** manheim has quit IRC | 17:19 | |
sbezverk | Jeffrey4l: http://paste.openstack.org/show/600400/ it is not there :( | 17:20 |
*** jtriley_ has quit IRC | 17:21 | |
*** jtriley has joined #openstack-kolla | 17:21 | |
*** n0isyn0ise has quit IRC | 17:21 | |
*** mgoddard has quit IRC | 17:21 | |
*** n0isyn0ise has joined #openstack-kolla | 17:22 | |
sbezverk | pbourke: can you suggest something here, ubntu binary image for cinder-api is missing cinder-api binary | 17:23 |
*** rmart04 has quit IRC | 17:23 | |
sbezverk | we rebuild it several times still the same thing | 17:23 |
pbourke | sbezverk: is the package installed? | 17:24 |
*** Manheim has joined #openstack-kolla | 17:24 | |
pbourke | sbezverk: dpkg -l | grep cinder-api within the container | 17:24 |
sbezverk | pbourke: http://paste.openstack.org/show/600401/ | 17:25 |
openstackgerrit | Merged openstack/kolla-ansible master: Remove rabbitmq from freezer https://review.openstack.org/437837 | 17:25 |
openstackgerrit | Merged openstack/kolla-ansible master: Fix rabbitmq log ulti-line cutting problem https://review.openstack.org/437884 | 17:25 |
sbezverk | pbourke: http://paste.openstack.org/show/600400/ binary is just not there | 17:26 |
openstackgerrit | Merged openstack/kolla-ansible master: Add the missing prechecks for placement_api https://review.openstack.org/437771 | 17:26 |
*** n0isyn0ise has quit IRC | 17:28 | |
*** eaguilar has joined #openstack-kolla | 17:28 | |
pbourke | sbezverk: my guess then would be that the package maintainers have screwed up something | 17:29 |
*** lucasxu has joined #openstack-kolla | 17:29 | |
*** n0isyn0ise has joined #openstack-kolla | 17:29 | |
pbourke | sbezverk: maybe have a dig into the repo that it comes from, see if they updated it recently | 17:29 |
inc0 | pbourke: drop binary is....a troublesome topic;) | 17:29 |
sbezverk | pbourke: yeah, it was updated on feb 21st | 17:29 |
inc0 | for reeasons unknown, people trusts packagers of opernstack more than openstack itsefl | 17:30 |
sbezverk | inc0: any suggestions ? | 17:30 |
inc0 | itself | 17:30 |
inc0 | sbezverk: I uploaded all cinder packages to dockerhub already | 17:30 |
inc0 | you still have issues building it? | 17:31 |
sbezverk | inc0: Setting up cinder-api (2:10.0.0-0ubuntu2~cloud0) this package is missing cinder-api binary | 17:32 |
sbezverk | the actual cinder-api is not anywhere in the container but it shows that it is installed | 17:33 |
sbezverk | inc0: http://paste.openstack.org/show/600401/ and http://paste.openstack.org/show/600400/ | 17:33 |
*** n0isyn0ise has quit IRC | 17:34 | |
inc0 | sbezverk: any chances you could use ubuntu-source to test it out really? | 17:34 |
inc0 | I mean there is reason why I always run ubuntu source | 17:34 |
*** lamt has quit IRC | 17:35 | |
sbezverk | inc0: yeah good idea, I will build local source image and see if it is there | 17:36 |
*** n0isyn0ise has joined #openstack-kolla | 17:36 | |
inc0 | but let me do one more thing | 17:36 |
inc0 | I might have built my packages wrongly, because of pip installed kolla | 17:36 |
*** lamt has joined #openstack-kolla | 17:38 | |
*** bpattewar has joined #openstack-kolla | 17:39 | |
*** crushil has quit IRC | 17:40 | |
sbezverk | inc0: I do not think it was you as I had exactly the same issue before you rebuilt the image | 17:40 |
*** gfidente has joined #openstack-kolla | 17:41 | |
*** gfidente has quit IRC | 17:41 | |
*** gfidente has joined #openstack-kolla | 17:41 | |
*** n0isyn0ise has quit IRC | 17:41 | |
*** rwallner has joined #openstack-kolla | 17:42 | |
*** n0isyn0ise has joined #openstack-kolla | 17:42 | |
sbezverk | inc0: yep, source is ok | 17:43 |
sbezverk | inc0: http://paste.openstack.org/show/600405/ | 17:43 |
inc0 | I'm blaming cloud archive, let me try it locally | 17:44 |
inc0 | ok, correctly built stable/newton works anyway | 17:47 |
*** n0isyn0ise has quit IRC | 17:48 | |
sbezverk | inc0: so did you manage to build binary with cinder-api in it? | 17:48 |
inc0 | let me validate if cinder-api is in it | 17:48 |
*** sdake has joined #openstack-kolla | 17:49 | |
*** n0isyn0ise has joined #openstack-kolla | 17:49 | |
inc0 | sbezverk: it's there all right | 17:50 |
inc0 | images are pushed | 17:51 |
openstackgerrit | Merged openstack/kolla-ansible master: Checking kernel and initramfs files for Ironic https://review.openstack.org/437763 | 17:52 |
*** sdake_ has joined #openstack-kolla | 17:52 | |
sbezverk | inc0: thanks, how did you fix it? | 17:52 |
inc0 | sbezverk: I didn't it just worked:P | 17:53 |
sbezverk | inc0: let me pull new image local to make sure ;) I do not believe in miracles | 17:54 |
*** n0isyn0ise has quit IRC | 17:55 | |
*** sdake has quit IRC | 17:55 | |
*** n0isyn0ise has joined #openstack-kolla | 17:57 | |
sbezverk | inc0: perfect, it is there.. | 18:00 |
inc0 | maybe it's time to go to church sbezverk ? | 18:00 |
inc0 | :P | 18:00 |
sbezverk | inc0: nah.. it must be a cosmic radiation ;) | 18:01 |
*** rwallner_ has joined #openstack-kolla | 18:01 | |
inc0 | "ufo kidnapped my cinder-api" | 18:01 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Update cinder docs with some lvm info https://review.openstack.org/438026 | 18:02 |
*** rmart04 has joined #openstack-kolla | 18:02 | |
*** sudipto has quit IRC | 18:03 | |
*** sudipto_ has quit IRC | 18:03 | |
*** sudipto has joined #openstack-kolla | 18:03 | |
*** sudipto has quit IRC | 18:03 | |
*** rwallner has quit IRC | 18:03 | |
*** rmart04_ has joined #openstack-kolla | 18:06 | |
*** rmart04 has quit IRC | 18:07 | |
*** rmart04_ is now known as rmart04 | 18:07 | |
*** crushil has joined #openstack-kolla | 18:07 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Update cinder sanity check to use built in shade https://review.openstack.org/437920 | 18:10 |
*** eaguilar has quit IRC | 18:11 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla-ansible master: Update keystone sanity check to use built in shade https://review.openstack.org/438030 | 18:11 |
*** zhubingbing has quit IRC | 18:12 | |
*** eaguilar has joined #openstack-kolla | 18:14 | |
*** sdake has joined #openstack-kolla | 18:16 | |
*** pcaruana has quit IRC | 18:16 | |
*** salv-orl_ has joined #openstack-kolla | 18:17 | |
*** sdake_ has quit IRC | 18:17 | |
*** rwallner_ has quit IRC | 18:17 | |
*** salv-orlando has quit IRC | 18:20 | |
*** pbourke has quit IRC | 18:23 | |
*** rwallner has joined #openstack-kolla | 18:23 | |
*** rwallner has quit IRC | 18:26 | |
*** rwallner has joined #openstack-kolla | 18:26 | |
*** crushil has quit IRC | 18:27 | |
*** unicell has joined #openstack-kolla | 18:29 | |
*** adrian_otto has joined #openstack-kolla | 18:32 | |
*** skramaja has joined #openstack-kolla | 18:35 | |
*** goldyfruit has quit IRC | 18:37 | |
openstackgerrit | Merged openstack/kolla stable/newton: corrected register variable name in ceilometer bootstrap.yml https://review.openstack.org/437815 | 18:39 |
*** gfidente has quit IRC | 18:39 | |
*** crushil has joined #openstack-kolla | 18:40 | |
*** Pavo has joined #openstack-kolla | 18:42 | |
SamYaple | des_consolado: sorry for the late response regarding the metadata | 18:46 |
*** Pavo has quit IRC | 18:46 | |
SamYaple | des_consolado: do you think there are issues surrounding that? | 18:46 |
sdake | SamYaple it was good seeing you at summit | 18:47 |
sdake | SamYaple on that note, i'm going to ptfo for the weekend :) | 18:47 |
sdake | sbezverk cosmic radiation sometimes indeed changes bits in computers, although ecc memory corrects that or generates a fault ;-) | 18:48 |
sdake | sbezverk thats the whole reason ecc memory was invented (cosmic radiation) | 18:49 |
*** crushil has quit IRC | 18:50 | |
*** rwallner has quit IRC | 18:50 | |
*** rwallner has joined #openstack-kolla | 18:52 | |
*** rwallner has quit IRC | 18:53 | |
*** rwallner has joined #openstack-kolla | 18:53 | |
*** rwallner has quit IRC | 18:54 | |
*** david-lyle has quit IRC | 18:54 | |
*** rmart04 has quit IRC | 19:01 | |
*** masuberu has joined #openstack-kolla | 19:01 | |
*** masber has quit IRC | 19:04 | |
*** Pavo has joined #openstack-kolla | 19:09 | |
*** sdake has quit IRC | 19:11 | |
*** Pavo has quit IRC | 19:11 | |
*** lamt has quit IRC | 19:11 | |
*** rwallner has joined #openstack-kolla | 19:12 | |
*** Pavo has joined #openstack-kolla | 19:14 | |
*** MasterOfBugs has joined #openstack-kolla | 19:16 | |
rwallner | hello all, ive poked through some docs/irc logs, but couldnt find the answer. in newton, can we enable tempest in the first kolla-ansilble deploy, or must we use kolla-ansible reconfigure once we know the IDs of network, image etc, thanks in advance for those who know | 19:21 |
*** lucasxu has quit IRC | 19:31 | |
*** lucasxu has joined #openstack-kolla | 19:31 | |
*** mgoddard has joined #openstack-kolla | 19:32 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 19:35 |
Manheim | is there a problem with kolla-ansible pull? | 19:38 |
*** gfhellma has joined #openstack-kolla | 19:38 | |
Manheim | i am trying to install kolla-ansible and when i pull images, as in documentation, it does not wkr | 19:39 |
Manheim | TASK [common : Pulling kolla-toolbox image] | 19:39 |
Manheim | raise errors.NotFound(e, response, explanation=explanation)\\nNotFound: 404 Client Error: Not Found (\"{\"message\":\"manifest for kolla/centos-binary-kolla-toolbox:4.0.0 not found\"}\")\\n'"} | 19:39 |
*** mgoddard has quit IRC | 19:39 | |
inc0 | Manheim: master images aren't on dockerhub | 19:40 |
Manheim | i'm on stable/ocata | 19:40 |
inc0 | stable/ocata releases next week for us:) | 19:41 |
Manheim | ok, what can I do for an aio? | 19:41 |
inc0 | you can build images yourself | 19:41 |
Manheim | ok | 19:41 |
*** shardy has quit IRC | 19:45 | |
*** Pavo has quit IRC | 19:47 | |
*** salv-orl_ has quit IRC | 19:49 | |
Manheim | thanks | 19:49 |
*** lamt has joined #openstack-kolla | 19:57 | |
*** Srwilkers has joined #openstack-kolla | 19:58 | |
Srwilkers | o/ | 19:58 |
*** mgoddard has joined #openstack-kolla | 20:00 | |
*** adrian_otto has quit IRC | 20:01 | |
*** mliima has quit IRC | 20:01 | |
*** lamt has quit IRC | 20:02 | |
*** Srwilkers has quit IRC | 20:05 | |
*** zioproto has joined #openstack-kolla | 20:06 | |
*** eaguilar has quit IRC | 20:11 | |
*** skramaja has quit IRC | 20:11 | |
britthouser | 0/ srwilkers! | 20:12 |
*** gfhellma has quit IRC | 20:16 | |
*** zioproto has quit IRC | 20:23 | |
*** eaguilar has joined #openstack-kolla | 20:24 | |
*** portdirect_afk is now known as portdirect | 20:35 | |
portdirect | think thats master builds up and pushed again | 20:36 |
portdirect | please ping me if anyone notices them lagging again | 20:37 |
*** gfhellma has joined #openstack-kolla | 20:43 | |
*** rwallner has quit IRC | 20:52 | |
*** bpattewar has quit IRC | 20:55 | |
*** bpattewar has joined #openstack-kolla | 21:00 | |
*** sbezverk_ has joined #openstack-kolla | 21:02 | |
*** sbezverk has quit IRC | 21:02 | |
*** satyar has quit IRC | 21:03 | |
*** rwallner has joined #openstack-kolla | 21:03 | |
*** rwallner has quit IRC | 21:03 | |
*** satyar_ has joined #openstack-kolla | 21:03 | |
*** rwallner has joined #openstack-kolla | 21:05 | |
*** rwallner_ has joined #openstack-kolla | 21:06 | |
*** hyakuhei has joined #openstack-kolla | 21:07 | |
*** rwallner has quit IRC | 21:09 | |
*** mgoddard has quit IRC | 21:09 | |
*** rwallner_ has quit IRC | 21:11 | |
*** sdake has joined #openstack-kolla | 21:16 | |
*** sdake_ has joined #openstack-kolla | 21:19 | |
*** gfhellma has quit IRC | 21:20 | |
*** salv-orlando has joined #openstack-kolla | 21:20 | |
*** sdake has quit IRC | 21:21 | |
*** lucasxu has quit IRC | 21:21 | |
Manheim | i have an issue with the build images, docker: Error response from daemon: manifest for <image> not found. | 21:22 |
*** sdake has joined #openstack-kolla | 21:23 | |
Manheim | i did kolla-build keystone, it built the images, but when i run it it does not work | 21:23 |
Manheim | docker: Error response from daemon: manifest for kolla/centos-binary-keystone:latest not found. | 21:24 |
*** sdake_ has quit IRC | 21:25 | |
sdake | Manheim kolla shouldn't be using the latest tag anywhere | 21:26 |
sdake | Manheim can you paste your globals.yaml plz | 21:27 |
Manheim | sure | 21:27 |
Manheim | i am using kolla_base_distro: "centos" with kolla_install_type: "source" | 21:29 |
Manheim | only things i think is relevant to this | 21:30 |
Manheim | rest is vip addresses | 21:30 |
Manheim | http://paste.openstack.org/show/600423/ | 21:31 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Configuring ironic gates (basic tests) https://review.openstack.org/437504 | 21:31 |
*** lucasxu has joined #openstack-kolla | 21:34 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** dave-mccowan has quit IRC | 21:36 | |
*** Jeffrey4l has joined #openstack-kolla | 21:38 | |
*** jheroux has quit IRC | 21:40 | |
openstackgerrit | Merged openstack/kolla-kubernetes master: Update the quickstart.rst file https://review.openstack.org/435863 | 21:40 |
*** gfhellma has joined #openstack-kolla | 21:44 | |
*** jtriley has quit IRC | 21:45 | |
*** deadnull has joined #openstack-kolla | 21:46 | |
*** goldyfruit has joined #openstack-kolla | 21:47 | |
*** satyar_ has quit IRC | 21:50 | |
*** goldyfruit has quit IRC | 21:52 | |
*** sdake has quit IRC | 22:02 | |
*** sdake has joined #openstack-kolla | 22:04 | |
*** crushil has joined #openstack-kolla | 22:08 | |
*** lucasxu has quit IRC | 22:09 | |
*** crushil has quit IRC | 22:13 | |
*** crushil has joined #openstack-kolla | 22:14 | |
*** crushil has quit IRC | 22:20 | |
*** erlon has quit IRC | 22:25 | |
*** mgiles has quit IRC | 22:29 | |
*** manheim_ has joined #openstack-kolla | 22:44 | |
*** boycer has quit IRC | 22:46 | |
*** manheim_ has quit IRC | 22:48 | |
*** robcresswell has quit IRC | 22:54 | |
*** portdirect has quit IRC | 22:56 | |
Manheim | what did you mean by latest tags? | 22:58 |
*** eaguilar has quit IRC | 22:59 | |
sdake | the docker images should not end in :latest | 23:01 |
sdake | if you pasted your globals.yml i could help | 23:02 |
*** robcresswell has joined #openstack-kolla | 23:04 | |
Manheim | http://paste.openstack.org/show/600423/ | 23:06 |
Manheim | here they are | 23:06 |
sdake | Manheim how did you get kolla-ansible? | 23:08 |
sdake | newton, mitaka, etc and what steps did you follow | 23:09 |
*** portdirect has joined #openstack-kolla | 23:10 | |
Manheim | first i installed from repo, with yum | 23:10 |
Manheim | them cloned from git stable/newton | 23:10 |
Manheim | coz with yum package i had an issue | 23:10 |
Manheim | wait, ocata sorry | 23:11 |
*** bpattewar_ has joined #openstack-kolla | 23:14 | |
Manheim | installed via pip first time, sorry for the confusion | 23:16 |
*** crushil has joined #openstack-kolla | 23:16 | |
*** crushil has quit IRC | 23:24 | |
sdake | there is no stable/ocata | 23:24 |
sdake | first time was there a second time? | 23:24 |
sdake | say I'd love to help but its friday and I have an errand to run | 23:25 |
sdake | try ask.openstack.org | 23:25 |
*** sdake_ has joined #openstack-kolla | 23:28 | |
*** sdake has quit IRC | 23:32 | |
*** crushil has joined #openstack-kolla | 23:36 | |
*** Pavo has joined #openstack-kolla | 23:39 | |
portdirect | Stable/ocata came out during ptg I think | 23:41 |
*** crushil has quit IRC | 23:49 | |
*** david-lyle has joined #openstack-kolla | 23:54 | |
*** crushil has joined #openstack-kolla | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!