*** openstackgerrit has quit IRC | 00:01 | |
*** openstackgerrit has joined #senlin | 00:02 | |
*** openstack has joined #senlin | 00:05 | |
*** pm90_ has joined #senlin | 00:21 | |
*** lvdongbing has joined #senlin | 00:49 | |
*** lawrancejing has joined #senlin | 00:54 | |
*** Qiming_ has joined #senlin | 01:09 | |
*** xuhaiwei has quit IRC | 01:53 | |
*** Qiming_ is now known as Qiming | 02:04 | |
*** zhenguo has joined #senlin | 02:06 | |
*** pm90_ has quit IRC | 02:22 | |
openstackgerrit | Qiming Teng proposed stackforge/senlin: Do rule validation when validaing alarm triggers https://review.openstack.org/228804 | 02:25 |
---|---|---|
*** lawrancejing has quit IRC | 02:47 | |
*** lawrancejing has joined #senlin | 02:48 | |
*** mathspanda has joined #senlin | 02:54 | |
*** mathspanda has quit IRC | 02:55 | |
*** Yanyanhu has joined #senlin | 02:58 | |
*** Yanyan has joined #senlin | 03:03 | |
*** shu has joined #senlin | 03:04 | |
*** Yanyanhu has quit IRC | 03:06 | |
*** shu has quit IRC | 03:06 | |
openstackgerrit | Shu Muto proposed stackforge/senlin-dashboard: senlinclient related bug fix https://review.openstack.org/227707 | 03:07 |
openstackgerrit | Merged stackforge/senlin: Do rule validation when validaing alarm triggers https://review.openstack.org/228804 | 03:08 |
*** shu has joined #senlin | 03:08 | |
*** gongysh has quit IRC | 03:20 | |
*** gongysh has joined #senlin | 03:22 | |
*** gongysh has quit IRC | 03:32 | |
*** ldb_ has joined #senlin | 03:38 | |
*** gongysh has joined #senlin | 03:39 | |
*** lvdongbing has quit IRC | 03:40 | |
*** ldb_ has quit IRC | 04:27 | |
*** lvdongbing has joined #senlin | 05:48 | |
Qiming | Yanyan, there? | 07:00 |
Yanyan | yes | 07:00 |
Qiming | https://review.openstack.org/#/c/229222/ | 07:01 |
Qiming | a patch to optimize sdk functional tests | 07:01 |
Qiming | failures are all related to something else: seems ceilometer is not enabled by default at gate | 07:01 |
Yanyan | ok | 07:01 |
Qiming | http://logs.openstack.org/22/229222/3/check/gate-sdk-dsvm-functional/fd5f0d1/logs/devstacklog.txt.gz | 07:02 |
Qiming | this is blocking any changes to sdk | 07:02 |
Qiming | how to fix this? | 07:02 |
Yanyan | ok, let me have a look | 07:02 |
Yanyan | one way is enable ceilometer service by default when preparing devstack env for openstacksdk functional test | 07:03 |
Yanyan | this may needs a patch in project-config | 07:03 |
Yanyan | or we can install ceilometer service in hook script | 07:04 |
Qiming | there is another way? | 07:04 |
Yanyan | let me check whether sdk has this | 07:04 |
Qiming | there is a post_test_hook.sh | 07:04 |
Yanyan | it has | 07:04 |
Yanyan | but just preparing all necessary service in jekins job configure is better... | 07:05 |
Qiming | yep, agree | 07:05 |
Yanyan | maybe you can help to propose this patch? Just need a change of several lines I think | 07:06 |
Qiming | yes | 07:06 |
Qiming | Yanyan, not sure if this is the right way: | 07:12 |
Qiming | https://review.openstack.org/#/c/220125/2/jenkins/jobs/heat.yaml | 07:12 |
Yanyan | hi, Qiming, I think so. | 07:13 |
*** lawrancejing has quit IRC | 07:13 | |
Yanyan | or something like: enable_service ceilometer-acompute ceilometer-acentral ceilometer-anotification ceilometer-collector ceilometer-api | 07:14 |
Yanyan | enable_service ceilometer-alarm-notifier ceilometer-alarm-evaluator | 07:14 |
Yanyan | I guess this can work as well | 07:14 |
*** lawrancejing has joined #senlin | 07:15 | |
Qiming | check the commit message here: | 07:15 |
Qiming | https://review.openstack.org/#/c/220125/ | 07:15 |
Yanyan | ah, I see | 07:15 |
Qiming | anyway, will try this | 07:15 |
Yanyan | ok | 07:16 |
*** mathspanda has joined #senlin | 07:38 | |
*** mathspanda has quit IRC | 07:38 | |
Qiming | found the root cause of this change | 07:44 |
Qiming | https://review.openstack.org/#/c/196383/ | 07:44 |
Yanyan | ok | 07:44 |
Yanyan | seem they also have a dicussion on mail list | 07:45 |
Yanyan | http://lists.openstack.org/pipermail/openstack-dev/2015-August/072958.html | 07:45 |
Qiming | yes | 07:45 |
Qiming | that is why enable_service won't work | 07:45 |
Yanyan | em, yes, I need to revise my local conf of devstack | 07:45 |
Qiming | ceilometer_xxx is removed from the function in funcitons-common module in devstack | 07:45 |
Yanyan | yes | 07:45 |
Qiming | don't think you need to do that right now | 07:46 |
Qiming | unless you are doing stack.sh everyday, ;) | 07:46 |
Yanyan | yep :) | 07:46 |
Qiming | proposed change here: https://review.openstack.org/#/c/229273/ | 07:46 |
Yanyan | nice | 07:47 |
openstackgerrit | Qiming Teng proposed stackforge/python-senlinclient: Fix client constructor for ease of use https://review.openstack.org/229291 | 08:34 |
Qiming | please take a look at the change 229291 | 08:36 |
Yanyan | ok | 08:36 |
Qiming | I've just tried to pass None for user_preferences and user_agent | 08:36 |
Qiming | it seems to me that the command line is not impacted | 08:37 |
Qiming | but the fix would make the senlin-dashboard side much easier | 08:37 |
openstackgerrit | Qiming Teng proposed stackforge/python-senlinclient: Fix client constructor for ease of use https://review.openstack.org/229291 | 08:46 |
Qiming | heh, the value of Magnum is finally challenged in the community | 08:46 |
Yanyan | in mail list? | 08:46 |
Qiming | yes | 08:47 |
Qiming | I'm starting to see Magnum as COEDaaS - Container Orchestration Engine | 08:47 |
Qiming | Deployment as a Service. | 08:47 |
Yanyan | counterpart of heat? | 08:48 |
Qiming | deployment tool for COE | 08:48 |
Qiming | they don't want to do any unification thing between the docker and k8s community | 08:48 |
Qiming | it is too difficult | 08:48 |
Qiming | if they are exposing the original concepts from k8s or docker directly | 08:49 |
Yanyan | yes, that's true | 08:49 |
Qiming | then why users need to use magnum | 08:49 |
Yanyan | yea | 08:49 |
Qiming | it's raining | 08:51 |
Yanyan | ... | 08:51 |
Qiming | and it's last working day before holidy | 08:51 |
Yanyan | should go a little earlier | 08:51 |
Qiming | s/holidy/holiday/ | 08:51 |
Qiming | yip | 08:51 |
Yanyan | wc and prepare to go | 08:51 |
Qiming | want to run now | 08:51 |
*** Qiming has quit IRC | 08:57 | |
*** Yanyan has quit IRC | 08:57 | |
*** gongysh has quit IRC | 09:25 | |
*** gongysh has joined #senlin | 09:27 | |
*** lvdongbing has quit IRC | 09:41 | |
openstackgerrit | Merged stackforge/python-senlinclient: Fix client constructor for ease of use https://review.openstack.org/229291 | 09:50 |
lawrancejing | running now haha | 09:54 |
*** lawrancejing has quit IRC | 09:54 | |
*** Qiming has joined #senlin | 09:56 | |
*** Qiming has quit IRC | 10:42 | |
*** Qiming has joined #senlin | 10:43 | |
*** lawrancejing has joined #senlin | 11:02 | |
openstackgerrit | Merged stackforge/senlin-dashboard: senlinclient related bug fix https://review.openstack.org/227707 | 11:16 |
*** shu has quit IRC | 11:22 | |
*** lvdongbing has joined #senlin | 11:23 | |
*** lvdongbing has quit IRC | 11:33 | |
*** jruano has joined #senlin | 11:52 | |
jruano | hi team... we have a conference call setup for anyone wanting to hear about tosca + senlin | 12:03 |
jruano | https://www.teleconference.att.com/servlet/glbAccess?process=1&accessCode=81307605&accessNumber=2158616239#C2 | 12:03 |
jruano | access code 81307605 | 12:04 |
jruano | online meeting is at: https://apps.na.collabserv.com/meetings/join?id=1005-5022 | 12:04 |
jruano | password: ibm123 | 12:04 |
jruano | well, we will just reschedule for next week if anyone is interested. | 12:10 |
jruano | pass along you're direct email's so that i can send out the invitation to you | 12:11 |
Qiming | jruano, I was having dinner | 12:12 |
Qiming | is the meeting rescheduled? | 12:12 |
jruano | no worries, yes we will reschedule | 12:12 |
Qiming | jruano, the coming week is a vacation week for Chinese | 12:14 |
jruano | ah | 12:14 |
Qiming | it will be the National Day's holiday | 12:14 |
Qiming | some of us may disappear for 10+ days, :) | 12:14 |
Qiming | not including me though | 12:14 |
jruano | ah, :) sounds great | 12:15 |
jruano | we could do the week of oct 12 | 12:15 |
Qiming | okay, that would be better | 12:15 |
jruano | matt shared a deck we did for oscon which i think is appropriate | 12:15 |
jruano | i asked the team for emails of folks that are interested. if you have a list of folks you think want to attend, pass those along | 12:16 |
jruano | i will send out direct invites | 12:16 |
Qiming | maybe we can distribute it around the team before our next call | 12:16 |
Qiming | good | 12:17 |
jruano | yep. no problem | 12:17 |
Qiming | I can send you a list | 12:17 |
jruano | that would be helpful | 12:17 |
*** jruano has quit IRC | 12:31 | |
*** Qiming_ has joined #senlin | 12:36 | |
*** Qiming has quit IRC | 12:39 | |
*** pm90_ has joined #senlin | 12:50 | |
*** pm90__ has joined #senlin | 12:53 | |
*** pm90__ has quit IRC | 12:55 | |
*** pm90_ has quit IRC | 12:56 | |
openstackgerrit | lawrancejing proposed stackforge/senlin-dashboard: Move _parse_dict() and _profile_dict to profile/forms.py https://review.openstack.org/229443 | 14:00 |
*** lvdongbing has joined #senlin | 14:05 | |
*** lvdongbing has quit IRC | 14:06 | |
*** lkarm has joined #senlin | 14:19 | |
*** lkarm has quit IRC | 14:19 | |
*** pm90_ has joined #senlin | 14:25 | |
*** pm90__ has joined #senlin | 14:26 | |
*** jruano has joined #senlin | 14:27 | |
*** pm90_ has quit IRC | 14:30 | |
openstackgerrit | lawrancejing proposed stackforge/senlin-dashboard: Support creating profile form file https://review.openstack.org/229474 | 15:17 |
openstackgerrit | lawrancejing proposed stackforge/senlin-dashboard: Use profile type form spec https://review.openstack.org/229481 | 15:36 |
openstackgerrit | lawrancejing proposed stackforge/senlin-dashboard: Add profile spec in profile table https://review.openstack.org/229493 | 15:56 |
*** Qiming_ has quit IRC | 16:06 | |
*** zhenguo has quit IRC | 16:14 | |
openstackgerrit | lawrancejing proposed stackforge/senlin-dashboard: Add senlin node_list api https://review.openstack.org/229504 | 16:17 |
openstackgerrit | lawrancejing proposed stackforge/senlin-dashboard: Fix typo https://review.openstack.org/229509 | 16:20 |
openstackgerrit | Merged stackforge/senlin-dashboard: Fix typo https://review.openstack.org/229509 | 16:36 |
*** pm90__ has quit IRC | 17:10 | |
*** lawrancejing has quit IRC | 17:23 | |
*** pm90_ has joined #senlin | 18:09 | |
*** openstackgerrit has quit IRC | 18:16 | |
*** openstackgerrit has joined #senlin | 18:17 | |
*** pm90__ has joined #senlin | 18:18 | |
*** pm90_ has quit IRC | 18:21 | |
*** openstackgerrit has quit IRC | 18:46 | |
*** openstackgerrit has joined #senlin | 18:47 | |
*** pm90__ has quit IRC | 18:58 | |
*** pm90_ has joined #senlin | 20:03 | |
*** pm90__ has joined #senlin | 21:23 | |
*** pm90_ has quit IRC | 21:26 | |
*** pm90__ has quit IRC | 22:05 | |
*** jruano has quit IRC | 22:10 | |
*** jruano has joined #senlin | 23:08 | |
*** Qiming_ has joined #senlin | 23:31 | |
*** pm90_ has joined #senlin | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!