Tuesday, 2019-12-03

*** ivve has quit IRC00:16
*** Adri2000 has joined #openstack-ansible00:46
*** yolanda has quit IRC01:25
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: Also keep old_style blacklist schema  https://review.opendev.org/69607301:43
*** gyee has quit IRC01:48
*** macz has quit IRC02:37
*** gokhani has quit IRC02:52
*** macz has joined #openstack-ansible03:46
*** macz has quit IRC03:51
*** udesale has joined #openstack-ansible04:13
*** nicolasbock has joined #openstack-ansible04:27
*** nicolasbock has quit IRC04:39
*** udesale has quit IRC05:15
*** udesale has joined #openstack-ansible05:16
*** raukadah is now known as chkumar|ruck05:37
*** udesale has quit IRC05:42
*** udesale has joined #openstack-ansible05:51
*** gokhani has joined #openstack-ansible05:59
snadgeso i went to all the trouble of setting up a new deployment host.. with direct networking access to the hosts being deployed onto06:10
snadgeand TASK [os_tempest : Ping router ip address] .. is still failing.. its making me wince in pain06:10
snadgebr-mgmt has an ip.. br-vlan has one06:12
snadgethe ip it wants to ping 172.29.249.128 .. appears to be on the br-vlan interface.. but its not pingable :|06:13
snadgeso i guess my question then becomes.. when the playbook creates the router and gets an ip.. where is this ip address assigned? within infra1_utility_container?06:20
snadgecorrection it appears to be routed via the br-vlan interface.. but I can't find it anywhere06:24
jrossersnadge: neutron creates the router with an IP on the “external” network07:22
*** yolanda has joined #openstack-ansible07:22
jrosserit sounds like you have copy/paste the AIO example into a multinode setup, if so the neutron external network defaults to being untagged traffic on br-vlan, which just serves as an example. you can have it on any interface you like for a production setup07:24
*** cshen has joined #openstack-ansible07:24
jrosserthe router IP itself will be in a network namespace on one of your network (infra by default) nodes07:24
jrosserit will only be accessible if you have followed the instructions in the example network setup and created a veth pair and ‘eth12’ interface hooked up to br-vlan07:26
jrossersimilarly you need to make sure that your deployment host has an interface on the external network or a route to it07:27
*** jbadiapa has joined #openstack-ansible07:48
*** Blinkiz9 has joined #openstack-ansible07:50
*** CobHead has quit IRC07:50
*** tacco has quit IRC07:50
*** trident has quit IRC07:51
*** johanssone has quit IRC07:51
*** Blinkiz has quit IRC07:51
*** Blinkiz9 has quit IRC07:51
*** trident has joined #openstack-ansible07:51
*** Blinkiz has joined #openstack-ansible07:52
*** johanssone has joined #openstack-ansible07:52
*** Blinkiz has quit IRC07:53
*** Blinkiz has joined #openstack-ansible07:53
*** cshen_ has joined #openstack-ansible07:53
*** cshen has quit IRC07:56
*** macz has joined #openstack-ansible08:12
*** macz has quit IRC08:16
*** miloa has joined #openstack-ansible08:22
miloaMorning08:26
*** tosky has joined #openstack-ansible08:29
*** rpittau|afk is now known as rpittau08:43
*** udesale has quit IRC08:43
*** udesale has joined #openstack-ansible08:44
*** ivve has joined #openstack-ansible08:51
ChosSimbaOneMorning people. So I have a question regarding going from one infra node to a infra node cluster. Would you recommend just extending the playbooks and config files with additional nodes and info, and rerun the playbooks? I would also need to change public url for the openstack service.08:59
ChosSimbaOneThe setup was made for pilot testing, but to make the environment more resilient, we want to add more compute hardware and extend the infrastructure control plane.09:00
ChosSimbaOneSo is there any major cevats to be aware of, when extending the control plane? Or would it be better / more safe to setup as a new environment?09:01
*** DanyC has joined #openstack-ansible09:01
*** DanyC has quit IRC09:02
*** DanyC has joined #openstack-ansible09:13
*** gshippey has joined #openstack-ansible09:25
*** admin0 has quit IRC09:41
*** wpp has quit IRC09:41
*** do1jlr has quit IRC09:42
*** dasp has quit IRC09:42
*** dirk has quit IRC09:42
*** dirk has joined #openstack-ansible09:42
*** do1jlr has joined #openstack-ansible09:42
*** dasp has joined #openstack-ansible09:43
*** wpp has joined #openstack-ansible10:03
*** pcaruana has joined #openstack-ansible10:08
*** electrofelix has joined #openstack-ansible10:22
*** sshnaidm|afk is now known as sshnaidm10:26
*** udesale has quit IRC10:44
*** rgogunskiy has joined #openstack-ansible10:58
*** udesale has joined #openstack-ansible10:58
openstackgerritkourosh vivan proposed openstack/openstack-ansible-os_octavia stable/stein: iptables save fix for centos 7  https://review.opendev.org/69705811:13
*** rpittau is now known as rpittau|bbl11:18
*** mathlin_ has quit IRC11:24
*** mensis has joined #openstack-ansible11:25
*** mathlin has joined #openstack-ansible11:29
*** cshen_ has quit IRC11:36
*** trident has quit IRC11:40
*** trident has joined #openstack-ansible11:42
*** jbadiapa has quit IRC11:44
*** jonher has quit IRC11:44
ChosSimbaOneSo any suggestion on how I should go about my expansion?11:48
ChosSimbaOneSo i guess that the extension of the infra nodes is described here, but will the one node to cluster cause an issue? https://docs.openstack.org/openstack-ansible/queens/admin/scale-environment.html11:51
openstackgerritMerged openstack/openstack-ansible stable/train: Add ceph-ansible filter plugins path to openstack-ansible.rc  https://review.opendev.org/69570311:52
jrosserChosSimbaOne: i think that one of the biggest issues you have is migrating from a single haproxy setup to a multiple haproxy+keepalived11:52
*** cshen has joined #openstack-ansible11:53
jrosserthe internal and external haproxy address gets hooked into may places in many config files so really the single IP you have for internal/external haproxy needs to be migrated to become the keepalived VIP11:54
ChosSimbaOnejrosser: That might be a good point. So if you had to choose between the two, you would setup an additional openstack installation and then just close down the old one once the new is ready?11:54
jrosserit depends, if this is just a lab then maybe just start again11:54
ChosSimbaOnebecause we also would want to change the ur frol cloud-pilot.example.com to <cloud-production-name>.example.com11:55
*** zbr_ has quit IRC11:55
ChosSimbaOneWell it is marked as a pilot product, so people know there could be instabilities.11:56
jrosserthat is less of an issue because it would be the external VIP and service catalog entry for public endpoints to change11:56
ChosSimbaOneBut people are running computation in the cloud now.11:56
jrossertrickier is the internal stuff that knits all the back-end services together11:56
jrosserif you can tolerate some possible control plane downtime then this should be do-able11:57
jrosserbut some things you will need to do by hand, like take the internal/external IP off their current interfaces and put them into the keepalived config11:57
*** zbr has joined #openstack-ansible11:58
*** jonher has joined #openstack-ansible11:59
ChosSimbaOneOkay, that is good to know. Yeah i see that the keepalived LB can become a bit of an issue.11:59
ChosSimbaOneSo what i gather from this, that it is doable, but if I want to impact my users as little as possible, i should do a seperate setup, and once that is working let the users know to migrate to the new openstack installation.12:00
*** cshen has quit IRC12:01
ChosSimbaOnebut major caveat is keepalive and the internal ip.12:02
ChosSimbaOneto keepalive.12:02
ChosSimbaOned12:02
jrosserthere is maybe similar moving from single neutron agent to multiple neutron agents and HA12:03
ChosSimbaOneahh yeah. So potential many places with unforseen hand reconfiguration needed. maybe for each openstack service which is clustered.12:04
*** cshen has joined #openstack-ansible12:04
ChosSimbaOneSo does multiple neutron agents do something distributed, or do they route network to each other?12:06
noonedeadpunkjrosser: nice that debian passes! Will try to look into apparmor then if you haven't already done that :p12:06
jrossernoonedeadpunk: i have a vm now if you want to put your key on :)12:07
* jrosser puzzling at apparmor12:07
noonedeadpunkjrosser: not sure how good is idea to puzzle with it in 4 hands:)12:08
jrosserDec 03 11:34:13 aio1 kernel: audit: type=1400 audit(1575372853.080:588): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-aio1_rabbit_mq_container-0a47b240_</var/lib/lxc>" name="/" pid=2512:09
*** nicolasbock has joined #openstack-ansible12:09
* jrosser wtf12:09
noonedeadpunkdunno.. seems like need deeper dive into apparmor12:09
jrosserwell if you boot a debian AIO, apply my patch it blows up pretty quick when creating the lxc containers12:09
jrossersecond pair of eyes good i think12:09
noonedeadpunkyeah, indeed12:10
jrosserthis may be relevant https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916639#8512:10
openstackDebian bug 916639 in lxc "LXC AppArmor confinement breaks systemd v240" [Normal,Fixed]12:10
* noonedeadpunk just should finish some stuff12:10
*** ansmith has joined #openstack-ansible12:27
openstackgerritMerged openstack/openstack-ansible-os_murano master: Change upper constraints url  https://review.opendev.org/69432412:29
*** macz has joined #openstack-ansible12:33
*** DanyC has quit IRC12:34
ChosSimbaOnejrosser:  so thank you for the input, it was very helpful :-)12:35
*** macz has quit IRC12:38
*** DanyC has joined #openstack-ansible12:39
*** udesale has quit IRC12:46
*** udesale has joined #openstack-ansible12:47
jrossernoonedeadpunk: if i change this to 'unconfined' the containers create/deploy propery https://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/all_containers.yml#L1912:48
ChosSimbaOneSo last question. With our pilot we have had a dedicated neutron server. Would you suggest to still do that when going to three infra nodes, or would that be enough for networking12:51
*** DanyC has quit IRC12:51
*** DanyC has joined #openstack-ansible12:54
jrosserChosSimbaOne: really up to you :) if you want to isolate/scale CPU load due to neutron networks seperate from the controller, then sure have seperate network nodes12:57
ChosSimbaOnejrosser: Thank you. Well this will be an intermediate step, as we are working towards having out ACI SDN working. But are under time pressure, so that has been dropped for the next deadline, because cisco documentation = bad :-) So Would just need to have something beeing able to handle network traffic from the arround 18 compute nodes in the cloud.13:02
*** dasp has quit IRC13:12
*** dasp has joined #openstack-ansible13:12
*** mgariepy has quit IRC13:12
openstackgerritMerged openstack/openstack-ansible-openstack_hosts stable/rocky: Fix host kernel modules when using linux-hwe on ubuntu  https://review.opendev.org/69672013:13
*** mgariepy has joined #openstack-ansible13:15
*** isakgicu has joined #openstack-ansible13:18
*** schwicht has joined #openstack-ansible13:24
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Use unconfined apparmor profiles on Debian Buster.  https://review.opendev.org/69708513:27
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Move debian jobs to buster  https://review.opendev.org/68177713:27
noonedeadpunkjrosser: sory, just had time to look into it13:34
noonedeadpunkSo lxc-openstack profile is smth we deploy manually13:35
jrosserit is13:35
noonedeadpunkSo I'm thinking about adding extra rule there like was specified in that bug report you showed me13:35
jrosseryes - if we can add an extra rule that would be best13:35
jrosserbut https://discuss.linuxcontainers.org/t/apparmor-denied-operation-mount/2424/1313:36
jrosserthis is all systemd related13:37
jrosserDec 03 13:18:30 aio1 audit[23828]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-openstack" name="/" pid=23828 comm="(networkd)" flags="rw, rslave"13:37
jrosser^networkd13:37
jrosserDec 03 13:18:31 aio1 kernel: audit: type=1400 audit(1575379111.849:1808): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-openstack" name="/" pid=24055 comm="(resolved)"13:37
jrosser^resolved13:37
noonedeadpunkok, I see...13:37
jrosserDec 03 13:18:36 aio1 audit[25793]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-openstack" name="/" pid=25793 comm="(ostnamed)" flags="rw, rslave"13:37
noonedeadpunkYeah, than you're probably right...13:37
jrosser^hostnamed13:38
jrosserbut do take a look in case i missed something13:38
*** rpittau|bbl is now known as rpittau13:46
openstackgerritMerged openstack/openstack-ansible-haproxy_server master: Make log socket available to chrooted filesystem  https://review.opendev.org/69673813:46
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Update ansible to 2.9.1  https://review.opendev.org/68100313:46
*** schwicht has quit IRC13:49
*** nicolasbock has quit IRC13:59
*** dave-mccowan has joined #openstack-ansible14:02
*** schwicht has joined #openstack-ansible14:09
*** tinwood_ is now known as tinwood14:13
*** chkumar|ruck is now known as raukadah14:21
*** trident has quit IRC14:24
*** trident has joined #openstack-ansible14:25
*** jhesketh has quit IRC14:27
*** jhesketh has joined #openstack-ansible14:28
*** pcaruana has quit IRC14:33
*** dave-mccowan has quit IRC14:42
*** admin0 has joined #openstack-ansible14:59
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Use unconfined apparmor profiles on Debian Buster.  https://review.opendev.org/69708515:03
*** pcaruana has joined #openstack-ansible15:04
*** udesale has quit IRC15:10
*** udesale has joined #openstack-ansible15:10
*** rgogunskiy has quit IRC15:12
*** cjloader30 has joined #openstack-ansible15:26
*** cjloader30 is now known as cjloader|alt15:26
*** miloa has quit IRC15:31
*** miloa has joined #openstack-ansible15:33
*** nicolasbock has joined #openstack-ansible15:42
*** cjloader|alt has quit IRC15:52
*** miloa has quit IRC16:00
noonedeadpunkwhile sig has meeting in process, time has come for our own one...16:02
*** cshen has quit IRC16:02
*** miloa has joined #openstack-ansible16:03
noonedeadpunk#startmeeting openstack_ansible_meeting16:03
openstackMeeting started Tue Dec  3 16:03:45 2019 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.16:03
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:03
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"16:03
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:03
noonedeadpunk#topic office hours16:03
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)"16:03
*** isakgicu has quit IRC16:06
noonedeadpunkok. So this week we are supposed to release train16:07
noonedeadpunkWhile we have really lots of stuff left under https://review.opendev.org/#/q/topic:osa-train+(status:open+OR+status:merged)16:07
noonedeadpunkAnd moreover, debian 9 was failing on U nova, so I think we need jrosser s patch regarding buster support merged and backported as well16:08
noonedeadpunkFor releasing and make T a migration release for stretch>buster16:09
cjloaderi'm pushing my inspector patch today -- i'll get it passing gates by tonight16:09
noonedeadpunkok, nice16:09
cjloadercan we get eyes on it tomorrow morning to get it merged16:10
cjloaderand backported16:10
noonedeadpunkwhat makes things worse - is centos 8 support, which is not ready, and seems like there's still no rdo packages for it.16:11
jrosserit looks like 681777 may pass for buster now, but sadly the console for the buster test node is brok16:11
raukadahnoonedeadpunk: https://review.opendev.org/688614 centos 8 started coming up16:11
noonedeadpunkwhile centos 7 still has no libselinux, so we can't switch centos to python316:11
* noonedeadpunk cross fingers16:12
* mnaser didnt want to vote on https://review.opendev.org/#/c/696932/16:12
jrosserraukadah: we are missing things from EPEL though which are going to be troublesome16:13
noonedeadpunkmnaser: what's wrong with it?16:13
noonedeadpunkmaybe we can build an rpm for lsync and publish it somewhere? :p16:14
noonedeadpunkor just carry in git and do local install....16:15
raukadahnoonedeadpunk: we can request a epel8 branch there to build it16:15
mnasernoonedeadpunk: because i was hoping someone from another org to review it16:15
noonedeadpunkah16:15
mnaserrather than you pushing and both me and guilhermesp +2ing :L16:15
*** ivve has quit IRC16:15
* jrosser votes16:17
*** udesale has quit IRC16:17
*** gyee has joined #openstack-ansible16:19
*** dave-mccowan has joined #openstack-ansible16:19
noonedeadpunkthan you can probably vote on https://review.opendev.org/#/q/topic:bump_osa+status:open :p16:19
noonedeadpunkmnaser: ^16:19
noonedeadpunkSo I'm going to publish new rc out of this bump and I think that by the and of the week we have to release16:20
cjloaderi'd like to get the inspector in the release16:21
noonedeadpunkjrosser: so seems like haproxy still not logging access logs?16:23
jrosserhmm16:23
noonedeadpunkhttps://zuul.opendev.org/t/openstack/build/8f0df6e4f1d04382bac11b96ffb90526/log/logs/host/haproxy.service.journal-12-27-34.log.txt.gz16:23
*** jamesdenton has quit IRC16:25
noonedeadpunkoh, and we need ansible 2.9 get passing upgrade jobs and backport to T as well....16:29
*** electrofelix has quit IRC16:29
noonedeadpunkhttps://github.com/ansible/ansible/pull/64512 still is not reviewed:(16:31
guilhermesplate but here o/16:33
jrosserwell i don't know where that haproxy logging has gone16:34
jrosserthats working here :(16:34
jrosserand also we are completely stuck with ansible 2.9 becasue of that patch not being merged16:38
noonedeadpunkI'd fish it was the only not working thing...16:38
noonedeadpunks/fish/wish16:38
jrosserwell yes the 2.9rc patches were working fine for many weeks16:38
noonedeadpunkbut that ended with release...16:39
noonedeadpunkSo I think and we will just place 20.1.0 release when upgrade ansibe to 2.916:39
noonedeadpunkAnd won't do 2.9 as a release blocker16:40
noonedeadpunkAs I feel like we won't get it in fast enough...16:40
jrossersure16:40
*** miloa has left #openstack-ansible16:45
jrosserfirst patch needed for buster is passing https://review.opendev.org/#/c/696903/16:45
jrossernoonedeadpunk: haproxy logs (!) https://zuul.opendev.org/t/openstack/build/84b85802d1a44a80b73a274a2752cd51/log/logs/host/haproxy.service.journal-15-47-29.log.txt.gz16:48
jrosserfrom openstack-ansible-deploy-aio_lxc-debian-stable16:49
jrosserand bionic lxc https://zuul.opendev.org/t/openstack/build/f82acea75c4b4a0f833ca8d633863b88/log/logs/host/haproxy.service.journal-15-48-08.log.txt.gz16:50
jrosserremember that on a metal AIO haproxy isnt really doing anything? <- thats correct isnt it?16:51
noonedeadpunkjrosser: I guess I took from centos :p16:52
*** macz has joined #openstack-ansible16:53
jrossercentos lxc :) https://zuul.opendev.org/t/openstack/build/dbfa2212c017486ab0ecc9d66411ffac/log/logs/host/haproxy.service.journal-16-36-20.log.txt.gz16:53
*** hamzy has quit IRC16:53
spotzlater but here?:)16:56
noonedeadpunkstill here:)16:57
noonedeadpunkbut I think we've discussed everything we wanted17:00
noonedeadpunkdo you have some more topics spotz?:)17:00
spotzNah I was just happy I rmembered we had office hours without a ping:)17:00
spotzI've been trying to do more reviews again so just ping me when y'all need me to look at stuff17:01
noonedeadpunkYeah, that's really great, thank you:)17:02
noonedeadpunk#endmeeting17:02
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: http://bit.ly/2xA1eZC"17:02
openstackMeeting ended Tue Dec  3 17:02:49 2019 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:02
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-12-03-16.03.html17:02
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-12-03-16.03.txt17:02
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-12-03-16.03.log.html17:02
spotzI just get distracted is my  problem:(17:02
*** dcdamien has joined #openstack-ansible17:03
*** aedc has joined #openstack-ansible17:04
noonedeadpunkspotz: btw, if you have some time for reviews, let me ask you for some on https://review.opendev.org/#/q/topic:bump_osa+status:open :)17:07
spotznoonedeadpunk: NP:)17:08
spotzhttps://review.opendev.org/#/c/696798/ failures:(17:08
*** jlvillal has joined #openstack-ansible17:09
noonedeadpunkspotz: yeah, jrosser working on that17:09
noonedeadpunkIN terms of adding debian 10 support17:09
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [WIP] Centos-8 support  https://review.opendev.org/68962917:09
spotzI have been seeing we've been getting a lot of timeouts lately. Not related to this17:10
noonedeadpunkRelated to upgrade jobs and mostly for telemetry17:10
jrossernoonedeadpunk: for centos-8 WIP we can take stuff from here https://review.opendev.org/#/c/688614/11/stack.sh17:10
noonedeadpunkThey are kinda usefull but brings problems...17:10
noonedeadpunkjrosser: maybe we should just wait for rdo?:)17:11
*** rpittau is now known as rpittau|afk17:12
noonedeadpunklike "baseurl=http://38.145.34.66/test-el8/" doesn't look nice imo17:12
jrossermaybe :)17:12
jrosseryes thats a bit gross17:12
jrosserWIP, obv.17:12
*** jlvillal has quit IRC17:14
*** jlvillal has joined #openstack-ansible17:14
spotzjrosser: Can you spread the word about the OPS Meetup coming to London in January?:)17:17
jrosseris is? :)17:17
jrosser*it is17:18
spotzWhy yes it is:)17:18
jrosserdo you have a link for that?17:18
spotzRegistration is now open for the OpenStack Ops Meetup at Bloomberg London, January 7,8 2020:17:18
spotzhttps://go.bloomberg.com/attend/invite/openstack-operators-meetup-london2020/17:18
spotzThat did go to the discuss list:( We're trying to also figure out why folks aren't seeing the meetup announcements. I was asked by someone why we never have one in the US and the last one was in NYC:(17:20
jrosserhmm so it is!17:20
spotzI think you and your team should go:)17:20
jrosserwell now i search for it yes there it is in my email17:21
jrossertbh most people i've suggest join the ML are horrified at the prospect of an avalanche of email17:21
jrosserand dont17:22
spotzI'd say fillter for [ops]?:)17:22
spotzAnd I don't think our mail volume is half what it used to be even with the combined llist17:22
spotzOh we also have a meetup twitter - osopsmeetup :)17:30
* noonedeadpunk start reading it :)17:34
mnaserno one consistently uses tags honestly17:38
spotzTrue and I've been sending things over the the openstack-community list as that's so not the right list17:39
spotzfrom the...17:39
*** jhesketh has quit IRC17:42
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: [WIP] Centos-8 support  https://review.opendev.org/68962917:43
*** jhesketh has joined #openstack-ansible17:44
openstackgerritMerged openstack/openstack-ansible stable/train: Change rabbitmq_package_state logic  https://review.opendev.org/69522317:53
*** rgogunskiy has joined #openstack-ansible17:55
*** DanyC has quit IRC17:57
*** rgogunskiy has quit IRC17:59
*** dcdamien has quit IRC18:00
*** aedc has quit IRC18:09
jrosserDebian buster patches passing https://review.opendev.org/#/c/697085/ https://review.opendev.org/#/c/697085/18:10
jrosseroh18:10
jrosserhttps://review.opendev.org/#/c/681777/18:11
jrossermnaser: guilhermesp noonedeadpunk spotz ^18:12
noonedeadpunknice!!!18:16
noonedeadpunkreally great job18:17
jrosserdropping AppArmor to unconstrained is not ideal but it really seems broken with newer systemd18:17
jrossernoonedeadpunk: I am travelling 3 days now so if you can keep an eye recheck / backport that would be great18:18
jrosserI can do review if you ping me but not really much coding/test time the rest of this week18:19
noonedeadpunkgot it18:19
*** sshnaidm is now known as sshnaidm|afk18:21
noonedeadpunkjrosser: how do you think - maybe we should rename jobs from stable to buster as well?18:22
noonedeadpunkto be more specific?18:23
jrosseryes we should18:23
jrosserthey now make the infra image have a specific name wishing I don’t think t did before18:23
jrosser*which18:23
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Move debian jobs to buster  https://review.opendev.org/68177718:25
jrosserthat’s good because then we run both for Train and have a proper transition release18:26
noonedeadpunkYeah, I was thinking about that actually18:27
openstackgerritMerged openstack/openstack-ansible-os_nova master: Readd some distro packages  https://review.opendev.org/69693218:45
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-haproxy_server stable/train: Make log socket available to chrooted filesystem  https://review.opendev.org/69716018:56
*** hamzy has joined #openstack-ansible18:59
*** jamesdenton has joined #openstack-ansible19:00
*** ivve has joined #openstack-ansible19:28
openstackgerritJonathan Rosser proposed openstack/openstack-ansible-os_nova stable/train: Readd some distro packages  https://review.opendev.org/69716719:32
openstackgerritCam J. Loader (cjloader) proposed openstack/openstack-ansible-os_ironic master: Adds configuration for the Ironic Inspector  https://review.opendev.org/68028419:32
cjloadernoonedeadpunk: I made some of your changes, this SHOULD pass gates ^19:33
openstackgerritMerged openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein  https://review.opendev.org/69680019:56
openstackgerritMerged openstack/openstack-ansible stable/train: Bump SHAs for stable/train  https://review.opendev.org/69680120:05
*** vesper11 has quit IRC20:49
*** vesper11 has joined #openstack-ansible20:51
openstackgerritCam J. Loader (cjloader) proposed openstack/openstack-ansible-os_ironic master: Adds configuration for the Ironic Inspector  https://review.opendev.org/68028421:11
cjloaderforgot to remove debug stmts21:12
cjloaderlol21:12
*** aedc has joined #openstack-ansible21:18
spotzbad cjloader!21:19
*** aedc has quit IRC21:40
*** aedc has joined #openstack-ansible21:41
*** aedc_ has joined #openstack-ansible21:43
*** aedc has quit IRC21:47
cjloaderlol spotz21:50
cjloaderhopefully this passes so we can merge21:51
*** rgogunskiy has joined #openstack-ansible21:55
spotzcrossing fingers21:57
*** aedc_ has quit IRC21:58
*** aedc has joined #openstack-ansible21:58
*** rgogunskiy has quit IRC22:00
*** pcaruana has quit IRC22:06
cjloaderits a big patch22:06
cjloaderlol22:06
*** aedc_ has joined #openstack-ansible22:09
*** aedc has quit IRC22:11
*** aedc_ has quit IRC22:18
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Move debian jobs to buster  https://review.opendev.org/68177722:19
*** nicolasbock has quit IRC22:20
*** macz has quit IRC22:36
*** hamzy has quit IRC23:06
*** ivve has quit IRC23:47
cjloaderspotz: when it passes, do you mind reviewing?23:55
cjloaderits looking like it'll pass23:56

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