Thursday, 2022-05-12

*** dviroel|afk is now known as dviroel00:00
dviroelquay.ceph.io is down00:01
opendevreviewTakashi Kajinami proposed openstack/tripleo-ansible stable/wallaby: tripleo_firewall: Allow injecting frontend rules  https://review.opendev.org/c/openstack/tripleo-ansible/+/83973800:15
opendevreviewTakashi Kajinami proposed openstack/puppet-tripleo master: ceilometer-polling: : Require redis backend  https://review.opendev.org/c/openstack/puppet-tripleo/+/83928900:16
opendevreviewDouglas Viroel proposed openstack/tripleo-common stable/wallaby: [stable/wallaby only] Update prometheus and grafana registries  https://review.opendev.org/c/openstack/tripleo-common/+/84151200:20
*** dviroel is now known as dviroel|out00:24
*** dviroel|out is now known as dviroel00:59
opendevreviewDouglas Viroel proposed openstack/tripleo-heat-templates stable/wallaby: DNM - Testing update prometheus registry  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84151301:08
*** rlandy|bbl is now known as rlandy|out01:09
*** ysandeep|rover|out is now known as ysandeep|rover01:19
*** dviroel is now known as dviroel|out01:24
*** ysandeep|rover is now known as ysandeep|afk02:26
lecris[m]1Were is the tripleo deployment documentation repository?03:21
lecris[m]1*Found it in tripleo-docs subfolder03:49
opendevreviewBrendan Shephard proposed openstack/tripleo-ansible master: Ensure required tools are available  https://review.opendev.org/c/openstack/tripleo-ansible/+/84154403:51
hjensaslecris[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
hjensaslecris[m]: A VIP on the ctlplane (Provisioning) network is required.04:27
lecris[m]1How to create the vip file for that?04:29
lecris[m]1hjensas: How to write the appropriate `vip_data.yaml`?04:31
lecris[m]1Or how to use the one created for undercloud?04:32
*** ysandeep|afk is now known as ysandeep|rover04:44
ysandeep|roverfmount: when you are around please take a look at https://bugs.launchpad.net/tripleo/+bug/1973115 04:56
hjensaslecris[m]: echo '- ctlplane' > vip_data.yaml 05:03
*** soniya is now known as soniya|ruck05:04
hjensaslecris[m]: oops, sorry this -> '- network: ctlplane'05:05
hjensaslecris[m]: there are sample files in /usr/share/openstack-tripleo-heat-templates/network-data-samples05:06
lecris[m]1hjensas: 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 these05:08
hjensaslecris[m]: https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/deployment/network_v2.html#pre-provision-network-virtual-ips05:10
hjensaslecris[m]: https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/deployment/network_v2.html#provision-baremetal-instances05:10
hjensaslecris[m]: https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/provisioning/baremetal_provision.html05:13
lecris[m]1hjensas: I have gone through that documentation for about a month to get to the current step05:15
hjensaslecris[m]: does an example help? https://github.com/hjensas/homelab/tree/master/labs/ovb-ipv4/overcloud05:16
lecris[m]1hjensas: Thank you so much, that will help me immensely 05:17
lecris[m]1hjensas:  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]1There are issues like `stack list` and a few other commands do not run on the latest tripleo master05:22
bshepharlecris[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 removed05:24
bshepharhttps://youtu.be/XkERySC6fNQ05:24
bshepharI made a video about Ephemeral Heat and the changes around Networks V2 that might help explain it for you05:24
lecris[m]1bshephar: 05:26
lecris[m]1> We don't have the Heat orchestration service running on tripleo master05:26
lecris[m]1What 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 master05:26
lecris[m]1What does this mean?05:26
bshepharYou can't run stack list, because it talks to Heat. There is no Heat service running in tripleo master05:26
ysandeep|roverfolks 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/197304305:26
bshepharhttps://specs.openstack.org/openstack/tripleo-specs/specs/wallaby/ephemeral-heat-overcloud.html05:27
lecris[m]1Oh, thank you. So after it is successfully deployed, we can see `overcloud` there?05:28
lecris[m]1BTW, after deploying `overcloud`, we can deploy `overcloud2` from it just by adding a new stack, linking nodes to it etc., from `overcloud`?05:29
bshepharYeah, 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]1And 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
bshepharI 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]1Ok, I will thinker with that soon.05:33
bshepharCool. Good luck. I have quite a few videos on that channel that you might find useful.05:34
lecris[m]1How about the managing multiple `overcloud`s from 1 `undercloud`?05:34
bshepharIt 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 personally05:35
lecris[m]1👍️ (IRC does not transmit matrix's reactions right?)05:35
lecris[m]1Are there any other steps after `deploy` (besides validate?)05:37
bshepharNothing additional after the deploy has been successful. 05:38
lecris[m]1Kay, thank you for your assistance. I'll look into the videos and ask out if there are more unclear steps05:41
bshepharNo worries. Good luck with you deployment05:43
lecris[m]1Oh btw, are there any movements to get fedora supported on tripleo? Or a different family like Ubuntu?05:44
opendevreviewBrendan Shephard proposed openstack/tripleo-ansible master: Ensure required tools are available  https://review.opendev.org/c/openstack/tripleo-ansible/+/84154405:49
bshepharlecris[m]1: Na, no initiatives to support Fedora or any other OS at this stage. Just RHEL and CentOS05:53
lecris[m]1What'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|brb05:57
bshepharIt 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 it05:58
bshepharWe did support it in the past, but no one used it. 05:58
lecris[m]1Because 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]1Personally I find Fedora very stable these days and worthy replacement for CentOS non-stream.06:08
lecris[m]1Would definitely be much easier to install than the `tripleo-repos`.06:09
bshepharMaybe, 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]1RFE/PTG?06:10
opendevreviewFrancesco Pantano proposed openstack/tripleo-common stable/wallaby: Move the ceph monitoring stack containers to quay.io  https://review.opendev.org/c/openstack/tripleo-common/+/84154706:11
bshepharRequest for Enhancement and PTG is: https://www.openstack.org/ptg/06:11
fmountysandeep|rover|brb: FYI review 841547 should fix 06:12
lecris[m]1The former being in launchpad?06:12
bshepharYep.06:12
lecris[m]1Kay, 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|rover06:15
bshepharAh, I'm not sure about that one. Maybe someone else here has an opinion06:16
ysandeep|roverfmount, 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|roverfmount, should we abandon https://review.opendev.org/c/openstack/tripleo-common/+/841512  upto you.06:19
ysandeep|roverfmount: quay.ceph.io is just down(outage/maintenance) or its decommissioned 06:21
lecris[m]1That'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
fmountysandeep|rover: ah I wasn't aware about 84151206:44
fmountit seems the same, so let me abandon my patch06:44
fmountand merge that one06:44
ysandeep|roverfmount, tags are different in doug's one is that okay?06:44
fmountah let me see06:45
* fmount assumed they were the same06:45
ysandeep|roversame as quay.ceph.io, but i see you changed tag in your patch06:45
fmountysandeep|rover: yeah, I updated the tags w/ the latest provided in pacific06:46
fmountysandeep|rover: I'd go with the latest tags provided by Ceph, so we're aligned with the upstream shipped content06:47
ysandeep|roverfmount: If we need latest tags, lets go ahead with your patch, I don't think dviroel_ will mind that... 06:48
fmountysandeep|rover: ack ^06:48
ysandeep|roverfmount, I will abandon dviroel_ patch one check passes in your job - which will confirm new tags works.06:49
ysandeep|roveronce* check06:49
fmountysandeep|rover: sure, in the meantime I'm reviewing victoria/train branches06:50
fmountfor the same reason06:50
fmountysandeep|rover: but not sure they moved nautilus to quay.io06:51
ysandeep|roverfmount, thanks if we can create patches for those branches with right tags in parallel - that will be great06:51
ysandeep|roverI wonder if quay.ceph.io is just down(outage/maintenance) or its decommissioned ?06:51
fmountoh yeah it's there06:51
fmountysandeep|rover: as a general approach the idea is to move to quay.io06:51
fmountso this is a good chance to update tripleo-common06:52
fmounteven for nautilus06:52
fmountso in theory all the content should be mirrored there06:52
ysandeep|roverfmount, +1 if content is available on quay.io let's do that06:52
fmountyeah it is, I'm going to submit a patch soon06:54
Tenguslaweq: heya! fyi, I'm testing your patch on a 3-ctl deploy (the one related to the UNTRACKED)07:04
slaweqTengu: ok, let me know how it will work for You07:05
Tengusure.07:06
Tenguit will be a bit slow - not 100% sure the NUC will be able to run so many nodes.07:06
opendevreviewFrancesco Pantano proposed openstack/tripleo-common stable/victoria: Move the ceph monitoring stack containers to quay.io  https://review.opendev.org/c/openstack/tripleo-common/+/84154907:07
Tengubut if it fails due to resource shortage, I'll test that on the bigger node07:07
fmountysandeep|rover: can we run a test (scen001/scen004) against 841549 ?07:08
ysandeep|roverfmount, ack07:08
Tenguysandeep|rover: need any help for the new gate blocker ?07:17
opendevreviewFrancesco Pantano proposed openstack/tripleo-heat-templates stable/train: DO-NOT-MERGE Test new ceph bits  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/69003807:17
ysandeep|roverTengu: thanks, we are good.. master deps issue should be fixed now and fmount patches will fix the wallaby and previous releases.07:20
Tengugood07:20
ysandeep|roverTengu, i will ping you for reviews once zuul reports07:20
Tenguso I can re-run a testproject related to the firewall things?07:20
Tenguor is it too early? no ceph involved07:20
ysandeep|roverTengu, on master?07:20
Tenguyep07:20
ysandeep|rovergo ahead07:20
Tenguhttps://review.rdoproject.org/r/c/testproject/+/42344 that one07:20
Tenguperfect!07:20
Tenguslaweq: -^ re-running on CI as well then07:21
opendevreviewFrancesco Pantano proposed openstack/tripleo-common stable/train: Move the ceph monitoring stack containers to quay.io  https://review.opendev.org/c/openstack/tripleo-common/+/84155007:26
ysandeep|roverfmount, https://zuul.openstack.org/status#841550 - tox-cover failed07:32
fmountmmmm ysandeep|rover  /me looking07:33
fmountoh in train we have the same references replicated in test 07:40
* fmount updating the train patch07:40
opendevreviewFrancesco Pantano proposed openstack/tripleo-common stable/train: Move the ceph monitoring stack containers to quay.io  https://review.opendev.org/c/openstack/tripleo-common/+/84155007:40
Tenguslaweq: fun.... not working on the lab. Did you have the route + IP in the router network on the UC?07:49
TenguI see the geneve rule as modified on the controllers, meaning your patch has been applied.07:49
Tengubut the router IP doesn't answer from the UC.07:49
*** ysandeep|rover is now known as ysandeep|rover|brb07:50
*** ysandeep|rover|brb is now known as ysandeep|rover08:03
Tenguanyway. let's wait for the actual CI run...08:03
TenguI'll trash that env and test my nftables thingy.08:03
*** tweining|off is now known as tweining08:12
opendevreviewSandeep Yadav proposed openstack/tripleo-common stable/victoria: [DNM] Test patch sc001/04 against 841549  https://review.opendev.org/c/openstack/tripleo-common/+/84155408:31
opendevreviewSandeep Yadav proposed openstack/tripleo-common stable/victoria: [DNM] Test patch sc001/04 against 841549  https://review.opendev.org/c/openstack/tripleo-common/+/84155408:33
ysandeep|roverfmount: ^^ as requested 08:36
fmountah nice thanks !! :D08:40
fmountbetter than having tht DNM patches :D08:40
ysandeep|rovererr.. why are we running ussuri content provider anymore - https://review.opendev.org/c/openstack/tripleo-common/+/841549/08:40
ysandeep|rovermarios, just to confirm - we don't accept patches in ussuri anymore right?08:41
ysandeep|roverahh, v upgrade job running here.. 08:42
fmountysandeep|rover: yeah my understanding is that is EOL08:42
fmountoh I see08:42
ysandeep|rovermarios, chandankumar with ussuri gone - can we drop standalone/undercloud upgrade job from V08:43
mariosysandeep|rover: not yet, we said we'd wait since v is going to go soon enough 08:43
mariosysandeep|rover: and no more patches in ussuri because there are no more repos for ussuri to post patches to (except tripleo-upgrade)08:43
mariosysandeep|rover: is it clear/ok ? 08:44
ysandeep|rovermarios, 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
mariosysandeep|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|rovermarios, https://review.opendev.org/c/openstack/tripleo-common/+/841549/ similair to this in all releases08:45
mariosysandeep|rover: yeah i see08:46
ysandeep|roverCeph Org moved to quay.io.08:46
mariosysandeep|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 issue08:46
mariosysandeep|rover: so we can start doing that. checking https://review.opendev.org/c/openstack/tripleo-common/+/841549/08:47
ysandeep|rovermarios, thanks08:48
mariosysandeep|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 case08:48
ysandeep|roverI agree, but if we need more discussion before removing those jobs - may be we can mark them non-voting atleast08:49
marios(like passing in the ussuri content provider job itself without touching triple-common kind of thing )08:49
mariosysandeep|rover: yeah i am thinking how to unblock you quickly... 08:49
ysandeep|roverfmount, marios damn.. we are getting into chicken egg issue: https://zuul.openstack.org/status#841547 - job in wallaby failing - ffu-wallaby need train content-provider08:53
ysandeep|roverthat means we need to merge train first08:53
mariosysandeep|rover: call? i am digging at removing the content provider08:54
ysandeep|roverfmount: Is it possible to confirm if ceph.quay.io is gone gone or just facing an outage.08:54
mariosfmount: ysandeep|rover: if you want to talk https://meet.google.com/jos-drox-ves08:55
ysandeep|rovermarios, joining08:55
* ysandeep|rover fetching my headphone08:55
fmountysandeep|rover: I think it's an outage but I'm not sure who is maintaining quay.ceph.io at this point08:56
fmountin master everything is moved to quay.io08:56
fmountso I'm not sure quay.ceph.io will be around on a long term vision08:56
ysandeep|roverfmount, do you have few minutes for call -  https://meet.google.com/jos-drox-ves 08:56
fmountthat's the reason of the patches where I s/quay.ceph/quay/g to make sure it won't happen again08:57
fmountyeah sure08:57
fmountjoining in a minute08:57
opendevreviewmbu proposed openstack/validations-libs master: Add validation container entry point  https://review.opendev.org/c/openstack/validations-libs/+/84018508:59
mariosysandeep|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|rovermarios, +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
mariosysandeep|rover: ack 09:14
* ysandeep|rover updating victoria patch to mark U content-provider and V upgrades jobs non-voting09:15
mariosysandeep|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
opendevreviewSandeep Yadav proposed openstack/tripleo-common stable/victoria: Move the ceph monitoring stack containers to quay.io  https://review.opendev.org/c/openstack/tripleo-common/+/84154909:22
ysandeep|rovermarios: ack thanks, patch is up ^^ let's see 09:23
opendevreviewDmitry Tantsur proposed openstack/diskimage-builder master: Switch to the CentOS 9 IPA job  https://review.opendev.org/c/openstack/diskimage-builder/+/84155809:43
*** jpena|off is now known as jpena09:44
opendevreviewSandeep Yadav proposed openstack/tripleo-common stable/train: [DNM] Test patch sc001/04 against 841550  https://review.opendev.org/c/openstack/tripleo-common/+/84156009:49
ysandeep|roverfmount, ^^ fyi.. for train09:51
fmountysandeep|rover: ++ thanks09:52
*** ysandeep|rover is now known as ysandeep|rover|lunch10:03
opendevreviewSandeep Yadav proposed openstack/tripleo-common stable/wallaby: [DNM] Test patch sc001/04 against 841547  https://review.opendev.org/c/openstack/tripleo-common/+/84156510:03
opendevreviewMarios Andreou proposed openstack/tripleo-ci master: Remove victoria standalone and undercloud upgrade jobs  https://review.opendev.org/c/openstack/tripleo-ci/+/84156810:14
mariosfmount: ysandeep|rover|lunch: ^^ 10:14
*** rlandy|out is now known as rlandy10:20
opendevreviewDmitriy 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/+/84146510:20
*** ysandeep|rover|lunch is now known as ysandeep|rover10:34
ysandeep|rovermarios: thanks!10:56
opendevreviewSandeep Yadav proposed openstack/tripleo-common stable/wallaby: [DNM] Test patch sc001/04 against 841547  https://review.opendev.org/c/openstack/tripleo-common/+/84156511:04
opendevreviewJuan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI  https://review.opendev.org/c/openstack/python-tripleoclient/+/84157311:05
opendevreviewLukas Bezdicka proposed openstack/tripleo-heat-templates stable/train: [ffwd] ceph_paused dict might not exist  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84157411:08
*** soniya29 is now known as soniya29|ruck11:08
*** soniya29|ruck is now known as soniya29|ruck|brb11:10
opendevreviewJuan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI  https://review.opendev.org/c/openstack/python-tripleoclient/+/84157311:16
opendevreviewTakashi Kajinami proposed openstack/puppet-tripleo master: Redis: Share the same base class  https://review.opendev.org/c/openstack/puppet-tripleo/+/84136211:17
opendevreviewJuan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI  https://review.opendev.org/c/openstack/python-tripleoclient/+/84157311:17
opendevreviewJuan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI  https://review.opendev.org/c/openstack/python-tripleoclient/+/84157311:19
opendevreviewJuan Larriba proposed openstack/python-tripleoclient master: Enable snapshots on the CLI  https://review.opendev.org/c/openstack/python-tripleoclient/+/84157311:22
*** dviroel_ is now known as dviroel11:33
opendevreviewBogdan Dobrelya proposed openstack/tripleo-heat-templates master: Only specify nfsver for local Nova NFS backend  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/83958911:37
opendevreviewBogdan Dobrelya proposed openstack/tripleo-heat-templates master: Fix volume and priv settings for virtlogd/wrapper  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/83976211:39
rlandyTengu: hello .. we will miss DF meeting due to planning11:39
Tengurlandy: sure. heard the gate blocker is under control?11:40
rlandyTengu: the deps one is - the ceph one - in check right now11:40
Tengu'k11:40
rlandyleaving the links on the doc11:40
Tengu++11:40
dviroelysandeep|rover: fmount: abandoned my patch, good to have newer tags, those ones are too old11:44
fmountdviroel: ++ yeah thanks actually for starting that patch, we're currently testing sc001 and 004 w/ 841554 before moving forward11:49
dviroel++11:54
ysandeep|roverdviroel++ fmount++11:58
*** ysandeep|rover is now known as ysandeep|rover|brb12:01
opendevreviewTakashi Kajinami proposed openstack/tripleo-heat-templates master: Horizon: Fix missing firewall rule for ssl backend  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84158012:01
opendevreviewMerged openstack/tripleo-upgrade master: Install pkgs required to apply workarounds  https://review.opendev.org/c/openstack/tripleo-upgrade/+/83968312:08
Tenguslaweq: 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|ruck12:21
*** ysandeep|rover|brb is now known as ysandeep|rover12:28
opendevreviewMarios Andreou proposed openstack/tripleo-quickstart master: WIP add new featureset66 for mixed deployment jobs  https://review.opendev.org/c/openstack/tripleo-quickstart/+/84158212:32
opendevreviewMarios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job  https://review.opendev.org/c/openstack/tripleo-ci/+/84158312:32
ysandeep|rovermarios, 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
opendevreviewMarios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job  https://review.opendev.org/c/openstack/tripleo-ci/+/84158312:49
ysandeep|roverTengu, fyi.. need to merge train before wallaby - because we run train content-provider job in wallaby for ffu-wallaby job.12:50
mariosysandeep|rover: k will check 12:51
mariosysandeep|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
fmountysandeep|rover: marios  ++ thanks12:54
fmountso https://review.opendev.org/c/openstack/tripleo-common/+/841550 is ready to go12:55
fmountfultonj: ^^12:55
ysandeep|rovermarios, nice catch! Will mark it non-voting for gate as well12:55
mariosysandeep|rover: ack fmount np 12:55
fultonjfmount: thanks . i'm reviewing12:59
opendevreviewSandeep Yadav proposed openstack/tripleo-common stable/victoria: Move the ceph monitoring stack containers to quay.io  https://review.opendev.org/c/openstack/tripleo-common/+/84154913:01
ysandeep|rovermarios, ^^ updated13:02
opendevreviewMarios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job  https://review.opendev.org/c/openstack/tripleo-ci/+/84158313:04
opendevreviewMerged openstack/diskimage-builder master: Switch to the CentOS 9 IPA job  https://review.opendev.org/c/openstack/diskimage-builder/+/84155813:05
mariosysandeep|rover: ack thanks revoted 13:05
ysandeep|roverfmount, fyi.. victoria testproject also already passed13:05
ysandeep|roverfmount, https://b7e92b7a006cb4ecaaa4-851002f2a2f4fd257d2d88d1bd1bf1ab.ssl.cf5.rackcdn.com/841554/2/check/tripleo-ci-centos-8-scenario001-standalone/cb7878a/logs/undercloud/home/zuul/containers-prepare-parameters.yaml13:05
ysandeep|rovermarios++13:06
fmountysandeep|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 here13:06
fmountbut it was good to double check  ^13:06
ysandeep|roverfmount, yes .. train testproject already reported back as well - green13:07
*** dasm|off is now known as dasm13:15
*** marios_ is now known as marios13:17
Tenguah, merged already. fultonj++ :)13:25
opendevreviewMarios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job  https://review.opendev.org/c/openstack/tripleo-ci/+/84158313:41
opendevreviewMarios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job  https://review.opendev.org/c/openstack/tripleo-ci/+/84158313:43
ysandeep|roverfmount: fyi.. w testproject passes as well :) we are good https://review.opendev.org/c/openstack/tripleo-common/+/841547/1#message-fdfad325c42c6f21c74fcedca44c1d01009c05fe13:57
opendevreviewMarios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job  https://review.opendev.org/c/openstack/tripleo-ci/+/84158313:57
opendevreviewMarios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job  https://review.opendev.org/c/openstack/tripleo-ci/+/84158313:58
opendevreviewJohn 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/+/84148213:59
*** ysandeep|rover is now known as ysandeep|rover|mtg14:00
opendevreviewDaniel Bengtsson proposed openstack/tripleo-upgrade master: Changed minversion in tox to 3.18.0.  https://review.opendev.org/c/openstack/tripleo-upgrade/+/83502814:08
opendevreviewBrent Eagles proposed openstack/puppet-tripleo master: Redis required for designate central service  https://review.opendev.org/c/openstack/puppet-tripleo/+/83127114:09
opendevreviewJohn 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/+/84148214:11
opendevreviewJohn Fulton proposed openstack/python-tripleoclient stable/wallaby: Create Ceph pools/cephx keys before overcloud deploy  https://review.opendev.org/c/openstack/python-tripleoclient/+/84148414:15
opendevreviewKevin Carter proposed openstack/python-tripleoclient master: Add Ansible execution environment support  https://review.opendev.org/c/openstack/python-tripleoclient/+/77656414:26
opendevreviewMarios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job  https://review.opendev.org/c/openstack/tripleo-ci/+/84158314:26
opendevreviewHervé Beraud proposed openstack/tripleo-ansible master: Replace six.iteritems() with .items()  https://review.opendev.org/c/openstack/tripleo-ansible/+/84160814:39
slaweqTengu: thx, that's good info :)14:44
slaweqso please review my patch maybe14:44
Tenguslaweq: already done :)14:44
slaweqThx a lot14:44
Tenguwell, thank YOU for the hard work on that weird issue :)14:45
fmountysandeep|rover|mtg: fultonj marios finally -> https://status.sepia.ceph.com/incidents/405314:45
slaweqyw, that was fun in fact :)14:45
fmountsome info about the ceph.quay.io failure14:45
Tenguheh14:45
Tenguslaweq: wait for the nftables thingy ;)14:45
slaweqand very satisfying when we found the problem :)14:45
Tenguyou'll love it. And hate it soooo much14:45
slaweqhaha14:45
opendevreviewLuca 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/+/83965614:46
fultonjfmount: thanks for the info. i expect the mirror on quay.io to be more reliable14:48
opendevreviewFrancesco Pantano proposed openstack/tripleo-heat-templates master: Add SwiftSystemReader role when Rbac is enabled  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84160914:50
fmountyeah14:50
Tenguslaweq: 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
opendevreviewJohn Fulton proposed openstack/python-tripleoclient stable/wallaby: Create Ceph pools/cephx keys before overcloud deploy  https://review.opendev.org/c/openstack/python-tripleoclient/+/84148414:54
opendevreviewTakashi Kajinami proposed openstack/puppet-tripleo master: Redis: Share the same base class  https://review.opendev.org/c/openstack/puppet-tripleo/+/84136214:57
*** ysandeep|rover|mtg is now known as ysandeep|rover15:56
opendevreviewMarios Andreou proposed openstack/tripleo-ci master: WIP add new mixed mode nodeset and job  https://review.opendev.org/c/openstack/tripleo-ci/+/84158315:59
*** marios is now known as marios|out16:05
*** soniya|ruck is now known as soniya|out16:11
*** ysandeep|rover is now known as ysandeep|rover|out16:28
opendevreviewBrent Eagles proposed openstack/puppet-tripleo master: Designate: configure unbound resolvers as dns servers  https://review.opendev.org/c/openstack/puppet-tripleo/+/83574216:32
opendevreviewBrent 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/+/83997316:48
opendevreviewBrent 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/+/83997416:51
opendevreviewBrent Eagles proposed openstack/tripleo-ansible master: Designate: remove unnecessary transitional code for moving extra IP  https://review.opendev.org/c/openstack/tripleo-ansible/+/84045116:56
*** jpena is now known as jpena|off17:21
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_container_standalone role  https://review.opendev.org/c/openstack/tripleo-ansible/+/83890517:22
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: tripleo_keystone: Use tripleo_container_standalone  https://review.opendev.org/c/openstack/tripleo-ansible/+/83890617:22
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_iscsid role  https://review.opendev.org/c/openstack/tripleo-ansible/+/83890717:22
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_mysql_client role  https://review.opendev.org/c/openstack/tripleo-ansible/+/84032117:22
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add initial standalone playbooks and inventory for a compute node  https://review.opendev.org/c/openstack/tripleo-ansible/+/84050917:22
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_bootstrap role to operating system install phase  https://review.opendev.org/c/openstack/tripleo-ansible/+/84067517:22
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add tripleo_ssh_known_hosts role to OpenStack configure phase  https://review.opendev.org/c/openstack/tripleo-ansible/+/84067617:22
chandankumarcloudnull: hello17:29
cloudnullo/17:29
chandankumarcloudnull: need help on this review https://review.opendev.org/c/openstack/tripleo-ansible/+/83968817:29
chandankumarcurrently cs9 containers molecule jobs are failing while calling /sbin/init 17:30
chandankumarit started coming all of a sudden17:30
chandankumaron cs9 container file side https://gitlab.com/redhat/centos-stream/release-engineering/kickstarts/-/commit/9dd286be86e7d5d031b35c31a2057b5f6c5a5984 got merged, not sure it is causing it17:31
cloudnullmaybe the c9 image was minimized ?17:31
chandankumarhttps://591902838f8e8646dfb9-837b2e88470accfe1a064b11bbc0b1d6.ssl.cf5.rackcdn.com/839688/22/check/tripleo-ansible-centos-stream-molecule-aide/7d5dcfc/reports.html17:31
chandankumarnot sure, they removed few files but it will not impact the service17:33
chandankumarcloudnull: please have a look at the patch, when you get some time , thanks!17:38
cloudnullin db6c66d6fd30 (the latest stream 9 image) /sbin/init was removed 17:40
* cloudnull just pulled the image 17:40
cloudnullin bbfed4aca4bb they have systemd-239-41 installed 17:41
cloudnull that's not true on latest 17:41
cloudnullso that review is dead unless we manually install systemd in our test base image, which is kinda broken 17:41
cloudnullyeah chandankumar - looks like we're DOA atm 17:51
chandankumarcloudnull: 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_containers17:52
chandankumarneed to add some workaround there17:52
cloudnullchandankumar looks like we need to use https://catalog.redhat.com/software/containers/ubi9-beta/ubi-init/60abff4502b386eb7ce96365 17:57
cloudnullit doesn't look like the c9-stream image is supporting the same loadout 17:58
opendevreviewchandan 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/+/83968818:00
chandankumarcloudnull: ^^ feel free to update the patch, will take a look in morning, thanks!18:00
cloudnull++ 18:00
rlandyfultonj: pls w+ ... zuul voted18:04
rlandycloudnull: ^^ could you help out there - addressing gate blockers18:06
* fultonj +w's https://review.opendev.org/c/openstack/tripleo-common/+/84154918:06
rlandythanks18:06
cloudnulljust that one review?18:07
cloudnullor are tehre others ?18:07
fultonjrlandy: i can review additional patches if you need 18:09
fultonji assumed you meant 841549 18:09
rlandyfultonj: train and victoria are w+'ed. I need to recheck Wallaby once train merges18:11
rlandyhead of the gate now18:11
opendevreviewBrent Eagles proposed openstack/puppet-tripleo master: Designate: configure unbound resolvers as dns servers  https://review.opendev.org/c/openstack/puppet-tripleo/+/83574219:41
opendevreviewJohn Fulton proposed openstack/tripleo-docs master: Update Distributed Multibackend Storage for cephadm  https://review.opendev.org/c/openstack/tripleo-docs/+/83928120:26
opendevreviewMerged openstack/tripleo-common stable/train: Move the ceph monitoring stack containers to quay.io  https://review.opendev.org/c/openstack/tripleo-common/+/84155020:31
opendevreviewMerged openstack/validations-libs stable/1.6: Validation help improvement  https://review.opendev.org/c/openstack/validations-libs/+/84139220:31
opendevreviewMerged openstack/validations-common stable/1.6: Removing references to Babel  https://review.opendev.org/c/openstack/validations-common/+/84139720:31
opendevreviewMerged openstack/validations-common stable/1.6: setup.cfg: Replace dashes by underscores  https://review.opendev.org/c/openstack/validations-common/+/84139820:31
opendevreviewMerged openstack/validations-common stable/1.6: Normalizing VF metadata  https://review.opendev.org/c/openstack/validations-common/+/84139920:31
opendevreviewMerged openstack/validations-libs stable/1.6: Removing references to Babel  https://review.opendev.org/c/openstack/validations-libs/+/84140220:31
opendevreviewGoutham Pacha Ravi proposed openstack/tripleo-common master: Add the dbus-tools package to manila-share image  https://review.opendev.org/c/openstack/tripleo-common/+/84163420:38
opendevreviewGoutham Pacha Ravi proposed openstack/tripleo-common stable/wallaby: Add the dbus-tools package to manila-share image  https://review.opendev.org/c/openstack/tripleo-common/+/84148620:39
rlandyok -  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 wallaby20:42
opendevreviewDouglas Viroel proposed openstack/tripleo-quickstart master: Save COMPOSE_ID info after setting up repos  https://review.opendev.org/c/openstack/tripleo-quickstart/+/84163920:53
*** dviroel is now known as dviroel|afk21:09
*** dasm is now known as dasm|off21:11
rlandyfultonj: cloudnull: could we get your w+ on https://review.opendev.org/c/openstack/tripleo-common/+/84154722:37
rlandyin recheck now22:38
rlandypassed content providers22:38
rlandythanks22:38
*** rlandy is now known as rlandy|bbl23:02
opendevreviewMerged openstack/tripleo-heat-templates stable/train: IDM server registration is fixed to one server only  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82970923:51
opendevreviewTakashi Kajinami proposed openstack/puppet-tripleo master: Heat: Manage [clients] options  https://review.opendev.org/c/openstack/puppet-tripleo/+/84165423:55
opendevreviewTakashi 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/+/84165523:58
opendevreviewTakashi 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/+/84165523:59

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