Thursday, 2016-01-21

*** jfluhmann has quit IRC00:40
*** vahidh has quit IRC01:22
*** vahidh has joined #murano01:23
*** vahidh has quit IRC01:27
*** ativelkov has quit IRC01:40
*** ativelkov has joined #murano01:40
*** katyafervent has quit IRC01:41
*** katyafervent has joined #murano01:49
*** jfluhmann has joined #murano02:05
*** zhurong has joined #murano02:18
*** yamamoto has joined #murano02:23
*** kodokuu has quit IRC02:35
*** yamamoto has quit IRC02:37
*** yamamoto has joined #murano02:37
*** yamamoto has quit IRC02:46
*** ducttape_ has joined #murano02:48
*** jasonsb has joined #murano02:48
openstackgerritzhurong proposed openstack/murano: Add the max length check for environment update  https://review.openstack.org/27032702:55
openstackgerritNanke_Liu (lnk) proposed openstack/murano: "notification_driver" from group "DEFAULT" is deprecated  https://review.openstack.org/26954903:02
*** dgonzalez has quit IRC03:03
*** ducttape_ has quit IRC03:09
*** dgonzalez has joined #murano03:13
*** yamamoto_ has joined #murano03:39
*** dgonzalez has quit IRC03:39
*** dgonzalez has joined #murano03:40
*** vgridnev has joined #murano04:05
*** vgridnev has quit IRC04:35
*** vgridnev has joined #murano04:58
*** Marga_ has quit IRC05:07
*** Marga_ has joined #murano05:08
*** naresht has joined #murano05:12
nareshtHi all, In devstack kilo I got a error regarding murano_networks while drag and dropping my application component which works on devstack kilo (Murano) . could you tell me is their any corresponding attribute in devstack kilo (murano).? Please find error log here http://paste.openstack.org/show/484495/05:18
nareshtPlease find ui.yaml file http://paste.openstack.org/show/484496/05:20
*** zhurong has quit IRC05:26
*** vgridnev has quit IRC05:45
*** _lnk_ has joined #murano05:46
*** jasonsb has quit IRC05:47
*** zhurong has joined #murano05:53
*** akulshin has joined #murano06:02
*** vgridnev has joined #murano06:08
*** jasonsb has joined #murano06:10
*** ashishb has joined #murano06:11
*** jasonsb has quit IRC06:16
*** akulshin has quit IRC06:17
*** _lnk_ has quit IRC06:21
*** _lnk_ has joined #murano06:22
*** vgridnev has quit IRC06:26
*** jfluhmann has quit IRC06:34
*** Marga_ has quit IRC06:37
*** vgridnev has joined #murano06:47
*** jesuspg has joined #murano07:01
openstackgerritRavi Shekhar Jethani proposed openstack/murano: Fix import order of modules  https://review.openstack.org/27004307:04
openstackgerritHenar Muñoz proposed openstack/murano: Configuring instance type and keyname in all tests  https://review.openstack.org/25193207:04
*** vgridnev has quit IRC07:26
*** Nikolay_St has quit IRC07:33
openstackgerritRavi Shekhar Jethani proposed openstack/murano: Fix import order of modules  https://review.openstack.org/27004307:52
*** mkoderer_ is now known as mkoderer08:03
*** _lnk_ has quit IRC08:06
openstackgerritRavi Shekhar Jethani proposed openstack/murano: Python3: Add support for raise and urlparse  https://review.openstack.org/27065408:09
katyaferventhi naresht08:27
katyaferventmurano network used with network field, which was introduced in 2.1 Version of Dynamic UI08:27
*** vgridnev has joined #murano08:27
*** akulshin has joined #murano08:27
akulshinHi everyone! I there a way to force switch environment to failed state?08:28
katyaferventyou have 2.0 in your definition, there is some problems with versions - you use incompatible ones08:28
katyaferventhi akulshin08:28
akulshini have several environments which stay in deploying state because of error in my applications08:29
akulshinhi!08:29
katyaferventyou need to have app definition that will fail all the time? :)08:29
*** samuelBartel has joined #murano08:29
akulshinno, i need to switch an evironment from deloying state to failed08:31
nareshtHi kaytafervent. it is running into error if I use 2.1 or 2.208:34
nareshtkatafervent: ValueError: Unsupported Dynamic UI version: required 2, got 2.108:34
nareshtI got no error about UI version if I use 2.008:35
*** Nikolay_St has joined #murano08:35
*** _lnk_ has joined #murano08:35
katyaferventakulshin, where? from the UI> it;s not possible08:35
katyaferventyou can only abandon the environment during deployment08:36
katyaferventnaresht, so it means that kilo does not support 2.1 and network selection08:37
nareshtYes08:37
katyaferventit is supported only since liberty08:38
nareshtwe don't have network selection field in 2.0 right ?08:39
katyaferventright08:39
nareshtOk, Thank you.08:40
openstackgerritNikolay Starodubtsev proposed openstack/murano: WIP  https://review.openstack.org/25325908:51
akulshinkatyafervent: is it possible not from UI?09:04
katyaferventakulshin, yes, you can raise an exception in the application class definition09:05
akulshinbut what if i have existing environment in deploying state? can i somehow change it's state to ready, failed, etc? to have opportunity to restart it or delete, but not to abandom?09:07
openstackgerritzhurong proposed openstack/python-muranoclient: Add Status field_labels for environment list  https://review.openstack.org/27067409:07
katyaferventakulshin, status shows the result of the deployment. once the deployment is started it would be in deploying state and then it is switch to ready or failed depending on the result. thats it09:08
katyaferventakulshin, what is the reason to change state manually? what is the use case?09:09
akulshinkatyafervent: abandon seems to leave a long tail of unlinked objects09:10
akulshinkatyafervent: and it would be easier to debug having such option - to stop execution and switch to any state from deploying09:11
akulshinkatyafervent: well, i understand that it is not easy to stop execution, but i assume the state is recorded somewhere...09:11
*** Liuqing has joined #murano09:12
katyaferventakulshin, we are working on debug simplifying but app debug should not be made in UI09:13
akulshinI understand that, but it takes so much time to wait until, for example, agent will not respond. I know that this will happened, but need to wait for timeout09:14
katyaferventyou can use regular debugger and trace while engine executing task.09:14
katyaferventtimeout is configured in the config file09:14
katyaferventyou can reduce its value09:15
katyaferventwe also have this blueprint to simulate engine execution https://blueprints.launchpad.net/murano/+spec/simulated-execution-mode-murano-engine09:15
katyaferventand here is the first example https://github.com/openstack/murano-apps/blob/master/Tomcat/package/Classes/TomcatTest.yaml09:16
katyaferventdocumentation is on review now.09:17
katyaferventAlso you can use log function to trace your deployment09:18
katyaferventakulshin, http://docs.openstack.org/developer/murano/draft/appdev-guide/murano_pl.html#class-logger09:18
akulshinwe use kilo, suppose blueprint for mitaka09:19
akulshin?09:19
katyaferventakulshin, yes(09:19
akulshinwow, this class is very different from what we have...09:20
akulshinkatyafervent: ok, i will take it for further learning, but let's back to my current problem. you wrote that there is a way to use a debugger?09:21
katyaferventand Logger also available only since liberty09:21
katyaferventakulshin, yes. Also you register print function like sleep is registered here https://github.com/openstack/murano/blob/stable/kilo/murano/dsl/yaql_functions.py#L13609:22
katyaferventmethods are executed here https://github.com/openstack/murano/blob/stable/kilo/murano/dsl/executor.py#L10309:24
akulshinkatyafervent  but this  is possible after kilo release, right?09:31
*** jesuspg has quit IRC09:31
katyaferventlast sentences can be applied for kilo release and next releases, yes09:32
*** vgridnev has quit IRC09:32
*** vgridnev has joined #murano09:33
*** jesuspg has joined #murano09:35
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: [DynamicUI] Apply user regex for the password field  https://review.openstack.org/26820309:38
akulshinkatyafervent : but i do not get it... where i can register print function? somewhere in my murano class?09:42
akulshinand how this suppose to help me to debug a class?09:42
katyaferventin python code, I gave you a link to a correct place. you can use it from class definition in MuranoPL: $print(format('Check value {0}', $variable))09:45
katyaferventsomething like that09:45
*** sergmelikyan has joined #murano09:51
*** Liuqing has quit IRC09:52
*** ashishb has quit IRC10:02
*** openstackgerrit has quit IRC10:02
*** openstackgerrit has joined #murano10:02
*** ashishb has joined #murano10:07
*** _lnk_ has quit IRC10:10
zhurongkatyafervent ping10:11
katyaferventhi zhurong10:13
zhurongNow only CloudFoundryDiego package will auto upload the images?10:14
*** ashishb has quit IRC10:14
openstackgerritzhurong proposed openstack/python-muranoclient: Add Status field_labels for environment list  https://review.openstack.org/27067410:16
*** lin_yang has quit IRC10:17
*** Liuqing has joined #murano10:24
*** _lnk_ has joined #murano10:27
openstackgerritDmytro Dovbii proposed openstack/murano-apps: [Ops Manager] Fix variable name  https://review.openstack.org/27072410:32
*** kzaitsev_mb has joined #murano10:35
*** zhurong has quit IRC10:41
openstackgerritJesus Perez proposed openstack/python-muranoclient: Add environment template clone  https://review.openstack.org/27073110:57
*** kzaitsev_mb has quit IRC11:14
openstackgerritJesus Perez proposed openstack/python-muranoclient: Add is-public for environment-template list  https://review.openstack.org/27073911:16
*** kzaitsev_mb has joined #murano11:19
openstackgerritKirill Zaitsev proposed openstack/murano: Cap pip to <8 for dsvm job  https://review.openstack.org/27074311:26
*** vgridnev has quit IRC11:31
*** vgridnev has joined #murano11:31
*** yamamoto_ has quit IRC11:31
*** kzaitsev_mb has quit IRC11:34
*** _lnk_ has quit IRC11:39
*** enthurohini has joined #murano11:40
*** _lnk_ has joined #murano11:52
openstackgerritJesus Perez proposed openstack/python-muranoclient: Add environment template clone  https://review.openstack.org/27073111:55
*** akulshin has quit IRC11:58
*** akulshin has joined #murano11:59
openstackgerritJesus Perez proposed openstack/python-muranoclient: Add is-public for environment-template list  https://review.openstack.org/27073912:08
openstackgerritMerged openstack/murano-agent: Clean flake8 ignore  https://review.openstack.org/26739612:12
*** vgridnev has quit IRC12:16
akulshinkatyafervent: can you recommend the best practice to reboot a Linux instance during workflow execution?12:17
*** vgridnev has joined #murano12:18
*** raildo-afk is now known as raildo12:20
*** kzaitsev_mb has joined #murano12:25
*** tlashchova has joined #murano12:26
akulshinHi everyone! can you recommend the best practice to reboot a Linux instance during workflow execution?12:42
katyaferventakulshin, without murano-agent?12:43
akulshinno, with murano agent, but not to break anything ;)12:43
openstackgerritKirill Zaitsev proposed openstack/murano: Cap pip to <8 within tools  https://review.openstack.org/27074312:43
akulshini didn't find rebootoncompletion option for yaml templates...12:44
akulshinkatyafervent: i assume launching sudo reboot from script is not a good option?12:49
katyaferventwhy not12:51
katyaferventwe do have reboot in CF application https://github.com/openstack/murano-apps/blob/d3cf423b71003d21591cd624403a2d1b3f5dce40/CloudFoundry/package/Resources/scripts/installCFRelease.sh12:51
katyaferventbut here timeout for next agent call is increased https://github.com/openstack/murano-apps/blob/d3cf423b71003d21591cd624403a2d1b3f5dce40/CloudFoundry/package/Classes/CloudFoundry.yaml#L8812:52
openstackgerritVictor Ryzhenkin proposed openstack/murano: Remove usage of tempest venv generator  https://review.openstack.org/27078212:59
openstackgerritVictor Ryzhenkin proposed openstack/murano: Remove usage of tempest venv generator  https://review.openstack.org/27078213:09
akulshinkatyafervent : is it available for kilo?13:12
akulshini meant the timeout13:12
*** ducttape_ has joined #murano13:12
katyaferventakulshin, yes https://github.com/openstack/murano/blob/stable/kilo/murano/common/config.py#L20513:14
katyaferventyou can pass it as in CF app, in the config the default time is provided13:15
akulshinthanks!13:16
*** ducttape_ has quit IRC13:24
openstackgerritKirill Zaitsev proposed openstack/murano: Cap pip to <8 for dsvm job  https://review.openstack.org/27074313:26
*** alejandrito has joined #murano13:26
*** _lnk_ has quit IRC13:29
katyaferventkzaitsev1ws, Nikolay_St StanLagun guys, I know that CI is not working, but could you please start to review my patches https://review.openstack.org/#/q/owner:efedorova%2540mirantis.com+status:open13:32
katyaferventSo I can apply changes immediately13:32
*** vgridnev has quit IRC13:34
*** enthurohini has quit IRC13:34
*** vgridnev has joined #murano13:36
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: Hide some table buttons at Package Definitions page  https://review.openstack.org/27080213:38
*** kzaitsev_mb has quit IRC13:38
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: Hide some table buttons at Package Definitions page  https://review.openstack.org/27080213:40
*** kzaitsev1ws is now known as kzaitsev_ws13:41
*** tiagogomes has quit IRC13:41
kzaitsev_wskatyafervent: CI is working, Jenkins is red =(13:41
kzaitsev_wsbut yep, would do as soon as I finish fixing gates ))13:42
*** yamamoto has joined #murano13:48
openstackgerritJesus Perez proposed openstack/python-muranoclient: Add is-public for environment-template list  https://review.openstack.org/27073913:48
*** yamamoto has quit IRC13:49
*** yamamoto has joined #murano13:52
*** zhurong has joined #murano13:55
*** zhurong has quit IRC13:56
*** Liuqing has quit IRC13:56
*** jesuspg has quit IRC13:59
*** jesuspg has joined #murano14:09
*** naresht has quit IRC14:13
*** raildo is now known as raildo-afk14:24
*** alejandrito has quit IRC14:26
*** yamamoto has quit IRC14:28
*** jesuspg has quit IRC14:30
*** stan_lagun has joined #murano14:32
*** vgridnev has quit IRC15:01
*** yamamoto has joined #murano15:03
*** kodokuu has joined #murano15:05
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: Rename 'Package Definitions' tab to 'Packages'  https://review.openstack.org/27084715:05
openstackgerritMerged openstack/python-muranoclient: Initial commit for openstack-client support in python-muranoclient  https://review.openstack.org/26601815:08
*** jasonsb has joined #murano15:09
openstackgerritMerged openstack/murano: Cap pip to <8 for dsvm job  https://review.openstack.org/27074315:12
Nikolay_Stteam15:14
Nikolay_Styou can recheck you patches - gate is unblocked :)15:14
Nikolay_StENJOY!15:14
*** sergmelikyan has quit IRC15:20
*** jasonsb has quit IRC15:22
*** mragupat has joined #murano15:28
*** tlashchova has quit IRC15:38
*** mragupat has quit IRC15:44
*** mragupat has joined #murano15:45
*** ducttape_ has joined #murano16:02
*** jasonsb has joined #murano16:04
*** dhellmann has joined #murano16:07
*** yamamoto has quit IRC16:11
*** yamamoto has joined #murano16:11
*** yamamoto has quit IRC16:11
*** jasonsb has quit IRC16:14
*** vgridnev has joined #murano16:21
*** raildo-afk is now known as raildo16:24
*** kodokuu has quit IRC16:33
*** pradiprwt has joined #murano16:35
pradiprwthi freerunner16:35
*** tlashchova has joined #murano16:39
pradiprwtfreerunner : I am trying to install devstack stable/liberty but getting error , Have you tried devstack resently..?16:40
pradiprwtscreen log - http://paste.openstack.org/show/484595/16:41
openstackgerritNikolay Starodubtsev proposed openstack/murano-specs: MuranoPL metadata  https://review.openstack.org/27012416:41
openstackgerritMerged openstack/murano-apps: [Ops Manager] Fix variable name  https://review.openstack.org/27072416:49
*** vgridnev has quit IRC16:51
*** Marga_ has joined #murano16:52
*** stan_lagun has quit IRC16:54
*** akuznetsova has quit IRC16:57
*** Nikolay_St has quit IRC16:57
*** vgridnev has joined #murano16:57
*** vgridnev has quit IRC17:01
*** akuznetsova has joined #murano17:02
*** kzaitsev_mb has joined #murano17:02
*** vgridnev has joined #murano17:02
*** Marga_ has quit IRC17:07
*** Marga_ has joined #murano17:08
*** jfluhmann has joined #murano17:14
*** mragupat_ has joined #murano17:23
*** mragupat has quit IRC17:26
*** _ducttape_ has joined #murano17:30
*** madhuri has joined #murano17:32
*** ducttape_ has quit IRC17:32
*** _ducttape_ has quit IRC17:37
*** ducttape_ has joined #murano17:38
*** samuelBartel has quit IRC17:38
*** alraddarla has joined #murano17:40
*** ducttape_ has quit IRC17:42
*** kzaitsev_mb has quit IRC17:51
*** jasonsb has joined #murano17:52
*** pradiprwt has quit IRC17:52
*** ducttape_ has joined #murano17:52
*** ducttape_ has quit IRC17:56
*** ducttape_ has joined #murano17:57
akulshinHi everyone! How can i join two boolean values with ROR in YAQL?17:57
akulshin* OR17:57
*** Marga_ has quit IRC18:03
*** thomas_ has joined #murano18:06
*** thomas_ is now known as Guest1921718:06
*** mragupat_ has quit IRC18:09
*** mragupat has joined #murano18:09
*** mragupat has quit IRC18:13
Guest19217Am working on a custom murano package. Is there any way to ask for a file as a parameter field in the ui.yaml?18:16
*** madhuri has quit IRC18:17
akulshinGuest19217: you can pass a swift link as a string and download the file from agent script18:30
Guest19217My goal is to use the file to determine how to configure a series of secondary components so that isn't optimal but helpful. Is there a way to do processing in the main class to pull a file from swift and parse it?18:34
akulshinnot sure about that18:37
akulshinlets ask more experienced guys... katyafervent?18:39
*** kzaitsev_mb has joined #murano18:43
*** Marga_ has joined #murano18:44
openstackgerritNanke_Liu (lnk) proposed openstack/murano: "notification_driver" from group "DEFAULT" is deprecated  https://review.openstack.org/26954918:54
*** sergmelikyan has joined #murano18:59
*** akulshin has quit IRC19:01
*** ducttape_ has quit IRC19:02
*** mragupat has joined #murano19:03
*** tlashchova has quit IRC19:08
*** jasonsb has quit IRC19:08
*** Marga_ has quit IRC19:11
*** Marga_ has joined #murano19:16
*** ducttape_ has joined #murano19:22
*** alraddarla has quit IRC19:33
*** Nikolay_St has joined #murano19:50
*** vgridnev has quit IRC19:58
*** _ducttape_ has joined #murano20:00
*** Nikolay_St has quit IRC20:00
*** akulshin has joined #murano20:02
*** ducttape_ has quit IRC20:04
*** akulshin has quit IRC20:06
*** _ducttape_ has quit IRC20:14
*** ducttape_ has joined #murano20:14
*** Marga_ has quit IRC20:22
*** Marga_ has joined #murano20:22
*** zhurong has joined #murano20:25
*** Nikolay_St has joined #murano20:26
*** vgridnev has joined #murano20:26
*** kzaitsev_mb has quit IRC20:33
*** Nikolay_St has quit IRC20:40
*** kzaitsev_mb has joined #murano20:43
*** mragupat has quit IRC20:47
*** mragupat has joined #murano20:47
*** MVenesio has joined #murano20:53
*** zhurong has quit IRC20:56
*** MVenesio has quit IRC21:04
*** akulshin has joined #murano21:17
*** akulshin_ has joined #murano21:18
*** akulshin has quit IRC21:18
*** akulshin_ has quit IRC21:23
*** jesuspg has joined #murano21:51
*** Nikolay_St has joined #murano21:56
*** Guest19217 has quit IRC22:06
*** zhurong has joined #murano22:24
*** vgridnev has quit IRC22:25
*** sergmelikyan has quit IRC22:25
*** vgridnev has joined #murano22:36
*** vgridnev has quit IRC22:50
*** vgridnev has joined #murano22:51
*** zhurong has quit IRC22:55
*** vgridnev has quit IRC22:55
*** mragupat has quit IRC22:56
*** sergmelikyan has joined #murano22:59
*** zhurong has joined #murano23:10
*** sergmelikyan has quit IRC23:18
*** sergmelikyan has joined #murano23:24
*** sergmelikyan has quit IRC23:28
*** kzaitsev_mb has quit IRC23:54

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