16:00:30 #startmeeting openstack_ansible_meeting 16:00:35 #topic office hours 16:00:35 Meeting started Tue Jun 25 16:00:30 2019 UTC and is due to finish in 60 minutes. The chair is mnaser. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:00:36 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:00:38 The meeting name has been set to 'openstack_ansible_meeting' 16:00:43 o/ 16:00:53 \o/ 16:00:55 (sorry all, i've been knee deep in octavia... 16:00:59 not a fun time 16:02:24 o/ 16:02:59 so release stuf 16:03:25 o/ 16:04:12 so 16:04:16 unfortunately the rc didnt go out? 16:04:18 https://review.opendev.org/#/c/666721/ 16:04:29 evrardjp: you removed the +w .. anything to note? 16:05:03 Nope it's convention I am not +w on release right now. It was a mistake I added the +w. 16:05:11 It's all good 16:05:49 o/ 16:06:19 thanks noonedeadpunk for stepping up and starting that work 16:09:33 we've got serious fix from jrosser forkeystone... 16:10:22 this feels never ending, but yes, that is quite serious 16:10:30 I mean https://review.opendev.org/#/c/667201/ 16:10:34 every deploy will destroy all your fernet tokens and credentials. 16:11:12 and I think once we do release ppl will start their upgrades 16:11:21 mnaser: this is why we have multiple rcs :) 16:12:53 well i guess we're going to get another one.. 16:13:09 (however upgrade script missing things iirc, but we've decided to live with it until next minor version) 16:16:29 ok so do we feel okay after the keystone thing merges to do another one? 16:18:57 i am fine with that 16:19:12 ++ 16:19:56 do we make another one rc, or just directly release with the fresh bump without rc? 16:20:12 so is on they way https://review.opendev.org/#/c/667201/ noonedeadpunk has rehecked. Would be the case to just reckick to gate? 16:21:47 noonedeadpunk: we can do either 16:21:48 Now there's some problem with infra I think - we're receiving retry limits for the patches 16:22:07 yeah noonedeadpunk I've noticed this too 16:22:19 and following up in #opentack-infra 16:35:03 o/ 16:35:24 so i guess that's pretty much it 16:35:27 for stein release 16:35:33 lets try and get those landed and we ..should be ok 16:35:54 ++ 16:37:03 I have nothing to add, we can iterate later 16:37:08 (on that topic) 16:37:48 following on the keystone issue, I really question whether smart sources is a pattern we want to stick with. versioning configs on the target nodes doesn't make sense to me, that's what versioned config management is for. and the only way to do a "rollback" to a prior smart sources version is with a bunch of manual operator work; ansible will never use it. even if you check out the earlier tag and run playbooks, ansible is just going to 16:37:48 template a new config. 16:38:57 logan-: what do you propose? 16:38:58 we have a pretty straight forward way to back out the smart sources stuff thanks to jrosser's work. is there any reason we shouldn't apply this to all roles so we don't end up with a snowflake keystone role w/o smart sources and with it 16:40:26 and then, of course, do we backport that to stein or do we convert everyone to smart sources for one release and then back it out in train? i'd lean towards backporting it to stein 16:40:49 mmm 16:42:11 my experience with "half baked" (I don't like calling this one like that, but bear with me) is that it was always a pain to deal after the fact, so reverting and backporting is better 16:42:26 but I am not sure what the problem is 16:43:11 honestly 16:43:20 i would be in favour of reverting all smart sources patches imho. 16:43:31 its overly complex. and like i explained 16:43:40 if you want to rollback, you would need to rollback your OSA version too 16:43:49 and at that point, you'll get a template generated with the older template too 16:43:52 so the end result is the same.. 16:43:52 ^ 16:43:55 yep 16:44:55 i'm in favour of that, but i'd like to hear what others think 16:46:23 just to know what we want to really revert -- is the location, or the fact it's from upstream files? 16:47:45 to me the problem that we had was: we maintained a copy of files that were not very dynamic in nature 16:47:49 like rootwrap config, policy, etc 16:47:52 that we always were out of sync 16:47:59 I am asking that because we'll have to have bump tools in repos now 16:48:16 so we are at a state where things need to happen in repo regularily anyway 16:48:31 the solution would be to grab those 'static' files from the repo, use "our" overrides, throw them in /etc/$service 16:48:37 (but not in the backported branches) 16:48:46 pretty much everything has moved to policy in code so smart sources doesn't have any bearing on that anymore afaik 16:49:01 logan-: rootwrap rules 16:49:10 but we can still work around those or do a simple cp when venv changes.. 16:49:12 mnaser: gotcha yep 16:49:12 logan-: correct, but the policy in code is not the hardest things to maintain 16:49:27 i mean 16:49:33 we dont allow overriding rootwrap rules anyways 16:49:38 so it can just be a task to do a sync with remote_src 16:50:01 yep 16:50:15 I think it makes sense for me to continue shipping things in the role if it's easier and remove some tasks 16:50:33 because we'll need to have a tooling for taking care of those 16:51:04 evrardjp: so you're saying we continue to maintain a copy inside rather than just cp-ing it from the pkg? 16:51:10 i don't mind consuming them from the venv, but we can do it a lot simpler as mnaser by using copy + remote_src when a venv is deployed 16:51:41 i rather maintain tasks that sync these things than maintain jobs and tooling (and responsibility) of syncing them 16:52:05 mnaser: I am saying that the door is opened to anything 16:52:06 guys .. where do i get data to bill projects in openstack .. is data from openstack usage list reliable 16:52:13 or if anyone is selling cloud .. how do you generate billing stuff 16:52:30 admin0: hire people and write code :) 16:52:38 we're in an OSA meeting fyi :) 16:52:44 oops .. sorry 16:52:48 logan-: I am fine with that 16:52:52 jrosser: noonedeadpunk guilhermesp .. thoughts ? 16:52:58 they hired me to write code .. i need directions :D 16:52:58 since we have that in the venv 16:53:29 if it's not shipped as data files, I suppose we extend the pattern, and we are good 16:53:49 packagers gonna hate us but it's fine, we did that in the past already :) 16:54:19 so to summarize: remove smart sources, copy files from venv 16:54:31 (for those who aren't to customize) 16:55:38 is that what you are proposing logan-? 16:55:44 yes that makes sense to me 16:55:57 fine for me too 16:57:15 I think that there might be more files, than just rootwrap and policies 16:57:26 It was the case for the ceilometer at least 16:57:36 yes the paste files for example 16:58:01 and heat stuff iirc 16:58:21 noonedeadpunk: yeah, i'm thinking we could make a common task file like we do for db/rabbit which knows how to copy a list of files defined in the role from the venv into somewhere on the system 16:58:22 I'm only concerning to the fact we keep those static files out of sync 16:59:13 I thought we decided to take them from venv, so they are not static, are they? 16:59:18 guilhermesp: well, if those aren't from the data files of the venv, then we need to carry them. And maintain them. I suppose a bump script would beed to happen then 16:59:36 noonedeadpunk: maybe not everything is shipped in the venv 16:59:42 (to be verified) 16:59:50 yep, not everything for sure 16:59:50 then it is probably out of scope in the context of a smart sources revert right? 17:00:06 well the smart sources did a bunch of things 17:00:49 And I have concerns about backporting reverts to stein... Isn't it too late for this? 17:01:10 I am fine for that tbh. If it's bugged... 17:01:40 logan-: I meant that the revert of the smart sources should be smart and thought of. Not blindly revert all the patches in that topic 17:02:02 evrardjp: yeah a straight revert is not possible because we already rm -rf the /etc/ 17:02:11 yeah, on top of that :) 17:02:32 right 17:02:56 but I mean that leveraging the data_files from the venv and the fact to not carry (but template) the policy files are good. 17:03:16 as far as I can see, all the files we care about are in date_files 17:03:21 data files 17:05:11 except ceilometer so it seems 17:05:46 oh no ceilometer seems fine too 17:07:05 I am off now 17:07:43 I just wanted to add the fact I didn't progress as I would like on the OSA jobs using the integrated, but it's looking slowly better 17:08:01 I will need some help on distro packages stuff 17:08:42 and my other topic for today was 42.3 removal, and 15.0 to 15.1 move, which are both in progress 17:09:02 evrardjp: do you have the list of roles that are missing distro installs? 17:09:44 btw, don't we want to add bionic distro install for integrated checks (non voting) and work on it? 17:10:29 noonedeadpunk: i think we did that at one point but no one worked on it so it got removed 17:12:40 I'll try to spend some of my free time for that, I think then... 17:12:43 correct that's experimental. But I would like to be consistent everywhere, so it's easier to understand, and expectations are consistent 17:13:45 ah yeah I think it got moved from nv check pipeline to the experimental pipeline. so to poke at it you should be able to 'check experimental' in a patch and it will run the job 17:14:14 oh, great. 17:14:19 noonedeadpunk: https://docs.google.com/spreadsheets/d/1coiPHGqaIKNgCGYsNhEgzswqwp4wedm2XoBCN9WMosY/edit#gid=752070695 should also help 17:14:22 see what's red 17:15:00 * noonedeadpunk should finally save this link to some reliable place 17:15:28 #endmeeting