*** cshen has joined #openstack-horizon | 00:09 | |
*** cshen has quit IRC | 00:15 | |
*** itlinux has joined #openstack-horizon | 00:17 | |
*** tosky has quit IRC | 00:21 | |
*** lblanchard has quit IRC | 00:44 | |
*** cshen has joined #openstack-horizon | 00:45 | |
*** cshen has quit IRC | 00:51 | |
*** gyee has quit IRC | 01:50 | |
*** cshen has joined #openstack-horizon | 02:06 | |
*** cshen has quit IRC | 02:11 | |
*** cshen has joined #openstack-horizon | 02:41 | |
*** cshen has quit IRC | 02:46 | |
openstackgerrit | pengyuesheng proposed openstack/horizon master: add the interface in router,Do not select subnet, no error message https://review.openstack.org/629755 | 03:39 |
---|---|---|
*** vishalmanchanda has joined #openstack-horizon | 03:56 | |
*** cshen has joined #openstack-horizon | 04:02 | |
*** cshen has quit IRC | 04:13 | |
*** cshen has joined #openstack-horizon | 04:53 | |
*** jrist has quit IRC | 04:54 | |
*** jrist has joined #openstack-horizon | 05:07 | |
*** cshen has quit IRC | 05:07 | |
*** lbragstad has quit IRC | 05:12 | |
*** itlinux has quit IRC | 05:18 | |
*** cshen has joined #openstack-horizon | 06:04 | |
*** cshen has quit IRC | 06:08 | |
*** cshen has joined #openstack-horizon | 06:11 | |
*** cshen has quit IRC | 06:16 | |
*** dave-mccowan has quit IRC | 06:41 | |
*** rcernin has quit IRC | 06:44 | |
*** rcernin has joined #openstack-horizon | 06:44 | |
*** rcernin has quit IRC | 07:03 | |
*** cshen has joined #openstack-horizon | 07:15 | |
*** btully has quit IRC | 07:16 | |
*** btully has joined #openstack-horizon | 07:28 | |
*** tosky has joined #openstack-horizon | 07:49 | |
*** pcaruana has joined #openstack-horizon | 07:51 | |
*** cshen has quit IRC | 08:24 | |
*** cshen has joined #openstack-horizon | 08:25 | |
*** cshen has quit IRC | 08:30 | |
*** cshen has joined #openstack-horizon | 08:32 | |
*** cshen has quit IRC | 08:37 | |
*** cshen has joined #openstack-horizon | 08:43 | |
*** cshen has quit IRC | 08:47 | |
*** jpich has joined #openstack-horizon | 08:56 | |
*** cshen has joined #openstack-horizon | 09:17 | |
*** jawad_axd has joined #openstack-horizon | 09:20 | |
*** logan- has quit IRC | 09:21 | |
*** cshen has quit IRC | 09:22 | |
*** cshen has joined #openstack-horizon | 09:23 | |
*** logan- has joined #openstack-horizon | 09:28 | |
*** logan- has quit IRC | 09:28 | |
*** btully has quit IRC | 09:33 | |
*** e0ne has joined #openstack-horizon | 09:33 | |
*** ChanServ sets mode: +o e0ne | 09:33 | |
*** ShilpaSD has joined #openstack-horizon | 09:57 | |
ShilpaSD | hi All, can anybody explain how Network Topology render information graphically? | 09:59 |
*** itlinux has joined #openstack-horizon | 10:01 | |
e0ne | ShilpaSD: hi. what actually do you want to know? | 10:05 |
*** itlinux has quit IRC | 10:05 | |
*** cshen has quit IRC | 10:06 | |
ShilpaSD | e0ne: on network topology, if i have 2 instances, there i can see pictorially, one blue line representing public line and 2 instances are attached to it, and on Grap same, public network with 2 instances attached to it | 10:07 |
ShilpaSD | how this data is stored and rendered on this page? under Ntwork topology? | 10:07 |
*** jpich has quit IRC | 10:08 | |
*** priteau has joined #openstack-horizon | 10:08 | |
ShilpaSD | e0ne: i want to implement similarly for masakari where during Host failure, i want to show instances are moving from failure host to reserved/allocated host pictorically. | 10:09 |
*** jpich has joined #openstack-horizon | 10:09 | |
e0ne | ShilpaSD: I'm re-deploying my devstack env now | 10:13 |
ShilpaSD | e0ne: ok, once good to go, please ping me, we can discuss | 10:14 |
e0ne | ShilpaSD: almost all JS logic is located in https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/js/horizon.networktopology.js and https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/js/horizon.networktopologycommon.js files | 10:16 |
e0ne | here is graph data init: https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/js/horizon.networktopology.js#L256 | 10:17 |
ShilpaSD | e0ne: thanks for these refrencses, will go through the same, further any help needed will ping youe here, was going through https://github.com/rbowen/openstack-horizon/blob/master/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/_svg_element.html | 10:19 |
e0ne | ShilpaSD: sure, feel free to ping me if any questions | 10:19 |
ShilpaSD | e0ne: thanks, just one thing similarly, https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/js/horizon.networktopology.js#L256, where exactly instance list is fething for same? | 10:21 |
*** cshen has joined #openstack-horizon | 10:21 | |
ShilpaSD | e0ne: is it https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/js/horizon.networktopology.js#L56? here instance list is retrieved? | 10:22 |
e0ne | looks like it is. I need to check on the working env | 10:22 |
ShilpaSD | e0ne: ok | 10:27 |
*** cshen has quit IRC | 10:31 | |
*** cshen has joined #openstack-horizon | 10:39 | |
*** yan0s has joined #openstack-horizon | 10:45 | |
*** e0ne has quit IRC | 10:47 | |
*** e0ne has joined #openstack-horizon | 10:50 | |
*** ChanServ sets mode: +o e0ne | 10:50 | |
*** openstackgerrit has quit IRC | 11:05 | |
ShilpaSD | e0ne: if i have added instance, graph gets refreshed with addition of this new isnatnce, so how this event is listned and reflected on Graph on Network Topology? | 11:34 |
e0ne | ShilpaSD: here is it: https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/js/horizon.networktopologycommon.js#L45-L57 | 11:36 |
*** cshen has quit IRC | 11:40 | |
*** cshen has joined #openstack-horizon | 11:44 | |
*** itlinux has joined #openstack-horizon | 12:01 | |
*** openstackgerrit has joined #openstack-horizon | 12:03 | |
openstackgerrit | Merged openstack/horizon master: Change bug tracker URL for the vitrage-dashboard https://review.openstack.org/629539 | 12:03 |
*** itlinux has quit IRC | 12:06 | |
*** cshen has quit IRC | 12:29 | |
*** cshen has joined #openstack-horizon | 12:37 | |
*** btully has joined #openstack-horizon | 12:39 | |
*** cshen has quit IRC | 12:42 | |
*** ShilpaSD has quit IRC | 12:44 | |
*** cshen has joined #openstack-horizon | 12:46 | |
*** priteau has quit IRC | 12:48 | |
*** cshen has quit IRC | 12:51 | |
*** btully has quit IRC | 12:51 | |
*** lblanchard has joined #openstack-horizon | 12:55 | |
*** ShilpaSD has joined #openstack-horizon | 12:55 | |
*** btully has joined #openstack-horizon | 13:06 | |
*** btully has quit IRC | 13:19 | |
*** stuartgr has joined #openstack-horizon | 13:28 | |
*** cshen has joined #openstack-horizon | 13:29 | |
*** e0ne has quit IRC | 13:30 | |
*** cshen has quit IRC | 13:34 | |
*** priteau has joined #openstack-horizon | 13:42 | |
*** vishalmanchanda has quit IRC | 13:46 | |
*** dave-mccowan has joined #openstack-horizon | 13:51 | |
*** priteau has quit IRC | 13:54 | |
*** lbragstad has joined #openstack-horizon | 13:55 | |
*** lbragstad has quit IRC | 13:56 | |
*** lbragstad has joined #openstack-horizon | 13:58 | |
*** priteau has joined #openstack-horizon | 14:04 | |
*** e0ne has joined #openstack-horizon | 14:10 | |
*** ChanServ sets mode: +o e0ne | 14:10 | |
*** mvkr has quit IRC | 14:29 | |
*** btully has joined #openstack-horizon | 14:44 | |
*** cshen has joined #openstack-horizon | 14:56 | |
*** jawad_axd has quit IRC | 14:58 | |
*** cshen has quit IRC | 15:01 | |
*** mvkr has joined #openstack-horizon | 15:15 | |
*** priteau has quit IRC | 15:31 | |
*** priteau has joined #openstack-horizon | 15:47 | |
*** itlinux has joined #openstack-horizon | 16:34 | |
*** e0ne has quit IRC | 16:38 | |
*** cshen has joined #openstack-horizon | 16:57 | |
*** cshen has quit IRC | 17:02 | |
*** yan0s has quit IRC | 17:03 | |
*** gyee has joined #openstack-horizon | 17:24 | |
*** jpich has quit IRC | 17:32 | |
*** priteau has quit IRC | 17:33 | |
*** cshen has joined #openstack-horizon | 18:12 | |
*** jrist is now known as jrist__ | 18:16 | |
*** jrist has joined #openstack-horizon | 18:17 | |
*** jrist__ has quit IRC | 18:18 | |
*** mvkr has quit IRC | 18:19 | |
*** e0ne has joined #openstack-horizon | 19:00 | |
*** ChanServ sets mode: +o e0ne | 19:00 | |
*** mvkr has joined #openstack-horizon | 19:21 | |
*** btully has quit IRC | 19:28 | |
*** btully has joined #openstack-horizon | 19:44 | |
*** btully has quit IRC | 19:51 | |
*** btully has joined #openstack-horizon | 19:52 | |
*** cshen has quit IRC | 19:54 | |
*** cshen has joined #openstack-horizon | 20:37 | |
*** cshen has quit IRC | 20:42 | |
*** openstackgerrit has quit IRC | 20:50 | |
*** e0ne has quit IRC | 21:13 | |
*** cshen has joined #openstack-horizon | 21:18 | |
*** cshen has quit IRC | 21:22 | |
*** openstackgerrit has joined #openstack-horizon | 21:26 | |
openstackgerrit | Merged openstack/horizon master: Provide partial-completed progress bar for DataTable status columns. https://review.openstack.org/629378 | 21:26 |
openstackgerrit | Merged openstack/horizon master: volume_groups test: use create_mocks from test helper https://review.openstack.org/629196 | 21:26 |
openstackgerrit | Merged openstack/horizon master: doc: Use `manage.py migrate` https://review.openstack.org/628988 | 21:26 |
*** e0ne has joined #openstack-horizon | 21:30 | |
*** ChanServ sets mode: +o e0ne | 21:30 | |
*** e0ne has quit IRC | 21:33 | |
*** btully has quit IRC | 21:40 | |
openstackgerrit | Merged openstack/horizon master: SG creation user taken straight to edit rules https://review.openstack.org/628100 | 21:41 |
openstackgerrit | Merged openstack/horizon master: Decorate Javascript i18n with a last_modified header https://review.openstack.org/628779 | 21:41 |
openstackgerrit | Merged openstack/horizon master: the name needs to be word wrap https://review.openstack.org/615741 | 21:44 |
openstackgerrit | Merged openstack/horizon master: Fixed description in Metadata tab in Edit/Create Image dialog https://review.openstack.org/627778 | 21:44 |
*** cshen has joined #openstack-horizon | 21:44 | |
*** pcaruana has quit IRC | 21:46 | |
*** cshen has quit IRC | 21:51 | |
*** btully has joined #openstack-horizon | 22:07 | |
*** btully has quit IRC | 22:18 | |
*** btully has joined #openstack-horizon | 22:29 | |
*** rcernin has joined #openstack-horizon | 22:38 | |
*** btully has quit IRC | 22:43 | |
*** lblanchard has quit IRC | 22:53 | |
*** itlinux has quit IRC | 22:55 | |
*** e0ne has joined #openstack-horizon | 22:55 | |
*** ChanServ sets mode: +o e0ne | 22:55 | |
*** e0ne has quit IRC | 22:58 | |
*** btully has joined #openstack-horizon | 23:10 | |
*** gyee has quit IRC | 23:11 | |
*** btully has quit IRC | 23:18 | |
*** btully has joined #openstack-horizon | 23:24 | |
*** lblanchard has joined #openstack-horizon | 23:26 | |
*** priteau has joined #openstack-horizon | 23:27 | |
*** priteau has quit IRC | 23:32 | |
*** lblanchard has joined #openstack-horizon | 23:42 | |
*** cshen has joined #openstack-horizon | 23:47 | |
*** cshen has quit IRC | 23:52 | |
*** lblanchard has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!