Wednesday, 2020-10-07

*** pleimer has joined #openstack-kolla00:01
r3ap3rGood evening/morning. I'm looking back over the external Ceph configuration documentation. I notice something a little different from the Queens days of external Ceph configuration and the present Ussuri docs for external Ceph. In the Queens documentation, you create the `/etc/kolla/config/glance/glance-api.conf` file that specifies the `glance_store` information regarding `rbd`. I've looked through the00:01
r3ap3r`globals.yml` file for my Ussuri deployment and do not see anything related to the `glance_store` configuration or `rbd` in general. This is how I configured things and I'm wondering if that may be why I'm still having issues? These settings may be configured in one of the Roles though, I haven't had a chance to look yet. Thanks.00:01
*** brinzhang0 has joined #openstack-kolla00:07
*** kevko__ has quit IRC00:32
oyrogergmgoddard: This isn't an upgrade, just a small initial deployment on 1 control and 1 compute node. I did git pull to get latest commits, and did manually sync the multinode file against mine for changes.00:36
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Add support for encrypting backend Neutron API Server  https://review.opendev.org/75636701:19
*** pleimer has quit IRC02:12
*** williampiv has joined #openstack-kolla03:17
*** maharg101 has joined #openstack-kolla03:27
*** maharg101 has quit IRC03:33
*** vishalmanchanda has joined #openstack-kolla03:43
*** stingrayza has joined #openstack-kolla04:07
*** also_stingrayza has quit IRC04:08
*** cah_link has joined #openstack-kolla04:20
*** cah_link has quit IRC04:32
*** evrardjp has quit IRC04:33
*** evrardjp has joined #openstack-kolla04:33
*** abdysn has joined #openstack-kolla05:10
*** ricolin_ has joined #openstack-kolla05:15
*** ricolin_ has quit IRC05:26
*** maharg101 has joined #openstack-kolla05:29
*** maharg101 has quit IRC05:33
*** nikparasyr has joined #openstack-kolla06:01
*** zzzeek has quit IRC06:03
*** zzzeek has joined #openstack-kolla06:05
*** cah_link has joined #openstack-kolla06:06
yoctozeptooyrogerg: just latest stable/train?06:50
yoctozeptomorning06:50
*** zzzeek has quit IRC06:55
*** zzzeek has joined #openstack-kolla06:57
*** vishalmanchanda has quit IRC07:02
*** e0ne has joined #openstack-kolla07:07
*** vishalmanchanda has joined #openstack-kolla07:11
mnasiadkamorning07:12
mnasiadkayoctozepto: I don't think there were ovn groups in stable/train :)07:12
mnasiadkaso for sure that's ussuri or master code07:13
*** bengates has joined #openstack-kolla07:14
*** shyamb has joined #openstack-kolla07:21
oyrogergyoctozepto: Yes stable/train07:28
*** maharg101 has joined #openstack-kolla07:29
mnasiadkaoyrogerg: impossible07:33
*** maharg101 has quit IRC07:38
mgoddardoyrogerg: yeah, sounds like you're running a later version of kolla-ansible07:40
oyrogergOkay, reviewing my install playbook, that may be it.07:41
mgoddardone thing that can catch people out is if you have k-a in a source checkout, then pip install kolla-ansible, you'll actually get it from PyPI.07:41
*** rpittau|afk is now known as rpittau07:41
oyrogergYeah, that.07:41
mgoddardpip install ./kolla-ansible will install locally07:41
mgoddardannoying that it doesn't catch the ambiguity and error07:42
*** maharg101 has joined #openstack-kolla07:42
oyrogerg 85     - name: install kolla-ansible07:42
oyrogerg 86       pip:07:42
oyrogerg 87         name: kolla-ansible07:42
mgoddardthat'll do it :)07:42
mgoddardhopefully you've set openstack_release or openstack_tag, such that it doesn't deploy new images?07:43
*** oyrogerg has quit IRC07:46
openstackgerritMark Goddard proposed openstack/kolla-ansible master: CI: enable designate in magnum CI job  https://review.opendev.org/75445607:50
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: WIP: Add support for keystone auth_mellon config  https://review.opendev.org/75547507:55
*** oyrogerg has joined #openstack-kolla07:56
oyrogergGrrr. Visiting child decides to open my comms cupboard, reach in, and turn off the power points to modem + server.07:56
hrwyoctozepto: how much you pay for a vote?07:57
hrwmonring07:57
yoctozeptooyrogerg: how visiting? it's covid-19 season07:58
yoctozeptohrw: 007:59
yoctozeptoeither you want me or not07:59
yoctozeptono bribes07:59
*** pbing19 has joined #openstack-kolla08:00
oyrogergWestern Australia is very free of COVID-19, no significant restrictions. Border closure to other states has helped.08:00
yoctozeptoah, there you are08:00
* yoctozepto envies oyrogerg08:01
oyrogergIt's also led to idiot billionaire suing the state government, after filling out the exemption paperwork badly. Then the premier suing said billionaire for slander (a fair move, but unusual).08:01
oyrogergYeah, we try to keep it under out hat. Much of the world (including the state of Victoria) is suffering, some terribly.08:02
oyrogergout=our08:02
oyrogergBut fml, a kid turned off my Internets.08:02
yoctozeptoxD08:04
yoctozeptomgoddard: so - are we going to the ansible this Thursday instead of Klub?08:11
*** born2bake has joined #openstack-kolla08:12
mgoddardyoctozepto: it's a little late to cancel the klub08:12
oyrogergSo anyway, I was in the middle of typing when line went dead: Can I get suggestions on how to install chosen version of kolla-ansible? `pip3 install kolla-ansible==showmealist` gives me a list of numerical versions, not sure if I should pick a major version from there.08:24
mnasiadkaoyrogerg: https://releases.openstack.org/teams/kolla.html08:26
*** jonaspaulo has joined #openstack-kolla08:28
oyrogergRight, so major version tracks a major openstack version. Trying '>=9,<10' as version in my playbook.08:30
*** jbadiapa has quit IRC08:32
hrwoyrogerg: "==9.*" is easier08:36
oyrogergAh, wildcards. Sounds good to me, thanks.08:39
*** shyamb has quit IRC08:40
mgoddardoyrogerg: you can also get versions here: https://docs.openstack.org/releasenotes/kolla-ansible/train.html08:47
mgoddardbonus is you get to see release notes at the same time08:47
openstackgerritMark Goddard proposed openstack/kolla-ansible master: CI: enable designate in magnum CI job  https://review.opendev.org/75445608:48
oyrogergI do like me some release notes.08:49
*** gfidente has joined #openstack-kolla08:51
mgoddardupgrade notes are always good to read08:52
yoctozeptoand we care most about upgrade notes08:53
yoctozeptomgoddard: dunno, but I wouldn't delay too much; I guess I'd go with the one-eye approach08:53
yoctozeptomgoddard: aaand we don't have an agenda anyhow08:57
*** brinzhang0 has quit IRC09:11
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: Change keepalived logging to syslog  https://review.opendev.org/74511109:18
openstackgerritMerged openstack/kolla stable/train: Add collectd-libpod-stats to image  https://review.opendev.org/75587309:32
*** gfidente has quit IRC09:37
*** gfidente has joined #openstack-kolla09:44
*** kevko has joined #openstack-kolla09:48
openstackgerritMark Goddard proposed openstack/kolla-ansible master: CI: enable designate in magnum CI job  https://review.opendev.org/75445609:53
*** eliaswimmer has joined #openstack-kolla09:54
eliaswimmerhi, any magnum users here?09:57
*** k_mouza has joined #openstack-kolla10:03
*** k_mouza has quit IRC10:09
*** k_mouza has joined #openstack-kolla10:09
yoctozeptoeliaswimmer: our CI is a magnum user @ mgoddard10:15
yoctozeptojust hit the channel with your questions :-)10:16
*** JLC_88 has joined #openstack-kolla10:22
JLC_88Heelo everyone10:22
JLC_88I encouner difficulties deploying with TLS/SSL support10:23
JLC_88Sorry I need to leave I will be back later10:23
*** pbing19 has quit IRC10:32
*** pbing19 has joined #openstack-kolla10:32
*** jiriprox has quit IRC10:36
*** zijlboot has joined #openstack-kolla10:52
openstackgerritMerged openstack/kolla-ansible master: Allow overwrite of placement-api wsgi config  https://review.opendev.org/75637911:01
*** ewimmer_ has joined #openstack-kolla11:03
*** eliaswimmer has quit IRC11:05
*** Abdallahyas has joined #openstack-kolla11:19
*** jbadiapa has joined #openstack-kolla11:20
*** abdysn has quit IRC11:23
*** shyamb has joined #openstack-kolla11:24
*** Abdallahyas has quit IRC11:43
*** Tengu has quit IRC11:44
*** Tengu has joined #openstack-kolla11:46
*** abdysn has joined #openstack-kolla11:48
JLC_88Hello, as I said earlier I got an error when I deployed a all-in-one openstack/ussuri with kolla-ansible. I want TSL/SSL support but get the error SSL exception connecting to https://10.10.0.120:8774/v2.1/os-services?binary=nova-compute ... [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)11:53
JLC_88any clue to resolve this will be very appreciated11:53
*** k_mouza has quit IRC11:57
*** pleimer has joined #openstack-kolla12:00
openstackgerritMark Goddard proposed openstack/kolla-ansible master: CI: enable designate in magnum CI job  https://review.opendev.org/75445612:01
yoctozeptoJLC_88: how come it's a wrong version number12:02
yoctozeptois it from kolla-ansible output?12:02
*** k_mouza has joined #openstack-kolla12:02
JLC_88Yes, it's the -vvvv output from deploy.12:04
*** kevko has quit IRC12:04
JLC_88It occurs when this command is issued : docker exec kolla_toolbox openstack --os-interface internal --os-auth-url https://10.10.0.120:35357 --os-identity-api-version 3 --os-project-domain-name default --os-tenant-name admin --os-username admin --os-password 4A6hJ2Eo00ChECB6VqBI4wnlRjFavA94cBgadgRn --os-user-domain-name default --os-region-name RegionOne --os-cacert /etc/ssl/certs/ca-certificates.crt compute12:05
JLC_88service list --format json --column Host --service nova-compute\n12:05
*** shyamb has quit IRC12:08
*** sean-k-mooney has quit IRC12:10
*** k_mouza has quit IRC12:12
*** Abdallahyas has joined #openstack-kolla12:17
*** k_mouza has joined #openstack-kolla12:17
*** Abdallahyas has quit IRC12:18
*** k_mouza has quit IRC12:18
*** k_mouza has joined #openstack-kolla12:19
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: Allow overwrite of placement-api wsgi config  https://review.opendev.org/75649912:19
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/train: Allow overwrite of placement-api wsgi config  https://review.opendev.org/75650012:19
openstackgerritRadosław Piliszek proposed openstack/kolla-ansible stable/stein: Allow overwrite of placement-api wsgi config  https://review.opendev.org/75650112:20
*** abdysn has quit IRC12:21
openstackgerritMichal Nasiadka proposed openstack/kolla-ansible master: Change keepalived logging to syslog  https://review.opendev.org/74511112:32
*** cah_link has quit IRC12:35
*** cah_link has joined #openstack-kolla12:44
JLC_88yoctozepto: Yes, it's the -vvvv output from deploy.12:50
JLC_88yoctozepto: It occurs when this command is issued : docker exec kolla_toolbox openstack --os-interface internal --os-auth-url https://10.10.0.120:35357 --os-identity-api-version 3 --os-project-domain-name default --os-tenant-name admin --os-username admin --os-password 4A6hJ2Eo00ChECB6VqBI4wnlRjFavA94cBgadgRn --os-user-domain-name default --os-region-name RegionOne --os-cacert /etc/ssl/certs/ca-certificates.12:51
JLC_88crt computeservice list --format json --column Host --service nova-compute12:51
mnasiadkaJLC_88: can you open a bug in launchpad in kolla-ansible project and upload the -vvv output from deploy + globals.yml + /etc/kolla/haproxy/* contents?12:51
JLC_88mnasiadka: Ok I will12:51
*** abdysn has joined #openstack-kolla12:56
*** vishalmanchanda has quit IRC13:03
*** evrardjp has quit IRC13:04
*** williampiv has quit IRC13:04
*** rockey has quit IRC13:04
*** vishalmanchanda has joined #openstack-kolla13:04
*** evrardjp has joined #openstack-kolla13:04
*** rockey has joined #openstack-kolla13:09
*** kevko has joined #openstack-kolla13:16
*** ewimmer__ has joined #openstack-kolla13:17
openstackgerritMark Goddard proposed openstack/kolla-ansible master: CI: enable designate in magnum CI job  https://review.opendev.org/75445613:18
mgoddardyoctozepto: designate CI should be gtg ^13:19
*** ewimmer_ has quit IRC13:20
*** pleimer has quit IRC13:21
*** pbing19 has quit IRC13:26
openstackgerritMark Goddard proposed openstack/kolla master: Switch to Victoria stable branches  https://review.opendev.org/75533913:27
yoctozeptomgoddard: so you're telling me you have been pushing designate all this time? ;p13:28
mgoddardyoctozepto: it's just testing of the existing stuff13:29
yoctozeptomgoddard: ahah, ok, checking later13:29
mgoddardwhich was actually one of the goals13:29
*** kemopq_ has quit IRC13:30
*** pbing19 has joined #openstack-kolla13:44
*** TrevorV has joined #openstack-kolla13:45
*** pbing19 has quit IRC13:56
*** abdysn has quit IRC14:00
*** cah_link has quit IRC14:02
*** shyamb has joined #openstack-kolla14:16
*** JLC_88 has quit IRC14:18
*** shyamb has quit IRC14:21
*** shyam89 has joined #openstack-kolla14:21
yoctozeptomgoddard: reviewed14:49
openstackgerritMark Goddard proposed openstack/kolla master: Switch to Victoria stable branches  https://review.opendev.org/75533914:52
*** JamesBenson has joined #openstack-kolla14:53
openstackgerritMark Goddard proposed openstack/kolla-ansible master: CI: enable designate in magnum CI job  https://review.opendev.org/75445614:55
*** priteau has joined #openstack-kolla14:57
*** cah_link has joined #openstack-kolla14:58
mgoddardmgoddard mnasiadka hrw egonzalez yoctozepto rafaelweingartne cosmicsound osmanlicilegi bbezak14:58
mgoddard^ meeting in 214:58
yoctozeptomnasiadka: you can re+2 designate14:59
yoctozeptomgoddard: yes, sir14:59
* hrw -> arm developer summit15:00
mgoddard#startmeeting kolla15:00
openstackMeeting started Wed Oct  7 15:00:44 2020 UTC and is due to finish in 60 minutes.  The chair is mgoddard. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
*** openstack changes topic to " (Meeting topic: kolla)"15:00
openstackThe meeting name has been set to 'kolla'15:00
mgoddard#topic rollcall15:00
*** openstack changes topic to "rollcall (Meeting topic: kolla)"15:00
mgoddard\o15:00
priteauo!15:01
headphoneJameso/15:01
mgoddard#topic agenda15:03
*** openstack changes topic to "agenda (Meeting topic: kolla)"15:03
mgoddard* Roll-call15:03
mgoddard* Announcements15:03
mgoddard** Kolla now in feature freeze15:03
mgoddard** Submit Virtual PTG topic proposals: https://etherpad.opendev.org/p/kolla-wallaby-ptg15:03
mgoddard* Review action items from the last meeting15:03
mgoddard* CI status15:04
mgoddard* Victoria release planning15:04
mgoddard* Wallaby PTG planning15:04
mgoddard#topic announcements15:04
*** openstack changes topic to "announcements (Meeting topic: kolla)"15:04
mgoddard#info Kolla now in feature freeze15:04
yoctozeptoo/15:04
mgoddardPlease do not merge feature patches until the freeze has been lifted, or we have granted a Feature Freeze Exception (FFE)15:04
mgoddard#info Submit Virtual PTG topic proposals15:05
mgoddard#link https://etherpad.opendev.org/p/kolla-wallaby-ptg15:05
mgoddardAny other announcements?15:05
yoctozeptoTC elections15:05
yoctozepto(shameless plug)15:05
* yoctozepto <- vote for this folk15:06
yoctozepto:-)15:06
mgoddard+115:06
mgoddard#topic Review action items from the last meeting15:06
*** openstack changes topic to "Review action items from the last meeting (Meeting topic: kolla)"15:06
mgoddardmgoddard to email openstack-discuss about debian CI issues15:06
mgoddardmgoddard to switch images to victoria stable branches15:06
mgoddardyoctozepto to help headphoneJames with neutron backend TLS15:06
* yoctozepto kinda did15:07
mgoddardI did not need to email about debian CI, because it was fixed. AARCH64 still failing15:07
yoctozeptohrw knows15:07
mnasiadkao/15:07
mnasiadkalate again15:07
mgoddardI proposed https://review.opendev.org/755339 for victoria branch switch. Failed until recently because requirements hadn't branched15:07
patchbotpatch 755339 - kolla - Switch to Victoria stable branches - 4 patch sets15:07
mgoddardthis one will hopefully pas15:07
mgoddardyoctozepto did his15:08
mgoddard#topic CI status15:08
*** openstack changes topic to "CI status (Meeting topic: kolla)"15:08
hrwaarch64 issue was reported to Debian. if nothing change then I will build fixed package and put into Linaro repo15:09
mgoddardthanks hrw15:10
mgoddardI tried pushing on the bifrost stein fix15:10
mgoddardwill see where it goes15:10
mgoddardI think otherwise we are GREEN15:12
mgoddardanyone disagree?15:12
priteauKayobe CI is green but in practice there are some issues15:12
priteauon master and ussuri, caused by changes in bifrost15:12
priteauworking on it15:12
mgoddardthanks priteau15:13
mgoddard#topic Victoria release planning15:14
*** openstack changes topic to "Victoria release planning (Meeting topic: kolla)"15:14
mgoddardFeature freeze is here15:14
mgoddardWhiteboard says: Kolla RC1: Oct 19 - Oct 2315:14
mgoddardso we stay frozen until at least then15:14
yoctozeptoare we merging neutron tls and octavia stacks?15:15
mgoddardgiving us 2 weeks to stabilise, and focus on testing and bug fixes15:15
yoctozeptounclear on what ffe is now15:15
mgoddardwell15:15
mgoddardthat is the next question15:15
mgoddardare there any FFEs?15:15
mgoddard1. octavia15:16
headphoneJamesI would like to try and get neutron tls in :)15:16
mgoddardif someone else will reciew15:16
mgoddard*review15:16
yoctozeptomgoddard: did you get it to pass?15:16
yoctozepto(not checked)15:16
mgoddardno15:16
mgoddardchicken and egg problem15:16
mnasiadkacan we mark what needs to be reviewed ASAP with priority +1/+2?15:17
mgoddardbr-ex does not exist at the time of fact gathering15:17
mgoddardmnasiadka: we can, and should15:17
mgoddardwe just need to agree on it15:17
yoctozeptoand mark other features with RP-115:17
mnasiadkaI spent three days this week on dancing with mod_auth_mellon and keystone federation, but I should have more time from tomorrow to look at review queue15:18
mgoddardit would be nice to see https://review.opendev.org/#/c/754285/ passing before merging the rest of octavia15:18
patchbotpatch 754285 - kolla-ansible - CI: octavia: create and test a load balancer - 20 patch sets15:18
yoctozeptomnasiadka: mellon dance you say15:18
mnasiadkayoctozepto: don't even ask15:18
* yoctozepto not asking15:19
* yoctozepto still curious15:19
mnasiadkayoctozepto: had to federate with multiple sources using mod_auth_mellon, started drafting a change adding that feature to k-a, so we'll probably be able to merge it in W :)15:20
mgoddardhopefully it is compatible with https://review.opendev.org/69543215:20
patchbotpatch 695432 - kolla-ansible - Add support to OpenID Connect Authentication flow - 37 patch sets15:20
*** shyam89 has quit IRC15:20
mgoddardor at least not conflicting15:21
mgoddard#action mgoddard get octavia CI job passing in order to merge patches15:22
mgoddardtempted to insert the tenant networking patch in the chain to verify the certs patch works15:22
mgoddardsince we know it can pass with that15:23
mgoddardanyway15:23
mgoddardother FFEs15:23
yoctozeptoI'm not opposing15:23
mgoddardneutron backend TLS15:23
mgoddardhappy to review this, if someone else will also15:23
yoctozeptoI will15:23
mgoddardok15:23
mnasiadkamgoddard: yeah, that one looks good, needs some updates, and I have no clue why shibboleth usage is in there, since it's not in the image15:23
mgoddardany other FFEs?15:23
yoctozeptolemme see15:24
mgoddardNot a feature, but this one cleans up some ironic config: https://review.opendev.org/#/c/754997/15:25
patchbotpatch 754997 - kolla-ansible - Update ironic iPXE configuration - 2 patch sets15:25
yoctozeptoI have 3 waiting for mnasiadka:15:25
yoctozeptohttps://review.opendev.org/75290715:25
patchbotpatch 752907 - kolla-ansible - Add support for changing sysctl.conf path - 1 patch set15:25
yoctozeptohttps://review.opendev.org/75291715:25
patchbotpatch 752917 - kolla-ansible - Allow to skip and unset sysctl vars - 1 patch set15:25
yoctozeptohttps://review.opendev.org/75291715:25
patchbotpatch 752917 - kolla-ansible - Allow to skip and unset sysctl vars - 1 patch set15:25
yoctozeptooopsie15:25
yoctozeptohttps://review.opendev.org/75338015:25
patchbotpatch 753380 - kolla-ansible - Add support for with_frontend and with_backend - 2 patch sets15:25
yoctozeptoactually 415:26
yoctozeptohttps://review.opendev.org/72334215:26
patchbotpatch 723342 - kolla-ansible - Coordinate haproxy and keepalived restarts - 12 patch sets15:26
yoctozeptoand one release critical also for mnasiadka: https://review.opendev.org/75532815:26
patchbotpatch 755328 - kolla-ansible - Control Neutron migrations - 4 patch sets15:26
yoctozepto(or any other hero core)15:26
*** nikparasyr has left #openstack-kolla15:27
yoctozeptomgoddard: +2 on ironic15:27
mgoddardthx15:27
mgoddardadded some RP+1s15:29
mnasiadkayoctozepto: done15:30
yoctozeptomnasiadka: thanks, missed: https://review.opendev.org/75291715:31
patchbotpatch 752917 - kolla-ansible - Allow to skip and unset sysctl vars - 1 patch set15:31
mnasiadkayoctozepto: done :)15:32
yoctozeptomnasiadka: thx15:32
mgoddardNot seeing any FFE candidates for kayobe15:32
yoctozeptomnasiadka: any from you?15:32
mnasiadkayoctozepto: not today, but I'll look into my backlog and come back tomorrow :D15:32
yoctozeptomnasiadka: ok15:33
*** TrevorV has quit IRC15:33
*** TrevorV has joined #openstack-kolla15:33
mgoddardI guess we should look at bugs too15:34
mgoddardhttps://bugs.launchpad.net/kolla15:34
mgoddardare there any that we need in the release?15:34
yoctozeptohmm, good question Mark15:36
yoctozeptothe 2nd one on that page is easy but burdensome15:37
mnasiadkadrop root on wsgi?15:37
yoctozeptonope15:37
mnasiadkaso which is the 2nd one? :)15:38
*** k_mouza has quit IRC15:38
yoctozeptohttps://bugs.launchpad.net/kolla/+bug/187429815:38
openstackyoctozepto: Error: malone bug 1874298 not found15:38
yoctozeptoit's a sec bug15:38
mnasiadkait's not found15:38
yoctozeptobut minor, we can probably open it up15:38
yoctozeptomgoddard: wdyt?15:38
yoctozeptoor I can grant mnasiadka access to sec bugs15:39
yoctozeptoplease ensure you are logged in15:39
yoctozeptoand let me check how that was done15:39
mnasiadkaah, great, you need special permissions to see a sec bug?15:39
mnasiadkalol15:39
yoctozeptogiven now15:40
mgoddardI suppose we could give mnasiadka access :)15:40
yoctozeptorefresh the listing15:40
yoctozeptomgoddard: I did15:40
mnasiadkayeah15:40
yoctozeptoif you think it worthy of pushing, I can15:40
mnasiadkayoctozepto: well, you raised it, you fix it :)15:40
yoctozeptosure, the question is whether we want that for this release15:41
yoctozeptoor any better candidates I can spend my time on for now15:41
openstackgerritPierre Riteau proposed openstack/kayobe master: Configure bifrost to use firewalld trusted zone  https://review.opendev.org/75654115:42
mgoddardit could be a good one to fix15:42
mgoddardwhat about kolla-ansible?15:43
mgoddardhttps://bugs.launchpad.net/kolla-ansible15:44
mgoddard(or https://bugs.launchpad.net/kolla-ansible/+bugs?orderby=-id&start=0)15:44
mgoddardmore fernet issues: https://bugs.launchpad.net/kolla-ansible/+bug/189876515:45
openstackLaunchpad bug 1898765 in kolla-ansible "keystone-fernet cron job not triggering, results in keys not rotating" [Undecided,New]15:45
mnasiadkamgoddard: yeah, I added more logging in one deployment and testing15:46
yoctozeptofernet sad15:46
mnasiadkacron broken :)15:48
yoctozeptocron never breaks! :D15:48
mgoddardany others?15:48
yoctozeptoheadphoneJames: how is neutron tls going with the new approach?15:50
mgoddardhttps://bugs.launchpad.net/kolla-ansible/+bug/189405615:50
openstackLaunchpad bug 1894056 in kolla-ansible "DB migration broken" [Critical,Triaged]15:50
yoctozeptomgoddard: invalid, undecided15:51
yoctozeptojust switched15:51
yoctozeptoneutron problem, not affecting us atm15:52
*** k_mouza has joined #openstack-kolla15:52
mgoddardCould we fix https://bugs.launchpad.net/kolla-ansible/+bug/1891469 by using throttle=1?15:53
openstackLaunchpad bug 1891469 in kolla-ansible "Neutron: Stopping neutron L3 agent containers breaks data plane" [High,Triaged]15:53
mgoddardnow that we have ansible 2.9 (throttle is a good reason to use 2.9)15:53
mgoddardI guess it's unlikely to completely fix it, but rolling restarts could reduce downtime15:54
yoctozeptomgoddard: it won't help much15:55
yoctozeptothe torn down containers are the reason15:55
mgoddardok15:57
mgoddardis https://bugs.launchpad.net/kolla-ansible/+bug/1891145 a dup of https://bugs.launchpad.net/kolla-ansible/+bug/1891704 ?15:58
openstackLaunchpad bug 1891145 in kolla-ansible victoria "post-deploy different behaviour with new ansible versions" [Critical,Triaged] - Assigned to Radosław Piliszek (yoctozepto)15:58
openstackLaunchpad bug 1891704 in kolla-ansible ussuri "admin-openrc.sh is world readable" [High,Fix committed] - Assigned to Radosław Piliszek (yoctozepto)15:58
yoctozeptomgoddard: kinda; actually the other way around but fine15:59
yoctozepto:D15:59
yoctozeptobetter just tick it as dup15:59
mgoddarddone16:00
mgoddardand we're done16:01
mgoddard#topic Open discussion16:01
*** openstack changes topic to "Open discussion (Meeting topic: kolla)"16:01
mgoddardOne last thing16:01
mgoddardyoctozepto: this ansible meeting16:01
mgoddardshall we send a representative?16:01
mgoddardI didn't want to cancel the klub at late notice16:01
mgoddard(representative being yoctozepto :D)16:02
mgoddardor me if yoctozepto handles klub16:02
*** dking has joined #openstack-kolla16:03
*** k_mouza has quit IRC16:03
mgoddardwell let's end it there16:05
mgoddardThanks16:05
mgoddard#endmeeting16:05
*** openstack changes topic to "IRC meetings on Wednesdays @ 15:00 UTC - agenda @ https://goo.gl/OXB0DL | Whiteboard: https://bit.ly/2MM7mWF | IRC channel is *LOGGED* @ http://goo.gl/3mzZ7b"16:05
openstackMeeting ended Wed Oct  7 16:05:35 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:05
openstackMinutes:        http://eavesdrop.openstack.org/meetings/kolla/2020/kolla.2020-10-07-15.00.html16:05
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/kolla/2020/kolla.2020-10-07-15.00.txt16:05
openstackLog:            http://eavesdrop.openstack.org/meetings/kolla/2020/kolla.2020-10-07-15.00.log.html16:05
*** rpittau is now known as rpittau|afk16:06
*** bengates has quit IRC16:07
yoctozeptomgoddard: thanks, I had to leave for a moment16:08
mgoddardnp16:08
yoctozeptomgoddard: completely understandable, I can send myself16:08
mgoddardappreciated. Let's see if we can get it sorted16:08
yoctozeptook, I'll do what they wanted from us - add it to agenda16:09
*** zijlboot has quit IRC16:09
*** Tengu has quit IRC16:09
*** k_mouza has joined #openstack-kolla16:10
*** shyamb has joined #openstack-kolla16:11
yoctozeptodone16:12
yoctozeptochannels joined16:13
yoctozeptodone16:13
yoctozeptocalendar updated16:13
yoctozeptodone16:13
*** k_mouza has quit IRC16:14
mgoddardgrafana repos borked :(16:18
*** kevko has quit IRC16:19
openstackgerritMark Goddard proposed openstack/kolla-ansible master: octavia: support tenant management network  https://review.opendev.org/75558916:21
openstackgerritMark Goddard proposed openstack/kolla-ansible master: CI: octavia: create and test a load balancer  https://review.opendev.org/75428516:21
*** cah_link has quit IRC16:21
yoctozeptomgoddard: :(((16:25
*** kevko has joined #openstack-kolla16:29
*** shyam89 has joined #openstack-kolla16:31
openstackgerritMerged openstack/kolla-ansible master: Add support for changing sysctl.conf path  https://review.opendev.org/75290716:33
*** shyamb has quit IRC16:34
openstackgerritMark Goddard proposed openstack/kayobe master: docs: Add skeleton for scenario docs  https://review.opendev.org/74858216:38
*** shyam89 has quit IRC16:41
openstackgerritMerged openstack/kolla-ansible master: Control Neutron migrations  https://review.opendev.org/75532816:43
openstackgerritMerged openstack/kolla-ansible master: Add support for with_frontend and with_backend  https://review.opendev.org/75338016:48
*** maharg101 has quit IRC17:09
*** Tengu has joined #openstack-kolla17:20
*** e0ne has quit IRC17:23
*** Tengu_ has joined #openstack-kolla17:27
*** Tengu has quit IRC17:27
*** Tengu_ has quit IRC17:29
*** jonaspaulo has quit IRC17:31
*** maharg101 has joined #openstack-kolla17:43
*** Tengu has joined #openstack-kolla17:48
*** maharg101 has quit IRC17:50
*** Tengu has quit IRC17:57
*** Tengu has joined #openstack-kolla17:57
*** gfidente is now known as gfidente|afk18:00
*** maharg101 has joined #openstack-kolla18:17
*** maharg101 has quit IRC18:22
*** vishalmanchanda has quit IRC18:22
*** kevko has quit IRC18:22
*** k_mouza has joined #openstack-kolla18:32
*** k_mouza has quit IRC18:37
*** born2bake has quit IRC18:44
*** williampiv has joined #openstack-kolla18:45
openstackgerritJames Kirsch proposed openstack/kolla-ansible master: Add support for encrypting backend Neutron API Server  https://review.opendev.org/75636719:05
openstackgerritMark Goddard proposed openstack/kayobe master: Fix filtering of network names set to an empty string  https://review.opendev.org/75657119:07
*** priteau has quit IRC19:12
*** k_mouza has joined #openstack-kolla19:15
*** k_mouza has quit IRC19:19
*** zijlboot has joined #openstack-kolla19:22
*** zijlboot has quit IRC19:22
*** zijlboot has joined #openstack-kolla19:22
openstackgerritPierre Riteau proposed openstack/kayobe master: Fix filtering of network names set to an empty string  https://review.opendev.org/75657119:24
openstackgerritMerged openstack/kolla-ansible master: Coordinate haproxy and keepalived restarts  https://review.opendev.org/72334219:26
openstackgerritMerged openstack/kolla-ansible master: add releasenote for octavia configuration  https://review.opendev.org/74640419:34
stingrayzamgoddard: can I just say how much I love kolla-ansible?19:48
stingrayzajust deployed a whole new openstack cluster from a standing start in two hours... (freshly provisioned machines - no kayobe :( )19:49
stingrayza(I've been busy elsewhere for some time, but the local IT guy asked me to do build this new cluster - which we'll move our old boxes into as they get moved from centos7->8)19:51
stingrayza(all the kolla/kolla-ansible contributors, you rock)19:51
*** maharg101 has joined #openstack-kolla20:18
*** gmann is now known as gmann_lunch20:22
*** maharg101 has quit IRC20:22
JustAFlerkinIs there a way to tell kolla-ansible to NOT destroy something like ceph external when destroy is run?20:23
*** mgoddard has quit IRC20:31
openstackgerritMerged openstack/kolla-ansible master: Update ironic iPXE configuration  https://review.opendev.org/75499720:31
openstackgerritMerged openstack/kolla-ansible stable/stein: Allow overwrite of placement-api wsgi config  https://review.opendev.org/75650120:31
*** mgoddard has joined #openstack-kolla20:32
*** antonym has quit IRC20:32
*** jbadiapa has quit IRC20:33
*** antonym has joined #openstack-kolla20:34
openstackgerritPierre Riteau proposed openstack/kayobe master: Synchronise global extra variables file with defaults  https://review.opendev.org/75658620:44
*** kevko has joined #openstack-kolla20:52
openstackgerritPedro Henrique Pereira Martins proposed openstack/kolla-ansible master: Add support to OpenID Connect Authentication flow  https://review.opendev.org/69543220:53
openstackgerritPierre Riteau proposed openstack/kayobe master: Synchronise global extra variables files with defaults  https://review.opendev.org/75658620:53
openstackgerritMerged openstack/kolla-ansible stable/train: Allow overwrite of placement-api wsgi config  https://review.opendev.org/75650020:54
openstackgerritMerged openstack/kolla-ansible stable/ussuri: Allow overwrite of placement-api wsgi config  https://review.opendev.org/75649920:54
openstackgerritMerged openstack/kolla-ansible master: CI: enable designate in magnum CI job  https://review.opendev.org/75445620:54
openstackgerritMerged openstack/kolla-ansible master: Fix common role when using external mariadb  https://review.opendev.org/74946320:54
*** TrevorV has quit IRC21:00
*** kevko has quit IRC21:03
*** gmann_lunch is now known as gmann21:04
*** openstackgerrit has quit IRC22:07
*** maharg101 has joined #openstack-kolla22:19
*** JamesBenson has quit IRC22:20
*** JamesBenson has joined #openstack-kolla22:23
*** maharg101 has quit IRC22:24
*** k_mouza has joined #openstack-kolla22:27
*** JamesBenson has quit IRC22:30
*** k_mouza has quit IRC22:31
*** dking has quit IRC22:47
*** also_stingrayza has joined #openstack-kolla22:50
*** stingrayza has quit IRC22:54
*** openstackgerrit has joined #openstack-kolla23:31
openstackgerritMerged openstack/kolla-ansible master: Add support for ACME http-01 challenge  https://review.opendev.org/75456823:31

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!