Friday, 2022-06-17

opendevreviewTakashi Kajinami proposed openstack/tripleo-heat-templates master: Revert "Revert "Move CA cert injection to host_prep_tasks""  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84612600:24
opendevreviewRafael Castillo proposed openstack/tripleo-quickstart master: DNM: Test building latest sdk in dependency  https://review.opendev.org/c/openstack/tripleo-quickstart/+/84537500:25
opendevreviewTakashi Kajinami proposed openstack/python-tripleoclient master: overcloud deploy: Remove validation based on existing stack  https://review.opendev.org/c/openstack/python-tripleoclient/+/84623901:38
opendevreviewBrendan Shephard proposed openstack/python-tripleoclient master: Fix config-download playbook name  https://review.opendev.org/c/openstack/python-tripleoclient/+/84624101:56
opendevreviewBrendan Shephard proposed openstack/python-tripleoclient master: Remove overcloud config download command  https://review.opendev.org/c/openstack/python-tripleoclient/+/84624302:58
opendevreviewTakashi Kajinami proposed openstack/python-tripleoclient master: overcloud deploy: Remove validation based on existing stack  https://review.opendev.org/c/openstack/python-tripleoclient/+/84623903:55
opendevreviewRafael Castillo proposed openstack/tripleo-quickstart master: DNM: Test building latest sdk in dependency  https://review.opendev.org/c/openstack/tripleo-quickstart/+/84537504:12
opendevreviewyatin proposed openstack/tripleo-quickstart-extras master: Only deploy ceph before the overcloud in master  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84615904:25
*** pojadhav is now known as pojadhav|ruck04:25
*** chkumar|rover is now known as chandankumar05:10
opendevreviewTakashi Kajinami proposed openstack/tripleo-heat-templates master: Neutron: Deprecate unmaintained features  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84624905:18
chandankumartkajinam: hello 05:20
chandankumartkajinam: please have a look at this issue https://bugs.launchpad.net/tripleo/+bug/1978997 when free, thanks!05:20
tkajinamchandankumar, I've left a comment but that looks like a pacemaker issue05:28
tkajinampacemaker does never promote redis05:28
tkajinammight need someone form pidone team to check it. I suspect there were some change made in pacemaker but I'm not quite sure atm05:29
chandankumartkajinam: thanks, will ask dciabrin to take a look https://bugs.launchpad.net/tripleo/+bug/1978997 when he is around, :-)05:29
opendevreviewPranali Deore proposed openstack/tripleo-heat-templates master: Enabling ``use_keystone_limits`` in glance to use keystone limits  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84609905:30
tkajinamchandankumar, can you compare pacemaker version ? current one and the one used in the last successful run05:30
chandankumarsure05:30
chandankumartkajinam: https://bugs.launchpad.net/tripleo/+bug/1978997/comments/205:35
chandankumarnew pacemaker got added there in failing job05:36
tkajinamchandankumar, hmm. though the change is supposed to be minor05:47
mrungechandankumar, tkajinam I believe the redis/pacemaker issue is not the root cause05:51
mrungegnocchi is aborting requests to send data, my gut feeling is, it doesn't work with the version of sqlalchemy05:52
mrungehttps://ac8676a2e4bb22cb45b3-6ec72dc5947dcd41834023b354511109.ssl.cf5.rackcdn.com/842370/6/gate/tripleo-ci-centos-9-scenario001-standalone/93b1333/logs/undercloud/var/log/containers/gnocchi/app.log05:52
tkajinammrunge, hmm, that might be an issue but according to pacemaker log, it never promoted redis and kept it unpromoted status05:56
mrungetkajinam, so, there are two issues then?05:56
tkajinammrunge, I guess haproxy is disconnecting because of no badkends available05:56
mrungethe connection between gnocchi and redis is unreliable, gnocchi will just retry05:57
tkajinammrunge, If you are talking about that SAWarning then read this https://review.opendev.org/c/openstack/heat/+/84586605:58
tkajinamI think that is just a warning. I can propose a patch to get rid of that warning05:58
mrungebut it is a problem (over time), when gnocchi can never connect to redis05:58
tkajinamyeah05:58
tkajinamthat's what I understood from the error output05:59
mrungetkajinam, the sqlalchemy warning may be another issue. fact is, that one can not send metrics to gnocchi, gnocchi does not accept new metrics05:59
mrungeI could debug that down to gnocchi trying to recreate an existing archive policy, which then fails05:59
mrungequestion is, why the archive policy is not found in the first place06:00
tkajinamahh, ok06:00
tkajinamI think we can look into the redis problem first and once that is sorted then that gnocchi issue06:00
mrungegnocchi not being able to stand up as quickly as usual may be causing issues too06:00
mrungeI wonder if the gnocchi not accepting metrics is a fall-out from srbac we found only now06:04
mrungeand just by coincidence06:04
tkajinamI think it should not be affected by srbac now because we still enable legacy rules and has never enforce scope.06:05
mrungethere goes my theory of the user in gnocchi not being allowed to list archive-policies for whatever reason06:06
tkajinamhmm06:11
tkajinammight need to check the policy file deployed. let me check06:11
tkajinamI think the policy-in-code implementation which I proposed is not getting released. the feature presents only in master afaik06:11
mrungegnocchi in pip is version 4.4. which is not supported by gnocchi upstream anymore06:12
mrunge4.5 is not released yet06:12
tkajinammrunge, I vaguely guess I broke something by https://github.com/rdo-packages/gnocchi-distgit/commit/80fb0cb9a3ef595af9e894ffebb7ad0a247b2d32 06:20
tkajinamhttps://github.com/gnocchixyz/gnocchi/commit/9d14a3183a15baa8e30cd47fb061159820b6e2fe06:20
tkajinamin the past we generate yaml from json during configuration but we are now using the yaml file included in the gnocchi repo06:20
tkajinamI suspect the policy rule provided by that file has something wrong. though it's not quite clear what is wrong.06:21
tkajinammrunge, that SAWarning should be fixed by this, https://github.com/kvesteri/sqlalchemy-utils/commit/2f4058b20332b5fed06a437ebd34551025504b7006:22
tkajinamsqlalchemy-utils >= 0.38.1 is required06:22
mrungetkajinam, if the issue of gnocchi not accepting metrics is unrelated to sqlalchemy versions, it should exist in earlier openstack releases too06:29
tkajinammrunge, ok I noticed you pointed a different warning06:30
tkajinamyeah06:30
*** amoralej|off is now known as amoralej06:31
dciabrinmorning o/06:54
dciabrintkajinam, mrunge i just saw redis in the chat backlog? I seem to rememeber we disable redis by default in master nowadays, maybe this job is not expecting it? I'm checking the logs as i'm writing that, so maybe it's unrelated06:55
tkajinamdciabrin, redis is enabled in that job and the container is started but somehow promotion (removing the invalid master) is not working for some reason06:58
dciabrinoh06:59
*** jpena|off is now known as jpena07:01
*** arxcruz is now known as arxcruz|rover07:08
tkajinamhello. does anybody from the core team care to merge this victoria backport ? https://review.opendev.org/c/openstack/os-net-config/+/84338407:36
tkajinamtrain backport is also awaiting for 2nd +2 https://review.opendev.org/c/openstack/os-net-config/+/84338507:36
opendevreviewMerged openstack/python-tripleoclient stable/victoria: Remove deprecation warnings for the role command  https://review.opendev.org/c/openstack/python-tripleoclient/+/80471407:42
opendevreviewMerged openstack/tripleo-quickstart master: Temp downgrade of libvirt 8.4.x - failing tempest  https://review.opendev.org/c/openstack/tripleo-quickstart/+/84619407:42
opendevreviewMerged openstack/tripleo-quickstart-extras master: Revert "Temporarily freeze openssl"  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84612507:42
*** ysandeep|out is now known as ysandeep|afk08:10
dciabrintkajinam, marios is wondering if the victoria backport is required?08:21
tkajinamdciabrin, it can be skipped in general as we are EOLing the branch08:22
tkajinambut for above case I prefer moving that victoria backport forward because if we abandone that then I need to update train backport to remove the commit id, which wipes existing +208:22
dciabrinah got you. 08:22
dciabrini +a'd it08:23
tkajinamdciabrin, thx !08:23
tkajinamif it gets stuck in gate then I'll abandon it anyway instead of try fixing CI now08:24
dciabrinack08:24
chandankumardciabrin: tkajinam: mrunge anything we can do currently to temp fix the sc1 and unblock the gates?08:25
mariosdciabrin: o/ which patch ? 08:27
dciabrinchandankumar, I see that the failing job has resource-agents-4.10.0-17.el9.x86_64 instead of resource-agents-4.10.0-15.el9.x86_64 but i don't know yet if there's any difference in the redis resource agent08:27
mariosdciabrin: tkajinam: k that one must be 10:36 < tkajinam> hello. does anybody from the core team care to merge this victoria backport ? https://review.opendev.org/c/openstack/os-net-config/+/84338408:27
dciabrinmarios, yes. but tkajinam cleared my question. sorry for the noise, you heard nothing *jedi trick*08:28
marioswhat was i doing again? 08:28
mariosah yes coffe08:28
mariosbrb08:28
mariostkajinam: ack i'll check next week anyway before i redo the releases thing ... no problem if we have to wait if there are any more issues like that 08:28
dciabrinlol08:29
marios;)08:29
tkajinammarios, ack, though that would not become a blocker :-)08:29
tkajinamchandankumar, immediate workaround might be deploy redis as a standalone service, or maybe try downgrading pacemaker packages + resource agents08:30
marioschandankumar: so https://review.opendev.org/c/openstack/tripleo-quickstart/+/846194 didn't help or this is new issue now :/08:31
marioschandankumar: sorry i see it now https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/846159/4..5#message-2e6b6aed542fc6906dab6eb0585bb3bd899a493108:31
dciabrinchandankumar, can you easily pin pacemaker* + resource-agents to the prior versions?08:42
chandankumardciabrin: let me try that08:43
chandankumarmarios: ipa job got fixed, sc1 failure investigation is still going on08:44
tkajinam2022-06-09 - Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-1708:48
tkajinam- lvmlockd: fail when use_lvmlockd has not been set08:48
tkajinam- aws-vpc-move-ip: add interface label support08:48
tkajinamResolves: rhbz#209482808:48
tkajinamResolves: rhbz#209321308:48
tkajinamdoes not look related08:48
dciabrintkajinam, i have to figure out what the redis resource agent is doing, I'm surprised I see no mention of this master-redis flag being set in the logs08:54
tkajinamyeah08:58
tkajinamdciabrin, I tend to suspect something wrong within core pacemaker because it never attempt to promote, but there might be something wrong with resource agent causing that. not familiar with the actual logic08:59
tkajinamJun 17 07:05:18.749 standalone.localdomain pacemaker-schedulerd[61286] (unpack_rsc_op_failure)  warning: Unexpected result (error: Resource agent did not complete within 20s) was recorded for monitor of redis-bundle-podman-0 on standalone at Jun 17 07:05:02 2022 | rc=1 id=redis-bundle-podman-0_last_failure_008:59
tkajinamthis sounds storage but relationship is not quite clear, atm08:59
* tkajinam is checking pacemaker log08:59
dciabrintkajinam, the theory should be that at some point a monitoring operation should trigger a promotion, hence my surprise09:02
dciabrinas monitors happen all the time, even after one monitor op has failed09:02
opendevreviewchandan kumar proposed openstack/tripleo-common master: [DNM] Downgrade pacemaker and resource-agents  https://review.opendev.org/c/openstack/tripleo-common/+/84628709:22
chandankumardciabrin: ^^ there is no way to pin the pacemaker, so I am downgrading it 09:23
dciabrinchandankumar, oh ok09:23
chandankumarcontent provider will build the new container and test it in sc1 job09:23
chandankumarhttps://zuul.opendev.org/t/openstack/status#84628709:23
tkajinamI checked changes recently merged but could not find clearly suspicious change...09:31
* tkajinam needs to be away for a while09:31
opendevreviewchandan kumar proposed openstack/tripleo-ci master: Switch to ubi9 containers_base_image image  https://review.opendev.org/c/openstack/tripleo-ci/+/84378709:35
opendevreviewTakashi Kajinami proposed openstack/tripleo-heat-templates master: Neutron: Remove NSX plugin support  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84628909:45
opendevreviewTakashi Kajinami proposed openstack/puppet-tripleo master: Neutron: Remove NSX plugin support  https://review.opendev.org/c/openstack/puppet-tripleo/+/84629009:48
opendevreviewTakashi Kajinami proposed openstack/tripleo-common master: Remove unused oslo.vmware from Neutron image  https://review.opendev.org/c/openstack/tripleo-common/+/84629109:50
*** rlandy|out is now known as rlandy10:30
opendevreviewRajesh Tailor proposed openstack/tripleo-ansible master: Remove - from endfor statement  https://review.opendev.org/c/openstack/tripleo-ansible/+/84533310:40
opendevreviewGorka Eguileor proposed openstack/tripleo-common master: Reduce memory consumption in Cinder services  https://review.opendev.org/c/openstack/tripleo-common/+/84580710:43
opendevreviewBrent Eagles proposed openstack/puppet-tripleo stable/wallaby: Redis required for designate central service  https://review.opendev.org/c/openstack/puppet-tripleo/+/84633811:01
opendevreviewFrancesco Pantano proposed openstack/tripleo-ansible master: Add ssl spec parameter to rgw  https://review.opendev.org/c/openstack/tripleo-ansible/+/84634011:05
*** ysandeep|afk is now known as ysandeep11:09
opendevreviewMarios Andreou proposed openstack/tripleo-quickstart-extras master: WIP add some new plays for mixed mode  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84176411:39
*** ysandeep is now known as ysandeep|afk11:47
fultonjmornings11:49
opendevreviewManojkatari proposed openstack/puppet-tripleo master: Support to configure cinder backend_defaults  https://review.opendev.org/c/openstack/puppet-tripleo/+/84585412:08
fmountfultonj: o/ thanks for your comment in https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84623112:15
fultonjfmount: yeah sure12:15
fultonjit's the longest commit message for 1 line of code i've done :/12:15
fmountahahah yeah12:15
fultonjbut ther's a lot of subtly12:15
fmountI was actually a bit confused by the last part of the comment12:16
fmountbut now I think I get it12:16
fmountyou use tripleo operator to deploy ceph12:16
fultonjthe push_destination is tricky12:16
fmountbut it calls tripleoclient right?12:16
fultonjyes12:16
fultonjtripleo-ansible-operator12:16
fultonjnot to be confused with go-operators or people who use tripleo :)12:17
fmountso the ceph_ns is actually the extravar that tripleoclient sets12:17
fmounttripleo-ansible-operator yes12:17
fmountI meant ^^12:17
fultonjyeah lots of work to set an extra_vars when tripleo_cephadm role is called12:17
fultonjhttps://github.com/openstack/python-tripleoclient/blob/master/tripleoclient/v2/overcloud_ceph.py#L564-L56612:18
*** amoralej is now known as amoralej|lunch12:19
fultonjfmount: ^ extra_vars['tripleo_cephadm_container_ns'] will use what came out of parsing container image prepare (but the parsing sneaks in undercloud registry)12:19
fultonjUNLESS  parsed_args.container_namespace is there12:19
fultonjtripleo-ansible-operator sneaks that in 12:20
fultonjstandalone_container_ceph_updates only when is true12:20
fultonjelse it's omit12:20
fultonjfmount: does it makes sense?12:21
fmountyeah fultonj 12:21
fmountmakes sense thanks :D12:22
fultonjmore importantly, i want to see what the ci did with it12:25
rlandyhttps://review.opendev.org/c/openstack/tripleo-common/+/846287/ - got a zuul +112:26
rlandycan we remove the DNM and go with this?12:26
fultonjrlandy: sounds good me me12:26
rlandychandankumar: fmount: dciabrin: ^^?12:26
rlandyfultonj: two fixes merged  - two to go12:27
fultonjyay progress12:27
fmountwow nice :D12:28
fmountlet's move forward then12:28
rlandyk - removing DNM - updating commit message12:28
fmount++ rlandy thanks12:28
dciabrinrlandy, i'll +2 it right after, thanks12:28
dciabrintkajinam, ramishra, https://paste.opendev.org/show/b3MbIknb2FT4jRB5GutT/ i'm trying to deploy a standalone locally, but it's erroring out on me in a way I never saw before. Does that ring a bell to you maybe?12:30
chandan_kumardciabrin pacemaker downgrade worked12:33
opendevreviewRonelle Landy proposed openstack/tripleo-common master: Downgrade pacemaker and resource-agents  https://review.opendev.org/c/openstack/tripleo-common/+/84628712:33
dciabrinchandan_kumar, yup, I just +2'd it12:33
dciabrinthx!12:33
chandan_kumarCentOS stream updates brought these damages12:34
rlandyhttps://review.opendev.org/c/openstack/tripleo-common/+/846287 should be good to go12:34
rlandydciabrin: thanks for review12:35
rlandyfmount: ^^ if you want to add your vote12:35
rlandywill merge when zuul revotes there12:35
rlandyarxcruz|rover: pojadhav|ruck: ^^ fyi12:35
fmountrlandy: done!12:36
rlandygreat12:36
rlandygetting there after yesterday's disaster12:36
tkajinamdciabrin, hmmmm, no. 12:37
opendevreviewTakashi Kajinami proposed openstack/tripleo-common master: wip: testing downgrading resource agents  https://review.opendev.org/c/openstack/tripleo-common/+/84635112:39
opendevreviewTakashi Kajinami proposed openstack/tripleo-common master: wip: testing downgrading pacemaker/pacemaker-remote  https://review.opendev.org/c/openstack/tripleo-common/+/84635212:40
opendevreviewTakashi Kajinami proposed openstack/tripleo-common master: wip: Revert "Downgrade pacemaker and resource-agents"  https://review.opendev.org/c/openstack/tripleo-common/+/84635312:41
tkajinam^^^ this would allows us to know which is causing the problem12:41
* tkajinam is abusing ci resource for testing :-P12:42
tkajinamwait12:43
tkajinamhttps://review.opendev.org/c/openstack/tripleo-common/+/84629112:43
tkajinamtripleo-ci-centos-9-standalone passed12:43
tkajinamahh, not that one12:44
tkajinamneed to check scenario00112:44
*** dviroel|out is now known as dviroel13:00
*** amoralej|lunch is now known as amoralej13:03
opendevreviewFrancesco Pantano proposed openstack/tripleo-common stable/wallaby: Split off Ceph related container images  https://review.opendev.org/c/openstack/tripleo-common/+/84635613:06
opendevreviewFrancesco Pantano proposed openstack/tripleo-common stable/wallaby: Split off Ceph related container images  https://review.opendev.org/c/openstack/tripleo-common/+/84635613:07
opendevreviewFrancesco Pantano proposed openstack/tripleo-common stable/wallaby: Split off Ceph related container images  https://review.opendev.org/c/openstack/tripleo-common/+/84635613:08
opendevreviewRonelle Landy proposed openstack/tripleo-quickstart-extras master: Only deploy ceph before the overcloud in master  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84615913:13
rlandyarxcruz|rover: pojadhav|ruck: fultonj: ^^ added the depends-on triple-common patch13:13
rlandylet's see if that clears zuul now13:13
arxcruz|roverok13:14
opendevreviewRonelle Landy proposed openstack/tripleo-quickstart-extras master: Only deploy ceph before the overcloud in master  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84615913:14
opendevreviewFrancesco Pantano proposed openstack/tripleo-common stable/wallaby: Split off Ceph related container images  https://review.opendev.org/c/openstack/tripleo-common/+/84635613:15
*** ysandeep|afk is now known as ysandeep13:16
pojadhav|ruckrlandy, ack13:18
*** pojadhav|ruck is now known as pojadhav|dinner13:18
fultonjthanks rlandy 13:30
*** pojadhav|dinner is now known as pojadhav|ruck13:40
*** dviroel is now known as dviroel|pto14:03
*** ysandeep is now known as ysandeep|out14:04
opendevreviewRabi Mishra proposed openstack/tripleo-heat-templates stable/wallaby: Remove legacy network-isolation env files  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84625514:04
fultonjrlandy: FYI i'll be AFK for the next 2 hours but back in the afternoon14:09
fultonjfmount: fyi ^ 14:09
rlandyfultonj: k - np  - do you just want to w+ the tripleo-common patch?14:10
rlandyI'll take care of w+ on the t-q-e one14:11
fultonjhttps://review.opendev.org/c/openstack/tripleo-common/+/846287 14:11
fultonj+2 +w14:11
rlandycool  - thanks14:12
fmountfultonj: np, rlandy feel free to ping me if we need any other review!14:12
fultonji guess we want to know next why https://review.rdoproject.org/r/c/testproject/+/36256 which tested https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/846231 failed14:15
fultonji'll try to answer that later14:15
fmountfultonj: https://logserver.rdoproject.org/56/36256/94/check/periodic-tripleo-ci-centos-9-scenario001-standalone-master/444a82e/logs/quickstart_install.log14:18
fmount"openstack overcloud ceph deploy: error: unrecognized arguments: ternary('quay.rdoproject.org/tripleomastercentos9', omit)"] 14:19
fmountI suspect we need to update https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84623114:19
opendevreviewFrancesco Pantano proposed openstack/tripleo-quickstart-extras master: Override Ceph --container-namespace for periodic jobs  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84623114:22
fmountrlandy: /me trying to push an update ^^14:22
rlandyok - let's see14:24
opendevreviewFrancesco Pantano proposed openstack/tripleo-quickstart-extras master: Override Ceph --container-namespace for periodic jobs  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84623114:25
*** pojadhav|ruck is now known as pojadhav|out14:26
opendevreviewMerged openstack/tripleo-ci master: Added standalone-full-tempest-api & -scenario -options jobs  https://review.opendev.org/c/openstack/tripleo-ci/+/84326814:51
opendevreviewMerged openstack/tripleo-ansible master: Set current ceph dashboard mgr backend fact  https://review.opendev.org/c/openstack/tripleo-ansible/+/84511515:08
fmountrlandy: following up on the last failure related to: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84623115:19
fmountis https://review.rdoproject.org/r/c/testproject/+/36256/95/.zuul.yaml a valid change?15:19
fmountrlandy: this variable -> standalone_container_ceph_updates is false by default, unless explicitly defined in the job as true15:20
fmounthttps://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/standalone/defaults/main.yml15:20
fmount^^ so I want to check first that fultonj's theory about overriding the container namespace works as expected15:21
rlandylooking15:21
rlandystandalone_container_ceph_updates: "{{ job.standalone_container_ceph_updates|default(false)|bool }}"15:22
rlandythat would work15:22
rlandybecause it references  job.standalone_container_ceph_updates15:22
fmount++ perfect15:22
fmountI just wanted to confirm15:22
rlandyand vars15:23
rlandywill give you a job. variable15:23
fmountok let's see the next iteration of https://review.rdoproject.org/r/c/testproject/+/36256 15:23
*** marios is now known as marios|out15:25
opendevreviewFrancesco Pantano proposed openstack/tripleo-ansible stable/wallaby: Set current ceph dashboard mgr backend fact  https://review.opendev.org/c/openstack/tripleo-ansible/+/84625615:25
fmountrlandy: nice, we have progress here -> https://review.rdoproject.org/zuul/stream/7e501842c5174f219cf523688a17041b?logfile=console.log15:39
fmountand "CONTAINER_NAMESPACE": "quay.rdoproject.org/tripleomastercentos9" is set as expected15:39
fmountI have to update the quickstart patch one last time but I'm waiting for the testproject to finish 15:40
fmountfultonj: ^15:40
fmount:D15:40
opendevreviewMerged openstack/tripleo-ci master: Revert "Install Python38 on CentOS-8"  https://review.opendev.org/c/openstack/tripleo-ci/+/84611315:45
*** amoralej is now known as amoralej|off15:51
rlandyfmount: awesome15:55
rlandylunch quickly - wil check back in a few15:55
fmountrlandy: take your time! ceph is done on testproject, just waiting for results before updating the quickstart change :D15:57
fmountso good news ^^ :D15:57
opendevreviewSofer Athlan-Guyot proposed openstack/tripleo-upgrade stable/train: Fix validation inventory setup.  https://review.opendev.org/c/openstack/tripleo-upgrade/+/84613416:08
opendevreviewFrancesco Pantano proposed openstack/tripleo-common stable/train: Split off Ceph related container images  https://review.opendev.org/c/openstack/tripleo-common/+/84642116:14
*** jpena is now known as jpena|off16:15
opendevreviewMerged openstack/tripleo-ansible master: Add ceph_config_set before applying the spec  https://review.opendev.org/c/openstack/tripleo-ansible/+/84511116:27
rlandyfmount: hmmm ... https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/846159/ failing scenario00116:27
rlandydo I need your change?16:27
fmountI think so ^16:28
* fmount double checking the failure16:28
fmountrlandy: nono this seems different16:29
fmountceph passed there16:29
fmountI mean deployed ceph16:29
rlandyok - checking16:30
fmountand also16:30
fmounthttps://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_2f7/846159/7/check/tripleo-ci-centos-9-scenario001-standalone/2f7f159/logs/undercloud/home/zuul/tripleo-deploy/standalone-ansible-6arj_t2v/cephadm/cephadm_command.log16:30
fmountduring the OC deployment ceph looks good ^^16:30
fmountso I guess it's unrelated16:30
fmounthttps://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_2f7/846159/7/check/tripleo-ci-centos-9-scenario001-standalone/2f7f159/logs/undercloud/home/zuul/ansible.log16:31
fmountedis.exceptions.ConnectionError: Connection closed by server.16:31
fmount^^^ I guess we know what's going on there ^^16:31
opendevreviewFrancesco Pantano proposed openstack/tripleo-quickstart-extras master: Override Ceph --container-namespace for periodic jobs  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84623116:41
opendevreviewRonelle Landy proposed openstack/tripleo-quickstart-extras master: Only deploy ceph before the overcloud in master  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84615916:42
rlandyfmount: my fault - I depended on wrong patch16:43
fmountrlandy: np, so both zuul and testproject should be good on that change16:46
fmountI updated the patch to put a default() on the bool value, and rechecked the testproject16:46
opendevreviewFrancesco Pantano proposed openstack/tripleo-ansible stable/wallaby: Add ceph_config_set before applying the spec  https://review.opendev.org/c/openstack/tripleo-ansible/+/84625816:48
fultonjo/16:53
fmountrlandy: I'm going afk, but fultonj is back :D16:53
fultonjthanks fmount 16:53
rlandyk - have a good weekend16:53
rlandyon 1-116:53
rlandywill check back16:53
fultonjanything important i should see? 16:54
* fultonj starts reading backlog16:54
fmountfultonj: you can check the update on the quickstart patch16:54
fultonji saw you added default(false) which is good16:54
fmountI pushed an update, CI looks good now (for ceph) and failing on the gnocchi/redis stuff16:54
fmountnow let's see the next iteration16:55
fmountfultonj: testproject -> https://review.rdoproject.org/zuul/stream/90a61424885a44508e29e8b79ed91d8c?logfile=console.log16:55
fultonjthx16:55
fmounthave a nice weekend! :D16:56
fmountttyM !16:56
fultonjhttps://review.rdoproject.org/zuul/stream/90a61424885a44508e29e8b79ed91d8c?logfile=console.log17:00
fultonjthansk fmount 17:00
fultonjceph is now beingdepoyed in the console with the desired CONTAINER_NAMESPACE 17:00
fultonjand https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/846231 is confirmed to fix the bug ^ 17:03
fultonjnow waiting on overcloud deploy17:03
opendevreviewBogdan Dobrelya proposed openstack/tripleo-ansible master: Add nova-compute standalone role  https://review.opendev.org/c/openstack/tripleo-ansible/+/84365917:13
opendevreviewBogdan Dobrelya proposed openstack/tripleo-ansible master: Example hiera bindings fixes based on tht data  https://review.opendev.org/c/openstack/tripleo-ansible/+/84643117:13
fultonjrlandy: https://review.rdoproject.org/r/c/testproject/+/36256 should depends-on both https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/846231 AND https://review.opendev.org/c/openstack/tripleo-common/+/846287 because it failed on the gnocchi issue18:21
fultonji have made the update18:26
fultonjetherpad updated in both ceph active bugs we're awaiting results18:31
rlandyok18:43
rlandythank you18:44
rlandywill try get them all through before monday18:44
opendevreviewMerged openstack/tripleo-common master: Downgrade pacemaker and resource-agents  https://review.opendev.org/c/openstack/tripleo-common/+/84628719:28
opendevreviewJohn Fulton proposed openstack/python-tripleoclient master: Fall back to alt path for ceph client data during export  https://review.opendev.org/c/openstack/python-tripleoclient/+/84644120:12
opendevreviewJohn Fulton proposed openstack/tripleo-ansible master: Set tripleo_ceph_client_vars consistently with THT  https://review.opendev.org/c/openstack/tripleo-ansible/+/84644320:31
fultonjrlandy: https://review.rdoproject.org/zuul/build/003c9d67c22540c9893a9825b1b60aff failed for the intermittent user creation issue ; a recheck should get it past though I'll open a bug to track that20:38
fultonjhttps://bugs.launchpad.net/tripleo/+bug/197909320:49
rlandyfultonj: thanks - also had to recheck21:25
rlandywill try again n sunday if this run fails21:26
opendevreviewFrancesco Pantano proposed openstack/tripleo-quickstart-extras master: Override Ceph --container-namespace for periodic jobs  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84623121:56

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