*** dave-mccowan has quit IRC | 00:14 | |
*** zhanglong has joined #openstack-kolla | 00:16 | |
*** dave-mccowan has joined #openstack-kolla | 00:31 | |
*** dave-mccowan has quit IRC | 01:10 | |
*** dave-mccowan has joined #openstack-kolla | 01:25 | |
*** donghm has joined #openstack-kolla | 02:14 | |
*** hongbin has joined #openstack-kolla | 02:19 | |
*** unicell has joined #openstack-kolla | 02:28 | |
*** hongbin has quit IRC | 02:35 | |
*** hongbin has joined #openstack-kolla | 02:35 | |
*** hongbin_ has joined #openstack-kolla | 02:41 | |
*** hongbin has quit IRC | 02:43 | |
*** skramaja has joined #openstack-kolla | 03:02 | |
*** unicell has quit IRC | 03:04 | |
*** unicell has joined #openstack-kolla | 03:05 | |
*** dave-mccowan has quit IRC | 03:11 | |
*** zhanglong has quit IRC | 03:30 | |
*** zhangfei has joined #openstack-kolla | 03:54 | |
donghm | seems like gate checks were failed at the neutron-client | 04:10 |
---|---|---|
*** zhangfei has quit IRC | 04:10 | |
donghm | could any cores review this patch to fix the gates https://review.openstack.org/#/c/612210/ | 04:10 |
donghm | spsurya, chason ^^ | 04:14 |
spsurya | donghm: done | 04:21 |
*** hongbin_ has quit IRC | 04:22 | |
*** hongbin has joined #openstack-kolla | 04:24 | |
openstackgerrit | Merged openstack/kolla-ansible stable/queens: Clear all l3 related namespace before starting neutron-l3-agent only when l3_ha is enable https://review.openstack.org/592161 | 04:37 |
*** hongbin has quit IRC | 04:38 | |
*** masber has joined #openstack-kolla | 04:42 | |
*** unicell has quit IRC | 04:48 | |
*** unicell has joined #openstack-kolla | 04:51 | |
masber | hi, is gpu supported in kolla-ansible? | 05:12 |
*** Luzi has joined #openstack-kolla | 05:52 | |
chason | donghm done | 05:54 |
donghm | thanks chason spsurya | 06:04 |
*** pcaruana has joined #openstack-kolla | 06:21 | |
*** xinliang has joined #openstack-kolla | 06:25 | |
*** janki has joined #openstack-kolla | 06:30 | |
*** unicell has quit IRC | 06:33 | |
*** jbadiapa has joined #openstack-kolla | 06:42 | |
egonzalez | masber what is needed for GPU support? config file changes or something else? | 06:43 |
masber | egonzalez, yes but "I think" libvirt version is also important | 06:44 |
*** lvdombrkr has joined #openstack-kolla | 06:44 | |
*** chkumar|off is now known as chandankumar | 06:45 | |
egonzalez | masber our libvirt version is what the distros provide, guess will be compatible | 06:45 |
openstackgerrit | Merged openstack/kolla-ansible master: Use openstackclient instead of neutronclient https://review.openstack.org/612210 | 06:45 |
masber | ok! | 06:45 |
masber | egonzalez, what about FPGAs? | 06:45 |
egonzalez | no idea whats the state of that | 06:46 |
*** emccormick has quit IRC | 06:48 | |
mnasiadka | morning | 06:50 |
mnasiadka | masber: for fpga you need to look into Cyborg project | 06:52 |
*** pcaruana has quit IRC | 06:58 | |
egonzalez | FYI, rocky final release has been proposed, once release team merges it will be generally available | 07:07 |
*** zhangfei has joined #openstack-kolla | 07:12 | |
*** pcaruana has joined #openstack-kolla | 07:13 | |
*** ktibi has joined #openstack-kolla | 07:28 | |
*** rgogunskiy has joined #openstack-kolla | 07:32 | |
*** donghm has quit IRC | 07:33 | |
spsurya | egonzalez: thanks for info | 07:44 |
*** phuoc has quit IRC | 08:06 | |
*** shardy has joined #openstack-kolla | 08:09 | |
quoth | Hi all, are there any core devs able to review https://review.openstack.org/#/c/607292/ ? Thanks | 08:10 |
*** dougsz has joined #openstack-kolla | 08:11 | |
*** k_mouza has joined #openstack-kolla | 08:13 | |
*** hamzaachi has joined #openstack-kolla | 08:13 | |
ktibi | Hi kolla ;) | 08:14 |
ktibi | Since 2 months, I use fernet for my platform. But I don't know why, I think fernet rotation is not working :/ | 08:15 |
ktibi | The rotation is execute every time I reconfigure... | 08:15 |
*** shardy has quit IRC | 08:16 | |
*** zhangfei has quit IRC | 08:20 | |
*** sshnaidm|off is now known as sshnaidm|ruck | 08:22 | |
ktibi | I checked all keystone container and crontab file is empty. | 08:25 |
*** shardy has joined #openstack-kolla | 08:31 | |
egonzalez | ktibi is keystone-fernet container | 08:33 |
ktibi | egonzalez, yes but the crontab of this container is empty :/ | 08:34 |
egonzalez | https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/keystone/templates/keystone-fernet.json.j2#L12 | 08:34 |
ktibi | ok I have a cron file in /var/spool/cron/.... but the script is never call :/ | 08:35 |
*** emccormick has joined #openstack-kolla | 08:36 | |
*** gfidente has joined #openstack-kolla | 08:37 | |
ktibi | egonzalez, ok maybe the path is not good | 08:39 |
ktibi | /var/spool/cron/username is on the documentation of centos | 08:39 |
ktibi | and kolla define /var/spool/cron/crontabs/root/fernet-cron | 08:40 |
ktibi | egonzalez, /var/spool/cron/crontabs/root/ is for ubuntu | 08:41 |
ktibi | not for centos :p | 08:41 |
egonzalez | hrm :/ | 08:41 |
*** donghm has joined #openstack-kolla | 08:41 | |
egonzalez | good catch | 08:41 |
ktibi | egonzalez, Can we add condition in keystone-fernet.json.j2 ??? | 08:43 |
ktibi | or I can make the PR | 08:43 |
egonzalez | yep, is done for apache in many places | 08:43 |
mnasiadka | it's jinja2 template, so no problems with that | 08:45 |
openstackgerrit | Kevin Tibi proposed openstack/kolla-ansible master: Fernet cron path https://review.openstack.org/612284 | 08:49 |
*** nguyenhai has quit IRC | 08:52 | |
*** nguyenhai has joined #openstack-kolla | 08:53 | |
*** cah_link has joined #openstack-kolla | 08:54 | |
*** cah_link has quit IRC | 08:54 | |
openstackgerrit | Doug Szumski proposed openstack/kolla-ansible master: Ignore doc build path https://review.openstack.org/610983 | 08:55 |
*** cah_link has joined #openstack-kolla | 08:57 | |
*** cah_link has quit IRC | 08:58 | |
*** cah_link has joined #openstack-kolla | 09:07 | |
*** xinliang has quit IRC | 09:18 | |
*** gary_perkins has joined #openstack-kolla | 09:20 | |
*** sambetts|afk is now known as sambetts | 09:30 | |
*** fillmore has joined #openstack-kolla | 09:32 | |
fillmore | => /etc/kolla//ovsdpdk-db/ovs-dpdkctl.sh install | 09:33 |
fillmore | [Errno 2] No such file or directory: '/etc/default/ovs-dpdk.conf' | 09:34 |
fillmore | There's no /etc/default/ovs-dpdk.conf ? | 09:34 |
*** zzzeek_ has quit IRC | 09:37 | |
*** k_mouza has quit IRC | 09:38 | |
*** zzzeek has joined #openstack-kolla | 09:40 | |
*** skramaja has quit IRC | 09:44 | |
ktibi | Can change logo of horizon with kolla ansible ? | 09:46 |
hrw | ktibi: do a theme | 09:49 |
ktibi | hrw, easy to add a theme with kolla ? | 09:49 |
hrw | ktibi: moment | 09:49 |
hrw | https://git.linaro.org/leg/sdi/kolla/ldc-overlay.git/ adds Linaro theme for horizon using overrides | 09:50 |
hrw | https://git.linaro.org/leg/sdi/kolla/ldc-overlay.git/commit/?id=a3c99b3315cd8ccc4e0523fcc5c180e622872f08 adds tehem into image | 09:50 |
hrw | https://review.openstack.org/#/c/550800/ (merged) allows to choose | 09:50 |
ktibi | hrw, ok for rocky :p | 09:51 |
hrw | ktibi: you on queens? backport? | 09:52 |
ktibi | yes on queens | 09:53 |
fillmore | Deploy all-in-one error with ovs-dpdk. | 09:53 |
fillmore | => /etc/kolla//ovsdpdk-db/ovs-dpdkctl.sh install | 09:53 |
fillmore | [Errno 2] No such file or directory: '/etc/default/ovs-dpdk.conf' | 09:53 |
fillmore | There's no /etc/default/ovs-dpdk.conf. Any suggestion ? | 09:53 |
ktibi | hrw, need this backport for customize launch_instance_options too | 09:53 |
ktibi | But we can't backport feature no ? | 09:53 |
hrw | fillmore: do you plan to repeat it in another 20 minutes? | 09:53 |
hrw | ktibi: if it is kolla feature then why not? | 09:54 |
hrw | fillmore: I have no idea how kolla images behave when they are built from oraclelinux binaries | 09:55 |
fillmore | Host Ubuntu 16.04 with stable/queens + source built with Ubuntu 16.04 | 09:57 |
hrw | fillmore: you see? now it is more clear what you did to get that issue | 09:58 |
hrw | fillmore: I suppose that Ubuntu package of openswitch-dpdk does not include default config anymore and no one noticed that | 09:59 |
*** k_mouza has joined #openstack-kolla | 10:01 | |
*** sean-k-mooney has joined #openstack-kolla | 10:03 | |
fillmore | I am just a user. I build Kolla all-in-one with ovs-dpdk, but it seems a lot of error. And i don't know where the problem is. | 10:04 |
hrw | fillmore: disable it in globals.yml (if there is such option) | 10:04 |
hrw | sean-k-mooney: do you remember when last time you tested ovs-dpdk ubuntu image? | 10:05 |
fillmore | But i need ovs-dpdk to test the feature. | 10:05 |
hrw | fillmore: check kolla-ansible/tools/ - there is a script which failed. | 10:07 |
*** FlorianFa has joined #openstack-kolla | 10:07 | |
fillmore | => /etc/kolla//ovsdpdk-db/ovs-dpdkctl.sh install | 10:09 |
fillmore | [Errno 2] No such file or directory: '/etc/default/ovs-dpdk.conf' | 10:09 |
hrw | fillmore: please open a bug. | 10:10 |
fillmore | I don't know who should generate ovs-dpdk.conf | 10:10 |
hrw | fillmore: I suspect that there was package which did | 10:10 |
hrw | and 'was' is a key | 10:11 |
*** shardy has quit IRC | 10:13 | |
sean-k-mooney | hrw: it has been at least 2 releases | 10:14 |
sean-k-mooney | ovs-dpdk.conf is generated by the ovs-dpdkctl tool | 10:14 |
hrw | sean-k-mooney: thx. can you help fillmore? I only know that dpdk exists and did some packaging around it year ago | 10:14 |
sean-k-mooney | it is generated by kolla ansible | 10:15 |
sean-k-mooney | reading back | 10:15 |
*** shardy has joined #openstack-kolla | 10:16 | |
sean-k-mooney | ok so ovs-dpdkctl.sh was a script i wrote to provide a corss plathform tool for configuring ovs-dpdk | 10:16 |
sean-k-mooney | and /etc/default/ovs-dpdk.conf is the config that it generates | 10:17 |
fillmore | Ok i trace ovs-dpdkctl.sh to check why it does not generate the conf | 10:17 |
fillmore | In my platform it does not generate ovs-dpdk.conf | 10:17 |
sean-k-mooney | fillmore: it likely mean that the global.conf did not contain all the required info | 10:17 |
FlorianFa | I have a short question about dpdk an Centos.... | 10:17 |
FlorianFa | it is not possible to source build a centos 7 image with dpdk? | 10:18 |
FlorianFa | https://docs.openstack.org/kolla/latest/admin/template-override/ovs-dpdk.html | 10:18 |
sean-k-mooney | FlorianFa: its possible but i dont know if the ovs-dpdk template override is up to date | 10:19 |
fillmore | Currently not support, i have already tested | 10:19 |
fillmore | Tha;t why i change to use Ubuntu | 10:19 |
sean-k-mooney | it used to work on centos also but it has not been maintained for some time. | 10:19 |
FlorianFa | thank you for the info. Is a documentation out there how can I build a kolla image from ground up? | 10:19 |
sean-k-mooney | FlorianFa: well there is the normal image building docs but is there a specific image you wanted to build | 10:21 |
FlorianFa | e.g. build a kolla image for an openstack service that is not existing at the moment in the kolla environment | 10:21 |
fillmore | sudo kolla-build --base ubuntu -t source <kolla_image name> | 10:22 |
hrw | fillmore: skip sudo | 10:22 |
fillmore | example: sudo kolla-build --base ubuntu -t source ovsdpdk | 10:22 |
FlorianFa | okay... | 10:22 |
FlorianFa | and how about masakari? | 10:22 |
hrw | fillmore: give your user access to docker and no sudo will be needed | 10:22 |
sean-k-mooney | hrw: sudo will be needed if your user does not have docker acess | 10:22 |
fillmore | ok | 10:22 |
*** dave-mccowan has joined #openstack-kolla | 10:23 | |
*** pbourke has quit IRC | 10:23 | |
*** lvdombrkr has quit IRC | 10:23 | |
hrw | sean-k-mooney: sure. but it is better to give docker access than sudo one ;D | 10:23 |
sean-k-mooney | hrw: you realise that giving docker acess can allow you to escalate to root privlages right | 10:25 |
FlorianFa | I eventually want to participate to kolla/kolla-ansible dev. | 10:26 |
hrw | sean-k-mooney: similar to giving sudo access | 10:26 |
sean-k-mooney | hrw: yep | 10:27 |
FlorianFa | But I don't know where I should start | 10:27 |
sean-k-mooney | FlorianFa: fillmore i dont know if i will get a chance to look at ovs-dpdk support in the short term | 10:27 |
FlorianFa | for example how to build a kolla image | 10:27 |
sean-k-mooney | fillmore: if you have an error i would be happy to help | 10:27 |
hrw | FlorianFa: use, test, find something which you think should work better or in other way | 10:27 |
FlorianFa | hrw thank you for your help. | 10:28 |
FlorianFa | I will try it. | 10:28 |
sean-k-mooney | hrw: by the way i dont know if you saw that i abandoned my remaining ovs-dpdk patches https://review.openstack.org/#/q/status:abandoned+project:openstack/kolla-ansible+branch:master+topic:bp/ovs-dpdk | 10:29 |
hrw | FlorianFa: my way of using kolla: git clone, virtualenv venv-for-kolla; . venv-for-kolla/bin/activate ; cd kolla; pip install -r requirements.txt; kolla-build-images.sh debian source | 10:30 |
sean-k-mooney | hrw: it would be good to add those features but i have not been working on kolla in 18 months or so | 10:30 |
hrw | FlorianFa: last command is a script: https://github.com/hrw/docker-utils/blob/master/kolla-build-images.sh | 10:30 |
fillmore | sean-k-mooney : I will trace where the problem is. Then i will report. | 10:30 |
hrw | sean-k-mooney: ok. I just noticed that you added dpdk stuff | 10:30 |
hrw | sean-k-mooney: I lack dpdk knowledge and we (at Linaro) lost our dpdk guy to other duties | 10:31 |
sean-k-mooney | hrw: yes. i wrote all the ovs-dpdk support minus some bug fixes by others since i have been less active. | 10:31 |
sean-k-mooney | if there are some specific issue i may be able to carve off some time for bug fixes related to dpdk | 10:32 |
hrw | FlorianFa: after that you have some images which you can push to repo and use for deployments (if you really need own images for that instead of official ones) | 10:33 |
sean-k-mooney | but since i joined redhat i have been focusing more on nova and less on dpdk/kolla then i did in the past | 10:33 |
hrw | sean-k-mooney: o, you are Red Hatter too | 10:33 |
sean-k-mooney | yep as of july. on RHOS-compute team | 10:33 |
hrw | sean-k-mooney: coolio | 10:37 |
*** chrizl has joined #openstack-kolla | 10:37 | |
hrw | sean-k-mooney: I am in ARM part of platform enablement. delegated to Linaro | 10:37 |
*** fillmore has quit IRC | 10:42 | |
*** pbourke has joined #openstack-kolla | 10:47 | |
*** ktibi has quit IRC | 10:52 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: DNM: Test Opendaylight https://review.openstack.org/598612 | 10:57 |
openstackgerrit | Kien Nguyen proposed openstack/kolla-ansible master: [WIP][DNM] Add Ansible Role Zaqar https://review.openstack.org/407760 | 10:57 |
*** ktibi has joined #openstack-kolla | 11:03 | |
*** hamzaachi has quit IRC | 11:06 | |
openstackgerrit | Doug Szumski proposed openstack/kolla master: Add Monasca Grafana image https://review.openstack.org/612348 | 11:12 |
*** owalsh has quit IRC | 11:13 | |
openstackgerrit | Doug Szumski proposed openstack/kolla master: Add Monasca Grafana image https://review.openstack.org/612348 | 11:15 |
openstackgerrit | Doug Szumski proposed openstack/kolla master: Add Monasca Grafana image https://review.openstack.org/612348 | 11:17 |
*** k_mouza has quit IRC | 11:20 | |
*** k_mouza has joined #openstack-kolla | 11:21 | |
*** hamzaachi has joined #openstack-kolla | 11:25 | |
*** gfidente has quit IRC | 11:25 | |
*** pcaruana has quit IRC | 11:26 | |
*** hjensas has joined #openstack-kolla | 11:31 | |
*** owalsh has joined #openstack-kolla | 11:41 | |
*** pcaruana has joined #openstack-kolla | 11:48 | |
*** gfidente has joined #openstack-kolla | 11:55 | |
*** k_mouza has quit IRC | 12:09 | |
*** janki has quit IRC | 12:10 | |
*** lemko has joined #openstack-kolla | 12:11 | |
*** pcaruana has quit IRC | 12:12 | |
*** pcaruana has joined #openstack-kolla | 12:12 | |
*** mjturek has joined #openstack-kolla | 12:16 | |
*** k_mouza has joined #openstack-kolla | 12:29 | |
*** lvdombrkr has joined #openstack-kolla | 12:37 | |
*** owalsh_ has joined #openstack-kolla | 12:48 | |
*** owalsh has quit IRC | 12:51 | |
*** jroll has quit IRC | 12:53 | |
*** jroll has joined #openstack-kolla | 12:54 | |
*** edleafe has joined #openstack-kolla | 12:55 | |
*** owalsh_ is now known as owalsh | 12:57 | |
*** owalsh has quit IRC | 12:58 | |
openstackgerrit | Merged openstack/kolla master: Improve pep8 checking along with hacking https://review.openstack.org/608933 | 13:10 |
*** owalsh has joined #openstack-kolla | 13:13 | |
openstackgerrit | Merged openstack/kolla-ansible master: Ignore doc build path https://review.openstack.org/610983 | 13:28 |
*** munimeha1 has joined #openstack-kolla | 13:33 | |
*** k_mouza_ has joined #openstack-kolla | 13:37 | |
*** hjensas has quit IRC | 13:37 | |
*** k_mouza has quit IRC | 13:39 | |
*** k_mouza_ has quit IRC | 13:46 | |
*** k_mouza has joined #openstack-kolla | 13:50 | |
*** ktibi has quit IRC | 13:58 | |
*** gfidente has quit IRC | 14:01 | |
*** Luzi has quit IRC | 14:05 | |
*** ktibi has joined #openstack-kolla | 14:19 | |
ktibi | Hi core team , can you review https://review.openstack.org/#/c/612284/ Thx ;) | 14:20 |
openstackgerrit | Hongbin Lu proposed openstack/kolla-ansible master: Add Zun scenario job for ubuntu https://review.openstack.org/565240 | 14:24 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Fix the zun-wsproxy missing in site.yml https://review.openstack.org/612408 | 14:26 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Fix the zun-wsproxy group missing in site.yml https://review.openstack.org/612408 | 14:32 |
*** k_mouza has quit IRC | 14:37 | |
*** k_mouza has joined #openstack-kolla | 14:45 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Fix the config action to genconfig https://review.openstack.org/612409 | 14:45 |
*** k_mouza has quit IRC | 14:47 | |
*** k_mouza has joined #openstack-kolla | 14:47 | |
openstackgerrit | Merged openstack/kolla-ansible master: Optimize reconfiguration for multipathd https://review.openstack.org/569419 | 14:51 |
openstackgerrit | Doug Szumski proposed openstack/kolla-ansible master: Add missing project name for Monasca https://review.openstack.org/612411 | 14:52 |
openstackgerrit | Doug Szumski proposed openstack/kolla-ansible master: Enable Kibana if Monasca enabled https://review.openstack.org/612412 | 14:52 |
openstackgerrit | Doug Szumski proposed openstack/kolla-ansible master: Add missing HAProxy port checks for Monasca https://review.openstack.org/612413 | 14:52 |
openstackgerrit | Doug Szumski proposed openstack/kolla-ansible master: Support using external DBs in Monasca https://review.openstack.org/612414 | 14:52 |
openstackgerrit | Doug Szumski proposed openstack/kolla-ansible master: Add support for deploying Monasca Grafana https://review.openstack.org/612415 | 14:52 |
*** lvdombrkr has quit IRC | 14:54 | |
*** hjensas has joined #openstack-kolla | 14:57 | |
openstackgerrit | zhulingjie proposed openstack/kolla-ansible master: Remove the unnecessary default value https://review.openstack.org/568583 | 15:07 |
*** rgogunskiy has quit IRC | 15:08 | |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Remove the deprecate the Glance Registry https://review.openstack.org/565248 | 15:10 |
*** pcaruana has quit IRC | 15:12 | |
*** gfidente has joined #openstack-kolla | 15:20 | |
openstackgerrit | caoyuan proposed openstack/kolla master: [WIP]Remove the deprecate the Glance Registry https://review.openstack.org/565249 | 15:21 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Make the reconfigure action works https://review.openstack.org/612420 | 15:22 |
*** ktibi has quit IRC | 15:31 | |
*** chrizl has quit IRC | 15:31 | |
*** itlinux has joined #openstack-kolla | 15:46 | |
*** cah_link has quit IRC | 15:59 | |
openstackgerrit | Merged openstack/kolla-ansible master: Enable setting of ceilometer as a non-root user https://review.openstack.org/610908 | 16:06 |
*** mattgo has joined #openstack-kolla | 16:12 | |
*** hamzaachi has quit IRC | 16:23 | |
*** shardy has quit IRC | 16:24 | |
*** sshnaidm|ruck is now known as sshnaidm|afk | 16:27 | |
*** k_mouza has quit IRC | 16:42 | |
*** dougsz has quit IRC | 16:57 | |
*** sambetts is now known as sambetts|afk | 17:18 | |
*** irclogbot_0 has joined #openstack-kolla | 17:25 | |
*** pcaruana has joined #openstack-kolla | 17:27 | |
*** irclogbot_0 has quit IRC | 17:31 | |
*** mattgo has quit IRC | 17:32 | |
*** hjensas has quit IRC | 17:33 | |
*** irclogbot_0 has joined #openstack-kolla | 17:34 | |
*** irclogbot_3 has joined #openstack-kolla | 17:34 | |
*** goldyfruit has joined #openstack-kolla | 17:35 | |
*** hamzaachi has joined #openstack-kolla | 17:40 | |
*** irclogbot_3 has quit IRC | 17:56 | |
*** irclogbot_0 has quit IRC | 17:56 | |
*** pcaruana has quit IRC | 17:57 | |
*** irclogbot_0 has joined #openstack-kolla | 18:06 | |
*** irclogbot_3 has joined #openstack-kolla | 18:06 | |
*** hjensas has joined #openstack-kolla | 18:22 | |
*** hjensas has quit IRC | 18:26 | |
*** hjensas has joined #openstack-kolla | 18:42 | |
*** niedbalski has quit IRC | 18:51 | |
*** irclogbot_0 has quit IRC | 19:14 | |
*** irclogbot_3 has quit IRC | 19:14 | |
*** irclogbot_0 has joined #openstack-kolla | 19:15 | |
*** irclogbot_3 has joined #openstack-kolla | 19:15 | |
openstackgerrit | Merged openstack/kolla-ansible master: Make the neutron container restart when it changed https://review.openstack.org/612058 | 19:45 |
emccormick | ^^ Hurray! | 19:54 |
openstackgerrit | Kris Lindgren proposed openstack/kolla-ansible master: Allow disabling insecure API endpoints https://review.openstack.org/548407 | 20:11 |
*** irclogbot_0 has quit IRC | 20:27 | |
*** irclogbot_3 has quit IRC | 20:27 | |
*** emccormick has quit IRC | 20:48 | |
*** dmellado has quit IRC | 21:32 | |
*** gouthamr has quit IRC | 21:32 | |
*** spsurya has quit IRC | 21:38 | |
*** gfidente has quit IRC | 21:45 | |
*** hamzaachi has quit IRC | 21:58 | |
*** goldyfruit has quit IRC | 22:11 | |
*** lemko has quit IRC | 22:32 | |
*** goldyfruit has joined #openstack-kolla | 23:07 | |
*** Pavo has joined #openstack-kolla | 23:15 | |
Pavo | Anyone here, having some issues with TASK [nova : Waiting for nova-compute service up], the container is running on the compute nodes but for some reason its not giving a up status to ansible | 23:16 |
Pavo | and just did a step by step install of kolla-ansible from the docs | 23:17 |
Pavo | for production | 23:17 |
Pavo | egonzalez you have any ideas? | 23:19 |
Pavo | egonzalez ok I think I found the fix you suggested https://review.openstack.org/#/c/519592/3/docker/kolla-toolbox/Dockerfile.j2 | 23:31 |
Pavo | How do I rebuild without downloading the github version of kolla-ansible? | 23:31 |
*** goldyfruit has quit IRC | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!