Tuesday, 2022-12-20

toskyas far as I know, it does: we have a few jobs were we set the appropriate value which in turns is added to LIBS_FROM_GIT and let os-brick be sources from git instead of pip00:03
abditosky: Thanks.  In your env, do you specifically see a clone folder of the os-brick repo the source is built from? 00:05
toskyadding os-brick to required-projects here https://opendev.org/openstack/os-brick/src/branch/master/.zuul.yaml#L91  triggers some internal code to add os-brick to LIBS_FROM_GIT00:06
toskyabdi: we let zuul do the magic00:06
toskybut that's where clarkb is more expert than me00:06
clarkbya for upstream CI zuul is expected to set up git repos to ensure speculative testing works00:08
clarkbyou need to add os-brick to the required-projects list for the job upstream if that is what you are doing00:08
toskyok, those are the logs from a recent job, the only one I could fine (no many new reviews on os-brick in the last month)00:08
toskythis is the review: https://review.opendev.org/c/openstack/os-brick/+/86646100:09
toskyyou can see that in the generated local.conf, os-brick is listed in the LIBS_FROM_GIT: https://11bfa8da75ad29efd466-99bfed502b9130cc4d1d06a7b48bd458.ssl.cf2.rackcdn.com/866461/4/check/os-brick-src-tempest-lvm-lio-barbican/74bb155/controller/logs/local_conf.txt00:09
toskyand here is the log from the job execution: https://11bfa8da75ad29efd466-99bfed502b9130cc4d1d06a7b48bd458.ssl.cf2.rackcdn.com/866461/4/check/os-brick-src-tempest-lvm-lio-barbican/74bb155/job-output.txt00:09
toskyif you check around timestamp 2022-12-05 07:26:37.598531 , you should see what devstack does when it finds os-brick listed there00:10
abdiToksy: Thanks for the logs.  I can see the explicit git clone operation for os-brick as well: git clone --bare /opt/git/opendev.org/openstack/os-brick /home/zuul/src/opendev.org/openstack/os-brick/00:16
abdiThis helps clear up my expectations were valid.  I need to figure out why it isn’t cloning in my env.  Thanks again. 00:17
*** yadnesh|away is now known as yadnesh04:10
*** akekane is now known as abhishekk05:00
*** pojadhav- is now known as pojadhav|rover06:04
opendevreviewPierre Riteau proposed openstack/tempest master: Synchronize scheduler_enabled_filters with Nova  https://review.opendev.org/c/openstack/tempest/+/86815908:38
*** akahat|ruck is now known as akahat|ruck|lunch09:42
opendevreviewSlawek Kaplonski proposed openstack/grenade master: Remove lib/neutron-legacy leftovers  https://review.opendev.org/c/openstack/grenade/+/86819010:16
opendevreviewGal Amado proposed openstack/tempest master: Do Not Merge  https://review.opendev.org/c/openstack/tempest/+/86819810:45
*** akahat|ruck|lunch is now known as akahat|ruck11:05
*** yadnesh is now known as yadnesh|away12:39
abdiToksy, Clarkb.  Thank you for the responses yesterday.  I was able to get things sorted out in my config.  I now get os-brick properly clone from git and used during devstack deploy. 14:11
abdiDoes anyone know if the following tests were deprecated from tempest?  They consistently failed on both FC and iSCSi with the error Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ‘’}.  I am using the master tempest branch.14:22
abdihttps://www.irccloud.com/pastebin/fHCCsyeT14:23
*** jpena|off is now known as jpena14:40
*** eliadcohen_ is now known as eliadcohen15:26
eliadcohenno office hours today?15:27
clarkbeliadcohen: the mailing list says that is correct. The next office hours session will be on January 1015:53
clarkbabdi: can you share what the problem was?15:53
eliadcohenclarkb, thanks. Happy new year all!15:57
*** haleyb_away is now known as haleyb16:02
*** whoami-rajat__ is now known as whoami-rajat16:45
*** jpena is now known as jpena|off17:20
gmanneliadcohen: next 3 office hours are canceled. 18:11
gmannabdi: no, those tests are not deprecated. you need to check logs (nova or cinder) to find the reason for 40418:12
eliadcohen_ack thanks gmann 19:27
*** eliadcohen_ is now known as eliadcohen19:27
*** haleyb is now known as haleyb_away23:22
abdiclarkb: In my config, after some digging, I found that when I added LIBS_FROM_GIT=os-brick to local.conf, os-brick (specific desired branch) source is cloned into /root/ of the target server where devstack will be deployed.  I decided instead to add LIBS_FROM_GIT=os-brick to strackrc.  That caused os-brick to be cloned to /opt/stack/ and that version is used during install.  It’s a bit odd since I expected local.conf to 23:43
abdioverride stackrc cfg options.  I have not looked into this further since I needed to test my CI’s ability to trigger on os-brick changes.  Now that I’ve got my CI triggers sorted out, I’ll circle back to this after I investigate the tempest failure I seeing.23:43
abdigmann Thanks.23:44

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