*** guoshan has joined #senlin | 00:45 | |
*** openstackgerrit has joined #senlin | 00:48 | |
*** ChanServ sets mode: +v openstackgerrit | 00:48 | |
openstackgerrit | miaohb proposed openstack/senlin: Objects support for filter "user_id" in receiver list https://review.openstack.org/416178 | 00:48 |
---|---|---|
openstackgerrit | miaohb proposed openstack/senlin: Engine support for filter "user_id" in receiver list https://review.openstack.org/416183 | 00:48 |
*** guoshan has quit IRC | 00:50 | |
*** ruijie has joined #senlin | 01:20 | |
*** yanyanhu has joined #senlin | 01:32 | |
*** guoshan has joined #senlin | 01:37 | |
*** chohoor has joined #senlin | 01:39 | |
*** elynn has joined #senlin | 01:57 | |
*** elynn has quit IRC | 02:02 | |
*** elynn has joined #senlin | 02:03 | |
elynn | Morning~ | 02:03 |
*** XueFeng has joined #senlin | 02:10 | |
*** guoshan has quit IRC | 02:12 | |
*** Drago has quit IRC | 02:17 | |
*** test_test_ has quit IRC | 02:47 | |
openstackgerrit | Xinhui Li proposed openstack/senlin: :wqExtend Senlin to support mistral workflow service https://review.openstack.org/414979 | 02:55 |
*** wllabs has joined #senlin | 02:56 | |
openstackgerrit | Xinhui Li proposed openstack/senlin: :wqExtend Senlin to support mistral workflow service https://review.openstack.org/414979 | 03:03 |
wllabs | Senlin devstack I read the code, I probably understand how senlin dashboard installed, thank you Qiming | 03:03 |
*** elynn_ has joined #senlin | 03:05 | |
openstackgerrit | Xinhui Li proposed openstack/senlin: :wqExtend Senlin to support mistral workflow service https://review.openstack.org/414979 | 03:06 |
*** elynn has quit IRC | 03:07 | |
Qiming | lixinhui, :wq | 03:08 |
lixinhui | hi, Qiming | 03:10 |
Qiming | :wq | 03:10 |
lixinhui | thx, 一边开会一边改,没留意 :) | 03:16 |
*** guoshan has joined #senlin | 03:16 | |
openstackgerrit | Xinhui Li proposed openstack/senlin: Extend Senlin to support mistral workflow service https://review.openstack.org/414979 | 03:16 |
openstackgerrit | Merged openstack/senlin: Objects support for filter "user_id" in receiver list https://review.openstack.org/416178 | 03:34 |
openstackgerrit | Merged openstack/senlin: Engine support for filter "user_id" in receiver list https://review.openstack.org/416183 | 03:34 |
openstackgerrit | miaohb proposed openstack/senlin: Api support for filter "user_id" in receiver list https://review.openstack.org/416181 | 03:44 |
*** guoshan has quit IRC | 04:02 | |
*** elynn_ has quit IRC | 04:28 | |
*** guoshan has joined #senlin | 04:38 | |
*** guoshan has quit IRC | 04:43 | |
*** elynn has joined #senlin | 05:02 | |
*** Drago1 has joined #senlin | 05:07 | |
openstackgerrit | Merged openstack/senlin-dashboard: Imported Translations from Zanata https://review.openstack.org/415611 | 06:20 |
*** guoshan has joined #senlin | 06:22 | |
openstackgerrit | miaohb proposed openstack/senlin: Api support for filter "user_id" in receiver list https://review.openstack.org/416181 | 06:31 |
openstackgerrit | miaohb proposed openstack/senlin: Api support for filter "user_id" in receiver list https://review.openstack.org/416181 | 06:32 |
openstackgerrit | lvdongbing proposed openstack/senlin: Revise webhook middleware https://review.openstack.org/416456 | 07:17 |
openstackgerrit | miaohb proposed openstack/senlin: Api support for filter "user_id" in receiver list https://review.openstack.org/416181 | 07:17 |
openstackgerrit | lvdongbing proposed openstack/senlin: Add 'project_safe' field to ProfileGetRequest https://review.openstack.org/416468 | 07:58 |
Qiming | hi, yuanying, there? | 08:16 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Hook service clean up to lock breaker https://review.openstack.org/416471 | 08:18 |
wllabs | # Install Senlin Dashboard as plugin for Horizon | 08:54 |
wllabs | ln -sf $SENLIN_DASHBOARD_DIR/senlin_dashboard/enabled/_50_senlin.py $HORIZON_DIR/openstack_dashboard/local/enabled/_50_senlin.py | 08:54 |
wllabs | # Enable senlin policy | 08:54 |
wllabs | ln -sf $SENLIN_DASHBOARD_DIR/senlin_dashboard/conf/senlin_policy.json $HORIZON_DIR/openstack_dashboard/conf/senlin_policy.json | 08:54 |
wllabs | i don't find enabled/_50_senlin.py | 08:54 |
Qiming | wllabs, check if you are using leatest code | 08:57 |
*** elynn has quit IRC | 09:02 | |
wllabs | $HORIZON_DIR/openstack_dashboard/conf/ | 09:09 |
wllabs | this is conf 文件夹没有找到 | 09:09 |
wllabs | horizone里的 | 09:09 |
wllabs | 我看horizone里没有这个文件夹 | 09:09 |
openstackgerrit | miaohb proposed openstack/senlin: Api-ref update for filter "user_id" in receiver list https://review.openstack.org/416486 | 09:10 |
Qiming | ... | 09:12 |
Qiming | then your horizon is not installed/configured properly | 09:12 |
wllabs | POLICY_FILES = { | 09:18 |
wllabs | 'identity': 'keystone_policy.json', | 09:18 |
wllabs | 'compute': 'nova_policy.json', | 09:18 |
wllabs | 'volume': 'cinder_policy.json', | 09:18 |
wllabs | 'image': 'glance_policy.json', | 09:18 |
wllabs | 'orchestration': 'heat_policy.json', | 09:18 |
wllabs | 'cluster': 'senlin_policy.json', | 09:18 |
wllabs | 'network': 'neutron_policy.json', | 09:18 |
wllabs | 'telemetry': 'ceilometer_policy.json', | 09:18 |
wllabs | } | 09:18 |
wllabs | 这个 senlin_policy.json 的 key 写什么? | 09:18 |
wllabs | WARNING:root:"dashboards" and "default_dashboard" in (local_)settings is DEPRECATED now and may be unsupported in some future release. The preferred way to specify the order of dashboards and the default dashboard is the pluggable dashboard mechanism (in /usr/share/openstack-dashboard/openstack_dashboard/enabled, /usr/share/openstack-dashboard/openstack_dashboard/local/enabled). | 09:25 |
wllabs | WARNING:root:"dashboards" and "default_dashboard" in (local_)settings is DEPRECATED now and may be unsupported in some future release. The preferred way to specify the order of dashboards and the default dashboard is the pluggable dashboard mechanism (in /usr/share/openstack-dashboard/openstack_dashboard/enabled, /usr/share/openstack-dashboard/openstack_dashboard/local/enabled). | 09:25 |
wllabs | Performing system checks... | 09:25 |
wllabs | System check identified no issues (0 silenced). | 09:25 |
wllabs | January 04, 2017 - 09:23:54 | 09:25 |
wllabs | Django version 1.8.14, using settings 'openstack_dashboard.settings' | 09:25 |
wllabs | Starting development server at http://127.0.0.1:8000/ | 09:25 |
wllabs | Quit the server with CONTROL-C. | 09:25 |
wllabs | Error: That port is already in use. | 09:25 |
wllabs | 报错了,怎么办 | 09:25 |
wllabs | 端口被占用了,没事了 | 09:26 |
openstackgerrit | miaohb proposed openstack/senlin: Remove unnecessary coding format in files https://review.openstack.org/416496 | 09:30 |
XueFeng | Hi,YanYan. About meetup in BeiJing, I can come:) | 09:32 |
openstackgerrit | miaohb proposed openstack/python-senlinclient: Remove unnecessary coding format in the head of files https://review.openstack.org/416499 | 09:33 |
openstackgerrit | Merged openstack/senlin: Api support for filter "user_id" in receiver list https://review.openstack.org/416181 | 09:39 |
yanyanhu | hi, XueFeng | 09:40 |
yanyanhu | that's great | 09:40 |
yanyanhu | how long time can you stay in Beijing? | 09:40 |
wllabs | 还是不行啊,现在404了 | 09:40 |
XueFeng | YanYan, not sure.I think 3 days is ok. | 09:47 |
yanyanhu | XueFeng, I see, will make a plan for it | 09:52 |
yanyanhu | btw, which time you guys prefer, working time or weekend? | 09:52 |
yanyanhu | @ ruijie, XueFeng, lixinhui | 09:52 |
wllabs | cp senlin_dashboard/conf/senlin_policy.json /etc/openstack-dashboard/. | 09:57 |
wllabs | cp senlin_dashboard/enabled/_50_senlin.py /usr/share/openstack-dashboard/openstack_dashboard/local/enabled/. | 09:57 |
wllabs | 我这样失败了 | 09:57 |
wllabs | 求哪个指点下怎么安装 senlin-dashboard | 09:57 |
lixinhui | yanyanhu, I prefer weekend. But if most of people can not work with weekend, I can try work time. | 10:00 |
*** guoshan has quit IRC | 10:13 | |
yanyanhu | lixinhui, I see, will collect your idea and make plan | 10:13 |
yanyanhu | thanks | 10:13 |
lixinhui | I see | 10:14 |
Qiming | wllabs, the easiest way is to follow the docs | 10:14 |
Qiming | install senlin-dashboard when install senlin | 10:15 |
wllabs | 但是我没有看到安装 senlin-dashboard的文档 | 10:15 |
Qiming | you don't read my words right? | 10:15 |
Qiming | senlin-dashboard is AUTOMATICALLY installed when you install senlin under devstack | 10:16 |
Qiming | given your current understanding of horizon or senlin-dashboard, it would be very hard for you | 10:16 |
Qiming | just follow the installation documentation would be easiest for you | 10:17 |
wllabs | 哪里有senlin-dashboard的安装文档 | 10:18 |
Qiming | ... | 10:18 |
wllabs | devstack ? | 10:19 |
Qiming | http://docs.openstack.org/developer/senlin/install.html | 10:19 |
wllabs | 这个文档没有 senlin-dashboard | 10:19 |
Qiming | This is the recommended way to install the Senlin service. Please refer to following detailed instructions. | 10:20 |
Qiming | Download DevStack: | 10:20 |
Qiming | $ git clone https://git.openstack.org/openstack-dev/devstack | 10:20 |
Qiming | $ cd devstack | 10:20 |
Qiming | Add following repo as external repositories into your local.conf file: | 10:20 |
Qiming | [[local|localrc]] | 10:20 |
Qiming | #Enable senlin | 10:20 |
Qiming | enable_plugin senlin https://git.openstack.org/openstack/senlin | 10:20 |
Qiming | #Enable senlin-dashboard | 10:20 |
Qiming | enable_plugin senlin-dashboard https://git.openstack.org/openstack/senlin-dashboard | 10:20 |
Qiming | why I'm wasting my life explaining this to you? | 10:20 |
Qiming | you just cannot read this line? enable_plugin senlin-dashboard https://git.openstack.org/openstack/senlin-dashboard | 10:20 |
Qiming | if you are really curious about senlin-dashboard installation, all the scripts are there : http://git.openstack.org/cgit/openstack/senlin/tree/devstack/lib/senlin | 10:22 |
Qiming | there are just a few lines about senlin-dashboard | 10:22 |
Qiming | and that is enough | 10:22 |
wllabs | # configure_senlin_dashboard() - Set config files | 10:30 |
wllabs | function config_senlin_dashboard { | 10:30 |
wllabs | # Install Senlin Dashboard as plugin for Horizon | 10:30 |
wllabs | ln -sf $SENLIN_DASHBOARD_DIR/senlin_dashboard/enabled/_50_senlin.py $HORIZON_DIR/openstack_dashboard/local/enabled/_50_senlin.py | 10:30 |
wllabs | # Enable senlin policy | 10:30 |
wllabs | ln -sf $SENLIN_DASHBOARD_DIR/senlin_dashboard/conf/senlin_policy.json $HORIZON_DIR/openstack_dashboard/conf/senlin_policy.json | 10:30 |
wllabs | } | 10:30 |
wllabs | 我就是按这个做的 | 10:30 |
wllabs | copy了这两个文件,是不是还我还少操作了一步? | 10:31 |
wllabs | 并且我python setup.py install 安装了 senlin-dashboard | 10:31 |
XueFeng | YanYan, work time or weekend are both ok for me. | 10:41 |
yanyanhu | XueFeng, I see. Will make a plan and tell you guys :) | 10:43 |
*** yanyanhu has quit IRC | 10:44 | |
*** chohoor has quit IRC | 11:06 | |
*** wllabs has quit IRC | 11:52 | |
*** catintheroof has joined #senlin | 12:14 | |
*** openstackgerrit has quit IRC | 12:33 | |
*** openstackgerrit has joined #senlin | 13:44 | |
*** ChanServ sets mode: +v openstackgerrit | 13:44 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: Explicitly spell out cloud backend choices https://review.openstack.org/416553 | 13:44 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Split API tests for cluster actions https://review.openstack.org/416554 | 13:44 |
openstackgerrit | Qiming Teng proposed openstack/senlin: API test for cluster-collect https://review.openstack.org/416555 | 13:44 |
*** Drago1 has quit IRC | 13:50 | |
openstackgerrit | Merged openstack/senlin: Revise webhook middleware https://review.openstack.org/416456 | 13:52 |
*** ruijie has quit IRC | 15:28 | |
*** Drago has joined #senlin | 15:58 | |
*** guoshan has joined #senlin | 16:27 | |
*** guoshan has quit IRC | 16:32 | |
*** XueFeng has quit IRC | 16:44 | |
*** Drago has quit IRC | 17:43 | |
*** Drago has joined #senlin | 18:50 | |
*** Drago has quit IRC | 21:00 | |
*** Drago has joined #senlin | 21:15 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** Jeffrey4l has joined #senlin | 21:49 | |
*** guoshan has joined #senlin | 22:14 | |
*** guoshan has quit IRC | 22:19 | |
*** openstack has joined #senlin | 22:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!