14:00:23 #startmeeting tripleo 14:00:23 #topic agenda 14:00:23 * Review past action items 14:00:23 * One off agenda items 14:00:23 * Squad status 14:00:24 * Bugs & Blueprints 14:00:24 * Projects releases or stable backports 14:00:25 * Specs 14:00:25 * open discussion 14:00:26 Anyone can use the #link, #action and #info commands, not just the moderatorǃ 14:00:26 Hi everyone! who is around today? 14:00:27 Meeting started Tue Aug 27 14:00:23 2019 UTC and is due to finish in 60 minutes. The chair is mwhahaha. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:28 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:31 The meeting name has been set to 'tripleo' 14:01:33 o/ 14:01:45 \o 14:01:45 o/ 14:01:56 o/ 14:01:58 o> 14:02:16 o/ 14:04:26 0/ 14:04:46 \o/ 14:04:57 o/ 14:05:08 alright lets get started 14:05:17 #topic review past action items 14:05:17 None 14:05:27 #topic one off agenda items 14:05:28 #link https://etherpad.openstack.org/p/tripleo-meeting-items 14:05:40 ( wes ) question to tripleo core: 14:05:46 * mwhahaha pokes weshay 14:06:48 * beagles wanders in late 14:06:50 Luke Short proposed openstack/tripleo-ansible master: Create the tripleo-packages role. https://review.opendev.org/678567 14:07:34 o/ 14:07:44 * mwhahaha pokes weshay again 14:07:46 aye.. rfolco can you help me out 14:08:15 weshay, yep 14:08:33 Luke Short proposed openstack/tripleo-ansible master: Create the tripleo-packages role. https://review.opendev.org/678567 14:09:53 was this about the promotion criteria for rhel8? 14:09:57 yes 14:10:11 so am i to assume it's two jobs at the moment? 14:10:11 mwhahaha, I think the question is cores agree 14:10:22 When tripleo rhel8 has stable runs, turn 2 rhel 8 jobs on as criteria for a train promotion 14:10:22 https://review.rdoproject.org/zuul/builds?job_name=periodic-tripleo-ci-rhel-8-ovb-3ctlr_1comp-featureset001-master 14:10:22 https://review.rdoproject.org/zuul/builds?job_name=periodic-tripleo-ci-rhel-8-standalone-master 14:10:40 i think that's fine until we get centos8 going and get all the packages available 14:11:04 don't think anyone is really doing rhel8 at the moment so it's more to make sure we have an early warning system for centos 8 stuff 14:12:03 Emilien Macchi proposed openstack/paunch master: Revert "Handle defined containers that are stopped." https://review.opendev.org/678855 14:13:18 anyway unless anyone has another opinion on this, let's move on 14:14:26 (gcerami) enabling registry login for all the job. 14:14:26 https://review.opendev.org/673481 14:14:26 https://review.rdoproject.org/r/21593 14:14:34 mwhahaha: thanks. We are planning to enable auth for both pull and push on rdo registry and we are enabling login for all the jobs there. There's been some back and forth on this patch  https://review.opendev.org/673481 and I'd like to undertand if it's acceptable now. This will handle the docker part, and https://review.rdoproject.org/r/21593 will handle the podman + integration part. 14:14:45 so i'm still -1 on https://review.opendev.org/673481 as I don't think this role should handle podman 14:14:50 Emilien Macchi proposed openstack/paunch master: Revert "Handle defined containers that are stopped." https://review.opendev.org/678855 14:14:51 bandini: ^ 14:15:19 mwhahaha: I moved podman support to https://review.rdoproject.org/r/21593 14:15:36 ah k 14:15:38 that's better 14:15:46 panda: sorry for the mess :/ 14:16:09 EmilienM: no worries, I should have started a discussion after your first suggestion 14:16:30 EmilienM: I would not revert it but amend it to ignore containers that have restart: set 14:16:37 dciabrin: ^ 14:16:54 mwhahaha: EmilienM is this reasonable now ? we'll use the role for docker, then the internal role for podman 14:17:22 mwhahaha: EmilienM intergation job and part of the functional job will be handled by the internal patch 14:17:39 it would be nice if we had a sperate role that we could share in tht but it's fine 14:17:45 Merged openstack/tripleo-heat-templates stable/stein: Do not forcibly enable Glance multiple locations for RBD backend https://review.opendev.org/678335 14:17:57 * mwhahaha doesn't like lack of ansible role sharing that we have 14:18:56 Emilien Macchi proposed openstack/paunch stable/stein: Revert "Handle defined containers that are stopped." https://review.opendev.org/678857 14:19:05 mwhahaha: separate role in tht for podman ? 14:19:17 Jiri Stransky proposed openstack/tripleo-heat-templates stable/stein: Remove pre-upgrade best-effort online data migrations https://review.opendev.org/678858 14:20:02 panda: we actually have a tripleo-podman role that does the install/login 14:20:03 https://review.opendev.org/673481 14:20:04 er 14:20:08 https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployment/podman/podman-baremetal-ansible.yaml#L75-L112 14:20:11 i think it's in tripleo-ansible tho 14:20:15 it used to be in THT 14:21:09 Emilien Macchi proposed openstack/paunch stable/stein: Revert "Handle defined containers that are stopped." https://review.opendev.org/678859 14:22:23 mwhahaha: that seems difficult to reuse without heat ... 14:22:36 it takes the same format as the other role 14:22:43 the heat processing can be ignored for the most part 14:22:59 mwhahaha there is a podman role in tripleo-ansible 14:23:28 the heat bits there was if the var was a string rather than a complex data structure 14:24:02 https://docs.openstack.org/tripleo-ansible/latest/roles/role-tripleo-podman.html 14:24:48 cok, so we have lots of roles everywhere .. 14:24:57 pretty much 14:25:12 which is why i'm lamenting the lack of reusability because we bury them 14:25:13 anyway 14:25:15 it's only logical I introduce yet another duplicate 14:25:37 dat ansible 14:25:45 ok, I'll try to use the one in tripleo-ansible if it's ok 14:26:03 sure 14:26:25 all right 14:26:31 thanks. 14:26:35 Martin Mágr proposed openstack/puppet-tripleo master: [WIP] Add collectd-sensubility configuration https://review.opendev.org/678863 14:27:09 alright moving on 14:27:13 (mwhahaha) PTL nominations Aug 27 -> Sep 03 14:27:13 #link https://governance.openstack.org/election/ 14:27:18 fyi it's ptl time 14:27:29 i'm not running for the next cycle and i'll send a note about it to the ML later today 14:27:43 So if you're interested in being the PTL, please take some time to consider it 14:27:55 If you have any questions about the position feel free to ask 14:28:01 that is all 14:29:18 anyway moving on 14:29:21 #topic Squad status 14:29:21 ci 14:29:21 #link https://etherpad.openstack.org/p/tripleo-ci-squad-meeting 14:29:21 upgrade 14:29:21 #link https://etherpad.openstack.org/p/tripleo-upgrade-squad-status 14:29:22 edge 14:29:22 #link https://etherpad.openstack.org/p/tripleo-edge-squad-status 14:29:23 integration 14:29:23 #link https://etherpad.openstack.org/p/tripleo-integration-squad-status 14:29:24 validations 14:29:24 #link https://etherpad.openstack.org/p/tripleo-validations-squad-status 14:29:25 networking 14:29:25 #link https://etherpad.openstack.org/p/tripleo-networking-squad-status 14:29:26 transformation 14:29:26 #link https://etherpad.openstack.org/p/tripleo-ansible-agenda 14:29:28 any status related highlights? 14:30:20 Carlos Camacho proposed openstack/tripleo-ansible master: Include the ansible role to run the backup and restore feature https://review.opendev.org/678864 14:33:06 Giulio Fidente proposed openstack/tripleo-heat-templates stable/rocky: Do not forcibly enable Glance multiple locations for RBD backend https://review.opendev.org/678866 14:33:45 sounds like no 14:33:47 #topic bugs & blueprints 14:33:47 #link https://launchpad.net/tripleo/+milestone/train-3 14:33:47 For Train we currently have 27 blueprints and 505 (+3) open Launchpad Bugs. 505 train-3. 170 (-2) open Storyboard bugs. 14:33:47 #link https://storyboard.openstack.org/#!/project_group/76 14:34:13 any blocking bugs or other important blueprint related items? 14:34:21 we broke paunch badly 14:34:30 stable/stein affected as well 14:34:44 but it doesn't affect CI 14:34:58 just a fyi if you run stack updates 14:36:06 always fun 14:36:09 moving on 14:36:15 #topic projects releases or stable backports 14:36:19 fyi milestone 3 is soon 14:36:42 e.g. two weeks 14:36:48 so get your features landed 14:36:56 #link https://releases.openstack.org/train/schedule.html 14:37:34 any questions? 14:40:07 sounds like nope 14:40:10 #topic specs 14:40:10 #link https://review.openstack.org/#/q/project:openstack/tripleo-specs+status:open 14:40:35 with the end of the train cycle approaching quickly, please take some time to update any open specs 14:40:38 thanks 14:40:43 #topic open discussion 14:40:46 anything else? 14:41:22 I was looking at Tempest, and the "tempest cleanup" seems broken 14:41:50 chkumar|rover, arxcruz -^ 14:42:19 the bugs I've seen on it seem to be related to creating the initial pre-test run status though, while I'm encountering problems with the post-run cleanup 14:42:31 rh-jelabarre: the tempest cleanup command? which version of tempest you're using? I remember kopecmartin|off fix the issues with the cleanup 14:43:41 openstack-tempest RPM itself is 21.0.0 (of that means anything) 14:44:19 yes, that's the version "tempest --version" reports 14:45:54 as an example: http://paste.openstack.org/show/765652/ 14:48:17 rh-jelabarre: can you source your rc file, then try to run and see 14:48:43 yes, that's with 'overcloudrc' sourced 14:49:38 just verified it now 14:52:08 alright sounds like we can continue this out side of this meeting 14:52:10 anything else? 14:52:51 Luke Short proposed openstack/paunch master: Only delete stopped containers that are allowed to restart. https://review.opendev.org/678873 14:54:22 alright thanks everyone 14:54:24 #endmeeting