*** archanaserver has joined #openstack-outreachy | 10:21 | |
*** vkmc has joined #openstack-outreachy | 10:22 | |
vkmc | archanaserver, o/ | 10:27 |
---|---|---|
vkmc | so, commands start with a / | 10:27 |
vkmc | so if you write "/msg NickServ help" | 10:27 |
vkmc | in the same place you write your chat messages | 10:28 |
vkmc | with no spaces | 10:28 |
vkmc | you will execute that command | 10:28 |
vkmc | and NickServ will reply with the commands you can use in this network for nicks handling | 10:28 |
archanaserver | I'm writing this "/msg NickServ" but nothing showed up | 10:29 |
archanaserver | with no spaces btw msg and NickServ | 10:29 |
vkmc | check the server tab | 10:29 |
archanaserver | Yes got it now :) | 10:30 |
vkmc | :d | 10:30 |
vkmc | :D | 10:30 |
vkmc | ok, to register your nick | 10:30 |
vkmc | you will need to issue | 10:30 |
vkmc | /msg NickServ <password> <email> | 10:31 |
vkmc | change <password> and <email> with your password and email | 10:31 |
vkmc | and then you will get instructions on how to confirm your nick registration | 10:31 |
archanaserver | Okay on it | 10:31 |
archanaserver | Registered | 10:35 |
vkmc | kudos! | 10:36 |
vkmc | ok | 10:36 |
vkmc | you officially in the irc network | 10:36 |
vkmc | :) | 10:36 |
archanaserver | yay :) | 10:36 |
vkmc | so | 10:42 |
vkmc | devstack issue | 10:42 |
vkmc | let's install tmate and start a remote session | 10:42 |
vkmc | https://tmate.io/ | 10:43 |
vkmc | should be as easy as | 10:43 |
archanaserver | okie | 10:43 |
vkmc | sudo apt-get install tmate | 10:43 |
vkmc | and then you hit "tmate" | 10:43 |
vkmc | and copy paste the ssh line you see on the bottom of your term | 10:43 |
archanaserver | ssh session: ssh 82EC6dXzp9fMUqJjzQ8S88qPt@sgp1.tmate.io | 10:47 |
archanaserver | not this one, wait | 10:48 |
archanaserver | ssh session: ssh SfZaxMMUYweqjU8qNyEN8YXk2@sgp1.tmate.io | 10:48 |
archanaserver | okay here it is | 10:48 |
vkmc | cool, I'm in | 10:50 |
archanaserver | Yes | 10:50 |
vkmc | let's start by unstacking | 10:50 |
vkmc | and cleaning | 10:51 |
vkmc | those two scripts are for "uninstalling" | 10:51 |
vkmc | the environment | 10:51 |
archanaserver | oh ok | 10:51 |
vkmc | in the meantime, I saw the same bug you are hitting happening for a colleague of mine | 10:52 |
vkmc | I dunno if folks reported it to the mailing | 10:52 |
vkmc | but there are two fixes waiting to get merged | 10:52 |
archanaserver | I saw something similiar on launchpad i guess | 10:52 |
vkmc | great! | 10:53 |
vkmc | https://review.opendev.org/c/openstack/devstack/+/791282/1 | 10:53 |
vkmc | here is one of the fixes | 10:53 |
vkmc | in merge conflict, so the contributor that proposed the patch still needs to fix some things | 10:54 |
vkmc | and we also need this fix | 10:54 |
vkmc | https://review.opendev.org/c/openstack/devstack/+/791085/2 | 10:54 |
archanaserver | oh i see | 10:54 |
vkmc | oki, so we unstack | 10:56 |
vkmc | and clean the env | 10:56 |
vkmc | normally... what we would do, is to run stack.sh again | 10:56 |
vkmc | I just inspected your local.conf, seems manila is missing from there | 10:57 |
vkmc | so we will add it | 10:57 |
archanaserver | how can we add manila here? | 10:57 |
vkmc | let me get you some links | 10:59 |
archanaserver | okie | 10:59 |
vkmc | https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html#getting-devstack | 11:00 |
vkmc | this is what we are doing... getting devstack and configuring devstack | 11:00 |
vkmc | in our docs we included some "templates" for local.conf files | 11:00 |
vkmc | let's use LVM today | 11:00 |
vkmc | as the backend | 11:00 |
vkmc | (we can talk about what are the backends later) | 11:00 |
archanaserver | sure | 11:01 |
vkmc | oki | 11:03 |
vkmc | just added manila | 11:03 |
vkmc | manila-ui | 11:04 |
vkmc | and the python-manilaclient | 11:04 |
vkmc | ok | 11:04 |
archanaserver | yes i saw, now we can run ./stack.sh? | 11:04 |
vkmc | knowing that we have that bug | 11:05 |
vkmc | we will do a previous step | 11:05 |
vkmc | note that normally we wouldn't need this | 11:05 |
archanaserver | okay | 11:05 |
vkmc | we are going to apply the patch that fixes that bug | 11:05 |
vkmc | so we can get our env up | 11:05 |
vkmc | git fetch 'https://review.opendev.org/openstack/devstack' refs/changes/82/791282/1 && git checkout -b change-791282-1 FETCH_HEAD | 11:05 |
vkmc | like this | 11:05 |
vkmc | :) | 11:05 |
archanaserver | okie got it | 11:06 |
vkmc | what we did with that command | 11:06 |
vkmc | is to fetch from the devstack review queue | 11:06 |
vkmc | that patch with the fix we need | 11:06 |
vkmc | and we created a new branch | 11:06 |
vkmc | that has that fix | 11:06 |
vkmc | we are going to use that new branch | 11:06 |
vkmc | so now | 11:06 |
vkmc | we run stack.sh | 11:07 |
vkmc | and we wait | 11:07 |
vkmc | :D | 11:07 |
archanaserver | ohh yaa | 11:07 |
vkmc | in the meantime I'll look for a nice slot so we can catch up | 11:13 |
vkmc | do you have any preference? | 11:13 |
archanaserver | I was about to ask for this week meeting, so that I know more about openstack and manila stuffs. | 11:14 |
archanaserver | No, i'm available any time | 11:15 |
vkmc | oki | 11:16 |
vkmc | this week we can have two meetings | 11:16 |
archanaserver | yes :) | 11:16 |
vkmc | one with kafi so we can go over the main concepts | 11:16 |
vkmc | and then a one on one | 11:16 |
archanaserver | okay | 11:16 |
vkmc | btw, do you have a preferred way for me to refer to you? | 11:17 |
vkmc | I say Archana but maybe you go with a nick name :) | 11:17 |
archanaserver | People say Archu but you can say whatever is easy for you :) | 11:19 |
vkmc | I like archu :) | 11:20 |
vkmc | personally I don't mind people using my full name... but most of my colleagues call me Vicky | 11:21 |
archanaserver | Here is the correct pronounce :p https://www.nameshouts.com/names/hindi/pronounce-archu | 11:22 |
archanaserver | Well Vicky is great :) | 11:23 |
archanaserver | it throws some error there | 11:29 |
vkmc | cool | 11:30 |
vkmc | looking into it | 11:30 |
archanaserver | ok | 11:30 |
vkmc | probably this is because manila was previously installed as root | 11:30 |
vkmc | let me check | 11:30 |
archanaserver | ooh | 11:30 |
archanaserver | also we are in stack there stack@archanaserver, i hope this not the problem | 11:34 |
vkmc | yeah, that's fine | 11:34 |
vkmc | that is your stack user | 11:34 |
vkmc | let's see if the unstack and the clean commands cleanup that for us | 11:34 |
vkmc | I just removed all previous logs | 11:34 |
vkmc | for future reference, generally speaking, in linux it's safe to put things on your home folder | 11:35 |
vkmc | mostly because you avoid having any issues with permissions | 11:35 |
vkmc | (something that can get very complicated in no time) | 11:35 |
archanaserver | oh yes, okay i'll keep this in mind | 11:35 |
vkmc | oki | 11:41 |
vkmc | let's rerun | 11:41 |
vkmc | and see what happens now | 11:41 |
vkmc | basically what we did there was to put devstack on your home folder | 11:41 |
vkmc | removed all the other files that seemed to be from a previous run in which your home folder was being used as repo | 11:41 |
vkmc | we configured /opt/stack to be your repo folder | 11:41 |
vkmc | (as we do in our CI) | 11:41 |
archanaserver | ah got it! | 11:42 |
archanaserver | some database connection failed | 11:59 |
vkmc | no no | 12:02 |
vkmc | error was in a previous line | 12:02 |
vkmc | let's cleanup everything and restart the vm | 12:03 |
vkmc | you will need to share the ssh link again after the reboot is done | 12:03 |
archanaserver | okie sure | 12:03 |
vkmc | cool, just issued the command | 12:05 |
vkmc | let me know when the vm is back up | 12:06 |
vkmc | and I can ssh again | 12:06 |
archanaserver | something happened here | 12:06 |
archanaserver | actually i connected my vm terminal through ssh with my system terminal | 12:07 |
archanaserver | Uploaded file: https://uploads.kiwiirc.com/files/d77a4814bc3ca6814f49b7f06fd973a2/Screenshot%202021-05-31%20at%205.37.37%20PM.png | 12:07 |
archanaserver | and it just showed closed | 12:07 |
archanaserver | okie gotcha vm is rebooting, that's why this connection closed | 12:08 |
archanaserver | Will share the ssh link once it done | 12:09 |
vkmc | yes :D | 12:09 |
vkmc | cool | 12:09 |
vkmc | just sent an email about the openstack big picture session (if possible, we can do it today) | 12:09 |
vkmc | and our slot for the one on one | 12:09 |
vkmc | let me know if those work | 12:09 |
vkmc | or we need to change them | 12:10 |
archanaserver | Yes, I'm okay with the timing. | 12:11 |
archanaserver | we can do this today | 12:11 |
archanaserver | ssh session: ssh zqbCpqUaTDWNjnehDnV3q7ja2@sgp1.tmate.io | 12:12 |
vkmc | sweet! | 12:12 |
vkmc | hope kafilat can make it too | 12:12 |
archanaserver | :) | 12:12 |
vkmc | just changing to the stack user | 12:14 |
archanaserver | oh okie | 12:14 |
vkmc | type in the pass | 12:14 |
archanaserver | eeh why it's showing fail | 12:15 |
vkmc | hmm seems it doesn't work | 12:15 |
vkmc | maybe a typo? | 12:15 |
archanaserver | trying again | 12:15 |
archanaserver | it's archanaserver | 12:16 |
archanaserver | oh no :/ | 12:17 |
vkmc | we do have the stack user there | 12:17 |
vkmc | maybe pass is different | 12:18 |
vkmc | we can update the password | 12:18 |
vkmc | if needed | 12:18 |
archanaserver | okie | 12:18 |
vkmc | oki, root password is different | 12:18 |
vkmc | :D | 12:18 |
archanaserver | it's 1029 | 12:19 |
archanaserver | just updated easy onne | 12:19 |
vkmc | ah | 12:19 |
vkmc | hah | 12:19 |
vkmc | sweet | 12:19 |
vkmc | :D | 12:19 |
archanaserver | ya | 12:19 |
vkmc | crossing fingers now | 12:19 |
archanaserver | mee too \O/ | 12:20 |
vkmc | ok, the ovn checkpoint passes | 12:54 |
vkmc | passed* | 12:54 |
archanaserver | yes, want to know what is ovn here? | 12:55 |
vkmc | ovn is openvswitch | 12:56 |
vkmc | https://www.openvswitch.org/ | 12:56 |
vkmc | it's used for advanced networking | 12:56 |
vkmc | :) | 12:56 |
vkmc | no need to know the in and outs of it | 12:57 |
archanaserver | okay will explore about it then | 12:57 |
archanaserver | oh okies | 12:57 |
archanaserver | it throws some error again :( | 13:03 |
vkmc | yeah :( | 13:06 |
vkmc | ok | 13:06 |
vkmc | let me see | 13:06 |
archanaserver | ok | 13:06 |
vkmc | the service is running | 13:16 |
vkmc | seems there is some timeout | 13:16 |
vkmc | hmm | 13:16 |
archanaserver | oh let's see this time then | 13:17 |
vkmc | yep, same issue as last time since we already started ovs | 13:21 |
vkmc | ok, I'll chat with other colleagues and see if there is a missing patch | 13:21 |
vkmc | or what's going on | 13:21 |
archanaserver | oh | 13:21 |
vkmc | usually... setting up devstack is complex, but not that complex :D | 13:21 |
archanaserver | yes sure | 13:21 |
archanaserver | i thought it's that much complex :/ | 13:22 |
vkmc | we will try once more time | 13:35 |
vkmc | if not | 13:35 |
vkmc | we can try a different task while we get those fixes in place | 13:35 |
archanaserver | yes sure | 13:36 |
vkmc | and... let's push today's session to wednesday | 13:38 |
vkmc | because I haven't got a response from kafilat | 13:38 |
archanaserver | oh, okie from my side | 13:39 |
vkmc | oh wait | 13:39 |
vkmc | I see she accepted | 13:39 |
vkmc | the invite | 13:39 |
vkmc | but she didn't send an email | 13:39 |
vkmc | so maybe she is around | 13:39 |
vkmc | :) | 13:39 |
archanaserver | Great1 | 13:40 |
archanaserver | *great :) | 13:40 |
*** archanaserver has quit IRC | 14:29 | |
*** archanaserver has joined #openstack-outreachy | 14:53 | |
*** archanaserver52 has joined #openstack-outreachy | 14:55 | |
*** archanaserver52 has quit IRC | 14:56 | |
*** archanaserver has quit IRC | 14:56 | |
*** archanaserver has joined #openstack-outreachy | 14:56 | |
archanaserver | well that last command throws error again vkmc did you see that? | 14:57 |
vkmc | tmate closed :( | 14:58 |
archanaserver | oh yes, let me share you the ssh link | 14:58 |
vkmc | oki | 14:58 |
archanaserver | Uploaded file: https://uploads.kiwiirc.com/files/bdf559cf611eb2f44035380196917ed9/Screenshot%202021-05-31%20at%208.29.30%20PM.png | 14:59 |
archanaserver | btw this was the error | 14:59 |
*** archanaserver50 has joined #openstack-outreachy | 15:07 | |
*** archanaserver33 has joined #openstack-outreachy | 15:07 | |
*** archanaserver33 has quit IRC | 15:07 | |
*** archanaserver53 has joined #openstack-outreachy | 15:09 | |
*** archanaserver53 has quit IRC | 15:11 | |
*** archanaserver has quit IRC | 15:13 | |
*** archanaserver has joined #openstack-outreachy | 15:30 | |
*** archanaserver has quit IRC | 15:32 | |
*** archanaserver has joined #openstack-outreachy | 15:33 | |
archanaserver | hi vkmc | 15:33 |
*** archanaserver has quit IRC | 15:34 | |
*** archanaserver has joined #openstack-outreachy | 15:34 | |
archanaserver | hi again vkmc | 15:34 |
archanaserver | here is the tmate ssh link | 15:35 |
vkmc | hi | 15:35 |
archanaserver | ssh session: ssh Yge7PNRCQWUvzqS9p4ZarzRMG@sgp1.tmate.io | 15:35 |
vkmc | cool! | 15:37 |
vkmc | I'm in | 15:37 |
archanaserver | yess | 15:37 |
vkmc | I wonder how your $HOME is /opt/stack | 15:50 |
vkmc | that is not right | 15:50 |
vkmc | archanaserver, let's start over with a fresh vm | 15:52 |
archanaserver | uh oh, so we can change it | 15:52 |
archanaserver | okay | 15:52 |
vkmc | archanaserver, can you respin a ubuntu focal | 15:52 |
vkmc | ? | 15:52 |
vkmc | and then we can do a tmate | 15:52 |
archanaserver | that mean creating a fresh vm? | 15:53 |
archanaserver | with ubuntu focal | 15:53 |
archanaserver | okie, let me first respin it | 15:54 |
vkmc | yes | 15:54 |
archanaserver | then we will connnect through tmate | 15:54 |
vkmc | oki | 15:54 |
archanaserver | okie okie | 15:54 |
vkmc | current env is a bit messed up | 15:55 |
vkmc | so just create a new vm with the same params | 15:55 |
vkmc | and we can start from scratch | 15:55 |
archanaserver | yes sure | 15:55 |
vkmc | you can create a stack user during the installation process | 15:55 |
archanaserver | okie i'll do that | 15:56 |
vkmc | cool :) let me know when you have it | 15:58 |
archanaserver | i'm going to have my dinner. i'll ping you here once i'm done with setting up vm. | 16:13 |
vkmc | sure | 16:24 |
vkmc | we can leave it for tomorrow if it's too late for you :) | 16:24 |
archanaserver | that would be great but i'll set up everything here so that we can start work on devstack part tomorrow | 16:29 |
archanaserver | hope tomorrow we can able to fix everything, so that I can move on to the main project tasks =D | 16:32 |
archanaserver | i'm excited for looking manila ui part but this thing is not getting fixed -_- well let's connect tomorrow then :) | 16:32 |
archanaserver | thanks a lot :) | 16:33 |
*** archanaserver has quit IRC | 16:34 | |
*** archanaserver has joined #openstack-outreachy | 17:06 | |
*** archanaserver has quit IRC | 18:21 | |
*** opendevmeet has joined #openstack-outreachy | 19:53 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!