Monday, 2022-05-16

bshepharDid the deployment complete without any errors? It should be started and running after a successful deployment00:42
lecris[m]1No. The errors are in overcloud deploy stage01:34
lecris[m]1It's in a 360 retires 10 second delay loop, which from the logs are obviously uncaught errors01:34
bshepharProbably worth opening a bug and attaching logs so that someone can take a look01:46
lecris[m]1Again, it is [here](https://bugs.launchpad.net/tripleo/+bug/1973460)02:09
bshepharEverything is working CI environments as recently as this morning. So I assume there must be something specific about that environment. Was it previously configured by a different deployment?02:49
bshepharHere's a CI test today: https://review.rdoproject.org/zuul/build/065ae84067dc42d89f22d100ae9f79ce/log/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz02:49
lecris[m]1Nope, it is clean centos each time03:08
lecris[m]1I had elrepo at some point, which I am trying without it again, but these issues are consistent even with the images from [rdoproject](https://images.rdoproject.org/centos9/master/rdo_trunk/current-tripleo/)03:09
bshepharI just run a fresh deployment of my own as well, it has made it passed that step though. If you can share the errors each of those pacemaker services are reporting on that bug. We can ask the team that looks after pacemaker to take a look for you03:19
lecris[m]1So, I should get the log on the undercloud and one on the controller?03:20
lecris[m]1*ansible logs03:20
lecris[m]1Where do I find the logs there?03:21
bshepharThe controller node is where those pacemaker services should be enabled. If you just want to tar -czvf $(hostname)-logs.tar /var/log/  on the controller node. That should capture everything03:22
lecris[m]1Kay, thanks for the tip. And just to know, for the undercloud it is all in ansible.log?03:24
bshepharYep, the Ansible log has most of the info. Just not why puppet failed. I got that from your controller.log file03:28
bshepharNo worries. Happy to help. I don't work on Pacemaker though unfortunately, so I'm not 100% sure what that could be. But we can direct it to the right people03:28
lecris[m]1👍️03:30
opendevreviewTakashi Kajinami proposed openstack/tripleo-heat-templates stable/train: Allow partial override about SshServerOptions  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84182903:55
lecris[m]1Also can someone translate this error?... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/QXFPEOiZdzhYygeLjPxZhxKl)03:56
opendevreviewTakashi Kajinami proposed openstack/os-net-config master: Format json output properly  https://review.opendev.org/c/openstack/os-net-config/+/84183004:05
opendevreviewchandan kumar proposed openstack/tripleo-ansible master: Rename jobs to centos-stream and use ubi9 image as base  https://review.opendev.org/c/openstack/tripleo-ansible/+/83968804:35
opendevreviewchandan kumar proposed openstack/tripleo-ansible master: Rename jobs to centos-stream and use ubi9 image as base  https://review.opendev.org/c/openstack/tripleo-ansible/+/83968804:58
lecris[m]1bshephar: Issue updated with the relevant logs. Could you ping/assign the relevant pacemaker team?05:07
*** ysandeep|out is now known as ysandeep|rover05:08
opendevreviewchandan kumar proposed openstack/tripleo-ansible master: Rename jobs to centos-stream and use ubi9 image as base  https://review.opendev.org/c/openstack/tripleo-ansible/+/83968805:10
bshepharThanks lecris[m]1. I'll ask them when they come online. 05:11
lecris[m]1Thnx. The fact that these are run on baremetal is irrelevant right? I just see that the CI is using mostly virtual.05:14
bshepharYeah, shouldn't matter. Are you using CentOS8 or CentOS9 on the hosts?05:22
lecris[m]1905:23
lecris[m]1The CI you sent me before was also 9 though05:24
opendevreviewTakashi Kajinami proposed openstack/os-net-config master: Format json output properly  https://review.opendev.org/c/openstack/os-net-config/+/84183005:28
lecris[m]1Oh, the zuul CI only has configurations for `3ctrl_1comp`. Doesn't that mean that it implicitly assumes a HA environment?05:34
bshepharThere are multiple jobs that are executed, that one just happens to be 3 controller 1 compute.05:34
bshepharTjere05:35
bshepharTheres standalone, multinode, upgrades, etc05:35
lecris[m]1Within the same project?05:36
lecris[m]1Oh, probably [this](https://review.rdoproject.org/zuul/job/periodic-tripleo-ci-centos-9-containers-multinode-1ctlr-1comp-validation-master)?05:38
bshepharhttps://review.opendev.org/c/openstack/tripleo-ansible/+/841663  You can see all of the different jobs that were tested in the comment from Zuul here: https://review.opendev.org/c/openstack/tripleo-ansible/+/84166305:38
lecris[m]1*Nope, that one is empty05:39
lecris[m]1So multinode will be `1ctrl_1comp`?05:41
bshepharhttps://github.com/openstack/tripleo-ansible/blob/master/zuul.d/layout.yaml So multinode jobs specifically are: https://github.com/openstack/tripleo-ci/blob/master/zuul.d/multinode-jobs.yaml05:42
bshepharname: tripleo-ci-base-multinode-centos-9 uses nodeset: two-centos-9-nodes05:42
lecris[m]1Thnx for the clarification05:43
lecris[m]1Why are the periodic jobs apparently disabled though?05:43
bshepharSome of them are just testing 1 controller and no computes for example: https://github.com/openstack/tripleo-ci/blob/master/zuul.d/multinode-jobs.yaml#L269-L27805:43
bshepharSome of them are only run for certain projects. Depends what the project is. tripleclient runs different jobs than tripleo-ansible for example: https://github.com/openstack/python-tripleoclient/blob/master/zuul.d/layout.yaml05:45
lecris[m]1Btw, `pacemaker 0.11.1` is the appropriate version, and same on your runs right?05:49
lecris[m]1Oops, I mean `pcs 0.11.1` and `Pacemaker 2.1.2-4.el9`?05:50
lecris[m]1Oh, https://bugs.launchpad.net/tripleo/+bug/1953326/comments/19 indicates that the last known good version for pcs is `0.10.11-1`, and it was fixed in `quickstart`, but not in general tripleo: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/82187406:09
lecris[m]1Any quick tips on how to downgrade that?06:09
opendevreviewyatin proposed openstack/tripleo-quickstart-extras master: Push to local registry when building containers  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84183206:09
bshepharAh, mine is running the same version of pcs and pacemaker as yours. My environment is 1 controller and 2 computes. It looks like that bug was reported against victoria and ussuri though.06:14
opendevreviewPooja Jadhav proposed openstack/tripleo-ci master: Ussuri tear down as EOL  https://review.opendev.org/c/openstack/tripleo-ci/+/83546006:22
opendevreviewSandeep Yadav proposed openstack/openstack-tempest-skiplist master: Barbican failing test in skip - test_image_signing  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/84183406:26
lecris[m]1Oh, so that's a red-hearing I see.06:26
lecris[m]1s/hearing/herring/06:27
lecris[m]1But interestingly the downgrade is still present for `master`06:28
opendevreviewLuca Miccini proposed openstack/tripleo-puppet-elements stable/victoria: Migrate from testr to stestr, disable auto discovery  https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/83579306:46
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171306:53
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171307:16
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171307:34
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171307:42
jpodivintkajinam: regarding pbr. It was my understanding that section/key pairs it doesn't explicitly handle are passed to the setuptools unmodified. 07:53
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171307:53
*** ysandeep|rover is now known as ysandeep|rover|lunch08:02
tkajinamjpodivin, yeah I have the same understanding though I've not verified that.08:13
jpodivintkajinam: it does seem sensible ... well we have survived without the explicit declaration of the compatibility so far. 08:14
tkajinamsetuptools itself has ability to parse setup.cfg to generate arguments to run setup . IIUC what pbr does is to look up a few additional options and add/override some arguments08:16
tkajinamdescription_file might be a good example. this is not accepted by setuptools but pbr looks up that option and read the file content and set the long_description argument08:18
tkajinamof setup08:18
jpodivinyeah, from what I understand it was sort of overtaken by the more recent PEPs in some regards. 08:18
opendevreviewMarios Andreou proposed openstack/tripleo-quickstart master: WIP add new featureset66 for mixed deployment jobs  https://review.opendev.org/c/openstack/tripleo-quickstart/+/84158208:36
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171309:00
opendevreviewFernando Díaz Bravo proposed openstack/python-tripleoclient stable/wallaby: bnr - overcloud restore - fix error in the help description for the stack parameter  https://review.opendev.org/c/openstack/python-tripleoclient/+/84174909:02
opendevreviewFernando Díaz Bravo proposed openstack/python-tripleoclient stable/wallaby: bnr - overcloud restore - fix error in the help description for the stack parameter  https://review.opendev.org/c/openstack/python-tripleoclient/+/84174909:04
opendevreviewFernando Díaz Bravo proposed openstack/python-tripleoclient stable/wallaby: bnr - overcloud restore - Handle correctly the ~ on the path  https://review.opendev.org/c/openstack/python-tripleoclient/+/83579809:05
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171309:16
opendevreviewMerged openstack/tripleo-ansible master: Update skeleton role  https://review.opendev.org/c/openstack/tripleo-ansible/+/84179409:20
opendevreviewGoutham Pacha Ravi proposed openstack/tripleo-common stable/wallaby: Add the dbus-tools package to manila-share image  https://review.opendev.org/c/openstack/tripleo-common/+/84148609:28
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171309:30
opendevreviewFrancesco Pantano proposed openstack/tripleo-heat-templates master: Add SwiftSystemReader role when Rbac is enabled  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84160909:31
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171309:35
opendevreviewJuan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI  https://review.opendev.org/c/openstack/python-tripleoclient/+/84157309:49
opendevreviewchandan kumar proposed openstack/tripleo-ansible master: Rename jobs to centos-stream and use cs9 image as base  https://review.opendev.org/c/openstack/tripleo-ansible/+/83968809:50
opendevreviewA R proposed openstack/diskimage-builder master: Preserve local mirrors when using Ubuntu element  https://review.opendev.org/c/openstack/diskimage-builder/+/84124709:57
*** ysandeep|rover|lunch is now known as ysandeep|rover10:01
opendevreviewchandan kumar proposed openstack/tripleo-ansible master: Rename jobs to centos-stream and use cs9 image as base  https://review.opendev.org/c/openstack/tripleo-ansible/+/83968810:06
opendevreviewJakob Meng proposed openstack/tripleo-ci master: [DNM] Test for Jiri  https://review.opendev.org/c/openstack/tripleo-ci/+/84186310:09
opendevreviewJakob Meng proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171310:09
opendevreviewJakob Meng proposed openstack/tripleo-ci master: [DNM] Test for Jiri  https://review.opendev.org/c/openstack/tripleo-ci/+/84186310:12
dciabrin_lecris[m]1, o/ have you checked how standalone jobs are configured on a random master review in CI? That uses pacemaker too, and deploying standalone roles locally seems to work fine for me as well10:13
dciabrin_lecris[m]1, or are you specifically trying to deploy 1controller+1compute?10:14
lecris[m]1Specifically deploying for baremetal at lest 1contr1comp10:14
*** rlandy|out is now known as rlandy10:15
lecris[m]1Had issues with virtualized quickstart, but this configuration I've come to the furthest10:15
dciabrin_lecris[m]1, I'll have a look to see what you're doing differently from me and I'll update the lp10:16
lecris[m]1Can you guide me with some links/references on the CI's environment files, container sources, etc. that could make it different from the configuration of the TripleO deploy guide?10:16
*** dciabrin_ is now known as dciabrin10:17
lecris[m]1Can you check in the issue's files? I have included mostly all the configuration and scripts I used10:18
dciabrinlecris[m]1, let me compile what I use to deploy it on a pastebin or something. I don't know CI-specific configurations unfortunately :/10:18
opendevreviewMerged openstack/tripleo-ansible master: Normalize the server_addr dashboard backend  https://review.opendev.org/c/openstack/tripleo-ansible/+/84108110:18
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171310:18
dciabrinlecris[m]1, I'll compare them with what I do. These days I usually deploy my overclouds on predeployed nodes10:19
lecris[m]1Thank you, I am looking forward10:19
opendevreviewFrancesco Pantano proposed openstack/tripleo-ansible stable/wallaby: Normalize the server_addr dashboard backend  https://review.opendev.org/c/openstack/tripleo-ansible/+/84187510:24
opendevreviewchandan kumar proposed openstack/tripleo-ansible master: Rename jobs to centos-stream and use cs9 image as base  https://review.opendev.org/c/openstack/tripleo-ansible/+/83968810:30
opendevreviewMerged openstack/openstack-tempest-skiplist master: Barbican failing test in skip - test_image_signing  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/84183410:32
opendevreviewchandan kumar proposed openstack/tripleo-ansible master: Rename jobs to centos-stream and use cs9 image as base  https://review.opendev.org/c/openstack/tripleo-ansible/+/83968811:04
*** dviroel|out is now known as dviroel11:21
opendevreviewchandan kumar proposed openstack/tripleo-ansible master: Rename jobs to centos-stream and use cs9 image as base  https://review.opendev.org/c/openstack/tripleo-ansible/+/83968811:24
opendevreviewJuan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI  https://review.opendev.org/c/openstack/python-tripleoclient/+/84157311:46
opendevreviewJuan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI  https://review.opendev.org/c/openstack/python-tripleoclient/+/84157311:47
*** spotz_ is now known as spotz11:55
*** pojadhav is now known as pojadhav|afk12:01
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171312:18
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171312:22
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps  https://review.opendev.org/c/openstack/validations-libs/+/84171312:24
*** ysandeep|rover is now known as ysandeep|rover|afk12:45
opendevreviewPooja Jadhav proposed openstack/tripleo-quickstart master: DNM : Run featureset052 job with tempest-allow  https://review.opendev.org/c/openstack/tripleo-quickstart/+/83959113:06
*** pojadhav|afk is now known as pojadhav13:06
*** ysandeep|rover|afk is now known as ysandeep|rover13:11
opendevreviewMerged openstack/openstack-tempest-skiplist master: Add featureset002 group into tempest-allow  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/83972213:21
cloudnullmornings 13:30
opendevreviewJuan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI  https://review.opendev.org/c/openstack/python-tripleoclient/+/84157313:36
opendevreviewMerged openstack/tripleo-common master: Add the dbus-tools package to manila-share image  https://review.opendev.org/c/openstack/tripleo-common/+/84163413:40
opendevreviewMerged openstack/puppet-tripleo master: Remove support for Nuage core plugin  https://review.opendev.org/c/openstack/puppet-tripleo/+/83273713:40
opendevreviewPooja Jadhav proposed openstack/openstack-tempest-skiplist master: Add featureset052 group into tempest-allow  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/83958813:40
bshepharmorning cloudnull 13:41
opendevreviewMerged openstack/python-tripleoclient master: Ensure each host is type string  https://review.opendev.org/c/openstack/python-tripleoclient/+/84181713:58
cloudnullbshephar o/ 14:01
*** dasm|off is now known as dasm14:01
opendevreviewPooja Jadhav proposed openstack/openstack-tempest-skiplist master: Add featureset056 group into tempest-allow  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/84190214:02
opendevreviewMerged openstack/tripleo-ci master: Changing container registry in testenv to quay  https://review.opendev.org/c/openstack/tripleo-ci/+/83932314:09
opendevreviewAdriano Petrich proposed openstack/python-tripleoclient stable/train: Exposes the community validation init command  https://review.opendev.org/c/openstack/python-tripleoclient/+/82573614:32
opendevreviewCedric Jeanneret proposed openstack/tripleo-ansible master: WIP Supports nftables instead of iptables  https://review.opendev.org/c/openstack/tripleo-ansible/+/84141414:33
opendevreviewJiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Refactoring the stable/1.6 CI pipeline  https://review.opendev.org/c/openstack/validations-libs/+/84171314:45
*** ysandeep|rover is now known as ysandeep|out15:02
opendevreviewBogdan Dobrelya proposed openstack/tripleo-heat-templates master: Fix volume and priv settings for virtlogd/wrapper  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/83976215:15
*** dviroel is now known as dviroel|lunch15:25
*** marios is now known as marios|out15:37
opendevreviewMerged openstack/tripleo-common stable/victoria: Make U content-provider & V upgrades voting again  https://review.opendev.org/c/openstack/tripleo-common/+/84176915:42
opendevreviewBogdan Dobrelya proposed openstack/tripleo-heat-templates master: Remove unused libvirt_vnc_specific_ca_set condition  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84191415:45
opendevreviewBrent Eagles proposed openstack/puppet-tripleo master: Redis required for designate central service  https://review.opendev.org/c/openstack/puppet-tripleo/+/83127116:16
opendevreviewBrent Eagles proposed openstack/puppet-tripleo master: Designate: configure unbound resolvers as dns servers  https://review.opendev.org/c/openstack/puppet-tripleo/+/83574216:20
*** dviroel|lunch is now known as dviroel16:24
opendevreviewAlan Bishop proposed openstack/tripleo-heat-templates stable/wallaby: Stop generating certificate requests for disabled networks  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84193016:29
opendevreviewBrent Eagles proposed openstack/puppet-tripleo master: Designate: create proxy ports on external VIP to access miniDNS workers  https://review.opendev.org/c/openstack/puppet-tripleo/+/82816916:31
opendevreviewBrent Eagles proposed openstack/tripleo-heat-templates master: Allow configuring the base port of the mini DNS proxy endpoints  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82910816:33
opendevreviewBrent Eagles proposed openstack/tripleo-heat-templates master: Allow configuring the base port of the mini DNS proxy endpoints  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82910816:34
opendevreviewKevin Carter proposed openstack/python-tripleoclient master: Add warning for duplicate parameters  https://review.opendev.org/c/openstack/python-tripleoclient/+/83787716:35
opendevreviewBrent Eagles proposed openstack/puppet-tripleo master: Designate: create proxy ports on external VIP to access miniDNS workers  https://review.opendev.org/c/openstack/puppet-tripleo/+/82816916:48
opendevreviewCedric Jeanneret proposed openstack/tripleo-ansible master: WIP Supports nftables instead of iptables  https://review.opendev.org/c/openstack/tripleo-ansible/+/84141416:51
opendevreviewCedric Jeanneret proposed openstack/tripleo-heat-templates master: WIP Add new parameter in order to switch firewall engine  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84144516:52
opendevreviewJakob Meng proposed openstack/tripleo-ci master: [DNM] Try to debug error in oooci-build-images  https://review.opendev.org/c/openstack/tripleo-ci/+/84191817:00
opendevreviewMerged openstack/tripleo-ansible master: Make bootstrap tasks more modular  https://review.opendev.org/c/openstack/tripleo-ansible/+/84166317:41
*** rlandy is now known as rlandy|mtg18:14
opendevreviewMerged openstack/tripleo-ansible master: Ensure required tools are available  https://review.opendev.org/c/openstack/tripleo-ansible/+/84154418:29
opendevreviewMerged openstack/tripleo-heat-templates master: Iptables rule for geneve traffic should match UNTRACKED state  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84125919:03
opendevreviewJakub Libosvar proposed openstack/os-net-config master: Add mac-size-table to all OVS bridges  https://review.opendev.org/c/openstack/os-net-config/+/76216719:12
opendevreviewJohn Fulton proposed openstack/tripleo-ansible stable/train: Fix spelling of "generate" in tripleo-ceph-run-ansible  https://review.opendev.org/c/openstack/tripleo-ansible/+/84199119:14
*** rlandy|mtg is now known as rlandy19:30
opendevreviewJakob Meng proposed openstack/tripleo-ci master: Revert "Remove fwupd-redfish.conf file from overcloud images"  https://review.opendev.org/c/openstack/tripleo-ci/+/84199219:44
*** dviroel is now known as dviroel|out20:51
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_iscsid role  https://review.opendev.org/c/openstack/tripleo-ansible/+/83890721:04
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_mysql_client role  https://review.opendev.org/c/openstack/tripleo-ansible/+/84032121:04
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add initial standalone playbooks and inventory for a compute node  https://review.opendev.org/c/openstack/tripleo-ansible/+/84050921:04
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_bootstrap role to operating system install phase  https://review.opendev.org/c/openstack/tripleo-ansible/+/84067521:04
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_ssh_known_hosts role to OpenStack configure phase  https://review.opendev.org/c/openstack/tripleo-ansible/+/84067621:04
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_kernel role to operating system install phase  https://review.opendev.org/c/openstack/tripleo-ansible/+/84179521:04
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_podman role to operating system configure and install playbooks  https://review.opendev.org/c/openstack/tripleo-ansible/+/84199621:04
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_logrotate_crond role  https://review.opendev.org/c/openstack/tripleo-ansible/+/84199721:04
*** dasm is now known as dasm|off21:12
opendevreviewMerged openstack/tripleo-heat-templates stable/wallaby: [stable-only] Enable manila api policy configuration  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84044121:19
opendevreviewMerged openstack/tripleo-quickstart master: Changing container registry for master c9 to quay  https://review.opendev.org/c/openstack/tripleo-quickstart/+/83930521:19
opendevreviewJames Slagle proposed openstack/tripleo-heat-templates master: Use tripleo_keystone role  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/83664421:58
opendevreviewJames Slagle proposed openstack/tripleo-heat-templates master: Use tripleo_kernel standalone role for upgrade_tasks  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/83850721:58
opendevreviewJames Slagle proposed openstack/tripleo-heat-templates master: Use tripleo_iscsid standalone ansible role  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/83890421:58
opendevreviewJames Slagle proposed openstack/tripleo-heat-templates master: Use tripleo_mysql_client standalone ansible role  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84032221:58
opendevreviewJames Slagle proposed openstack/tripleo-heat-templates master: Use standalone playbooks from tripleo-ansible  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84051021:58
opendevreviewJames Slagle proposed openstack/tripleo-heat-templates master: Use standalone bootstrap playbook from tripleo-ansible  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84067421:58
opendevreviewJames Slagle proposed openstack/tripleo-heat-templates master: Move some tripleo_podman tasks to ansible role  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84200521:58
opendevreviewJames Slagle proposed openstack/tripleo-heat-templates master: Use tripleo_logrotate_crond standalone ansible role  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84200621:58
opendevreviewSteve Baker proposed openstack/tripleo-ansible master: Use instance_info.display_name for existing hostname matching  https://review.opendev.org/c/openstack/tripleo-ansible/+/84026222:05
opendevreviewMerged openstack/tripleo-common stable/wallaby: Add the dbus-tools package to manila-share image  https://review.opendev.org/c/openstack/tripleo-common/+/84148622:21
*** rlandy is now known as rlandy|out23:05
opendevreviewTakashi Kajinami proposed openstack/tripleo-puppet-elements master: Remove unused puppet-ipaclient  https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/84200923:24

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