*** gokrokve has quit IRC | 00:13 | |
*** gokrokve has joined #murano | 00:13 | |
*** gokrokve has quit IRC | 00:18 | |
*** IlyaE has quit IRC | 02:14 | |
*** IlyaE has joined #murano | 02:19 | |
*** IlyaE has quit IRC | 02:21 | |
*** gokrokve has joined #murano | 02:27 | |
*** gokrokve has quit IRC | 03:04 | |
*** gokrokve has joined #murano | 03:05 | |
*** gokrokve has quit IRC | 03:09 | |
*** harlowja is now known as harlowja_away | 03:31 | |
*** gokrokve has joined #murano | 03:45 | |
*** dim_ has quit IRC | 05:41 | |
*** _igor_yozhikov_a is now known as IgorYozhikov | 07:05 | |
*** IlyaE has joined #murano | 07:15 | |
*** gokrokve has quit IRC | 07:16 | |
*** gokrokve has joined #murano | 07:17 | |
*** gokrokve has quit IRC | 07:21 | |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-dashboard: Extend exception messages. https://review.openstack.org/65667 | 07:38 |
---|---|---|
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Scripts for devstack integration. https://review.openstack.org/65687 | 07:44 |
*** gokrokve has joined #murano | 07:47 | |
*** gokrokve_ has joined #murano | 07:49 | |
*** gokrokve has quit IRC | 07:52 | |
*** katyafervent has quit IRC | 07:52 | |
*** gokrokve_ has quit IRC | 07:53 | |
*** akuznetsova_ has joined #murano | 08:02 | |
*** IlyaE has quit IRC | 08:06 | |
*** katyafervent has joined #murano | 08:12 | |
* katyafervent is now away: See you later! | 08:17 | |
*** katyafervent is now known as katyafervent_awa | 08:17 | |
*** dim_ has joined #murano | 08:18 | |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Scripts for devstack integration. https://review.openstack.org/65687 | 08:25 |
*** katyafervent_awa is now known as katyafervent | 08:27 | |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Rewrite dynamic_ui to store Services data per-session. https://review.openstack.org/65711 | 08:44 |
*** stanlagun has quit IRC | 08:44 | |
openstackgerrit | A change was merged to stackforge/murano-common: Fix issue with secure pip download https://review.openstack.org/65672 | 08:58 |
*** stanlagun has joined #murano | 08:58 | |
openstackgerrit | Timur Nurlygayanov proposed a change to stackforge/murano-dashboard: Remove extra methods of interaction with API: get_environment_name get_environment_data https://review.openstack.org/64525 | 09:03 |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-repository: Remove spam in logs from iso8601 https://review.openstack.org/65705 | 09:05 |
*** IlyaE has joined #murano | 09:18 | |
*** _ruhe is now known as ruhe | 09:33 | |
*** IgorYozhikov has quit IRC | 09:48 | |
*** IgorYozhikov has joined #murano | 09:48 | |
*** gokrokve has joined #murano | 09:48 | |
sergmelikyan | tsufiev, what are you storing in session? Whole services list loaded from disk and serialized to the session? | 09:52 |
sergmelikyan | https://review.openstack.org/65711 - in this change | 09:52 |
openstackgerrit | Timur Nurlygayanov proposed a change to stackforge/murano-tests: Added workaround for pip 1.4.1 version https://review.openstack.org/65910 | 09:52 |
*** gokrokve has quit IRC | 09:53 | |
openstackgerrit | A change was merged to stackforge/murano-tests: Added workaround for pip 1.4.1 version https://review.openstack.org/65910 | 09:53 |
tsufiev | sergmelikyan: i'm storing not only the services themselves, but also forms' cleaned_data which is stored in service objects | 10:03 |
tsufiev | each service consists of several forms (steps) and if second step need to rely on first form data (while the first form instance is gone), we need to store such data in more persistent object - namely, service | 10:04 |
tsufiev | the alternative here is to separate services storage from user identification (implemented with session_key) - but this approach is more error-prone | 10:05 |
tsufiev | i'd like to start separating once we hit perfomance issues | 10:06 |
* igormarnat is now away: went away... | 10:07 | |
sergmelikyan | tsufiev, thx! | 10:08 |
tsufiev | http://docs.python.org/2.7/library/pickle.html#what-can-be-pickled-and-unpickled - about pickle restrictions | 10:09 |
tsufiev | maybe, i should add explicit comments about those restrictions and sessions-pickle coupling... | 10:09 |
sergmelikyan | tsufiev, I was misunderstanding commit, I was thought this serialization was scoped/related to available services per tenant only tenant | 10:10 |
tsufiev | sergmelikyan: ok, now it is obvious to me that more comments are needed :) | 10:11 |
*** IgorYozhikov has quit IRC | 10:12 | |
*** IgorYozhikov has joined #murano | 10:12 | |
tsufiev | do we use anywhere in murano code docstrings for extraction by doc-gen tools like sphinx? or do we plan to do so? | 10:20 |
tsufiev | like this one https://github.com/openstack/horizon/blob/master/horizon/tables/actions.py#L170 | 10:22 |
*** ruhe is now known as _ruhe | 10:26 | |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Rewrite dynamic_ui to store Services data per-session. https://review.openstack.org/65711 | 10:33 |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Rewrite dynamic_ui to store Services data per-session. https://review.openstack.org/65711 | 10:34 |
*** bogdando has joined #murano | 10:44 | |
*** gokrokve has joined #murano | 10:48 | |
katyafervent | Here is the link etherpad https://etherpad.openstack.org/p/murano-moving-to-master | 10:52 |
*** gokrokve has quit IRC | 10:53 | |
katyafervent | Please check that release-0.4 branch and master are the same. Also cherry pick commits that already merged to master but need to be in 0.4.1 release (bugs and improvements only) | 10:53 |
*** IgorYozhikov has quit IRC | 10:57 | |
*** IgorYozhikov has joined #murano | 10:57 | |
*** _ruhe is now known as ruhe | 11:00 | |
katyafervent | tsufiev, sergmelikyan, dteselkin Please take a look at the previous message | 11:01 |
*** ruhe is now known as ruhe_away | 11:04 | |
*** ruhe_away is now known as ruhe | 11:04 | |
openstackgerrit | A change was merged to stackforge/murano-dashboard: Extend exception messages. https://review.openstack.org/65667 | 11:04 |
*** IgorYozhikov has quit IRC | 11:07 | |
*** IgorYozhikov has joined #murano | 11:08 | |
*** IlyaE has quit IRC | 11:18 | |
openstackgerrit | Serg Melikyan proposed a change to stackforge/murano-agent: Bug: 1263727 (agent_template requires parameter) https://review.openstack.org/65918 | 11:22 |
openstackgerrit | Serg Melikyan proposed a change to stackforge/murano-agent: Cherry-pick changes from master: * agent_template requires parameter https://review.openstack.org/65918 | 11:23 |
openstackgerrit | Serg Melikyan proposed a change to stackforge/murano-agent: Cherry-pick changes from master https://review.openstack.org/65918 | 11:23 |
sergmelikyan | https://review.openstack.org/65918 - cherry-pics for murano-agent | 11:24 |
* tsufiev looks at murano-dashboard branch diffs and sighs... | 11:24 | |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Scripts for devstack integration. https://review.openstack.org/65687 | 11:31 |
*** ruhe is now known as _ruhe | 11:33 | |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-api: Cherry-pick the following commits from release-0.4: https://review.openstack.org/65921 | 11:33 |
*** _ruhe is now known as ruhe | 11:45 | |
openstackgerrit | A change was merged to stackforge/murano-dashboard: Remove extra methods of interaction with API: get_environment_name get_environment_data https://review.openstack.org/64525 | 11:46 |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Minor refactoring of dynamic_ui. https://review.openstack.org/65710 | 11:47 |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Rewrite dynamic_ui to store Services data per-session. https://review.openstack.org/65711 | 11:47 |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Move most of code for dynamic UI form creation into metaclass. https://review.openstack.org/63640 | 11:47 |
*** gokrokve has joined #murano | 11:48 | |
*** gokrokve_ has joined #murano | 11:50 | |
tsufiev | i've added a blueprint reference to dynamic-ui refactor commit | 11:50 |
*** gokrokve has quit IRC | 11:53 | |
*** gokrokve_ has quit IRC | 11:55 | |
*** dim_ has quit IRC | 12:14 | |
openstackgerrit | Anastasia Kuznetsova proposed a change to stackforge/murano-tests: Fixed recognizing of IP address of the subnet https://review.openstack.org/65934 | 12:39 |
*** gokrokve has joined #murano | 12:48 | |
*** gokrokve has quit IRC | 12:53 | |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-repository: Fix log.exception usage. Add log translating https://review.openstack.org/65937 | 12:56 |
openstackgerrit | Anastasia Kuznetsova proposed a change to stackforge/murano-tests: Fixed recognizing of IP address of the subnet https://review.openstack.org/65934 | 13:13 |
openstackgerrit | Serg Melikyan proposed a change to stackforge/murano-conductor: Cherry-pick changes from release-0.4 https://review.openstack.org/65942 | 13:16 |
openstackgerrit | Anastasia Kuznetsova proposed a change to stackforge/murano-tests: Fixed recognizing of IP address of the subnet https://review.openstack.org/65934 | 13:17 |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Scripts for devstack integration. https://review.openstack.org/65687 | 13:18 |
*** gokrokve has joined #murano | 13:48 | |
openstackgerrit | A change was merged to stackforge/murano-repository: Remove spam in logs from iso8601 https://review.openstack.org/65705 | 13:52 |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Scripts for devstack integration. https://review.openstack.org/65687 | 13:52 |
*** gokrokve has quit IRC | 13:53 | |
katyafervent | Let's do some code review please) | 13:53 |
sergmelikyan | :) | 13:53 |
ogelbukh | :)) | 13:57 |
ogelbukh | katyafervent: hi, was nice to meet you at ny party ) | 13:57 |
katyafervent | ogelbukh, Hi! Me too) | 13:59 |
*** akuznetsova_ has quit IRC | 13:59 | |
igormarnat | Sasha, Stan, this is what I meant: http://www.opennet.ru/docs/RUS/ansi-c/ansi-c-7.html (see for example 7.2, old style) | 14:06 |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-api: Cherry-pick the following commits from release-0.4: https://review.openstack.org/65921 | 14:13 |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-api: Cherry-pick the following commits from release-0.4: https://review.openstack.org/65921 | 14:18 |
* igormarnat is now away: went away... | 14:20 | |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-api: Cherry-pick the following commits from release-0.4: https://review.openstack.org/65921 | 14:23 |
*** gokrokve has joined #murano | 14:48 | |
*** gokrokve has quit IRC | 14:53 | |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Scripts for devstack integration. https://review.openstack.org/65687 | 15:03 |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-repository: Initial draft for tenant isolation https://review.openstack.org/63919 | 15:17 |
openstackgerrit | A change was merged to stackforge/murano-api: Cherry-pick the following commits from release-0.4: https://review.openstack.org/65921 | 15:18 |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-deployment: Scripts for devstack integration. https://review.openstack.org/65687 | 15:37 |
*** gokrokve has joined #murano | 15:39 | |
*** gokrokve has quit IRC | 16:18 | |
*** gokrokve has joined #murano | 16:18 | |
*** gokrokve has quit IRC | 16:23 | |
*** ruhe is now known as _ruhe | 16:59 | |
*** _ruhe is now known as ruhe | 17:07 | |
*** aignatov_ has quit IRC | 17:08 | |
*** aignatov_ has joined #murano | 17:08 | |
*** gokrokve has joined #murano | 17:08 | |
* igormarnat is now away: went away... | 17:14 | |
* IgorYozhikov is now away: went away... | 17:15 | |
*** IgorYozhikov is now known as IYozhikov_away | 17:15 | |
* igormarnat is now away: went away... | 17:27 | |
*** ruhe is now known as _ruhe | 17:43 | |
*** IlyaE has joined #murano | 17:46 | |
*** harlowja_away is now known as harlowja | 17:47 | |
*** ryanpetrello has joined #murano | 17:48 | |
*** ryanpetrello has left #murano | 17:48 | |
*** IlyaE has quit IRC | 18:29 | |
*** _ruhe is now known as ruhe | 19:18 | |
*** IlyaE has joined #murano | 19:34 | |
*** IlyaE has quit IRC | 19:40 | |
*** ruhe is now known as _ruhe | 19:51 | |
*** gokrokve has quit IRC | 20:25 | |
*** gokrokve has joined #murano | 21:58 | |
*** IlyaE has joined #murano | 21:58 | |
*** igormarnat has quit IRC | 22:29 | |
*** igormarnat has joined #murano | 22:30 | |
*** tsufiev has quit IRC | 22:30 | |
*** dteselkin has quit IRC | 22:30 | |
*** katyafervent has quit IRC | 22:30 | |
*** katyafervent has joined #murano | 22:31 | |
*** dteselkin has joined #murano | 22:31 | |
*** tsufiev has joined #murano | 22:31 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!