Tuesday, 2016-02-23

*** kzaitsev_mb has quit IRC00:06
*** dfflanders has quit IRC00:08
*** thumpba has quit IRC00:08
*** kzaitsev_mb has joined #murano00:09
openstackgerritStan Lagun proposed openstack/murano: Heat stack was not always deleted  https://review.openstack.org/28330900:35
*** ducttape_ has joined #murano00:50
*** thumpba has joined #murano00:59
*** kzaitsev_mb has quit IRC01:00
openstackgerritStan Lagun proposed openstack/murano: Removes unnecessary import  https://review.openstack.org/28333801:06
*** ducttape_ has quit IRC01:31
*** ByPasS has quit IRC01:43
*** yamamoto has quit IRC01:44
*** ByPasS has joined #murano01:49
*** zhurong has joined #murano01:53
*** ducttape_ has joined #murano01:54
*** kzaitsev_mb has joined #murano01:56
*** ducttape_ has quit IRC02:04
*** dims has quit IRC02:13
*** jasonsb has joined #murano02:15
*** kzaitsev_mb has quit IRC02:19
*** mdih has joined #murano02:20
*** mdih has quit IRC02:21
*** mdih has joined #murano02:23
*** mdih has quit IRC02:25
*** yamamoto has joined #murano02:25
*** mdih has joined #murano02:30
*** mdih has quit IRC02:30
*** mdih has joined #murano02:31
*** mdih has quit IRC02:33
*** mdih has joined #murano02:34
*** mdih has quit IRC02:34
*** mdih has joined #murano02:35
*** mdih has joined #murano02:36
*** kzaitsev_mb has joined #murano03:16
*** kzaitsev_mb has quit IRC03:21
*** dims has joined #murano03:49
*** Marga_ has quit IRC04:12
*** kzaitsev_mb has joined #murano04:18
*** ducttape_ has joined #murano04:18
*** kzaitsev_mb has quit IRC04:23
*** Marga__ has joined #murano04:28
*** Marga__ has quit IRC04:32
*** ducttape_ has quit IRC05:01
*** Marga_ has joined #murano05:12
*** Marga_ has quit IRC05:16
*** naresht has joined #murano05:18
*** kzaitsev_mb has joined #murano05:19
*** Marga_ has joined #murano05:23
*** kzaitsev_mb has quit IRC05:24
*** thumpba has quit IRC05:31
*** Marga_ has quit IRC05:33
*** Marga_ has joined #murano05:33
*** zhurong has quit IRC05:43
*** zhurong has joined #murano05:44
*** dims has quit IRC05:54
*** wasmum has quit IRC06:08
openstackgerritAndrey Grebennikov proposed openstack/murano-deployment: Fixed default.template name  https://review.openstack.org/28340206:15
*** kzaitsev_mb has joined #murano06:31
*** kzaitsev_mb has quit IRC06:50
openstackgerritAndrey Grebennikov proposed openstack/murano-deployment: Fixed runme.sh script for free space  https://review.openstack.org/28342207:25
*** zhurong has quit IRC07:35
*** zhurong has joined #murano07:36
*** mdih has quit IRC07:43
*** mdih has joined #murano07:43
*** mdih has quit IRC07:43
*** kzaitsev_mb has joined #murano07:46
*** kzaitsev_mb has quit IRC07:59
*** samuelBartel has joined #murano08:45
openstackgerritMadhuri Kumari proposed openstack/murano: App to deploy Magnum Bay.  https://review.openstack.org/26925008:49
*** kzaitsev_mb has joined #murano08:56
*** nshenoy has joined #murano08:59
nshenoyHello, I am trying to understand when to choose AttributeStore as compared to ObjectStore09:00
StanLagunnshenoy: hi!09:00
nshenoyHello Stan09:01
nshenoyAs i understand, I can group bunch of attributes together09:02
nshenoyusing AttributeStore09:02
StanLagunI guess the right question is when to use properties and when to use attributes? ObjectStore and AttributeStore is an implementation details. Or you plan to use those classes directly from your python code?09:02
nshenoyYes I agree. I am clear on the Properties part and when to use it09:03
nshenoySuppose i want to just get a json dump of attributes09:03
StanLagunThe difference is that properties are visible to UI or any other API client and attributes are not. Attributes are arbitrary key/value storage for each class. There are no contracts for attributes and they cannot be modified from outside09:05
*** zhurong has quit IRC09:06
StanLagunusually we use attributes to store previous value of important properties so that when they change app can see the difference between previous and current value09:06
nshenoyThanks09:06
nshenoyWhat about ObjectStores when do you use them ?09:07
StanLagunObjectStore is where all objects reside. It is not accessible to apps. If you're talking about properties then the answer is that there are many different types of properties. There are "In" properties that get the user input. There are "Out" or "InOut" properties that can be modified in MuranoPL code and the result value can be observed in API. There are also Runtime properties which exist only during deployment and not persisted09:09
StanLagunthere are also several other types09:10
StanLagunIt is possible that in the future attributes will be replaced with some "Private" properties for example09:12
StanLagunhave I answered your question?09:15
nshenoyYes thank you. I need to use properties but wanted to understand the attributes and objects09:18
StanLagunObjectStore holds all of the objects that was either received as part of object model or were created using new() function. Because all of the objects are stored in a single dictionary it is possible to get reference to any of the objects by its ID. Thats important because in object model objects can reference other objects defined in different parts of the model. For example it can be that there are 2 apps that share the same instance (one of them owns09:21
StanLagunit and the second one refers to it by ID)09:21
nshenoyis that how we learn about the environment inside the instance ?09:24
StanLagunsorry, didn't get the question09:24
nshenoyin the initialize function of the Application, we try to find the environment . $._environment: $.find(std:Environment).require()09:27
nshenoyThis is not related to my earlier question09:28
nshenoySo $._environment is like a pointer to entire environment object09:28
nshenoyis this assumption correct ?09:28
StanLaguneach object has an owner with Environment being at the root. find() method examines object's owner and then the owner's owner and so on until it finds an object of the given type09:29
nshenoyOh ok09:30
StanLagunSo yes, this is the way for an object to get its Environment or for a component to get its application09:30
nshenoyThanks09:32
*** kzaitsev_mb has quit IRC09:33
*** gsankanna has joined #murano09:58
*** gsankanna has left #murano10:01
*** gsankanna has joined #murano10:01
*** StanLagun has quit IRC10:12
*** StanLagun has joined #murano10:21
*** kzaitsev_mb has joined #murano10:26
*** tlashchova has joined #murano10:32
*** nshenoy has quit IRC10:42
*** StanLagun has quit IRC11:38
*** yamamoto has quit IRC11:40
*** StanLagun has joined #murano11:43
*** kzaitsev_mb has quit IRC11:51
*** zhurong has joined #murano12:12
*** zhurong has quit IRC12:12
*** raildo-afk is now known as raildo12:26
*** enthurohini has joined #murano12:36
*** yamamoto has joined #murano12:39
*** yamamoto has quit IRC12:58
*** ducttape_ has joined #murano13:03
*** _ducttape_ has joined #murano13:12
*** ducttape_ has quit IRC13:14
*** yamamoto has joined #murano13:20
*** _ducttape_ has quit IRC13:23
*** naresht has quit IRC13:40
openstackgerritTetiana Lashchova proposed openstack/murano: [Murano Docs] Multi-region support  https://review.openstack.org/28187013:42
*** jasonsb has quit IRC14:06
openstackgerritRohini Choudhary proposed openstack/python-muranoclient: Add Environment support for openstack CLI  https://review.openstack.org/27010314:31
*** enthurohini has quit IRC14:38
openstackgerritVictor Ryzhenkin proposed openstack/murano: [Murano Docs] Multi-region support  https://review.openstack.org/28187014:39
*** dims has joined #murano14:54
*** dims has left #murano14:55
openstackgerritVictor Ryzhenkin proposed openstack/murano: [WIP]  https://review.openstack.org/28361514:55
*** ducttape_ has joined #murano14:55
*** samuelBartel has quit IRC15:05
*** slagun has joined #murano15:20
*** StanLagun has quit IRC15:23
*** yamamoto has quit IRC15:45
openstackgerritAleš Křivák proposed openstack/murano-dashboard: Fix AJAX for jQuery versions prior 1.9.0  https://review.openstack.org/28365215:50
openstackgerritStan Lagun proposed openstack/murano: Refactoring of smart-types defined in DSL  https://review.openstack.org/28365315:51
*** gokrokve has joined #murano15:58
*** dfflanders has joined #murano16:05
*** gokrokve has quit IRC16:39
*** tlashchova_ has joined #murano16:45
*** yamamoto has joined #murano16:46
*** tlashchova_ has quit IRC16:52
*** tlashchova_ has joined #murano16:52
*** yamamoto has quit IRC16:53
*** kzaitsev_mb has joined #murano16:54
*** gsankanna has quit IRC16:58
*** enthurohini has joined #murano16:59
*** gokrokve has joined #murano17:07
*** enthurohini has quit IRC17:33
*** kzaitsev_mb has quit IRC17:45
openstackgerritStan Lagun proposed openstack/murano: Refactoring of smart-types defined in DSL  https://review.openstack.org/28365318:04
*** gokrokve has quit IRC18:09
*** vgridnev has joined #murano18:19
*** ducttape_ has quit IRC18:28
*** vgridnev has quit IRC18:37
*** vgridnev has joined #murano18:38
*** ducttape_ has joined #murano18:44
*** vgridnev has quit IRC19:19
*** vgridnev has joined #murano19:24
*** Marga_ has quit IRC19:38
*** vgridnev has quit IRC20:02
*** ducttape_ has quit IRC20:11
*** ducttape_ has joined #murano20:35
*** akuznetsova has quit IRC20:48
*** ativelkov has quit IRC20:48
*** rakhmerov has quit IRC20:49
*** ativelkov has joined #murano20:51
*** rakhmerov has joined #murano20:52
*** akuznetsova has joined #murano20:52
*** sergmelikyan has quit IRC21:01
*** dfflanders has quit IRC22:00
*** kzaitsev_mb has joined #murano22:12
*** tlashchova_ has quit IRC22:26
*** dhellmann has quit IRC22:58
*** IgorYozhikov has quit IRC22:58
*** hidekazu has quit IRC22:58
*** Miouge has quit IRC22:58
*** lin_yang has quit IRC22:58
*** godlike has quit IRC22:58
*** akuznetsova has quit IRC22:58
*** rakhmerov has quit IRC22:58
*** ativelkov has quit IRC22:58
*** zigo has quit IRC22:58
*** igormarnat has quit IRC22:58
*** dteselkin has quit IRC22:58
*** ducttape_ has quit IRC22:58
*** fuel-slackbot has quit IRC22:58
*** Einherjer has quit IRC22:58
*** evgenyl has quit IRC22:58
*** mfisch has quit IRC22:58
*** freerunner has quit IRC22:58
*** vkmc has quit IRC22:58
*** kzaitsev_mb has quit IRC22:58
*** slagun has quit IRC22:58
*** krotscheck has quit IRC22:58
*** ddovbii has quit IRC22:58
*** katyafervent_awa has quit IRC22:58
*** pashkin has quit IRC22:58
*** raildo has quit IRC22:58
*** raildo has joined #murano23:00
*** pashkin has joined #murano23:00
*** katyafervent_awa has joined #murano23:00
*** IgorYozhikov has joined #murano23:00
*** dhellmann has joined #murano23:00
*** godlike has joined #murano23:00
*** lin_yang has joined #murano23:00
*** Miouge has joined #murano23:00
*** vkmc has joined #murano23:00
*** freerunner has joined #murano23:00
*** mfisch has joined #murano23:00
*** evgenyl has joined #murano23:00
*** akuznetsova has joined #murano23:01
*** rakhmerov has joined #murano23:01
*** ativelkov has joined #murano23:01
*** zigo has joined #murano23:01
*** igormarnat has joined #murano23:01
*** dteselkin has joined #murano23:01
*** slagun has joined #murano23:02
*** krotscheck has joined #murano23:02
*** ddovbii has joined #murano23:02
*** hidekazu has joined #murano23:03
*** ducttape_ has joined #murano23:03
*** fuel-slackbot has joined #murano23:03
*** Einherjer has joined #murano23:03
*** Einherjer has quit IRC23:07
*** yamamoto has joined #murano23:07
*** exploreshaifali has joined #murano23:08
*** exploreshaifali has quit IRC23:08
*** Marga_ has joined #murano23:09
*** yamamoto has quit IRC23:12
*** Marga_ has quit IRC23:15
*** Marga_ has joined #murano23:16
*** ducttape_ has quit IRC23:20
*** ducttape_ has joined #murano23:55
*** kzaitsev_mb has joined #murano23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!