*** thorst has joined #openstack-watcher | 00:37 | |
*** thorst has quit IRC | 00:45 | |
*** thorst has joined #openstack-watcher | 00:58 | |
*** thorst has quit IRC | 01:00 | |
*** sauvik has joined #openstack-watcher | 01:27 | |
*** thorst has joined #openstack-watcher | 01:44 | |
*** thorst has quit IRC | 01:53 | |
*** thorst has joined #openstack-watcher | 01:53 | |
*** thorst has quit IRC | 02:02 | |
*** sauvik has quit IRC | 02:22 | |
*** thorst has joined #openstack-watcher | 02:59 | |
*** thorst has quit IRC | 03:07 | |
*** sauvik has joined #openstack-watcher | 03:18 | |
*** sauvik has quit IRC | 03:22 | |
*** thorst has joined #openstack-watcher | 04:05 | |
*** thorst has quit IRC | 04:12 | |
*** sauvik has joined #openstack-watcher | 04:19 | |
*** sauvik has quit IRC | 04:23 | |
*** thorst has joined #openstack-watcher | 05:10 | |
*** thorst has quit IRC | 05:17 | |
*** vtech has joined #openstack-watcher | 05:39 | |
*** vtech has quit IRC | 06:12 | |
*** thorst has joined #openstack-watcher | 06:15 | |
*** vtech has joined #openstack-watcher | 06:15 | |
*** apoorv has joined #openstack-watcher | 06:20 | |
*** thorst has quit IRC | 06:21 | |
*** vtech has quit IRC | 06:25 | |
*** vtech has joined #openstack-watcher | 06:34 | |
*** vtech has quit IRC | 06:34 | |
*** vmahe has joined #openstack-watcher | 06:47 | |
*** apoorv has quit IRC | 06:57 | |
*** vtech has joined #openstack-watcher | 06:58 | |
*** apoorv has joined #openstack-watcher | 07:03 | |
*** thorst has joined #openstack-watcher | 07:19 | |
*** thorst has quit IRC | 07:27 | |
*** vincentfrancoise has quit IRC | 07:41 | |
*** vincentfrancoise has joined #openstack-watcher | 07:42 | |
anem0ne | vincentfrancoise: Hi :) | 07:47 |
---|---|---|
anem0ne | you have right, all tests are passing | 07:47 |
anem0ne | I've spawned fresh machine, and check, and everything is ok | 07:47 |
vincentfrancoise | anem0ne: ok nice! | 07:49 |
*** jed56 has joined #openstack-watcher | 08:06 | |
*** thorst has joined #openstack-watcher | 08:25 | |
*** wootehfoot has quit IRC | 08:29 | |
*** thorst has quit IRC | 08:31 | |
*** pav0 has joined #openstack-watcher | 08:36 | |
*** wootehfoot has joined #openstack-watcher | 08:41 | |
*** vtech has quit IRC | 08:57 | |
*** vtech has joined #openstack-watcher | 08:57 | |
*** thorst has joined #openstack-watcher | 09:30 | |
*** thorst has quit IRC | 09:37 | |
*** thorst has joined #openstack-watcher | 10:14 | |
*** vtech has quit IRC | 10:16 | |
*** thorst has quit IRC | 10:21 | |
*** openstackgerrit has quit IRC | 10:48 | |
*** openstackgerrit has joined #openstack-watcher | 10:48 | |
*** ss4 has joined #openstack-watcher | 10:49 | |
*** vtech has joined #openstack-watcher | 10:50 | |
*** ss4 has quit IRC | 10:52 | |
*** ss4 has joined #openstack-watcher | 10:52 | |
*** wootehfoot has quit IRC | 10:52 | |
vtech | Hello guys, vincentfrancoise, I just noticed there is a bug in the strategy we added recently - https://github.com/openstack/watcher/blob/master/watcher/decision_engine/strategy/strategies/vm_workload_consolidation.py#L98 should be 'unicode' instead of 'str'. Shall I open a new bug report or is there easier way ho to change this one line? sorry for that, don't know how could we missed that. | 11:12 |
*** thorst has joined #openstack-watcher | 11:41 | |
vincentfrancoise | Hi vtech | 11:53 |
vincentfrancoise | Yeah open up a bug ticket and give me the link so I can mark it as "triaged" | 11:54 |
vincentfrancoise | then you can assign it to you | 11:54 |
vtech | vincentfrancoise, https://bugs.launchpad.net/watcher/+bug/1565764 | 12:07 |
openstack | Launchpad bug 1565764 in watcher "Missing support for resource states in unicode format in vm workload consolidation strategy" [Undecided,New] | 12:07 |
vtech | vincentfrancoise, thank you | 12:07 |
vincentfrancoise | vtech: you can use six to deal with it so it stays python2/3 comptible BTW | 12:09 |
vincentfrancoise | vtech: e.g. https://github.com/openstack/watcher/blob/master/watcher/common/utils.py#L52 | 12:10 |
vtech | vincentfrancoise, right. thanks | 12:14 |
*** ss4 has quit IRC | 12:24 | |
*** wootehfoot has joined #openstack-watcher | 12:24 | |
jed56 | vtech do you think that you will finish fix the bug before tomorrow ? ( we are releasing mitika rc final) | 12:26 |
vtech | yes, for sure it's just a matter of adding 'or type(state) == unicode' to the line | 12:27 |
jed56 | great! | 12:28 |
*** esberglu has joined #openstack-watcher | 12:35 | |
*** apoorv has quit IRC | 12:36 | |
*** esberglu has quit IRC | 12:36 | |
vtech | vincentfrancoise, I will just use "from six import string_types" | 12:56 |
vtech | imported within the second import block | 12:57 |
vtech | and isinstance(state, string_types) | 12:57 |
vincentfrancoise | vtech: yeah lgtm | 12:58 |
vincentfrancoise | FYI, import the module not the function | 12:58 |
vincentfrancoise | so isinstance(state, six.string_types) ;) | 12:58 |
openstackgerrit | Vojtech Cima proposed openstack/watcher: Added missing support for resource states in unicode format in VM workload consolidation strategy https://review.openstack.org/301123 | 13:22 |
vincentfrancoise | gzhai2: hi | 14:00 |
*** alexchadin has joined #openstack-watcher | 14:03 | |
alexchadin | hello to everyone | 14:03 |
alexchadin | i'm looking for the bug: https://bugs.launchpad.net/watcher/+bug/1510179 | 14:03 |
openstack | Launchpad bug 1510179 in watcher "Can not create an audit template with same name after deleting it previously." [Medium,Confirmed] - Assigned to Taylor Peoples (tpeoples) | 14:03 |
vincentfrancoise | Hi alexchadin | 14:04 |
alexchadin | do we really need UNIQUE CONSTRAINT on name column? | 14:04 |
vincentfrancoise | not really, hence the bug | 14:05 |
alexchadin | i can handle it | 14:05 |
vincentfrancoise | I guess you can assign it to youself | 14:06 |
alexchadin | ok | 14:06 |
vincentfrancoise | tpeoplesvacation is I believe on vacation so I don't think he would mind | 14:06 |
wootehfoot | Hello! Any of you that know a tool that can evaluate VM deployments? As in VMs placed on machines which have their own network topology (IaaS). | 14:10 |
jed56 | wootehfoot : what do you mean ? | 14:13 |
jed56 | you wants a simulator ? | 14:13 |
jed56 | *you want | 14:14 |
wootehfoot | jed56, yeah, a simulator which can handle this case: 1. VMs are placed on machines. 2. VMs begin communicating with eachother. 3. Evaluate bandwidth consumption and machine resource consumption. | 14:15 |
wootehfoot | or another way of evaluating this case, if you have any suggestion | 14:15 |
jed56 | you can try http://www.cloudbus.org/cloudsim/ | 14:15 |
jed56 | but the network is not very modelized | 14:15 |
jed56 | you can also try http://beyondtheclouds.github.io/VMPlaceS/ | 14:16 |
jed56 | the TCP network is very well design | 14:17 |
wootehfoot | VMPlaceS builds on Simgrid, and Simgrid doesn't permit VMs to have a network topology, but Hosts are allowed however | 14:17 |
wootehfoot | do you know how to work around that? | 14:17 |
wootehfoot | Regarding CloudSim: Only CloudMIG Xpress supports IaaS, but it's old and doesn't handle my particular case. | 14:19 |
wootehfoot | I'm trying to bend Simgrid and VMPlaceS to my will at the moment, if only it handled VMs with a network topology | 14:20 |
wootehfoot | jed56, what simulators do you use to test Watcher? Or do you test everything online? | 14:22 |
jed56 | we are using Simgrid and CloudSim | 14:22 |
jed56 | but we need to rewrite some parts | 14:23 |
jed56 | in which case do you need to model the network topology of the VM | 14:23 |
wootehfoot | jed56, hmm.. if you had a case where: Incoming traffic is handled by a network of VMs (the vms communicate) which are on machines. And you want to: 1. Analyze bandwidth of links and vswitches. 2. Analyze resources of machines. How would you do it? | 14:25 |
wootehfoot | jed56, i know their network topology, it's an Artificial Neural Network Topology | 14:25 |
wootehfoot | jed56, you can assume i have a full description of the VM communication | 14:26 |
wootehfoot | actually, not "how do you do it", but "which tools do you use?" | 14:27 |
jed56 | sorry coffee break | 14:39 |
wootehfoot | jed56, no problem, found this https://gforge.inria.fr/scm/?group_id=5253 in the mean time, will try it out | 14:41 |
jed56 | yes I know | 14:43 |
jed56 | IMHO, you need to extend VMplaces or SCHIaaS | 14:44 |
jed56 | to you particular use case as we did | 14:44 |
*** jwcroppe has joined #openstack-watcher | 15:02 | |
*** jwcroppe has quit IRC | 15:17 | |
*** jwcroppe has joined #openstack-watcher | 15:21 | |
openstackgerrit | Alexander Chadin proposed openstack/watcher: Fix for deleting audit template https://review.openstack.org/301190 | 15:35 |
*** alexchadin has quit IRC | 15:36 | |
*** xenogear has joined #openstack-watcher | 15:50 | |
*** xenogear has quit IRC | 15:50 | |
*** xenogear has joined #openstack-watcher | 15:50 | |
*** vmahe has quit IRC | 15:53 | |
*** alexchadin has joined #openstack-watcher | 15:56 | |
*** sauvik has joined #openstack-watcher | 16:01 | |
*** vincentfrancoise has quit IRC | 16:08 | |
*** sauvik has quit IRC | 16:08 | |
*** vtech has quit IRC | 16:13 | |
*** alexchadin has quit IRC | 16:17 | |
*** brunograz has quit IRC | 16:26 | |
*** brunograz_ has joined #openstack-watcher | 16:26 | |
*** sauvik has joined #openstack-watcher | 16:28 | |
*** sauvik has quit IRC | 16:29 | |
*** sauvik has joined #openstack-watcher | 16:41 | |
*** jwcroppe has quit IRC | 16:51 | |
*** jwcroppe has joined #openstack-watcher | 16:52 | |
*** vtech has joined #openstack-watcher | 16:56 | |
*** jwcroppe has quit IRC | 16:57 | |
*** sauvik has quit IRC | 17:01 | |
*** vtech has quit IRC | 17:28 | |
*** vtech has joined #openstack-watcher | 17:29 | |
*** xenogear has quit IRC | 17:35 | |
*** vtech has quit IRC | 17:36 | |
*** vtech has joined #openstack-watcher | 17:37 | |
*** wootehfoot has quit IRC | 18:37 | |
*** vtech has quit IRC | 18:40 | |
*** vtech has joined #openstack-watcher | 18:43 | |
*** wootehfoot has joined #openstack-watcher | 18:51 | |
*** jwcroppe has joined #openstack-watcher | 18:56 | |
*** jwcroppe has quit IRC | 19:02 | |
*** wootehfoot has quit IRC | 19:10 | |
*** vtech has quit IRC | 19:27 | |
*** vtech has joined #openstack-watcher | 20:05 | |
*** vtech has quit IRC | 20:12 | |
*** vtech has joined #openstack-watcher | 20:13 | |
*** vtech has quit IRC | 20:26 | |
*** vtech has joined #openstack-watcher | 20:29 | |
*** jwcroppe has joined #openstack-watcher | 20:59 | |
*** thorst has quit IRC | 21:04 | |
*** jwcroppe has quit IRC | 21:05 | |
*** thorst has joined #openstack-watcher | 21:05 | |
*** thorst_ has joined #openstack-watcher | 21:07 | |
*** xenogear has joined #openstack-watcher | 21:09 | |
*** thorst has quit IRC | 21:10 | |
*** thorst_ has quit IRC | 21:11 | |
*** vtech has quit IRC | 21:16 | |
*** vtech has joined #openstack-watcher | 21:17 | |
*** vtech has quit IRC | 21:26 | |
*** vtech has joined #openstack-watcher | 21:27 | |
*** thorst has joined #openstack-watcher | 21:29 | |
*** vtech has quit IRC | 21:33 | |
*** thorst has quit IRC | 21:33 | |
*** vtech has joined #openstack-watcher | 21:39 | |
*** vtech has quit IRC | 21:45 | |
*** xenogear has quit IRC | 21:45 | |
*** vtech has joined #openstack-watcher | 21:47 | |
*** xenogear has joined #openstack-watcher | 21:47 | |
*** jwcroppe has joined #openstack-watcher | 22:00 | |
*** jwcroppe has quit IRC | 22:06 | |
*** vtech has quit IRC | 22:15 | |
*** vtech has joined #openstack-watcher | 22:16 | |
*** vtech has quit IRC | 22:42 | |
*** vtech has joined #openstack-watcher | 22:51 | |
*** vtech has quit IRC | 22:54 | |
*** jwcroppe has joined #openstack-watcher | 22:56 | |
*** jwcroppe_ has joined #openstack-watcher | 22:57 | |
*** jwcropp__ has joined #openstack-watcher | 22:58 | |
*** jwcroppe_ has quit IRC | 23:02 | |
*** jwcropp__ has quit IRC | 23:22 | |
*** thorst has joined #openstack-watcher | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!