Wednesday, 2018-01-03

*** dave-mccowan has joined #openstack-kolla00:05
*** mdorman has quit IRC00:24
*** tovin07_ has joined #openstack-kolla00:43
*** genek has joined #openstack-kolla00:45
*** genek_ has quit IRC00:45
*** duonghq has joined #openstack-kolla00:46
*** kiennt26 has joined #openstack-kolla00:57
*** ljjjustin has joined #openstack-kolla01:00
duonghqmorning guys01:00
*** ansmith has joined #openstack-kolla01:06
*** caowei has joined #openstack-kolla01:09
*** genek has quit IRC01:10
*** ansmith has quit IRC01:11
*** genek has joined #openstack-kolla01:12
*** gkadam has quit IRC01:15
*** gkadam has joined #openstack-kolla01:16
*** kevzha01 has joined #openstack-kolla01:21
*** kevzha01 is now known as kevinz01:21
*** tovin07_ has quit IRC01:26
*** zhubingb_ has joined #openstack-kolla01:26
*** dave-mccowan has quit IRC01:34
*** ManoX has quit IRC01:37
*** genek has quit IRC01:37
*** tovin07_ has joined #openstack-kolla01:40
*** genek has joined #openstack-kolla01:45
*** tonyb has quit IRC01:47
*** tonyb has joined #openstack-kolla01:49
xinliangSamYaple: hi, ping01:51
*** yangyapeng has quit IRC01:51
*** yangyapeng has joined #openstack-kolla01:52
*** genek has quit IRC01:55
*** dave-mccowan has joined #openstack-kolla01:55
*** gkadam has quit IRC01:56
*** gkadam has joined #openstack-kolla01:59
*** genek has joined #openstack-kolla02:01
*** zhubingb_ has quit IRC02:12
xinliangSamYaple: Do you have time to review https://review.openstack.org/#/c/529199 ? Do you know why it is need clustering in boostrap?02:14
*** zhubingb_ has joined #openstack-kolla02:17
openstackgerritXinliang Liu proposed openstack/kolla master: Consume centos-pike-testing mariadb version  https://review.openstack.org/46863202:18
*** dave-mccowan has quit IRC02:18
*** dave-mccowan has joined #openstack-kolla02:19
*** markmcclain has quit IRC02:25
Jeffrey4lxinliang, i leave a comments on your patch.02:25
xinliangJeffrey4l: thanks, I will test/check the comment.02:26
*** unicell has quit IRC02:27
Jeffrey4lnp02:27
*** owalsh_ has joined #openstack-kolla02:42
*** owalsh has quit IRC02:45
*** unicell has joined #openstack-kolla02:52
*** caowei_ has joined #openstack-kolla02:52
*** caowei has quit IRC02:53
*** caowei_ is now known as caowei02:53
*** xinliang has quit IRC02:57
*** markmcclain has joined #openstack-kolla03:05
*** gkadam has quit IRC03:07
*** zhubingb_ has quit IRC03:09
*** zhangfei has joined #openstack-kolla03:09
*** strgout has joined #openstack-kolla03:09
strgoutmeh!03:09
*** xinliang has joined #openstack-kolla03:10
zhangfeiJeffrey4l: thanks03:10
Jeffrey4lzhangfei, no ;D03:11
Jeffrey4lnp...03:11
strgouti'm trying to do a pull for pike.. i'm feeling like i'm missing something very basic from the registry creation process but i'm a bit lost.03:11
strgouti tried source and binary but both are failing. I'm assuming i need to put the images in my local registry.03:12
strgout"myregistrydomain.com:5000/kolla/ubuntu-source-cron:pike" "msg": "The requested image does not exist: myregistrydomain.com:5000/kolla/ubuntu-source-cron:pike"}03:14
*** janonymous has joined #openstack-kolla03:15
*** rhallisey has quit IRC03:30
*** masber has quit IRC03:32
*** markmcclain has quit IRC03:33
openstackgerritXinliang Liu proposed openstack/kolla master: Fix MariaDB bootstrap failed on Debian  https://review.openstack.org/52919903:43
openstackgerritXinliang Liu proposed openstack/kolla master: Fix MariaDB bootstrap failed on Debian  https://review.openstack.org/52919904:08
*** genek_ has joined #openstack-kolla04:12
*** genek has quit IRC04:12
*** masber has joined #openstack-kolla04:21
masbergood afternoon, I have a kolla-ansible installation and I would like to change neutron from vxlan to vlan as I am trying to setup SR-IOV. Do I need to reinstall?04:24
masberif yes, which settings do I need to change for that?04:25
strgoutmasber: hey so um... you seem to be around.. i have no answer for you but i'm trying to wrap my head around deploying. How the heck did you populate your local registry? I doing a deploy waiting for it to fail, then doing a pull request, tag and then push and going to the next failure.04:41
masberstrgout, I deployed local registry using the container provided by kolla04:42
*** caowei has quit IRC04:42
masberthen you need to allow the registry as insecure04:43
strgouti'm missing something super basic.04:43
masberwhat error are you getting?04:43
masberdo you have the registry up and running?04:43
strgoutfatal: [control01]: FAILED! => {"changed": false, "msg": "The requested image does not exist: myregistrydomain.com:5000/kolla/ubuntu-source-keepalived:pike"}04:43
masbertroubleshooting the docker registry is tricky I was in your situation before04:44
strgoutso then i pull kolla/ubuntu-source-keepalived:pike, tag it to myregistrydomain.com:5000/kolla/ubuntu-source-keepalived:pike then push it.04:44
strgoutand then move on to the next image failure.04:44
masberit is saying that the image does not exists04:45
masberI am guessing you built the images by yourself?04:45
masberyou can check the images in your local registry catalog by running this command curl http://<docker registry IP>:<docker registry port>/v2/_catalog04:45
masbermake sure the image is there04:46
strgoutwell.. i pulling them from docker so i'm not building them... i think?04:46
masberdocker hub you mean?04:46
strgoutyeah04:46
masberok04:46
masberthen you are not using local registry04:46
strgoutso that is my problem. My local registery isn't populated. I'm doing it one by one from docker hub.04:47
masberyeah04:47
masberrun the command I put before and make sure the images are there04:48
masberyou can also check the tags with this command --> curl -X GET http://<registry IP>:<registry port>/v2/<registry name>/tags/list04:48
masberand make sure you have the right image:tag in your local registry04:48
masberif not you need to build them04:49
masber* build and push04:49
strgoutor just use the docker hub images?04:50
masberup to you04:50
strgoutinstead of a local registry?04:50
masberdocker hub would be the easiest solution, just need to remove the local registry settings from global.yml file so kolla-ansible can download images from dockerhub04:51
masberI used images from docker hub when I deployed openstack newton04:51
strgoutok so maybe its not clear why i should be using a local reg for multi node?04:51
masbernow with Pike I built it myself04:51
masberlocal reg will give yo stability you always have same images04:51
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible master: ansiblize the init-runonce script  https://review.openstack.org/52307204:52
masberplus downloading would be faster04:52
masberbecause images are in your local network04:52
masberand probably security as docker hub is a public place compared to your local registry04:52
*** unicell1 has joined #openstack-kolla04:54
strgoutok so if i wanted to populate a local docker registry then i would need to use the git repo?04:55
strgoutor.. should use i should say04:56
strgoutand use that with kolla-build?04:56
*** unicell has quit IRC04:56
*** yangzhenyu has joined #openstack-kolla04:57
masberhttps://docs.openstack.org/kolla/latest/admin/image-building.html04:57
*** rwsu has quit IRC04:58
*** markmcclain has joined #openstack-kolla05:01
masberyes it is not clear in the docks how to deploy local registry05:03
masberstrgout, you can follow this guide to deploy local registry http://egonzalez.org/deploy-openstack-designate-with-kolla-ansible/05:04
masberit is based on openstack newton I think but it will give you an idea of how to install it05:04
*** dave-mccowan has quit IRC05:06
strgoutso it seems like this never worked for me.  kolla-ansible pull -i ~/multinode05:13
masberstrgout, why is that?05:17
*** caowei has joined #openstack-kolla05:22
*** tovin07_ has quit IRC05:30
*** hieulq has quit IRC05:30
*** duonghq has quit IRC05:30
*** tovin07_ has joined #openstack-kolla05:31
*** duonghq has joined #openstack-kolla05:31
*** hieulq has joined #openstack-kolla05:31
*** kiennt26 has quit IRC05:34
*** daidv has quit IRC05:34
*** kiennt26 has joined #openstack-kolla05:34
*** daidv has joined #openstack-kolla05:35
strgouti don't know, its late thanks for throwing me a bone. I got a lot further then before but i've somehow dorked up docker now. Think i'll call it a night.05:40
*** dmsimard has quit IRC05:42
*** unicell1 is now known as unicell05:43
*** unicell has quit IRC05:43
*** unicell has joined #openstack-kolla05:43
*** dmsimard has joined #openstack-kolla05:43
*** daidv has quit IRC05:45
*** cah_link has joined #openstack-kolla05:45
*** daidv has joined #openstack-kolla05:46
*** zhurong has joined #openstack-kolla05:48
*** strgout has quit IRC06:06
*** masber has quit IRC06:13
*** zhubingbing has quit IRC06:13
*** zhubingbing has joined #openstack-kolla06:15
*** masuberu has joined #openstack-kolla06:20
openstackgerritXinliang Liu proposed openstack/kolla master: Fix MariaDB bootstrap failed on Debian  https://review.openstack.org/52919906:33
*** coolsvap has joined #openstack-kolla06:35
*** skramaja has joined #openstack-kolla06:41
*** raman has joined #openstack-kolla06:46
ramanhello guys, i'm using kolla-kubernetes on baremetal and found that my mariadb-0 is not coming up but mariadb-init-element-xs7z5pod is in running state ..... using kubespray for k8 deployment with calico...06:49
ramanon k8 setup everything looks fine to me06:51
raman[root@masterk8 kolla-bringup]# kubectl get componentstatus NAME                 STATUS    MESSAGE              ERROR controller-manager   Healthy   ok scheduler            Healthy   ok etcd-0               Healthy   {"health": "true"} [root@masterk8 kolla-bringup]#06:51
*** cah_link has quit IRC06:57
openstackgerritcaoyuan proposed openstack/kolla-ansible master: Fix the glance api version warning  https://review.openstack.org/53085106:58
*** pcaruana has joined #openstack-kolla07:09
*** vincent_vdk has joined #openstack-kolla07:09
*** david-lyle has quit IRC07:12
*** david-lyle has joined #openstack-kolla07:12
*** egonzalez_afk has joined #openstack-kolla07:28
jascott1raman yeah you will have to resolve that init containers problem. id check mounts and logs07:28
jascott1the logs are in the main container for the service and are in /var/logs/kolla/07:29
*** markmcclain has quit IRC07:30
egonzalez_afkmorning guys07:31
*** markmcclain has joined #openstack-kolla07:32
*** cah_link has joined #openstack-kolla07:37
*** cah_link has quit IRC07:39
*** cah_link has joined #openstack-kolla07:40
*** egonzalez_afk is now known as egonzalez07:41
ramanThanks jascottl i found errors in mariadb-0 logs07:41
raman{"log":"Entrypoint WARNING: 2018/01/03 07:48:40 entrypoint.go:81: Resolving dependency for mariadb-init-element failed: Job mariadb-init-element is not completed yet\n","stream":"stdout","time":"2018-01-03T07:48:40.526174919Z"}07:41
ramanbut logs for mariadb-init-element shows no error last print in logs07:43
raman{"log":"180103 13:13:45 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/\n","stream":"stdout","time":"2018-01-03T07:43:45.985265265Z"}07:43
ramanis it about the mariadb-init-element container services or there is some issue with my k8 cluster??07:44
*** pengdake has joined #openstack-kolla07:44
*** Arminder has quit IRC07:45
*** mdnadeem has joined #openstack-kolla07:46
xinliangJeffrey4l: You are right. I test mariadb bootstrap "1. --wsrep-on=OFF without "--wsrep-new-cluster" it works both on one node and mutinode aarch64 debian. If you have time, please help to test mutinode on x8607:57
xinliangThis patch: https://review.openstack.org/#/c/529199/1207:58
*** dciabrin has joined #openstack-kolla07:58
Jeffrey4lxinliang, interesting patch. i guess it should work. i will test it later. thanks.08:02
xinliangJeffrey4l: thanks08:04
*** medy has joined #openstack-kolla08:15
*** medy has quit IRC08:16
*** medy has joined #openstack-kolla08:16
*** medy has quit IRC08:18
*** medy has joined #openstack-kolla08:18
*** engel75 has quit IRC08:19
*** medy has quit IRC08:19
*** medy has joined #openstack-kolla08:19
*** medy has quit IRC08:21
*** medy has joined #openstack-kolla08:21
*** medy has quit IRC08:22
*** medy has joined #openstack-kolla08:22
*** medy has quit IRC08:24
*** mrunge has quit IRC08:24
*** medy has joined #openstack-kolla08:24
*** medy has quit IRC08:25
*** medy has joined #openstack-kolla08:25
*** medy has quit IRC08:27
*** medy has joined #openstack-kolla08:27
*** medy has quit IRC08:28
*** medy has joined #openstack-kolla08:28
*** medy has quit IRC08:29
hrwelo08:36
*** mnasiadka has joined #openstack-kolla08:36
hrwxinliang: nice work08:36
xinlianghrw: happly new year, you are back :-)08:37
hrwxinliang: yes, I am.08:37
hrwxinliang: deploying all-in-one with your patches08:37
hrwit passed mariadb so I assume it works ;D08:37
*** mrunge has joined #openstack-kolla08:38
xinlianghrw: yes, i think so . thanks for testing08:38
*** tvignaud has quit IRC08:44
*** serlex has joined #openstack-kolla08:46
*** zhangfei has quit IRC08:48
openstackgerritMerged openstack/kolla-ansible stable/pike: Use /bin/bash as executable in a task of the mariadb recovery play  https://review.openstack.org/53061408:49
openstackgerritMerged openstack/kolla-ansible master: mariadb: enable galera clustering by default  https://review.openstack.org/52950508:49
hrw;)08:50
openstackgerritcaoyuan proposed openstack/kolla-ansible master: Fix the glance api version warning  https://review.openstack.org/53085108:50
openstackgerritcaoyuan proposed openstack/kolla-ansible master: Update install ntp to enable chrony container  https://review.openstack.org/53003908:52
hrwTASK [nova : Creating the Nova project, user, and role] ********************************************************************************************************************08:53
hrwfatal: [10.101.3.104]: FAILED! => {"changed": false, "failed": true, "msg": "Can not parse the inner module output: rpc error: code = 14 desc = grpc: the connection is unavailable\r\n"}08:53
*** jascott1 has quit IRC08:53
hrwany idea?08:53
*** jascott1 has joined #openstack-kolla08:54
hrwlet's retry ;d08:54
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible stable/pike: Bump ODL release version  https://review.openstack.org/53086908:55
openstackgerritQi Peng proposed openstack/kolla-ansible master: add some info about kolla tool install  https://review.openstack.org/53087108:57
*** jascott1 has quit IRC08:59
*** zhangfei has joined #openstack-kolla09:04
duonghqegonzalez, can you review it: https://review.openstack.org/#/c/530703/09:06
*** b_bezak has joined #openstack-kolla09:07
*** ktibi has joined #openstack-kolla09:10
*** robbbe has joined #openstack-kolla09:19
*** robbbe has quit IRC09:20
*** robbbe_ has joined #openstack-kolla09:20
serlexHi, is anyone here actively using kolla+ironic?09:25
*** shardy has joined #openstack-kolla09:27
*** magicboiz has joined #openstack-kolla09:27
ktibiserlex ironic for deploy infra or ironic in your overcloud ?09:28
serlexAt the momemt, ironic to provison baremetals09:29
*** zhangfei has quit IRC09:29
*** tvignaud has joined #openstack-kolla09:30
*** magicboiz has quit IRC09:33
ramanhello all, trying to install kolla-kubernetes using helm ...and getting this error in mariadb-0 container """""""entrypoint.go:81: Resolving dependency for mariadb-init-element failed: Job mariadb-init-element is not completed yet""""""09:34
ktibiserlex you can use kayobe if you want to deploy your infra ( kolla + bifrost)09:34
serlex"Bifröst is a burning rainbow bridge that reaches between Midgard and Asgard, the realm of the gods"09:35
serlexonly joking, ok I will check it out :)09:35
*** mgoddard has joined #openstack-kolla09:36
serlexwhich problem is bifrost trying to fix?09:36
egonzalezkolla also have bifrost09:37
ktibiegonzalez (yes kayobe use kolla for install bifrost ;p)09:37
serlexegonzalez - https://docs.openstack.org/kolla-ansible/latest/reference/bifrost.html ?09:38
*** mdnadeem has quit IRC09:39
*** zhangfei has joined #openstack-kolla09:41
*** robbbe_ has quit IRC09:42
*** robbbe has joined #openstack-kolla09:43
*** magicboiz has joined #openstack-kolla09:45
*** mrostecki has quit IRC09:45
*** robbbe has quit IRC09:48
*** robbbe has joined #openstack-kolla09:49
*** robbbe has quit IRC09:49
*** robbbe has joined #openstack-kolla09:50
*** mrostecki has joined #openstack-kolla09:50
*** robbbe has quit IRC09:51
hrwheh. time to write a patch for 'post-deploy' step ;(09:52
*** mdnadeem has joined #openstack-kolla09:52
hrwTASK [template] ******************************************************************************************************************************************************************************************************09:52
*** robbbe has joined #openstack-kolla09:52
hrwfatal: [localhost]: FAILED! => {"changed": false, "checksum": "8b406e59a030995ef0d641fdbd84d7ef75b405af", "failed": true, "msg": "Destination directory etc/kolla does not exist"}09:52
*** robbbe has quit IRC09:53
*** robbbe has joined #openstack-kolla09:53
hrwI do not use /etc/kolla09:54
hrwfound09:55
hrw"kolla-ansible --configdir etc/kolla deploy" is fine. but "kolla-ansible --configdir etc/kolla post-deploy" is not. full path is required09:55
*** zhangfei has quit IRC09:58
*** robbbe has quit IRC09:58
*** robbbe has joined #openstack-kolla09:59
hrwand now I have all-in-one queens running on aarch64.09:59
hrwapplied changes: https://review.openstack.org/522712 https://review.openstack.org/468632 https://review.openstack.org/52919909:59
*** numans is now known as numans_afk10:02
*** kiennt26 has quit IRC10:06
*** tovin07_ has quit IRC10:06
*** robbbe has quit IRC10:08
*** pcaruana has quit IRC10:09
*** robbbe has joined #openstack-kolla10:09
*** robbbe has quit IRC10:10
hrwcirros 0.4.0 got released ;D10:10
*** pcaruana has joined #openstack-kolla10:10
*** pbourke has quit IRC10:10
*** robbbe_ has joined #openstack-kolla10:10
*** pbourke has joined #openstack-kolla10:10
*** robbbe_ has quit IRC10:11
hrwhm. tools/init-runonce needs more improvements10:11
*** robbbe has joined #openstack-kolla10:12
*** robbbe has quit IRC10:13
*** robbbe_ has joined #openstack-kolla10:13
*** zhangfei has joined #openstack-kolla10:15
*** robbbe_ has quit IRC10:16
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: init-runonce: use Cirros 0.4.0 images (aarch64 support got added)  https://review.openstack.org/53088910:17
*** robbbe has joined #openstack-kolla10:17
*** ljjjustin has quit IRC10:18
*** owalsh has joined #openstack-kolla10:21
*** owalsh_ has quit IRC10:22
openstackgerritcaoyuan proposed openstack/kolla-ansible master: fix the tempest failure for external ceph  https://review.openstack.org/53089210:23
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: init-runonce: use Cirros 0.4.0 images (aarch64 support got added)  https://review.openstack.org/53088910:24
openstackgerritcaoyuan proposed openstack/kolla-ansible master: fix the tempest failure for external ceph  https://review.openstack.org/53089210:26
*** raman has quit IRC10:32
duonghqJeffrey4l, can you review it: https://review.openstack.org/#/c/530703/10:42
duonghqthank egonzalez10:42
Jeffrey4ldone10:43
duonghqthanks10:43
openstackgerritXinliang Liu proposed openstack/kolla master: Consume RDO packaged mariadb version  https://review.openstack.org/46863210:43
*** magicboiz has quit IRC10:45
*** Masber has joined #openstack-kolla10:45
openstackgerritMerged openstack/kolla-ansible master: Prevent cinder conf from copy nfs_shares to unrelated nodes  https://review.openstack.org/53070310:47
*** duonghq has quit IRC10:47
*** masuberu has quit IRC10:48
*** pengdake has quit IRC10:50
*** skramaja_ has joined #openstack-kolla10:51
*** skramaja has quit IRC10:51
*** magicboiz has joined #openstack-kolla10:51
*** Arminder has joined #openstack-kolla10:52
*** manheim has joined #openstack-kolla10:52
*** manheim has quit IRC10:52
*** dardelean has joined #openstack-kolla10:52
*** robbbe has quit IRC10:54
*** robbbe_ has joined #openstack-kolla10:55
*** skramaja_ has quit IRC10:55
*** jascott1 has joined #openstack-kolla10:55
*** skramaja_ has joined #openstack-kolla10:55
*** magicboiz has quit IRC10:56
*** zhangfei has quit IRC10:56
*** caowei has quit IRC10:57
hrwif ! [ 3.12 = "`echo -e "3.12\n$OPENSTACKCLIENTVER" | sort -V | head -n1`" ]; then10:57
hrwI am not happy with it10:57
*** robbbe_ has quit IRC10:59
*** robbbe has joined #openstack-kolla10:59
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: init-runonce: use Cirros 0.4.0 images (aarch64 support got added)  https://review.openstack.org/53088911:02
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: init-runonce: use UEFI on aarch64  https://review.openstack.org/53089611:02
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: init-runonce: check OpenStack client version  https://review.openstack.org/53089711:02
*** zhurong has quit IRC11:06
*** magicboiz has joined #openstack-kolla11:08
openstackgerritMerged openstack/kolla master: Bump to use UCA queens repo  https://review.openstack.org/52979511:09
*** robbbe has quit IRC11:12
*** robbbe_ has joined #openstack-kolla11:12
hrwok. let's redeploy ;D11:13
openstackgerritcaoyuan proposed openstack/kolla-ansible master: fix the tempest failure for external ceph  https://review.openstack.org/53089211:14
*** robbbe_ has quit IRC11:22
*** robbbe has joined #openstack-kolla11:22
*** robbbe has joined #openstack-kolla11:23
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: We install 'ca certs' not 'ubuntu ca certs'  https://review.openstack.org/53090611:44
hrwthat one is cosmetic change11:45
hrw1 minute review11:45
*** gfidente has joined #openstack-kolla11:52
*** gfidente has quit IRC11:52
*** gfidente has joined #openstack-kolla11:52
*** robbbe has quit IRC12:02
*** robbbe has joined #openstack-kolla12:03
*** ArminderSingh has quit IRC12:07
*** sambetts|afk is now known as sambetts12:09
*** pengdake has joined #openstack-kolla12:20
*** robbbe has quit IRC12:21
*** robbbe has joined #openstack-kolla12:22
*** robbbe has quit IRC12:25
*** robbbe_ has joined #openstack-kolla12:25
*** pengdake_ has joined #openstack-kolla12:28
*** robbbe_ has quit IRC12:28
openstackgerritMerged openstack/kolla-ansible master: Enable multinode scenarios in zuulv3  https://review.openstack.org/51277912:28
*** robbbe has joined #openstack-kolla12:28
*** pengdake has quit IRC12:32
*** duonghq has joined #openstack-kolla12:34
*** robbbe has quit IRC12:36
*** robbbe has joined #openstack-kolla12:36
*** magicboiz has quit IRC12:37
*** robbbe has quit IRC12:39
*** robbbe has joined #openstack-kolla12:41
*** pengdake_ has quit IRC12:41
*** lvdombrkr has joined #openstack-kolla12:45
*** yangyapeng has quit IRC12:45
lvdombrkrhello folks12:45
*** ansmith has joined #openstack-kolla12:45
lvdombrkradded new ssl certeficate run kolla-ansible reconfigure and get this error, any ideas? http://paste.openstack.org/raw/637384/12:46
*** yangyapeng has joined #openstack-kolla12:46
lvdombrkrocata tag 4.0.012:46
*** magicboiz has joined #openstack-kolla12:48
*** shardy is now known as shardy_mtg12:48
*** yangyapeng has quit IRC12:50
*** magicboiz has quit IRC12:52
*** robbbe has quit IRC12:56
pbourkelvdombrkr: make sure you have the correct version of the docker python module installed?12:57
*** robbbe has joined #openstack-kolla12:57
*** shardy_mtg is now known as shardy12:58
*** skramaja_ has quit IRC13:00
*** magicboiz has joined #openstack-kolla13:05
lvdombrkrpbourke: mhmm how can i check it?13:07
hrwlvdombrkr: 'pip list|grep docker'?13:08
*** robbbe has quit IRC13:08
*** robbbe has joined #openstack-kolla13:08
lvdombrkrpbourke, hrw : docker-py (1.10.6) seems its correct13:11
*** yangyapeng has joined #openstack-kolla13:12
serlextag 4 but error is looking for 5.0.0?13:14
*** mnasiadka has quit IRC13:14
*** mnasiadka has joined #openstack-kolla13:14
*** robbbe has quit IRC13:17
*** yangyapeng has quit IRC13:17
*** robbbe has joined #openstack-kolla13:17
hrwyay! VM created and booted ;D13:20
hrwone more patch to follow13:20
*** yangyapeng has joined #openstack-kolla13:20
lvdombrkrserlex : yes its strange13:22
*** robbbe has quit IRC13:22
serlexcheck the tag of your docker images against release number you are looking to install/deploy13:23
*** robbbe has joined #openstack-kolla13:23
*** janonymous has quit IRC13:25
*** rhallisey has joined #openstack-kolla13:31
lvdombrkrserlex: you are right, tag 4.0.0 but ansible 5.0.013:33
lvdombrkrserlex: thanks13:34
serlexyou are welcome13:34
*** wojdec1 has joined #openstack-kolla13:42
*** robbbe has quit IRC13:42
wojdec1Hi… I'm trying to build a set of rhel based containers following https://docs.openstack.org/kolla/latest/admin/image-building.html . Am however getting the following error: INFO:kolla.image.build.base:Step 1 : FROM rhel:713:44
wojdec1ERROR:kolla.image.build.base:Error'd with the following message13:44
wojdec1ERROR:kolla.image.build.base:Tag 7 not found in repository docker.io/library/rhel13:44
*** robbbe_ has joined #openstack-kolla13:44
wojdec1seems like some extra config is needed. Appreciate pointers on what it may be13:44
lvdombrkris there possibility to pull only one container from images? for example if i delete my fluentd container how can i pull it back to not influence other existing containers13:47
pbourkelvdombrkr: it should be 'docker' not 'docker-py'13:48
lvdombrkrpbourke: thanks i found reason , images was 4.0.0 tag but kolla-ansible 5.0.013:50
*** dave-mccowan has joined #openstack-kolla13:51
lvdombrkrpbourke: if i delete or corrupt some container can i deploy only one container from existing images?13:53
egonzalezwojdec1, rhel images are not publicly available in dockerhub, requires licensing and stuff like that14:00
*** yangzhenyu has quit IRC14:01
egonzalezwojdec1, guess you need to point to some RH registry or something14:01
lvdombrkregonzalez: hi can i deploy only one container from all existing images? i remove one of container and want it deploy again14:04
egonzalezlvdombrkr, kolla-ansible is going to check the state of containers and config files, if a container does not exists will create new one and if files changes will restart them14:05
egonzalezlvdombrkr, so yes, can deploy just one container, but if something else change, others containers maybe are restarted14:06
egonzalezlvdombrkr, can use --tags to limit specific services (nova, neutron, glance, etc)14:07
lvdombrkregonzalez: so if i get error like : http://paste.openstack.org/raw/637412/ i need not reconfigure but kolla-ansible deploy?14:07
*** duonghq has quit IRC14:07
egonzalezlvdombrkr, check docker version, ocata uses docker not docker-py14:08
egonzalezlvdombrkr, in ocata need deploy to add new containers or services14:11
egonzalezin most services reconfigure == deploy, but common role change was not merged until pike14:12
*** sdake has quit IRC14:12
*** sdake has joined #openstack-kolla14:13
*** sdake has quit IRC14:13
*** sdake has joined #openstack-kolla14:13
*** pengdake_ has joined #openstack-kolla14:14
wojdec1egonzales: yes so i have a rhel 7 system, all setup and registered… The above link states that I need to "Use a template’s header block overrides file, add the following: <rhel registration commands here>"… What's the correct template to extend?14:17
*** pengdake_ has quit IRC14:17
*** pengdake_ has joined #openstack-kolla14:18
*** magicboiz has quit IRC14:18
lvdombrkregonzalez: i checked docker (2.6.1)14:20
lvdombrkr so i can be sure that when i run kolla-ansibe deploy it will be not destroy etc. existing infrostructure?14:20
*** hongbin has joined #openstack-kolla14:21
wojdec1egonzales: For now I'm running with {% extends parent_template %} … But the thing fails at getting the docker images14:21
wojdec1Would anyone know what the correct repo for RHEL containers be?14:21
openstackgerritMarcin Juszkiewicz proposed openstack/kolla-ansible master: nova: set libvirt/cpu_mode on aarch64 to working value  https://review.openstack.org/52927014:22
hrwthis patch replaced the one which allowed to configure nova/libvirt/cpu_mode14:23
*** duonghq has joined #openstack-kolla14:24
*** pengdake_ has quit IRC14:30
*** goldyfruit has joined #openstack-kolla14:36
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible master: DNM: test master branch  https://review.openstack.org/45614014:40
*** duonghq has quit IRC14:41
*** jtriley has joined #openstack-kolla14:41
*** egonzalez has quit IRC14:49
*** duonghq has joined #openstack-kolla14:49
*** egonzalez has joined #openstack-kolla14:50
*** vskilet_ has joined #openstack-kolla15:00
vskilet_Hi everyone !15:00
*** foolish has joined #openstack-kolla15:20
*** foolish has quit IRC15:21
*** foolish has joined #openstack-kolla15:23
*** mchlumsky has quit IRC15:23
*** foolish has quit IRC15:24
*** mchlumsky has joined #openstack-kolla15:25
*** coolsvap has quit IRC15:25
*** foolish has joined #openstack-kolla15:27
*** foolish has left #openstack-kolla15:30
*** jascott1 has quit IRC15:34
duonghqevening gúy15:50
duonghqevening guys15:51
*** foolish_ has joined #openstack-kolla15:55
*** foolish_ has quit IRC15:56
*** mnasiadka has quit IRC15:58
duonghqinc0, do we have meeting today?15:58
*** serlex has quit IRC16:01
*** egonzalez has quit IRC16:01
*** egonzalez has joined #openstack-kolla16:01
Jeffrey4lwe should have. only last meeting is canceled.16:02
Jeffrey4linc0, ping16:03
Jeffrey4lbut, seem the meeting agenda is not updated at all.16:03
*** zhubingb_ has joined #openstack-kolla16:07
*** n0cat has joined #openstack-kolla16:08
*** b_bezak has quit IRC16:08
*** dims has quit IRC16:09
*** b_bezak has joined #openstack-kolla16:09
*** dims has joined #openstack-kolla16:10
n0cathello all16:12
n0cati am having a bit of an issue with the deployment of the helm charts for kolla-kubernetes project16:13
*** b_bezak has quit IRC16:14
*** egonzalez has quit IRC16:14
n0catafter running helm install for mariadb the chart runs successfully but the pod is keeps getting stuck16:14
n0cat container "main" in pod "mariadb-0" is waiting to start: PodInitializing16:14
n0cati have been trying to determine the root cause but have not been successful16:14
n0catcan anyone here help me out?16:15
*** egonzalez has joined #openstack-kolla16:16
rwellumn0cat: kubectl logs <pod name> -n kolla16:18
rwellumn0cat: release version etc?16:18
*** kristaps_ has joined #openstack-kolla16:18
*** openstackgerrit has quit IRC16:19
*** cah_link has quit IRC16:19
n0catError from server (BadRequest): container "main" in pod "mariadb-0" is waiting to start: PodInitializing16:20
n0catopenstack release: pike kolla-kubernetes 0.6.1.dev16016:21
n0cat  "major": "1",   "minor": "9",   "gitVersion": "v1.9.0",   "gitCommit": "925c127ec6b946659ad0fd596fa959be43f0cc05",   "gitTreeState": "clean",   "buildDate": "2017-12-15T20:55:30Z",   "goVersion": "go1.9.2",   "compiler": "gc",   "platform": "linux/amd64" }16:21
*** lvdombrkr has quit IRC16:21
*** mgoddard has quit IRC16:23
*** dave-mccowan has quit IRC16:24
rwellumn0cat: kubectl describe pod <mariabd> -n kolla - see anything there?16:24
n0cathttps://paste.ubuntu.com/24815995/16:24
*** lpetrut has joined #openstack-kolla16:24
*** dave-mccowan has joined #openstack-kolla16:26
kfox1111morning.16:26
*** egonzalez has quit IRC16:27
n0cathttps://pastebin.com/sGB0fHUj here is more recent output fro kubectl describe pod mariadb-0 -n kolla16:28
rwellumn0cat: "    Image:docker.io/kolla/ubuntu-source-mariadb:4.0.0"  - that is not pike that's very old ocata.16:29
n0catsorry yes16:30
n0cathttps://docs.openstack.org/kolla-kubernetes/latest/deployment-guide.html#16:30
n0catcloud.yml based on this doc16:30
rwellumn0cat: check out: https://review.openstack.org/#/c/524125/16:31
rwellumWhat you used should work though  - because it's tested in our gates afaik.16:31
rwellumInstead of 4.0.0 - I used tag 'ocata'.16:32
hrwis there any doc/list of suggestions which components should go to which machine in 'two machines multinode' setup?16:34
*** pcaruana has quit IRC16:35
*** openstackgerrit has joined #openstack-kolla16:35
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible master: Implement blazar ansible role  https://review.openstack.org/45475216:35
openstackgerritEduardo Gonzalez proposed openstack/kolla-ansible master: Implement blazar ansible role  https://review.openstack.org/45475216:37
n0cat@rwellum thank you looking through guide now16:37
rwellumMorning kfox1111 : any chance to look at: https://review.openstack.org/#/c/528724/ ? Not sure anyone else will.16:38
rwellumn0cat: np  also have a deployment tool if you want to try that at some point.16:38
*** dardelean has quit IRC16:38
*** duonghq has quit IRC16:41
*** zhubingbing_ has joined #openstack-kolla16:42
*** zhubingbing has quit IRC16:43
*** imcsk8 has quit IRC16:46
*** mgoddard has joined #openstack-kolla16:47
*** imcsk8 has joined #openstack-kolla16:48
openstackgerritMerged openstack/kolla-ansible master: init-runonce: use Cirros 0.4.0 images (aarch64 support got added)  https://review.openstack.org/53088916:49
hrwthx16:51
openstackgerritMerged openstack/kolla-ansible master: nova: set libvirt/cpu_mode on aarch64 to working value  https://review.openstack.org/52927016:53
kfox1111rwellum: looking...16:54
*** Masber has quit IRC16:54
hrwJeffrey4l: on aarch64 there is no other sane way than UEFI16:54
hrwJeffrey4l: no legacy bios thigns like on x8616:54
Jeffrey4lhrw, cool....16:54
hrwJeffrey4l: so either UEFI or kernel+initrd16:55
kfox1111rwellum: 2017-12-19 20:21:51.057094 | primary | cinder-delete-keystone-servicev3-fbfjk    0/1       CrashLoopBackOff   4          3m16:55
Jeffrey4lgot. thanks.16:55
rwellumkfox1111: one of the non-voting gates?16:56
hrwJeffrey4l: https://review.openstack.org/489951 is an attempt to make it default in nova16:56
kfox1111rwellum: the k8s job in question's log: http://logs.openstack.org/24/528724/11/check/legacy-kolla-kubernetes-deploy-centos-binary-2-ceph/3670455/logs/pods/kolla-cinder-delete-keystone-servicev3-fbfjk-main.txt.gz16:56
kfox1111rwellum: yeah.16:56
Jeffrey4lgot.16:57
rwellumkfox1111: I forget to check those because so many fail16:57
kfox1111rwellum: you got to. your ps broke all those jobs.16:58
kfox1111thats why reviews get stuck.16:58
rwellumkfox1111: looking at it now.16:58
*** yee37931 has joined #openstack-kolla16:59
*** yee379 has quit IRC17:00
*** yee379 has joined #openstack-kolla17:00
*** b_bezak has joined #openstack-kolla17:01
*** yee37931 has quit IRC17:01
*** b_bezak has quit IRC17:01
*** b_bezak has joined #openstack-kolla17:02
kfox1111it looks really close...17:03
kfox1111hmm...17:05
kfox1111it looks good to me just skimming it. I dont off hand see where the issue is. other then that job failing.17:06
kfox1111I don't know if we ever had more then one delete job with the same service name and different prefix. maybe there is a bug there.17:06
*** zhubingb_ has quit IRC17:06
*** zhubingbing has joined #openstack-kolla17:07
*** b_bezak has quit IRC17:07
*** zhubingbing has quit IRC17:07
*** zhubingbing has joined #openstack-kolla17:07
*** zhubingbing has quit IRC17:08
kfox1111hmm... its service name or service id...17:12
kfox1111oh...17:14
kfox1111it may never have been created in the first place.17:14
kfox1111those gates don't use service charts except to test the cleanup script.17:14
kfox1111rwellum: add a v3 creation job to tests/bin/ceph_workflow.sh17:15
kfox1111I think that might fix the gates.17:15
*** mdnadeem has quit IRC17:23
*** dardelean has joined #openstack-kolla17:39
*** mdorman has joined #openstack-kolla17:43
*** dardelean has quit IRC17:44
inc0hello, sorry I missed meeting17:46
inc0I felt really sick over night17:46
inc0did anyone led it instead?17:47
*** jascott1 has joined #openstack-kolla17:47
*** devananda has joined #openstack-kolla17:49
*** AJaeger has joined #openstack-kolla17:50
AJaegerkolla-kubernetes team, please review https://review.openstack.org/#/c/521023/ - to fix your releasenotes17:50
AJaegerinc0: ^17:50
rwellumkfox1111: thanks I will :)17:52
hrwinc0: Jeffrey4l did17:53
rwelluminc0: yes Jeffrey4l did17:53
inc0cool17:53
inc0sorry:(17:53
hrwif any core has spare few minutes then I have simple patches for review ;D https://review.openstack.org/#/c/530896/ (simple if check) https://review.openstack.org/#/c/530897/ (ugly bash) https://review.openstack.org/#/c/530906/ (cosmetic)17:56
*** lpetrut has quit IRC17:57
*** jascott1 has quit IRC17:58
*** jascott1 has joined #openstack-kolla17:58
*** jascott1 has quit IRC17:59
*** jascott1 has joined #openstack-kolla17:59
rwellumSorry you're sick inc0  - hopefully not flu.18:00
inc0nah, I think I ate sth18:00
inc0I'm good now, I just couldn't get to sleep till like 4am18:01
*** unicell has quit IRC18:02
rwellumThat's good at least.18:03
rwellumI just read a thing that said a study in Ca, showed that if you spent 1 hour in Walmart - you'd have an 82% chance of having the flu virus on your hands.18:04
*** AJaeger has left #openstack-kolla18:04
kfox1111rwellum: heh. fun. would be interested if that was just walmart or s/walmart/any public place where you touch something someone else touched/18:08
kfox1111I bet the vast majority of chance is in touching the cart.18:08
rwellumYeah I have a feeling Walmart is the extreme case, but it's scary... Especially with the flu jab being only 10% effective.18:10
*** shardy has quit IRC18:10
vskilet_Hi everyone, I'm a student who have a task to do for school : Deploying Openstack :)18:13
clarkbrwellum: kfox1111 as a parent of two toddlers I bet you get similar results anywhere where three or more toddlers congregate18:14
vskilet_But when i follow the differents steps in kolla doc, i've a problem with neutron and nova pods18:15
vskilet_they are in CrashLoopBackOff state18:15
vskilet_what can i do18:15
rwellumclarkb: +1 yeah - for sure - like a germ factory18:15
*** jbrooks has quit IRC18:15
*** jbrooks has joined #openstack-kolla18:16
*** zhubingbing has joined #openstack-kolla18:16
openstackgerritMerged openstack/kolla-kubernetes master: Remove setting of version/release from releasenotes  https://review.openstack.org/52102318:17
*** zhubingbing_ has quit IRC18:17
kfox1111clarkb: not even that far. with the kid licking walls, no where is safe. ;)18:20
*** ChanServ sets mode: +r 18:20
*** gfidente is now known as gfidente|afk18:21
*** zhubingbing has quit IRC18:23
vskilet_How can i have logs on pods ?18:25
kfox1111I think currently logs go to a log dir.18:25
rwellumvskilet_: this is kolla-k8s then?18:25
kfox1111you can exec into the pod and see /var/log/kolla/*18:26
kfox1111there is a ps up for review for making it just show up in the pod logs.18:26
rwellumvskilet_: start with kubectl logs and kubectl describe18:27
rwellumsee what you can pull out.18:27
*** unicell has joined #openstack-kolla18:27
rwellumAlso we have a doc update: https://review.openstack.org/#/c/524125/18:27
rwellumThen as kfox1111 says - pull the logs from each container.18:28
rwellumAlso vskilet_ if you are trying pike or master images, then Nova needs some work to come up.18:29
*** unicell has quit IRC18:32
rwellumkfox1111: I really like your ps to pump the logs to std* - I use it all the time now, with fluent-bit or fluentd.18:32
kfox1111cool. :)18:32
kfox1111ok. we should try and get it merged soon then. :)18:32
openstackgerritMerged openstack/kolla-ansible master: init-runonce: use UEFI on aarch64  https://review.openstack.org/53089618:33
openstackgerritMerged openstack/kolla-ansible master: We install 'ca certs' not 'ubuntu ca certs'  https://review.openstack.org/53090618:33
rwellumYeah we should.18:33
*** vskilet_ has quit IRC18:35
*** unicell has joined #openstack-kolla18:37
*** jascott1 has quit IRC18:51
n0catrwellum: I tried the new guide, main issue was i was using docker-ce had to downgrade back to 1.12.619:03
n0catrwellum: I am able to install charts for mariadb and rabbitmq, but now it fails at keystone chart19:03
n0cathttps://pastebin.com/Ru1wv4PR19:07
kfox1111ok. finally got the elasticsearch operator to work.19:07
kfox1111this will be really nice to integrate.19:07
hrwn0cat: I use docker-ce 17.06 with kolla (both build and deploy machines)19:10
n0cathrw: i see if this is not a docker then is it an image issue?19:12
hrwn0cat: hard to tell. I am trying to learn kolla-ansible now while completely ignoring kolla-k8s19:13
n0cathrw: but you were able to get builds working  on docker-ce 17.06 on your system19:15
hrwn0cat: yes. Debian stable on aarch64 hardware.19:16
n0cathrw: did you use guide from openstack or from other site?19:17
hrwn0cat: I went hardcore way. git clone and then started patching to get it working on not supported architecture19:19
openstackgerritTaeha Kim proposed openstack/kolla master: Consume RDO packaged mariadb version  https://review.openstack.org/46863219:28
openstackgerritMerged openstack/kolla master: Skip plugins install for keystone binary builds  https://review.openstack.org/52905919:36
rwellumn0cat: I still would recomend using a newer image than 4.0.019:39
*** mgoddard has quit IRC19:44
*** yangyapeng has quit IRC19:44
*** pcaruana has joined #openstack-kolla19:45
openstackgerritRich Wellum proposed openstack/kolla-kubernetes master: Cinder is missing the v3 API endpoints.  https://review.openstack.org/52872419:50
rwellumhrw: stop ignoring kolla-k8s :)19:55
*** dave-mccowan has quit IRC19:56
*** pcaruana has quit IRC19:59
*** sambetts is now known as sambetts|afk20:00
*** rhallisey has quit IRC20:02
*** Jeffrey4l has quit IRC20:11
*** robbbe_ has quit IRC20:13
*** Jeffrey4l has joined #openstack-kolla20:24
*** mrostecki has quit IRC20:32
*** jbadiapa has quit IRC20:48
*** portdirect has quit IRC20:50
*** portdirect has joined #openstack-kolla20:50
*** ktibi has quit IRC20:58
rwellumkfox1111: looks a bit better: https://review.openstack.org/#/c/528724/20:58
*** jbrooks has quit IRC20:59
*** robbbe has joined #openstack-kolla21:13
*** jbrooks has joined #openstack-kolla21:15
openstackgerritRich Wellum proposed openstack/kolla-kubernetes master: WIP: Do not merge - testing current state of kolla-kubernetes  https://review.openstack.org/53101721:18
*** gfidente|afk has quit IRC21:38
*** hongbin has quit IRC21:46
*** unicell has quit IRC21:51
*** wojdec1 has quit IRC21:52
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-ansible master: [WIP] Validator job for publishing pipeline  https://review.openstack.org/52721121:53
*** unicell has joined #openstack-kolla21:53
*** jtriley has quit IRC22:09
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla master: Break up .zuul.yaml to multiple files  https://review.openstack.org/53102822:41
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla master: Break up .zuul.yaml to multiple files  https://review.openstack.org/53102822:48
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla master: Break up .zuul.yaml to multiple files  https://review.openstack.org/53102822:50
harlowjahey, qq, do u guys have any objection to not doing stuff like https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/neutron/templates/neutron.conf.j2#L105 anymore :)22:51
harlowjathose get sort of weird when u have external, non-kolla-ansible managed databases|memcache|rabbit22:51
harlowjaSpamapS and i were looking at those earlier22:51
SpamapSIndeed, should move all references to groups/hostvars to defaults/*22:52
SpamapSso that people can override with external values22:52
harlowjagrep -Rni hostvars * | wc -l22:52
harlowja     31122:52
harlowjathere are a bunch of them (that was grep on kolla-ansible)22:52
harlowja^ might be to high of number (but still a bunch, ha)22:53
inc0you can override it with globals thpo22:53
inc0reason we have this wierd construct there is that you can specify api_interface differently across nodes22:54
inc0node1 will have enp1 and node2 eth022:54
SpamapSyou can't override groups and hostvars AFAIK22:54
inc0you can override memcached_servers tho22:54
* harlowja beats heat at these ones, sorta get discovered as i try things22:54
SpamapSright, but there are direct references to groups+hostvars in templates22:54
inc0logic goes like taht22:54
harlowja*head not heat22:55
inc0well config overrides would fix that22:55
inc0but I guess you could move it to defaults22:55
inc0I have no problem with that22:55
SpamapS$ fgrep -r 'groups[' */templates/*|wc -l22:55
SpamapS     20922:55
inc0we just used this method across the board;)22:56
inc0logic is largely the same22:56
inc0but worst case scenario you can use this mechanism to fix it: https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html#openstack-service-configuration-in-kolla22:57
inc0but if you want to make change to put it all in defaults, I'd be totally fine with this22:57
harlowjaya, finding them all is interesting, ha23:01
harlowjamakes it hard to say get into kolla-ansible (when u have things managed by other systems as is)23:01
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-ansible master: Fix kolla gates  https://review.openstack.org/53103123:06
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla-ansible master: Fix kolla gates  https://review.openstack.org/53103123:06
inc0yeah I agree harlowja this is something we missed23:07
inc0should be fixed - definetly23:07
harlowjaits ok23:07
harlowjajust letting u know :-P23:07
harlowjamaybe we'll fix, ha23:08
inc0I'll buy you bottled water for this fix23:08
inc0maybe even add lemon to it23:08
harlowja1 bottle?23:08
inc0small23:08
*** robbbe has quit IRC23:10
kfox1111back.23:11
kfox1111rwellum: looks good to me. +223:15
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla master: [WIP] Publisher pipeline with testing  https://review.openstack.org/52646923:19
inc0kfox1111: ^ pipeline testing is really close23:19
openstackgerritMichal Jastrzebski (inc0) proposed openstack/kolla master: [WIP] Publisher pipeline with testing  https://review.openstack.org/52646923:25
kfox1111inc0: very cool. :)23:26
inc0when we get that merged we can easily add kk8s to pipeline too23:26
kfox1111+123:27
*** genek_ has quit IRC23:31
*** genek has joined #openstack-kolla23:32
*** goldyfruit has quit IRC23:50
*** mdorman has quit IRC23:51

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!