*** whoami-rajat has quit IRC | 00:01 | |
*** jistr has quit IRC | 00:15 | |
*** jistr has joined #openstack-kolla | 00:15 | |
*** k_mouza has quit IRC | 00:41 | |
*** igordc has quit IRC | 01:04 | |
openstackgerrit | Merged openstack/kolla-cli master: Fix the GLOBAL file path https://review.opendev.org/672484 | 01:08 |
---|---|---|
*** Wasaac has joined #openstack-kolla | 01:15 | |
*** KeithMnemonic has quit IRC | 01:16 | |
*** Wasaac has quit IRC | 01:19 | |
*** whoami-rajat has joined #openstack-kolla | 03:06 | |
*** gkadam has joined #openstack-kolla | 04:08 | |
*** gkadam has quit IRC | 04:09 | |
*** jschlueter has quit IRC | 04:09 | |
openstackgerrit | Min Sun proposed openstack/kolla master: Add exclude for permissions in kolla config.json file https://review.opendev.org/655620 | 04:10 |
*** skramaja has joined #openstack-kolla | 04:42 | |
*** pcaruana has joined #openstack-kolla | 04:44 | |
Tengu | hello there :) | 04:49 |
*** pcaruana has quit IRC | 04:56 | |
*** skramaja has quit IRC | 04:59 | |
*** skramaja has joined #openstack-kolla | 05:01 | |
*** Luzi has joined #openstack-kolla | 05:03 | |
*** pcaruana has joined #openstack-kolla | 06:21 | |
*** jaicaa has quit IRC | 06:28 | |
*** dpawlik has joined #openstack-kolla | 06:31 | |
*** jaicaa has joined #openstack-kolla | 06:31 | |
yoctozepto | morning channel | 06:38 |
*** luksky123 has joined #openstack-kolla | 06:48 | |
*** egonzalez has joined #openstack-kolla | 06:48 | |
hrw | morning | 06:49 |
-openstackstatus- NOTICE: The git service on opendev.org is currently down. | 06:49 | |
*** ChanServ changes topic to "The git service on opendev.org is currently down." | 06:49 | |
*** dpawlik has quit IRC | 06:50 | |
yoctozepto | today fetches from gerrit only ;D | 06:53 |
hrw | hm. | 06:59 |
hrw | kolla-ansible installs docker sdk in virtualenv in bootstrap-servers step. then in prechecks it checks for docker version using python | 06:59 |
hrw | not in virtualenv | 06:59 |
hrw | w'rfjwe3guio3g98357 t890q37t gl3w2ty7208rtu1413 | 06:59 |
hrw | #$!@#~ | 06:59 |
hrw | ! | 06:59 |
*** zhanglong has joined #openstack-kolla | 07:01 | |
yoctozepto | why it never hit us? | 07:02 |
hrw | no idea | 07:02 |
hrw | unless there is other explanation for https://pastebin.com/WLFTN1tv | 07:05 |
yoctozepto | No module named ssl_match_hostname | 07:06 |
hrw | same error if I install backports.ssl_match_hostname | 07:06 |
yoctozepto | looks like it has the docker installed | 07:06 |
yoctozepto | just not seeing those backports | 07:06 |
hrw | ~die python 2.7 | 07:07 |
hrw | linaro@c4n1:/usr/local$ ls lib/python2.7/dist-packages/ -l | 07:08 |
hrw | drwxr-sr-x 2 root staff 4096 Jul 25 06:51 backports.ssl_match_hostname-3.7.0.1.dist-info | 07:08 |
yoctozepto | is this aarch64 issue? | 07:10 |
hrw | python-configparser was installed in system and had /usr/lib/python2.7/dist-packages/backports directory. which caused bug | 07:12 |
yoctozepto | I do not follow | 07:13 |
hrw | investigating. w8 for updates | 07:13 |
yoctozepto | hrw - the code inspector | 07:14 |
hrw | yoctozepto: you are joking probably but this describes one of my functions ;d | 07:15 |
yoctozepto | ;D | 07:16 |
yoctozepto | investigateur | 07:16 |
hrw | yoctozepto: https://marcin.juszkiewicz.com.pl/2014/06/25/from-a-diary-of-aarch-porter-testsuites/ | 07:17 |
*** dpawlik has joined #openstack-kolla | 07:18 | |
*** gfidente has joined #openstack-kolla | 07:20 | |
yoctozepto | hrw: exactly why people write tests | 07:20 |
yoctozepto | the issue is even more delicate for arch diffs | 07:21 |
yoctozepto | though iirc the assumption of BE worked for MIPS | 07:21 |
hrw | http://paste.debian.net/1093009/ to the rescue | 07:21 |
hrw | ~die python 2.7 | 07:22 |
hrw | DIE! | 07:22 |
yoctozepto | Install python2 and python-simplejson and python-backports.ssl-match-hostname and just work | 07:22 |
hrw | check in progress | 07:22 |
yoctozepto | though it's true only for ubuntu here | 07:22 |
*** rpittau|afk is now known as rpittau | 07:22 | |
hrw | passed | 07:22 |
yoctozepto | I mean | 07:22 |
yoctozepto | ubuntu/debian | 07:23 |
hrw | you mean debian/ubuntu? | 07:23 |
yoctozepto | I mean deb-based | 07:24 |
hrw | ;D | 07:24 |
yoctozepto | never heard of deb-based distro not based on debian | 07:25 |
yoctozepto | counting loosely as ubuntu | 07:25 |
yoctozepto | it's not the case for rpm where from the major opensuse is not rhelish | 07:25 |
yoctozepto | and there are a few minor that use rpm but that's it | 07:26 |
hrw | yoctozepto: I heard. used | 07:26 |
yoctozepto | hrw: example | 07:26 |
hrw | yoctozepto: OpenEmbedded can build several distributions for embedded markets. you can choose package manager (and package format) from opkg (most common), dpkg or rpm | 07:27 |
yoctozepto | ah!, that meta thingy | 07:29 |
yoctozepto | never used | 07:29 |
yoctozepto | probably why not remembered | 07:29 |
hrw | linaro@c4n1:~$ docker run -it -u root 10.101.16.1:5000/haerwu/ubuntu-source-kolla-toolbox:8.1.0 bash | 07:30 |
hrw | docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"dumb-init\": executable file not found in $PATH": unknown. | 07:30 |
hrw | FSCK. | 07:30 |
yoctozepto | oh where, oh where did it go | 07:31 |
yoctozepto | ;D | 07:31 |
hrw | yeah | 07:31 |
*** ignaziocassano1 has joined #openstack-kolla | 07:33 | |
ignaziocassano1 | Hello All, | 07:33 |
hrw | ok. rebuilding all packages for centos/source | 07:33 |
ignaziocassano1 | I am installing queens with kolla-ansible | 07:34 |
hrw | mnasiadka: need help with ansible upgrade? | 07:34 |
hrw | ignaziocassano1: STOP. | 07:34 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla master: Upgrade Haproxy to version 1.8.x https://review.opendev.org/671178 | 07:34 |
hrw | ignaziocassano1: do us favour and s/queens/stein or s/queens/rocky | 07:34 |
hrw | ignaziocassano1: most of active cores were not in project when queens was done | 07:35 |
ignaziocassano1 | hwr .... what do you mean ? bluestore in snot supported in kolla-ansible queens ? | 07:36 |
ignaziocassano1 | Filestore works fine | 07:36 |
ignaziocassano1 | with bluestore I used the following script for partitioning each node: | 07:37 |
ignaziocassano1 | parted /dev/sdb -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO1 1 -1 | 07:38 |
ignaziocassano1 | parted /dev/sdc -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO2 1 -1 | 07:38 |
ignaziocassano1 | parted /dev/sdd -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO3 1 -1 | 07:38 |
ignaziocassano1 | parted /dev/sde -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO4 1 -1 | 07:38 |
ignaziocassano1 | parted /dev/sdf -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO5 1 -1 | 07:38 |
ignaziocassano1 | parted /dev/sdg -s -- mklabel gpt mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO2 1 -1 | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mklabel gpt | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO1_W 1G 2G | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO2_W 2G 3G | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO3_W 4G 5G | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO4_W 6G 7G | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO5_W 8G 9G | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO6_W 10G 11G | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO1_D 12GB 62GB | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO2_D 63GB 113GB | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO3_D 114GB 164GB | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO4_D 165GB 215GB | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO5_D 215GB 265GB | 07:38 |
ignaziocassano1 | parted /dev/sdh --script mkpart KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO6_D 266GB 316GB | 07:38 |
ignaziocassano1 | but osd are not created in deploy phase | 07:38 |
ignaziocassano1 | Must I change partion naming ? | 07:39 |
hrw | ignaziocassano1: read https://docs.openstack.org/kolla-ansible/queens/reference/ceph-guide.html and then compare it with https://docs.openstack.org/kolla-ansible/rocky/reference/ceph-guide.html | 07:40 |
yoctozepto | hrw: Zuul is dead for us without opendev.org because we rely on it | 07:40 |
hrw | and search for _BS in both | 07:40 |
hrw | ignaziocassano1: bluestore got added in Rocky | 07:41 |
hrw | yoctozepto: you mean that I can go to PTO day earlier? | 07:41 |
yoctozepto | hrw: more or less | 07:41 |
yoctozepto | have fun | 07:41 |
yoctozepto | it makes me think | 07:41 |
hrw | yoctozepto: will try to get my k-a multinode deploy happen | 07:41 |
yoctozepto | whether we should not hit review.opendev.org instead | 07:42 |
hrw | dusted off some of remote server cartridges for it | 07:42 |
ignaziocassano1 | Thanks | 07:42 |
ignaziocassano1 | I must use rocky | 07:42 |
yoctozepto | ignaziocassano1: you are welcome to use stein ;D | 07:42 |
ignaziocassano1 | Anycase the partition labeling is correct for rocky ? | 07:42 |
hrw | ignaziocassano1: you may use queens but then kolla gives you only filestore. or you can go for external ceph | 07:42 |
ignaziocassano1 | or for stein ? | 07:43 |
hrw | ignaziocassano1: have to admit that I never deployed multinode before | 07:43 |
hrw | ignaziocassano1: go stein | 07:43 |
hrw | we released it yesterday | 07:43 |
ignaziocassano1 | Yes, I read it | 07:43 |
yoctozepto | hrw: you partied too much | 07:44 |
yoctozepto | we released it on Monday | 07:44 |
yoctozepto | yesterday was Wednesday | 07:44 |
hrw | https://imgur.com/a/5DTKImC ;D | 07:44 |
ignaziocassano1 | Please, let me know if partition naming I use is right for rocky/stein | 07:44 |
hrw | yoctozepto: ;D | 07:44 |
yoctozepto | hrw: lolz | 07:44 |
hrw | ignaziocassano1: what about KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO_B ones? | 07:45 |
*** priteau has joined #openstack-kolla | 07:45 | |
yoctozepto | ignaziocassano1: for future-proofing - note we deprecated kolla-deployed ceph and advise to use ceph-ansible as they do a good job for it | 07:46 |
yoctozepto | and we do a good job of external ceph support | 07:46 |
yoctozepto | match made in heaven | 07:46 |
ignaziocassano1 | KOLLA_CEPH_OSD_BOOTSTRAP_BS_FOO1_B | 07:47 |
ignaziocassano1 | it is ok ? | 07:47 |
hrw | ignaziocassano1: looks like | 07:47 |
ignaziocassano1 | FOO2_B | 07:47 |
ignaziocassano1 | and so ON ? | 07:47 |
hrw | ignaziocassano1: yea | 07:48 |
ignaziocassano1 | thanks | 07:48 |
ignaziocassano1 | I will try on stein | 07:48 |
ignaziocassano1 | thanks | 07:48 |
hrw | I am more build than deploy man | 07:48 |
ignaziocassano1 | thanks for your help | 07:50 |
*** ignaziocassano1 has quit IRC | 07:50 | |
*** fxpester has joined #openstack-kolla | 07:54 | |
hrw | and left ;( | 07:56 |
yoctozepto | hrw: ;-( | 08:00 |
*** admin0 has joined #openstack-kolla | 08:03 | |
*** dougsz has joined #openstack-kolla | 08:12 | |
fxpester | hi all, trying to deploy multinode kolla queens, getting problems with mariadb, `[Warning] WSREP: no nodes coming from prim view, prim not possible` | 08:13 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible master: Adapt RabbitMQ cluster_partition_handling https://review.opendev.org/672562 | 08:19 |
yoctozepto | fxpester: any reason to deploy queens and not rocky or stein? | 08:20 |
fxpester | yoctozepto: we already have working deployment of queens with those (our) images, so I plan to deploy queens, test it and do an upgrade | 08:22 |
admin0 | yeah .. was about to ask that also | 08:22 |
admin0 | fxpester, your images as in qcow images ? | 08:23 |
fxpester | yoctozepto: docker images of kolla queens | 08:23 |
yoctozepto | all right | 08:23 |
yoctozepto | we had some fixes for mariadb in rocky-stein-train path | 08:24 |
yoctozepto | will check if they went into queens | 08:24 |
*** Wasaac has joined #openstack-kolla | 08:31 | |
-openstackstatus- NOTICE: Services at opendev.org like our git server and at openstack.org are currently down, looks like an outage in one of our cloud providers. | 08:32 | |
*** ChanServ changes topic to "Services at opendev.org like our git server and at openstack.org are currently down, looks like an outage in one of our cloud providers." | 08:32 | |
yoctozepto | hrw: any idea how to handle https://review.opendev.org/671178 | 08:36 |
yoctozepto | we require a cyclic dep in there | 08:36 |
yoctozepto | yet Zuul cannot do that | 08:36 |
yoctozepto | unvoting CI jobs comes to mind | 08:37 |
yoctozepto | but ugly | 08:37 |
yoctozepto | fxpester: yeah, queens is missing those fixes but logs show that mariadb may have some other issues there as well | 08:39 |
yoctozepto | see: https://review.opendev.org/669703 | 08:39 |
*** ChanServ changes topic to "Topic for #openstack-kolla is: support: ask.openstack.org | New to Kolla: docs @ https://docs.openstack.org/kolla/latest/ | | Kolla IRC meetngs on Wednesdays @ 15:00 UTC - see agenda @ https://goo.gl/OXB0DL - IRC channel is *LOGGED* @ http://goo.gl/3mzZ7b" | 08:40 | |
-openstackstatus- NOTICE: The problem in our cloud provider has been fixed, services should be working again | 08:40 | |
hrw | yoctozepto: which cyclic dep? | 08:42 |
yoctozepto | hrw: kolla change depends on kolla-ansible change and vice versa | 08:49 |
yoctozepto | otherwise jobs do not pass | 08:49 |
hrw | yoctozepto: kolla-ansible change Depends-On: kolla change | 08:49 |
yoctozepto | hrw: kolla has voting k-a jobs | 08:50 |
hrw | yoctozepto: or both directions even | 08:50 |
yoctozepto | hrw: both directions not supportedd ;D | 08:51 |
yoctozepto | it blocks either change | 08:51 |
yoctozepto | so we are stuck, this mustbe redone | 08:51 |
hrw | yoctozepto: and change is x86-64 only | 08:53 |
yoctozepto | it seems only haproxy uses this kind of hack | 08:54 |
yoctozepto | hrw: sclo not built for aarch64? | 08:54 |
hrw | nope | 08:54 |
hrw | yoctozepto: not this one | 08:54 |
*** luksky123 has quit IRC | 08:54 | |
hrw | already asked on #centos-devel | 08:54 |
yoctozepto | hrw: ok | 08:55 |
yoctozepto | looks like bad ommission | 08:55 |
hrw | yoctozepto: if all goes right then august/september we may migrate to centos8 | 08:55 |
*** Wasaac has quit IRC | 08:55 | |
*** Wasaac has joined #openstack-kolla | 08:55 | |
openstackgerrit | Kien Nguyen proposed openstack/kolla master: Upgrade Haproxy to version 1.8.x https://review.opendev.org/671178 | 08:55 |
hrw | 1.8.15 in centos8 | 08:55 |
yoctozepto | centos8 not in kolla | 08:56 |
hrw | not anywhere yet | 08:57 |
openstackgerrit | Kien Nguyen proposed openstack/kolla master: Upgrade Haproxy to version 1.8.x https://review.opendev.org/671178 | 08:59 |
yoctozepto | hrw: rhel8 neither, yet it is somewhere | 08:59 |
hrw | the worst part of building images for deployment - pushing. 10GbE is slow | 09:02 |
yoctozepto | hrw: it's probably due to how docker handles it and not the raw link speed | 09:03 |
hrw | hm... my cartridge servers have dual 10GbE connected to interal 45GbE switch to 10GbE... and 1GbE speed in iperf3... | 09:04 |
hrw | have to dig | 09:04 |
yoctozepto | 45GbE? | 09:07 |
yoctozepto | never seen | 09:07 |
hrw | yoctozepto: 100GbE exist. work on 400GbE exist | 09:07 |
*** luksky123 has joined #openstack-kolla | 09:08 | |
hrw | yoctozepto: https://marcin.juszkiewicz.com.pl/2017/06/23/moar-x-genes/ shows old deprecated server chassis with servers I use | 09:08 |
yoctozepto | yeah, but seen 100 and 40 yet not 45 | 09:08 |
*** ivve has joined #openstack-kolla | 09:08 | |
hrw | yoctozepto: can be error in my memory or docs | 09:09 |
stingrayza | o/ morning | 09:10 |
*** fxpester has quit IRC | 09:10 | |
*** lemko has joined #openstack-kolla | 09:11 | |
hrw | yoctozepto: 45G handles 10G links. same manual mentions 180G handling 40G links ;D | 09:12 |
yoctozepto | hrw: whatever that means, maybe it's about the internal switching speed or sth | 09:16 |
*** lennyb has joined #openstack-kolla | 09:16 | |
hrw | si | 09:17 |
hrw | shit. centos containers behave same way. I suspect registry | 09:18 |
hrw | building haproxy | 09:19 |
mnasiadka | yoctozepto: so, you want to introduce sclo? :) | 09:22 |
mnasiadka | ah, not you - see the change now | 09:22 |
yoctozepto | mnasiadka: sclo still better than epel | 09:23 |
yoctozepto | ;p | 09:23 |
mnasiadka | yoctozepto: These both repos are in last circle of hell, just in different corners... | 09:23 |
yoctozepto | haha, could be | 09:24 |
mnasiadka | but adding sclo would also help us with old ruby causing old fluentd | 09:24 |
mnasiadka | on the other side, more repos == more trouble | 09:24 |
yoctozepto | mnasiadka: at least sclo is quite self-contained | 09:25 |
yoctozepto | it does not replace your deps | 09:25 |
yoctozepto | (looking at you, epel) | 09:25 |
*** luksky123 has quit IRC | 09:31 | |
yoctozepto | mnasiadka: https://review.opendev.org/671127 pls | 09:33 |
mnasiadka | yoctozepto: done | 09:34 |
*** luksky123 has joined #openstack-kolla | 09:35 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla master: Upgrade Haproxy to version 1.8.x https://review.opendev.org/671178 | 09:35 |
hrw | fixed whitespace | 09:35 |
hrw | now CI will at least start | 09:35 |
yoctozepto | mnasiadka: thanks | 09:35 |
yoctozepto | hrw: not much point, not gonna pass | 09:36 |
openstackgerrit | Min Sun proposed openstack/kolla master: Add exclude for permissions in kolla config.json file https://review.opendev.org/655620 | 09:39 |
*** egonzalez has quit IRC | 09:44 | |
*** jschlueter has joined #openstack-kolla | 10:10 | |
openstackgerrit | Michal Nasiadka proposed openstack/kolla-ansible master: Configure ganesha policy when ceph-nfs enabled https://review.opendev.org/671684 | 10:21 |
hrw | #@$@#%@! | 10:26 |
hrw | qrep4 builds container, sends to registry on c1n1, image run on c4n1 fails | 10:26 |
hrw | all machines are aarch64 | 10:27 |
*** brtknr has quit IRC | 10:27 | |
mnasiadka | hrw: It's good to see that you're having fun :) | 10:28 |
*** brtknr has joined #openstack-kolla | 10:33 | |
hrw | docker-- | 10:39 |
hrw | docker-ce 19.03 was issue | 10:39 |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Enhance merge_* action plugins to allow expected relative includes https://review.opendev.org/671127 | 10:40 |
openstackgerrit | Merged openstack/kolla-ansible stable/stein: Do not require valid migration_interface for controllers https://review.opendev.org/671126 | 10:40 |
hrw | I plan to make a patch which will drop docker-ce completely | 10:50 |
hrw | both Debian buster and Ubuntu 18.04 have Docker 18.09 as 'docker.io' in repos | 10:51 |
mnasiadka | and Redhat family has Docker 1.13, which had some problems in the past - that's why docker-ce came up :) | 10:53 |
hrw | https://paste.debian.net/1093028/ | 10:54 |
hrw | mnasiadka: did not touched RH family | 10:54 |
mnasiadka | hrw: I just wanted to say maybe it's better to pin to docker-ce 18.x for now :) | 10:54 |
hrw | mnasiadka: docker.io is at 18.09 | 10:55 |
hrw | no pinning needed | 10:55 |
mnasiadka | I'm beginning to be lost with all those docker daemon repos | 10:56 |
hrw | ;) | 10:56 |
*** brtknr has quit IRC | 10:56 | |
*** brtknr has joined #openstack-kolla | 10:56 | |
hrw | I am starting to hate /etc/systemd/system/docker.service.d/kolla.conf file | 11:00 |
hrw | 'o, let us be smarter than docker and tell it how to start' crap | 11:01 |
mnasiadka | I think it's mainly connected mountflags=shared | 11:03 |
mnasiadka | all the other crap could be set in /etc/docker/daemon.json | 11:03 |
mnasiadka | s/connected/connected to/ | 11:03 |
mnasiadka | and we still have this bug open: https://bugs.launchpad.net/kolla-ansible/+bug/1833835 | 11:06 |
openstack | Launchpad bug 1833835 in kolla-ansible "[debian] MountFlags=shared fail for docker 18.09" [Undecided,Incomplete] - Assigned to Radosław Piliszek (yoctozepto) | 11:06 |
hrw | mnasiadka: kolla.conf has whole ExecStart line. /lib/systemd/system/docker.service has own one. both do same different way... | 11:07 |
*** kplant has joined #openstack-kolla | 11:14 | |
openstackgerrit | Stig Telfer proposed x/kayobe master: Add support for Arista switches https://review.opendev.org/670884 | 11:16 |
hrw | mnasiadka: http://paste.debian.net/1093030/ like | 11:19 |
*** zhanglong has quit IRC | 11:26 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla-ansible master: Configure docker without guessing how it starts https://review.opendev.org/672700 | 11:29 |
hrw | please take a look | 11:30 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla-ansible master: On Debian/Ubuntu systems install Docker from distribution https://review.opendev.org/672701 | 11:33 |
hrw | let CI check now was it right | 11:34 |
*** Wasaac has quit IRC | 11:36 | |
*** pcaruana has quit IRC | 11:42 | |
*** igordc has joined #openstack-kolla | 11:43 | |
openstackgerrit | Merged openstack/kolla-ansible master: CI: clean up requirements installation https://review.opendev.org/670900 | 11:59 |
*** dpawlik has quit IRC | 12:02 | |
yoctozepto | hrw, mnasiadka: I mentioned already we should be using the json docker config, not override systemd run path | 12:13 |
*** dpawlik has joined #openstack-kolla | 12:21 | |
*** pcaruana has joined #openstack-kolla | 12:22 | |
*** Wasaac has joined #openstack-kolla | 12:40 | |
*** Wasaac has quit IRC | 12:41 | |
*** Wasaac has joined #openstack-kolla | 12:41 | |
openstackgerrit | Isaac Prior proposed openstack/kolla master: Change monasca-grafana source branch to use grafana v4.2.0 with keystone changes https://review.opendev.org/672717 | 12:55 |
openstackgerrit | Isaac Prior proposed openstack/kolla master: Change monasca-grafana source branch to use grafana v4.2.0 with keystone changes https://review.opendev.org/672717 | 12:58 |
openstackgerrit | Isaac Prior proposed openstack/kolla master: Change monasca-grafana source branch to use grafana v4.2.0 with keystone changes https://review.opendev.org/672717 | 12:59 |
*** Wasaac has quit IRC | 13:05 | |
*** Wasaac_ has joined #openstack-kolla | 13:06 | |
*** gtarnaras has joined #openstack-kolla | 13:06 | |
mnasiadka | yoctozepto: I wonder if we still need MountFlags=shared, looking at this: https://docs.docker.com/engine/release-notes/#18091 | 13:07 |
yoctozepto | mnasiadka: yeah, I doubt either with this + json config we can get rid of touching systemd | 13:21 |
yoctozepto | I am not sure whether it was not actually fixed much earlier | 13:22 |
*** goldyfruit has joined #openstack-kolla | 13:32 | |
*** Luzi has quit IRC | 13:33 | |
hrw | https://marcin.juszkiewicz.com.pl/2019/07/25/kolla-stein-released/ | 13:36 |
goldyfruit | o/ | 13:37 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/kolla-ansible master: Configure docker without guessing how it starts https://review.opendev.org/672700 | 13:40 |
*** k_mouza has joined #openstack-kolla | 13:43 | |
*** Wasaac_ has quit IRC | 13:52 | |
*** Wasaac has joined #openstack-kolla | 13:53 | |
*** Wasaac has quit IRC | 13:53 | |
*** Wasaac has joined #openstack-kolla | 13:53 | |
*** lemko has quit IRC | 14:00 | |
* hrw off - see you Wednesday | 14:01 | |
*** luksky123 has quit IRC | 14:07 | |
*** goldyfruit has quit IRC | 14:07 | |
*** gtarnaras has quit IRC | 14:14 | |
*** gtarnaras has joined #openstack-kolla | 14:14 | |
*** goldyfruit has joined #openstack-kolla | 14:16 | |
yoctozepto | bye hrw | 14:21 |
openstackgerrit | Martin Mágr proposed openstack/kolla master: Add collectd-sensubility to the image https://review.opendev.org/672547 | 14:24 |
*** k_mouza has quit IRC | 14:25 | |
*** dpawlik has quit IRC | 14:28 | |
*** k_mouza has joined #openstack-kolla | 14:31 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/rocky: WIP: [Rocky-only] CI: Fix ceph (multinode) jobs https://review.opendev.org/672749 | 14:39 |
*** k_mouza has quit IRC | 14:48 | |
*** Wasaac has quit IRC | 14:53 | |
*** Wasaac has joined #openstack-kolla | 14:54 | |
*** Wasaac has quit IRC | 14:56 | |
*** Wasaac has joined #openstack-kolla | 14:56 | |
*** k_mouza has joined #openstack-kolla | 14:57 | |
*** gfidente has quit IRC | 15:26 | |
goldyfruit | haha yoctozepto thanks for the patchset... sorry was a busy day yesterday | 15:47 |
yoctozepto | goldyfruit: np, felt the need to straighten descriptions | 15:48 |
*** altlogbot_1 has quit IRC | 15:48 | |
*** altlogbot_2 has joined #openstack-kolla | 15:50 | |
yoctozepto | mnasiadka: re: ceph-nfs - I am considering proposing dropping testing of ceph-nfs - it blurs the results of jobs as we always expect a failure atm ;/ | 15:51 |
yoctozepto | I feel nobody deployed it ever this way (most probable since it was broken completely before my touch) | 15:52 |
yoctozepto | the other extra ceph daemons can stay and I am fine even with their testing backport to stein | 15:52 |
*** henriqueof has joined #openstack-kolla | 15:55 | |
*** JamesBenson has joined #openstack-kolla | 16:04 | |
*** gtarnaras has quit IRC | 16:08 | |
*** Wasaac has quit IRC | 16:09 | |
*** Wasaac has joined #openstack-kolla | 16:10 | |
openstackgerrit | Radosław Piliszek proposed openstack/kolla-ansible stable/rocky: Add kolla-ansible to zuul job dependencies https://review.opendev.org/672775 | 16:12 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla stable/rocky: Fixes ceph-osd deploys with loop devices. https://review.opendev.org/668286 | 16:17 |
*** henriqueof has quit IRC | 16:21 | |
*** k_mouza has quit IRC | 16:31 | |
*** rpittau is now known as rpittau|afk | 16:36 | |
JamesBenson | anyone free to help debug why I can't build kolla images? | 16:38 |
*** k_mouza has joined #openstack-kolla | 16:41 | |
*** Wasaac has quit IRC | 16:42 | |
*** k_mouza has quit IRC | 16:43 | |
*** Wasaac has joined #openstack-kolla | 16:50 | |
*** Wasaac has quit IRC | 16:54 | |
*** dougsz has quit IRC | 16:57 | |
*** igordc has quit IRC | 16:58 | |
*** igordc has joined #openstack-kolla | 16:58 | |
*** ivve has quit IRC | 17:01 | |
mnasiadka | yoctozepto: so go for it, I’ll test it in a different change | 17:08 |
*** JamesBenson has quit IRC | 17:25 | |
*** igordc has quit IRC | 17:28 | |
*** vishwanathj has quit IRC | 17:30 | |
*** vishwanathj has joined #openstack-kolla | 17:34 | |
*** henriqueof has joined #openstack-kolla | 17:38 | |
*** goldyfruit has quit IRC | 17:49 | |
*** goldyfruit has joined #openstack-kolla | 18:04 | |
*** priteau has quit IRC | 18:13 | |
*** dims has quit IRC | 18:19 | |
*** igordc has joined #openstack-kolla | 18:22 | |
*** dims has joined #openstack-kolla | 18:29 | |
*** JamesBenson has joined #openstack-kolla | 18:29 | |
*** ivve has joined #openstack-kolla | 18:35 | |
*** hamzaachi has joined #openstack-kolla | 18:35 | |
*** goldyfruit has quit IRC | 18:38 | |
*** hamzaachi has quit IRC | 18:49 | |
*** hamzaachi has joined #openstack-kolla | 18:51 | |
*** hamzaachi has quit IRC | 18:52 | |
yoctozepto | JamesBenson: you should have just hit the channel ;-) | 18:52 |
JamesBenson | sorry, | 18:52 |
*** hamzaachi has joined #openstack-kolla | 18:52 | |
*** hamzaachi has quit IRC | 18:53 | |
JamesBenson | I've done a tox -e genconfig, command succeeded. | 18:53 |
JamesBenson | but issuing a "kolla-build --registry 127.0.0.1:4000 --push -b centos -t source nova-compute" still fails | 18:54 |
JamesBenson | complaining about folders not existing... | 18:54 |
JamesBenson | https://paste.ubuntu.com/p/c969Y9k74W/ | 18:56 |
JamesBenson | yoctozepto: any thoughts/idea's? | 18:57 |
yoctozepto | JamesBenson: did you change anything in recipes? what release is that? | 18:58 |
JamesBenson | it does successfully build base and openstack-base... error on nova-base and match on nova-compute and nova-compute-ironic. | 18:58 |
JamesBenson | rocky | 18:58 |
JamesBenson | I reverted all changes, thinking I messed up something in the dockerfile. | 18:59 |
*** BjoernT has joined #openstack-kolla | 18:59 | |
*** skramaja has quit IRC | 19:07 | |
*** igordc has quit IRC | 19:09 | |
yoctozepto | odd (as always) | 19:13 |
yoctozepto | did you check if you don't have broken partial images? | 19:13 |
yoctozepto | docker would restart from the last built layer | 19:14 |
yoctozepto | if it was broken for some reason | 19:14 |
yoctozepto | it could fail strangely | 19:14 |
yoctozepto | JamesBenson: ^ | 19:19 |
*** igordc has joined #openstack-kolla | 19:25 | |
*** dims has quit IRC | 19:30 | |
*** goldyfruit has joined #openstack-kolla | 19:32 | |
*** igordc has quit IRC | 19:32 | |
openstackgerrit | Merged openstack/kolla-ansible stable/rocky: Add kolla-ansible to zuul job dependencies https://review.opendev.org/672775 | 19:37 |
*** dims has joined #openstack-kolla | 19:39 | |
*** vishwanathj has quit IRC | 19:45 | |
JamesBenson | hmm | 19:46 |
JamesBenson | yoctozepto sorry about the delay... | 19:46 |
JamesBenson | yoctozepto: https://da.gd/yR6Y I think I got them... | 19:50 |
*** dasp has quit IRC | 19:51 | |
*** dasp has joined #openstack-kolla | 19:54 | |
JamesBenson | ... it's plugging away... | 19:55 |
goldyfruit | JamesBenson, I didn't completely follow, what is your issue ? | 19:56 |
goldyfruit | Something related with Xen and the build images | 19:56 |
goldyfruit | But what is your error ? | 19:56 |
goldyfruit | What is the build command you are using ? | 19:56 |
JamesBenson | goldyfruit: the main issue is stuff with xen, a package needs to be installed in the nova image...right now trying to fix by building the docker image, but having issues... but it's possible I just fixed it.. | 19:56 |
JamesBenson | I think I just needed to remove dangling failed docker images... | 19:57 |
goldyfruit | docker rmi ? | 19:57 |
JamesBenson | yeah to get rid of the bad ones. | 19:57 |
goldyfruit | yep | 19:57 |
JamesBenson | I thought it would rebuild the failed ones.. didn't realize it doesn't | 19:58 |
JamesBenson | do you want info on the xen stuff? | 19:58 |
goldyfruit | If you build your image then I'm fine | 19:58 |
goldyfruit | Maybe when you are done with all your tests you could do a review about this | 19:59 |
goldyfruit | To fix it upstream | 19:59 |
JamesBenson | well, once I build and (hopefully) it succeeds, I'll submit the patch... | 19:59 |
goldyfruit | Great! | 19:59 |
JamesBenson | problem is I go on holiday on Monday | 19:59 |
JamesBenson | for 3 weeks.. | 19:59 |
goldyfruit | Not really a problem :p | 20:00 |
JamesBenson | so hopefully I'll get this before.. but a ton of xen issues... | 20:00 |
JamesBenson | for me it is, just to remember it all ;-) | 20:00 |
henriqueof | Where do I set the iSCSI target IP on globals.yml? | 20:01 |
JamesBenson | okay, builds are still failing. | 20:03 |
JamesBenson | target 'nova' is not a directory. | 20:03 |
JamesBenson | thoughts goldyfruit or yoctozepto? | 20:05 |
*** vishwanathj has joined #openstack-kolla | 20:07 | |
*** igordc has joined #openstack-kolla | 20:08 | |
*** kplant has quit IRC | 20:18 | |
*** zbr_ has quit IRC | 20:35 | |
*** zbr has joined #openstack-kolla | 20:37 | |
*** BjoernT has quit IRC | 20:55 | |
*** zbr has quit IRC | 21:11 | |
*** kplant has joined #openstack-kolla | 21:24 | |
*** zbr has joined #openstack-kolla | 21:27 | |
*** whoami-rajat has quit IRC | 21:28 | |
*** pcaruana has quit IRC | 21:28 | |
*** ivve has quit IRC | 21:30 | |
*** zbr has quit IRC | 21:32 | |
*** JamesBenson has quit IRC | 21:57 | |
*** JamesBenson has joined #openstack-kolla | 22:00 | |
*** henriqueof has quit IRC | 22:01 | |
*** JamesBenson has quit IRC | 22:04 | |
*** kplant has quit IRC | 22:55 | |
*** JamesBenson has joined #openstack-kolla | 23:20 | |
*** JamesBenson has quit IRC | 23:24 | |
*** goldyfruit has quit IRC | 23:40 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!