*** aditi has quit IRC | 00:08 | |
*** lblanchard has joined #openstack-opw | 02:47 | |
*** joyceg has joined #openstack-opw | 02:53 | |
*** lblanchard has quit IRC | 03:12 | |
*** lblanchard has joined #openstack-opw | 03:41 | |
*** lblanchard has quit IRC | 03:45 | |
*** GB21 has joined #openstack-opw | 05:01 | |
*** joyceg has quit IRC | 05:14 | |
*** GB21 has quit IRC | 06:30 | |
*** joyceg has joined #openstack-opw | 07:00 | |
*** sayalilunkad has joined #openstack-opw | 07:05 | |
-openstackstatus- NOTICE: Gerrit is going to be restarted due to bad performance | 07:14 | |
*** GB21 has joined #openstack-opw | 07:32 | |
*** taron has quit IRC | 07:39 | |
*** taron has joined #openstack-opw | 07:44 | |
*** rossella_s has joined #openstack-opw | 08:18 | |
*** neiljerram has joined #openstack-opw | 08:44 | |
*** GB21 has quit IRC | 09:01 | |
*** GB21 has joined #openstack-opw | 09:20 | |
*** exploreshaifali has joined #openstack-opw | 09:28 | |
*** nisha has joined #openstack-opw | 09:59 | |
*** nisha_ has joined #openstack-opw | 10:08 | |
*** nisha has quit IRC | 10:12 | |
*** exploreshaifali has quit IRC | 10:55 | |
*** nisha_ has quit IRC | 11:00 | |
*** exploreshaifali has joined #openstack-opw | 11:24 | |
*** lblanchard has joined #openstack-opw | 11:35 | |
*** GB21 has quit IRC | 11:46 | |
*** GB21 has joined #openstack-opw | 12:15 | |
*** Eva-i has quit IRC | 12:20 | |
*** Eva-i has joined #openstack-opw | 12:22 | |
*** GB21 has quit IRC | 12:28 | |
*** mine0901 has joined #openstack-opw | 13:19 | |
*** amalagon has quit IRC | 13:45 | |
*** amalagon has joined #openstack-opw | 13:53 | |
*** aysyd has joined #openstack-opw | 13:58 | |
*** aysyd has quit IRC | 13:59 | |
*** aysyd has joined #openstack-opw | 13:59 | |
*** enriquetaso has joined #openstack-opw | 14:02 | |
*** aysyd has quit IRC | 14:10 | |
*** aysyd has joined #openstack-opw | 14:10 | |
*** exploreshaifali has quit IRC | 14:30 | |
*** Eva-i has quit IRC | 14:49 | |
*** Eva-i has joined #openstack-opw | 14:52 | |
*** aditi has joined #openstack-opw | 15:19 | |
*** aditi has quit IRC | 15:43 | |
*** nisha has joined #openstack-opw | 15:43 | |
*** aditi has joined #openstack-opw | 15:46 | |
*** rossella_s has quit IRC | 16:34 | |
*** rossella_s has joined #openstack-opw | 16:35 | |
nisha | hey all | 16:53 |
---|---|---|
nisha | I am trying to install devstack | 16:53 |
nisha | I was told to follow this to start | 16:54 |
nisha | `ssh ip.ubuntu.compute` | 16:54 |
nisha | Can someone please help me get started? | 16:54 |
nisha | Or should I start with create stack user? Any suggestions please | 16:57 |
*** aditi has quit IRC | 16:58 | |
*** exploreshaifali has joined #openstack-opw | 16:58 | |
*** aysyd has quit IRC | 16:59 | |
*** rossella_s has quit IRC | 17:03 | |
*** rossella_s has joined #openstack-opw | 17:04 | |
vkmc | nisha, hey! do you have an ubuntu vm? | 17:06 |
vkmc | or fedora | 17:06 |
nisha | yes, i have ubuntu vm | 17:06 |
nisha | actually i had only cloned keystone till now | 17:06 |
vkmc | or another distro you like that is listed in http://docs.openstack.org/developer/devstack/ | 17:07 |
vkmc | ok, you don't need to clone keystone manually if you are running devstack | 17:07 |
vkmc | devstack will pull keystone for you | 17:07 |
nisha | vkmc, ok ma'am | 17:07 |
vkmc | please no ma'am me, we are equals :) | 17:07 |
nisha | vkmc, as you say :) | 17:08 |
nisha | vkmc, I am following this http://docs.openstack.org/developer/devstack/guides/single-machine.html | 17:08 |
vkmc | nisha, that looks accurate :) | 17:08 |
vkmc | are you hitting any error with that guide? | 17:08 |
nisha | i had to add sudo everywhere | 17:09 |
nisha | otherwise it said, permission denied | 17:09 |
vkmc | hmm | 17:09 |
vkmc | it shouldn't | 17:09 |
vkmc | you are not supposed to run devstack with sudo btw | 17:10 |
nisha | ohh, then should I remove it and try again without sudo? | 17:11 |
vkmc | I'd say you do that | 17:12 |
vkmc | rm devstack/ | 17:12 |
vkmc | and rm /opt/stack | 17:13 |
vkmc | you will need sudo for that | 17:13 |
*** aditi has joined #openstack-opw | 17:14 | |
nisha | okay, I will do that and then try again without sudo | 17:14 |
nisha | vkmc, will let you know the results | 17:14 |
vkmc | nisha, sounds good | 17:15 |
*** aysyd has joined #openstack-opw | 17:15 | |
*** aditi has quit IRC | 17:18 | |
*** nisha has quit IRC | 17:18 | |
*** nisha has joined #openstack-opw | 17:18 | |
*** mine0901 has quit IRC | 17:19 | |
nisha | vkmc, I ran this command 'groupadd stack' but got this error groupadd: group 'stack' already exists | 17:20 |
vkmc | that's fine, you created it already | 17:20 |
vkmc | move to the next command | 17:20 |
nisha | ohh, sorry , okay :) | 17:20 |
nisha | when i used this command, it says permission denied echo "stack ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers | 17:21 |
nisha | vkmc, this one worked last time with sudo echo "stack ALL=(ALL) NOPASSWD: ALL" >>sudo /etc/sudoers | 17:22 |
vkmc | that's fine, you need root to add a user to sudoers | 17:22 |
nisha | so, what should I do with the permission denied error? | 17:23 |
nisha | ohh, sorry, got it | 17:23 |
nisha | vkmc, the /stack.sh command is still running, hopefully will finish successfully . Thanks a lot for help ! | 17:56 |
vkmc | nisha, super! looking forward for positive results | 17:56 |
*** Akanksha08 has joined #openstack-opw | 18:05 | |
*** mine0901 has joined #openstack-opw | 18:15 | |
nisha | vkmc, got some error http://paste.openstack.org/show/492910/ | 18:50 |
nisha | I don't have the latest tox version | 18:50 |
vkmc | :) k, upgrade it | 18:52 |
nisha | yup, doing it :) | 18:53 |
*** amalagon has quit IRC | 18:57 | |
*** amalagon has joined #openstack-opw | 18:58 | |
nisha | vkmc, would it be better to run ./unstack.sh and ./clean.sh .Before I run ./stack.sh again ? | 19:19 |
vkmc | nisha, just ./unstack.sh and ./stack.sh again | 19:19 |
nisha | ok, thanks | 19:20 |
*** nikhil_k is now known as nikhil | 19:41 | |
*** exploreshaifali has quit IRC | 19:44 | |
*** Akanksha08 has quit IRC | 19:49 | |
*** nisha_ has joined #openstack-opw | 20:00 | |
*** nisha has quit IRC | 20:04 | |
*** nisha__ has joined #openstack-opw | 20:05 | |
*** nisha_ has quit IRC | 20:07 | |
*** nisha__ is now known as nisha | 20:13 | |
nisha | vkmc, the command finished successfully :D | 20:13 |
vkmc | awesomeeee | 20:13 |
vkmc | kudos | 20:13 |
vkmc | :) | 20:13 |
nisha | yeaah :) | 20:14 |
nisha | I will continue the next task tomorrow , it's around 2 here, | 20:14 |
*** joyceg has quit IRC | 20:14 | |
nisha | Good night:) | 20:14 |
*** nisha has quit IRC | 20:16 | |
vkmc | nite | 20:46 |
*** lblanchard has quit IRC | 20:53 | |
*** rossella_s has quit IRC | 21:02 | |
*** rossella_s has joined #openstack-opw | 21:03 | |
* dims hat tip to @vkmc for patience :) | 21:16 | |
*** neiljerram has quit IRC | 21:18 | |
*** aysyd has quit IRC | 21:23 | |
*** mine0901 has quit IRC | 21:49 | |
*** pt_15 has joined #openstack-opw | 23:10 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!