*** Drago1 has quit IRC | 00:08 | |
*** XueFeng has quit IRC | 00:35 | |
*** XueFeng has joined #senlin | 00:50 | |
*** XueFeng has quit IRC | 00:52 | |
*** guoshan has joined #senlin | 01:05 | |
ruijie | the gate is still not workinnnnnnnng :( | 01:06 |
---|---|---|
*** guoshan has quit IRC | 01:09 | |
*** XueFeng has joined #senlin | 01:14 | |
*** XueFeng has quit IRC | 01:15 | |
*** yuanying has joined #senlin | 01:20 | |
*** guoshan has joined #senlin | 01:23 | |
*** XueFeng has joined #senlin | 01:30 | |
*** catintheroof has quit IRC | 01:42 | |
*** yanyanhu has joined #senlin | 01:44 | |
*** chohoor has joined #senlin | 01:48 | |
*** elynn_ has joined #senlin | 01:48 | |
*** Jeffrey4l has joined #senlin | 02:00 | |
*** XueFeng has quit IRC | 02:05 | |
*** XueFeng has joined #senlin | 02:05 | |
*** XueFeng has quit IRC | 02:20 | |
*** XueFeng has joined #senlin | 02:21 | |
fabian4 | Hi, I have a question, ceilometer support 'metadata.user_metadata.cluster_id' , the metadata.user_metadata is ceilometer support, cluster_id config from ceilometer.conf, but ceilometer how do you meter under the clusterinstance ? | 02:24 |
fabian4 | under the cluster instance | 02:25 |
fabian4 | A single instance support nova boot --meta metering.some_name=some_value, so ceilometer able to 'ceilometer sample-list -m cpu_util -q metadata.user_metadata.some_name=some_value' | 02:27 |
elynn_ | fabian4, when node join a cluster, their metadata will be set to {'cluster_id': <cluster_id>} | 02:31 |
elynn_ | https://github.com/openstack/senlin/blob/27e77ec0a3bb320dedeef8752820e5d151e6c89f/senlin/profiles/os/nova/server.py#L962 | 02:31 |
elynn_ | There is a doc for how to use senlin together with ceilometer http://docs.openstack.org/developer/senlin/user/scenarios/autoscaling_ceilometer.html | 02:32 |
elynn_ | If you follow this doc and encounter any problem, let us know about it and we will fix. fabian4 :) | 02:33 |
*** XueFeng has quit IRC | 02:34 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/senlin: Removes unnecessary utf-8 encoding https://review.openstack.org/413865 | 02:35 |
*** XueFeng has joined #senlin | 02:35 | |
fabian4 | elynn_, node join cluster ,metadata will be set {'cluster_id':<cluster_id>}, I use nova version is '2014.2.2', senlin version is mitaka , I join node to cluster ,but 'nova show instance ' metadata is none | 02:37 |
elynn_ | Hmm, if ceilometer only recognize 'metering.xxx' then we need a way to figure out how to set it in senlin... | 02:37 |
fabian4 | elynn_, I known probrom , is nova show instance, the metadata is none | 02:38 |
elynn_ | oh... that mush be a bug.. | 02:39 |
elynn_ | s/mush/must | 02:40 |
elynn_ | I check the code and metadata should be set, but if it didn't, then I need to setup a mitaka version to check... https://github.com/openstack/senlin/blob/stable/mitaka/senlin/profiles/os/nova/server.py#L701 | 02:40 |
elynn_ | I notice that you are using the juno version of nova, right? | 02:42 |
elynn_ | fabian4 | 02:42 |
fabian4 | elynn_, yes , my env is juno version, i install senlin is single server to other Machine, senlin is share keystone, rabbitmq, mysql | 02:43 |
elynn_ | Is there any errors shown in senlin's log? fabian4 | 02:43 |
elynn_ | Or in nova's log | 02:44 |
fabian4 | elynn_, senlin other command is no probrom, scaling alarm and loadbance is a little probrom | 02:44 |
*** yuanying has quit IRC | 02:49 | |
*** yuanying has joined #senlin | 02:50 | |
elynn_ | Could you try to use a nova profile with metadata, and see if metadata be set correctly? | 02:50 |
elynn_ | fabian4, https://github.com/openstack/senlin/blob/master/examples/profiles/nova_server/cirros_basic.yaml#L10-L11 | 02:51 |
*** XueFeng has quit IRC | 02:52 | |
fabian4 | elynn_, i try use senlin cluster add node , and check senlin log or nova log , ensure nova show metadata is none probrom | 02:53 |
*** yuanying has quit IRC | 02:54 | |
*** XueFeng has joined #senlin | 02:59 | |
*** XueFeng has quit IRC | 03:00 | |
*** XueFeng has joined #senlin | 03:00 | |
elynn_ | I think the problem was at openstacksdk, not sure if it supports juno release. fabian4 | 03:05 |
fabian4 | elynn_, I known nova show metadata data " metadata | {"cluster": "ca8cee6b-ca1b-4cc7-95fa-1f89f8bdefa8"}" | 03:14 |
fabian4 | elynn_, I see you metadata | 03:14 |
fabian4 | elynn_, the probrom is , when i use profile miss metadata: | 03:16 |
fabian4 | test_key: test_value | 03:16 |
*** yanyanhu has quit IRC | 03:44 | |
*** yanyanhu has joined #senlin | 03:44 | |
*** yuanying has joined #senlin | 03:50 | |
*** yuanying has quit IRC | 03:50 | |
*** yuanying_ has joined #senlin | 03:50 | |
fabian4 | elynn_, 'metadata.user_metadata.cluster_id' is able to meter data , this is mitaka probrom, I use newton is no probrom | 03:52 |
fabian4 | elynn_, thanks | 03:52 |
*** elynn_ has quit IRC | 03:53 | |
*** XueFeng has quit IRC | 03:54 | |
*** XueFeng has joined #senlin | 03:54 | |
*** XueFeng has quit IRC | 03:58 | |
*** XueFeng has joined #senlin | 04:00 | |
*** XueFeng has quit IRC | 04:02 | |
*** XueFeng has joined #senlin | 04:02 | |
*** XueFeng has quit IRC | 04:03 | |
*** XueFeng has joined #senlin | 04:04 | |
*** XueFeng has quit IRC | 04:05 | |
*** XueFeng has joined #senlin | 04:06 | |
openstackgerrit | Hongbin Li proposed openstack/senlin: fix typo in doc https://review.openstack.org/413905 | 04:18 |
*** XueFeng has quit IRC | 04:19 | |
*** XueFeng has joined #senlin | 04:20 | |
*** elynn_ has joined #senlin | 04:49 | |
*** guoshan has quit IRC | 05:13 | |
*** XueFeng has quit IRC | 05:34 | |
*** XueFeng has joined #senlin | 05:43 | |
*** XueFeng has quit IRC | 05:44 | |
*** XueFeng has joined #senlin | 05:44 | |
*** guoshan has joined #senlin | 05:51 | |
*** XueFeng has quit IRC | 06:11 | |
*** XueFeng has joined #senlin | 06:12 | |
*** XueFeng has quit IRC | 06:13 | |
*** XueFeng has joined #senlin | 06:14 | |
openstackgerrit | miaohb proposed openstack/senlin: Trivial: fix the parameter description error in _validate_policy https://review.openstack.org/413922 | 06:22 |
*** XueFeng has quit IRC | 06:24 | |
*** XueFeng has joined #senlin | 06:25 | |
*** XueFeng has quit IRC | 06:30 | |
*** XueFeng has joined #senlin | 06:31 | |
openstackgerrit | miaohb proposed openstack/python-senlinclient: Trivial: Modify the description of policy validate https://review.openstack.org/413926 | 06:36 |
*** openstackgerrit has quit IRC | 06:48 | |
*** XueFeng has quit IRC | 06:56 | |
*** XueFeng has joined #senlin | 07:02 | |
*** openstackgerrit has joined #senlin | 07:11 | |
*** ChanServ sets mode: +v openstackgerrit | 07:11 | |
openstackgerrit | miaohb proposed openstack/python-senlinclient: Trivial: Modify the description of profile validate https://review.openstack.org/413939 | 07:11 |
openstackgerrit | Shan Guo proposed openstack/senlin: Modify the description of profile validate https://review.openstack.org/413951 | 07:45 |
*** openstackgerrit has quit IRC | 07:48 | |
*** XueFeng has quit IRC | 08:39 | |
*** XueFeng has joined #senlin | 08:41 | |
*** XueFeng has quit IRC | 09:01 | |
*** XueFeng has joined #senlin | 09:02 | |
*** elynn_ has quit IRC | 09:08 | |
*** xuhaiwei has quit IRC | 09:11 | |
*** XueFeng has quit IRC | 09:13 | |
*** shu-mutou-AWAY has quit IRC | 09:13 | |
*** XueFeng has joined #senlin | 09:22 | |
*** XueFeng has quit IRC | 09:24 | |
*** XueFeng has joined #senlin | 09:24 | |
*** XueFeng has quit IRC | 09:26 | |
*** openstackgerrit has joined #senlin | 09:29 | |
*** ChanServ sets mode: +v openstackgerrit | 09:29 | |
openstackgerrit | lvdongbing proposed openstack/python-senlinclient: Revise help string profile list https://review.openstack.org/413990 | 09:29 |
*** XueFeng has joined #senlin | 09:29 | |
*** XueFeng has quit IRC | 09:35 | |
*** XueFeng has joined #senlin | 09:36 | |
yanyanhu | hi, Qiming, the following patch is in workflow progress, so senlin gate should be recovered tonight I think | 09:37 |
yanyanhu | https://review.openstack.org/413118 | 09:37 |
Qiming | yes, I wrote email to garyk asking for a review | 09:37 |
Qiming | he did it | 09:38 |
Qiming | he was not on irc | 09:38 |
Qiming | also pinged jeblair, chmouel, ianw ... | 09:38 |
Qiming | sigh | 09:38 |
yanyanhu | ... | 09:39 |
*** XueFeng has quit IRC | 09:41 | |
yanyanhu | not sure whether they will consider to add a place to maintain the port being used by different service | 09:41 |
*** XueFeng has joined #senlin | 09:41 | |
yanyanhu | obviously the firewall doc page is out of date | 09:41 |
*** XueFeng has quit IRC | 09:43 | |
*** XueFeng has joined #senlin | 09:43 | |
Qiming | there was a proposal adding the service port to the global governance doc | 09:46 |
Qiming | however, the future is to remove ports from all services I think | 09:46 |
Qiming | it will be a huge headache for operators | 09:46 |
*** yanyanhu has quit IRC | 10:24 | |
*** guoshan has quit IRC | 10:25 | |
*** XueFeng has quit IRC | 11:10 | |
*** XueFeng has joined #senlin | 11:12 | |
*** XueFeng has quit IRC | 11:14 | |
*** XueFeng has joined #senlin | 11:15 | |
*** XueFeng has quit IRC | 11:23 | |
*** XueFeng has joined #senlin | 11:23 | |
*** guoshan has joined #senlin | 11:26 | |
*** guoshan has quit IRC | 11:30 | |
*** XueFeng has quit IRC | 11:32 | |
*** XueFeng has joined #senlin | 11:33 | |
*** chohoor has left #senlin | 11:57 | |
*** XueFeng has quit IRC | 12:25 | |
*** XueFeng has joined #senlin | 12:26 | |
*** guoshan has joined #senlin | 12:27 | |
*** guoshan has quit IRC | 12:31 | |
*** guoshan has joined #senlin | 13:28 | |
*** XueFeng has quit IRC | 13:29 | |
*** XueFeng has joined #senlin | 13:29 | |
*** guoshan has quit IRC | 13:32 | |
*** XueFeng has quit IRC | 13:41 | |
*** XueFeng has joined #senlin | 13:41 | |
*** XueFeng has quit IRC | 13:43 | |
*** XueFeng has joined #senlin | 13:43 | |
*** XueFeng has quit IRC | 14:16 | |
*** XueFeng has joined #senlin | 14:16 | |
*** guoshan has joined #senlin | 14:28 | |
*** guoshan has quit IRC | 14:33 | |
*** guoshan has joined #senlin | 15:29 | |
*** guoshan has quit IRC | 15:34 | |
*** XueFeng has quit IRC | 15:45 | |
*** XueFeng has joined #senlin | 15:46 | |
*** elynn_ has joined #senlin | 15:51 | |
*** elynn has quit IRC | 15:53 | |
*** elynn_ has quit IRC | 15:57 | |
*** elynn_ has joined #senlin | 15:59 | |
*** Ruijie_ has joined #senlin | 16:07 | |
*** elynn_ has quit IRC | 16:16 | |
*** fabian4 has quit IRC | 16:17 | |
*** XueFeng has quit IRC | 16:23 | |
*** XueFeng has joined #senlin | 16:23 | |
*** XueFeng has quit IRC | 16:25 | |
*** XueFeng has joined #senlin | 16:26 | |
*** XueFeng has quit IRC | 16:29 | |
*** XueFeng has joined #senlin | 16:30 | |
*** guoshan has joined #senlin | 16:30 | |
*** guoshan has quit IRC | 16:34 | |
*** Ruijie_ has quit IRC | 16:35 | |
*** Jeffrey4l has quit IRC | 16:46 | |
*** Drago1 has joined #senlin | 17:06 | |
*** Jeffrey4l has joined #senlin | 17:07 | |
*** Jeffrey4l has quit IRC | 17:15 | |
*** Jeffrey4l has joined #senlin | 17:15 | |
*** XueFeng has quit IRC | 17:19 | |
openstackgerrit | Merged openstack/senlin: Fix Senlin tempest plugin https://review.openstack.org/412658 | 17:19 |
*** XueFeng has joined #senlin | 17:20 | |
*** Jeffrey4l has quit IRC | 17:23 | |
*** Jeffrey4l has joined #senlin | 17:23 | |
*** fabian4 has joined #senlin | 17:24 | |
*** guoshan has joined #senlin | 17:31 | |
*** XueFeng has quit IRC | 17:32 | |
*** XueFeng has joined #senlin | 17:33 | |
*** guoshan has quit IRC | 17:35 | |
*** XueFeng has quit IRC | 17:39 | |
*** XueFeng has joined #senlin | 17:40 | |
*** XueFeng has quit IRC | 17:52 | |
*** XueFeng has joined #senlin | 17:53 | |
*** XueFeng has quit IRC | 18:13 | |
*** XueFeng has joined #senlin | 18:14 | |
*** guoshan has joined #senlin | 18:32 | |
*** XueFeng has quit IRC | 18:33 | |
*** XueFeng has joined #senlin | 18:34 | |
*** guoshan has quit IRC | 18:36 | |
*** XueFeng has quit IRC | 18:50 | |
*** XueFeng has joined #senlin | 18:56 | |
*** XueFeng has quit IRC | 19:02 | |
*** XueFeng has joined #senlin | 19:02 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin: Updated from global requirements https://review.openstack.org/414303 | 19:10 |
*** XueFeng has quit IRC | 19:27 | |
*** XueFeng has joined #senlin | 19:27 | |
*** guoshan has joined #senlin | 19:32 | |
*** guoshan has quit IRC | 19:37 | |
*** guoshan has joined #senlin | 20:33 | |
*** XueFeng has quit IRC | 20:34 | |
*** XueFeng has joined #senlin | 20:35 | |
*** guoshan has quit IRC | 20:38 | |
*** XueFeng has quit IRC | 20:43 | |
*** XueFeng has joined #senlin | 20:43 | |
*** XueFeng has quit IRC | 20:51 | |
*** XueFeng has joined #senlin | 20:52 | |
*** XueFeng has quit IRC | 21:01 | |
*** XueFeng has joined #senlin | 21:01 | |
*** XueFeng has quit IRC | 21:28 | |
*** XueFeng has joined #senlin | 21:30 | |
*** guoshan has joined #senlin | 21:34 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** guoshan has quit IRC | 21:38 | |
*** Jeffrey4l has joined #senlin | 21:48 | |
*** XueFeng has quit IRC | 22:34 | |
*** guoshan has joined #senlin | 22:35 | |
*** XueFeng has joined #senlin | 22:35 | |
*** XueFeng has quit IRC | 22:39 | |
*** XueFeng has joined #senlin | 22:39 | |
*** guoshan has quit IRC | 22:39 | |
*** XueFeng has quit IRC | 22:43 | |
*** XueFeng has joined #senlin | 22:44 | |
*** guoshan has joined #senlin | 23:35 | |
*** guoshan has quit IRC | 23:40 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!