*** yingjun has joined #openstack-kolla | 00:08 | |
*** adrian_otto has joined #openstack-kolla | 00:09 | |
*** Pavo has quit IRC | 00:19 | |
*** Pavo has joined #openstack-kolla | 00:27 | |
*** MasterOfBugs has quit IRC | 00:31 | |
*** MasterOfBugs has joined #openstack-kolla | 00:32 | |
*** jtriley has joined #openstack-kolla | 00:34 | |
*** goldyfruit has quit IRC | 00:38 | |
*** eaguilar has joined #openstack-kolla | 00:40 | |
*** yingjun has quit IRC | 00:46 | |
*** butchster has joined #openstack-kolla | 00:52 | |
*** mgoddard has quit IRC | 00:58 | |
*** jtriley has quit IRC | 00:59 | |
*** krtaylor has quit IRC | 01:01 | |
*** Pavo has quit IRC | 01:01 | |
*** Margin has joined #openstack-kolla | 01:03 | |
*** jpstnh has joined #openstack-kolla | 01:04 | |
*** cuongnv has joined #openstack-kolla | 01:06 | |
*** tovin07_ has joined #openstack-kolla | 01:07 | |
*** g3ek has quit IRC | 01:07 | |
*** haplo37 has quit IRC | 01:07 | |
*** MarginHu has joined #openstack-kolla | 01:08 | |
*** Margin has quit IRC | 01:08 | |
*** haplo37_ has quit IRC | 01:11 | |
*** MarginHu has quit IRC | 01:13 | |
*** haplo37 has joined #openstack-kolla | 01:20 | |
*** goldyfruit has joined #openstack-kolla | 01:20 | |
*** haplo37_ has joined #openstack-kolla | 01:22 | |
*** g3ek has joined #openstack-kolla | 01:22 | |
*** jrist has quit IRC | 01:23 | |
*** duonghq has quit IRC | 01:23 | |
*** openstackgerrit has quit IRC | 01:23 | |
*** otavio has quit IRC | 01:24 | |
*** otavio has joined #openstack-kolla | 01:24 | |
*** vi01et03_ has joined #openstack-kolla | 01:29 | |
*** adrian_otto has quit IRC | 01:30 | |
Jeffrey4l | sbezverk, around? | 01:31 |
---|---|---|
Jeffrey4l | that is a bug, actually. and in kolla-ansible, run nova-compute and nova-compute-ironic in the same node will cause some issue. | 01:32 |
*** MasterOfBugs has quit IRC | 01:32 | |
*** saneax is now known as saneax-_-|AFK | 01:35 | |
*** jrist has joined #openstack-kolla | 01:36 | |
sbezverk | Jeffrey4l: hey | 01:39 |
*** Pavo has joined #openstack-kolla | 01:40 | |
Jeffrey4l | morning sbezverk :) | 01:40 |
*** rwellum has joined #openstack-kolla | 01:40 | |
*** crushil has joined #openstack-kolla | 01:40 | |
sbezverk | Good morning, can we make then both configurable? | 01:40 |
sbezverk | not mutually exclusive | 01:40 |
Jeffrey4l | first of all, curiosity what the usecase of kolla-kubernetes. | 01:41 |
Jeffrey4l | does it run nova-compute and nova-compute-ironic on the same node? with the same hostname? | 01:41 |
sbezverk | deploying vm and baremetal | 01:41 |
Jeffrey4l | yep. kolla-ansible support vm and baremetal at the same time. | 01:41 |
sbezverk | Jeffrey4l: the beauty of kube is nova-compute-ironic does not need to run | 01:41 |
Jeffrey4l | with inventory enable variable. | 01:41 |
sbezverk | in host=network | 01:42 |
Jeffrey4l | sbezverk, could u explain more? | 01:42 |
sbezverk | so the host name is different from nova-compute and they can perfectly co-exist on the same cimpute node | 01:42 |
Jeffrey4l | interesting. so the hostname is different in the containers on the same node? for all services? | 01:43 |
sbezverk | yes | 01:43 |
sbezverk | let me see if I still have log from sucessful run | 01:43 |
Jeffrey4l | where the hostname come from? random? or assigned? | 01:43 |
*** zhubingbing_ has joined #openstack-kolla | 01:43 | |
sbezverk | check this out http://paste.openstack.org/show/599946/ | 01:44 |
Jeffrey4l | in kolla-ansible, since we use --net host, we use the same hostname in the same node. | 01:44 |
Jeffrey4l | what's the jgg0z and -0 and 7377367 means? | 01:45 |
sbezverk | Jeffrey4l: right, but nova-compute-ironic does not need it, it can live with just a vertual interface | 01:45 |
Jeffrey4l | is the " centos-7-osic-cloud1-s3500-7377367" the real hostname? | 01:46 |
sbezverk | centos-7-osic-cloud1-s3500-7377367 it is just a host name the gate gave us | 01:46 |
Jeffrey4l | for nova-conductor-0 , it is using a virtual interface, right? | 01:46 |
sbezverk | nova-compute-ironic-jgg0z is the name of container | 01:46 |
sbezverk | nova-conductor-0 yep | 01:47 |
Jeffrey4l | cool, got it. | 01:47 |
sbezverk | only compute node access real interface and as a result registers with real host name | 01:47 |
sbezverk | all other components use virtual names | 01:47 |
Jeffrey4l | we may need add a separate variable for this. | 01:47 |
Jeffrey4l | simple revert that patch may cause some issue in kolla-ansible. | 01:48 |
sbezverk | Jeffrey4l: what ever you find more appropriet | 01:48 |
Jeffrey4l | which branch do you want this to fix? master? ocata? | 01:48 |
sbezverk | but I would appreciate if you could fix it soon | 01:48 |
sbezverk | both, since we mostly use ocata images now | 01:48 |
Jeffrey4l | when parsing or genconfig, does kolla-k8s using the inventory file? | 01:49 |
sbezverk | but since we use master for ansible | 01:49 |
sbezverk | then I guess just master would work too | 01:49 |
Jeffrey4l | cool. | 01:49 |
sbezverk | if you introduce new variable to enable ironic and nova compute then we can enable both in our gate | 01:50 |
sbezverk | and it should work | 01:50 |
sbezverk | I mean variable per each | 01:50 |
Jeffrey4l | how about, in kolla-kubernetes run nova-compute all the time and run nova-compute-ironic when enable_ironic is yes. | 01:52 |
Jeffrey4l | does kolla-k8s will implement nova fake feature? | 01:53 |
*** rhallisey has quit IRC | 01:53 | |
sbezverk | Jeffrey4l: works for me | 01:54 |
sbezverk | Jeffrey4l: not at the moment | 01:54 |
sbezverk | I mean fake feature | 01:54 |
sbezverk | we need to finish real features before starting fake ones ;) | 01:55 |
Jeffrey4l | sbezverk, how about nova-compute.enabled: "{{ True if orchestration_engine == 'KUBERNETES' else not enable_nova_fake | bool and not enable_ironic | bool }}" | 01:56 |
*** kwazar has quit IRC | 01:56 | |
sbezverk | Jeffrey4l: so if I need to enable ironic, nova compute will still stays enabled because on orchestration check right? | 01:59 |
Jeffrey4l | sbezverk, yep. | 01:59 |
sbezverk | super | 01:59 |
*** openstackgerrit has joined #openstack-kolla | 01:59 | |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: Run nova-compute and nova-compute-ironic at the same time on kolla-k8s https://review.openstack.org/436727 | 01:59 |
Jeffrey4l | sbezverk, check ^^ | 01:59 |
sbezverk | Jeffrey4l: not expert in ansible, but looks good to me | 02:00 |
Jeffrey4l | cool. ;) | 02:01 |
sbezverk | Jeffrey4l: another thing, starting from this sunday all our job fails with the same error: nova api shows these trace backs http://paste.openstack.org/show/599953/ | 02:08 |
sbezverk | have you seen it before? | 02:09 |
Jeffrey4l | no. seems like nova-api wait for some message in MQ. | 02:10 |
Jeffrey4l | is this booting new instances? sbezverk | 02:11 |
Jeffrey4l | sbezverk, wait, what image are u using? | 02:11 |
Jeffrey4l | we removed use_neutron=true in master. | 02:12 |
Jeffrey4l | seems like it causes the issue.. | 02:12 |
sbezverk | Jeffrey4l: let me check | 02:12 |
sbezverk | I think it is mitaka images | 02:12 |
sbezverk | Jeffrey4l: yeah it is mitaka images 2.0.2 | 02:13 |
Jeffrey4l | oops.. | 02:14 |
*** unicell has quit IRC | 02:14 | |
Jeffrey4l | why not bump it to newton at least ;( | 02:15 |
Jeffrey4l | mitaka is very old. with the latest kolla-ansible. | 02:15 |
Jeffrey4l | i recommend kolla-kubeneretes should use master-1 branch at least. | 02:16 |
sbezverk | agree we will do it very soon | 02:17 |
sbezverk | so I need to add enable_neutron in out kolla gate config? | 02:18 |
*** tovin07_at_work is now known as tovin7 | 02:18 | |
*** tovin7 is now known as tovin07 | 02:19 | |
*** tovin07_ has quit IRC | 02:19 | |
*** lucasxu has joined #openstack-kolla | 02:23 | |
*** yuanying has quit IRC | 02:32 | |
*** bpattewar has quit IRC | 02:41 | |
Jeffrey4l | sbezverk, no. add user_neutron=yes in nova.conf. | 02:42 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: Start nova-conductor earlier https://review.openstack.org/435647 | 02:45 |
openstackgerrit | Merged openstack/kolla-ansible master: Do not failed when there is no nova-compute is running https://review.openstack.org/435796 | 02:50 |
sbezverk | Jeffrey4l: if I do it after genconfig I will need to change bunch of nova.conf files | 02:51 |
*** japestinho has joined #openstack-kolla | 02:51 | |
Jeffrey4l | sbezverk, kolla-ansible support merge_config, do you know that? | 02:51 |
sbezverk | if there a way to do it before the genconfig so enable_neutron=true will get into all | 02:51 |
Jeffrey4l | genconfig will merge /etc/kolla/config/nova.conf into nova.conf file. | 02:52 |
sbezverk | ok I will then create a file | 02:52 |
sbezverk | cool | 02:52 |
*** tyrola has quit IRC | 02:54 | |
Jeffrey4l | it is caused by this path https://review.openstack.org/#/c/435637/ | 02:54 |
Jeffrey4l | you can add the use_neutron=True back into nova.conf by using merge_config feature. sbezverk | 02:54 |
*** tyrola has joined #openstack-kolla | 02:55 | |
Jeffrey4l | in most the cause , kolla-k8s can leverage this feature for customize the configuration file rather then change kolla-ansible directly. imo. | 02:55 |
*** lucasxu has quit IRC | 02:55 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf https://review.openstack.org/436734 | 02:56 |
sbezverk | Jeffrey4l: hopefully it will fix starting vm issue | 02:57 |
Jeffrey4l | it should fix the exception you post above. ;) | 02:58 |
zhubingbing_ | ping | 03:00 |
zhubingbing_ | ping sdake | 03:00 |
*** eaguilar has quit IRC | 03:00 | |
*** tonanhngo has quit IRC | 03:10 | |
*** yingjun has joined #openstack-kolla | 03:16 | |
*** financeMann has quit IRC | 03:20 | |
*** tyrola has quit IRC | 03:25 | |
*** tyrola has joined #openstack-kolla | 03:26 | |
*** adrian_otto has joined #openstack-kolla | 03:27 | |
*** salv-orlando has joined #openstack-kolla | 03:33 | |
*** yuanying has joined #openstack-kolla | 03:34 | |
*** salv-orlando has quit IRC | 03:38 | |
*** vi01et03_ has quit IRC | 03:40 | |
*** britthouser3 has quit IRC | 03:46 | |
*** britthouser has joined #openstack-kolla | 03:46 | |
*** lamt has joined #openstack-kolla | 03:47 | |
*** lamt has quit IRC | 03:55 | |
*** rwellum has quit IRC | 03:55 | |
*** rwellum has joined #openstack-kolla | 03:56 | |
*** crushil has quit IRC | 03:58 | |
*** crushil has joined #openstack-kolla | 03:58 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf https://review.openstack.org/436734 | 03:59 |
*** mattmceuen has joined #openstack-kolla | 04:06 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf https://review.openstack.org/436734 | 04:06 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf https://review.openstack.org/436734 | 04:19 |
japestinho | hello guys, if I want to use VLAN segmentation, where it should be configured from kolla-ansible perspective? | 04:20 |
*** lucasxu has joined #openstack-kolla | 04:24 | |
*** mattmceuen has quit IRC | 04:27 | |
*** mdnadeem has joined #openstack-kolla | 04:27 | |
*** lucasxu has quit IRC | 04:29 | |
*** caowei has joined #openstack-kolla | 04:32 | |
*** gfidente has joined #openstack-kolla | 04:35 | |
*** gfidente has quit IRC | 04:35 | |
*** gfidente has joined #openstack-kolla | 04:35 | |
*** gfidente has quit IRC | 04:36 | |
openstackgerrit | chen.xing proposed openstack/kolla-ansible master: [WIP] Add vitrage ansible role https://review.openstack.org/432608 | 04:40 |
*** erlon has quit IRC | 04:45 | |
*** sudipto_ has joined #openstack-kolla | 04:52 | |
*** sudipto has joined #openstack-kolla | 04:52 | |
*** unicell has joined #openstack-kolla | 04:55 | |
*** unicell1 has joined #openstack-kolla | 04:59 | |
sbezverk | kolla-kubernetes cores, please ack this PS asap, it resolves recent gate failures introduced by change neutron default in kolla-ansible: https://review.openstack.org/436734 | 04:59 |
*** unicell has quit IRC | 05:00 | |
*** rwellum has quit IRC | 05:01 | |
*** tonanhngo has joined #openstack-kolla | 05:11 | |
*** tonanhngo has quit IRC | 05:13 | |
*** crushil has quit IRC | 05:13 | |
*** adrian_otto has quit IRC | 05:16 | |
*** unicell1 has quit IRC | 05:17 | |
*** unicell has joined #openstack-kolla | 05:17 | |
*** unicell1 has joined #openstack-kolla | 05:19 | |
*** unicell has quit IRC | 05:22 | |
*** goldyfruit has quit IRC | 05:27 | |
*** salv-orlando has joined #openstack-kolla | 05:31 | |
*** salv-orlando has quit IRC | 05:36 | |
*** lucasxu has joined #openstack-kolla | 05:38 | |
*** saneax-_-|AFK is now known as saneax | 05:48 | |
*** jimmygc has joined #openstack-kolla | 05:50 | |
*** mdnadeem has quit IRC | 05:52 | |
*** mdnadeem has joined #openstack-kolla | 05:54 | |
jimmygc | Hello, anyone know how to auto run commands after daemon started in a kolla image? | 05:54 |
mrhillsman | auto run commands? | 05:55 |
jimmygc | automatically run commands | 05:56 |
jimmygc | I want to run tgt-admin to load targets into tgt, but it should be run after tgtd daemon. Like ExecStartPost in the systemd service file. | 05:58 |
*** duonghq_ is now known as dunoghq | 06:00 | |
*** lucasxu has quit IRC | 06:12 | |
openstackgerrit | chen.xing proposed openstack/kolla-ansible master: [WIP] Add vitrage ansible role https://review.openstack.org/432608 | 06:16 |
*** salv-orlando has joined #openstack-kolla | 06:19 | |
*** tyrola has quit IRC | 06:33 | |
*** tyrola has joined #openstack-kolla | 06:34 | |
openstackgerrit | Chris Suttles proposed openstack/kolla master: Improve kolla image build script for finding parent images https://review.openstack.org/436781 | 06:36 |
openstackgerrit | Chris Suttles proposed openstack/kolla master: Improve kolla image build script for finding parent images https://review.openstack.org/436781 | 06:46 |
*** bmace has quit IRC | 06:52 | |
*** vi01et03_ has joined #openstack-kolla | 07:05 | |
*** sp_ has quit IRC | 07:07 | |
*** bmace has joined #openstack-kolla | 07:14 | |
*** sp_ has joined #openstack-kolla | 07:19 | |
*** yuanying has quit IRC | 07:33 | |
openstackgerrit | Chris Suttles proposed openstack/kolla master: Improve kolla image build script for finding parent images https://review.openstack.org/436781 | 07:40 |
*** jrobinson has quit IRC | 07:40 | |
*** sdake has joined #openstack-kolla | 07:58 | |
sdake | sbezverk yo | 07:58 |
*** tonanhngo has joined #openstack-kolla | 08:01 | |
*** tonanhngo has quit IRC | 08:03 | |
*** jimmygc has quit IRC | 08:14 | |
*** cliles has quit IRC | 08:14 | |
*** yuanying has joined #openstack-kolla | 08:15 | |
*** sdake_ has joined #openstack-kolla | 08:20 | |
*** sdake has quit IRC | 08:21 | |
*** sdake_ has quit IRC | 08:26 | |
openstackgerrit | Zeyu Zhu proposed openstack/kolla-ansible master: Modify the hosts of the post-deploy.yml playbook https://review.openstack.org/436822 | 08:29 |
*** vi01et03_ has quit IRC | 08:29 | |
*** salv-orlando has quit IRC | 08:45 | |
*** cliles has joined #openstack-kolla | 08:52 | |
zhubingbing_ | ping sdake | 08:54 |
zhubingbing_ | i have a question for keepalived | 08:54 |
zhubingbing_ | can support keep lived in Kolla | 08:55 |
zhubingbing_ | can support keep lived in Kolla-K8s ? | 08:55 |
*** cliles has quit IRC | 08:56 | |
*** cliles has joined #openstack-kolla | 08:56 | |
*** salv-orlando has joined #openstack-kolla | 08:59 | |
*** rwallner has joined #openstack-kolla | 09:06 | |
*** rwallner has quit IRC | 09:10 | |
*** jistr is now known as jistr_afk | 09:11 | |
openstackgerrit | Zeyu Zhu proposed openstack/kolla-ansible master: Fix the error in document https://review.openstack.org/436838 | 09:14 |
*** rmart04 has joined #openstack-kolla | 09:16 | |
*** yingjun has quit IRC | 09:37 | |
*** zhuzeyu has quit IRC | 09:39 | |
*** hrw has quit IRC | 09:39 | |
*** hrw has joined #openstack-kolla | 09:44 | |
*** zioproto has joined #openstack-kolla | 09:53 | |
*** Serlex has joined #openstack-kolla | 09:58 | |
*** cuongnv has quit IRC | 10:00 | |
des_consolado | morning everybody :) | 10:04 |
des_consolado | nobody seemed to have any answers to my questions about development workflow for editing the actual openstack projects' (non-kolla) codes and then testing quickly, I think I figured it out though | 10:04 |
des_consolado | just added an extra volume to the nova-compute-ironic service in the defaults/main.yml so that I can bind mount the /var/lib/kolla/venv | 10:05 |
*** papacz1 has joined #openstack-kolla | 10:06 | |
*** papacz has quit IRC | 10:07 | |
*** papacz has joined #openstack-kolla | 10:08 | |
*** papacz1 has quit IRC | 10:11 | |
*** adrian_otto has joined #openstack-kolla | 10:18 | |
*** caowei has quit IRC | 10:18 | |
*** adrian_otto has quit IRC | 10:22 | |
*** eaguilar has joined #openstack-kolla | 10:27 | |
*** vi01et03_ has joined #openstack-kolla | 10:34 | |
*** jistr_afk is now known as jistr | 10:35 | |
*** dunoghq has quit IRC | 10:45 | |
openstackgerrit | Javier Castillo AlcĂbar proposed openstack/kolla master: Sahara needs to run ssh-keygen in order to generate keypair and access to cluster instances. We need sahara-base container to include this binary, even when we deploy based on source type. https://review.openstack.org/436869 | 10:50 |
*** egonzalez has joined #openstack-kolla | 10:53 | |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Add missing dashboard policies https://review.openstack.org/433570 | 11:09 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Improve developer documentation for Bifrost https://review.openstack.org/436462 | 11:15 |
*** tyrola has quit IRC | 11:15 | |
*** tyrola has joined #openstack-kolla | 11:16 | |
*** rmart04 has quit IRC | 11:18 | |
*** rmart04 has joined #openstack-kolla | 11:19 | |
*** sudipto has quit IRC | 11:25 | |
*** sudipto_ has quit IRC | 11:25 | |
*** mgoddard has joined #openstack-kolla | 11:26 | |
*** Prem has joined #openstack-kolla | 11:41 | |
*** zhubingbing_ has quit IRC | 11:42 | |
*** rmart04 has quit IRC | 11:44 | |
Prem | I am trying to build docker images using stable/ocata code. getting the package mismatch error Requires: openssl-libs(x86-64) = 1:1.0.1e-60.el7 Requires: openssl-libs(x86-64) = 1:1.0.1e-60.el7 | 11:44 |
Prem | when i verified it seems base image has openssl-libs(x86-64) = 1:1.0.1e-60.el7 package installed , but openstack-base image is not able to upgrade it to openssl-libs(x86-64) = 1:1.0.1e-60.el7 | 11:46 |
*** eaguilar has quit IRC | 11:46 | |
Prem | SamYaple or inc0 any suggestions about this error | 11:48 |
openstackgerrit | Eduardo Gonzalez proposed openstack/kolla-ansible master: Add missing dashboard policies https://review.openstack.org/433570 | 11:50 |
Prem | error is Requires: openssl-libs(x86-64) = 1:1.0.1e-60.el7 Available: 1:openssl-libs-1.0.1e-34.el7.x86_64 | 11:50 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf https://review.openstack.org/436734 | 11:59 |
sbezverk | egonzalez: could you please review this PS https://review.openstack.org/436727 the issue is blocking kolla-kubernetes gates.. | 12:01 |
egonzalez | done | 12:02 |
*** tonanhngo has joined #openstack-kolla | 12:03 | |
sbezverk | egonzalez: thank you. Have you seen other kolla-ansible cores online? | 12:03 |
*** tonanhngo has quit IRC | 12:05 | |
egonzalez | sbezverk nope, maybe mliima or berendt are online | 12:05 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla master: Allow full customisation of kube image binaries https://review.openstack.org/436897 | 12:07 |
sbezverk | pbourke: ping | 12:08 |
mliima | hey sbezverk | 12:08 |
sbezverk | egonzalez: thanks will keep an eye | 12:08 |
sbezverk | mliima: need this fix merged https://review.openstack.org/436727 | 12:08 |
sbezverk | appreciate if you could review it | 12:09 |
mliima | i'll merge it sbezverk | 12:10 |
mliima | :) | 12:10 |
mliima | done | 12:11 |
*** rwallner has joined #openstack-kolla | 12:12 | |
openstackgerrit | Merged openstack/kolla-ansible master: Run nova-compute and nova-compute-ironic at the same time on kolla-k8s https://review.openstack.org/436727 | 12:14 |
*** salv-orl_ has joined #openstack-kolla | 12:17 | |
sbezverk | mliima: thanks a lot | 12:18 |
*** rwallner has quit IRC | 12:18 | |
*** salv-orlando has quit IRC | 12:19 | |
*** rwallner has joined #openstack-kolla | 12:21 | |
*** salv-orl_ has quit IRC | 12:22 | |
*** pbourke has joined #openstack-kolla | 12:25 | |
*** salv-orlando has joined #openstack-kolla | 12:25 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla master: Allow full customisation of kube image binaries https://review.openstack.org/436897 | 12:26 |
openstackgerrit | Merged openstack/kolla-ansible master: Fix the error in document https://review.openstack.org/436838 | 12:26 |
openstackgerrit | Merged openstack/kolla-ansible master: Start nova-conductor earlier https://review.openstack.org/435647 | 12:27 |
openstackgerrit | Merged openstack/kolla-ansible master: Remove unnecessary until in register.yml file https://review.openstack.org/428719 | 12:28 |
*** sudipto_ has joined #openstack-kolla | 12:30 | |
*** sudipto has joined #openstack-kolla | 12:30 | |
*** jrist has quit IRC | 12:38 | |
*** rhallisey has joined #openstack-kolla | 12:40 | |
*** skramaja has joined #openstack-kolla | 12:43 | |
*** pcaruana has joined #openstack-kolla | 12:44 | |
*** jrist has joined #openstack-kolla | 12:51 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/kolla master: Reparent kolla-toolbox from openstack-base https://review.openstack.org/435023 | 12:56 |
*** sdake has joined #openstack-kolla | 12:59 | |
openstackgerrit | Merged openstack/kolla stable/newton: Change workers in murano service https://review.openstack.org/435777 | 13:00 |
*** sdake has quit IRC | 13:04 | |
*** sdake_ has joined #openstack-kolla | 13:04 | |
*** sdake_ has quit IRC | 13:04 | |
*** sdake has joined #openstack-kolla | 13:05 | |
*** goldyfruit has joined #openstack-kolla | 13:09 | |
Prem | did anyone observe the following error while building stable/ocata images. package mismatch error Requires: openssl-libs(x86-64) = 1:1.0.1e-60.el7 Available: 1:openssl-libs-1.0.1e-34.el7.x86_64 | 13:11 |
*** goldyfruit has quit IRC | 13:11 | |
*** erlon has joined #openstack-kolla | 13:11 | |
*** mattmceuen has joined #openstack-kolla | 13:12 | |
*** skramaja has quit IRC | 13:12 | |
*** mdnadeem has quit IRC | 13:12 | |
*** l4yerffeJ has quit IRC | 13:12 | |
*** l4yerffeJ has joined #openstack-kolla | 13:12 | |
*** sdake has quit IRC | 13:15 | |
*** sdake has joined #openstack-kolla | 13:17 | |
sbezverk | sdake: ping | 13:17 |
sdake | sup sbezverk | 13:18 |
sbezverk | sdake: the gate got broken, need to fix it. Here is the fix https://review.openstack.org/#/c/436734/ | 13:18 |
*** jpstnh has quit IRC | 13:22 | |
*** jpstnh has joined #openstack-kolla | 13:23 | |
*** adrian_otto has joined #openstack-kolla | 13:23 | |
*** Pavo_ has joined #openstack-kolla | 13:26 | |
openstackgerrit | Mark Goddard proposed openstack/kolla master: Fix binary ironic-inspector rootwrap configuration https://review.openstack.org/436922 | 13:29 |
*** sudipto has quit IRC | 13:30 | |
*** sudipto_ has quit IRC | 13:30 | |
des_consolado | have any of you ever had luck attaching a python debugger to one of the openstack python processes running in one of the containers, e.g. nova-compute? | 13:31 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate https://review.openstack.org/413193 | 13:33 |
*** japestinho_ has joined #openstack-kolla | 13:35 | |
kfox1111 | morning | 13:36 |
sbezverk | kfox1111: morning | 13:36 |
*** jpstnh has quit IRC | 13:38 | |
openstackgerrit | Merged openstack/kolla-kubernetes master: Adding use_neutron = True in nova.conf https://review.openstack.org/436734 | 13:39 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate https://review.openstack.org/413193 | 13:40 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm Ceph Mon https://review.openstack.org/410660 | 13:41 |
kfox1111 | sbezverk: sorry you couldn't make it to the ptg. was looking forward to hanging out with you. | 13:41 |
kfox1111 | gonna be able to make it to the summit? | 13:41 |
sbezverk | kfox1111: yeah, I will drive to Boston, since it is just 4 hours drive ;) | 13:42 |
kfox1111 | nice. :) | 13:43 |
*** salv-orlando has quit IRC | 13:43 | |
*** sudipto_ has joined #openstack-kolla | 13:43 | |
*** sudipto has joined #openstack-kolla | 13:43 | |
sbezverk | kfox1111: just hope borders will still be opened for canadians ;) | 13:43 |
*** skramaja has joined #openstack-kolla | 13:44 | |
kfox1111 | +1 :) | 13:44 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Pull container tallballs into the gate https://review.openstack.org/426598 | 13:45 |
kfox1111 | hehe. while gerrit now kind of sucks for phones, it has some really cool features too. | 13:46 |
kfox1111 | like being to edit files directly in the review. | 13:46 |
*** rwallner has quit IRC | 13:46 | |
*** zhurong has joined #openstack-kolla | 13:47 | |
sbezverk | kfox1111: never tried that, but how changes in gerrit will get back to the local workspace? do you need to cherry pick it after the change? | 13:48 |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Make Ironic inspector honour inventory https://review.openstack.org/436929 | 13:48 |
*** rwallner has joined #openstack-kolla | 13:49 | |
*** rwallner has quit IRC | 13:50 | |
*** mattmceuen has quit IRC | 13:50 | |
*** duonghq has joined #openstack-kolla | 13:52 | |
duonghq | evening guys | 13:52 |
duonghq | sdake, what is name of mic you used in PTG? | 13:53 |
duonghq | It did very nice work | 13:53 |
*** mgoddard has quit IRC | 13:54 | |
*** crushil has joined #openstack-kolla | 13:56 | |
*** salv-orlando has joined #openstack-kolla | 13:56 | |
*** lamt has joined #openstack-kolla | 13:58 | |
*** goldyfruit has joined #openstack-kolla | 13:58 | |
*** lamt has quit IRC | 13:58 | |
sdake | its on mailing list du | 13:59 |
sdake | duonghq | 13:59 |
sdake | gotta go :) | 13:59 |
*** dave-mccowan has joined #openstack-kolla | 13:59 | |
*** rwellum has joined #openstack-kolla | 13:59 | |
*** sdake has quit IRC | 13:59 | |
*** lamt has joined #openstack-kolla | 13:59 | |
*** crushil has quit IRC | 14:00 | |
*** crushil has joined #openstack-kolla | 14:01 | |
kfox1111 | sbezverk: they won't unfortunatly, unless you pull the update. | 14:01 |
kfox1111 | so mostly useful for tweaking something if your pretty sure its the last change. | 14:01 |
sbezverk | kfox1111: looks like the gates are going back to green | 14:03 |
*** gfidente has joined #openstack-kolla | 14:04 | |
kfox1111 | sbezverk: cool. thanks for fixing it. :) | 14:04 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Pull container tallballs into the gate https://review.openstack.org/426598 | 14:06 |
*** kristian__ has joined #openstack-kolla | 14:07 | |
*** dave-mcc_ has joined #openstack-kolla | 14:07 | |
kristian__ | Hi, can I run openstack kolla behind traefik proxy? | 14:08 |
*** sdake has joined #openstack-kolla | 14:08 | |
*** dave-mccowan has quit IRC | 14:10 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Pull container tallballs into the gate https://review.openstack.org/426598 | 14:11 |
duonghq | sdake, I don't think that we have 40 people at Atlanta, you and other guys did pretty work for remote participant, thanks | 14:12 |
*** lucasxu has joined #openstack-kolla | 14:13 | |
kfox1111 | sbezverk: https://review.openstack.org/#/c/410660/ | 14:13 |
*** adrian_otto has quit IRC | 14:13 | |
kfox1111 | kristian__: an interesting use case. I would think it would work. but I don't know if anyone yas tried. there is no automatic support at the moment for it. | 14:14 |
*** rwallner has joined #openstack-kolla | 14:15 | |
kfox1111 | sbezverk: how do you think we should start with adopting localpath? | 14:15 |
kristian__ | kfox1111: Would it be easy to hack kolla to add label to the haproxy container for kolla? | 14:15 |
duonghq | kfox1111, iirc, we don't support OpenStack cluster run behind any kind of proxy yet? | 14:16 |
kfox1111 | kristian__: not sure if you are talking about kolla-ansible or kolla-kubernetes. | 14:16 |
duonghq | *have not supported | 14:16 |
kristian__ | kolla-ansible for plain docker | 14:16 |
*** fguillot has joined #openstack-kolla | 14:16 | |
*** rwallner has quit IRC | 14:16 | |
kfox1111 | kristian__: ok. not sure how kolla-ansible works with labels there. k8s labels are much different. | 14:16 |
sdake | duonghq sorry that didn't parse :) | 14:17 |
sdake | locally we had about 50 people - online i think we had about 10 people | 14:17 |
*** rwallner has joined #openstack-kolla | 14:17 | |
sbezverk | kfox1111: you are talking about refering to charts by folder and not by repo right? | 14:17 |
kristian__ | going to look into it and I will try to get openstack working when ocata comes out | 14:17 |
duonghq | sdake, iirc, somebody said that we have 40 people it Atlanta | 14:17 |
sdake | i said that | 14:17 |
sdake | that was total people in the room | 14:18 |
kfox1111 | sbezverk: yeah. switching to using localpath in requirements rather then prebuild. | 14:18 |
duonghq | kristian__, kfox1111 in Ansible, we only have group of hosts, not label actually | 14:18 |
*** rwallner has quit IRC | 14:18 | |
kfox1111 | sbezverk: I'm a bit concerned it may be an all or nothing thing to do the switchover in microservices. | 14:18 |
duonghq | sdake, more than I thought before | 14:19 |
kfox1111 | sbezverk: maybe we should convert the service packages/compute kit over first? | 14:19 |
kristian__ | duonghq: I will be doing an AIO deployment and a standard docker label should work | 14:19 |
duonghq | sdake, are you still in Atlanta? | 14:19 |
sbezverk | kfox1111: also at the gate | 14:19 |
sdake | ya less people were talking then were in the room | 14:19 |
kfox1111 | sbezverk: yeah | 14:19 |
kfox1111 | sbezverk: I think the gate should still use helm packages from the repo, as thats a common case of deployment. | 14:19 |
duonghq | kristian__, nice | 14:19 |
kfox1111 | I just want to try and get the build phase not to require a repo running, as thats a huge pain. :/ | 14:20 |
sdake | kfox1111 in macon atm - where are you? | 14:20 |
sdake | kfox1111 mising a good session on kuryr | 14:20 |
*** financeMann has joined #openstack-kolla | 14:20 | |
kfox1111 | sdake: tripleo. | 14:21 |
*** mgoddard has joined #openstack-kolla | 14:21 | |
kfox1111 | sdake: lets talk later and you can catch me up with what they are doing. | 14:21 |
sbezverk | kfox1111: the dependency charts, you want in tar.gz form I guess? | 14:21 |
*** rwallner has joined #openstack-kolla | 14:22 | |
kfox1111 | sbezverk: maybe I shoudl just do a poc on computekit and show you? might be easier to explain... | 14:22 |
kristian__ | may I ask where are the commands for deployment located? | 14:23 |
*** adrian_otto has joined #openstack-kolla | 14:23 | |
sbezverk | kfox1111: sounds good, frankly I have not thought about localpath much ;) | 14:23 |
*** jtriley has joined #openstack-kolla | 14:24 | |
*** david-lyle has joined #openstack-kolla | 14:27 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath for computekit https://review.openstack.org/436946 | 14:28 |
kfox1111 | sbezverk: ----^ | 14:28 |
*** lucasxu has quit IRC | 14:29 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding Ironic microservices packages https://review.openstack.org/433322 | 14:29 |
kfox1111 | I guess doing all the microservices won't be very disruptive, as its just adding one file to every microservice... | 14:29 |
duonghq | kfox1111, how do you upgrade helm in running cluster? just helm init --upgrade? | 14:31 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 14:32 |
kfox1111 | duonghq: so far, I've just deleted the tiller deployment and reinited. | 14:32 |
sdake | kfox1111 sounds good | 14:32 |
duonghq | ack | 14:32 |
sdake | kfox1111 https://github.com/openstack/kuryr-kubernetes | 14:33 |
kfox1111 | sdake: thanks. | 14:33 |
sbezverk | kfox1111: duonghq: the easier way is to edit tiller deployment set to use noew image version | 14:33 |
sdake | need to add support for otavia as well :) | 14:33 |
kfox1111 | sdake: tripleo's going to cover their container work in the next session. so I think one of us should be there too. if you and inc are going to the sig openstack thing, then maybe I'll stay here. | 14:33 |
sdake | wfm | 14:34 |
kfox1111 | sbezverk: ah. that woudl work too. so long as no other changes get made. | 14:34 |
sdake | we can sync up after lunch if you like | 14:34 |
kfox1111 | sdake: +1 | 14:34 |
inc0 | yeah I thought this session was in tripleo room, that's why I went there:) | 14:34 |
inc0 | and yeah, I'll be in k8s sig meeting | 14:35 |
*** haplo37_ has quit IRC | 14:35 | |
*** kristian__ has quit IRC | 14:35 | |
*** l4yerffeJ_ has joined #openstack-kolla | 14:38 | |
*** Jeffrey4l has quit IRC | 14:38 | |
sbezverk | sdake: kfox1111: I addressed comments for both PS appreciate if you could check them again and ack | 14:38 |
sbezverk | need to move forward :) | 14:38 |
*** l4yerffeJ has quit IRC | 14:39 | |
*** breitz has joined #openstack-kolla | 14:42 | |
kfox1111 | sbezverk: looks good. waiting on the gate to pass then will +2. | 14:43 |
kfox1111 | sbezverk: hows https://review.openstack.org/#/c/410660/ look to you? | 14:43 |
*** haplo37_ has joined #openstack-kolla | 14:44 | |
*** rwellum_ has joined #openstack-kolla | 14:45 | |
openstackgerrit | Javier Castillo AlcĂbar proposed openstack/kolla master: Sahara needs to run ssh-keygen in order to generate keypair and access to cluster instances. We need sahara-base container to include this binary, even when we deploy based on source type. https://review.openstack.org/436869 | 14:47 |
openstackgerrit | Javier Castillo AlcĂbar proposed openstack/kolla master: Sahara needs to run ssh-keygen in order to generate keypair and access to cluster instances. We need sahara-base container to include this binary, even when we deploy based on source type. https://review.openstack.org/436869 | 14:48 |
*** rwellum has quit IRC | 14:49 | |
*** skramaja_ has joined #openstack-kolla | 14:49 | |
*** gfidente has quit IRC | 14:49 | |
*** skramaja has quit IRC | 14:49 | |
openstackgerrit | Khawar Munir Abbasi proposed openstack/kolla master: fix horizon dashboard for tacker https://review.openstack.org/436955 | 14:50 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla master: Get latest versions from openstack/releases repo https://review.openstack.org/432300 | 14:50 |
*** Jeffrey4l has joined #openstack-kolla | 14:50 | |
sbezverk | kfox1111: looks good, I am just not clear the loop you have right before starting kolla_start, could you exaplain a lttile bit more? | 14:50 |
*** skramaja_ is now known as skramaja | 14:51 | |
*** mattmceuen has joined #openstack-kolla | 14:52 | |
*** Jeffrey4l has quit IRC | 14:52 | |
*** Jeffrey4l has joined #openstack-kolla | 14:52 | |
kfox1111 | sbezverk: the mon range thing? | 14:54 |
kfox1111 | jascott1: ping | 14:55 |
jascott1 | kfox1111 pong! | 14:55 |
kfox1111 | jascott1: trying to get localpath working. | 14:55 |
jascott1 | ah havent tried it yet | 14:56 |
jascott1 | whats up tho? | 14:56 |
kfox1111 | jascott1: I edited computekit requirements to have: repository: file://../../service/memcached | 14:56 |
sbezverk | kfox1111: line 92 in daemonset | 14:56 |
kfox1111 | then did a build. Warning: memcached is in requirements.yaml but not in the charts/ directory! | 14:56 |
jascott1 | oh noes | 14:56 |
*** tyrola has quit IRC | 14:56 | |
kfox1111 | I turned on debugging, but it isn't showing that it is hitting the file:// path. | 14:56 |
kfox1111 | and helm version shows Client: &version.Version{SemVer:"v2.2.0", GitCommit:"fc315ab59850ddd1b9b4959c89ef008fef5cdf89", GitTreeState:"clean"} | 14:56 |
jascott1 | i can look into it | 14:57 |
kfox1111 | sbezverk: yeah. so, it is a sanity check. the mons are in values under ceph.monitors. it then verifies the pod is running on one of the ip's listed and if it isn't there, it will just stop. | 14:57 |
kfox1111 | jascott1: thx. | 14:58 |
kfox1111 | jascott1: is the path lookup relative to the directory the parent chart is in, or from within the root of the parent shart? | 14:58 |
*** adrian_otto has quit IRC | 14:58 | |
*** shardy has joined #openstack-kolla | 14:58 | |
kfox1111 | and do you point directly into the root of the child chart, or at the directory the child chart exists in? | 14:58 |
sbezverk | kfox1111: whar what process populates inlist file? | 14:59 |
*** unicell has joined #openstack-kolla | 14:59 | |
*** unicell1 has quit IRC | 15:00 | |
*** david-lyle_ has joined #openstack-kolla | 15:00 | |
kfox1111 | sbezverk: the init container at lines 53-56 | 15:00 |
*** david-lyle has quit IRC | 15:01 | |
sbezverk | kfox1111: how did I miss it :), last thing about $VERSION. do you want to switch to use it now or it will be done later? | 15:02 |
hogepodge | https://zoom.us/j/417251241 | 15:02 |
kfox1111 | sbezverk: version is a good idea. I still need to do the osd stuff too. so maybe I switch it over in the next ps? | 15:02 |
*** tonanhngo has joined #openstack-kolla | 15:02 | |
sbezverk | kfox1111: sounds good, the rest look good | 15:02 |
openstackgerrit | Jeffrey Zhang proposed openstack/kolla-ansible master: support docker engine 1.13 in gate https://review.openstack.org/429587 | 15:04 |
kfox1111 | sbezverk: cool. thanks. | 15:05 |
*** sp_ has quit IRC | 15:06 | |
*** tonanhngo has quit IRC | 15:07 | |
*** zhurong has quit IRC | 15:07 | |
*** salv-orlando has quit IRC | 15:07 | |
*** gfidente has joined #openstack-kolla | 15:07 | |
*** gfidente has quit IRC | 15:07 | |
*** gfidente has joined #openstack-kolla | 15:07 | |
*** jheroux has joined #openstack-kolla | 15:11 | |
*** crushil has quit IRC | 15:12 | |
sbezverk | kfox1111: both ps came back green https://review.openstack.org/#/c/433322/51 and then https://review.openstack.org/#/c/435067/29 | 15:13 |
*** crushil has joined #openstack-kolla | 15:14 | |
openstackgerrit | Javier Castillo AlcĂbar proposed openstack/kolla master: Sahara needs to run ssh-keygen https://review.openstack.org/436869 | 15:15 |
*** adrian_otto has joined #openstack-kolla | 15:15 | |
*** sdake has quit IRC | 15:16 | |
*** lucasxu has joined #openstack-kolla | 15:16 | |
openstackgerrit | Javier Castillo AlcĂbar proposed openstack/kolla master: Sahara needs to run ssh-keygen https://review.openstack.org/436869 | 15:19 |
*** sp_ has joined #openstack-kolla | 15:19 | |
*** crushil has quit IRC | 15:19 | |
*** crushil has joined #openstack-kolla | 15:20 | |
*** Prem has quit IRC | 15:21 | |
*** zhubingbing_ has joined #openstack-kolla | 15:23 | |
kfox1111 | sbezverk: did find one issue with the former. | 15:25 |
kfox1111 | very minor. | 15:25 |
*** vi01et03_ has quit IRC | 15:26 | |
*** athomas has joined #openstack-kolla | 15:26 | |
jascott1 | kfox1111 cant tell from code but looks relative to requirements.yaml location, waiting on my dev env to come up and I will get it figured out | 15:27 |
*** breitz has quit IRC | 15:28 | |
*** yingjun has joined #openstack-kolla | 15:28 | |
*** duonghq has quit IRC | 15:29 | |
kfox1111 | jascott1: thats what I was thinking, but was just trying to validate. | 15:31 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Adding Ironic microservices packages https://review.openstack.org/433322 | 15:32 |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 15:34 |
*** sdake has joined #openstack-kolla | 15:35 | |
zhubingbing_ | hello guys | 15:40 |
zhubingbing_ | sup sdake | 15:40 |
*** pbandark has joined #openstack-kolla | 15:41 | |
openstackgerrit | Merged openstack/kolla stable/newton: Icrease haproxy timeouts for mysql connections https://review.openstack.org/436121 | 15:42 |
sdake | zhubingbing_ sup - in a meeting | 15:43 |
*** sdake has quit IRC | 15:43 | |
*** saneax is now known as saneax-_-|AFK | 15:43 | |
*** david-lyle_ has quit IRC | 15:44 | |
*** sdake has joined #openstack-kolla | 15:44 | |
*** sdake has quit IRC | 15:45 | |
zhubingbing_ | 16:00 | 15:45 |
zhubingbing_ | in later 15min | 15:45 |
pbandark | ping openstack-kolla i am trying to configure kolla on centos as per https://docs.openstack.org/developer/kolla/mitaka/quickstart.html but "curl -sSL https://get.docker.io | bash" fails with https://paste.fedoraproject.org/paste/vjzicYdjVMyVQf9eudoO2l5M1UNdIGYhyRLivL9gydE= is this known issue? | 15:46 |
pbandark | "restorecon: lstat(/var/lib/docker) failed: No such file or directory" <== | 15:46 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Update the file farmat https://review.openstack.org/436994 | 15:47 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Update the file format https://review.openstack.org/436994 | 15:48 |
*** adrian_otto has quit IRC | 15:49 | |
kfox1111 | jascott1: in doing a strace, I don't see it ever trying to look on disk for memcached. | 15:56 |
jmccarthy | Hrm question about helm-repository - it fetches stuff directly from google when building: | 15:56 |
jmccarthy | RUN curl -Lo /tmp/helm-v${helm_version}-linux-amd64.tar.gz http://storage.googleapis.com/kubernetes-helm/helm-v${helm_version}-linux-amd64.tar.gz \ | 15:56 |
jmccarthy | I was looking for a way to maybe build an rpm for installation .. but found no source rpm or anything like that so far .. anyone know more about this ? | 15:56 |
kfox1111 | its like its not recognizing that it is the localpath case. | 15:56 |
kfox1111 | jmccarthy: I know of no rpm for it yet. | 15:56 |
*** yingjun has quit IRC | 15:58 | |
jmccarthy | kfox1111: Ok thanks; how are folks doing internal builds ? | 16:00 |
*** athomas has quit IRC | 16:00 | |
dims | hogepodge : thanks for running the session and for taking the lead! | 16:01 |
zhubingbing_ | meeting? | 16:03 |
egonzalez | zhubingbing_ there is no meeting today | 16:04 |
*** adrian_otto has joined #openstack-kolla | 16:04 | |
zhubingbing_ | hmm | 16:04 |
zhubingbing_ | rouger | 16:04 |
zhubingbing_ | thanks | 16:04 |
kfox1111 | jmccarthy: I've just been using the release binary. its statically linked, so pretty easy to deal with. | 16:05 |
openstackgerrit | caoyuan proposed openstack/kolla-ansible master: Update the "source" to "." https://review.openstack.org/436994 | 16:06 |
*** sdake has joined #openstack-kolla | 16:06 | |
*** pbandark has quit IRC | 16:06 | |
*** pbourke has quit IRC | 16:10 | |
*** sdake has quit IRC | 16:10 | |
*** klindgren has quit IRC | 16:11 | |
*** shardy has quit IRC | 16:13 | |
*** lucasxu has quit IRC | 16:15 | |
*** lucasxu has joined #openstack-kolla | 16:16 | |
*** sdake has joined #openstack-kolla | 16:17 | |
*** sdake has quit IRC | 16:18 | |
*** dciabrin has quit IRC | 16:19 | |
*** pbourke has joined #openstack-kolla | 16:22 | |
*** rwallner has quit IRC | 16:31 | |
*** rwallner has joined #openstack-kolla | 16:33 | |
*** jtriley has quit IRC | 16:36 | |
*** rwellum_ has quit IRC | 16:40 | |
*** shardy has joined #openstack-kolla | 16:40 | |
*** rwallner has quit IRC | 16:41 | |
*** egonzalez has quit IRC | 16:45 | |
*** david-lyle has joined #openstack-kolla | 16:46 | |
*** rwallner has joined #openstack-kolla | 16:46 | |
*** david-lyle has quit IRC | 16:47 | |
*** crushil has quit IRC | 16:49 | |
*** lamt has quit IRC | 16:53 | |
Serlex | Anyone running kolla-kubernetes dev environment | 16:56 |
*** financeMann has quit IRC | 16:56 | |
*** zioproto has quit IRC | 16:59 | |
*** gfidente has quit IRC | 16:59 | |
*** adrian_otto has quit IRC | 17:00 | |
*** crushil has joined #openstack-kolla | 17:01 | |
*** shardy has quit IRC | 17:01 | |
*** financeMann has joined #openstack-kolla | 17:01 | |
*** skramaja has quit IRC | 17:01 | |
*** financeMann has quit IRC | 17:02 | |
*** kbaegis has joined #openstack-kolla | 17:02 | |
kbaegis | Hi all. I'm having issues (I think) with docker-py | 17:03 |
kbaegis | AttributeError: 'module' object has no attribute 'Client' is what I see in the traceback | 17:03 |
kbaegis | Has anyone else seen this after updating docker? | 17:03 |
*** japestinho_ has quit IRC | 17:04 | |
kbaegis | docker-py 2.1.0, docker 1.13.1, kolla | 17:06 |
kbaegis | Oh, I was on master | 17:06 |
*** mgoddard has quit IRC | 17:06 | |
kbaegis | meant to do stable/ocata | 17:06 |
*** dciabrin has joined #openstack-kolla | 17:06 | |
hogepodge | dims thank you! and to everyone else for joining | 17:08 |
*** fooliouno has joined #openstack-kolla | 17:10 | |
*** lucasxu has quit IRC | 17:12 | |
fooliouno | I'm trying to build kolla-kubernetes images for a multinode deployment. When I use the genconfig tool, it seems to be defaulting to an all-in-one config. Should I be passing the multinode inventory file to the genconfig tool? | 17:12 |
sbezverk | fooliouno: kolla-kubernetes does not use ansible inventory for multinode deployment | 17:12 |
sbezverk | fooliouno: multinodeness is a feature provided by the kubernetes cluster itself :) | 17:13 |
fooliouno | thank you :) | 17:13 |
sbezverk | kfox1111: please let me know if you have any outstanding concerns about ironic.. thanks | 17:14 |
*** dave-mcc_ has quit IRC | 17:14 | |
*** dciabrin has quit IRC | 17:15 | |
*** kbaegis has quit IRC | 17:18 | |
Serlex | anyone seen this while deploying kolla-k8s | 17:22 |
Serlex | ++ kubectl get pods -a --selector=job-name=test-ceph-init-mon --namespace=kolla '--output=jsonpath={.items..metadata.name}' | 17:22 |
Serlex | No resources found. | 17:22 |
*** zhubingbing_ has quit IRC | 17:22 | |
sbezverk | Serlex: if you run just kubectl get pods -n kolla, do you see any pods? | 17:24 |
*** dciabrin has joined #openstack-kolla | 17:26 | |
*** unicell has quit IRC | 17:28 | |
Serlex | Yes, "ceph-mon-0kzf4 0/1 Init:0/1 0 6m"...but its not tthe pod its looking for. Output above is from run_dev_image.sh script | 17:28 |
*** kbaegis has joined #openstack-kolla | 17:29 | |
Serlex | Script waits for a pod with "Waiting for pods to be ready. Total: 1 Ready:0" and then outputs the above and moves on | 17:29 |
*** kbaegis1 has joined #openstack-kolla | 17:30 | |
Serlex | Obviously the proceeding tasks fail as no ceph secrects were retireved | 17:30 |
*** kbaegis has quit IRC | 17:30 | |
Serlex | I ran it couple times, fails at same spot | 17:30 |
sbezverk | Serlex: ok since there is one pod and it get stuck in init state, it means it is waiting for somehitng | 17:33 |
sbezverk | the best way then to find out what is to check it with kubectl describe pod ceph-mon-0kzf4 -n kolla | 17:33 |
Serlex | Sure. I tried to keep an eye using kubectl describe, "ceph-bootstrap-initial-mon-X", unfornuately....once the ceph script setup-ceph-secrets.sh is ran...the job is deleted | 17:37 |
*** crushil has quit IRC | 17:38 | |
*** crushil has joined #openstack-kolla | 17:38 | |
Serlex | I do see "job-name=ceph-bootstrap-initial-mon Status: Succeeded" | 17:39 |
kbaegis1 | Is anyone else using updated versions? Docker 1.13.1, docker-py 2.1.0? | 17:41 |
kbaegis1 | w/ stable/ocata? | 17:41 |
*** eaguilar has joined #openstack-kolla | 17:44 | |
*** salv-orlando has joined #openstack-kolla | 17:45 | |
*** eaguilar has quit IRC | 17:49 | |
sbezverk | Serlex: hm it is a bit strange if job was stuck in init for 6 minutes, then you see it succeeded.. can you try to do steps manually? jus tcopy and paste commands from the script | 17:49 |
*** eaguilar has joined #openstack-kolla | 17:49 | |
sbezverk | and check results after each step | 17:49 |
*** dave-mccowan has joined #openstack-kolla | 17:50 | |
Serlex | Ok sure, I will try running it manually | 17:50 |
*** shardy has joined #openstack-kolla | 17:53 | |
kbaegis1 | So on line 131 of /usr/lib64/python3.4/site-packages/kolla/image/build.py | 17:54 |
*** dciabrin has quit IRC | 17:54 | |
kbaegis1 | I'm seeing "self._dc = docker.Client(version='auto', **docker_kwargs)" | 17:55 |
*** dave-mccowan has quit IRC | 17:55 | |
kbaegis1 | Should I code the Client version in? It's saying that Client isn't getting populated with anything | 17:55 |
*** dave-mccowan has joined #openstack-kolla | 17:55 | |
kbaegis1 | AttributeError: 'module' object has no attribute 'Client' | 17:55 |
*** papacz has quit IRC | 17:56 | |
*** lucasxu has joined #openstack-kolla | 17:57 | |
*** jtriley has joined #openstack-kolla | 17:57 | |
*** crushil has quit IRC | 17:57 | |
*** papacz has joined #openstack-kolla | 17:57 | |
*** eaguilar has quit IRC | 17:58 | |
*** sudipto_ has quit IRC | 18:00 | |
*** sudipto has quit IRC | 18:00 | |
*** dave-mccowan has quit IRC | 18:01 | |
*** jtriley_ has joined #openstack-kolla | 18:02 | |
*** jtriley has quit IRC | 18:02 | |
*** sdake has joined #openstack-kolla | 18:03 | |
*** fguillot has quit IRC | 18:03 | |
*** breitz has joined #openstack-kolla | 18:06 | |
*** gfidente has joined #openstack-kolla | 18:07 | |
*** gfidente has quit IRC | 18:07 | |
*** gfidente has joined #openstack-kolla | 18:07 | |
*** dave-mccowan has joined #openstack-kolla | 18:10 | |
*** adrian_otto has joined #openstack-kolla | 18:12 | |
*** crushil has joined #openstack-kolla | 18:15 | |
*** skramaja has joined #openstack-kolla | 18:15 | |
*** salv-orl_ has joined #openstack-kolla | 18:17 | |
*** selena_091 has joined #openstack-kolla | 18:17 | |
selena_091 | hello..anyone know whats up with bitfrost builds failing on the gates. https://review.openstack.org/#/c/436781/ | 18:18 |
*** Serlex has quit IRC | 18:18 | |
*** salv-orlando has quit IRC | 18:20 | |
*** selena_091 has quit IRC | 18:20 | |
*** david-lyle has joined #openstack-kolla | 18:22 | |
*** dciabrin has joined #openstack-kolla | 18:24 | |
*** bpattewar has joined #openstack-kolla | 18:27 | |
*** unicell has joined #openstack-kolla | 18:27 | |
*** kbaegis1 has quit IRC | 18:28 | |
*** mgoddard has joined #openstack-kolla | 18:30 | |
kfox1111 | sbezverk: k. will look again. | 18:33 |
*** rwallner has quit IRC | 18:34 | |
*** dciabrin has quit IRC | 18:38 | |
*** david-lyle has quit IRC | 18:39 | |
kfox1111 | jascott1: find anything? | 18:41 |
*** pbourke has quit IRC | 18:42 | |
*** butchster has quit IRC | 18:42 | |
*** pbourke has joined #openstack-kolla | 18:44 | |
*** rwallner has joined #openstack-kolla | 18:48 | |
*** tonanhngo has joined #openstack-kolla | 18:48 | |
*** tonanhngo has quit IRC | 18:49 | |
*** tonanhngo has joined #openstack-kolla | 18:50 | |
*** rwellum has joined #openstack-kolla | 18:51 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath for computekit https://review.openstack.org/436946 | 18:52 |
*** lamt has joined #openstack-kolla | 18:52 | |
berendt | is it normal that loopback devices are not included in ansible_devices variable? | 18:53 |
berendt | on a ci system i am creating 6 loopback devices, but after calling ansible localhost -m setup -a 'filter=ansible_devices' the devices do not appear | 18:54 |
*** dciabrin has joined #openstack-kolla | 18:56 | |
*** JoseMello has joined #openstack-kolla | 18:56 | |
berendt | looks like the get_device_facts method does not include them: drives = re.compile('(ada?\d+|da\d+|a?cd\d+)') | 18:57 |
berendt | ah no that's the one used on freebsd | 18:57 |
*** sdake_ has joined #openstack-kolla | 18:58 | |
*** sdake has quit IRC | 18:59 | |
berendt | the use of "ansible_devices[item.device.split('/')[2]].partitions|count > 1" in bootstrap_osds means that we cannot use loop devices on ci systems | 19:00 |
berendt | do we actually test our ceph role on the gates? | 19:00 |
kfox1111 | kolla-kubernetes does. kolla-ansible doesn't. | 19:00 |
berendt | kfox1111: do you use loopback devices for k8s? | 19:01 |
kfox1111 | yeah. for testing. | 19:01 |
kfox1111 | https://github.com/openstack/kolla-kubernetes/blob/master/tests/bin/setup_gate_loopback.sh | 19:01 |
berendt | i am doing it a similiar way on my ci systems.. | 19:02 |
berendt | do we have some variable inside the ansible roles that can be checked if we are running on jenkins? | 19:02 |
kfox1111 | not that I know of, but I don't know the kolla-ansible code base very well. | 19:03 |
berendt | does ansible use lazy evaluation for when statements? | 19:04 |
kfox1111 | I dont know. | 19:05 |
*** sdake_ has quit IRC | 19:06 | |
berendt | it does, tested it right now | 19:07 |
kfox1111 | cool. | 19:07 |
*** sdake has joined #openstack-kolla | 19:07 | |
*** MasterOfBugs has joined #openstack-kolla | 19:07 | |
*** sdake has quit IRC | 19:19 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 19:20 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 19:22 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 19:25 |
kfox1111 | sbezverk: ping | 19:26 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 19:27 |
*** lamt has quit IRC | 19:28 | |
*** rwallner has quit IRC | 19:30 | |
*** Jeffrey4l_ has joined #openstack-kolla | 19:31 | |
*** Jeffrey4l has quit IRC | 19:31 | |
*** l4yerffeJ_ has quit IRC | 19:31 | |
*** l4yerffeJ__ has joined #openstack-kolla | 19:31 | |
*** Jeffrey4l_ has quit IRC | 19:33 | |
*** david-lyle has joined #openstack-kolla | 19:33 | |
*** Jeffrey4l_ has joined #openstack-kolla | 19:33 | |
*** kbaegis has joined #openstack-kolla | 19:36 | |
*** pbourke has quit IRC | 19:38 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate https://review.openstack.org/413193 | 19:39 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 19:43 |
*** lucasxu has quit IRC | 19:43 | |
*** lucasxu has joined #openstack-kolla | 19:43 | |
*** lucasxu has quit IRC | 19:49 | |
*** mgoddard has quit IRC | 19:50 | |
*** lucasxu has joined #openstack-kolla | 19:51 | |
*** salv-orl_ has quit IRC | 20:00 | |
*** rwallner has joined #openstack-kolla | 20:00 | |
*** david-lyle_ has joined #openstack-kolla | 20:06 | |
*** david-lyle has quit IRC | 20:07 | |
*** v1k0d3n has joined #openstack-kolla | 20:09 | |
*** haplo37_ has quit IRC | 20:10 | |
*** mgoddard has joined #openstack-kolla | 20:11 | |
sbezverk | kfox1111: pong | 20:17 |
Slower | inc0: https://github.com/imain/kankyo | 20:18 |
*** dciabrin has quit IRC | 20:18 | |
*** haplo37_ has joined #openstack-kolla | 20:19 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 20:24 |
sbezverk | kfox1111: I do not get why you against to merge 2nd part of ironic when the gate is all green. | 20:26 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate https://review.openstack.org/413193 | 20:26 |
kfox1111 | sbezverk: because it forces the 2.x gate to test 3.x instead. | 20:27 |
sbezverk | kfox1111: it is doing it already for long time | 20:27 |
kfox1111 | a few little bits are, but that pulls everything to 3.x | 20:27 |
sbezverk | iscsi gates do NOT work with 2.0.2 it was always using 3.0.2 | 20:28 |
sbezverk | also everybody tells us running 2.0.2 with master kolla-ansible is wrong | 20:28 |
kfox1111 | just for cinder I think. that ps pulls literally everything to 3. | 20:28 |
sbezverk | but you keep insisting to do it | 20:28 |
sbezverk | who needs 2.0.2??? | 20:28 |
kfox1111 | we need it temporarily for upgrades. | 20:28 |
kfox1111 | I do. others will to. | 20:28 |
kfox1111 | brownfield deployment use case. | 20:28 |
sbezverk | we are not testing upgrade from 2.0.2 because it will not work at the gate | 20:29 |
kfox1111 | it will work with the gate. we havent written the code, yet. | 20:29 |
sbezverk | since already iscsi is out of picture | 20:29 |
kfox1111 | I plan on working on it. | 20:29 |
kfox1111 | I don't want to tie our hands away from supporting the use case. | 20:29 |
sbezverk | some problems we hit is because we keep draggin old stuff | 20:30 |
*** v1k0d3n has quit IRC | 20:30 | |
*** david-lyle_ has quit IRC | 20:30 | |
kfox1111 | it shouldn't take long to add an ironic gate, something we need anyway, and resolve the issue that wya. | 20:30 |
kfox1111 | I can even go to the infra meeting and ask for a quick review if you would like. | 20:30 |
kfox1111 | its not a major problme. | 20:30 |
kfox1111 | and its something we must do anyway for a gate job. | 20:30 |
sbezverk | I need code in the repo to continue with inpsector | 20:30 |
kfox1111 | thats fine. we can make the ironic gate 3+. | 20:31 |
kfox1111 | I just don't want the general gate to be 3+ yet. | 20:31 |
*** ccesario has quit IRC | 20:32 | |
sbezverk | I need the code in to test the gate even for new gate job. | 20:33 |
*** krtaylor has joined #openstack-kolla | 20:33 | |
sbezverk | I can remove switching to 3 but then it gets merged regardless even if it fails at the gate | 20:33 |
sbezverk | because of 3.0.2 packaging issue | 20:34 |
bmace | kfox1111: it is too bad there isn't a better way to handle that kolla-common dependency. so much duplication! :/ | 20:34 |
sbezverk | but still all this does not make sense because cinder already on 3 so I do not get what you try to achive | 20:34 |
kfox1111 | bmace: yeah. I wanted to generate all that stuff, but wasn't considered "helm native" :/ | 20:34 |
bmace | kfox111: there is no sort of import mechanism or shared file mechanism so that the common stuff could be central and they could only stray in any differences they might have at some point? | 20:35 |
kfox1111 | sbezverk: your pulling nova to 3. and glance to 3. and horizon to 3. and and and. don't break all of 2 testing just becuase you need one thing 3. | 20:36 |
*** Pavo_ has quit IRC | 20:36 | |
kfox1111 | bmace: there is a proposal for importing values from kolla-common in helm. | 20:36 |
kfox1111 | bmace: https://github.com/kubernetes/helm/issues/1995 | 20:37 |
sbezverk | kfox1111: you already testing bunch of gate jobs with ceph and 2.0.2 that is your test case, iscsi runs ONLY with 3 and | 20:37 |
bmace | kfox1111: well, i meant more an import mechanism in the helm yaml files, like ansible has.. so there could be a "common" requirements file that all these import, so you can change any common values in a single place. | 20:37 |
kfox1111 | once we get that in, we can all but get rid of helm_prebuild_microservices.py | 20:37 |
sbezverk | so why not tom move iscsi gate to 3?? | 20:37 |
kfox1111 | sbezverk: do you not think someone with a mitaka cloud won't want to upgrade to kolla-kubernetes? | 20:37 |
sbezverk | kfox1111: mitaka does NOT work with iscsi | 20:38 |
sbezverk | so it is no go | 20:38 |
kfox1111 | your thinking too linearly. | 20:38 |
sbezverk | so keeping 2.0.2 with iscsi does not make ANY sense | 20:38 |
kfox1111 | if I had an iscsi mitaka cloud, I'd want to do the following: | 20:38 |
bmace | kfox1111: so a little different than the upstream issue.. just a blanket import common/requirements.yaml would be perfect, like ansible lets you do in their playbooks. | 20:38 |
kfox1111 | 1. upgrade to kolla-kubernetes, touching as few things as possible. if I must upgrade cinder to newton, I'd do just that. | 20:38 |
kfox1111 | then in step two, perform a kolla upgrade to full newton. | 20:39 |
bmace | the bug you reference allows for a bit more complex scenarios | 20:39 |
kfox1111 | bmace: I don't quite follow | 20:39 |
sbezverk | kfox1111: if somebody has this scenario, it is their responsibility to craft testing to thei wierd case.. | 20:39 |
kfox1111 | sbezverk: but we have testing now. | 20:39 |
sbezverk | the gate test generic staff common to most of people | 20:39 |
kfox1111 | sbezverk: and you need an ironic gate test anyway. | 20:40 |
kfox1111 | don't break something just so you can get a commit in 1 day faster. | 20:40 |
kfox1111 | we can get the ironic gate in quicky, and then its not an issue anymore. | 20:40 |
sbezverk | kfox1111: to properly build ironic gate I need working code | 20:40 |
sbezverk | I do not want to fight with two problems | 20:40 |
kfox1111 | you have working code. its just not in trunk yet. | 20:41 |
*** lamt has joined #openstack-kolla | 20:41 | |
sbezverk | I test code it is all good, then I do the gate job knowing that no surprises will hit me | 20:41 |
kfox1111 | how about this... | 20:41 |
kfox1111 | split the ps into everything but the test, and the test. | 20:41 |
kfox1111 | I'm ok merging the rest, since we have already merged other ironci stuff without tests. | 20:41 |
kfox1111 | and we can hold off on the test until we get the ironic gate. | 20:42 |
bmace | kfox1111: the proposal in that bug is that you import on a per named field basis, from the looks of it, so for requirements you end up under import-values: with name: repository: and version: whereas all that is needed for this simple case is some sort if import <filename> line in the yaml that essentially just pulls in the values from the other file into this one. | 20:42 |
bmace | in the ansible include | 20:42 |
bmace | like | 20:42 |
kfox1111 | bmace: when parent values are a thing, it will be common for each include not to be identicle. | 20:42 |
kfox1111 | as each package includes different sets of macro's from kolla-common | 20:43 |
bmace | kfox1111: i'm not saying the bug that you referenced isn't useful, but a simple include, if it existed, would take care of 90% of this duplication with much simpler syntax, imo | 20:43 |
sbezverk | kfox1111: that will work, I can remove from iscsi workflow testing part. | 20:43 |
kfox1111 | bmace: ah. I think I see what your saying. yeah, I don't disagree with that. | 20:44 |
kfox1111 | sbezverk: ok cool. | 20:44 |
*** mgoddard has quit IRC | 20:45 | |
*** rwellum has quit IRC | 20:45 | |
kfox1111 | can you please submit the ironic job to the infra folks asap? sooner its proposed the quicker the issue is resolved. | 20:45 |
kfox1111 | I am happy to go dig up cores to get it through quickly too. I'm just a few rooms away. | 20:45 |
sbezverk | kfox1111: centos/ubuntu or just cenots? | 20:51 |
kfox1111 | ironic's important enough I think we probably should test both? | 20:52 |
kfox1111 | I would think it may work for one and break for another? | 20:53 |
*** jtriley_ has quit IRC | 20:54 | |
sbezverk | kfox1111: I nave not noticed any OS dependency, but why not.. | 20:54 |
openstackgerrit | Balaji G Pattewar proposed openstack/kolla-kubernetes master: Helm charts for heat/heat-cfn create user and endpoints. https://review.openstack.org/414825 | 20:59 |
sbezverk | kfox1111: https://review.openstack.org/437147 | 21:03 |
*** mgoddard has joined #openstack-kolla | 21:03 | |
*** rhallisey has quit IRC | 21:04 | |
kfox1111 | sbezverk: cool. thanks. I'll see if I can get it expidited. | 21:06 |
*** salv-orlando has joined #openstack-kolla | 21:07 | |
*** rwallner has quit IRC | 21:07 | |
*** rwallner has joined #openstack-kolla | 21:12 | |
*** pcaruana has quit IRC | 21:12 | |
openstackgerrit | Serguei Bezverkhi proposed openstack/kolla-kubernetes master: Add nova-compute-ironic microservice chart https://review.openstack.org/435067 | 21:12 |
*** JoseMello has quit IRC | 21:15 | |
*** rwallner has quit IRC | 21:16 | |
sbezverk | kfox1111: have removed testing part. please check.. | 21:20 |
*** v1k0d3n has joined #openstack-kolla | 21:28 | |
*** l4yerffeJ has joined #openstack-kolla | 21:34 | |
*** Jeffrey4l__ has joined #openstack-kolla | 21:34 | |
*** l4yerffeJ__ has quit IRC | 21:35 | |
*** Jeffrey4l_ has quit IRC | 21:35 | |
*** jtriley has joined #openstack-kolla | 21:37 | |
*** l4yerffeJ has quit IRC | 21:40 | |
*** l4yerffeJ has joined #openstack-kolla | 21:40 | |
kfox1111 | sbezverk: looks good to me. | 21:44 |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: Helm 2.2 and localpath https://review.openstack.org/436946 | 21:48 |
*** lamt has quit IRC | 21:48 | |
*** lamt has joined #openstack-kolla | 21:49 | |
openstackgerrit | Kevin Fox proposed openstack/kolla-kubernetes master: WIP: test rebooting in the gate https://review.openstack.org/413193 | 21:51 |
*** lamt has quit IRC | 21:53 | |
*** skramaja has quit IRC | 21:56 | |
*** shardy has quit IRC | 21:57 | |
*** v1k0d3n has quit IRC | 21:58 | |
*** krtaylor has quit IRC | 22:09 | |
*** gfidente has quit IRC | 22:10 | |
*** mgoddard has quit IRC | 22:10 | |
*** jtriley_ has joined #openstack-kolla | 22:13 | |
*** jtriley has quit IRC | 22:16 | |
*** jtriley_ has quit IRC | 22:18 | |
*** jheroux has quit IRC | 22:18 | |
*** adrian_otto has quit IRC | 22:23 | |
*** adrian_otto has joined #openstack-kolla | 22:24 | |
*** lucasxu has quit IRC | 22:26 | |
*** crushil has quit IRC | 22:27 | |
*** adrian_otto has quit IRC | 22:28 | |
*** gfidente has joined #openstack-kolla | 22:30 | |
*** gfidente has quit IRC | 22:30 | |
*** gfidente has joined #openstack-kolla | 22:30 | |
*** bjolo_ has joined #openstack-kolla | 22:32 | |
*** dave-mccowan has quit IRC | 22:46 | |
sbezverk | sdake: please ping when you are online | 22:49 |
*** mgoddard has joined #openstack-kolla | 22:50 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: ironic_dnsmasq doesn't support reconfiguration https://review.openstack.org/437181 | 22:52 |
*** goldyfruit has quit IRC | 22:52 | |
*** jrobinson has joined #openstack-kolla | 22:54 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: ironic-dnsmasq should use ironic-inspector group https://review.openstack.org/437183 | 23:06 |
*** kbaegis has quit IRC | 23:10 | |
*** saneax-_-|AFK is now known as saneax | 23:18 | |
*** fooliouno has quit IRC | 23:19 | |
*** athomas has joined #openstack-kolla | 23:21 | |
*** crushil has joined #openstack-kolla | 23:22 | |
*** david-lyle has joined #openstack-kolla | 23:30 | |
*** crushil has quit IRC | 23:32 | |
*** imcsk8 has quit IRC | 23:33 | |
*** imcsk8 has joined #openstack-kolla | 23:33 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: ironic_pxe bootstrap should run on all hosts https://review.openstack.org/437189 | 23:34 |
*** david-lyle has quit IRC | 23:35 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: Make Ironic inspector honour inventory https://review.openstack.org/436929 | 23:44 |
*** klindgren has joined #openstack-kolla | 23:53 | |
*** mgoddard has quit IRC | 23:54 | |
*** salv-orlando has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!