*** tqtran has quit IRC | 00:41 | |
*** eliqiao has joined #openstack-zaqar | 01:54 | |
*** AAzza has quit IRC | 02:27 | |
openstackgerrit | wangxiyuan proposed openstack/python-zaqarclient: Ensure the float value of api version could work https://review.openstack.org/308736 | 02:50 |
---|---|---|
*** flwang1 has quit IRC | 04:56 | |
*** rcernin has joined #openstack-zaqar | 05:47 | |
*** david-lyle_ has joined #openstack-zaqar | 06:26 | |
*** david-lyle has quit IRC | 06:28 | |
*** boris-42 has quit IRC | 06:28 | |
*** boris-42 has joined #openstack-zaqar | 06:29 | |
*** jtomasek has quit IRC | 07:01 | |
*** dynarro has joined #openstack-zaqar | 08:06 | |
*** dynarro has quit IRC | 08:23 | |
*** flwang1 has joined #openstack-zaqar | 09:00 | |
EmilienM | therve: when you have time, any change to look https://review.openstack.org/#/c/318529/ please? | 09:12 |
therve | EmilienM, I don't have the approve power unfortunately (for you) | 09:15 |
EmilienM | lol | 09:15 |
EmilienM | therve: I thought you ad | 09:15 |
EmilienM | had* | 09:15 |
therve | Common misunderstanding :) | 09:17 |
*** Ravikiran_K has joined #openstack-zaqar | 09:20 | |
*** wanghao has quit IRC | 09:35 | |
*** wanghao has joined #openstack-zaqar | 09:36 | |
openstackgerrit | Shu Muto proposed openstack/zaqar-ui: Fix translation setup https://review.openstack.org/319163 | 09:36 |
*** Ravikiran_K has quit IRC | 11:26 | |
*** dynarro has joined #openstack-zaqar | 11:31 | |
*** dynarro has quit IRC | 11:45 | |
*** eliqiao has quit IRC | 12:02 | |
*** flwang has quit IRC | 12:03 | |
*** eliqiao has joined #openstack-zaqar | 12:05 | |
*** flwang has joined #openstack-zaqar | 12:11 | |
*** mpanetta has joined #openstack-zaqar | 13:39 | |
*** ametts has joined #openstack-zaqar | 13:53 | |
*** rcernin has quit IRC | 15:51 | |
*** david-lyle_ is now known as david-lyle | 17:22 | |
Eva-i | Hi. I'm trying to use this uri for mongodb management store: "uri = mongodb://mydb0.example-messages.net,mydb1.example-messages.net,mydb2.example-messages.net:27017/?replicaSet=catalog&w=2&readPreference=secondaryPreferred". | 19:06 |
Eva-i | But when I start Zaqar, I see this mongodb error: "ServerSelectionTimeoutError: No primary available for writes". What can be wrong? | 19:07 |
Eva-i | I set up replica-set as you can see. | 19:08 |
*** sj_ has joined #openstack-zaqar | 19:47 | |
vkmc | heys guys, say hi to sj_ :) | 19:48 |
vkmc | she is interested in contributing to Zaqar | 19:48 |
vkmc | welcome sj_ | 19:48 |
Eva-i | Hello, sj_ =) | 19:50 |
sj_ | Hi everyone! :) | 19:50 |
Eva-i | sj_: My name is Eva. What is your name? | 19:51 |
sj_ | Hey Eva, my name is Shubheksha. | 19:52 |
Eva-i | sj_: oki | 19:55 |
vkmc | sj_, so, you can start by reading the wiki | 20:00 |
vkmc | https://wiki.openstack.org/wiki/Zaqar | 20:01 |
vkmc | and the dev docs that explain how you can set up zaqar in your environment | 20:01 |
vkmc | http://docs.openstack.org/developer/zaqar/devref/development.environment.html | 20:01 |
vkmc | you have devstack, so this is the easiest way http://docs.openstack.org/developer/zaqar/devref/development.environment.html#devstack | 20:01 |
sj_ | vkmc, like I told you, I don't have the local.conf, so should I add it manually in the devstack folder or should I add it in the same file in which passwords are stored? | 20:03 |
vkmc | sj_, yeah, copy the sample one | 20:04 |
vkmc | sj_, replace the password for the passwords that were generated in the file you told me | 20:04 |
vkmc | that should work | 20:04 |
sj_ | alright, on it now | 20:06 |
sj_ | I will need to run the create-stack-user.sh script as root, right? I won't let me add stack as a user otherwise | 20:16 |
vkmc | why you want the stack user? | 20:18 |
sj_ | Because that's what is mentioned in the devstack installation using local.conf | 20:18 |
vkmc | link? | 20:18 |
sj_ | Without it, it's giving me a permission error if I don't run it as root | 20:18 |
sj_ | http://docs.openstack.org/developer/devstack/ | 20:18 |
vkmc | you ran it with root before? | 20:18 |
vkmc | ah well, that's new too | 20:19 |
vkmc | k k | 20:19 |
vkmc | sorry, keep going | 20:19 |
sj_ | Without local.conf, I just ran stack.sh, it worked fine | 20:19 |
sj_ | But now, with local.conf, it's exiting with an error | 20:19 |
vkmc | yeah... you are supposed to run it with a non root user | 20:19 |
vkmc | generally using your user is enough | 20:19 |
*** mpanetta has quit IRC | 20:20 | |
sj_ | It still gives me the same permission error | 20:23 |
sj_ | Fails while configuring mysql | 20:23 |
vkmc | hmm can you paste the output in paste.openstack.org? | 20:24 |
sj_ | http://paste.openstack.org/show/497952/ | 20:25 |
vkmc | oh | 20:25 |
vkmc | can you paste me the passwords file? | 20:26 |
vkmc | without the passwords | 20:26 |
sj_ | http://paste.openstack.org/show/497954/ | 20:29 |
sj_ | This is the local.conf | 20:29 |
Eva-i | sj_: I had same problem with mysql and devstack today. This happened, because I changed passwords to more desired one. After I run ./clear.sh script and then ./stack.sh, everything went fine. | 20:30 |
sj_ | Eva-i, trying that right now | 20:31 |
Eva-i | sj_: BTW never run ./stack.sh as root. I think I have broken my environment once after doing that.. If ./stack.sh can't execute as normal user, then something need to be configured better. ;) | 20:32 |
sj_ | Eva-i, I wasn't trying to run /.stack.sh as root. It was the ./create-stack-user.sh which required root permissions for creating a user for running devstack, I think :) | 20:35 |
Eva-i | sj_: ah, oki | 20:35 |
Eva-i | vkmc: I recently have completely broken environment on my main developer laptop. Corrupted python packages, dependency hell... After I installed new system, first thing I did is making wrapper scripts for safely running stack.sh and unstack.sh. Now, for example, each time I run stack.sh, LVM snapshot of root partition (it's separated from /home partition) is created first. And if something will go wrong, I can always restore the system. | 20:48 |
*** Eva-i has quit IRC | 20:55 | |
*** Eva-i has joined #openstack-zaqar | 20:56 | |
sj_ | Phew, thanks Eva-i, that worked! :) | 21:04 |
vkmc | Eva-i++ | 21:05 |
Eva-i | hehe, I'm cool :> | 21:12 |
*** rcernin has joined #openstack-zaqar | 21:20 | |
*** ametts has quit IRC | 21:31 | |
*** sj_ has quit IRC | 21:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!