Monday, 2020-03-16

*** dave-mccowan has quit IRC00:31
*** dave-mccowan has joined #openstack-kolla00:34
*** k_mouza has joined #openstack-kolla01:15
*** diurnalist has quit IRC01:18
*** k_mouza has quit IRC01:19
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Add support for encrypting backend HAProxy traffic  https://review.opendev.org/71200501:28
*** diurnalist has joined #openstack-kolla01:42
*** dave-mccowan has quit IRC01:43
*** dave-mccowan has joined #openstack-kolla01:54
*** Blinkiz has quit IRC02:04
*** diurnalist has quit IRC02:09
*** dave-mccowan has quit IRC02:29
*** oyrogerg has joined #openstack-kolla02:41
*** Tony31 has joined #openstack-kolla02:50
*** ykarel|away is now known as ykarel03:37
*** JangwonLee has joined #openstack-kolla04:25
*** k_mouza has joined #openstack-kolla04:28
*** k_mouza has quit IRC04:32
sorin-mihaii managed to break a node so bad that i can't start any of the instances. is there some way to at least backup the instances before trying to redeploy the node?04:56
sorin-mihaii'm only interested in preserving the qcow2 files, nothing else, so that i can import them as images later04:59
Tony31@sorin-mihai - an `instance` is just an .xml representation of what you want to define as compute resource, like `vCPU` `memory`. I think you mean you want to save the volume data - for this you would need to check what you're using for the volume (cinder or ceph or something else). Then, you can take a snapshot > upload to image > then download the image as a qcow.05:01
Tony31to investigate the reason why your instances are not starting, check nova and neutron logs for clues05:02
sorin-mihaicinder/ceph wheren't enabled05:02
Tony31are you using a nova volume in that case?05:03
sorin-mihainot sure that's the type. how do i find out?05:04
Tony31go to openstack gui > admin > volumes05:04
Tony31when it loads up the volumes it should say some information in the `host` column05:05
sorin-mihaii guess not a volume either05:05
Tony31in my case, I am using cinder backend so my `host` shows: `hil-kstor2-dev.domain.com@nimble-cinder-dr#nimble-cinder-dr` which is the storage host -> backend05:06
Tony31you dont have any volumes?05:06
sorin-mihaino volumes, only some images from which i started instances05:08
Tony31do you still have instances?05:08
sorin-mihaiyes. the node might not be that badly broken, maybe only the hypervisor05:09
Tony31if you're using the storage on the compute host for the volume data, then im not sure how you can save it because the data is supposed to be destroyed when the instance is removed. you'll probably have a raw image data on the host - do you know where it is?05:09
sorin-mihaii guess i could try to create volume from the image that's attached to the instance?05:10
sorin-mihaior maybe not, i think it's just the default image i used for all instances05:11
sorin-mihaimaybe i should just figure out how to fix nova-compute to start the instances again. i can't make any snapshots with whatever i have now05:15
*** skramaja has joined #openstack-kolla05:19
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Add support for encrypting backend HAProxy traffic  https://review.opendev.org/71200505:24
*** diurnalist has joined #openstack-kolla05:29
*** evrardjp has quit IRC05:35
*** evrardjp has joined #openstack-kolla05:36
*** diurnalist has quit IRC05:38
*** abdysn has joined #openstack-kolla06:09
*** sri_ has joined #openstack-kolla06:13
sri_morning06:13
Tony31morning :)06:14
sri_sorin-mihai, I hope it's not a production environment :(.06:18
sorin-mihaimorning06:19
sorin-mihainot exactly production, just a couple of instances that i don't want to rebuild from scratch06:19
*** JangwonLee has quit IRC06:21
*** JangwonLee has joined #openstack-kolla06:22
sri_oh ok.06:23
Tony31@sorin-mihai - if you could locate the actual volume date on the compute host, I have a strong feeling that it will be an image file (either raw or qcow but we can find out) so i think if you can locate it there then you can FTP it off the host and save it as an image; where you could then re-upload it into openstack and build another instance from it.06:23
Tony31@sorin-mihai can you check `/var/lob/nova/instances/`06:24
*** sri_ has quit IRC06:28
*** irclogbot_2 has quit IRC06:29
*** pbing19 has joined #openstack-kolla06:31
*** k_mouza has joined #openstack-kolla06:44
sorin-mihaithe thing is, the files are there in some docker managed volumes, but i'm more interested to get the nova-compute back up06:45
sorin-mihainova agent-list gives no output, while nova service-list says nova-compute in zone nova is down06:46
*** k_mouza has quit IRC06:49
*** xinliang has joined #openstack-kolla06:58
yoctozeptomorning07:18
yoctozeptosorin-mihai: is the nova_compute container down?07:18
yoctozeptocan you simply start it?07:19
yoctozeptoand yes, the data is on docker volume07:19
yoctozeptomounted in that container07:19
yoctozeptounder /var/lib/nova07:19
yoctozeptoin /var/lib/nova/instances you should find what you are looking for07:20
*** pbing19 has quit IRC07:22
sorin-mihaiif kolla/centos-source-nova-compute:master-centos8 is the container you're asking about, it's running07:22
*** pbing19 has joined #openstack-kolla07:22
*** xinliang has quit IRC07:23
yoctozeptosorin-mihai: yeah, that's the one, it should have the underscored name07:24
yoctozeptoyou are about kolla-ansible, aren't you?07:24
yoctozeptobtw, why running master? are you trying to develop kolla/kolla-ansible?07:25
sorin-mihaitesting and breaking, trying to understand how it works. lol07:25
yoctozeptook07:26
*** irclogbot_2 has joined #openstack-kolla07:29
sorin-mihainice, so the qcow file would be /var/lib/nova/instances/some_uuid/disk inside the compute container. now all i need is to identify the uuid for the instance i want to preserve07:30
yoctozeptosorin-mihai: it must be in mariadb07:31
yoctozeptothough I obviously don't remember table names by heart07:31
sorin-mihaithe web interface is still working07:31
*** Tony31 has quit IRC07:35
mnasiadkamorning07:38
mnasiadkayoctozepto: about the ovs-ofctl, can't we ,,make'' it to use tcp: connection instead of socket?07:38
*** bengates has joined #openstack-kolla07:55
*** bengates has quit IRC07:57
*** bengates has joined #openstack-kolla07:57
*** reph has joined #openstack-kolla07:58
*** reph has quit IRC08:02
*** reph has joined #openstack-kolla08:02
mnasiadkayoctozepto: ok, I answered to myself, it can't :)08:03
yoctozeptomnasiadka: :-)08:08
mnasiadkayoctozepto: and I'm afraid after V it will still use ovs-ofctl, even with of_interface=native08:08
*** Tony31 has joined #openstack-kolla08:10
Tony31any coding expert here on Upwork? I am looking for a python resource.08:11
yoctozeptomnasiadka:  of_interface? it's long gone ;p08:11
yoctozeptomnasiadka: no idea what they are trying in Victoria08:11
yoctozeptomnasiadka: but ovs-ofctl call is deprecated08:11
mnasiadkayoctozepto: looking at this: https://bugs.launchpad.net/neutron/+bug/1672340 - I don't think they ever fixed it08:14
openstackLaunchpad bug 1672340 in neutron "openvswitch firewall driver always uses deprecated ovs-ofctl instead of defined driver" [High,New]08:14
*** rpittau|afk is now known as rpittau08:15
mnasiadkayoctozepto: I would rather ask Neutron guys if ovs-ofctl call is deprecated - then how to stop using it? :D08:15
yoctozeptomnasiadka: the deprec went in in Ussuri which is still pending08:16
yoctozeptomnasiadka: for removal in V08:16
mnasiadkayoctozepto: I see they are also missing contributors :)08:16
yoctozeptomnasiadka: like the whole openstack ;-) or do you mean something more specific?08:17
mnasiadkayoctozepto: naah, found the change to remove ofctl calls - https://review.opendev.org/#/c/711949/108:18
patchbotpatch 711949 - neutron - [WIP] Remove ofctl from firewall driver - 1 patch set08:18
mnasiadkayoctozepto: around tox, seems we need a pre task to install it back for now?08:19
hrwmorning08:21
hrwhttps://review.opendev.org/#/c/712987/ mnasiadka yoctozepto?08:22
patchbotpatch 712987 - kolla - kibana, nova-libvirt: handle it properly for non-x86 - 5 patch sets08:22
*** cah_link has joined #openstack-kolla08:24
*** reph has quit IRC08:25
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: do not use unversioned Python binary  https://review.opendev.org/71023108:25
hrwrebased08:26
yoctozeptomnasiadka: link it in the bug report on k-@08:37
yoctozeptomnasiadka: re tox, I proposed the removal already08:38
yoctozeptomnasiadka: see the comment there, looks like aarch64 image also needs setuptools now08:39
yoctozeptohrw08:39
*** ykarel is now known as ykarel|lunch08:39
yoctozeptoso soon all will need it08:39
*** reph has joined #openstack-kolla08:40
yoctozeptoalso, we need tox removal in all branches as images are the same08:40
yoctozeptoI guess it's our late cleanup08:40
hrwyoctozepto: go for it08:41
hrwI did not followed earlier discussion08:41
yoctozeptoI will if you don't, no problem, just signaling08:41
yoctozeptobusy atm08:42
hrwah. I see changes in backlog08:43
hrw /lastlog command roxx08:43
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: Custom haproxy script for monitoring galera  https://review.opendev.org/71021308:45
hrwyoctozepto: did infra announced image changes?08:47
yoctozeptohrw: re arm64 fungi was rather surprised08:48
yoctozeptohrw: otherwise, yeah, via their specs08:48
hrwthx08:49
hrwweird that  'python3 -m venv ~/kolla-venv' does not install setuptools. or maybe it is other place08:52
yoctozeptoweird, agreed08:53
mnasiadkaweird is that on ubuntu python3-setuptools does not install python3-wheel :D08:53
hrwPermissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.6/site-packages/pbr'08:54
hrwI wonder why no venv...08:54
yoctozeptomnasiadka: well, not that weird, weird would be in reverse08:58
mnasiadkayoctozepto: so up to some days ago, it was in reverse I guess?08:58
yoctozeptomnasiadka: no idea, no urge to check08:59
yoctozeptohrw: is that somewhere in aarch64 job?09:00
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313509:00
hrwlet's try that way09:00
*** xinliang has joined #openstack-kolla09:00
hrwyoctozepto: kolla-build-centos8-source09:01
hrwyoctozepto: added '    extra_args: --user ' to pip call09:01
yoctozeptohrw: ah, I was focusing on k-a09:01
yoctozeptoas it has to go first09:01
hrwyoctozepto: same issue I think09:01
yoctozeptohrw: nah, it should have venv09:02
*** suff has joined #openstack-kolla09:07
*** Tony31 has quit IRC09:07
hrw;d09:07
*** gfidente has joined #openstack-kolla09:12
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: OVN Support  https://review.opendev.org/69684109:13
hrwargh.09:22
hrwwhy opendev ci logs are so messy09:24
*** reph has quit IRC09:30
*** arxcruz is now known as arxcruz|rover09:34
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: OVN Support  https://review.opendev.org/69684109:38
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313509:41
hrwansible--09:41
mnasiadkayoctozepto: so long for external-check in haproxy - seems support is uncompiled in redhat derivatives... :(09:44
yoctozeptohrw: I believe we could agree but for different reasons probably ;p09:45
hrwpip module supports creation of virtualenv, installing in it etc.09:45
yoctozeptomnasiadka: omg09:45
hrwbut command module requires shell wrappers to use virtualenvs.09:45
mnasiadkayoctozepto: there's still an option to spawn a container called mariadb_clustercheck with xinetd just as redhat does09:45
hrwyay logic09:45
mnasiadkaI'll look into it09:45
yoctozeptohrw: yeah, it's a bit of a pity consider ansible is python-based but still command was meant to be general...09:46
yoctozeptomnasiadka: hmm, could make sense, does tripleo does it the same also?09:47
yoctozeptomnasiadka: or do they depend on pacemaker magic?09:47
yoctozeptomnasiadka: and what about osa?09:47
mnasiadkayoctozepto: tripleo spawns clustercheck and xinetd on the host (and pacemaker checks status), OSA does the same but with haproxy09:49
hrwwe should add "echo HERE STARTS KOLLA MAGIC" to all CI jobs09:49
mnasiadkayoctozepto: so let's try a separate container with xinetd and clustercheck09:49
hrwthe only file which gives any info about CI fauilures is fscking json...09:50
mnasiadkawe can use the regular mariadb image, so should be quite easy to do09:50
mnasiadkahrw: you can see them on the ,,console'' tab?09:50
hrwmnasiadka: https://zuul.opendev.org/t/openstack/build/f320986d3b4343e290e1939bc10317da/console - OK/CHECKED/SKIPPED. no failures at all09:52
hrwmnasiadka: if run.yml fails then no info about it on console tab09:53
yoctozeptomnasiadka: ++09:54
yoctozeptomnasiadka, hrw: https://review.opendev.org/713133 <- some stabilizer09:54
patchbotpatch 713133 - kolla-ansible - CI: Ignore neutron-server CRITICAL about WSREP - 1 patch set09:54
hrw                                "/bin/bash: line 43: docker: command not found",09:55
hrw                                "+ sudo cp -r /etc/kolla kolla_configs",09:55
hrw                                "cp: cannot stat '/etc/kolla': No such file or directory",09:55
hrwha09:55
hrwyoctozepto: +109:56
mnasiadkahrw: if we would move this bash craziness in some extent to Ansible - it could get better09:56
*** abdysn has quit IRC09:58
*** ykarel|lunch is now known as ykarel09:59
hrwmnasiadka: or made sure that run.yml is ran at all10:00
hrwrun.yml creates /etc/kolla and then post.yml copies from it.10:00
hrwor fails at it as run.yml was not run10:00
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: CI: Ignore neutron-server CRITICAL about WSREP  https://review.opendev.org/71313310:01
hrw+210:01
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: CI: Avoid tox (and clean up gate setup)  https://review.opendev.org/71313410:03
yoctozeptopost.yml should be more relaxed regarding copying of logs10:06
hrwI would move most of run.yml to pre.yml to be honest10:07
hrwwhatever post depends on should be done in pre etc10:08
hrwso setup_DISTRO.sh run, /etc/kolla creation etc10:08
hrwand run.yml just install+run10:08
hrwanyway... run.yml is not even started on https://review.opendev.org/#/c/713135/ so 'how to run kolla-build in virtualenv' is bogus question10:10
patchbotpatch 713135 - kolla - CI: Avoid tox - 6 patch sets10:10
*** xinliang has quit IRC10:12
*** pbing19 has quit IRC10:30
openstackgerritMerged openstack/kolla master: kibana, nova-libvirt: handle it properly for non-x86  https://review.opendev.org/71298710:31
openstackgerritMerged openstack/kolla stable/train: Adds python3-systemd for ansible deploy interface  https://review.opendev.org/71241910:31
openstackgerritMerged openstack/kolla stable/train: Add cinderlib RPM to cinder-volume  https://review.opendev.org/71120610:31
openstackgerritMerged openstack/kolla master: CI: CentOS 8: Enable ceph-ansible jobs  https://review.opendev.org/71271910:31
openstackgerritMerged openstack/kolla master: CI: Ignore .zuul.d  https://review.opendev.org/71273010:31
mgoddardyoctozepto: about tox - shall we start will reinstalling it as a simple solution we can backport? We can then look to refactor on master10:33
yoctozeptomgoddard: k-a looks happy, k almost, I would go with removal as we are almost prepared10:35
*** ykarel is now known as ykarel|afk10:40
osmanlicilegimorning10:42
mgoddardyoctozepto:  will be a nasty backport10:42
hrwok, kibana change merged. now time for nasty train backport10:49
*** jbadiapa has joined #openstack-kolla10:55
openstackgerritJeffrey Zhang proposed openstack/kolla-ansible stable/train: Use proper es schema in fluentd when use internal tls  https://review.opendev.org/71318810:56
*** shyamb has joined #openstack-kolla11:00
*** cah_link has quit IRC11:04
*** cah_link has joined #openstack-kolla11:06
*** kplant has joined #openstack-kolla11:07
*** abdysn has joined #openstack-kolla11:08
*** also_stingrayza has joined #openstack-kolla11:11
*** pbing19 has joined #openstack-kolla11:11
*** k_mouza has joined #openstack-kolla11:11
*** shyamb has quit IRC11:12
*** stingrayza has quit IRC11:12
openstackgerritMerged openstack/kolla stable/train: Build collectd image for CentOS8  https://review.opendev.org/71082211:19
openstackgerritMerged openstack/kolla master: Add collectd-pcie-errors package for PCIe Errors  https://review.opendev.org/71002911:19
yoctozeptomgoddard: i like 'em nasty11:21
mgoddardyoctozepto: I don't doubt it11:21
*** kplant has quit IRC11:22
*** sean-k-mooney has joined #openstack-kolla11:25
*** kplant has joined #openstack-kolla11:26
*** k_mouza has quit IRC11:27
*** ykarel|afk is now known as ykarel11:29
*** rpittau is now known as rpittau|bbl11:31
*** k_mouza has joined #openstack-kolla11:33
*** k_mouza has quit IRC11:33
*** k_mouza_ has joined #openstack-kolla11:33
openstackgerritMerged openstack/kolla master: neutron-base: drop python3-networking-ovn  https://review.opendev.org/71276211:37
*** reph has joined #openstack-kolla11:40
yoctozeptomgoddard, mnasiadka: re scenarios - as we no longer upgrade ceph on upgrades - I thought we might want to switch default multinode upgrade jobs to a variant without ceph? this could save some time and improve their reliability11:41
*** shyamb has joined #openstack-kolla11:45
openstackgerritMerged openstack/kolla master: do not use unversioned Python binary  https://review.opendev.org/71023111:50
mnasiadkayoctozepto: but we still need to make sure ceph clients work after upgrade :)11:51
mnasiadka(No reason they shouldn’t, but...)11:52
yoctozeptomnasiadka: well, we still get that from previous and current release ceph-ansible builds11:52
yoctozeptomnasiadka: highly unlikely to break that with upgrade path11:52
yoctozeptomnasiadka: but point taken11:52
yoctozeptomnasiadka: we could leave periodics with them11:53
*** pbing19 has quit IRC11:55
openstackgerritMerged openstack/kolla-ansible master: Use proper es schema in fluentd when use internal tls  https://review.opendev.org/71312211:55
yoctozeptolet's merge: https://review.opendev.org/71313312:04
patchbotpatch 713133 - kolla-ansible - CI: Ignore neutron-server CRITICAL about WSREP - 2 patch sets12:04
*** Luzi has joined #openstack-kolla12:07
*** shyamb has quit IRC12:24
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: OVN Support  https://review.opendev.org/69684112:24
openstackgerritMark Goddard proposed openstack/kolla-ansible stable/train: Use proper es schema in fluentd when use internal tls  https://review.opendev.org/71318812:25
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: Custom haproxy script for monitoring galera  https://review.opendev.org/71021312:45
openstackgerritMichal Nasiadka proposed openstack/kolla master: WIP: Add xinetd to mariadb image for Galera state checking via clustercheck  https://review.opendev.org/71021712:48
openstackgerritMark Goddard proposed openstack/kolla master: Fix --skip-existing and --skip-parents  https://review.opendev.org/71322112:59
openstackgerritMark Goddard proposed openstack/kolla master: Fix --skip-existing and --skip-parents  https://review.opendev.org/71322113:01
*** jimcrowleyibm has joined #openstack-kolla13:02
*** JangwonLee has quit IRC13:12
*** JangwonLee has joined #openstack-kolla13:13
*** rpittau|bbl is now known as rpittau13:13
openstackgerritMerged openstack/kolla-ansible master: CI: Ignore neutron-server CRITICAL about WSREP  https://review.opendev.org/71313313:22
*** diurnalist has joined #openstack-kolla13:35
*** skramaja has quit IRC13:43
*** skramaja has joined #openstack-kolla13:44
*** TrevorV has joined #openstack-kolla13:46
*** pbing19 has joined #openstack-kolla13:47
*** mflynn has joined #openstack-kolla14:06
*** Luzi has quit IRC14:11
*** Luzi has joined #openstack-kolla14:24
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/train: CI: Don't fail on expected critical log messages  https://review.opendev.org/71324514:29
yoctozeptomgoddard, mnasiadka: and I was wondering why stable/train are so faily ^14:30
yoctozepto:D14:30
mgoddardhmm, true14:30
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/train: CI: Ignore neutron-server CRITICAL about WSREP  https://review.opendev.org/71324614:32
yoctozeptolet's get both in train, should make gate smoother14:33
openstackgerritMark Goddard proposed openstack/kolla master: Fix --skip-existing and --skip-parents  https://review.opendev.org/71322114:39
yoctozeptomnasiadka: I wonder; did we see neutron failure on train? is not it something new with ussuri?14:44
yoctozeptohrw: do you remember where we should report rdo packages have bugs https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_dc1/713188/2/check/kolla-ansible-centos8-binary/dc1e432/primary/logs/kolla/all-CRITICAL.txt - this is train c814:46
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Add support for encrypting backend HAProxy traffic  https://review.opendev.org/71200514:56
hrwyoctozepto: #rdo is where I would start15:03
mnasiadkayoctozepto: might be new... didn’t see it in train I think15:05
openstackgerritMark Goddard proposed openstack/kolla master: WIP: Remove support for CentOS 7  https://review.opendev.org/69245015:17
openstackgerritMark Goddard proposed openstack/kolla master: CentOS 8: Switch default base image, tag as master  https://review.opendev.org/71326515:17
openstackgerritMark Goddard proposed openstack/kolla master: CentOS 8: Switch last mentions of yum to dnf  https://review.opendev.org/71326615:17
*** abdysn has quit IRC15:28
openstackgerritMark Goddard proposed openstack/kolla-ansible master: CentOS 8: Use master image tag by default  https://review.opendev.org/71327215:34
*** reph has quit IRC15:46
*** ivve has joined #openstack-kolla16:03
*** reph has joined #openstack-kolla16:08
*** skramaja has quit IRC16:14
*** cah_link has quit IRC16:16
*** pbing19 has quit IRC16:18
*** pbing19 has joined #openstack-kolla16:18
*** pbing19 has quit IRC16:20
openstackgerritMark Goddard proposed openstack/kolla-ansible master: CentOS 8: Use master image tag by default  https://review.opendev.org/71327216:20
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Remove support for CentOS 7  https://review.opendev.org/71328216:20
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Remove support for Python 2 on the host  https://review.opendev.org/71328316:20
*** pbing19 has joined #openstack-kolla16:20
*** ykarel is now known as ykarel|away16:50
*** brtknr_ has quit IRC16:57
*** brtknr has joined #openstack-kolla16:57
*** suff has quit IRC16:58
*** rpittau is now known as rpittau|afk17:07
*** Luzi has quit IRC17:14
openstackgerritMerged openstack/kolla-ansible stable/train: Use proper es schema in fluentd when use internal tls  https://review.opendev.org/71318817:16
openstackgerritMark Goddard proposed openstack/kolla master: CentOS 8: Switch default base image, tag as master  https://review.opendev.org/71326517:24
openstackgerritMark Goddard proposed openstack/kolla master: WIP: Remove support for CentOS 7  https://review.opendev.org/69245017:24
openstackgerritMark Goddard proposed openstack/kolla master: WIP: Remove support for CentOS 7  https://review.opendev.org/69245017:25
hrwwaiting for working CI with more aarch64 changes17:27
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313517:35
*** evrardjp has quit IRC17:35
hrwfixed syntax error17:35
*** evrardjp has joined #openstack-kolla17:36
*** reph has quit IRC17:37
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313517:47
hrwfixed fix, venv used, hope it works17:47
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313517:52
hrwinstall setuptools...17:52
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Add support for encrypting backend HAProxy traffic  https://review.opendev.org/71200517:53
*** bengates_ has joined #openstack-kolla17:57
*** bengates_ has quit IRC17:58
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313518:01
hrwinstall setuptools systemwide...18:01
*** bengates has quit IRC18:01
hrwand the whole fun of running python instead of python3...18:07
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313518:10
hrwso let's install virtualenv too18:10
*** kplant has quit IRC18:15
hrwdie py2!!!! FEW(YGT#$W%*IT @Y$*%@Y%!@#!@#!~#!@elevyn!!!18:15
openstackgerritMerged openstack/kolla stable/stein: Adds python3-systemd for ansible deploy interface  https://review.opendev.org/71242118:26
*** pbing19 has quit IRC18:32
*** jonaspaulo has joined #openstack-kolla18:33
openstackgerritMark Goddard proposed openstack/kolla-ansible master: Remove support for Python 2 on the host  https://review.opendev.org/71328318:46
hrwhow to ansible check 'when centos 7'?18:46
hrwansible_distribution_major_version ok18:47
*** pbing19 has joined #openstack-kolla18:48
hrw      when: ansible_distribution is not 'CentOS' and ansible_distribution_major_version|int < 818:49
hrwstill does not look good18:49
hrwnevermind18:50
hrw~curse CI18:53
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313518:53
hrwtools/setup_* are past.18:54
mgoddardhrw: as I said to yoctozepto earlier, we will need a solution we can backport. I would prefer to just install tox on stable branches. We can do a better fix on master like the above. WDYT?18:56
hrwwhatever works18:57
mgoddardit's just quite a big change to be backporting, and it will not be clean18:58
hrwI prefer to jsut install tox on stable/18:58
hrwotherwise we have two develpment branches18:58
hrwand if we need to change ANYTHING on stable branches because of some infra changes there then I am gonna smash someone probably18:59
hrwI am starting to HATE ansible18:59
hrw2020-03-16 18:59:21.248976 | TASK [Add key for Docker repository]18:59
hrw2020-03-16 18:59:23.221188 | primary | ERROR18:59
hrw2020-03-16 18:59:23.222045 | primary | {18:59
hrw2020-03-16 18:59:23.222183 | primary |   "msg": "Warning: apt-key output should not be parsed (stdout is not a terminal)\nE: This command can only be used by root.",18:59
hrwwhat the point of forcing 'become:true' to everything?19:00
hrwI am one step from "become:true chmod +4755 `which ansible`" as part of CI scripts19:00
mgoddard-1 :)19:01
hrwfsck it. become: true everywhere!19:01
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313519:02
hrwadd apt key? sudo. add apt/yum repo? sudo. install package? sudo, echo 'elo!' sudo!19:03
hrw2020-03-16 19:05:34.433925 | primary |   "msg": "key does not seem to have been added",19:07
hrw2020-03-16 19:05:34.434030 | primary |   "warnings": [19:07
hrwyay.19:07
hrw2020-03-16 19:05:34.434134 | primary |     "Module remote_tmp /root/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually"19:07
hrw2020-03-16 19:05:34.434246 | primary |   ]19:07
hrwin other words: do not use apt_key?19:08
* hrw EOD19:09
hrwtired of fighting with ansible19:09
*** gfidente is now known as gfidente|afk19:14
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313519:18
*** jbadiapa has quit IRC19:18
*** mflynn has quit IRC19:21
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313519:28
*** k_mouza_ has quit IRC19:34
hrwyay.19:36
hrwworking directory is owned root.19:36
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: Fix native openvswitch firewall driver in neutron-openvswitch-agent  https://review.opendev.org/71312919:36
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible master: CI: Avoid tox (and clean up gate setup)  https://review.opendev.org/71313419:37
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313519:39
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313519:57
*** vedup19 has joined #openstack-kolla20:40
*** pbing19 has quit IRC20:44
*** vedup19 has quit IRC20:58
*** pbing19 has joined #openstack-kolla21:03
*** vedup19 has joined #openstack-kolla21:07
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313521:10
*** pbing19 has quit IRC21:11
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313521:22
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313521:28
openstackgerritMarcin Juszkiewicz proposed openstack/kolla master: CI: Avoid tox  https://review.opendev.org/71313521:38
*** TrevorV has quit IRC22:04
*** vedup19 has quit IRC22:06
*** threestrands has joined #openstack-kolla22:51
*** jonaspaulo has quit IRC23:18
openstackgerritMerged openstack/kolla-ansible master: Fix native openvswitch firewall driver in neutron-openvswitch-agent  https://review.opendev.org/71312923:19
*** zzzeek has quit IRC23:21
*** zzzeek has joined #openstack-kolla23:22
*** Wellie has quit IRC23:57
*** diurnalist has quit IRC23:59

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