*** dviroel|afk is now known as dviroel | 00:00 | |
dviroel | quay.ceph.io is down | 00:01 |
---|---|---|
opendevreview | Takashi Kajinami proposed openstack/tripleo-ansible stable/wallaby: tripleo_firewall: Allow injecting frontend rules https://review.opendev.org/c/openstack/tripleo-ansible/+/839738 | 00:15 |
opendevreview | Takashi Kajinami proposed openstack/puppet-tripleo master: ceilometer-polling: : Require redis backend https://review.opendev.org/c/openstack/puppet-tripleo/+/839289 | 00:16 |
opendevreview | Douglas Viroel proposed openstack/tripleo-common stable/wallaby: [stable/wallaby only] Update prometheus and grafana registries https://review.opendev.org/c/openstack/tripleo-common/+/841512 | 00:20 |
*** dviroel is now known as dviroel|out | 00:24 | |
*** dviroel|out is now known as dviroel | 00:59 | |
opendevreview | Douglas Viroel proposed openstack/tripleo-heat-templates stable/wallaby: DNM - Testing update prometheus registry https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841513 | 01:08 |
*** rlandy|bbl is now known as rlandy|out | 01:09 | |
*** ysandeep|rover|out is now known as ysandeep|rover | 01:19 | |
*** dviroel is now known as dviroel|out | 01:24 | |
*** ysandeep|rover is now known as ysandeep|afk | 02:26 | |
lecris[m]1 | Were is the tripleo deployment documentation repository? | 03:21 |
lecris[m]1 | *Found it in tripleo-docs subfolder | 03:49 |
opendevreview | Brendan Shephard proposed openstack/tripleo-ansible master: Ensure required tools are available https://review.opendev.org/c/openstack/tripleo-ansible/+/841544 | 03:51 |
hjensas | lecris[m]: so, it is not complaining about a network it is complaining about a port. You need to run 'openstack overcloud network vip provision' command, and include the deployed-vip env file in your overcloud deploy command. | 04:27 |
hjensas | lecris[m]: A VIP on the ctlplane (Provisioning) network is required. | 04:27 |
lecris[m]1 | How to create the vip file for that? | 04:29 |
lecris[m]1 | hjensas: How to write the appropriate `vip_data.yaml`? | 04:31 |
lecris[m]1 | Or how to use the one created for undercloud? | 04:32 |
*** ysandeep|afk is now known as ysandeep|rover | 04:44 | |
ysandeep|rover | fmount: when you are around please take a look at https://bugs.launchpad.net/tripleo/+bug/1973115 | 04:56 |
hjensas | lecris[m]: echo '- ctlplane' > vip_data.yaml | 05:03 |
*** soniya is now known as soniya|ruck | 05:04 | |
hjensas | lecris[m]: oops, sorry this -> '- network: ctlplane' | 05:05 |
hjensas | lecris[m]: there are sample files in /usr/share/openstack-tripleo-heat-templates/network-data-samples | 05:06 |
lecris[m]1 | hjensas: Thnx. The documentations are very outdated, so can you walk me at least through what/where are the main samples/configurations? I will try to write up a new guide from a noob's perspective with all of these | 05:08 |
hjensas | lecris[m]: https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/deployment/network_v2.html#pre-provision-network-virtual-ips | 05:10 |
hjensas | lecris[m]: https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/deployment/network_v2.html#provision-baremetal-instances | 05:10 |
hjensas | lecris[m]: https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/provisioning/baremetal_provision.html | 05:13 |
lecris[m]1 | hjensas: I have gone through that documentation for about a month to get to the current step | 05:15 |
hjensas | lecris[m]: does an example help? https://github.com/hjensas/homelab/tree/master/labs/ovb-ipv4/overcloud | 05:16 |
lecris[m]1 | hjensas: Thank you so much, that will help me immensely | 05:17 |
lecris[m]1 | hjensas: So far my understanding is that the steps we need to do are:... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/zvfeaautsjJnrkedwQVjaYDV) | 05:20 |
lecris[m]1 | There are issues like `stack list` and a few other commands do not run on the latest tripleo master | 05:22 |
bshephar | lecris[m]1: I have a video that might help you. We don't have the Heat orchestration service running on tripleo master. We use ephemeral Heat, it starts up during the deployment and then is removed | 05:24 |
bshephar | https://youtu.be/XkERySC6fNQ | 05:24 |
bshephar | I made a video about Ephemeral Heat and the changes around Networks V2 that might help explain it for you | 05:24 |
lecris[m]1 | bshephar: | 05:26 |
lecris[m]1 | > We don't have the Heat orchestration service running on tripleo master | 05:26 |
lecris[m]1 | What does this mean? | 05:26 |
lecris[m]1 | * bshephar: | 05:26 |
lecris[m]1 | > We don't have the Heat orchestration service running on tripleo master | 05:26 |
lecris[m]1 | What does this mean? | 05:26 |
bshephar | You can't run stack list, because it talks to Heat. There is no Heat service running in tripleo master | 05:26 |
ysandeep|rover | folks fyi o/ new gate blocker https://bugs.launchpad.net/tripleo/+bug/1973115 please hold rechecks - affecting wallaby and earlier.. Master also affected by https://bugs.launchpad.net/tripleo/+bug/1973043 | 05:26 |
bshephar | https://specs.openstack.org/openstack/tripleo-specs/specs/wallaby/ephemeral-heat-overcloud.html | 05:27 |
lecris[m]1 | Oh, thank you. So after it is successfully deployed, we can see `overcloud` there? | 05:28 |
lecris[m]1 | BTW, after deploying `overcloud`, we can deploy `overcloud2` from it just by adding a new stack, linking nodes to it etc., from `overcloud`? | 05:29 |
bshephar | Yeah, after you have succesfully deployed the overcloud, then we shut down and delete the Heat service. So you can't run openstack stack list. You can use openstack overcloud status to see the deployment state of it. | 05:30 |
lecris[m]1 | And has anyone tried running `undercloud` on a VPS with a zerotier bridge to the actual hardware? Would it be possible to deploy multiple `overcloud`s like that? | 05:31 |
bshephar | I run the undercloud node on OpenShift virtualisation. As long as the networking is all setup correctly, you should be able to run it anywhere. | 05:32 |
lecris[m]1 | Ok, I will thinker with that soon. | 05:33 |
bshephar | Cool. Good luck. I have quite a few videos on that channel that you might find useful. | 05:34 |
lecris[m]1 | How about the managing multiple `overcloud`s from 1 `undercloud`? | 05:34 |
bshephar | It should be the same process as before: https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/features/split_stack.html But I haven't tried personally | 05:35 |
lecris[m]1 | 👍️ (IRC does not transmit matrix's reactions right?) | 05:35 |
lecris[m]1 | Are there any other steps after `deploy` (besides validate?) | 05:37 |
bshephar | Nothing additional after the deploy has been successful. | 05:38 |
lecris[m]1 | Kay, thank you for your assistance. I'll look into the videos and ask out if there are more unclear steps | 05:41 |
bshephar | No worries. Good luck with you deployment | 05:43 |
lecris[m]1 | Oh btw, are there any movements to get fedora supported on tripleo? Or a different family like Ubuntu? | 05:44 |
opendevreview | Brendan Shephard proposed openstack/tripleo-ansible master: Ensure required tools are available https://review.opendev.org/c/openstack/tripleo-ansible/+/841544 | 05:49 |
bshephar | lecris[m]1: Na, no initiatives to support Fedora or any other OS at this stage. Just RHEL and CentOS | 05:53 |
lecris[m]1 | What's the main difficulty besides Fedora being bleeding edge? Couldn't the packages be copied/moved to something like COPR so that it can be more easily adapted to other distros? | 05:57 |
*** ysandeep|rover is now known as ysandeep|rover|brb | 05:57 | |
bshephar | It wouldn't take too much extra work to make it work on Fedora. It's more that centos gives us a little more consistency. If there were enough people who wanted Fedora as a supported OS, and people who wanted to work on it. I don't see why we couldn't do it | 05:58 |
bshephar | We did support it in the past, but no one used it. | 05:58 |
lecris[m]1 | Because of the shift to CentOS stream it feels weird not going all the way to Fedora at some point. Having even an outdated sample on copr can help others know how to maintain and update them. Only minimal tests need to be done for the package CIs? | 06:06 |
lecris[m]1 | Personally I find Fedora very stable these days and worthy replacement for CentOS non-stream. | 06:08 |
lecris[m]1 | Would definitely be much easier to install than the `tripleo-repos`. | 06:09 |
bshephar | Maybe, feel free to submit a RFE and/or you could raise it at our next PTG meeting. Maybe there are other people who would like that as well. | 06:10 |
lecris[m]1 | * the `tripleo-repos`. (`copr` being built-in to `dnf`, and no elrepo needed) | 06:10 |
lecris[m]1 | RFE/PTG? | 06:10 |
opendevreview | Francesco Pantano proposed openstack/tripleo-common stable/wallaby: Move the ceph monitoring stack containers to quay.io https://review.opendev.org/c/openstack/tripleo-common/+/841547 | 06:11 |
bshephar | Request for Enhancement and PTG is: https://www.openstack.org/ptg/ | 06:11 |
fmount | ysandeep|rover|brb: FYI review 841547 should fix | 06:12 |
lecris[m]1 | The former being in launchpad? | 06:12 |
bshephar | Yep. | 06:12 |
lecris[m]1 | Kay, I'll do the former at least. How about adding #openstack-space:matrix.org as a place where people can find the chats? Also a RFE? | 06:14 |
*** ysandeep|rover|brb is now known as ysandeep|rover | 06:15 | |
bshephar | Ah, I'm not sure about that one. Maybe someone else here has an opinion | 06:16 |
ysandeep|rover | fmount, hey thanks! doug proposed https://review.opendev.org/c/openstack/tripleo-common/+/841512 last night, but let's go ahead with your patch as it seems to have correct tags as well. | 06:17 |
ysandeep|rover | fmount, should we abandon https://review.opendev.org/c/openstack/tripleo-common/+/841512 upto you. | 06:19 |
ysandeep|rover | fmount: quay.ceph.io is just down(outage/maintenance) or its decommissioned | 06:21 |
lecris[m]1 | That's simply a matrix space containing some of the IRC bridged rooms. (Although non-`matrix.org` users will take 3-4 days to join the \_oftc\_ managed rooms due to a synapse issue) | 06:22 |
fmount | ysandeep|rover: ah I wasn't aware about 841512 | 06:44 |
fmount | it seems the same, so let me abandon my patch | 06:44 |
fmount | and merge that one | 06:44 |
ysandeep|rover | fmount, tags are different in doug's one is that okay? | 06:44 |
fmount | ah let me see | 06:45 |
* fmount assumed they were the same | 06:45 | |
ysandeep|rover | same as quay.ceph.io, but i see you changed tag in your patch | 06:45 |
fmount | ysandeep|rover: yeah, I updated the tags w/ the latest provided in pacific | 06:46 |
fmount | ysandeep|rover: I'd go with the latest tags provided by Ceph, so we're aligned with the upstream shipped content | 06:47 |
ysandeep|rover | fmount: If we need latest tags, lets go ahead with your patch, I don't think dviroel_ will mind that... | 06:48 |
fmount | ysandeep|rover: ack ^ | 06:48 |
ysandeep|rover | fmount, I will abandon dviroel_ patch one check passes in your job - which will confirm new tags works. | 06:49 |
ysandeep|rover | once* check | 06:49 |
fmount | ysandeep|rover: sure, in the meantime I'm reviewing victoria/train branches | 06:50 |
fmount | for the same reason | 06:50 |
fmount | ysandeep|rover: but not sure they moved nautilus to quay.io | 06:51 |
ysandeep|rover | fmount, thanks if we can create patches for those branches with right tags in parallel - that will be great | 06:51 |
ysandeep|rover | I wonder if quay.ceph.io is just down(outage/maintenance) or its decommissioned ? | 06:51 |
fmount | oh yeah it's there | 06:51 |
fmount | ysandeep|rover: as a general approach the idea is to move to quay.io | 06:51 |
fmount | so this is a good chance to update tripleo-common | 06:52 |
fmount | even for nautilus | 06:52 |
fmount | so in theory all the content should be mirrored there | 06:52 |
ysandeep|rover | fmount, +1 if content is available on quay.io let's do that | 06:52 |
fmount | yeah it is, I'm going to submit a patch soon | 06:54 |
Tengu | slaweq: heya! fyi, I'm testing your patch on a 3-ctl deploy (the one related to the UNTRACKED) | 07:04 |
slaweq | Tengu: ok, let me know how it will work for You | 07:05 |
Tengu | sure. | 07:06 |
Tengu | it will be a bit slow - not 100% sure the NUC will be able to run so many nodes. | 07:06 |
opendevreview | Francesco Pantano proposed openstack/tripleo-common stable/victoria: Move the ceph monitoring stack containers to quay.io https://review.opendev.org/c/openstack/tripleo-common/+/841549 | 07:07 |
Tengu | but if it fails due to resource shortage, I'll test that on the bigger node | 07:07 |
fmount | ysandeep|rover: can we run a test (scen001/scen004) against 841549 ? | 07:08 |
ysandeep|rover | fmount, ack | 07:08 |
Tengu | ysandeep|rover: need any help for the new gate blocker ? | 07:17 |
opendevreview | Francesco Pantano proposed openstack/tripleo-heat-templates stable/train: DO-NOT-MERGE Test new ceph bits https://review.opendev.org/c/openstack/tripleo-heat-templates/+/690038 | 07:17 |
ysandeep|rover | Tengu: thanks, we are good.. master deps issue should be fixed now and fmount patches will fix the wallaby and previous releases. | 07:20 |
Tengu | good | 07:20 |
ysandeep|rover | Tengu, i will ping you for reviews once zuul reports | 07:20 |
Tengu | so I can re-run a testproject related to the firewall things? | 07:20 |
Tengu | or is it too early? no ceph involved | 07:20 |
ysandeep|rover | Tengu, on master? | 07:20 |
Tengu | yep | 07:20 |
ysandeep|rover | go ahead | 07:20 |
Tengu | https://review.rdoproject.org/r/c/testproject/+/42344 that one | 07:20 |
Tengu | perfect! | 07:20 |
Tengu | slaweq: -^ re-running on CI as well then | 07:21 |
opendevreview | Francesco Pantano proposed openstack/tripleo-common stable/train: Move the ceph monitoring stack containers to quay.io https://review.opendev.org/c/openstack/tripleo-common/+/841550 | 07:26 |
ysandeep|rover | fmount, https://zuul.openstack.org/status#841550 - tox-cover failed | 07:32 |
fmount | mmmm ysandeep|rover /me looking | 07:33 |
fmount | oh in train we have the same references replicated in test | 07:40 |
* fmount updating the train patch | 07:40 | |
opendevreview | Francesco Pantano proposed openstack/tripleo-common stable/train: Move the ceph monitoring stack containers to quay.io https://review.opendev.org/c/openstack/tripleo-common/+/841550 | 07:40 |
Tengu | slaweq: fun.... not working on the lab. Did you have the route + IP in the router network on the UC? | 07:49 |
Tengu | I see the geneve rule as modified on the controllers, meaning your patch has been applied. | 07:49 |
Tengu | but the router IP doesn't answer from the UC. | 07:49 |
*** ysandeep|rover is now known as ysandeep|rover|brb | 07:50 | |
*** ysandeep|rover|brb is now known as ysandeep|rover | 08:03 | |
Tengu | anyway. let's wait for the actual CI run... | 08:03 |
Tengu | I'll trash that env and test my nftables thingy. | 08:03 |
*** tweining|off is now known as tweining | 08:12 | |
opendevreview | Sandeep Yadav proposed openstack/tripleo-common stable/victoria: [DNM] Test patch sc001/04 against 841549 https://review.opendev.org/c/openstack/tripleo-common/+/841554 | 08:31 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-common stable/victoria: [DNM] Test patch sc001/04 against 841549 https://review.opendev.org/c/openstack/tripleo-common/+/841554 | 08:33 |
ysandeep|rover | fmount: ^^ as requested | 08:36 |
fmount | ah nice thanks !! :D | 08:40 |
fmount | better than having tht DNM patches :D | 08:40 |
ysandeep|rover | err.. why are we running ussuri content provider anymore - https://review.opendev.org/c/openstack/tripleo-common/+/841549/ | 08:40 |
ysandeep|rover | marios, just to confirm - we don't accept patches in ussuri anymore right? | 08:41 |
ysandeep|rover | ahh, v upgrade job running here.. | 08:42 |
fmount | ysandeep|rover: yeah my understanding is that is EOL | 08:42 |
fmount | oh I see | 08:42 |
ysandeep|rover | marios, chandankumar with ussuri gone - can we drop standalone/undercloud upgrade job from V | 08:43 |
marios | ysandeep|rover: not yet, we said we'd wait since v is going to go soon enough | 08:43 |
marios | ysandeep|rover: and no more patches in ussuri because there are no more repos for ussuri to post patches to (except tripleo-upgrade) | 08:43 |
marios | ysandeep|rover: is it clear/ok ? | 08:44 |
ysandeep|rover | marios, that's an issue if we cannot get rid of upgrade job because with U not accepting patches - how we will fix ussuri content-provider(need fix in tripleo-common) | 08:44 |
marios | ysandeep|rover: what is the fix? if we cannot fix it then we will have to revisit the plans for V upgrade jobs. | 08:45 |
ysandeep|rover | marios, https://review.opendev.org/c/openstack/tripleo-common/+/841549/ similair to this in all releases | 08:45 |
marios | ysandeep|rover: yeah i see | 08:46 |
ysandeep|rover | Ceph Org moved to quay.io. | 08:46 |
marios | ysandeep|rover: we are planning to move victoria end of this month ish, so if we need to remove those upgrade jobs earlier then it isn't a big issue | 08:46 |
marios | ysandeep|rover: so we can start doing that. checking https://review.opendev.org/c/openstack/tripleo-common/+/841549/ | 08:47 |
ysandeep|rover | marios, thanks | 08:48 |
marios | ysandeep|rover: i mean the alternative is to hack some other way to override that ceph_namespace but i don't think it is worth in this case | 08:48 |
ysandeep|rover | I agree, but if we need more discussion before removing those jobs - may be we can mark them non-voting atleast | 08:49 |
marios | (like passing in the ussuri content provider job itself without touching triple-common kind of thing ) | 08:49 |
marios | ysandeep|rover: yeah i am thinking how to unblock you quickly... | 08:49 |
ysandeep|rover | fmount, marios damn.. we are getting into chicken egg issue: https://zuul.openstack.org/status#841547 - job in wallaby failing - ffu-wallaby need train content-provider | 08:53 |
ysandeep|rover | that means we need to merge train first | 08:53 |
marios | ysandeep|rover: call? i am digging at removing the content provider | 08:54 |
ysandeep|rover | fmount: Is it possible to confirm if ceph.quay.io is gone gone or just facing an outage. | 08:54 |
marios | fmount: ysandeep|rover: if you want to talk https://meet.google.com/jos-drox-ves | 08:55 |
ysandeep|rover | marios, joining | 08:55 |
* ysandeep|rover fetching my headphone | 08:55 | |
fmount | ysandeep|rover: I think it's an outage but I'm not sure who is maintaining quay.ceph.io at this point | 08:56 |
fmount | in master everything is moved to quay.io | 08:56 |
fmount | so I'm not sure quay.ceph.io will be around on a long term vision | 08:56 |
ysandeep|rover | fmount, do you have few minutes for call - https://meet.google.com/jos-drox-ves | 08:56 |
fmount | that's the reason of the patches where I s/quay.ceph/quay/g to make sure it won't happen again | 08:57 |
fmount | yeah sure | 08:57 |
fmount | joining in a minute | 08:57 |
opendevreview | mbu proposed openstack/validations-libs master: Add validation container entry point https://review.opendev.org/c/openstack/validations-libs/+/840185 | 08:59 |
marios | ysandeep|rover: i think because of this https://opendev.org/openstack/tripleo-quickstart/src/commit/5b81775ff5d3559ac4dd7ef07fd460cdf0d3fd89/config/release/tripleo-ci/CentOS-8/train.yml#L102 we'll get the train tripleo-common (delorean-current repo) | 09:12 |
ysandeep|rover | marios, +1 i just confirmed in job logs too.. https://50a775fcc6041feb8d07-6f226cfa9bcb6b71ca161c2acdd8e2fb.ssl.cf5.rackcdn.com/841547/1/check/tripleo-ci-centos-8-content-provider-train/ac45ba9/logs/undercloud/etc/yum.repos.d/delorean-current.repo | 09:14 |
marios | ysandeep|rover: ack | 09:14 |
* ysandeep|rover updating victoria patch to mark U content-provider and V upgrades jobs non-voting | 09:15 | |
marios | ysandeep|rover: just got notified have to pickup kid from school so will be afk for half hourish, will post the tripleo-ci patch in a bit when back (but you should not be blocked on that as we discussed) | 09:22 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-common stable/victoria: Move the ceph monitoring stack containers to quay.io https://review.opendev.org/c/openstack/tripleo-common/+/841549 | 09:22 |
ysandeep|rover | marios: ack thanks, patch is up ^^ let's see | 09:23 |
opendevreview | Dmitry Tantsur proposed openstack/diskimage-builder master: Switch to the CentOS 9 IPA job https://review.opendev.org/c/openstack/diskimage-builder/+/841558 | 09:43 |
*** jpena|off is now known as jpena | 09:44 | |
opendevreview | Sandeep Yadav proposed openstack/tripleo-common stable/train: [DNM] Test patch sc001/04 against 841550 https://review.opendev.org/c/openstack/tripleo-common/+/841560 | 09:49 |
ysandeep|rover | fmount, ^^ fyi.. for train | 09:51 |
fmount | ysandeep|rover: ++ thanks | 09:52 |
*** ysandeep|rover is now known as ysandeep|rover|lunch | 10:03 | |
opendevreview | Sandeep Yadav proposed openstack/tripleo-common stable/wallaby: [DNM] Test patch sc001/04 against 841547 https://review.opendev.org/c/openstack/tripleo-common/+/841565 | 10:03 |
opendevreview | Marios Andreou proposed openstack/tripleo-ci master: Remove victoria standalone and undercloud upgrade jobs https://review.opendev.org/c/openstack/tripleo-ci/+/841568 | 10:14 |
marios | fmount: ysandeep|rover|lunch: ^^ | 10:14 |
*** rlandy|out is now known as rlandy | 10:20 | |
opendevreview | Dmitriy Rabotyagov proposed openstack/diskimage-builder master: Adopted dkms element to work on Ubuntu Jammy and nvidia drivers https://review.opendev.org/c/openstack/diskimage-builder/+/841465 | 10:20 |
*** ysandeep|rover|lunch is now known as ysandeep|rover | 10:34 | |
ysandeep|rover | marios: thanks! | 10:56 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-common stable/wallaby: [DNM] Test patch sc001/04 against 841547 https://review.opendev.org/c/openstack/tripleo-common/+/841565 | 11:04 |
opendevreview | Juan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI https://review.opendev.org/c/openstack/python-tripleoclient/+/841573 | 11:05 |
opendevreview | Lukas Bezdicka proposed openstack/tripleo-heat-templates stable/train: [ffwd] ceph_paused dict might not exist https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841574 | 11:08 |
*** soniya29 is now known as soniya29|ruck | 11:08 | |
*** soniya29|ruck is now known as soniya29|ruck|brb | 11:10 | |
opendevreview | Juan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI https://review.opendev.org/c/openstack/python-tripleoclient/+/841573 | 11:16 |
opendevreview | Takashi Kajinami proposed openstack/puppet-tripleo master: Redis: Share the same base class https://review.opendev.org/c/openstack/puppet-tripleo/+/841362 | 11:17 |
opendevreview | Juan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI https://review.opendev.org/c/openstack/python-tripleoclient/+/841573 | 11:17 |
opendevreview | Juan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI https://review.opendev.org/c/openstack/python-tripleoclient/+/841573 | 11:19 |
opendevreview | Juan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI https://review.opendev.org/c/openstack/python-tripleoclient/+/841573 | 11:22 |
*** dviroel_ is now known as dviroel | 11:33 | |
opendevreview | Bogdan Dobrelya proposed openstack/tripleo-heat-templates master: Only specify nfsver for local Nova NFS backend https://review.opendev.org/c/openstack/tripleo-heat-templates/+/839589 | 11:37 |
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 | 11:39 |
rlandy | Tengu: hello .. we will miss DF meeting due to planning | 11:39 |
Tengu | rlandy: sure. heard the gate blocker is under control? | 11:40 |
rlandy | Tengu: the deps one is - the ceph one - in check right now | 11:40 |
Tengu | 'k | 11:40 |
rlandy | leaving the links on the doc | 11:40 |
Tengu | ++ | 11:40 |
dviroel | ysandeep|rover: fmount: abandoned my patch, good to have newer tags, those ones are too old | 11:44 |
fmount | dviroel: ++ yeah thanks actually for starting that patch, we're currently testing sc001 and 004 w/ 841554 before moving forward | 11:49 |
dviroel | ++ | 11:54 |
ysandeep|rover | dviroel++ fmount++ | 11:58 |
*** ysandeep|rover is now known as ysandeep|rover|brb | 12:01 | |
opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates master: Horizon: Fix missing firewall rule for ssl backend https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841580 | 12:01 |
opendevreview | Merged openstack/tripleo-upgrade master: Install pkgs required to apply workarounds https://review.opendev.org/c/openstack/tripleo-upgrade/+/839683 | 12:08 |
Tengu | slaweq: I can at last confirm - your patch makes the CI happier. Tempest failed though, but it wasn't on the network part, or at least, "not only". | 12:14 |
*** soniya is now known as soniya|ruck | 12:21 | |
*** ysandeep|rover|brb is now known as ysandeep|rover | 12:28 | |
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 | 12:32 |
opendevreview | Marios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job https://review.opendev.org/c/openstack/tripleo-ci/+/841583 | 12:32 |
ysandeep|rover | marios, rlandy Tengu fmount train patch is ready to merge - https://review.opendev.org/c/openstack/tripleo-common/+/841550 , passed sc01/04 in testproject. | 12:49 |
opendevreview | Marios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job https://review.opendev.org/c/openstack/tripleo-ci/+/841583 | 12:49 |
ysandeep|rover | Tengu, fyi.. need to merge train before wallaby - because we run train content-provider job in wallaby for ffu-wallaby job. | 12:50 |
marios | ysandeep|rover: k will check | 12:51 |
marios | ysandeep|rover: k voted, also you'll need to update the V one for https://review.opendev.org/c/openstack/tripleo-common/+/841549/2#message-e5f0ded059056fb352f656e0ed4beb2feda9eca9 | 12:53 |
fmount | ysandeep|rover: marios ++ thanks | 12:54 |
fmount | so https://review.opendev.org/c/openstack/tripleo-common/+/841550 is ready to go | 12:55 |
fmount | fultonj: ^^ | 12:55 |
ysandeep|rover | marios, nice catch! Will mark it non-voting for gate as well | 12:55 |
marios | ysandeep|rover: ack fmount np | 12:55 |
fultonj | fmount: thanks . i'm reviewing | 12:59 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-common stable/victoria: Move the ceph monitoring stack containers to quay.io https://review.opendev.org/c/openstack/tripleo-common/+/841549 | 13:01 |
ysandeep|rover | marios, ^^ updated | 13:02 |
opendevreview | Marios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job https://review.opendev.org/c/openstack/tripleo-ci/+/841583 | 13:04 |
opendevreview | Merged openstack/diskimage-builder master: Switch to the CentOS 9 IPA job https://review.opendev.org/c/openstack/diskimage-builder/+/841558 | 13:05 |
marios | ysandeep|rover: ack thanks revoted | 13:05 |
ysandeep|rover | fmount, fyi.. victoria testproject also already passed | 13:05 |
ysandeep|rover | fmount, https://b7e92b7a006cb4ecaaa4-851002f2a2f4fd257d2d88d1bd1bf1ab.ssl.cf5.rackcdn.com/841554/2/check/tripleo-ci-centos-8-scenario001-standalone/cb7878a/logs/undercloud/home/zuul/containers-prepare-parameters.yaml | 13:05 |
ysandeep|rover | marios++ | 13:06 |
fmount | ysandeep|rover: nice, so we know we can merge them, I mean, it's nautilus for both V and T, same content, I'm not expecting any surprise here | 13:06 |
fmount | but it was good to double check ^ | 13:06 |
ysandeep|rover | fmount, yes .. train testproject already reported back as well - green | 13:07 |
*** dasm|off is now known as dasm | 13:15 | |
*** marios_ is now known as marios | 13:17 | |
Tengu | ah, merged already. fultonj++ :) | 13:25 |
opendevreview | Marios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job https://review.opendev.org/c/openstack/tripleo-ci/+/841583 | 13:41 |
opendevreview | Marios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job https://review.opendev.org/c/openstack/tripleo-ci/+/841583 | 13:43 |
ysandeep|rover | fmount: fyi.. w testproject passes as well :) we are good https://review.opendev.org/c/openstack/tripleo-common/+/841547/1#message-fdfad325c42c6f21c74fcedca44c1d01009c05fe | 13:57 |
opendevreview | Marios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job https://review.opendev.org/c/openstack/tripleo-ci/+/841583 | 13:57 |
opendevreview | Marios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job https://review.opendev.org/c/openstack/tripleo-ci/+/841583 | 13:58 |
opendevreview | John Fulton proposed openstack/tripleo-ansible stable/wallaby: Create Ceph pools/cephx keys with cli-deployed-ceph.yaml https://review.opendev.org/c/openstack/tripleo-ansible/+/841482 | 13:59 |
*** ysandeep|rover is now known as ysandeep|rover|mtg | 14:00 | |
opendevreview | Daniel Bengtsson proposed openstack/tripleo-upgrade master: Changed minversion in tox to 3.18.0. https://review.opendev.org/c/openstack/tripleo-upgrade/+/835028 | 14:08 |
opendevreview | Brent Eagles proposed openstack/puppet-tripleo master: Redis required for designate central service https://review.opendev.org/c/openstack/puppet-tripleo/+/831271 | 14:09 |
opendevreview | John Fulton proposed openstack/tripleo-ansible stable/wallaby: Create Ceph pools/cephx keys with cli-deployed-ceph.yaml https://review.opendev.org/c/openstack/tripleo-ansible/+/841482 | 14:11 |
opendevreview | John Fulton proposed openstack/python-tripleoclient stable/wallaby: Create Ceph pools/cephx keys before overcloud deploy https://review.opendev.org/c/openstack/python-tripleoclient/+/841484 | 14:15 |
opendevreview | Kevin Carter proposed openstack/python-tripleoclient master: Add Ansible execution environment support https://review.opendev.org/c/openstack/python-tripleoclient/+/776564 | 14:26 |
opendevreview | Marios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job https://review.opendev.org/c/openstack/tripleo-ci/+/841583 | 14:26 |
opendevreview | Hervé Beraud proposed openstack/tripleo-ansible master: Replace six.iteritems() with .items() https://review.opendev.org/c/openstack/tripleo-ansible/+/841608 | 14:39 |
slaweq | Tengu: thx, that's good info :) | 14:44 |
slaweq | so please review my patch maybe | 14:44 |
Tengu | slaweq: already done :) | 14:44 |
slaweq | Thx a lot | 14:44 |
Tengu | well, thank YOU for the hard work on that weird issue :) | 14:45 |
fmount | ysandeep|rover|mtg: fultonj marios finally -> https://status.sepia.ceph.com/incidents/4053 | 14:45 |
slaweq | yw, that was fun in fact :) | 14:45 |
fmount | some info about the ceph.quay.io failure | 14:45 |
Tengu | heh | 14:45 |
Tengu | slaweq: wait for the nftables thingy ;) | 14:45 |
slaweq | and very satisfying when we found the problem :) | 14:45 |
Tengu | you'll love it. And hate it soooo much | 14:45 |
slaweq | haha | 14:45 |
opendevreview | Luca Miccini proposed openstack/tripleo-puppet-elements stable/wallaby: Add fence-agents-compute to the list of installed rpms https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/839656 | 14:46 |
fultonj | fmount: thanks for the info. i expect the mirror on quay.io to be more reliable | 14:48 |
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 | 14:50 |
fmount | yeah | 14:50 |
Tengu | slaweq: btw - you said someone within Neutron was checking on nftables support? Care to get them in touch with me? Would love going forward on that topic :) | 14:51 |
opendevreview | John Fulton proposed openstack/python-tripleoclient stable/wallaby: Create Ceph pools/cephx keys before overcloud deploy https://review.opendev.org/c/openstack/python-tripleoclient/+/841484 | 14:54 |
opendevreview | Takashi Kajinami proposed openstack/puppet-tripleo master: Redis: Share the same base class https://review.opendev.org/c/openstack/puppet-tripleo/+/841362 | 14:57 |
*** ysandeep|rover|mtg is now known as ysandeep|rover | 15:56 | |
opendevreview | Marios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job https://review.opendev.org/c/openstack/tripleo-ci/+/841583 | 15:59 |
*** marios is now known as marios|out | 16:05 | |
*** soniya|ruck is now known as soniya|out | 16:11 | |
*** ysandeep|rover is now known as ysandeep|rover|out | 16:28 | |
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:32 |
opendevreview | Brent Eagles proposed openstack/tripleo-ansible master: Designate: use extra IP for bind/unbound colocation on the bind9 backend https://review.opendev.org/c/openstack/tripleo-ansible/+/839973 | 16:48 |
opendevreview | Brent Eagles proposed openstack/tripleo-heat-templates master: Designate: configure collocation IP on bind and neutron dns integration https://review.opendev.org/c/openstack/tripleo-heat-templates/+/839974 | 16:51 |
opendevreview | Brent Eagles proposed openstack/tripleo-ansible master: Designate: remove unnecessary transitional code for moving extra IP https://review.opendev.org/c/openstack/tripleo-ansible/+/840451 | 16:56 |
*** jpena is now known as jpena|off | 17:21 | |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: Add tripleo_container_standalone role https://review.opendev.org/c/openstack/tripleo-ansible/+/838905 | 17:22 |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: tripleo_keystone: Use tripleo_container_standalone https://review.opendev.org/c/openstack/tripleo-ansible/+/838906 | 17:22 |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: Add tripleo_iscsid role https://review.opendev.org/c/openstack/tripleo-ansible/+/838907 | 17:22 |
opendevreview | James Slagle proposed openstack/tripleo-ansible master: Add tripleo_mysql_client role https://review.opendev.org/c/openstack/tripleo-ansible/+/840321 | 17:22 |
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 | 17:22 |
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 | 17:22 |
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 | 17:22 |
chandankumar | cloudnull: hello | 17:29 |
cloudnull | o/ | 17:29 |
chandankumar | cloudnull: need help on this review https://review.opendev.org/c/openstack/tripleo-ansible/+/839688 | 17:29 |
chandankumar | currently cs9 containers molecule jobs are failing while calling /sbin/init | 17:30 |
chandankumar | it started coming all of a sudden | 17:30 |
chandankumar | on cs9 container file side https://gitlab.com/redhat/centos-stream/release-engineering/kickstarts/-/commit/9dd286be86e7d5d031b35c31a2057b5f6c5a5984 got merged, not sure it is causing it | 17:31 |
cloudnull | maybe the c9 image was minimized ? | 17:31 |
chandankumar | https://591902838f8e8646dfb9-837b2e88470accfe1a064b11bbc0b1d6.ssl.cf5.rackcdn.com/839688/22/check/tripleo-ansible-centos-stream-molecule-aide/7d5dcfc/reports.html | 17:31 |
chandankumar | not sure, they removed few files but it will not impact the service | 17:33 |
chandankumar | cloudnull: please have a look at the patch, when you get some time , thanks! | 17:38 |
cloudnull | in db6c66d6fd30 (the latest stream 9 image) /sbin/init was removed | 17:40 |
* cloudnull just pulled the image | 17:40 | |
cloudnull | in bbfed4aca4bb they have systemd-239-41 installed | 17:41 |
cloudnull | that's not true on latest | 17:41 |
cloudnull | so that review is dead unless we manually install systemd in our test base image, which is kinda broken | 17:41 |
cloudnull | yeah chandankumar - looks like we're DOA atm | 17:51 |
chandankumar | cloudnull: going to use ubi9 beta image https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9-beta/html-single/9.0_release_notes/index#known-issue_containers | 17:52 |
chandankumar | need to add some workaround there | 17:52 |
cloudnull | chandankumar looks like we need to use https://catalog.redhat.com/software/containers/ubi9-beta/ubi-init/60abff4502b386eb7ce96365 | 17:57 |
cloudnull | it doesn't look like the c9-stream image is supporting the same loadout | 17:58 |
opendevreview | chandan kumar proposed openstack/tripleo-ansible master: Rename jobs to centos-stream and use stream9 image as base https://review.opendev.org/c/openstack/tripleo-ansible/+/839688 | 18:00 |
chandankumar | cloudnull: ^^ feel free to update the patch, will take a look in morning, thanks! | 18:00 |
cloudnull | ++ | 18:00 |
rlandy | fultonj: pls w+ ... zuul voted | 18:04 |
rlandy | cloudnull: ^^ could you help out there - addressing gate blockers | 18:06 |
* fultonj +w's https://review.opendev.org/c/openstack/tripleo-common/+/841549 | 18:06 | |
rlandy | thanks | 18:06 |
cloudnull | just that one review? | 18:07 |
cloudnull | or are tehre others ? | 18:07 |
fultonj | rlandy: i can review additional patches if you need | 18:09 |
fultonj | i assumed you meant 841549 | 18:09 |
rlandy | fultonj: train and victoria are w+'ed. I need to recheck Wallaby once train merges | 18:11 |
rlandy | head of the gate now | 18:11 |
opendevreview | Brent Eagles proposed openstack/puppet-tripleo master: Designate: configure unbound resolvers as dns servers https://review.opendev.org/c/openstack/puppet-tripleo/+/835742 | 19:41 |
opendevreview | John Fulton proposed openstack/tripleo-docs master: Update Distributed Multibackend Storage for cephadm https://review.opendev.org/c/openstack/tripleo-docs/+/839281 | 20:26 |
opendevreview | Merged openstack/tripleo-common stable/train: Move the ceph monitoring stack containers to quay.io https://review.opendev.org/c/openstack/tripleo-common/+/841550 | 20:31 |
opendevreview | Merged openstack/validations-libs stable/1.6: Validation help improvement https://review.opendev.org/c/openstack/validations-libs/+/841392 | 20:31 |
opendevreview | Merged openstack/validations-common stable/1.6: Removing references to Babel https://review.opendev.org/c/openstack/validations-common/+/841397 | 20:31 |
opendevreview | Merged openstack/validations-common stable/1.6: setup.cfg: Replace dashes by underscores https://review.opendev.org/c/openstack/validations-common/+/841398 | 20:31 |
opendevreview | Merged openstack/validations-common stable/1.6: Normalizing VF metadata https://review.opendev.org/c/openstack/validations-common/+/841399 | 20:31 |
opendevreview | Merged openstack/validations-libs stable/1.6: Removing references to Babel https://review.opendev.org/c/openstack/validations-libs/+/841402 | 20:31 |
opendevreview | Goutham Pacha Ravi proposed openstack/tripleo-common master: Add the dbus-tools package to manila-share image https://review.opendev.org/c/openstack/tripleo-common/+/841634 | 20:38 |
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 | 20:39 |
rlandy | ok - Merged openstack/tripleo-common stable/train: Move the ceph monitoring stack containers to quay.io https://review.opendev.org/c/openstack/tripleo-common/+/841550 - merged - rechecking wallaby | 20:42 |
opendevreview | Douglas Viroel proposed openstack/tripleo-quickstart master: Save COMPOSE_ID info after setting up repos https://review.opendev.org/c/openstack/tripleo-quickstart/+/841639 | 20:53 |
*** dviroel is now known as dviroel|afk | 21:09 | |
*** dasm is now known as dasm|off | 21:11 | |
rlandy | fultonj: cloudnull: could we get your w+ on https://review.opendev.org/c/openstack/tripleo-common/+/841547 | 22:37 |
rlandy | in recheck now | 22:38 |
rlandy | passed content providers | 22:38 |
rlandy | thanks | 22:38 |
*** rlandy is now known as rlandy|bbl | 23:02 | |
opendevreview | Merged openstack/tripleo-heat-templates stable/train: IDM server registration is fixed to one server only https://review.opendev.org/c/openstack/tripleo-heat-templates/+/829709 | 23:51 |
opendevreview | Takashi Kajinami proposed openstack/puppet-tripleo master: Heat: Manage [clients] options https://review.opendev.org/c/openstack/puppet-tripleo/+/841654 | 23:55 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates master: Heat: Use internal endpoint to access the other services https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841655 | 23:58 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates master: Heat: Use internal endpoint to access the other services https://review.opendev.org/c/openstack/tripleo-heat-templates/+/841655 | 23:59 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!