*** absubram has joined #kolla | 00:01 | |
*** Haomeng has joined #kolla | 00:02 | |
*** Haomeng|2 has quit IRC | 00:05 | |
*** jasonsb_ has quit IRC | 00:14 | |
*** banix has quit IRC | 00:17 | |
openstackgerrit | Kai Qiang Wu(Kennan) proposed stackforge/kolla: Add venv section in tox.ini https://review.openstack.org/219932 | 00:21 |
---|---|---|
*** banix has joined #kolla | 00:25 | |
*** achanda has joined #kolla | 00:28 | |
Kennan | sdake: | 00:34 |
Kennan | I checked with infra | 00:34 |
Kennan | and we should add venv section | 00:34 |
Kennan | and I just send a review about this | 00:34 |
*** achanda has quit IRC | 00:51 | |
*** achanda has joined #kolla | 00:52 | |
*** achanda has quit IRC | 00:52 | |
*** banix has quit IRC | 00:54 | |
*** dayou has joined #kolla | 01:07 | |
*** dayou has quit IRC | 01:10 | |
*** banix has joined #kolla | 01:16 | |
*** erkules has joined #kolla | 01:19 | |
*** dayou has joined #kolla | 01:21 | |
*** erkules_ has quit IRC | 01:22 | |
*** rajalokan has joined #kolla | 01:33 | |
*** sdake has quit IRC | 01:36 | |
*** rhallisey has quit IRC | 01:42 | |
*** achanda has joined #kolla | 01:44 | |
*** jasonsb has joined #kolla | 01:46 | |
*** banix has quit IRC | 01:51 | |
*** banix has joined #kolla | 02:16 | |
*** banix has quit IRC | 02:17 | |
*** unicell has quit IRC | 02:18 | |
*** banix has joined #kolla | 02:27 | |
*** sdake has joined #kolla | 02:28 | |
*** Kennan has quit IRC | 02:29 | |
sdake | kennan link review plz | 02:30 |
sdake | oh nm i see it | 02:30 |
*** Kennan has joined #kolla | 02:30 | |
*** sdake_ has joined #kolla | 02:31 | |
sdake_ | Kennan so docs should publish as soon as that reviw its the repo? | 02:33 |
*** sdake has quit IRC | 02:34 | |
*** unicell has joined #kolla | 02:41 | |
openstackgerrit | Merged stackforge/kolla: Add venv section in tox.ini https://review.openstack.org/219932 | 02:42 |
sdake_ | kennan no docs were published automaticlly as wouldbe expected | 02:43 |
sdake_ | kennan its in the post queued atm | 02:55 |
Kennan | oh sdake_ I checked in infra channel | 02:55 |
Kennan | I not know how to check that hash id | 02:55 |
Kennan | http://logs.openstack.org/3e/ | 02:55 |
Kennan | for example | 02:55 |
Kennan | what does it id stand for? | 02:56 |
Kennan | not know | 02:56 |
*** loth has quit IRC | 03:13 | |
sdake_ | kennan zuul.openstack.org shows our post job in queued status | 03:17 |
sdake_ | kennan after this, id like to freeze project config changes until the 11th rename happens | 03:18 |
sdake_ | because i keep having to rebase the rename patch | 03:18 |
sdake_ | which sucks up time | 03:18 |
sdake_ | and pc guys going slow on reviews for projects under a rename | 03:18 |
sdake_ | for some reason ;-) | 03:18 |
sdake_ | but i do want docs publishing in asap | 03:18 |
sdake_ | so when we do have docs published dlets freze after that untilt he 11th | 03:18 |
sdake_ | unless you think you can get the global rquireemnts sync in quickly | 03:19 |
*** banix has quit IRC | 03:19 | |
kjelly | I use ``tools/build.py --base-tag 14.04.3 -b ubuntu kolla-ansible`` to build image. I found the build will fail because of missing pip. the python-pip package is not installed in dockerfile. Does anyone have the same problem? | 03:22 |
sdake_ | kjelly i have not seen that but that --base-tag is wrong | 03:23 |
sdake_ | kjelly try -b ubuntu instead | 03:23 |
sdake_ | maybe --base-tag doesn't work corrctly | 03:23 |
sdake_ | oh wait sorry just woe up from nap | 03:24 |
sdake_ | please file a bug kjelly | 03:24 |
kjelly | sdake: Ok | 03:25 |
*** achanda has quit IRC | 03:28 | |
*** apmelton has quit IRC | 03:29 | |
openstackgerrit | Steven Dake proposed stackforge/kolla: DO NOT MERGE - test of gate https://review.openstack.org/219976 | 03:30 |
*** apmelton has joined #kolla | 03:32 | |
*** dims has joined #kolla | 03:35 | |
openstackgerrit | Kuo-tung Kao proposed stackforge/kolla: install python-pip package in ubuntu distro https://review.openstack.org/219978 | 03:39 |
kjelly | I file the bug. And send a patch for it. | 03:40 |
*** sdake_ is now known as sdake | 03:42 | |
sdake | kjelly thanks! | 03:43 |
sdake | kennan https://jenkins07.openstack.org/job/kolla-docs/3/console | 03:47 |
sdake | says success | 03:47 |
sdake | but doc not found here http://docs.openstack.org/developer/kolla | 03:48 |
Kennan | let me check | 03:50 |
Kennan | sdake: I am thinking if it because namesapce, it is stackforge, I did not find other stackforge projects docs published there | 03:54 |
Kennan | I need check with infra guys | 03:54 |
sdake | i dont think thats it kennan | 03:55 |
sdake | they just dont let people add post jobs to non-gvernane repos | 03:55 |
Kennan | sdake: I checked seems all projects publish docs are in openstack/** so just suspect if stackforge is not allowed :0 | 03:59 |
sdake | i think you are wrong :) | 03:59 |
coolsvap | kjelly, hi | 03:59 |
coolsvap | i updated the bug with correct command | 04:00 |
*** dims has quit IRC | 04:00 | |
coolsvap | you were missing -t source in the command so it was building the binary image of kolla-ansible on ubuntu base | 04:00 |
coolsvap | kjelly, ^^ | 04:00 |
kjelly | coolsvap: If without "-t source", will build from ubuntu:14.04.3 failed? | 04:02 |
coolsvap | yes, currently we do not support ubuntu binary, only from source | 04:02 |
kjelly | coolsvap: I see. where is the best place to document the issue? So no one file the same bug again. | 04:04 |
coolsvap | you can update the dev-quickstart guide | 04:07 |
coolsvap | and image building guide | 04:07 |
kjelly | By the way, why not support "-t binary" ? | 04:09 |
coolsvap | it needs more work, its not much worked upon as of now | 04:11 |
*** rajalokan has quit IRC | 04:14 | |
kjelly | coolsvap: Ok. Thanks | 04:17 |
*** rajalokan has joined #kolla | 04:23 | |
*** dims has joined #kolla | 04:59 | |
*** unicell1 has joined #kolla | 05:00 | |
*** unicell has quit IRC | 05:00 | |
*** dims has quit IRC | 05:06 | |
sdake | coolsvap how much longer yu around for | 05:09 |
*** sdake_ has joined #kolla | 05:13 | |
sdake_ | kennan the command: | 05:14 |
sdake_ | tox -e venv python steup.py bulid_sphinx | 05:14 |
sdake_ | ERROR: InvocationError: '/home/sdake/k2/kolla/.tox/venv/bin/python steup.py bulid_sphinx' | 05:14 |
*** sdake has quit IRC | 05:17 | |
*** alisonh has quit IRC | 05:24 | |
*** Kennan2 has joined #kolla | 05:24 | |
*** Kennan has quit IRC | 05:25 | |
*** chandankumar has joined #kolla | 05:28 | |
sdake_ | kennan i thnk i understand the problem | 05:29 |
sdake_ | the docs need to be placed in "doc" directory not "docs" according to log from fungi | 05:29 |
*** achanda has joined #kolla | 05:34 | |
openstackgerrit | Steven Dake proposed stackforge/kolla: Rename docs dir to doc for publishing https://review.openstack.org/219994 | 05:37 |
sdake_ | coolsvap can you ack that | 05:37 |
sdake_ | SamYaple if you in can you ack that plz | 05:37 |
*** achanda has quit IRC | 05:40 | |
*** alisonh has joined #kolla | 05:43 | |
sdake_ | pbourke jpeeler samyaple coolsvap if any of you are around pleae ack that change TIA! | 05:44 |
*** sdake has joined #kolla | 05:48 | |
*** alisonh has quit IRC | 05:49 | |
*** sdake_ has quit IRC | 05:52 | |
*** tfukushima has joined #kolla | 05:53 | |
*** sdake_ has joined #kolla | 05:54 | |
*** alisonh has joined #kolla | 05:54 | |
*** sdake has quit IRC | 05:57 | |
*** vinkman has quit IRC | 05:59 | |
*** achanda has joined #kolla | 06:00 | |
*** achanda has quit IRC | 06:19 | |
Kennan2 | thanks sdake_ it LGTM | 06:40 |
Kennan2 | but not sure how to check docs published for not merged code | 06:40 |
*** achanda has joined #kolla | 06:48 | |
sdake_ | we have to merge it and see wht happens | 06:54 |
sdake_ | thr is no check docs job that I knwo of | 06:55 |
sdake_ | but maybe the eis a check docs feature | 06:55 |
*** rajalokan has left #kolla | 06:55 | |
sdake_ | coolsvap samyaple ping | 07:16 |
sdake_ | pbourke you in yet? | 07:16 |
*** inc0 has joined #kolla | 07:17 | |
inc0 | good mornign | 07:17 |
sdake_ | yo inc0 | 07:18 |
inc0 | wassup? l3 is a thing:) | 07:18 |
sdake_ | l3? | 07:18 |
inc0 | liberty | 07:19 |
sdake_ | oh right | 07:19 |
sdake_ | yes, seems a bit flakey multinode | 07:19 |
sdake_ | registry is not honoring database options | 07:19 |
sdake_ | maybe its a centos thing | 07:20 |
inc0 | glance registry right? | 07:20 |
sdake_ | yup | 07:21 |
inc0 | any steps to reproduce? I'm about to setup ubuntu | 07:21 |
inc0 | we'll see if it's also problem there | 07:21 |
sdake_ | this is centos binary | 07:21 |
sdake_ | well shouldnt you try on centos binary first? :-) | 07:21 |
sdake_ | to reproduce run 3 node controller deploy | 07:21 |
sdake_ | then run init-runonce | 07:21 |
sdake_ | thenty to spawn 5 novav vms | 07:21 |
inc0 | I have ubntu machines and ubuntu images built;) | 07:22 |
sdake_ | cool can you get me a log of the registry service | 07:22 |
sdake_ | and paste it plzl | 07:22 |
sdake_ | I relaly am keen to see the start log | 07:22 |
inc0 | yeah, I'll do that | 07:22 |
sdake_ | to see if it reads database sections | 07:22 |
sdake_ | how long until you have logs | 07:23 |
*** shardy has joined #kolla | 07:24 | |
sdake_ | hey shardy | 07:24 |
inc0 | well I need to config everything so I haven't yet started deploy | 07:24 |
*** jmccarthy_ has joined #kolla | 07:25 | |
*** tfukushima has quit IRC | 07:31 | |
*** tfukushima has joined #kolla | 07:32 | |
SamYaple | hello peoples | 07:42 |
SamYaple | clayton: actually there are plans to allow a specific requirements.txt to be pulled in! (or more accurately, random patches of your chosing) | 07:44 |
SamYaple | but that wont happen until Mitaka | 07:44 |
*** Haomeng|2 has joined #kolla | 07:47 | |
vbel | good morning/evening :) | 07:49 |
SamYaple | kjelly: the main reason for no ubuntu 'binary' is because cloud-archive does not have a packaged version of openstack that is close to master. So right now they only have Kilo | 07:50 |
vbel | for build process would be great to have pip pull from local folder :) | 07:50 |
SamYaple | vbel: you mean like a pip mirror? | 07:50 |
SamYaple | you can do that with the header/footer | 07:50 |
SamYaple | .pip.conf | 07:50 |
*** Haomeng has quit IRC | 07:50 | |
vbel | I mean containers all do download of zillions of packages. Can we have frozen mirror? :) | 07:51 |
SamYaple | kolla wont maintain it, no :) | 07:51 |
SamYaple | but openstack true has one | 07:51 |
kjelly | SamYaple: Ok. Thanks. | 07:51 |
SamYaple | i was going to setup the gate to use it | 07:51 |
vbel | :) | 07:51 |
openstackgerrit | Merged stackforge/kolla: Rename docs dir to doc for publishing https://review.openstack.org/219994 | 07:52 |
vbel | about ADD x.tar /x... I think generalization is not good because several layers can do ADD archive and we need specific names. | 07:52 |
SamYaple | kjelly: i actually have an out-of-date patch to fail ubuntu-binary builds really early in the base image | 07:52 |
vbel | I suggest ADD x.tar /x-source | 07:52 |
vbel | ln -s /x-source/* /x | 07:53 |
vbel | where x is container name | 07:53 |
SamYaple | wfm | 07:53 |
vbel | e.g. in novnc container we have both nova and novnc source | 07:53 |
SamYaple | but do me a favor and lets get the symlinks right this time | 07:53 |
SamYaple | right now they are absolute symlinks | 07:54 |
SamYaple | they need to be realitive | 07:54 |
vbel | e.g. ? | 07:55 |
SamYaple | will show, moment | 07:55 |
SamYaple | ADD keystone.tar /keystone-source | 07:59 |
SamYaple | RUN ln -s keystone-source/* keystone | 07:59 |
SamYaple | that (exact) syntax will keep it realtive | 07:59 |
SamYaple | actually we dont even need the first slash | 08:00 |
SamYaple | ADD keystone.tar keystone-source | 08:01 |
SamYaple | RUN ln -s keystone-source/* keystone | 08:01 |
vbel | ok, great, will update review after small test | 08:01 |
vbel | SamYaple: thanks! | 08:03 |
SamYaple | vbel: what do you think of not naming it .tar? | 08:05 |
SamYaple | in the case of the tarball that extention isn't even accurate | 08:05 |
vbel | SamYaple: I am not sure docker uses file magic to extract it :) | 08:06 |
SamYaple | openstack.org builds tar.gz | 08:06 |
SamYaple | its not based on the extenstion | 08:06 |
SamYaple | it just detects common file types | 08:06 |
vbel | ok, will check right now | 08:06 |
SamYaple | I think no extention would be more accurate | 08:07 |
vbel | yes, too many cases. It does work! Just checked with tar and targz xxx file :) | 08:10 |
vbel | ADD xxx /myfolder | 08:10 |
vbel | RUN ln -s myfolder/* x | 08:10 |
SamYaple | yup | 08:11 |
vbel | xxx was a different archive type here | 08:11 |
SamYaple | its not using the extention, its probing the file | 08:11 |
vbel | cool, then we can modify build.py to exclude extention, may be name it as x-archive? | 08:11 |
vbel | ADD x-archive /myfolder | 08:12 |
vbel | ADD x-archive /x-source | 08:13 |
vbel | RUN ln -s x-source/* x | 08:13 |
SamYaple | so like ADD keystone-archive /keystone-source | 08:13 |
*** chandankumar has quit IRC | 08:13 | |
vbel | yes | 08:13 |
SamYaple | yup wfm | 08:13 |
vbel | will get changes in | 08:14 |
SamYaple | cool, sine these are tiny changes, what do you think about 1 patch? | 08:14 |
SamYaple | otherwise its going to break | 08:14 |
SamYaple | the gate* is going to break | 08:14 |
vbel | yes, we need to update build.py and all Dockerfiles | 08:15 |
SamYaple | cool | 08:15 |
SamYaple | let me know if the change seems to large and well figure something out | 08:15 |
vbel | ok | 08:15 |
*** jmccarthy has quit IRC | 08:21 | |
*** jmccarthy has joined #kolla | 08:21 | |
*** Ti-mo has joined #kolla | 08:22 | |
openstackgerrit | Sam Yaple proposed stackforge/kolla: Reduce install size https://review.openstack.org/220035 | 08:24 |
pbourke | sdake_: hi | 08:29 |
sdake_ | samyaple can you approve that doc change plz | 08:29 |
SamYaple | it merged like an hour ago sdake_ | 08:30 |
sdake_ | kennan that was it! : http://docs.openstack.org/developer/kolla/ | 08:30 |
sdake_ | check out our docs | 08:30 |
sdake_ | i seee thx | 08:30 |
SamYaple | thats awesome! | 08:30 |
SamYaple | good job Kennan2 | 08:30 |
sdake_ | goingto bed goodnight | 08:31 |
SamYaple | nigght sdake_ | 08:31 |
*** achanda has quit IRC | 08:36 | |
SamYaple | inc0: there is a 150 line single function in the json parser py now :O | 08:37 |
SamYaple | https://review.openstack.org/#/c/216874/18/docker/base/set_configs.py | 08:37 |
SamYaple | _eight_ indentions | 08:37 |
SamYaple | holy crap | 08:37 |
*** tfukushima has quit IRC | 08:46 | |
*** tfukushima has joined #kolla | 08:51 | |
inc0 | this is terrible. | 08:51 |
SamYaple | lets just get the json strucutre correct | 08:51 |
SamYaple | we can refactor afterward | 08:52 |
*** diga has joined #kolla | 08:52 | |
inc0 | can't we write it correctly from begginging?:( | 08:54 |
SamYaple | itll take forever to merge that way | 08:55 |
SamYaple | and it needs to be solid in less than 22 days | 08:55 |
*** vbel has quit IRC | 09:03 | |
*** vbel has joined #kolla | 09:03 | |
*** jmccarthy_ has quit IRC | 09:04 | |
*** jmccarthy_ has joined #kolla | 09:12 | |
openstackgerrit | Sam Yaple proposed stackforge/kolla: Rename Galera to MariaDB https://review.openstack.org/220043 | 09:13 |
*** mickt has joined #kolla | 09:29 | |
mickt | Hi guys, I'm looking at the MySQL error log in mariadb container and I see lots of erros related to performace_shcema, e.g. [ERROR] Native table 'performance_schema'.'events_statements_summary_by_user_by_event_name' has the wrong structure | 09:30 |
mickt | Is this of concern or can it be ignored? | 09:30 |
openstackgerrit | Sam Yaple proposed stackforge/kolla: Reduce install size https://review.openstack.org/220035 | 09:31 |
inc0 | mickt, sounds like ceilometer dbsync messup | 09:31 |
mickt | Ok, I have an issue with DB at the moment, which I'm investigating | 09:43 |
mickt | FYI, issue is: TASK: [mariadb | Creating haproxy mysql user] ********************************* fatal: [localhost] => Failed to template {{ (haproxy_user.stdout.split('localhost | SUCCESS => ')[1]|from_json).changed }}: an unexpected type error occurred. Error was expected string or buffer | 09:43 |
*** dwalsh has joined #kolla | 09:44 | |
inc0 | yeah, I got this now too | 09:45 |
inc0 | seems a bug | 09:45 |
inc0 | care to report it mickt ? | 09:45 |
mickt | Recreated container and performance_schema errors no longer seen. Still have other issue. | 09:45 |
mickt | Will do. | 09:45 |
inc0 | thank you | 09:46 |
inc0 | it seems we have issue with error reporting from ansible | 09:46 |
vbel | yes, check other containers - you need more than (haproxy_user.stdout.split('localhost | SUCCESS => ')[1]|from_json).changed | 09:47 |
inc0 | I believe haproxy_user.stdout.split returned some error traceback, and json broke on trying to pare it | 09:48 |
vbel | changed_when: "{{ haproxy_user.stdout.find('localhost | SUCCESS => ') != -1 and (haproxy_user.stdout.split('localhost | SUCCESS => ')[1]|from_json).changed }}" | 09:48 |
vbel | this is how it should look like | 09:49 |
pbourke | if I update a template and config method is set to COPY_ALWAYS, containers dont seem to get restarted... is this normal? | 09:49 |
inc0 | vbel, could you plz create a patch with it? | 09:50 |
vbel | yes, is there a bug? if not - will add this too | 09:50 |
inc0 | something else seems to be problem, but this report masks it | 09:51 |
inc0 | aaand we have a winner | 09:51 |
SamYaple | vbel: yea it should look like that | 09:52 |
inc0 | it seems I have problem with config, but thanks to your line it's showing, it was masker before that | 09:53 |
inc0 | please file a but and add this to review | 09:54 |
SamYaple | yea inc0 we do that everywhere else. it must have gotten missed before | 09:54 |
SamYaple | my fault likely :) | 09:54 |
inc0 | happends to best | 09:54 |
vbel | https://bugs.launchpad.net/kolla/+bug/1491751 | 09:54 |
openstack | Launchpad bug 1491751 in kolla "mariadb task incorrectly reports state change" [High,New] - Assigned to Vladislav Belogrudov (vlad-belogrudov) | 09:54 |
SamYaple | and me apparently | 09:54 |
inc0 | thank you vbel | 09:55 |
vbel | inc0: you are welcome, will submit review soon | 09:55 |
openstackgerrit | Vladislav Belogrudov proposed stackforge/kolla: Ansible register task for MariaDB incorrectly reports failure https://review.openstack.org/220066 | 10:04 |
inc0 | we're going for quick-merge record here right? | 10:06 |
vbel | :) | 10:07 |
SamYaple | if it wasnt for the damned centos gates it would be merged 10 minutes faster! | 10:07 |
SamYaple | centos be slow yo | 10:07 |
*** tfukushima has quit IRC | 10:13 | |
*** dayou has quit IRC | 10:27 | |
mickt | After making the above change is anyone seeing the following? | 10:28 |
mickt | TASK: [mariadb | Creating haproxy mysql user] ********************************* ................ "msg": "unable to connect to database, check login_user and login_password are correct or ~/.my.cnf has the credentials. Exception message: (1045, \"Access denied for user 'root'@'mick-workstation' (using password: YES)\")" | 10:29 |
*** jmccarthy_ has quit IRC | 10:29 | |
mickt | seems that root password in sot set & I can log in without password | 10:29 |
SamYaple | mickt: sounds like the bootstrap process didnt happen correctly | 10:30 |
SamYaple | you will need to drop the mariadb and mariadb_data container and rerun | 10:30 |
mickt | tried but it made no diff | 10:30 |
SamYaple | then there may bee some race condition. but i dont know what that would be. I would start looking around the bootstrap process | 10:32 |
SamYaple | you can use --step with ansible to step through tasks | 10:32 |
SamYaple | that should allow more time betweeen tasks to narrow it down | 10:32 |
openstackgerrit | Sam Yaple proposed stackforge/kolla: Create openstack-base container https://review.openstack.org/220080 | 10:35 |
inc0 | I'm having similar problems | 10:35 |
SamYaple | starting to sound more and more like a race | 10:35 |
inc0 | for me db isn't even running | 10:36 |
inc0 | rebuilding containers now | 10:36 |
SamYaple | well thats not the same problem at all :P | 10:36 |
inc0 | and yeah it might be some kind of race | 10:36 |
inc0 | it is not, but it's problem with db;) | 10:36 |
openstackgerrit | Sam Yaple proposed stackforge/kolla: Create openstack-base container https://review.openstack.org/220080 | 10:37 |
openstackgerrit | Merged stackforge/kolla: Ansible register task for MariaDB incorrectly reports failure https://review.openstack.org/220066 | 10:38 |
*** dwalsh has quit IRC | 10:39 | |
*** chandankumar has joined #kolla | 10:41 | |
*** rhallisey has joined #kolla | 10:43 | |
*** Kennan2 is now known as Kennan_on_vacati | 10:44 | |
inc0 | having uuid: 00000000-0000-0000-0000-000000000000 in /var/lib/mysql/grastate.dat isn't normal is it? | 10:44 |
*** Kennan_on_vacati is now known as Kennan_Vacation | 10:45 | |
*** rhallisey has quit IRC | 10:45 | |
*** rhallisey has joined #kolla | 10:45 | |
rhallisey | morning | 10:46 |
inc0 | hello rhallisey | 10:46 |
mickt | --step alowed it to progress | 10:46 |
*** tfukushima has joined #kolla | 10:48 | |
mickt | Anyone seeing the following? | 10:54 |
*** banix has joined #kolla | 10:54 | |
*** jmccarthy_ has joined #kolla | 10:54 | |
mickt | $ dLogs rabbitmq | 10:54 |
mickt | su: System error | 10:54 |
mickt | $ uname -a: Linux mick-workstation 3.8.13-68.3.5.el7uek.x86_64 #2 SMP Mon Jul 27 10:45:16 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux | 10:56 |
rhallisey | haven't seen that yet | 10:57 |
openstackgerrit | James McCarthy proposed stackforge/kolla: Swift WIP - add some missing services, also ansible configuration https://review.openstack.org/218795 | 10:57 |
vbel | ok, mickt - using older kernel | 10:57 |
vbel | they cannot su inside containers :) | 10:58 |
vbel | try rh compatible kernel if you run oracle uek | 10:58 |
mickt | ok | 10:58 |
*** akwasnie has joined #kolla | 11:05 | |
*** banix has quit IRC | 11:15 | |
SamYaple | mickt: if --step worked for you this is almost certainly a race condition, but im still not able to reproduce it | 11:17 |
SamYaple | i know the area this would be occuring though and I will think about how to fix it | 11:17 |
SamYaple | rhallisey patch to replace config-external may provide the answer for me to fix it | 11:17 |
rhallisey | SamYaple, getting a failure when creating haproxy user | 11:32 |
rhallisey | http://fpaste.org/263009/41279904/ | 11:32 |
rhallisey | I commented out the retry to see the error | 11:32 |
rhallisey | this shows up for me every once in a while | 11:32 |
*** inc0 has quit IRC | 11:33 | |
*** pbourke has quit IRC | 11:36 | |
*** pbourke has joined #kolla | 11:37 | |
SamYaple | rhallisey: yea thats what mickt is talking about | 11:41 |
SamYaple | likely race condition and i know where it is i believe | 11:41 |
rhallisey | kk | 11:45 |
*** inc0 has joined #kolla | 11:55 | |
*** diogogmt has joined #kolla | 11:56 | |
*** jmccarthy__ has joined #kolla | 12:17 | |
*** jmccarthy_ has quit IRC | 12:20 | |
*** inc0 has quit IRC | 12:24 | |
*** absubram has quit IRC | 12:24 | |
*** inc0 has joined #kolla | 12:25 | |
*** diogogmt has quit IRC | 12:27 | |
*** cfarquhar has joined #kolla | 12:28 | |
*** cfarquhar has quit IRC | 12:28 | |
*** cfarquhar has joined #kolla | 12:28 | |
*** diogogmt has joined #kolla | 12:31 | |
*** jmccarthy__ has quit IRC | 12:32 | |
*** inc0 has quit IRC | 12:33 | |
*** inc0 has joined #kolla | 12:36 | |
*** diogogmt has quit IRC | 12:40 | |
*** shardy_ has joined #kolla | 12:40 | |
*** dims has joined #kolla | 12:41 | |
*** shardy has quit IRC | 12:42 | |
*** shardy_ has quit IRC | 12:46 | |
*** inc0 has quit IRC | 12:46 | |
*** diogogmt has joined #kolla | 12:46 | |
*** shardy has joined #kolla | 12:47 | |
*** diga has quit IRC | 12:48 | |
*** jmccarthy_ has joined #kolla | 12:54 | |
rhallisey | ya I'm still seeing the failure for creating haproxy myswl user | 13:04 |
rhallisey | this is happening every time now | 13:05 |
*** diogogmt_ has joined #kolla | 13:12 | |
*** diogogmt has quit IRC | 13:13 | |
*** diogogmt_ is now known as diogogmt | 13:13 | |
*** jtriley has joined #kolla | 13:26 | |
*** inc0 has joined #kolla | 13:47 | |
openstackgerrit | Vladislav Belogrudov proposed stackforge/kolla: Allow arbitrary source archive name to be imported into Dockerfile https://review.openstack.org/219723 | 13:55 |
pbourke | SamYaple: any idea of the best way to include a dependency that should run *after* another role | 13:58 |
*** jmccarthy_ has quit IRC | 14:02 | |
pbourke | adding it to the roles list in site.yml seems to work, not sure if any downsides to that | 14:11 |
rhallisey | not sure | 14:12 |
*** jmccarthy_ has joined #kolla | 14:13 | |
pbourke | our current roles don't seem to be great at knowing when to restart containers | 14:14 |
pbourke | change template, deploy, container doesn't restart (with COPY_ALWAYS) | 14:14 |
vbel | should it? Would it be some orchestration/update/upgrade task? | 14:15 |
vbel | we can add this check if necessary | 14:17 |
pbourke | vbel: I thought it should | 14:22 |
*** devlaps has quit IRC | 14:33 | |
openstackgerrit | Paul Bourke proposed stackforge/kolla: Swift WIP - add some missing services, also ansible configuration https://review.openstack.org/218795 | 14:44 |
openstackgerrit | Paul Bourke proposed stackforge/kolla: Add rsyncd image and related Ansible for Swift https://review.openstack.org/220172 | 14:46 |
*** diogogmt_ has joined #kolla | 14:46 | |
*** diogogmt has quit IRC | 14:47 | |
*** diogogmt_ is now known as diogogmt | 14:47 | |
openstackgerrit | Paul Bourke proposed stackforge/kolla: Add rsyncd image and related Ansible for Swift https://review.openstack.org/220172 | 14:50 |
openstackgerrit | Paul Bourke proposed stackforge/kolla: Swift WIP - add some missing services, also ansible configuration https://review.openstack.org/218795 | 14:53 |
*** vinkman has joined #kolla | 14:56 | |
*** vinkman has joined #kolla | 14:57 | |
*** unicell has joined #kolla | 14:59 | |
*** unicell1 has quit IRC | 15:01 | |
*** dayou has joined #kolla | 15:14 | |
*** mickt has quit IRC | 15:14 | |
*** jmccarthy_ has quit IRC | 15:19 | |
*** dims has quit IRC | 15:26 | |
openstackgerrit | Mick Thomspon proposed stackforge/kolla: Add ansible support for Murano https://review.openstack.org/218894 | 15:33 |
*** dims has joined #kolla | 15:36 | |
*** dayou has quit IRC | 15:36 | |
*** dayou has joined #kolla | 15:40 | |
*** jmccarthy_ has joined #kolla | 15:42 | |
openstackgerrit | Merged stackforge/kolla: Reduce install size https://review.openstack.org/220035 | 15:50 |
openstackgerrit | Merged stackforge/kolla: Create openstack-base container https://review.openstack.org/220080 | 15:50 |
*** absubram has joined #kolla | 15:51 | |
*** dayou has quit IRC | 15:51 | |
*** SourabhP has joined #kolla | 15:56 | |
*** SourabhP_ has joined #kolla | 15:58 | |
*** inc0 has quit IRC | 15:59 | |
*** inc0 has joined #kolla | 15:59 | |
*** SourabhP has quit IRC | 16:01 | |
*** SourabhP_ is now known as SourabhP | 16:01 | |
jpeeler | sdake_: i'm seeing a very similar error to what you reported on https://bugs.launchpad.net/kolla/+bug/1486876 . however, there's no confusion with the database_user variable, have any other suggestions? | 16:02 |
openstack | Launchpad bug 1486876 in kolla "database_user is overloaded" [Critical,Fix committed] - Assigned to Steven Dake (sdake) | 16:02 |
jpeeler | this is for ironic, so perhaps i messed something up. these ansible errors are difficult to figure out what to change | 16:03 |
*** jruano has joined #kolla | 16:04 | |
*** jmccarthy_ has quit IRC | 16:07 | |
jpeeler | looks like heat has the same problem, let's see if that fixes things up | 16:09 |
*** unicell has quit IRC | 16:14 | |
*** unicell has joined #kolla | 16:14 | |
*** banix has joined #kolla | 16:21 | |
openstackgerrit | Paul Bourke proposed stackforge/kolla: Add missing Swift services, also ansible configuration https://review.openstack.org/218795 | 16:32 |
*** SourabhP has quit IRC | 16:36 | |
*** SourabhP has joined #kolla | 16:47 | |
*** chandankumar has quit IRC | 16:48 | |
*** inc0 has quit IRC | 16:58 | |
*** achanda has joined #kolla | 17:14 | |
*** achanda has quit IRC | 17:21 | |
*** achanda has joined #kolla | 17:22 | |
*** banix_ has joined #kolla | 17:29 | |
*** akwasnie has quit IRC | 17:29 | |
*** banix has quit IRC | 17:30 | |
*** banix_ is now known as banix | 17:30 | |
*** loth has joined #kolla | 17:31 | |
*** SourabhP has quit IRC | 17:34 | |
*** absubram has quit IRC | 17:43 | |
*** SourabhP has joined #kolla | 17:53 | |
*** bradjones has joined #kolla | 17:53 | |
*** bradjones has quit IRC | 17:53 | |
*** bradjones has joined #kolla | 17:53 | |
*** tfukushima has quit IRC | 18:03 | |
*** shardy has quit IRC | 18:12 | |
*** jasonsb has quit IRC | 18:14 | |
*** jasonsb has joined #kolla | 18:14 | |
*** jasonsb has quit IRC | 18:19 | |
*** jbweber has joined #kolla | 18:33 | |
openstackgerrit | Jeff Peeler proposed stackforge/kolla: Use database_user_create in Heat bootstrap https://review.openstack.org/220270 | 18:40 |
*** jasonsb has joined #kolla | 18:57 | |
*** jruano has quit IRC | 19:12 | |
*** SourabhP has quit IRC | 19:16 | |
*** SourabhP has joined #kolla | 19:16 | |
*** achanda has quit IRC | 19:18 | |
*** chandankumar has joined #kolla | 19:32 | |
*** thumpba has joined #kolla | 19:32 | |
*** banix has quit IRC | 19:41 | |
*** achanda has joined #kolla | 20:18 | |
*** achanda has quit IRC | 20:24 | |
*** sdake has joined #kolla | 20:25 | |
*** sdake_ has quit IRC | 20:29 | |
*** achanda has joined #kolla | 20:29 | |
*** achanda has quit IRC | 20:38 | |
*** achanda has joined #kolla | 20:47 | |
*** chandankumar has quit IRC | 20:49 | |
*** jruano has joined #kolla | 20:50 | |
openstackgerrit | Jeff Peeler proposed stackforge/kolla: Rename Galera to MariaDB https://review.openstack.org/220043 | 21:00 |
*** jtriley has quit IRC | 21:08 | |
*** jruano has quit IRC | 21:30 | |
*** unicell has quit IRC | 21:52 | |
*** jruano has joined #kolla | 22:31 | |
*** thumpba has quit IRC | 22:40 | |
*** jeblair has quit IRC | 22:59 | |
*** sdake has quit IRC | 23:06 | |
*** jmccarthy has quit IRC | 23:18 | |
*** jmccarthy has joined #kolla | 23:18 | |
*** bradjones has quit IRC | 23:31 | |
*** achanda has quit IRC | 23:31 | |
*** dims has quit IRC | 23:44 | |
*** dims has joined #kolla | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!