opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates stable/wallaby: Enable enable_proxy_headers_parsing in Designate API https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823368 | 00:07 |
---|---|---|
opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates stable/wallaby: Use public endpoint for [keystone_authtoken] www_authenticate_uri https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823440 | 00:16 |
*** pmannidi is now known as pmannidi|brb | 00:35 | |
opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates master: Enable notification from Keystone when Barbican is enabled https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823441 | 00:50 |
*** rlandy|ruck is now known as rlandy|out | 01:07 | |
opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates master: Enable notification from Keystone when Barbican is enabled https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823441 | 01:21 |
*** pmannidi|brb is now known as pmannidi | 01:39 | |
opendevreview | Rafael Castillo proposed openstack/tripleo-quickstart-extras master: Add compose-repos to dlrn config https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/820073 | 04:37 |
opendevreview | Merged openstack/tripleo-heat-templates stable/ussuri: Remove ganesha_vip extra config workaround https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822682 | 05:22 |
opendevreview | Merged openstack/python-tripleoclient stable/wallaby: make net_config_override of undercloud.conf work with yaml https://review.opendev.org/c/openstack/python-tripleoclient/+/821884 | 05:22 |
opendevreview | chandan kumar proposed openstack/tripleo-common stable/wallaby: Remove /etc/yum.repos.d/ubi.repo https://review.opendev.org/c/openstack/tripleo-common/+/823451 | 05:52 |
opendevreview | Saravanan KR proposed openstack/tripleo-heat-templates master: Handle ping test ips when not available https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823478 | 06:13 |
shyamb | Hi, anybody expert in multipath configuration in tripleo cloud? | 06:18 |
shyamb | One of our customer is able to run multipath commands from nova_compute container without mounting multipath.conf file and directory inside container. | 06:19 |
shyamb | I am not getting how it is possible as official doc mentions about mounting the '/etc/multipath.conf' and '/etc/multipath' inside nova_compute container | 06:20 |
opendevreview | Jiri Podivin proposed openstack/tripleo-validations master: undercloud-debug validation documentation improvement https://review.opendev.org/c/openstack/tripleo-validations/+/805852 | 06:51 |
opendevreview | Slawek Kaplonski proposed openstack/openstack-tempest-skiplist master: Revert "Move test_trunk_subport_lifecycle to skip list" https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/823480 | 07:18 |
*** ysandeep is now known as ysandeep|lunch | 07:26 | |
opendevreview | chandan kumar proposed openstack/tripleo-ci master: [DNM] Arie test patch https://review.opendev.org/c/openstack/tripleo-ci/+/823483 | 08:18 |
*** bhagyashris_ is now known as bhagyashris | 08:26 | |
opendevreview | Merged openstack/tripleo-quickstart-extras master: Configure network for multiple-nics-vlans https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/822907 | 08:34 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates master: Enable notification from Keystone when Barbican is enabled https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823441 | 08:49 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates stable/train: Train-only: Disable admin_token https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822001 | 08:50 |
*** ysandeep|lunch is now known as ysandeep | 08:53 | |
opendevreview | Jiri Podivin proposed openstack/tripleo-ci master: WIP/DNM - Add fips jobs - Alternative overrides https://review.opendev.org/c/openstack/tripleo-ci/+/823487 | 09:00 |
Tengu | folks, care to push https://review.opendev.org/c/openstack/tripleo-common/+/823384 ? ramishra, sshnaidm care to have a quick look? :) | 09:41 |
sshnaidm | looking | 09:42 |
Tengu | thanks | 09:42 |
sshnaidm | Tengu, why do you use "-a" in "rpm -qa" there? | 09:43 |
Tengu | sshnaidm: hmm, because I've always done this? but reading your question, 'rpm -q <package>' would be enough? | 09:44 |
sshnaidm | I think so | 09:44 |
sshnaidm | not critical though | 09:44 |
Tengu | (it does work - the "-a" isn't "ask", but "all". meh) | 09:45 |
Tengu | but yeah, it doesn't change the output | 09:45 |
Tengu | hhh | 09:45 |
sshnaidm | anyway, +2 | 09:45 |
Tengu | hmm | 09:45 |
Tengu | wait. | 09:45 |
Tengu | removing the "a" allows to check the return code. | 09:45 |
Tengu | 0 -> package found, 1 -> package not found. | 09:46 |
Tengu | would be cleaner | 09:46 |
Tengu | or.. | 09:46 |
Tengu | .. | 09:46 |
Tengu | bah. | 09:46 |
Tengu | let's go with that, added a comment for that option. | 09:47 |
Tengu | the way it's done is already "clean". | 09:48 |
sshnaidm | actually right, if not using -a and package is not there, it will fail | 09:48 |
sshnaidm | so better with -a | 09:48 |
Tengu | it will not really fail. we can use that return code. | 09:49 |
Tengu | I mean: rpm -q redhat-release && rpm -e redhat-release | 09:49 |
Tengu | or.. rpm -q redhat-release && rpm -e redhat-release || exit 0 | 09:49 |
Tengu | but we'd also catch a failure with rpm -e | 09:50 |
Tengu | as said: it's clean as-is, if anyone has anything to object, we'll see with the votes :) | 09:50 |
opendevreview | Martin Kopec proposed openstack/ansible-role-collect-logs master: Add artcl_find_* as infrared arguments https://review.opendev.org/c/openstack/ansible-role-collect-logs/+/823493 | 10:08 |
opendevreview | Jiri Podivin proposed openstack/validations-libs master: DNM testing content provider https://review.opendev.org/c/openstack/validations-libs/+/823495 | 10:50 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-common master: Remove remaining reference to the six library https://review.opendev.org/c/openstack/tripleo-common/+/823496 | 10:56 |
*** dviroel|out is now known as dviroel|rover | 11:12 | |
*** rlandy|out is now known as rlandy|ruck | 11:13 | |
rlandy|ruck | hjensas: hello - happy new year | 11:25 |
rlandy|ruck | hjensas: do you have merge rights on DIB? | 11:26 |
rlandy|ruck | hjensas: we're looking for a second core reviewer on https://review.opendev.org/c/openstack/diskimage-builder/+/821772 | 11:26 |
rlandy|ruck | thanks | 11:26 |
rlandy|ruck | marios: chandankumar: ^^ | 11:26 |
*** dansmith is now known as Guest10351 | 11:26 | |
marios | rlandy|ruck: https://review.opendev.org/admin/groups/5a043d844578a5be3e3024fb3f7becca64c60a74,members | 11:32 |
rlandy|ruck | marios: ok - will ping julia | 11:38 |
opendevreview | Merged openstack/tripleo-quickstart master: Fix default release https://review.opendev.org/c/openstack/tripleo-quickstart/+/822486 | 11:41 |
opendevreview | Soniya Murlidhar Vyas proposed openstack/tripleo-quickstart-extras master: Need to add netstat logging in the background https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/815654 | 11:46 |
opendevreview | Lukas Bezdicka proposed openstack/tripleo-ansible stable/train: Add debug for tripleo_delegate_to undefined failure https://review.opendev.org/c/openstack/tripleo-ansible/+/823500 | 11:53 |
*** jcapitao is now known as jcapitao_lunch | 11:59 | |
chandankumar | Tengu: https://review.opendev.org/c/openstack/tripleo-common/+/823451 needs +w | 12:03 |
Tengu | lemme check | 12:18 |
Tengu | ah, it's done | 12:18 |
*** ysandeep is now known as ysandeep|mtg | 12:22 | |
skramaja | hjensas: in the network_data.yaml if i dont give vlan for External network, the vlan is confingured "1" in the os-net-config yaml - did i miss any config? | 12:32 |
rlandy|ruck | mwhahaha: sshnaidm: chandankumar: ok to merge https://review.opendev.org/c/openstack/tripleo-ci/+/822792? | 12:35 |
rlandy|ruck | re-enable ipa job | 12:35 |
sshnaidm | rlandy|ruck, tbh, I don't like the idea of https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/822858/ | 12:36 |
sshnaidm | commented in https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/822858/comment/415ec859_3ad8e04a/ | 12:37 |
sshnaidm | but if it's green, we can enable it | 12:37 |
rlandy|ruck | sshnaidm: so you want to add something like if job.standalone_ntp_servers is defined | 12:38 |
sshnaidm | rlandy|ruck, yep | 12:38 |
rlandy|ruck | ok - will add in separate patch | 12:39 |
*** ysandeep|mtg is now known as ysandeep | 12:50 | |
*** amoralej is now known as amoralej|lunch | 12:58 | |
opendevreview | mbu proposed openstack/validations-libs master: Move Cliff requirements to 2.16.0 https://review.opendev.org/c/openstack/validations-libs/+/823515 | 13:06 |
*** bhagyashris_ is now known as bhagyashris | 13:19 | |
*** jcapitao_lunch is now known as jcapitao | 13:20 | |
opendevreview | Merged openstack/tripleo-common master: Remove redhat-release only if installed https://review.opendev.org/c/openstack/tripleo-common/+/823384 | 13:26 |
opendevreview | chandan kumar proposed openstack/tripleo-common stable/wallaby: Remove redhat-release only if installed https://review.opendev.org/c/openstack/tripleo-common/+/823464 | 13:31 |
opendevreview | chandan kumar proposed openstack/tripleo-common stable/wallaby: Remove redhat-release only if installed https://review.opendev.org/c/openstack/tripleo-common/+/823464 | 13:32 |
opendevreview | Brent Eagles proposed openstack/tripleo-common stable/wallaby: Add designate dashboard to the horizon container https://review.opendev.org/c/openstack/tripleo-common/+/823531 | 13:42 |
opendevreview | Brent Eagles proposed openstack/tripleo-common stable/wallaby: Add an API config image heat variable https://review.opendev.org/c/openstack/tripleo-common/+/823532 | 13:44 |
opendevreview | Brent Eagles proposed openstack/tripleo-common stable/wallaby: Tidy up config image declarations https://review.opendev.org/c/openstack/tripleo-common/+/823533 | 13:44 |
opendevreview | David Hill proposed openstack/tripleo-heat-templates master: Add OVNContainerCpusetCpus https://review.opendev.org/c/openstack/tripleo-heat-templates/+/820535 | 13:45 |
opendevreview | Brent Eagles proposed openstack/tripleo-ansible stable/wallaby: Add some missing bind service parameters https://review.opendev.org/c/openstack/tripleo-ansible/+/823535 | 13:47 |
opendevreview | David Hill proposed openstack/tripleo-heat-templates master: Add OVNContainerCpusetCpus https://review.opendev.org/c/openstack/tripleo-heat-templates/+/820535 | 13:50 |
opendevreview | Brent Eagles proposed openstack/puppet-tripleo stable/wallaby: Run designate-api under apache https://review.opendev.org/c/openstack/puppet-tripleo/+/823536 | 13:51 |
opendevreview | Brent Eagles proposed openstack/tripleo-heat-templates stable/wallaby: Run designate-api under apache https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823537 | 13:51 |
*** amoralej|lunch is now known as amoralej | 13:59 | |
opendevreview | Jiri Podivin proposed openstack/validations-libs master: Reintroducing content provider https://review.opendev.org/c/openstack/validations-libs/+/823495 | 14:10 |
opendevreview | Jiri Podivin proposed openstack/validations-libs master: Reintroducing content provider https://review.opendev.org/c/openstack/validations-libs/+/823495 | 14:15 |
opendevreview | amolkahat proposed openstack/tripleo-quickstart master: Revert "Exclude libvirt/qemu from AppStream repo" https://review.opendev.org/c/openstack/tripleo-quickstart/+/823465 | 14:28 |
opendevreview | Adriano Petrich proposed openstack/python-tripleoclient master: Exposes the community validation init command https://review.opendev.org/c/openstack/python-tripleoclient/+/823543 | 14:52 |
mwhahaha | sshnaidm: do you have an example reproducer zuul_yaml that works? Right now i tried what was in the job logs and the job doesn't appear to be defined in the zuul instance that starts up | 14:56 |
sshnaidm | mwhahaha, zuul_yaml ? | 14:57 |
mwhahaha | https://87d241d69503c3e3d9a0-2c0f955304f89d8ae544a5fce4007363.ssl.cf1.rackcdn.com/822948/2/check/tripleo-ci-centos-8-standalone-on-multinode-ipa/cceb58a/logs/reproducer-quickstart/launcher-playbook.yaml | 14:57 |
mwhahaha | per the docs it's supposed to launch that job but my reproducer is failing to do so and the job doesn't show up in the job list on the UI | 14:58 |
sshnaidm | mwhahaha, you have the reproducer up, right>? | 14:58 |
mwhahaha | i tore down my env last night but yea it comes up and gerrit and zuul run | 14:59 |
mwhahaha | the noop job runs | 14:59 |
mwhahaha | but when i try to run that job i got nothing. in fact the c8 version of the job doesn't appear to be defined even if i dont' do anything. | 14:59 |
mwhahaha | the c9 version is there | 14:59 |
mwhahaha | it's weird | 14:59 |
sshnaidm | just clone test1 project from gerrit, and add there zuul.yaml like: https://paste.opendev.org/show/811934/ | 15:00 |
mwhahaha | i did and nothing | 15:01 |
sshnaidm | if something is wrong, you'll see in gerrit patch | 15:01 |
sshnaidm | mwhahaha, do you see something in gerrit? | 15:01 |
mwhahaha | no | 15:01 |
mwhahaha | well that's not true, one time it just said the job wasn't defined | 15:01 |
mwhahaha | i was having issues with some of the jobs missing due to bad keys but once i fixed it i seem to get all the other jobs except that one | 15:02 |
sshnaidm | that's weird, need to look into scheduler logs | 15:04 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-ci master: Do not trigger deployment jobs for change in unit tests https://review.opendev.org/c/openstack/tripleo-ci/+/819556 | 15:05 |
mwhahaha | will spin up an env in a bit and poke further. There is a random error about an invalid layout but of course it doesn't give you any useful info | 15:05 |
sshnaidm | mwhahaha, I can set up env for you in testproject for now, so you can debug on the host: https://review.rdoproject.org/r/c/testproject/+/37763 | 15:05 |
sshnaidm | mwhahaha, scheduler logs are awful, takes time to understand there, I'll try to run in my env | 15:05 |
mwhahaha | naw it's ok. my revert revert is green https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822948 | 15:05 |
mwhahaha | was going to try and trouble shoot that but seems to be not needed anymore. now i'm just in a troubleshoot/understand reproducer mode | 15:06 |
sshnaidm | ah, ok :) | 15:07 |
sshnaidm | can you paste scheduler logs somewhere? | 15:07 |
sshnaidm | or by mail | 15:07 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-ci master: Fix redundant definition of related files https://review.opendev.org/c/openstack/tripleo-ci/+/823550 | 15:08 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-ci master: Fix redundant definition of related files https://review.opendev.org/c/openstack/tripleo-ci/+/823550 | 15:09 |
mwhahaha | sshnaidm: yea next time i spin up an env i'll ping you again | 15:10 |
opendevreview | Adriano Petrich proposed openstack/python-tripleoclient master: Exposes the community validation init command https://review.opendev.org/c/openstack/python-tripleoclient/+/823543 | 15:13 |
opendevreview | Merged openstack/tripleo-validations master: undercloud-debug validation documentation improvement https://review.opendev.org/c/openstack/tripleo-validations/+/805852 | 15:32 |
*** ysandeep is now known as ysandeep|out | 15:42 | |
Tengu | chandankumar: I'm trying to build cs9 containers for master, using the "current" repositories. This means I have the patch about the ubi.repo thing, but it fails anyway: https://paste.opendev.org/show/811941/ | 15:52 |
Tengu | chandankumar: any idea? | 15:52 |
Tengu | chandankumar: note that this is running *inside* a container; and that container has a bind-mount on /var/cache/dnf in order to share resources. Wondering if that "rm -rf /var/cache/dnf" thing isn't creating the issue... Any idea? | 15:52 |
Tengu | or is it something with the container in container and cgroups.... weird. | 15:56 |
* Tengu doing some more tests | 16:01 | |
*** dviroel|rover is now known as dviroel|rover|lunch | 16:03 | |
Tengu | ok. so it's a cgroup thing. | 16:04 |
Tengu | yay. | 16:04 |
Tengu | I'll investigate this tomorrow. | 16:05 |
sshnaidm | mwhahaha, containers are available on quay.io as well, same namespace | 16:23 |
opendevreview | Ananya proposed openstack/tripleo-docs master: Updating promotion/CIX/ci-health related info in ruck rover doc https://review.opendev.org/c/openstack/tripleo-docs/+/823399 | 16:27 |
mwhahaha | sshnaidm: cool thanks yesterday i was getting rate limited :( | 16:35 |
mwhahaha | sshnaidm: so when i spin up an env tripleo-ci-centos-8-standalone-on-multinode-ipa is missing from the job list. tripleo-ci-centos-9-standalone-on-multinode-ipa is there but the parent (the c8 job) is missing | 16:38 |
*** Guest10351 is now known as dansmith | 16:46 | |
opendevreview | dasm proposed openstack/tripleo-docs master: Fixed duplicated word https://review.opendev.org/c/openstack/tripleo-docs/+/823562 | 16:47 |
*** dviroel|rover|lunch is now known as dviroel|rover\ | 16:47 | |
*** dviroel|rover\ is now known as dviroel|rover | 16:49 | |
*** rlandy|ruck is now known as rlandy|ruck|lunch | 17:09 | |
*** rlandy|ruck|lunch is now known as rlandy|ruck | 17:35 | |
*** akahat|ruck is now known as akahat|out | 17:35 | |
*** jcapitao is now known as jcapitao_off | 17:44 | |
rlandy|ruck | mwhahaha: cloudnull: we're seeing "Modules reload" errors in OVB overcloud deploys lately (https://bugs.launchpad.net/tripleo/+bug/1956441) - latest failure log: https://logserver.rdoproject.org/01/822001/4/openstack-check/tripleo-ci-centos-8-ovb-3ctlr_1comp_1supp-featureset039/dd33688/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz ... any thought on where to chase this down? thanks | 17:52 |
* cloudnull looking | 17:52 | |
mwhahaha | bad modprobe config? | 17:52 |
mwhahaha | 2022-01-05T16:11:34+0000 overcloud-novacompute-0.ooo.test systemd-modules-load[14248]: Failed to insert 'ipmi_si': No such device | 17:54 |
mwhahaha | https://logserver.rdoproject.org/01/822001/4/openstack-check/tripleo-ci-centos-8-ovb-3ctlr_1comp_1supp-featureset039/dd33688/logs/overcloud-novacompute-0/var/log/extra/journal_errors.txt.gz | 17:54 |
rlandy|ruck | hmmm ... ironic-python-agent https://opendev.org/openstack/ironic-python-agent/src/branch/master/ironic_python_agent/hardware.py#L138 | 17:56 |
rlandy|ruck | looks to be only trace on it | 17:56 |
mwhahaha | yea it's not in the modules.load.d either | 17:56 |
mwhahaha | so i don't know where that's comign from | 17:56 |
mwhahaha | feels like a package/system change | 17:56 |
cloudnull | https://bugzilla.redhat.com/show_bug.cgi?id=1702452 | 17:57 |
rlandy|ruck | from 2019? | 17:57 |
mwhahaha | that's also fedora | 17:58 |
mwhahaha | but it does feel like something is broken from the os | 17:58 |
rlandy|ruck | [root@zappa scripts]# modprobe ipmi_si | 17:58 |
rlandy|ruck | modprobe: ERROR: could not insert 'ipmi_si': No such device | 17:58 |
rlandy|ruck | but yeah - error is the same | 17:58 |
cloudnull | ++ | 17:58 |
mwhahaha | https://logserver.rdoproject.org/01/822001/4/openstack-check/tripleo-ci-centos-8-ovb-3ctlr_1comp_1supp-featureset039/dd33688/logs/overcloud-novacompute-0/etc/modules-load.d/99-tripleo.conf.txt.gz | 17:58 |
rlandy|ruck | well it's not release specific | 17:58 |
mwhahaha | are the only things we managed but i think it's because reload is broken | 17:58 |
rlandy|ruck | we got this beauty on a bunch of branches | 17:59 |
mwhahaha | feel like BZ kernel fun | 17:59 |
* mwhahaha runs away screaming | 17:59 | |
rlandy|ruck | oh dear | 17:59 |
cloudnull | c8 is still 4.18 , and that bz was from 5.1, so I suspect same bug, just was backported into stream ? | 17:59 |
mwhahaha | yea it's probably a stream bz | 17:59 |
* rlandy|ruck checks stream changes | 18:00 | |
mwhahaha | yay i figured out my missing reproducer job problem | 18:00 |
mwhahaha | we're missing x/tripleo-ipa in the required project list | 18:00 |
mwhahaha | so the job just disappeared | 18:00 |
rlandy|ruck | ha - ok - at least something got sorted | 18:01 |
mwhahaha | finally \o/ | 18:01 |
cloudnull | mwhahaha nice! | 18:02 |
mwhahaha | sshnaidm, rlandy|ruck: https://review.rdoproject.org/r/c/rdo-infra/ansible-role-tripleo-ci-reproducer/+/37774 | 18:02 |
sshnaidm | mwhahaha, yeah, seems like that :) | 18:02 |
sshnaidm | just tried now.. | 18:03 |
*** amoralej is now known as amoralej|off | 18:03 | |
rlandy|ruck | https://composes.centos.org/ | 18:03 |
rlandy|ruck | no new stream repo as of today | 18:04 |
rlandy|ruck | 12/06 | 18:04 |
mwhahaha | now if only my nodepool nodes worked | 18:07 |
* mwhahaha flips tables | 18:07 | |
mwhahaha | anyway i can try rebuilding a c8 stream image to reproduce outside of the deploy | 18:08 |
mwhahaha | doesn't seem to be related to our bits | 18:08 |
rlandy|ruck | I don't think it is | 18:09 |
rlandy|ruck | looking through image builds | 18:09 |
mwhahaha | when stevebaker[m] comes on maybe he's knows if we changed anything that might have broken the ipmi_si module | 18:10 |
rlandy|ruck | yep - will try catch stevebaker[m] in a few hours | 18:12 |
mwhahaha | in the mean time i'll try building a fresh cloud image and see if it hits it locally | 18:12 |
rlandy|ruck | thanks for the pointers and help here | 18:15 |
mwhahaha | rlandy|ruck: so while there have been no new composes, kexec, glibc and nss were updated recently http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/?C=M;O=D | 18:15 |
mwhahaha | the kernel was also updated on 2021-12-22 | 18:15 |
opendevreview | Merged openstack/tripleo-common stable/wallaby: Remove /etc/yum.repos.d/ubi.repo https://review.opendev.org/c/openstack/tripleo-common/+/823451 | 18:16 |
mwhahaha | along with systemd | 18:16 |
opendevreview | Merged openstack/ansible-role-collect-logs master: Add artcl_find_* as infrared arguments https://review.opendev.org/c/openstack/ansible-role-collect-logs/+/823493 | 18:16 |
mwhahaha | soooo yea | 18:16 |
rlandy|ruck | kernel update is real possibility | 18:18 |
* rlandy|ruck takes notes in bug | 18:18 | |
*** cloudnull5 is now known as cloudnull | 18:21 | |
stevebaker[m] | rlandy|ruck, mwhahaha good morning! | 18:59 |
rlandy|ruck | stevebaker[m]: hey | 18:59 |
*** dviroel|rover is now known as dviroel|rover|afk | 19:00 | |
rlandy|ruck | stevebaker[m]: happy new year | 19:00 |
stevebaker[m] | rlandy|ruck: happy new year to you too! | 19:00 |
rlandy|ruck | stevebaker[m]: could you help us out with https://bugs.launchpad.net/tripleo/+bug/1956441? | 19:00 |
rlandy|ruck | a little stumped there | 19:01 |
rlandy|ruck | killing our OVB jobs today | 19:01 |
mwhahaha | welp a fresh image on a libvirt doesn't error | 19:02 |
stevebaker[m] | I'll have a look now | 19:03 |
rlandy|ruck | c9 ovb is getting past deploy | 19:08 |
rlandy|ruck | https://review.rdoproject.org/zuul/stream/0d6e6c9b908b4f428c5050f00af3c0bf?logfile=console.log | 19:08 |
rlandy|ruck | so c8 fun | 19:08 |
mwhahaha | https://review.opendev.org/c/openstack/python-tripleoclient/+/822721/ if someone has some time | 19:35 |
stevebaker[m] | rlandy|ruck: I'm not seeing anything obvious. My only guess is that the new c8 image has new system interface requirements which the host virt doesn't provide | 19:48 |
rlandy|ruck | stevebaker[m]: hmmm ... ok - so ... what do we do about that? | 19:51 |
rlandy|ruck | this a is a new thing - from today-ish | 19:52 |
stevebaker[m] | rlandy|ruck: Getting a minimal reproducer would help to know what bug to raise. You could start by sourcing the centos8 qcow2 which was used to build this overcloud and see if that boots in this cloud. If that works try using the same diskimage-builder to build a basic centos vm image and boot that. Hopefully it is not necessary to build a centos partition image to reproduce | 19:59 |
* rlandy|ruck sources image | 20:00 | |
opendevreview | Alan Bishop proposed openstack/tripleo-heat-templates stable/victoria: [train,ussuri,victoria] Enable cinder RBD deferred deletion https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823576 | 20:30 |
rlandy|ruck | https://images.rdoproject.org/centos8/master/rdo_trunk/current-tripleo/ | 20:36 |
rlandy|ruck | was built from tripleo_image_source: https://images.rdoproject.org/CentOS-8-Stream-x86_64-GenericCloud.qcow2 | 20:36 |
rlandy|ruck | maybe that needs an update | 20:37 |
opendevreview | John Fulton proposed openstack/python-tripleoclient master: Handle missing ipv6 boolean in network_data.yaml for Ceph https://review.opendev.org/c/openstack/python-tripleoclient/+/823582 | 22:13 |
opendevreview | Merged openstack/tripleo-quickstart master: Allow multi-nic-vlans libvirt based deployment https://review.opendev.org/c/openstack/tripleo-quickstart/+/822712 | 22:46 |
*** artom__ is now known as artom | 23:15 | |
opendevreview | Merged openstack/python-tripleoclient stable/wallaby: Don't assume json network config in validations https://review.opendev.org/c/openstack/python-tripleoclient/+/823433 | 23:20 |
opendevreview | Merged openstack/python-tripleoclient stable/victoria: Don't assume json network config in validations https://review.opendev.org/c/openstack/python-tripleoclient/+/823435 | 23:35 |
opendevreview | Merged openstack/python-tripleoclient stable/ussuri: Don't assume json network config in validations https://review.opendev.org/c/openstack/python-tripleoclient/+/823434 | 23:35 |
mwhahaha | finally got the reproducer working \o/ | 23:42 |
mwhahaha | only took two days | 23:42 |
rlandy|ruck | great | 23:44 |
rlandy|ruck | finally got rhel-9 conatiners pushing to registry | 23:44 |
rlandy|ruck | only took two days | 23:44 |
mwhahaha | :D | 23:44 |
* rlandy|ruck back to OVB disaster | 23:44 | |
* mwhahaha runs away | 23:44 | |
rlandy|ruck | mwhahaha: have a good night | 23:45 |
mwhahaha | well at least it launched, i think i need to grab the upstream images | 23:45 |
mwhahaha | something for tomorrow | 23:45 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!