Friday, 2023-03-17

opendevreviewTakashi Kajinami proposed openstack/manila stable/2023.1: Remove TripleO job  https://review.opendev.org/c/openstack/manila/+/87764104:42
opendevreviewTakashi Kajinami proposed openstack/manila stable/zed: Remove TripleO job  https://review.opendev.org/c/openstack/manila/+/87764204:43
opendevreviewTakashi Kajinami proposed openstack/manila stable/yoga: Remove TripleO job  https://review.opendev.org/c/openstack/manila/+/87764304:51
opendevreviewTakashi Kajinami proposed openstack/manila stable/xena: Remove TripleO job  https://review.opendev.org/c/openstack/manila/+/87764404:52
tkajinamgouthamr, basically this is all up to the decision in all projects but I generally recommend removing tripleo jobs outside of tripleo repos. These have been badly unmaintained . also I'm not too sure whether these jobs are really testing the proposed code04:54
tkajinam(luckily any job definition mess in experimental jobs does not affect you unless you try to run experimental jobs explicitly but leaving it for long can make it difficult to fix the job later when needed04:56
gouthamryeah barely tkajinam; i'd leave the job on stable/wallaby and remove it everywhere else04:56
gouthamrwe barely ever invoke it though04:56
gouthamrtkajinam: thanks for cleanng these up04:56
tkajinamnp04:56
tkajinamI've submitted the backport to >=X. I'll leave the remaining branches (T-W)04:57
gouthamr++04:58
tkajinamI've removed all these jobs from even train wallaby in some repos like heat or aodh because these have been of no use.04:58
tkajinamjust fyi04:58
gouthamrack tkajinam 04:58
tkajinam # the tripleo jobs remaining in xena/yoga/ussuri/victoria is one good example indicating how actively the job has been maintained05:00
gouthamr:) true05:00
opendevreviewRenan Vitor proposed openstack/manila master: Fix Share Network Subnet Metadata policy error  https://review.opendev.org/c/openstack/manila/+/87767112:31
opendevreviewRenan Vitor proposed openstack/manila master: Fix Share Network Subnet Metadata policy error  https://review.opendev.org/c/openstack/manila/+/87767112:41
E_kisakyecarloss Hello, I'm trying to make a contribution to open stack manila. I looked at launchpad and was able to get a bug i want to work on however I have failed to assign it to myself. I need some help getting started 14:18
carlosso/ hi E_kisakye. welcome! could you please link me to the bug you're referring to?14:18
carlossalso, do you already have an account on launchpad?14:18
E_kisakyeYes , I was able to create an account. Let me share a link to the bug shortly14:19
E_kisakyehttps://bugs.launchpad.net/manila/+bug/181309514:20
carlossawesome - what's your launchpad username?14:20
E_kisakyeekisakye14:20
opendevreviewRenan Vitor proposed openstack/manila-tempest-plugin master: WIP:Fix stop on cleanup error  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/87767414:21
opendevreviewRenan Vitor proposed openstack/manila-tempest-plugin master: WIP:Fix stop on cleanup error  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/87767414:22
opendevreviewRenan Vitor proposed openstack/manila-tempest-plugin master: WIP:Fix stop on cleanup error  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/87767414:22
E_kisakyecarloss I also need some help setting up my development environment on my windows machine14:32
carlossE_kisakye: I think you'll need to set up a VM for that14:48
carlossE_kisakye: assigned you the launchpad bug14:48
E_kisakyecarloss Thank you14:48
E_kisakyecarloss This will be my first time setting up a Virtual Machine, Let me find some tutorials and ask for more help after14:49
carlosssure E_kisakye 14:50
carlossfor the VM I recommend the usage of a lighter OS (could be ubuntu server for example)14:50
E_kisakyecarloss Ok, thank you 14:50
carlossanytime14:56
E_kisakyecarloss How much space should I allocate my virtual machine14:59
carlossE_kisakye: Processor - at least 2 cores15:01
carlossMemory - at least 8GB15:01
carlossHard Drive - at least 60GB15:01
carlossiirc this is the thing ^15:01
E_kisakyeMy machine only has 8GBs of RAM15:02
E_kisakyeDoes that mean I should give it all my memory15:02
gouthamryou could get away with less, https://maari.ee/how-to-set-up-development-environment-for-openstack-with-devstack/15:03
gouthamrthe instructions here are written for an older version of Ubuntu15:04
E_kisakyegouthamr Thank you, let me check it out15:05
gouthamrpick up a newer version - Ubuntu 20.04 LTS, focal fossa would do too - https://ubuntu.com/download/server - it is a bit less resource intensive than the latest LTS - Jammy Jellyfish15:06
gouthamrand when you’re setting up devstack, if you’re working with a lighter VM - consider the Manila backend you’re using … do use the fake backend to begin with…15:07
E_kisakyeThank you gouthamr, I going to consider these tips15:09
E_kisakyeI request that you explain what you mean by the fake backend15:10
gouthamrManila’s purpose is to allocate shared file system storage from an OpenStack cloud’s storage — to that effect, we have a “fake” backend in tree to allow you to allocate fake storage15:12
E_kisakyeOk, thank you15:14
gouthamrso if you create manila shares with that backend , you can’t “use” the shares in any way… but, you still can perform all manila API interactions… it’s a good tool for development of manila APIs or tools that rely on manila APIs15:14
E_kisakyegouthamr I have successfully setup the Ubuntu server virtual machine15:58
E_kisakyecarloss I have successfully setup my development environment,  I need some help getting started. The linux interface looks very unfamiliar. I have cloned the devstack repository, I need help configuring the devstack. Where do I find the local.conf file?16:32
E_kisakyegouthamr How do I use the fake backend?16:33
gouthamrE_kisakye: use the local.conf file here: https://docs.openstack.org/python-manilaclient/latest/contributor/functional-tests.html#prerequisite 16:34
gouthamryou don't need anything else from that doc, just the local.conf content 16:34
E_kisakyeOk , thank you. How do I use the file. Should i create a file on my machine and copy the content there then run it16:39
gouthamrE_kisakye: yes, create a file called "local.conf" in the devstack directory that you cloned into your VM and copy those contents inside the local.conf file16:50
E_kisakyecarloss :Please help me proceed with configuring the Dev Stack 18:23
carlosso/ E_kisakye - what issue are you currently running into?18:36
gouthamrE_kisakye: if you get dropped off, please see the channel logs for messages you miss: https://meetings.opendev.org/irclogs/%23openstack-manila/18:43
E_kisakyegouthamr: Thank you very much 18:44
E_kisakyegouthamr I have failed to copy and paste from my guest OS to my virtual machine. I enabled the "Bidirectional clipboard" under advanced settings for my virtual machine. I kindly request for any help to help me get past this point. Thank you19:05
gouthamrE_kisakye: are you able to log into the VM over ssh using a terminal? 19:06
carlossE_kisakye: ^ if so, I think there are a couple of tools you could use, this is one of them: https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK70119:08
carlossand then you could ssh into your vm19:08
E_kisakyeI had not yet tried to ssh into the VM, let do that and get back. Thank you19:11
E_kisakyecarlossI have tried but I'm getting a "Connection timed out" error message.19:21
E_kisakyeThank you for your help, I have been able to ssh into the VM19:54
E_kisakyegouthamr: I was able to ssh into the vm, I created the local.conf file and pasted the content there. However, when i run the testing comands, I get a message that the service couldn't be found. I kindly request to be pointed in the right direction20:18
E_kisakyekisakye@kisakye:~/devstack$ nano local.conf20:21
E_kisakyekisakye@kisakye:~/devstack$ ./stack.sh20:21
E_kisakye+ unset GREP_OPTIONS20:21
E_kisakye+ unset LANG20:21
E_kisakye+ unset LANGUAGE20:21
E_kisakye+ LC_ALL=en_US.utf820:21
E_kisakye+ export LC_ALL20:21
E_kisakye++ env20:21
E_kisakye++ grep -E '^OS_'20:21
E_kisakye++ cut -d = -f 120:21
E_kisakye+ unset20:21
E_kisakye+ umask 02220:21
E_kisakye+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin20:22
gouthamrhey E_kisakye (when you see this): what testing commands are you running? I don't see anything in the log you've pasted from executing the stack.sh script20:39
gouthamralso, please use https://paste.opendev.org for pasting snippets like logs 20:40
gouthamrits possible you can get banned here for spamming 20:41

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