Thursday, 2016-06-30

*** lexplua has quit IRC00:03
*** Zer0Byte__ has joined #murano00:05
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: [WIP] Move muranodashboard's panels to Applications dashboard  https://review.openstack.org/33573000:26
*** akulshin has joined #murano00:30
*** akulshin has quit IRC00:35
*** ducttape_ has joined #murano00:42
*** kzaitsev_mb has quit IRC01:03
*** zhurong has joined #murano01:10
*** zhurong has quit IRC01:16
*** zhurong has joined #murano01:16
*** ducttape_ has quit IRC01:19
*** ducttape_ has joined #murano01:24
*** akulshin has joined #murano01:31
*** ducttape_ has quit IRC01:34
*** akulshin has quit IRC01:36
*** zhurong has quit IRC02:00
*** zhurong has joined #murano02:00
*** kzaitsev_mb has joined #murano02:03
*** StanLagun has joined #murano02:05
*** ducttape_ has joined #murano02:07
*** _ducttape_ has joined #murano02:09
*** ducttape_ has quit IRC02:11
*** _ducttape_ has quit IRC02:32
*** ducttape_ has joined #murano02:37
*** StanLagun has quit IRC02:39
*** sergmelikyan has joined #murano02:53
*** ducttape_ has quit IRC02:59
*** StanLagun has joined #murano03:11
*** Nikolay_St has joined #murano03:22
*** ducttape_ has joined #murano03:28
*** sergmelikyan has quit IRC03:31
*** sergmelikyan has joined #murano03:32
*** sergmelikyan has quit IRC04:01
*** ducttape_ has quit IRC04:16
*** sergmelikyan has joined #murano04:26
*** StanLagun has quit IRC04:36
*** StanLagun has joined #murano04:39
*** Nikolay_St has quit IRC04:51
*** yamamoto_ has joined #murano04:51
*** zhurong has quit IRC05:02
*** lexplua has joined #murano05:04
*** zhurong has joined #murano05:07
*** lexplua has quit IRC05:09
*** sergmelikyan has quit IRC05:12
*** sergmelikyan has joined #murano05:13
*** Zer0Byte__ has quit IRC05:15
*** gokhan has joined #murano05:15
*** sergmelikyan has quit IRC05:17
*** StanLagun has quit IRC05:29
openstackgerritzhurong proposed openstack/murano-dashboard: Add exception for communicate with glare api  https://review.openstack.org/33579905:42
*** fragatina has joined #murano05:46
*** ducttape_ has joined #murano05:46
*** yamamoto_ has quit IRC05:50
*** ducttape_ has quit IRC05:52
*** fragatina has quit IRC05:57
*** fragatina has joined #murano05:57
*** kzaitsev_mb has quit IRC06:18
*** Nikolay_St has joined #murano06:28
*** akulshin has joined #murano06:28
*** yamamoto_ has joined #murano06:35
*** Zer0Byte__ has joined #murano06:38
*** ducttape_ has joined #murano06:48
*** ducttape_ has quit IRC06:53
*** amoralej|off is now known as amoralej06:55
*** fragatina has quit IRC07:36
akulshinhi! how can i query $.instance.blockDevices for ids, names and other properties? On $.instance.blockDevices.volume.name i get <itertools.imap object at 0x7f5c8fd19c50> - what does that mean?07:36
*** ducttape_ has joined #murano07:50
*** fragatina has joined #murano07:50
akulshinguys? how should YAQL expression look like?07:53
*** ducttape_ has quit IRC07:54
ddovbii__akulshin, hi08:11
akulshinhi!08:13
ddovbii__you can get the list of ids by $this.instance.blockDevices.select($.id)08:13
ddovbii__but as far as i remember there is no 'id' key08:14
ddovbii__oh. understood08:15
ddovbii__the id of volume08:15
*** kzaitsev_mb has joined #murano08:15
akulshinI found it: instance.blockDevices[0].volume.openstackId08:15
akulshinddovbii__: thanks!08:16
ddovbii__akulshin, np. So, do yo want to get all ids in one expression?08:19
ddovbii__$this.instance.blockDevices.select($.volume.openstackId)08:19
akulshini am investigating yesterdays problem - how to map flavor disk size with volume if booting from volume08:19
akulshinso i have one volume and generally would not need more...08:20
*** kzaitsev_mb has quit IRC08:20
akulshinbut anyway thanks for the expression! ;)08:21
ddovbii__you are welcome :)08:27
*** ducttape_ has joined #murano08:50
*** lexplua has joined #murano08:51
*** ducttape_ has quit IRC08:55
*** fragatina has quit IRC09:00
*** Zer0Byt__ has joined #murano09:02
*** ruhe2 has joined #murano09:04
*** igormarnat__ has joined #murano09:04
*** Zer0Byte__ has quit IRC09:08
*** lesage_o has quit IRC09:08
*** ruhe has quit IRC09:08
*** igormarnat has quit IRC09:08
*** ruhe2 is now known as ruhe09:08
*** igormarnat__ is now known as igormarnat09:08
*** lesage_o has joined #murano09:08
akulshinddovbii__: could you please help me one more time?09:11
akulshininstance.blockDevices gives me {'volume': <io.murano.resources.CinderVolume/0.0.0 eabe3c28-3223-4da8-9f84-8f0bf8873462 (140035525202576)>, 'deviceName': u'vda', 'deviceType': u'disk', 'bootIndex': 0},)09:12
*** kzaitsev_mb has joined #murano09:12
akulshinand i need to get the id that was printed right after io.murano.resources.CinderVolume/0.0.009:12
ddovbii__akulshin, you need to use id() method09:14
*** lexplua has quit IRC09:15
*** lexplua has joined #murano09:16
Zer0Byt__hey09:16
Zer0Byt__what wrong akulshin09:16
Zer0Byt__what u want to do?09:16
akulshinddovbii__: thanks! yes, that was close, i need to find heat template section and found getRef() method that gives the section name and uses the id() method inside09:17
akulshinZer0Byt__: i want to modify heat stack to set volume size equal to flavor disk when boot from volume09:18
akulshinand for taht i need the section name in heat template that i would need to modify09:18
ddovbii__akulshin, you can get it from outputs of stacks09:20
ddovbii__*stack09:20
akulshinhow can i get that output?09:20
*** lexplua has quit IRC09:20
ddovbii__$out: $._environment.stack.current().outputs09:21
ddovbii__sorry09:22
ddovbii__$outputs: $._environment.stack.output()09:22
ddovbii__^ this way09:23
ddovbii__https://github.com/openstack/murano/blob/master/meta/io.murano/Classes/resources/CinderVolume.yaml#L95-L9709:23
ddovbii__as you can see it is equal to openstackId https://github.com/openstack/murano/blob/master/meta/io.murano/Classes/resources/CinderVolume.yaml#L11909:26
akulshinddovbii__: thanks!09:27
akulshinddovbii__: where can i ceck for heat stack functions?09:29
openstackgerritAlexander Saprykin proposed openstack/murano-plugin-networking-sfc: [WIP] Initial implementation of networking SFC plugin  https://review.openstack.org/33202509:30
ddovbii__akulshin, please clarify. You want to know a list of muranoPL methods, which provide ability to work with stack?09:30
*** kzaitsev_mb has quit IRC09:34
akulshinyes, here https://github.com/openstack/murano/blob/stable/mitaka/meta/io.murano/Classes/resources/LinuxMuranoInstance.yaml -   releaseResources09:34
ddovbii__https://github.com/openstack/murano/blob/master/murano/engine/system/heat_stack.py09:35
*** zhurong has quit IRC09:35
akulshinthanks!09:37
*** Zer0Byt__ has quit IRC09:52
*** lexplua has joined #murano09:54
openstackgerritAlexander Saprykin proposed openstack/murano-plugin-networking-sfc: [WIP] Initial implementation of networking SFC plugin  https://review.openstack.org/33202510:06
*** fragatina has joined #murano10:10
rakhmerovhi guys, can http://yaql.readthedocs.io/en/latest/ be considered an official YAQL documentation?10:17
*** fragatina has quit IRC10:17
rakhmerovor there's something better?10:17
ddovbii__rakhmerov, I believe it's only existing documentation =)10:21
rakhmerovalright, thanks!10:27
*** fragatina has joined #murano10:28
*** fragatina has quit IRC10:32
*** fragatina has joined #murano10:33
*** lexplua has quit IRC10:33
*** kzaitsev_mb has joined #murano10:39
*** akulshin has quit IRC10:47
*** skazi has joined #murano11:04
*** skazi has quit IRC11:04
*** skazi has joined #murano11:05
*** skazi has quit IRC11:06
openstackgerritKonstantin Snihyr proposed openstack/murano: Allows Spec::transform treat generators as list  https://review.openstack.org/33459111:06
*** skazi has joined #murano11:06
openstackgerritHenar Muñoz proposed openstack/murano: Fixing environment template deployment in multiregion  https://review.openstack.org/33594711:19
openstackgerritHenar Muñoz proposed openstack/murano: Fixing environment template deployment in multiregion  https://review.openstack.org/33594711:21
*** sergmelikyan has joined #murano11:25
*** sergmelikyan has quit IRC11:27
*** ducttape_ has joined #murano11:29
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: [WIP] Move muranodashboard's panels to Applications dashboard  https://review.openstack.org/33573011:33
*** yamamoto_ has quit IRC11:33
*** akulshin has joined #murano11:48
*** akulshin_ has joined #murano11:51
openstackgerritKonstantin Snihyr proposed openstack/murano-apps: Clearwater MuranoPL application prototype  https://review.openstack.org/32108811:51
*** akulshin has quit IRC11:51
*** sergmelikyan has joined #murano11:56
*** ducttape_ has quit IRC11:57
*** skazi has quit IRC11:58
*** fragatina has quit IRC12:01
*** yamamoto has joined #murano12:12
openstackgerritAlexander Tivelkov proposed openstack/murano: Include objects created with new() into the ObjectStore  https://review.openstack.org/33562312:13
openstackgerritAlexander Tivelkov proposed openstack/murano: Include objects created with new() into the ObjectStore  https://review.openstack.org/33562312:15
*** StanLagun has joined #murano12:30
*** fragatina has joined #murano12:34
openstackgerritAlexander Tivelkov proposed openstack/murano: [Test-Runner] Added a 'save' method to TestFixture  https://review.openstack.org/33599012:49
openstackgerritKonstantin Snihyr proposed openstack/murano-apps: Clearwater MuranoPL application prototype  https://review.openstack.org/32108812:54
*** amoralej is now known as amoralej|lunch12:56
*** ducttape_ has joined #murano12:58
*** ducttape_ has quit IRC13:02
*** tangchen has quit IRC13:05
openstackgerritKirill Zaitsev proposed openstack/murano: Added murano.dash gerrit dashboard file  https://review.openstack.org/33600213:07
*** yamamoto has quit IRC13:07
*** tangchen has joined #murano13:07
*** yamamoto has joined #murano13:13
*** cleong has joined #murano13:14
*** kzaitsev_mb has quit IRC13:19
*** StanLagun has quit IRC13:19
*** yamamoto has quit IRC13:24
*** yamamoto has joined #murano13:27
*** yamamoto has quit IRC13:36
*** amoralej|lunch is now known as amoralej13:40
*** StanLagun has joined #murano13:42
*** yamamoto has joined #murano13:46
*** kzaitsev_mb has joined #murano13:50
*** ducttape_ has joined #murano13:59
*** itisha has joined #murano14:01
*** ducttape_ has quit IRC14:03
*** yamamoto has quit IRC14:09
*** yamamoto has joined #murano14:15
*** yamamoto has quit IRC14:16
openstackgerritMerged openstack/murano-dashboard: Switch tests to keystone v3 API  https://review.openstack.org/33162414:17
*** zhurong has joined #murano14:25
*** zhurong has quit IRC14:26
*** zhurong has joined #murano14:31
*** tangchen has quit IRC14:32
*** ducttape_ has joined #murano14:38
*** ducttape_ has quit IRC14:39
*** yamamoto has joined #murano14:39
*** yamamoto_ has joined #murano14:40
*** yamamoto has quit IRC14:40
*** zhurong has quit IRC14:41
*** tangchen has joined #murano14:41
*** Nikolay_St has quit IRC14:45
*** zhurong has joined #murano14:46
*** zhurong has quit IRC14:47
openstackgerritAlexander Tivelkov proposed openstack/murano: [Test-Runner] Added a 'save' method to TestFixture  https://review.openstack.org/33599014:51
openstackgerritAlexander Tivelkov proposed openstack/murano: Include objects created with new() into the ObjectStore  https://review.openstack.org/33562314:51
*** sergmelikyan has quit IRC14:52
*** sergmelikyan has joined #murano14:56
lesage_ois there a policy.json file for the muranodashboard in kilo or does it just use the policy.json for the api?14:59
openstackgerritValerii Kovalchuk proposed openstack/murano-dashboard: Convert dynamic UI form names from text type to byte type  https://review.openstack.org/33607114:59
openstackgerritMadhuri Kumari proposed openstack/murano: Update namespaces for MagnumBay application  https://review.openstack.org/33607315:03
*** osh has joined #murano15:05
*** ducttape_ has joined #murano15:05
oshlesage_o: AFAIK there is no separate policy for muranodashboard in all branches15:06
*** ducttape_ has quit IRC15:09
*** sergmelikyan has quit IRC15:11
*** ducttape_ has joined #murano15:11
*** osh has quit IRC15:14
*** sergmelikyan has joined #murano15:22
*** thumpba has joined #murano15:33
openstackgerritValerii Kovalchuk proposed openstack/murano-dashboard: Convert dynamic UI form names from unicode to str  https://review.openstack.org/33607115:35
openstackgerritKirill Zaitsev proposed openstack/murano: Added murano.dash gerrit dashboard file  https://review.openstack.org/33600215:40
*** Nikolay_St has joined #murano15:45
*** twedgar has joined #murano15:45
twedgarHas anybody set multiple existing networks for a murano UI instance template? I am getting a "cannot be represented as class io.murano.resources.Network" error.15:47
*** kodoku has joined #murano15:54
kodokuHi, anyone sucess to install murano dashboard for mitaka ?15:54
*** fragatina has quit IRC15:54
*** fragatina has joined #murano15:55
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: Convert dynamic UI form names from unicode to str  https://review.openstack.org/33607116:02
kzaitsev_mbtwedgar: I'm not sure this is possible, you can try pinging ativelkov16:05
kzaitsev_mbhe's working on similar tasks right now16:05
kzaitsev_mbkodoku: yep =) how do you install it and what are the problems?16:05
openstackgerritMerged openstack/murano: Include objects created with new() into the ObjectStore  https://review.openstack.org/33562316:11
*** fragatina has quit IRC16:15
openstackgerritAlexander Tivelkov proposed openstack/murano: Added Server and ServerReplication hierarchy and stubs  https://review.openstack.org/33451016:21
openstackgerritAlexander Tivelkov proposed openstack/murano: Event Notification pattern implemented  https://review.openstack.org/33451416:21
openstackgerritAlexander Tivelkov proposed openstack/murano: Test-runner now properly invokes setUp/tearDown methods  https://review.openstack.org/33442916:21
openstackgerritAlexander Tivelkov proposed openstack/murano: Improved Test-Runner's output  https://review.openstack.org/33446116:21
openstackgerritAlexander Tivelkov proposed openstack/murano: Added a TestFixtureWithEnvironment to TestRunner  https://review.openstack.org/33449616:21
openstackgerritAlexander Tivelkov proposed openstack/murano: Added a stub of Scalable Framework library  https://review.openstack.org/33450116:21
*** skazi has joined #murano16:25
openstackgerritAlexander Tivelkov proposed openstack/murano: Added Server and ServerReplication hierarchy and stubs  https://review.openstack.org/33451016:26
openstackgerritAlexander Tivelkov proposed openstack/murano: Event Notification pattern implemented  https://review.openstack.org/33451416:26
openstackgerritAlexander Tivelkov proposed openstack/murano: Test-runner now properly invokes setUp/tearDown methods  https://review.openstack.org/33442916:26
openstackgerritAlexander Tivelkov proposed openstack/murano: Improved Test-Runner's output  https://review.openstack.org/33446116:26
openstackgerritAlexander Tivelkov proposed openstack/murano: Added a TestFixtureWithEnvironment to TestRunner  https://review.openstack.org/33449616:26
openstackgerritAlexander Tivelkov proposed openstack/murano: Added equality handlers for MuranoObjectInterface  https://review.openstack.org/33457916:26
openstackgerritAlexander Tivelkov proposed openstack/murano: Added a stub of Scalable Framework library  https://review.openstack.org/33450116:26
*** twedgar has quit IRC16:31
*** yamamoto_ has quit IRC16:31
*** Nikolay_St has quit IRC16:36
sergmelikyankzaitsev_mb & ativelkov do you guys remember issue with glare and Murano when core library was imported automatically to the wrong storage?16:42
sergmelikyantwedger, there are bug related to that. ativelkov?16:49
kzaitsev_mbsergmelikyan: in devstack?16:50
kzaitsev_mbI think freerunner fixed it this month or smth16:50
kzaitsev_mbI900fb2f8de3ff351ef94e087a30bcdbaa23326b916:52
kzaitsev_mbduh16:52
sergmelikyankzaitsev_mb: I am trying to remember name of the option16:52
kzaitsev_mb#158536816:53
sergmelikyanin client16:53
kzaitsev_mbbug #158536816:53
openstackbug 1585368 in Murano "[Glare] if Glare is enabled and murano use it, there is no core library in devstack installation" [High,Fix released] https://launchpad.net/bugs/1585368 - Assigned to Victor Ryzhenkin (vryzhenkin)16:53
kzaitsev_mbbingo )16:53
sergmelikyanwhich if you will not pass you will received data from the wrong storage16:53
kzaitsev_mb--murano-packages-service16:53
sergmelikyanand for liberty it should be... glance or glare?16:54
sergmelikyanglance I belive?16:54
kzaitsev_mbglance is a bit safer, yes16:54
*** _ducttape_ has joined #murano16:58
*** yamamoto has joined #murano17:02
*** ducttape_ has quit IRC17:03
*** _ducttape_ has quit IRC17:03
*** yamamoto has quit IRC17:06
*** ducttape_ has joined #murano17:13
*** ducttape_ has quit IRC17:13
*** StanLagun has quit IRC17:14
*** ducttape_ has joined #murano17:15
*** StanLagun has joined #murano17:15
*** _ducttape_ has joined #murano17:24
*** ducttape_ has quit IRC17:25
*** yamamoto has joined #murano17:34
*** yamamoto has quit IRC17:39
*** akulshin_ has quit IRC17:43
*** kzaitsev_mb has quit IRC17:55
*** StanLagun has quit IRC18:18
*** thumpba has quit IRC18:18
*** amoralej is now known as amoralej|off18:24
*** skazi has quit IRC18:27
*** thumpba has joined #murano18:29
*** thumpba has quit IRC18:34
*** thumpba has joined #murano18:35
*** thumpba has quit IRC18:35
*** thumpba has joined #murano18:35
*** StanLagun has joined #murano18:39
*** kzaitsev_mb has joined #murano18:57
*** sergmelikyan has quit IRC18:57
*** StanLagun has quit IRC18:57
*** sergmelikyan has joined #murano18:58
*** sergmelikyan has quit IRC18:59
*** sergmelikyan has joined #murano18:59
*** sergmelikyan has quit IRC18:59
*** sergmelikyan has joined #murano19:00
*** StanLagun has joined #murano19:02
*** sergmeli_ has joined #murano19:03
*** sergmelikyan has quit IRC19:04
*** StanLagun has quit IRC19:05
*** StanLagun has joined #murano19:06
*** yamamoto has joined #murano19:06
*** Nikolay_St has joined #murano19:10
*** yamamoto has quit IRC19:11
*** sergmeli_ has quit IRC19:12
*** StanLagun has quit IRC19:13
*** StanLagun has joined #murano19:13
*** Zer0Byte__ has joined #murano19:18
*** sergmelikyan has joined #murano19:19
*** sergmelikyan has quit IRC19:19
*** sergmelikyan has joined #murano19:20
*** sergmeli_ has joined #murano19:21
*** sergmelikyan has quit IRC19:21
*** sergmeli_ has quit IRC19:21
*** sergmelikyan has joined #murano19:22
*** StanLagun has quit IRC19:24
*** sergmelikyan has quit IRC19:26
*** sergmelikyan has joined #murano19:28
*** sergmelikyan has quit IRC19:28
*** sergmelikyan has joined #murano19:29
*** sergmelikyan has quit IRC19:29
*** StanLagun has joined #murano19:29
*** sergmelikyan has joined #murano19:30
*** sergmelikyan has quit IRC19:32
*** Nikolay_St has quit IRC19:36
*** sergmelikyan has joined #murano19:36
*** sergmelikyan has quit IRC19:37
*** sergmeli_ has joined #murano19:42
*** sergmeli_ has quit IRC19:44
*** sergmelikyan has joined #murano19:44
*** akulshin has joined #murano19:45
*** sergmelikyan has quit IRC19:49
*** akulshin has quit IRC19:50
*** sergmelikyan has joined #murano19:59
*** sergmelikyan has quit IRC19:59
*** sergmelikyan has joined #murano19:59
*** StanLagun has quit IRC19:59
*** sergmelikyan has quit IRC20:01
*** sergmelikyan has joined #murano20:01
*** sergmelikyan has quit IRC20:02
*** fragatina has joined #murano20:03
*** StanLagun has joined #murano20:04
*** sergmelikyan has joined #murano20:04
*** kodoku has quit IRC20:05
*** _ducttape_ has quit IRC20:07
*** ducttape_ has joined #murano20:09
*** sergmelikyan has quit IRC20:14
*** StanLagun has quit IRC20:16
*** StanLagun has joined #murano20:16
*** sergmeli_ has joined #murano20:17
*** sergmeli_ has quit IRC20:18
*** sergmelikyan has joined #murano20:20
*** kzaitsev_mb has quit IRC20:20
*** StanLagun has quit IRC20:21
*** sergmelikyan has quit IRC20:22
*** sergmelikyan has joined #murano20:23
*** kzaitsev_mb has joined #murano20:23
*** sergmelikyan has quit IRC20:27
*** kzaitsev_mb has quit IRC20:28
*** thumpba has quit IRC20:40
*** akulshin has joined #murano20:47
*** akulshin has quit IRC20:52
*** sergmelikyan has joined #murano21:30
*** StanLagun has joined #murano21:36
*** sergmelikyan has quit IRC21:39
*** sergmelikyan has joined #murano21:39
*** sergmelikyan has quit IRC21:44
*** cleong has quit IRC21:45
*** fragatina has quit IRC21:47
*** akulshin has joined #murano21:48
*** kzaitsev_mb has joined #murano21:52
*** akulshin has quit IRC21:54
*** twedgar has joined #murano22:00
*** catintheroof has joined #murano22:03
*** kzaitsev_mb has quit IRC22:07
*** kzaitsev_mb has joined #murano22:17
*** kzaitsev_mb has quit IRC22:24
*** StanLagun has quit IRC22:32
*** kzaitsev_mb has joined #murano22:33
*** kzaitsev_mb has quit IRC22:43
*** ducttape_ has quit IRC22:49
*** kzaitsev_mb has joined #murano22:55
*** StanLagun has joined #murano23:15
*** catintheroof has quit IRC23:18
*** StanLagun has quit IRC23:19
*** StanLagun has joined #murano23:21
*** kzaitsev_mb has quit IRC23:30
*** twedgar has quit IRC23:35
*** twedgar has joined #murano23:36
*** StanLagun has quit IRC23:37
*** StanLagun has joined #murano23:48
*** akulshin has joined #murano23:51
*** lesage_o has quit IRC23:53
*** StanLagun has quit IRC23:54
*** StanLagun has joined #murano23:55
*** akulshin has quit IRC23:55

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