*** hdd has joined #openstack-sahara | 00:45 | |
*** hdd has quit IRC | 00:54 | |
*** openstack has joined #openstack-sahara | 01:21 | |
*** henriquetruta has joined #openstack-sahara | 01:22 | |
*** openstack has joined #openstack-sahara | 01:36 | |
*** openstack has quit IRC | 01:52 | |
*** openstack has joined #openstack-sahara | 01:53 | |
*** hdd has quit IRC | 02:24 | |
*** henriquetruta has quit IRC | 02:56 | |
*** sgotliv has joined #openstack-sahara | 03:04 | |
*** hdd has joined #openstack-sahara | 03:34 | |
*** coolsvap|afk is now known as coolsvap | 03:39 | |
*** Longgeek has joined #openstack-sahara | 04:14 | |
*** Longgeek has quit IRC | 04:39 | |
*** Longgeek has joined #openstack-sahara | 04:53 | |
*** Longgeek_ has joined #openstack-sahara | 04:57 | |
*** Longgeek has quit IRC | 05:00 | |
*** hdd has quit IRC | 05:19 | |
openstackgerrit | Evgeny Sikachev proposed openstack/sahara: Added method for connect to node and run command https://review.openstack.org/185419 | 06:25 |
---|---|---|
*** stanchan has joined #openstack-sahara | 06:55 | |
*** esikachev has joined #openstack-sahara | 07:12 | |
*** witlessb has joined #openstack-sahara | 07:15 | |
*** pino|work has joined #openstack-sahara | 07:41 | |
*** chlong has quit IRC | 07:44 | |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara: Support recommendations in CDH plugin https://review.openstack.org/185371 | 09:11 |
openstackgerrit | Demid Dementev proposed openstack/sahara: Fixed typo in the Oozie CL documentation https://review.openstack.org/186860 | 09:16 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara: Support recommendations in CDH plugin https://review.openstack.org/185371 | 09:20 |
openstackgerrit | Sergey Reshetnyak proposed openstack/sahara: Port unit tests to python 3 https://review.openstack.org/188323 | 09:39 |
openstackgerrit | Sergey Reshetnyak proposed openstack/sahara: Port unit tests to python 3 https://review.openstack.org/188323 | 09:42 |
openstackgerrit | Vitaly Gridnev proposed openstack/sahara: Support recommendations in CDH plugin https://review.openstack.org/185371 | 09:49 |
openstackgerrit | Merged stackforge/sahara-ci-config: Add ability to map CI patches on gate/dib https://review.openstack.org/187567 | 10:09 |
*** coolsvap is now known as coolsvap|afk | 10:30 | |
openstackgerrit | Sergey Reshetnyak proposed openstack/sahara: Fix problem with removing PID from list https://review.openstack.org/187155 | 10:43 |
*** Longgeek_ has quit IRC | 10:53 | |
*** coolsvap|afk is now known as coolsvap | 10:54 | |
*** Longgeek has joined #openstack-sahara | 10:54 | |
*** coolsvap is now known as coolsvap|afk | 11:16 | |
*** IBerezovskiy has joined #openstack-sahara | 11:19 | |
openstackgerrit | Sergey Kolekonov proposed stackforge/sahara-ci-config: Revert "Add ability to map CI patches on gate/dib" https://review.openstack.org/188348 | 11:27 |
*** tellesnobrega has joined #openstack-sahara | 11:47 | |
openstackgerrit | Merged stackforge/sahara-ci-config: Revert "Add ability to map CI patches on gate/dib" https://review.openstack.org/188348 | 11:47 |
openstackgerrit | Telles Mota Vidal Nóbrega proposed openstack/sahara-specs: Allow multiple clusters creation simultaneously https://review.openstack.org/188011 | 11:53 |
openstackgerrit | Telles Mota Vidal Nóbrega proposed openstack/sahara-specs: Allow multiple clusters creation simultaneously https://review.openstack.org/188011 | 11:59 |
*** chlong has joined #openstack-sahara | 12:19 | |
*** esikachev has quit IRC | 12:21 | |
*** esikachev has joined #openstack-sahara | 12:26 | |
*** egafford has joined #openstack-sahara | 12:48 | |
tellesnobrega | SergeyLukjanov, hey, i need to ask you some questions about the multiple clusters implementation | 12:58 |
*** rnowling has joined #openstack-sahara | 13:01 | |
*** egafford has quit IRC | 13:08 | |
*** tosky has joined #openstack-sahara | 13:16 | |
*** hdd has joined #openstack-sahara | 13:28 | |
*** vgridnev has joined #openstack-sahara | 13:39 | |
*** vgridnev has quit IRC | 13:42 | |
*** vgridnev has joined #openstack-sahara | 13:44 | |
*** esikachev has quit IRC | 13:47 | |
SergeyLukjanov | tellesnobrega, hey, I'm here ;) | 13:49 |
SergeyLukjanov | folks, meeting in 10 mins | 13:50 |
tellesnobrega | SergeyLukjanov, i'm looking where to implement the iteration | 13:50 |
tellesnobrega | i'm thinking service/api.py may be the best place, what do you think? | 13:51 |
SergeyLukjanov | tellesnobrega, it's a good question, I'm personally mostly ok with any option due to the number of pros and cons | 13:51 |
SergeyLukjanov | tellesnobrega, what do you think about doing it on horizon side, on python client side | 13:51 |
SergeyLukjanov | ? | 13:51 |
tellesnobrega | sounds good too, so I would send multiple calls to sahara to create a cluster? | 13:52 |
tellesnobrega | changing the cluster dict before sending it to sahara? | 13:52 |
tellesnobrega | SergeyLukjanov, there is other thing that we have to consider, quota checking. Should we consider quota during the creation of each cluster or check if we can create the whole thing? | 13:54 |
tellesnobrega | there is also pros and cons on each case | 13:54 |
SergeyLukjanov | tellesnobrega, yup, quotas check is a big concern | 13:54 |
tellesnobrega | if we check by cluster, we can give the user the maximum number of cluster that fits the quota with the desired configuration | 13:55 |
SergeyLukjanov | if we'll send few exact clusters in parallel - quota check will not work correctly | 13:55 |
SergeyLukjanov | there is no way to safely "book" resource | 13:56 |
tellesnobrega | yes, i was thinking on a sequen | 13:56 |
tellesnobrega | sorry | 13:56 |
tellesnobrega | if we think the creation will be in parallel, we need to check the quotas beforehand | 13:56 |
tellesnobrega | if we think the creation will be sequential, the check by cluster is fine, but it will take longer to create everything | 13:57 |
vgridnev | in which channel we will have meeting? | 13:57 |
*** tmckay has joined #openstack-sahara | 13:58 | |
*** weiting has joined #openstack-sahara | 13:58 | |
elmiko | vgridnev: openstack-meeting-3 | 13:59 |
SergeyLukjanov | tellesnobrega, too many pros and cons :( | 14:00 |
tellesnobrega | SergeyLukjanov, yes. | 14:01 |
tellesnobrega | if we do the change in horizon and client side, leaving the quota check as it is, we need to make it sequential | 14:02 |
tmckay | hi folks | 14:02 |
SergeyLukjanov | tellesnobrega, or ignore this issue with quotas ;) | 14:03 |
tellesnobrega | SergeyLukjanov, sounds like a "good" idea | 14:03 |
*** egafford has joined #openstack-sahara | 14:09 | |
*** hdd has quit IRC | 14:34 | |
*** hdd has joined #openstack-sahara | 14:38 | |
openstackgerrit | Merged openstack/sahara: Fix problem with removing PID from list https://review.openstack.org/187155 | 14:42 |
*** chlong has quit IRC | 14:47 | |
*** Networkn3rd has joined #openstack-sahara | 14:58 | |
*** hdd has quit IRC | 15:00 | |
*** weiting has quit IRC | 15:01 | |
*** vgridnev has quit IRC | 15:23 | |
*** hdd has joined #openstack-sahara | 15:23 | |
*** vgridnev has joined #openstack-sahara | 15:24 | |
*** vgridnev has quit IRC | 15:24 | |
*** vgridnev has joined #openstack-sahara | 15:29 | |
openstackgerrit | Denis Egorenko proposed stackforge/sahara-ci-config: Add ability to map CI patches on gate/dib https://review.openstack.org/188438 | 15:29 |
*** tosky has quit IRC | 15:31 | |
*** tosky has joined #openstack-sahara | 15:34 | |
*** vgridnev has quit IRC | 15:35 | |
openstackgerrit | Merged openstack/sahara-specs: Removing JobExecutionArgument Table https://review.openstack.org/188047 | 15:38 |
openstackgerrit | Denis Egorenko proposed stackforge/sahara-ci-config: Add ability to map CI patches on gate/dib https://review.openstack.org/188438 | 15:49 |
openstackgerrit | Merged openstack/sahara: Updated from global requirements https://review.openstack.org/188102 | 16:16 |
*** vgridnev has joined #openstack-sahara | 16:35 | |
*** hdd has quit IRC | 16:37 | |
*** hdd has joined #openstack-sahara | 16:45 | |
*** vgridnev has quit IRC | 16:54 | |
*** vgridnev has joined #openstack-sahara | 16:55 | |
*** tosky has quit IRC | 17:00 | |
*** hdd has quit IRC | 17:18 | |
*** hdd has joined #openstack-sahara | 17:18 | |
*** hdd has quit IRC | 17:19 | |
openstackgerrit | Denis Egorenko proposed stackforge/sahara-ci-config: Add ability to map CI patches on gate/dib https://review.openstack.org/188438 | 17:23 |
openstackgerrit | Ethan Gafford proposed openstack/sahara: Modifying Swift Paths for EDP Examples https://review.openstack.org/188523 | 17:24 |
*** hdd has joined #openstack-sahara | 17:24 | |
*** Viswanath has joined #openstack-sahara | 17:25 | |
*** Viswanath has quit IRC | 17:30 | |
*** stanchan has quit IRC | 17:52 | |
*** Viswanath has joined #openstack-sahara | 18:01 | |
*** barra204 has joined #openstack-sahara | 18:01 | |
*** Viswanath has quit IRC | 18:04 | |
*** tellesnobrega_ has joined #openstack-sahara | 18:06 | |
*** barra204 has quit IRC | 18:07 | |
*** stanchan has joined #openstack-sahara | 18:13 | |
*** tellesnobrega_ has quit IRC | 18:29 | |
*** tellesnobrega_ has joined #openstack-sahara | 18:29 | |
*** tellesnobrega_ has quit IRC | 18:29 | |
*** tellesnobrega_ has joined #openstack-sahara | 18:32 | |
*** tellesnobrega_ has quit IRC | 18:32 | |
*** tosky has joined #openstack-sahara | 18:33 | |
*** openstackstatus has joined #openstack-sahara | 18:40 | |
*** ChanServ sets mode: +v openstackstatus | 18:40 | |
*** tellesnobrega_ has joined #openstack-sahara | 18:41 | |
-openstackstatus- NOTICE: Gerrit has been restarted to clear an issue with its event stream. Any change events between 17:25 and 18:38 UTC should be rechecked or have their approvals reapplied to initiate testing. | 18:42 | |
*** tellesnobrega_ has quit IRC | 18:43 | |
*** tellesnobrega_ has joined #openstack-sahara | 18:45 | |
*** elmiko is now known as _elmiko | 18:53 | |
*** Longgeek has quit IRC | 19:12 | |
*** Viswanath has joined #openstack-sahara | 19:18 | |
*** Viswanath has quit IRC | 19:21 | |
*** elmiko has joined #openstack-sahara | 19:27 | |
*** stanchan has quit IRC | 19:39 | |
*** hdd has quit IRC | 19:46 | |
*** rnowling has quit IRC | 19:49 | |
*** hdd has joined #openstack-sahara | 19:53 | |
*** Viswanath has joined #openstack-sahara | 19:55 | |
*** Viswanath has quit IRC | 20:00 | |
*** Viswanath has joined #openstack-sahara | 20:07 | |
*** Viswanath has quit IRC | 20:10 | |
*** Viswanath has joined #openstack-sahara | 20:16 | |
*** Viswanath has quit IRC | 20:20 | |
* crobertsrh sees a horizon patch get merged, thinks miracles DO happen! | 20:30 | |
elmiko | lol! | 20:32 |
elmiko | crobertsrh: let's not get too excited, we're still 5 months away from the next summit ;) | 20:33 |
*** robsparker has joined #openstack-sahara | 20:33 | |
crobertsrh | And it is only 1 patch | 20:33 |
*** Viswanath has joined #openstack-sahara | 20:44 | |
egafford | crobertsrh: Don't listen to elmiko; dream great dreams of Horizon merges. | 20:47 |
*** Viswanath has quit IRC | 20:47 | |
crobertsrh | I'd settle for mediocre merges most days | 20:48 |
egafford | crobertsrh: Yeah, that's fair. | 20:48 |
elmiko | egafford: i like to dream... | 20:52 |
*** robsparker has quit IRC | 21:00 | |
*** raildo has quit IRC | 21:01 | |
*** stanchan has joined #openstack-sahara | 21:01 | |
*** crobertsrh is now known as _crobertsrh | 21:03 | |
egafford | Embrace the universe like a blazing star, elmiko. | 21:08 |
elmiko | haha, maybe not that tightly, i don't want to get burned up.... yet ;) | 21:09 |
*** elmiko has quit IRC | 21:11 | |
*** robsparker has joined #openstack-sahara | 21:12 | |
*** tellesnobrega_ has quit IRC | 21:21 | |
*** tmckay has left #openstack-sahara | 21:25 | |
*** _elmiko is now known as elmiko | 21:47 | |
*** hdd has quit IRC | 22:09 | |
openstackgerrit | Merged openstack/sahara-dashboard: Updated from global requirements https://review.openstack.org/188506 | 22:11 |
*** robsparker has quit IRC | 22:15 | |
*** vgridnev has quit IRC | 22:19 | |
*** _mattf has quit IRC | 22:33 | |
*** _mattf has joined #openstack-sahara | 22:37 | |
*** _mattf has quit IRC | 22:42 | |
*** _mattf has joined #openstack-sahara | 22:43 | |
*** hdd has joined #openstack-sahara | 22:50 | |
*** pino|work has quit IRC | 22:56 | |
*** robsparker has joined #openstack-sahara | 23:16 | |
*** robsparker has quit IRC | 23:20 | |
*** egafford has quit IRC | 23:22 | |
*** witlessb has quit IRC | 23:25 | |
*** chlong has joined #openstack-sahara | 23:27 | |
openstackgerrit | Merged openstack/sahara: Updated from global requirements https://review.openstack.org/188505 | 23:42 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!