*** Longgeek has quit IRC | 00:15 | |
openstackgerrit | Andrew Lazarev proposed openstack/sahara: Switched heat engine from JSON to HOT https://review.openstack.org/157623 | 00:35 |
---|---|---|
*** Longgeek has joined #openstack-sahara | 01:03 | |
*** Longgeek has quit IRC | 01:52 | |
*** Longgeek has joined #openstack-sahara | 01:53 | |
openstackgerrit | Jacob Bin Wang proposed openstack/sahara: Fix register image failure in tempest tests https://review.openstack.org/167998 | 01:59 |
*** Networkn3rd has joined #openstack-sahara | 02:00 | |
*** _tmckay has quit IRC | 02:43 | |
*** Poornima has joined #openstack-sahara | 02:44 | |
*** devlaps has quit IRC | 02:54 | |
*** Longgeek has quit IRC | 03:34 | |
openstackgerrit | Jacob Bin Wang proposed openstack/sahara: Fix register image failure in tempest tests https://review.openstack.org/167998 | 03:53 |
*** Longgeek has joined #openstack-sahara | 04:08 | |
*** Poornima has quit IRC | 04:43 | |
*** Networkn3rd has quit IRC | 04:43 | |
*** hdd has joined #openstack-sahara | 04:45 | |
*** Poornima has joined #openstack-sahara | 05:04 | |
*** hdd has quit IRC | 05:16 | |
openstackgerrit | Jamie Lennox proposed openstack/python-saharaclient: Rework authentication https://review.openstack.org/147773 | 05:17 |
*** chandankumar has joined #openstack-sahara | 05:36 | |
*** Nikolay_St has quit IRC | 05:36 | |
*** jamielennox is now known as jamielennox|away | 05:41 | |
*** Networkn3rd has joined #openstack-sahara | 05:44 | |
*** Networkn3rd has quit IRC | 05:48 | |
*** tnovacik has joined #openstack-sahara | 06:42 | |
*** Longgeek has quit IRC | 06:50 | |
*** Longgeek has joined #openstack-sahara | 06:53 | |
*** esikachev has joined #openstack-sahara | 07:03 | |
*** chlong has quit IRC | 07:16 | |
*** Networkn3rd has joined #openstack-sahara | 07:28 | |
*** Networkn3rd has quit IRC | 07:32 | |
*** witlessb has joined #openstack-sahara | 07:57 | |
*** tnovacik has quit IRC | 08:14 | |
*** Nikolay_St has joined #openstack-sahara | 08:50 | |
*** tnovacik has joined #openstack-sahara | 08:53 | |
*** DenisEgorenko has joined #openstack-sahara | 09:09 | |
*** Networkn3rd has joined #openstack-sahara | 09:16 | |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara: Add unit-tests for new integration tests https://review.openstack.org/155298 | 09:17 |
*** Networkn3rd has quit IRC | 09:21 | |
*** ylobankov__ is now known as ylobankov | 09:22 | |
*** sgotliv has quit IRC | 09:33 | |
openstackgerrit | Denis Egorenko proposed openstack/sahara-image-elements: Check distro name from DISTRO_NAME https://review.openstack.org/168107 | 09:39 |
*** pino|work has joined #openstack-sahara | 09:43 | |
openstackgerrit | Denis Egorenko proposed stackforge/sahara-ci-config: Fix problem with downloading fedora from fedoraproject.org https://review.openstack.org/167946 | 09:47 |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara: Add unit-tests for new integration tests https://review.openstack.org/155298 | 09:48 |
*** tosky has joined #openstack-sahara | 10:23 | |
openstackgerrit | Denis Egorenko proposed openstack/sahara-image-elements: Check distro name from DISTRO_NAME https://review.openstack.org/168107 | 10:27 |
*** Longgeek has quit IRC | 10:31 | |
openstackgerrit | Denis Egorenko proposed openstack/sahara-image-elements: Fix check distro version for hadoop setup https://review.openstack.org/168096 | 10:38 |
*** macjack has joined #openstack-sahara | 11:05 | |
*** Networkn3rd has joined #openstack-sahara | 11:05 | |
*** macjack has quit IRC | 11:07 | |
*** Longgeek has joined #openstack-sahara | 11:08 | |
*** Networkn3rd has quit IRC | 11:10 | |
*** oikawa has quit IRC | 11:11 | |
*** tnovacik has quit IRC | 11:29 | |
openstackgerrit | Telles Mota Vidal Nóbrega proposed openstack/sahara: Storm EDP implementaiton https://review.openstack.org/168302 | 11:40 |
*** Longgeek has quit IRC | 11:42 | |
*** _crobertsrh has quit IRC | 11:53 | |
*** crobertsrh has joined #openstack-sahara | 12:28 | |
tellesnobrega | crobertsrh, hey, i need some guidance to implement ui for storm edp | 12:37 |
crobertsrh | Ok | 12:38 |
crobertsrh | fire away | 12:39 |
crobertsrh | I may be away for a few min, but I'll answer when I get back | 12:39 |
*** sreshetn1 has joined #openstack-sahara | 12:39 | |
tellesnobrega | the ui will be very similar to java job, we need to submit jar, get the main class and ask for the topology name | 12:40 |
tellesnobrega | these are a must | 12:40 |
crobertsrh | Ok, so you'll need an extra form field on the configuration page | 12:40 |
tellesnobrega | yes | 12:41 |
crobertsrh | and then a bit of javascript to hide/show it as needed | 12:41 |
tellesnobrega | the rest will look the same | 12:41 |
tellesnobrega | args and parameters | 12:41 |
crobertsrh | Great....all of the logic to hide/show args, params, configs is in the configuration javascript as well | 12:41 |
crobertsrh | controlled by an if block switched on job type | 12:42 |
crobertsrh | ah, there is a "get_targets" function that controls that in config_template.html | 12:43 |
crobertsrh | the "hide_unnecessary_fields" function hides stuff not needed for various job types | 12:43 |
crobertsrh | Oh...you might also need logic in the python code to stuff the "topology name" into the configs kind of like how main class is handled | 12:44 |
crobertsrh | I'll be back in a few | 12:45 |
tellesnobrega | crobertsrh, i "finished" the python logic and handled the topology name the same way it handle the main class :) | 12:53 |
tellesnobrega | i sent to review as wip, trevor mckay will take a look and help me out with needed changes | 12:54 |
*** sreshetn1 has quit IRC | 13:00 | |
*** tnovacik has joined #openstack-sahara | 13:06 | |
*** sreshetn1 has joined #openstack-sahara | 13:12 | |
*** tnovacik has quit IRC | 13:13 | |
crobertsrh | tellesnobrega: sounds good. | 13:14 |
*** _mattf is now known as mattf | 13:15 | |
*** sreshetn1 has quit IRC | 13:24 | |
*** Poornima has quit IRC | 13:26 | |
*** sreshetn1 has joined #openstack-sahara | 13:27 | |
*** chandankumar has quit IRC | 13:31 | |
*** egafford has joined #openstack-sahara | 13:40 | |
tellesnobrega | crobertsrh, i wont have time to look into it today, i'm traveling in an hour or so, i will ping you next week | 13:49 |
crobertsrh | Ok, I'll be here | 13:49 |
tellesnobrega | thanks | 13:50 |
openstackgerrit | Denis Egorenko proposed openstack/sahara-image-elements: Check distro name from DISTRO_NAME https://review.openstack.org/168107 | 14:09 |
openstackgerrit | Denis Egorenko proposed openstack/sahara-image-elements: Fix check distro version for hadoop setup https://review.openstack.org/168096 | 14:10 |
*** chandankumar has joined #openstack-sahara | 14:19 | |
*** sreshetn1 has quit IRC | 14:19 | |
*** sreshetn1 has joined #openstack-sahara | 14:20 | |
vgridnev | elmiko, ping | 14:28 |
elmiko | vgridnev: pong | 14:28 |
vgridnev | i've pinged me before, are there some questions? | 14:29 |
vgridnev | oh, sorry, I meant "you pinged" | 14:29 |
elmiko | oh... i think i had a question about the wadl stuff, but i'm past it now =) | 14:30 |
*** Networkn3rd has joined #openstack-sahara | 14:31 | |
*** chandankumar has quit IRC | 14:31 | |
*** chandankumar has joined #openstack-sahara | 14:38 | |
*** sreshetn1 has quit IRC | 14:49 | |
*** devlaps has joined #openstack-sahara | 15:10 | |
*** esikachev has quit IRC | 15:16 | |
*** chandankumar has quit IRC | 15:20 | |
*** Nikolay_St has quit IRC | 15:23 | |
*** Nikolay_St has joined #openstack-sahara | 15:27 | |
openstackgerrit | Cyril Roelandt proposed openstack/python-saharaclient: Port to Python 3 https://review.openstack.org/167656 | 15:29 |
*** Nikolay_St has quit IRC | 15:36 | |
*** mattf is now known as _mattf | 15:43 | |
openstackgerrit | Pino Toscano proposed openstack/sahara-image-elements: Start caching large-sized resources https://review.openstack.org/168394 | 15:58 |
*** chandankumar has joined #openstack-sahara | 16:09 | |
*** IBerezovskiy has quit IRC | 16:17 | |
*** sreshetn1 has joined #openstack-sahara | 16:26 | |
*** sreshetn1 has quit IRC | 17:34 | |
*** Networkn3rd has quit IRC | 17:36 | |
*** DenisEgorenko has left #openstack-sahara | 17:36 | |
*** Networkn3rd has joined #openstack-sahara | 17:40 | |
crobertsrh | Did my FFE request to openstack-dev make it out this morning? I'm not seeing it in my email? Anyone see it? | 17:45 |
crobertsrh | Nevermind, I see it in the archives | 17:46 |
crobertsrh | I must filter my own messages out somehow :) | 17:46 |
*** pino|work has quit IRC | 17:58 | |
*** Networkn_ has joined #openstack-sahara | 18:01 | |
*** tnovacik has joined #openstack-sahara | 18:02 | |
*** Networkn3rd has quit IRC | 18:05 | |
*** hdd has joined #openstack-sahara | 18:15 | |
*** sreshetn1 has joined #openstack-sahara | 18:28 | |
openstackgerrit | Merged openstack/sahara: Set up network client for tempest client tests https://review.openstack.org/167285 | 18:50 |
*** chandankumar has quit IRC | 19:12 | |
*** tosky has quit IRC | 19:19 | |
*** Nikolay_St has joined #openstack-sahara | 19:22 | |
*** devlaps has quit IRC | 19:36 | |
*** Nikolay_St has quit IRC | 19:48 | |
*** Nikolay_St has joined #openstack-sahara | 19:49 | |
*** Networkn_ has quit IRC | 20:20 | |
*** sreshetn1 has quit IRC | 20:58 | |
-openstackstatus- NOTICE: Gerrit maintenance commences in 1 hour at 22:00 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html | 21:01 | |
*** sgotliv has joined #openstack-sahara | 21:02 | |
*** sreshetn1 has joined #openstack-sahara | 21:04 | |
*** crobertsrh is now known as _crobertsrh | 21:20 | |
*** egafford has quit IRC | 21:36 | |
*** sreshetn1 has quit IRC | 21:38 | |
*** tnovacik has quit IRC | 21:53 | |
-openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA 22:30 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html | 22:05 | |
*** ChanServ changes topic to "Gerrit is offline for maintenance, ETA 22:30 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html" | 22:05 | |
*** ChanServ changes topic to "launchpad openid is down. login to openstack services will fail until launchpad openid is happy again" | 22:33 | |
*** tnovacik has joined #openstack-sahara | 23:02 | |
*** tnovacik has quit IRC | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!