*** _michael_ has joined #openstack-opw | 00:25 | |
*** akanksha_ has quit IRC | 00:28 | |
*** akanksha_ has joined #openstack-opw | 00:30 | |
*** _michael_ is now known as asettle | 00:39 | |
*** aysyd has joined #openstack-opw | 01:29 | |
*** laucon has joined #openstack-opw | 01:57 | |
laucon | Hey. Is Alex here? | 01:57 |
---|---|---|
asettle | o/ yo | 01:57 |
laucon | Ok, I'm doing the things you said in your email right now. | 01:57 |
asettle | Great :) | 01:57 |
laucon | Ok, after -s I got The branch '–s' does not exist on the given remote 'gerrit'. If these changes are intended to start a new branch, re-run with the '-R' option enabled. | 01:59 |
laucon | then I did the next command and it said fatal: remote gerrit already exists. not sure what to do next | 01:59 |
asettle | You ran git review -s, right? | 02:00 |
laucon | yes i did | 02:00 |
laucon | exactly | 02:00 |
vkmc | laucon, please paste the output of git remote -v | 02:00 |
vkmc | laucon, http://paste.openstack.org | 02:00 |
laucon | alex, should i? | 02:00 |
asettle | laucon, should you what? | 02:00 |
laucon | do what vkmc said and do git remote -v | 02:00 |
asettle | This is Victoria, laucon - she's a lot more technically advanced than I am, and she will be able to help you out. | 02:01 |
asettle | Please follow her instruction :) | 02:01 |
laucon | Gotcha. Thanks. Hi Victoria! | 02:01 |
laucon | Awesome. ok. I think it worked | 02:01 |
vkmc | hi laucon! | 02:01 |
laucon | no error messages | 02:01 |
asettle | Was there anything? | 02:01 |
vkmc | cool, there should be an output though with your remotes | 02:01 |
laucon | it said fetch and push. Is that what you mean? | 02:02 |
laucon | to be more precise, it said gerritssh://Laucon@review.openstack.org:29418/openstack/openstack-manuals.git (fetch) gerritssh://Laucon@review.openstack.org:29418/openstack/openstack-manuals.git (push) originhttps://github.com/openstack/openstack-manuals (fetch) originhttps://github.com/openstack/openstack-manuals (push) | 02:02 |
vkmc | cool, those are your remotes | 02:03 |
laucon | ok | 02:03 |
laucon | what exactly does that mean? | 02:03 |
vkmc | is Laucon your gerrit id? | 02:03 |
vkmc | the git remotes are routes that point to the repository you are contributing to | 02:03 |
laucon | ok | 02:03 |
laucon | Sorry if I'm a little confused. What do I do next? | 02:04 |
vkmc | asettle, git review, right? | 02:05 |
vkmc | laucon, if you already worked on your change and created a commit (git commit), then the next step is submit it for review | 02:06 |
laucon | do I do git fetch origin? | 02:06 |
*** rossella_s has quit IRC | 02:06 | |
asettle | yes, sorry | 02:06 |
asettle | $ git review -s | 02:06 |
*** rossella_s has joined #openstack-opw | 02:07 | |
laucon | I should do git review -s a second time? | 02:07 |
asettle | vkmc, Lauren is currently at this step: https://wiki.openstack.org/wiki/Documentation/HowTo#Edit_OpenStack_RST_and.2For_DocBook_documentation | 02:07 |
asettle | Step 3 | 02:07 |
asettle | laucon, what was your output of the first "git review -s" | 02:07 |
laucon | the result was /Library/Python/2.7/site-packages/git_review/cmd.py:748: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal | 02:08 |
laucon | if (current_remote.strip() == "remotes/%s/%s" % (remote, branch) The branch '–s' does not exist on the given remote 'gerrit'. If these changes are intended to start a new branch, re-run with the '-R' option enabled. | 02:09 |
vkmc | laucon, did you install git review? | 02:09 |
vkmc | it seems so | 02:09 |
laucon | I installed git | 02:09 |
laucon | git 2.5.3 marvericks | 02:10 |
laucon | intel universal | 02:10 |
vkmc | let me see if that is something related to macosx | 02:10 |
vkmc | btw... - is not – | 02:11 |
vkmc | - is minus | 02:11 |
vkmc | – is a dash | 02:11 |
vkmc | put a minus | 02:11 |
laucon | oh! | 02:11 |
laucon | gotcha | 02:11 |
laucon | like this _ | 02:11 |
vkmc | no... minus is - | 02:11 |
laucon | so use a minus key? | 02:12 |
vkmc | yes | 02:12 |
vkmc | or copy paste this | 02:12 |
vkmc | git review -s | 02:12 |
laucon | ok | 02:12 |
laucon | ok. i did that. it just gave me another line to put stuff on, but with no error messages | 02:12 |
vkmc | that's great | 02:12 |
vkmc | what is the output now? | 02:13 |
asettle | No error messages is best error messages. | 02:13 |
laucon | nothing, just another line with the $ | 02:13 |
vkmc | oh nice | 02:13 |
vkmc | so it succeeded | 02:13 |
vkmc | well done | 02:13 |
laucon | so this whole problem was because i was using minus signs instead of dashes? | 02:13 |
laucon | anyway, what should I plug in now? | 02:13 |
vkmc | no, the other way round | 02:13 |
laucon | ok | 02:13 |
asettle | You were using a dash instead of a minus. | 02:13 |
laucon | gotcha | 02:14 |
asettle | Okay, let's ensure that this is actually going to work from here on in. | 02:14 |
laucon | ok | 02:14 |
asettle | are you currently in openstack-manuals? | 02:14 |
laucon | should i go cd openstack-manuals? | 02:14 |
asettle | Yes. | 02:14 |
vkmc | laucon, you can check where you are standing right now with "pwd" | 02:14 |
laucon | right/ | 02:15 |
laucon | yes, yes I am | 02:15 |
asettle | Okay, I want you to create a branch. | 02:15 |
laucon | ok | 02:15 |
asettle | $ git checkout -b Laucon/firstpatch | 02:15 |
asettle | Or something similar. | 02:15 |
asettle | The name, that is, don't change anything else. | 02:15 |
laucon | awesome! it switched to the new branch | 02:15 |
asettle | That's great, okay, one second. | 02:16 |
laucon | k | 02:16 |
asettle | I have a bug I can give you that's simple that we can work on now. | 02:16 |
laucon | ok, but I already wrote up documentation for a bug | 02:16 |
laucon | i wrote it in oxygen xml author about ha guides | 02:16 |
asettle | Well let's just hold on that for a while | 02:17 |
laucon | ok | 02:17 |
asettle | https://bugs.launchpad.net/openstack-manuals/+bug/1503938 | 02:17 |
openstack | Launchpad bug 1503938 in openstack-manuals "OpenStack Compute in Installation Guide" [Low,Confirmed] - Assigned to Lauren (laucon) | 02:17 |
laucon | no problem | 02:17 |
laucon | I'm on it | 02:17 |
asettle | As you can see ^^ I've just assigned you this bug. | 02:17 |
laucon | yes | 02:17 |
asettle | Read what it says, open up the corresponding file, make the change, and then ping me please. | 02:18 |
laucon | will do. | 02:18 |
laucon | by ping do you mean email or come to you on here? | 02:18 |
asettle | here. | 02:19 |
laucon | ok | 02:19 |
vkmc | laucon, try to ask for help here, so other people can give you a hand when asettle is not around | 02:21 |
vkmc | (for future reference) | 02:22 |
vkmc | we usually consider to be a very positive aspect when applicants can ask for help to the community, not only to their mentors | 02:22 |
laucon | thank you. I will definitely do that in the future. | 02:23 |
vkmc | awesome | 02:23 |
vkmc | laucon, where are you based? | 02:23 |
laucon | I did try, actually, but people said to me, you'd better Skype with your mentor | 02:23 |
laucon | nyc usa | 02:23 |
vkmc | cool | 02:23 |
vkmc | so we are close... timezone wise | 02:23 |
laucon | fantastic! | 02:23 |
vkmc | :) | 02:24 |
asettle | laucon, it was good that you were in the openstack-doc channel, but unfortunately that crew isn't really a part of the mentoring process. | 02:24 |
laucon | oh, ok | 02:24 |
asettle | It was good that we skyped, we made a lot of ground. But they often don't have the time to give | 02:24 |
*** GB21 has quit IRC | 02:24 | |
laucon | I'm trying to fix this bug. do i open it in the oxygen editor? | 02:24 |
vkmc | laucon, sounds good, any text editor works | 02:26 |
* vkmc googles oxygen | 02:26 | |
laucon | ok | 02:26 |
* vkmc has never touched a mac... for too long | 02:26 | |
asettle | Yes, open the file in your oxygen editor, you will find the correct file in: openstack-manuals/doc/install-guide/source/ | 02:27 |
asettle | I don't use Oxygen either, wouldn't have a clue how to use it. I just use... gedit on the fedora machine, and TextWrangler on the mac. | 02:27 |
laucon | ok. I fixed the doc in sublime text, actually. it seemed easiest | 02:28 |
laucon | I fixed the bug | 02:29 |
vkmc | oh sublime I know! | 02:29 |
asettle | Okay great, save the document and close it. | 02:29 |
asettle | Then let's go through the following steps. | 02:29 |
laucon | I did that. | 02:29 |
asettle | Back to your terminal. | 02:29 |
asettle | $ git commit -a | 02:29 |
laucon | back to terminal | 02:29 |
laucon | now it says add commit change | 02:30 |
asettle | It will open up a text editor called vim. You will recall this from the other day, remember we had to press the letter i (insert) to type | 02:30 |
laucon | I thought we pressed q | 02:30 |
asettle | q was to quit | 02:30 |
laucon | I don't see vim | 02:30 |
asettle | You do, it's in your terminal. | 02:30 |
laucon | oh, ok | 02:30 |
laucon | i pressed I | 02:31 |
asettle | You need to now type in a message that explains briefly what you've done. | 02:31 |
laucon | I will open up the how to write commit change documentation and do that right now | 02:31 |
asettle | Great :) | 02:31 |
laucon | ok, I wrote the commit message. | 02:36 |
asettle | Did you also reference the bug? | 02:36 |
laucon | Yes I did. I said it closes bug and then wrote the bug numer | 02:36 |
asettle | Wonderful. | 02:36 |
laucon | mumber* | 02:36 |
laucon | number* | 02:36 |
asettle | Okay, exit the editor | 02:36 |
laucon | did it | 02:36 |
asettle | You should now be able to do: $ git review | 02:37 |
laucon | wait, do I have to do the q thing? | 02:37 |
laucon | is that how to exit the editor? | 02:37 |
asettle | Yes, laucon that is how you exit the editor. | 02:37 |
asettle | esc+:+q | 02:37 |
laucon | ah. when you said exit the editor, i thought you meant close sublime text editor. one moment please | 02:38 |
vkmc | http://vim-adventures.com/ | 02:38 |
vkmc | for your free time | 02:38 |
asettle | vkmc, "vim adventures" that's such a lie :p | 02:39 |
vkmc | asettle, so promising | 02:39 |
vkmc | :P | 02:39 |
laucon | sorry, one sec | 02:39 |
asettle | vkmc, vim was probably my worst nightmare when I first started. | 02:39 |
vkmc | asettle, yeah, mine too | 02:40 |
laucon | it's aborting commit due to empty commit message? | 02:40 |
laucon | let me try that again | 02:40 |
vkmc | laucon, git commit again | 02:40 |
laucon | that's what I'm doing | 02:40 |
vkmc | laucon, make sure there is no # in front of your text... that means you are putting a comment | 02:41 |
laucon | gotcha | 02:41 |
*** samv has joined #openstack-opw | 02:44 | |
*** aysyd has quit IRC | 02:45 | |
laucon | one sec | 02:45 |
vkmc | laucon, keep working on it, we are around | 02:46 |
laucon | i keep trying, but each time it says it aborted due to empry commit message | 02:50 |
laucon | where should I place the commit message? on top of the text or on the bottom or next to where the # used to be? | 02:50 |
asettle | When you type in $ git commit -a | 02:51 |
asettle | The screen should change | 02:51 |
laucon | it does | 02:51 |
asettle | And there should be an empty line at the top | 02:51 |
laucon | there is. do it there? | 02:51 |
asettle | Hit the letter i to insert, and start typing your commit message there | 02:51 |
laucon | ok | 02:51 |
asettle | Follow the conventions for inserting a commit message | 02:51 |
asettle | then press 'esc' and then type in :q | 02:52 |
asettle | The screen should go back to the terminal | 02:52 |
laucon | ok | 02:52 |
laucon | error: There was a problem with the editor 'vi'. Please supply the message using either -m or -F option. | 02:52 |
laucon | what do i do? | 02:54 |
asettle | Oh I hate it when it does that. | 02:54 |
asettle | Just do the process again "$ git commit -a" | 02:55 |
laucon | ok | 02:55 |
laucon | simple enough | 02:55 |
laucon | sorry, this is just taking a while cause it constantly says aborting due to empty commit messahe | 03:00 |
laucon | only once has it said that there's been a full commit message. | 03:01 |
vkmc | laucon, can you take a screenshot of the commit message when you write it and upload it to imgur.com? | 03:01 |
laucon | i can try | 03:02 |
asettle | Or take a screen shot and email it to us if that's easier. | 03:03 |
laucon | that would be easier. | 03:03 |
laucon | ok, i just sent you the screen shot of what I'm doing. | 03:04 |
asettle | Okay, you're putting your commit message in the middle... | 03:05 |
laucon | how do I put the commit message where it needs to be? | 03:05 |
asettle | Your message should be above the text at the top | 03:05 |
laucon | ok | 03:06 |
vkmc | laucon, also, please exit the editor with :wq | 03:07 |
laucon | ok | 03:07 |
vkmc | not only :q, :wq | 03:07 |
laucon | i got this | 03:08 |
laucon | [Laucon/firstpatch fc9ce1a] commit cf67a2efc79ce263f88df3d0d72c900d05672f3c Author: Laucon Date: Sun Oct 11 Delete: "For more information, see A new Nova service: nova-conductor." 1 file changed, 1 insertion(+), 3 deletions(-) | 03:08 |
vkmc | perfect | 03:08 |
vkmc | git review | 03:08 |
laucon | just git review? | 03:08 |
vkmc | yes | 03:08 |
laucon | ok | 03:08 |
laucon | did that | 03:08 |
vkmc | cool | 03:09 |
vkmc | some cool output as "created new branch x..." | 03:09 |
vkmc | ? | 03:09 |
laucon | yes | 03:09 |
laucon | Macintosh:openstack-manuals laurenconrad$ git review remote: Resolving deltas: 100% (4/4) remote: Processing changes: new: 1, refs: 1, done remote: (W) fc9ce1a: commit subject >65 characters; use shorter first paragraph remote: (W) fc9ce1a: commit message lines >70 characters; manually wrap lines remote: remote: New Changes: remote: https://review.openstack.org/233478 re | 03:09 |
laucon | and an email saying you committed something | 03:10 |
vkmc | great awesome | 03:10 |
asettle | laucon, https://review.openstack.org/#/c/233478/ open this | 03:10 |
asettle | This is your first commit | 03:10 |
laucon | omigod. so i finally did it? and will it know which file this change was under? | 03:10 |
laucon | wow. that feels amazing | 03:10 |
asettle | Admittedly we're going to have to work on your commit message because it probably won't be passed by the community as it is | 03:10 |
asettle | But you can take a deep breath right now :p | 03:11 |
laucon | Yes. | 03:11 |
vkmc | that looks good :) | 03:11 |
vkmc | congrats | 03:11 |
asettle | Great, thank you vkmc :) | 03:11 |
vkmc | community work! thanks asettle :) | 03:11 |
laucon | yes, you rock vkmc. thank you so much! | 03:11 |
laucon | also, does this count as my contribution or should I try with a new commit message? | 03:12 |
asettle | laucon, okay, the next steps will be waiting to see if Jenkins passes it (it should). | 03:12 |
asettle | This counts as your first contribution. | 03:12 |
laucon | woo hoo!!!!! | 03:12 |
asettle | Don't run away with it yet, it still has to be passed and merged into the repo. | 03:12 |
laucon | ok | 03:12 |
asettle | There's work yet to be done :) | 03:12 |
laucon | gotcha | 03:12 |
asettle | Take a break tonight, and tomorrow we can go through the instructions on how to fix your commit message. You will be needing to read up on this: https://wiki.openstack.org/wiki/Documentation/HowTo#How_to_amend_a_review-in-progress | 03:13 |
asettle | For tomorrow | 03:13 |
asettle | These are the steps we'll be going through to fix your commit message | 03:13 |
laucon | ok. | 03:13 |
vkmc | ok, heading out to bed... good chatting with you o/ | 03:13 |
laucon | same. | 03:13 |
asettle | Okay vkmc o/ thank you! Have a good night ladies :) | 03:13 |
laucon | good night for now | 03:13 |
*** laucon has quit IRC | 03:18 | |
*** julim has joined #openstack-opw | 03:18 | |
*** samv has quit IRC | 03:58 | |
*** mahatic has joined #openstack-opw | 04:09 | |
*** julim has quit IRC | 04:16 | |
*** Zyric has quit IRC | 04:16 | |
*** mahatic has quit IRC | 04:32 | |
*** rossella_s has quit IRC | 06:06 | |
*** rossella_s has joined #openstack-opw | 06:07 | |
*** Zyric has joined #openstack-opw | 06:37 | |
*** Zyric has quit IRC | 06:37 | |
*** Zyric has joined #openstack-opw | 06:42 | |
*** jcoufal has joined #openstack-opw | 06:43 | |
*** enthurohini has joined #openstack-opw | 06:46 | |
*** khushbu_ has joined #openstack-opw | 06:48 | |
*** khushbu_ has quit IRC | 06:51 | |
*** Zyric has quit IRC | 06:54 | |
*** khushbu_ has joined #openstack-opw | 06:58 | |
*** khushbu_ has quit IRC | 06:59 | |
*** Zyric1 has joined #openstack-opw | 07:06 | |
*** akanksha_ has quit IRC | 07:28 | |
*** itisha has quit IRC | 07:31 | |
*** pt_15 has quit IRC | 07:32 | |
*** exploreshaifali_ has joined #openstack-opw | 07:37 | |
*** enthurohini has quit IRC | 08:03 | |
*** katyafervent_awa is now known as katyafervent | 08:06 | |
*** asettle has quit IRC | 08:17 | |
*** enthurohini has joined #openstack-opw | 08:23 | |
*** enthurohini has quit IRC | 08:50 | |
*** sd3 has joined #openstack-opw | 09:10 | |
*** sd3 has left #openstack-opw | 09:31 | |
*** namratab94 has joined #openstack-opw | 10:02 | |
*** rossella_s has quit IRC | 10:06 | |
*** rossella_s has joined #openstack-opw | 10:07 | |
*** openstack_ has joined #openstack-opw | 10:16 | |
*** enthurohini has joined #openstack-opw | 10:28 | |
*** vsham20 has joined #openstack-opw | 11:11 | |
*** Zyric1 has quit IRC | 11:15 | |
vsham20 | i have a doubt...anybody here to help?? :) | 11:21 |
enthurohini | vsham20, explain your problem, if anyone can help you with that problem then she/he will definately. | 11:23 |
enthurohini | *doubt | 11:24 |
vsham20 | okay so i deployed devstack on my system and when i try to access openstack via browser it shows error 500 | 11:25 |
*** enthurohini has quit IRC | 11:30 | |
sayali | vsham20: did devstack run successfully? | 11:33 |
vsham20 | no ..it terminated with the error about nova api did not started successfully | 11:35 |
sayali | vsham20: iirc horizon is installed and configured after nova | 11:36 |
sayali | so if it fails at an earlier point it should be expected that you will not be able to access the dashboard | 11:37 |
sayali | maybe you can paste the error devstack failed with and I can help you out | 11:37 |
vsham20 | okay...and also i tired to install it my base machine too...and i can access dashboard but when i try to login it shows an error "Unable to retrieve authorized projects." | 11:38 |
*** shaifali__ has joined #openstack-opw | 11:41 | |
sayali | vsham20: preferably do not run it on your base machine | 11:41 |
sayali | vsham20: devstack changes a lot of conifg files and it is advisable to do it in a virtual env | 11:42 |
sayali | vsham20: did it run with success on the base machine? | 11:42 |
vsham20 | no...same error was thr also but it was accessible via browser... | 11:43 |
sayali | vsham20: also try to use the nick when writing to a specific person so that they get notified and can answer you sooner :) | 11:43 |
*** nikhil_k has joined #openstack-opw | 11:43 | |
vsham20 | sayali:ohh..sure :) | 11:43 |
sayali | vsham20: what was the error? | 11:43 |
*** agustinabrm has joined #openstack-opw | 11:43 | |
vsham20 | sayali:actually i'm running the script again...will tell you if i get the error again | 11:44 |
*** nikhil has quit IRC | 11:44 | |
sayali | vsham20: alright. btw are you running devtscak from the master branch? | 11:44 |
vsham20 | yes | 11:45 |
sayali | vsham20: try to use the stable branches to avoid failures unless you need the master | 11:45 |
sayali | so stable/kilo or something would be better | 11:45 |
vsham20 | sayali:okay...i'll give it a try :) | 11:45 |
sayali | vsham20: cool :) | 11:46 |
*** openstack_ is now known as njirap | 11:46 | |
*** khushbu_ has joined #openstack-opw | 11:48 | |
vsham20 | sayali:i got the same error this time also.. | 11:51 |
sayali | vsham20: can you paste the error? | 11:52 |
vsham20 | yeah sure...can u provide the link | 11:53 |
vsham20 | sayali:can u provide me the link? | 11:53 |
*** enthurohini has joined #openstack-opw | 11:53 | |
sayali | vsham20: it is paste.openstack.org | 11:54 |
vsham20 | sayali:here.. http://paste.openstack.org/show/476016/ | 11:56 |
sayali | vsham20: ok so there is a problem with the nova configuration | 11:58 |
sayali | vsham20: to debug problems in devstack we use screens | 11:58 |
sayali | vsham20: do you know how to use linux screens? | 11:59 |
sayali | also are you running master or a stable branch? | 11:59 |
*** julim has joined #openstack-opw | 11:59 | |
vsham20 | sayali: its in master branch only...i forgot to switch.. =) | 12:00 |
sayali | vsham20: can you switch and try? because master is often broken ;) | 12:00 |
vsham20 | sayali: and no i don't know how to use screens? | 12:00 |
vsham20 | sayali: yeah sure :) | 12:00 |
sayali | vsham20: you can type screen -x to join the screen | 12:01 |
sayali | after running devstack | 12:01 |
sayali | here you will find all the openstack services that are running | 12:01 |
sayali | and error if any | 12:02 |
vsham20 | sayali:Cannot open your terminal '/dev/pts/0' - please check. | 12:02 |
sayali | vsham20: you can refer this blog post by vkmc http://vmartinezdelacruz.com/logging-and-debugging-in-openstack/ | 12:02 |
vsham20 | sayali:okay..thnks :) | 12:02 |
sayali | vsham20: that was when you ran screen -x? | 12:02 |
vsham20 | sayali:yes | 12:03 |
sayali | vsham20: did you run it after unstack.sh or what? | 12:03 |
vsham20 | sayali: no...it was after i run ./stack.sh | 12:03 |
sayali | hmm, probably the screen are not active yet then | 12:04 |
sayali | vsham20: just run the stable branch and then try | 12:04 |
vsham20 | sayali: yeah..i'll try tht too....=) | 12:05 |
sayali | vsham20: screen -ls should show you the active screens | 12:06 |
vsham20 | sayali : yes i see something but i dont understand wht's this..:-D | 12:06 |
sayali | vsham20: paste it ;) | 12:07 |
vsham20 | sayali: stack@vaishali2:/var/www/html/devstack$ screen -ls | 12:07 |
vsham20 | There is a screen on: | 12:07 |
vsham20 | 24138.stack (10/12/2015 07:46:16 AM) (Detached) | 12:07 |
vsham20 | 1 Socket in /var/run/screen/S-stack. | 12:07 |
vsham20 | sayali: i think i should go thru the link you provided...otherwise i won't stop asking these dumb questions... :-D :-D | 12:08 |
sayali | vsham20: try screen -r stack | 12:09 |
vsham20 | sayali: Cannot open your terminal '/dev/pts/0' - please check. | 12:09 |
sayali | vsham20: are you running this a root? | 12:13 |
*** enthurohini has quit IRC | 12:13 | |
*** khushbu_ has quit IRC | 12:13 | |
*** shaifali__ has quit IRC | 12:16 | |
*** khushbu_ has joined #openstack-opw | 12:17 | |
*** shaifali__ has joined #openstack-opw | 12:17 | |
vsham20 | sayali: no..i tried to run it as root user but thr were some permission issues | 12:17 |
vsham20 | so i had to switch to non root user | 12:18 |
*** shaifali__ is now known as exploreshaifail | 12:20 | |
*** namratab94 has quit IRC | 12:20 | |
sayali | vsham20: you are running devstack as root? | 12:20 |
*** namratab94 has joined #openstack-opw | 12:20 | |
vsham20 | sayali: no...as stack | 12:21 |
sayali | screen -x | 12:22 |
*** namratab94_ has joined #openstack-opw | 12:22 | |
sayali | vsham20: ok do not run screen as root | 12:22 |
vsham20 | sayali : Cannot open your terminal '/dev/pts/0' - please check. | 12:22 |
sayali | vsham20: run ./re-join.sh | 12:23 |
sayali | and then try running screen -r stack | 12:23 |
vsham20 | sayali : did u mean ./rejoin-stack.sh | 12:23 |
*** njirap has quit IRC | 12:23 | |
sayali | vsham20: yes | 12:24 |
*** nisha has joined #openstack-opw | 12:24 | |
vsham20 | sayali : same error "Cannot open your terminal '/dev/pts/0' - please check." | 12:24 |
*** khushbu_ has quit IRC | 12:24 | |
*** namratab94 has quit IRC | 12:24 | |
sayali | try ./unstack.sh and then ./rejoin-stack.sh | 12:24 |
*** openstack_ has joined #openstack-opw | 12:24 | |
sayali | and then attach to the screen | 12:24 |
*** khushbu_ has joined #openstack-opw | 12:25 | |
vsham20 | sayali: no its not working | 12:25 |
sayali | vsham20: just re run stack from the stable branch and then try this | 12:25 |
*** exploreshaifali_ has quit IRC | 12:25 | |
vsham20 | sayali:yes...i was gonna say... =) | 12:26 |
*** namratab94 has joined #openstack-opw | 12:34 | |
*** openstack_ is now known as njirap | 12:35 | |
*** nisha has quit IRC | 12:45 | |
*** lxsli has quit IRC | 12:46 | |
*** parul_ has joined #openstack-opw | 12:47 | |
*** exploreshaifail has quit IRC | 12:53 | |
njirap | hi guys..how can i determine keystone's appropriate os-auth-url and os-endpoint.. where do i look..? @sayali or anyone else | 12:56 |
*** khushbu_ has quit IRC | 12:57 | |
*** rakhi_ has joined #openstack-opw | 13:01 | |
*** sayali_ has joined #openstack-opw | 13:02 | |
*** namratab94 has quit IRC | 13:06 | |
*** rakhi_ has quit IRC | 13:10 | |
*** ShrutiJ has joined #openstack-opw | 13:11 | |
*** parul_ has quit IRC | 13:21 | |
*** lblanchard has joined #openstack-opw | 13:27 | |
*** khushbu_ has joined #openstack-opw | 13:38 | |
*** parul_ has joined #openstack-opw | 13:39 | |
*** khushbu_ has quit IRC | 13:56 | |
*** khushbu_ has joined #openstack-opw | 14:08 | |
*** vsham20 has quit IRC | 14:11 | |
*** vsham20 has joined #openstack-opw | 14:13 | |
*** exploreshaifali_ has joined #openstack-opw | 14:24 | |
*** khushbu_ has quit IRC | 14:42 | |
*** agustinabrm has quit IRC | 14:49 | |
*** vsham201 has joined #openstack-opw | 15:18 | |
*** vsham20 has quit IRC | 15:18 | |
*** sonali5 has joined #openstack-opw | 15:23 | |
*** exploreshaifali_ has quit IRC | 15:33 | |
*** vsham201 has quit IRC | 15:41 | |
*** vsham20 has joined #openstack-opw | 15:41 | |
*** vsham20 has quit IRC | 15:43 | |
*** joyce_ has joined #openstack-opw | 15:43 | |
*** vsham20 has joined #openstack-opw | 15:44 | |
*** khushbu_ has joined #openstack-opw | 15:49 | |
*** enthurohini has joined #openstack-opw | 15:51 | |
*** vsham20 has quit IRC | 15:58 | |
*** vsham20 has joined #openstack-opw | 15:58 | |
*** namratab94_ has quit IRC | 16:00 | |
*** pt_15 has joined #openstack-opw | 16:08 | |
*** vsham20 has quit IRC | 16:11 | |
*** vsham20 has joined #openstack-opw | 16:13 | |
*** khushbu_ has quit IRC | 16:15 | |
*** vsham20 has quit IRC | 16:16 | |
*** vsham20 has joined #openstack-opw | 16:18 | |
*** vsham20 has quit IRC | 16:23 | |
*** vsham201 has joined #openstack-opw | 16:23 | |
*** vsham201 has quit IRC | 16:27 | |
*** ShrutiJ has quit IRC | 16:30 | |
*** parul_ has quit IRC | 16:31 | |
*** vsham20 has joined #openstack-opw | 16:31 | |
*** vsham20 has quit IRC | 16:39 | |
*** vsham20 has joined #openstack-opw | 16:40 | |
*** vsham201 has joined #openstack-opw | 16:50 | |
*** vsham20 has quit IRC | 16:50 | |
*** vsham201 has quit IRC | 16:52 | |
*** vsham20 has joined #openstack-opw | 16:53 | |
*** vsham201 has joined #openstack-opw | 16:58 | |
*** vsham20 has quit IRC | 16:58 | |
*** vsham20 has joined #openstack-opw | 17:07 | |
*** vsham201 has quit IRC | 17:07 | |
*** khushbu_ has joined #openstack-opw | 17:10 | |
*** njirap has quit IRC | 17:19 | |
*** vsham20 has quit IRC | 17:24 | |
*** namratab94 has joined #openstack-opw | 17:29 | |
*** sonali5 has quit IRC | 17:31 | |
*** jcoufal has quit IRC | 17:32 | |
*** nikhil_k has quit IRC | 17:35 | |
*** nikhil has joined #openstack-opw | 17:39 | |
*** enthurohini has quit IRC | 17:46 | |
namratab94 | Hello! | 17:47 |
namratab94 | I am trying to install DevStack as All-In-One Single VM and I am not quite stuck at the point of lauching with cloud-init. Reading the documentation(http://docs.openstack.org/developer/devstack/guides/single-vm.html#launching-with-cloud-init) on cloud-init as recommended there has only further confused me about what to do. Can one please help me with this? | 17:49 |
namratab94 | *I am quite stuck | 17:49 |
namratab94 | *Can anyone | 17:50 |
*** namratab94 has quit IRC | 17:55 | |
*** khushbu_ has quit IRC | 18:01 | |
*** rossella_s has quit IRC | 18:06 | |
*** rossella_s has joined #openstack-opw | 18:07 | |
*** pt_15 has quit IRC | 18:12 | |
*** itisha has joined #openstack-opw | 18:25 | |
*** ShrutiJ has joined #openstack-opw | 18:27 | |
*** julim has quit IRC | 19:01 | |
*** vsham20 has joined #openstack-opw | 19:34 | |
*** sayali_ has quit IRC | 19:53 | |
*** Zyric has joined #openstack-opw | 19:53 | |
*** vsham20 has quit IRC | 19:59 | |
*** annegentle has joined #openstack-opw | 20:06 | |
*** exploreshaifali has joined #openstack-opw | 20:18 | |
*** itisha has quit IRC | 20:31 | |
Zyric | Hi everyone! I'm a student studying ICT/Programming in New Zealand and I'm looking into making a contribution this week for my Outreachy application. I'd like to get in touch with a potential mentor to help advise and guide me through this process. I'd call myself a beginner-intermediate developer with some experience in Python, JS, PHP, CSS, HTML from my studies but no big projects. I was pointed towards Swift a few weeks back and it sounds cool (th | 20:35 |
notmyname | Zyric: your message got cut off at the end | 20:36 |
Zyric | Ah, that's okay. I ramble a bit so not all of it was necessary probably. I'm looking for help with a contribution to Swift this week is what it boils down to I think :) | 20:37 |
notmyname | cool! | 20:38 |
notmyname | Zyric: I'm the project technical lead for swift | 20:38 |
notmyname | do you have something you're working on already? | 20:38 |
Zyric | Not yet! I've been busy with my studies last week but was hoping to start a small contribution with the assistance of a mentor this week. | 20:40 |
notmyname | of course i'm thrilled to hear that ;-) | 20:41 |
notmyname | what have you done so far? have you set up a dev environment? have you taken a look at anything in swift yet? what questions can I answer for you? | 20:42 |
Zyric | I have set up my dev env on my computer at home, I have work during the day most weekdays. I guess the first thing I'd need a bit of help with is finding a small problem to solve that a beginner could realistically solve over seven days after work. | 20:44 |
Zyric | I haven't poked around swift itself yet, but have been reading pages on the wiki | 20:44 |
Zyric | I'm sure I'll have many questions once I have something to focus on, at the moment it all seems a bit huge and overwhelming. I'm not looking at the system on a level that allows intelligible questions yet haha. | 20:46 |
*** newbiee has joined #openstack-opw | 20:47 | |
notmyname | that's a great start! | 20:47 |
notmyname | I can help you with the next steps | 20:47 |
notmyname | when you set up a dev environment, was that devstack or the swift-all-in-one (saio)? | 20:48 |
Zyric | It was devstack I think | 20:48 |
notmyname | ok | 20:48 |
*** lblanchard has quit IRC | 20:50 | |
notmyname | for swift, it's generally better to set up the SAIO. it gives you a better place in which to dev and test and see the results in a simulated cluster. devstack only sets up the minimum needed for functional (api) testing | 20:50 |
newbiee | hi. Would you please know if neiljerram will be logging into the IRC today? | 20:50 |
notmyname | Zyric: the full SAIO instructions are at http://docs.openstack.org/developer/swift/development_saio.html | 20:51 |
notmyname | Zyric: but https://github.com/swiftstack/vagrant-swift-all-in-one is a way to automate setting it up. if you've got vagrant and virtual box installed, it will be a lot faster | 20:51 |
notmyname | Zyric: here's a list of some ideas of stuff to do in swift. most of these are fairly self-contained (ie won't imact or be impacted by other work going on) | 20:53 |
notmyname | https://wiki.openstack.org/wiki/Swift/ideas | 20:53 |
notmyname | and most of them are smaller scale things | 20:53 |
Zyric | notmyname: Awesome thank you. I'm using VB and Vagrant so that will be very convenient. For the ideas, how small scale is small scale? A week or two of work? | 20:54 |
notmyname | that depends on you, right? :-) | 20:55 |
notmyname | but yeah, a good bit of them should be doable in that time scale | 20:55 |
notmyname | Zyric: oh, https://swiftstack.com/blog/2013/02/12/swift-for-new-contributors/ is a good article that I wrote a couple of years ago. still mostly accurate | 20:56 |
notmyname | Zyric: so here's one that's more than an hour's worth of work but is also pretty small in scope. allow multiple names for one storage policy | 20:57 |
notmyname | Zyric: alternatively, working on python-swiftclient would be good too. that's the CLI/SDK for swift that's maintained by the community | 20:58 |
notmyname | Zyric: I know that's a ton of info, but please feel free to ask me questions, either in here or in #openstack-swift (of course, in -swift you'll have more than just me to answer them) | 20:59 |
*** joyce_ has quit IRC | 20:59 | |
*** ShrutiJ has quit IRC | 21:00 | |
Zyric | notmyname: That sounds great! Maybe I'll try "Allow multiple names for one storage policy" as my first contribution and go on to try working on python-swiftclient next, I'd love to become a regular contributor. With a mentor it's a lot less frightening. Thank you so much for all your help, I'll definitely be touch over the next new days/weeks :) | 21:01 |
notmyname | Zyric: just out of curiosity, where in NZ did you hear about swift? by any chance was it from people at catalyst? | 21:02 |
Zyric | notmyname: From you a few weeks back when I first dropped by to say hello :) I am actually working at Catalyst now though! As industry experience for my degree haha. | 21:03 |
notmyname | cool. are you in wellington? | 21:04 |
Zyric | Christchurch | 21:04 |
notmyname | ah, ok | 21:04 |
notmyname | I was in auckland in january. beautiful, and I'd love to revist and spend more time | 21:04 |
Zyric | I do love it here in NZ, we're lucky to have such a beautiful country. Christchurch itself has been in a state of re-build upheaval for almost 5 years though, since the earthquakes. | 21:06 |
*** rossella_s has quit IRC | 22:06 | |
*** rossella_s has joined #openstack-opw | 22:07 | |
*** newbiee has quit IRC | 22:10 | |
*** itisha has joined #openstack-opw | 23:00 | |
*** pt_15 has joined #openstack-opw | 23:22 | |
*** asettle has joined #openstack-opw | 23:37 | |
*** namratab94 has joined #openstack-opw | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!