*** vikasc has joined #openstack-zun | 00:08 | |
*** xiangxinyong_ is now known as xiangxinyong | 01:02 | |
*** yanyanhu has joined #openstack-zun | 01:24 | |
*** hongbin has joined #openstack-zun | 01:36 | |
openstackgerrit | Merged openstack/higgins: Load wsgi apps with paste.deploy https://review.openstack.org/357615 | 01:57 |
---|---|---|
*** GB21 has joined #openstack-zun | 02:39 | |
*** vikasc has left #openstack-zun | 02:42 | |
*** yuanying has quit IRC | 02:46 | |
*** GB21 has quit IRC | 02:47 | |
*** yuanying has joined #openstack-zun | 02:50 | |
*** flwang has quit IRC | 03:16 | |
openstackgerrit | Hongbin Lu proposed openstack/higgins: Add more parameters for container create https://review.openstack.org/358378 | 03:20 |
*** flwang has joined #openstack-zun | 03:26 | |
*** yuanying has quit IRC | 03:45 | |
openstackgerrit | Hongbin Lu proposed openstack/python-zunclient: Added more properties to Container https://review.openstack.org/355669 | 03:47 |
*** yuanying has joined #openstack-zun | 03:48 | |
*** janki has joined #openstack-zun | 04:20 | |
*** hongbin has quit IRC | 04:48 | |
*** sudipto has joined #openstack-zun | 05:43 | |
*** sudipto_ has joined #openstack-zun | 05:44 | |
sudipto | Qiming, eliqiao : is there a zun con file like /etc/zun/zun.conf yet? | 05:44 |
Qiming | sudipto, sorry, I have no idea, :) | 05:44 |
*** yasemin has joined #openstack-zun | 05:46 | |
yanyanhu | hi, sudipto, you can run tools/gen-config to generate an example configure file | 05:56 |
yanyanhu | generated conf file will be located at etc/zun folder | 05:57 |
sudipto | ok sure thanks! | 06:18 |
*** chandankumar has joined #openstack-zun | 06:30 | |
sudipto | yanyanhu, can you tell me what all parameters need the setting inside the CONF file? I am looking to do this setup without a devstack installation...so was willing to know about the info w.r.t creating tables/keystone users - plus the CONF entries that have to be made... (if you have the info handy) - else i would like to build one with you. | 06:40 |
*** chandankumar has quit IRC | 06:41 | |
sudipto | To give you more context, I am actually trying to do this using containers. I have a mysql container and a keystone container with rabbitmq - I plan to run zun inside another container which will talk to these containers to establish a dev environment. | 06:41 |
*** chandankumar has joined #openstack-zun | 06:41 | |
yanyanhu | hi, sudipto, sorry I also have no idea about how to manually config all these options... my installation was also based on devstack before | 06:42 |
sudipto | ok let me try and see if i can achieve something like that. | 06:43 |
yanyanhu | maybe you can ask eliqiao or hongbin for help on this | 06:43 |
yanyanhu | sudipto, BTW, that is cool for this try :) after Zun is ready, I think we can propose to kolla to containerize it | 06:44 |
sudipto | yanyanhu, yeah - also i felt it would make it easy for developers to bootstrap into zun for their work easily | 06:45 |
yanyanhu | that's for sure | 06:45 |
*** dfflanders has joined #openstack-zun | 06:54 | |
*** mlekkas_ has joined #openstack-zun | 08:09 | |
*** chandankumar has quit IRC | 08:32 | |
*** chandankumar has joined #openstack-zun | 08:33 | |
*** yuanying has quit IRC | 08:34 | |
*** yuanying has joined #openstack-zun | 08:35 | |
*** yuanying has quit IRC | 08:47 | |
*** yuanying has joined #openstack-zun | 08:49 | |
*** yanyanhu has quit IRC | 09:21 | |
*** sheel has joined #openstack-zun | 09:22 | |
*** bharatht_ has joined #openstack-zun | 10:22 | |
*** bharatht_ is now known as tbh | 10:22 | |
*** dfflanders has quit IRC | 10:25 | |
*** janki has quit IRC | 10:30 | |
*** janki has joined #openstack-zun | 10:31 | |
openstackgerrit | Merged openstack/higgins: Fix i18n marker error in docker driver https://review.openstack.org/356966 | 10:46 |
openstackgerrit | bharaththiruveedula proposed openstack/higgins: Add validation to container memory value https://review.openstack.org/358347 | 10:56 |
openstackgerrit | Merged openstack/higgins: devstack: run zun-compute in docker group https://review.openstack.org/356984 | 10:57 |
tbh | eliqiao, thanks for the review, addressed your comments https://review.openstack.org/358347 | 10:57 |
*** GB21 has joined #openstack-zun | 11:02 | |
*** openstackgerrit has quit IRC | 11:03 | |
*** openstackgerrit has joined #openstack-zun | 11:04 | |
*** tbh has quit IRC | 11:21 | |
*** sudipto has quit IRC | 11:23 | |
*** sudipto_ has quit IRC | 11:23 | |
*** openstackstatus has quit IRC | 11:36 | |
*** openstackstatus has joined #openstack-zun | 11:39 | |
*** ChanServ sets mode: +v openstackstatus | 11:39 | |
*** shu-mutou-OFF has quit IRC | 12:08 | |
*** GB21 has quit IRC | 12:43 | |
*** mikelk has joined #openstack-zun | 13:31 | |
*** hongbin has joined #openstack-zun | 13:33 | |
*** sudipto has joined #openstack-zun | 14:08 | |
*** sudipto_ has joined #openstack-zun | 14:08 | |
sudipto | hongbin, hello - do you have sometime now? | 14:10 |
hongbin | sudipto: yes | 14:14 |
hongbin | sudipto: sup | 14:14 |
sudipto | hongbin, basically i am trying to create a very basic bootstrap environment for zun without using devstack. For this I have created 2 containers - 1. running mysql 2. running keystone + rabbit | 14:15 |
sudipto | I want to create a 3rd container which would be linked to the 2nd one...which would have openstack-zun | 14:16 |
hongbin | yes.... | 14:16 |
sudipto | In order to do this, I would need some help - w.r.t the conf parameters we set - plus a db_sync script | 14:16 |
hongbin | ok | 14:17 |
hongbin | For the DB, it is this one: connection=mysql://root:password@localhost/zun | 14:18 |
hongbin | Keystone is complicated | 14:18 |
sudipto | Can you help me with that? I couldn't find good documentation w.r.t that... basically - all we need to do is - in the third container : 1. Install docker 2. Install zun 3. Have scripts to populate the CONF parameters and the db_sync script. Start zun 4. Run it in privileged mode. | 14:18 |
sudipto | Ok - so at this point in time, I just need the connection parameter? Is there a db_sync file or we need to create it? | 14:20 |
sudipto | How did you create the database table? | 14:20 |
hongbin | Finding the guide | 14:20 |
hongbin | See here: https://github.com/openstack/higgins/blob/master/doc/source/dev/quickstart.rst | 14:21 |
hongbin | For DB creation | 14:21 |
hongbin | mysql -h 127.0.0.1 -u root -ppassword mysql <<EOF CREATE DATABASE IF NOT EXISTS zun DEFAULT CHARACTER SET utf8; GRANT ALL PRIVILEGES ON zun.* TO 'root'@'%' IDENTIFIED BY 'password' EOF | 14:21 |
hongbin | Then, run db upgrade | 14:21 |
hongbin | zun-db-manage upgrade | 14:21 |
hongbin | For docker, there is no such documentation yet | 14:22 |
sudipto | This helps!! | 14:22 |
hongbin | But see Eli's patch: https://review.openstack.org/#/c/356984/ | 14:22 |
sudipto | Alrite, let me start with the first link and then move to this one. | 14:23 |
sudipto | If you are here in the channel, i will keep you posted. | 14:24 |
*** sheel has quit IRC | 14:26 | |
hongbin | Awesome | 14:26 |
hongbin | The document might be outdate. Just let me know if anyting that is wrong | 14:26 |
sudipto | yeah sure. | 14:28 |
*** janki has quit IRC | 15:12 | |
*** chandankumar has quit IRC | 15:40 | |
*** sudipto has quit IRC | 15:42 | |
*** sudipto_ has quit IRC | 15:42 | |
*** sudipto_ has joined #openstack-zun | 16:05 | |
*** sudipto has joined #openstack-zun | 16:05 | |
*** janki has joined #openstack-zun | 16:09 | |
*** chandankumar has joined #openstack-zun | 16:28 | |
sudipto | hongbin, No module named set_cors_middleware_defaults any idea? | 16:47 |
sudipto | I commented that out in the setup.cfg | 16:50 |
*** dims has quit IRC | 16:54 | |
*** dims has joined #openstack-zun | 16:56 | |
*** janki has quit IRC | 17:00 | |
*** sudipto has quit IRC | 17:01 | |
*** sudipto_ has quit IRC | 17:01 | |
*** mikelk has quit IRC | 17:13 | |
*** tbh has joined #openstack-zun | 17:24 | |
*** chandankumar has quit IRC | 18:17 | |
*** tbh has quit IRC | 18:52 | |
*** test_ has joined #openstack-zun | 22:29 | |
test_ | Hi all | 22:29 |
*** test_ has quit IRC | 22:30 | |
*** hongbin has quit IRC | 22:51 | |
*** shu-mutou has joined #openstack-zun | 23:42 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!