bshephar | Did the deployment complete without any errors? It should be started and running after a successful deployment | 00:42 |
---|---|---|
lecris[m]1 | No. The errors are in overcloud deploy stage | 01:34 |
lecris[m]1 | It's in a 360 retires 10 second delay loop, which from the logs are obviously uncaught errors | 01:34 |
bshephar | Probably worth opening a bug and attaching logs so that someone can take a look | 01:46 |
lecris[m]1 | Again, it is [here](https://bugs.launchpad.net/tripleo/+bug/1973460) | 02:09 |
bshephar | Everything 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 |
bshephar | Here's a CI test today: https://review.rdoproject.org/zuul/build/065ae84067dc42d89f22d100ae9f79ce/log/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz | 02:49 |
lecris[m]1 | Nope, it is clean centos each time | 03:08 |
lecris[m]1 | I 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 |
bshephar | I 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 you | 03:19 |
lecris[m]1 | So, I should get the log on the undercloud and one on the controller? | 03:20 |
lecris[m]1 | *ansible logs | 03:20 |
lecris[m]1 | Where do I find the logs there? | 03:21 |
bshephar | The 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 everything | 03:22 |
lecris[m]1 | Kay, thanks for the tip. And just to know, for the undercloud it is all in ansible.log? | 03:24 |
bshephar | Yep, the Ansible log has most of the info. Just not why puppet failed. I got that from your controller.log file | 03:28 |
bshephar | No 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 people | 03:28 |
lecris[m]1 | 👍️ | 03:30 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates stable/train: Allow partial override about SshServerOptions https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841829 | 03:55 |
lecris[m]1 | Also can someone translate this error?... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/QXFPEOiZdzhYygeLjPxZhxKl) | 03:56 |
opendevreview | Takashi Kajinami proposed openstack/os-net-config master: Format json output properly https://review.opendev.org/c/openstack/os-net-config/+/841830 | 04:05 |
opendevreview | chandan 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/+/839688 | 04:35 |
opendevreview | chandan 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/+/839688 | 04:58 |
lecris[m]1 | bshephar: Issue updated with the relevant logs. Could you ping/assign the relevant pacemaker team? | 05:07 |
*** ysandeep|out is now known as ysandeep|rover | 05:08 | |
opendevreview | chandan 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/+/839688 | 05:10 |
bshephar | Thanks lecris[m]1. I'll ask them when they come online. | 05:11 |
lecris[m]1 | Thnx. The fact that these are run on baremetal is irrelevant right? I just see that the CI is using mostly virtual. | 05:14 |
bshephar | Yeah, shouldn't matter. Are you using CentOS8 or CentOS9 on the hosts? | 05:22 |
lecris[m]1 | 9 | 05:23 |
lecris[m]1 | The CI you sent me before was also 9 though | 05:24 |
opendevreview | Takashi Kajinami proposed openstack/os-net-config master: Format json output properly https://review.opendev.org/c/openstack/os-net-config/+/841830 | 05:28 |
lecris[m]1 | Oh, the zuul CI only has configurations for `3ctrl_1comp`. Doesn't that mean that it implicitly assumes a HA environment? | 05:34 |
bshephar | There are multiple jobs that are executed, that one just happens to be 3 controller 1 compute. | 05:34 |
bshephar | Tjere | 05:35 |
bshephar | Theres standalone, multinode, upgrades, etc | 05:35 |
lecris[m]1 | Within the same project? | 05:36 |
lecris[m]1 | Oh, probably [this](https://review.rdoproject.org/zuul/job/periodic-tripleo-ci-centos-9-containers-multinode-1ctlr-1comp-validation-master)? | 05:38 |
bshephar | https://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/+/841663 | 05:38 |
lecris[m]1 | *Nope, that one is empty | 05:39 |
lecris[m]1 | So multinode will be `1ctrl_1comp`? | 05:41 |
bshephar | https://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.yaml | 05:42 |
bshephar | name: tripleo-ci-base-multinode-centos-9 uses nodeset: two-centos-9-nodes | 05:42 |
lecris[m]1 | Thnx for the clarification | 05:43 |
lecris[m]1 | Why are the periodic jobs apparently disabled though? | 05:43 |
bshephar | Some 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-L278 | 05:43 |
bshephar | Some 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.yaml | 05:45 |
lecris[m]1 | Btw, `pacemaker 0.11.1` is the appropriate version, and same on your runs right? | 05:49 |
lecris[m]1 | Oops, I mean `pcs 0.11.1` and `Pacemaker 2.1.2-4.el9`? | 05:50 |
lecris[m]1 | Oh, 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/+/821874 | 06:09 |
lecris[m]1 | Any quick tips on how to downgrade that? | 06:09 |
opendevreview | yatin proposed openstack/tripleo-quickstart-extras master: Push to local registry when building containers https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/841832 | 06:09 |
bshephar | Ah, 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 |
opendevreview | Pooja Jadhav proposed openstack/tripleo-ci master: Ussuri tear down as EOL https://review.opendev.org/c/openstack/tripleo-ci/+/835460 | 06:22 |
opendevreview | Sandeep Yadav proposed openstack/openstack-tempest-skiplist master: Barbican failing test in skip - test_image_signing https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/841834 | 06:26 |
lecris[m]1 | Oh, so that's a red-hearing I see. | 06:26 |
lecris[m]1 | s/hearing/herring/ | 06:27 |
lecris[m]1 | But interestingly the downgrade is still present for `master` | 06:28 |
opendevreview | Luca 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/+/835793 | 06:46 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 06:53 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 07:16 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 07:34 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 07:42 |
jpodivin | tkajinam: regarding pbr. It was my understanding that section/key pairs it doesn't explicitly handle are passed to the setuptools unmodified. | 07:53 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 07:53 |
*** ysandeep|rover is now known as ysandeep|rover|lunch | 08:02 | |
tkajinam | jpodivin, yeah I have the same understanding though I've not verified that. | 08:13 |
jpodivin | tkajinam: it does seem sensible ... well we have survived without the explicit declaration of the compatibility so far. | 08:14 |
tkajinam | setuptools 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 arguments | 08:16 |
tkajinam | description_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 argument | 08:18 |
tkajinam | of setup | 08:18 |
jpodivin | yeah, from what I understand it was sort of overtaken by the more recent PEPs in some regards. | 08:18 |
opendevreview | Marios Andreou proposed openstack/tripleo-quickstart master: WIP add new featureset66 for mixed deployment jobs https://review.opendev.org/c/openstack/tripleo-quickstart/+/841582 | 08:36 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 09:00 |
opendevreview | Fernando 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/+/841749 | 09:02 |
opendevreview | Fernando 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/+/841749 | 09:04 |
opendevreview | Fernando 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/+/835798 | 09:05 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 09:16 |
opendevreview | Merged openstack/tripleo-ansible master: Update skeleton role https://review.opendev.org/c/openstack/tripleo-ansible/+/841794 | 09:20 |
opendevreview | Goutham 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/+/841486 | 09:28 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 09:30 |
opendevreview | Francesco Pantano proposed openstack/tripleo-heat-templates master: Add SwiftSystemReader role when Rbac is enabled https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841609 | 09:31 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 09:35 |
opendevreview | Juan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI https://review.opendev.org/c/openstack/python-tripleoclient/+/841573 | 09:49 |
opendevreview | chandan 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/+/839688 | 09:50 |
opendevreview | A R proposed openstack/diskimage-builder master: Preserve local mirrors when using Ubuntu element https://review.opendev.org/c/openstack/diskimage-builder/+/841247 | 09:57 |
*** ysandeep|rover|lunch is now known as ysandeep|rover | 10:01 | |
opendevreview | chandan 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/+/839688 | 10:06 |
opendevreview | Jakob Meng proposed openstack/tripleo-ci master: [DNM] Test for Jiri https://review.opendev.org/c/openstack/tripleo-ci/+/841863 | 10:09 |
opendevreview | Jakob Meng proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 10:09 |
opendevreview | Jakob Meng proposed openstack/tripleo-ci master: [DNM] Test for Jiri https://review.opendev.org/c/openstack/tripleo-ci/+/841863 | 10: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 well | 10:13 |
dciabrin_ | lecris[m]1, or are you specifically trying to deploy 1controller+1compute? | 10:14 |
lecris[m]1 | Specifically deploying for baremetal at lest 1contr1comp | 10:14 |
*** rlandy|out is now known as rlandy | 10:15 | |
lecris[m]1 | Had issues with virtualized quickstart, but this configuration I've come to the furthest | 10:15 |
dciabrin_ | lecris[m]1, I'll have a look to see what you're doing differently from me and I'll update the lp | 10:16 |
lecris[m]1 | Can 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 dciabrin | 10:17 | |
lecris[m]1 | Can you check in the issue's files? I have included mostly all the configuration and scripts I used | 10:18 |
dciabrin | lecris[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 |
opendevreview | Merged openstack/tripleo-ansible master: Normalize the server_addr dashboard backend https://review.opendev.org/c/openstack/tripleo-ansible/+/841081 | 10:18 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 10:18 |
dciabrin | lecris[m]1, I'll compare them with what I do. These days I usually deploy my overclouds on predeployed nodes | 10:19 |
lecris[m]1 | Thank you, I am looking forward | 10:19 |
opendevreview | Francesco Pantano proposed openstack/tripleo-ansible stable/wallaby: Normalize the server_addr dashboard backend https://review.opendev.org/c/openstack/tripleo-ansible/+/841875 | 10:24 |
opendevreview | chandan 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/+/839688 | 10:30 |
opendevreview | Merged openstack/openstack-tempest-skiplist master: Barbican failing test in skip - test_image_signing https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/841834 | 10:32 |
opendevreview | chandan 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/+/839688 | 11:04 |
*** dviroel|out is now known as dviroel | 11:21 | |
opendevreview | chandan 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/+/839688 | 11:24 |
opendevreview | Juan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI https://review.opendev.org/c/openstack/python-tripleoclient/+/841573 | 11:46 |
opendevreview | Juan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI https://review.opendev.org/c/openstack/python-tripleoclient/+/841573 | 11:47 |
*** spotz_ is now known as spotz | 11:55 | |
*** pojadhav is now known as pojadhav|afk | 12:01 | |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 12:18 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 12:22 |
opendevreview | Jiri Podivin proposed openstack/validations-libs stable/1.6: [Stable-Only] Setting train deps https://review.opendev.org/c/openstack/validations-libs/+/841713 | 12:24 |
*** ysandeep|rover is now known as ysandeep|rover|afk | 12:45 | |
opendevreview | Pooja Jadhav proposed openstack/tripleo-quickstart master: DNM : Run featureset052 job with tempest-allow https://review.opendev.org/c/openstack/tripleo-quickstart/+/839591 | 13:06 |
*** pojadhav|afk is now known as pojadhav | 13:06 | |
*** ysandeep|rover|afk is now known as ysandeep|rover | 13:11 | |
opendevreview | Merged openstack/openstack-tempest-skiplist master: Add featureset002 group into tempest-allow https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/839722 | 13:21 |
cloudnull | mornings | 13:30 |
opendevreview | Juan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI https://review.opendev.org/c/openstack/python-tripleoclient/+/841573 | 13:36 |
opendevreview | Merged openstack/tripleo-common master: Add the dbus-tools package to manila-share image https://review.opendev.org/c/openstack/tripleo-common/+/841634 | 13:40 |
opendevreview | Merged openstack/puppet-tripleo master: Remove support for Nuage core plugin https://review.opendev.org/c/openstack/puppet-tripleo/+/832737 | 13:40 |
opendevreview | Pooja Jadhav proposed openstack/openstack-tempest-skiplist master: Add featureset052 group into tempest-allow https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/839588 | 13:40 |
bshephar | morning cloudnull | 13:41 |
opendevreview | Merged openstack/python-tripleoclient master: Ensure each host is type string https://review.opendev.org/c/openstack/python-tripleoclient/+/841817 | 13:58 |
cloudnull | bshephar o/ | 14:01 |
*** dasm|off is now known as dasm | 14:01 | |
opendevreview | Pooja Jadhav proposed openstack/openstack-tempest-skiplist master: Add featureset056 group into tempest-allow https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/841902 | 14:02 |
opendevreview | Merged openstack/tripleo-ci master: Changing container registry in testenv to quay https://review.opendev.org/c/openstack/tripleo-ci/+/839323 | 14:09 |
opendevreview | Adriano Petrich proposed openstack/python-tripleoclient stable/train: Exposes the community validation init command https://review.opendev.org/c/openstack/python-tripleoclient/+/825736 | 14:32 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-ansible master: WIP Supports nftables instead of iptables https://review.opendev.org/c/openstack/tripleo-ansible/+/841414 | 14:33 |
opendevreview | Jiri 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/+/841713 | 14:45 |
*** ysandeep|rover is now known as ysandeep|out | 15:02 | |
opendevreview | Bogdan Dobrelya proposed openstack/tripleo-heat-templates master: Fix volume and priv settings for virtlogd/wrapper https://review.opendev.org/c/openstack/tripleo-heat-templates/+/839762 | 15:15 |
*** dviroel is now known as dviroel|lunch | 15:25 | |
*** marios is now known as marios|out | 15:37 | |
opendevreview | Merged openstack/tripleo-common stable/victoria: Make U content-provider & V upgrades voting again https://review.opendev.org/c/openstack/tripleo-common/+/841769 | 15:42 |
opendevreview | Bogdan Dobrelya proposed openstack/tripleo-heat-templates master: Remove unused libvirt_vnc_specific_ca_set condition https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841914 | 15:45 |
opendevreview | Brent Eagles proposed openstack/puppet-tripleo master: Redis required for designate central service https://review.opendev.org/c/openstack/puppet-tripleo/+/831271 | 16:16 |
opendevreview | Brent Eagles proposed openstack/puppet-tripleo master: Designate: configure unbound resolvers as dns servers https://review.opendev.org/c/openstack/puppet-tripleo/+/835742 | 16:20 |
*** dviroel|lunch is now known as dviroel | 16:24 | |
opendevreview | Alan Bishop proposed openstack/tripleo-heat-templates stable/wallaby: Stop generating certificate requests for disabled networks https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841930 | 16:29 |
opendevreview | Brent 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/+/828169 | 16:31 |
opendevreview | Brent 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/+/829108 | 16:33 |
opendevreview | Brent 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/+/829108 | 16:34 |
opendevreview | Kevin Carter proposed openstack/python-tripleoclient master: Add warning for duplicate parameters https://review.opendev.org/c/openstack/python-tripleoclient/+/837877 | 16:35 |
opendevreview | Brent 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/+/828169 | 16:48 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-ansible master: WIP Supports nftables instead of iptables https://review.opendev.org/c/openstack/tripleo-ansible/+/841414 | 16:51 |
opendevreview | Cedric 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/+/841445 | 16:52 |
opendevreview | Jakob Meng proposed openstack/tripleo-ci master: [DNM] Try to debug error in oooci-build-images https://review.opendev.org/c/openstack/tripleo-ci/+/841918 | 17:00 |
opendevreview | Merged openstack/tripleo-ansible master: Make bootstrap tasks more modular https://review.opendev.org/c/openstack/tripleo-ansible/+/841663 | 17:41 |
*** rlandy is now known as rlandy|mtg | 18:14 | |
opendevreview | Merged openstack/tripleo-ansible master: Ensure required tools are available https://review.opendev.org/c/openstack/tripleo-ansible/+/841544 | 18:29 |
opendevreview | Merged openstack/tripleo-heat-templates master: Iptables rule for geneve traffic should match UNTRACKED state https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841259 | 19:03 |
opendevreview | Jakub Libosvar proposed openstack/os-net-config master: Add mac-size-table to all OVS bridges https://review.opendev.org/c/openstack/os-net-config/+/762167 | 19:12 |
opendevreview | John Fulton proposed openstack/tripleo-ansible stable/train: Fix spelling of "generate" in tripleo-ceph-run-ansible https://review.opendev.org/c/openstack/tripleo-ansible/+/841991 | 19:14 |
*** rlandy|mtg is now known as rlandy | 19:30 | |
opendevreview | Jakob Meng proposed openstack/tripleo-ci master: Revert "Remove fwupd-redfish.conf file from overcloud images" https://review.opendev.org/c/openstack/tripleo-ci/+/841992 | 19:44 |
*** dviroel is now known as dviroel|out | 20:51 | |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: Add tripleo_iscsid role https://review.opendev.org/c/openstack/tripleo-ansible/+/838907 | 21:04 |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: Add tripleo_mysql_client role https://review.opendev.org/c/openstack/tripleo-ansible/+/840321 | 21:04 |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: Add initial standalone playbooks and inventory for a compute node https://review.opendev.org/c/openstack/tripleo-ansible/+/840509 | 21:04 |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: Add tripleo_bootstrap role to operating system install phase https://review.opendev.org/c/openstack/tripleo-ansible/+/840675 | 21:04 |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: Add tripleo_ssh_known_hosts role to OpenStack configure phase https://review.opendev.org/c/openstack/tripleo-ansible/+/840676 | 21:04 |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: Add tripleo_kernel role to operating system install phase https://review.opendev.org/c/openstack/tripleo-ansible/+/841795 | 21:04 |
opendevreview | James 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/+/841996 | 21:04 |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: Add tripleo_logrotate_crond role https://review.opendev.org/c/openstack/tripleo-ansible/+/841997 | 21:04 |
*** dasm is now known as dasm|off | 21:12 | |
opendevreview | Merged openstack/tripleo-heat-templates stable/wallaby: [stable-only] Enable manila api policy configuration https://review.opendev.org/c/openstack/tripleo-heat-templates/+/840441 | 21:19 |
opendevreview | Merged openstack/tripleo-quickstart master: Changing container registry for master c9 to quay https://review.opendev.org/c/openstack/tripleo-quickstart/+/839305 | 21:19 |
opendevreview | James Slagle proposed openstack/tripleo-heat-templates master: Use tripleo_keystone role https://review.opendev.org/c/openstack/tripleo-heat-templates/+/836644 | 21:58 |
opendevreview | James Slagle proposed openstack/tripleo-heat-templates master: Use tripleo_kernel standalone role for upgrade_tasks https://review.opendev.org/c/openstack/tripleo-heat-templates/+/838507 | 21:58 |
opendevreview | James Slagle proposed openstack/tripleo-heat-templates master: Use tripleo_iscsid standalone ansible role https://review.opendev.org/c/openstack/tripleo-heat-templates/+/838904 | 21:58 |
opendevreview | James Slagle proposed openstack/tripleo-heat-templates master: Use tripleo_mysql_client standalone ansible role https://review.opendev.org/c/openstack/tripleo-heat-templates/+/840322 | 21:58 |
opendevreview | James Slagle proposed openstack/tripleo-heat-templates master: Use standalone playbooks from tripleo-ansible https://review.opendev.org/c/openstack/tripleo-heat-templates/+/840510 | 21:58 |
opendevreview | James Slagle proposed openstack/tripleo-heat-templates master: Use standalone bootstrap playbook from tripleo-ansible https://review.opendev.org/c/openstack/tripleo-heat-templates/+/840674 | 21:58 |
opendevreview | James Slagle proposed openstack/tripleo-heat-templates master: Move some tripleo_podman tasks to ansible role https://review.opendev.org/c/openstack/tripleo-heat-templates/+/842005 | 21:58 |
opendevreview | James Slagle proposed openstack/tripleo-heat-templates master: Use tripleo_logrotate_crond standalone ansible role https://review.opendev.org/c/openstack/tripleo-heat-templates/+/842006 | 21:58 |
opendevreview | Steve Baker proposed openstack/tripleo-ansible master: Use instance_info.display_name for existing hostname matching https://review.opendev.org/c/openstack/tripleo-ansible/+/840262 | 22:05 |
opendevreview | Merged openstack/tripleo-common stable/wallaby: Add the dbus-tools package to manila-share image https://review.opendev.org/c/openstack/tripleo-common/+/841486 | 22:21 |
*** rlandy is now known as rlandy|out | 23:05 | |
opendevreview | Takashi Kajinami proposed openstack/tripleo-puppet-elements master: Remove unused puppet-ipaclient https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/842009 | 23:24 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!