Friday, 2015-09-11

*** kzaitsev_mb has joined #murano00:01
*** jasonsb has quit IRC00:39
*** kzaitsev_mb has quit IRC00:42
*** jasonsb has joined #murano00:43
*** jasonsb has quit IRC00:55
*** xiangxinyong_ has joined #murano00:57
*** jasonsb has joined #murano01:08
*** junhongl has joined #murano01:29
*** zhurong has joined #murano01:35
*** kzaitsev_mb has joined #murano01:39
*** zhurong_ has joined #murano01:54
*** zhurong has quit IRC01:56
*** kzaitsev_mb has quit IRC02:07
*** yamamoto has quit IRC02:24
*** yamamoto has joined #murano03:22
*** Samos123 has quit IRC03:29
*** Samos123 has joined #murano03:38
*** vgridnev has joined #murano04:22
openstackgerritMarcus Furlong proposed openstack/murano: Add debian package  https://review.openstack.org/22245204:24
*** stanchan_ has joined #murano04:47
*** pradiprwt has joined #murano04:55
*** junhongl has quit IRC05:20
*** gangaec has joined #murano05:39
*** vgridnev has quit IRC05:56
*** vgridnev has joined #murano06:07
*** jasonsb has quit IRC06:13
*** jasonsb has joined #murano06:30
*** xiangxinyong_ has quit IRC06:32
*** vgridnev has quit IRC06:33
*** jasonsb has quit IRC06:36
*** vgridnev has joined #murano06:45
*** vahidh has quit IRC06:56
*** xiangxinyong_ has joined #murano07:17
*** stanchan_ has quit IRC07:27
*** xiangxinyong has joined #murano07:28
*** xiangxinyong_ has quit IRC07:29
*** vgridnev has quit IRC07:40
*** kzaitsev_mb has joined #murano07:48
*** kzaitsev_mb has quit IRC07:53
*** kzaitsev_mb has joined #murano08:00
*** stanchan has joined #murano08:03
*** asalkeld has quit IRC08:05
*** tobe has joined #murano08:06
*** tobe has quit IRC08:06
*** pradiprwt has quit IRC08:10
*** pradiprwt has joined #murano08:12
*** pradiprwt has quit IRC08:30
*** pradiprwt has joined #murano08:30
*** kzaitsev_mb has quit IRC08:34
*** pradiprwt has quit IRC08:35
*** kzaitsev_mb has joined #murano08:35
gangaecHi all.08:50
gangaecI need to get <service_id>. I'm refering to this page http://murano.readthedocs.org/en/latest/draft/appdev-guide/murano_pl/actions.html08:51
gangaechttp://pastebin.com/MF8PA5Qi is the output of http://localhost:8082/v1/environments/<id>/services/08:52
*** kzaitsev_mb has quit IRC08:53
*** vgridnev has joined #murano08:57
*** zhurong_ has quit IRC08:59
gangaecNeed to scale the nodes up and down from command line.09:15
gangaecPosting rest api like this http://172.16.1.10:8082/v1/environments/b93dbac7b2a44f3ba2d8769365009bce/actions/dc0396b2-d055-4a63-aa12-910c5f73702e_scaleNodesUp09:16
gangaecAnd getting responce: 415 Unsupported Media Type Unsupported Content-Type09:17
*** tlashchova has joined #murano09:30
*** pradiprwt has joined #murano09:35
*** kzaitsev_mb has joined #murano10:02
gangaecHi any help on scaling node in kubernetes cluster?10:29
*** yamamoto has quit IRC10:34
kzaitsev_mbgangaec: Stan is our expert on k8s10:34
kzaitsev_mbslagun: ^^^10:34
slagunthis is a problem with request not with k8s10:36
slagunError was returned from API10:36
slagunmaybe it was not POST request or content type wasn't JSON10:38
*** kzaitsev_mb has quit IRC10:44
gangaecHi slangun.10:49
gangaecYes, how to send the request properly. I guess the problem is in content type10:50
*** xiangxinyong_ has joined #murano10:50
*** xiangxinyong has quit IRC10:53
openstackgerritDmytro Dovbii proposed openstack/murano-apps: Stop WP deployment if PHP is not installed  https://review.openstack.org/22130910:58
openstackgerritDmytro Dovbii proposed openstack/murano-apps: Stop WP deployment if PHP is not installed  https://review.openstack.org/22130910:59
*** xiangxinyong_ has quit IRC11:08
*** kzaitsev_mb has joined #murano11:21
*** yamamoto has joined #murano11:21
*** yamamoto_ has joined #murano11:22
*** yamamoto has quit IRC11:25
*** zhurong has joined #murano11:47
openstackgerritNikolay Starodubtsev proposed openstack/murano: Fix issues with multiple parallel deployments  https://review.openstack.org/22182711:51
gangaecWhile doing k8s kubeScaleUp getting below response.11:58
gangaec{ isException: true result: { message: "" details: "Traceback (most recent call last): File "/opt/stack/murano/murano/common/engine.py", line 178, in _execute action_result = self._invoke(exc) File "/opt/stack/murano/murano/common/engine.py", line 251, in _invoke return obj.type.invoke(method_name, mpl_executor, obj, args) File "/opt/stack/murano/murano/dsl/murano_class.py", line 166, in invoke args = executor.to_yaql_args(parameters)11:58
gangaecslagun: Any help?11:58
*** zhurong has quit IRC11:59
slagungangaec: can you give me full murano-engine log?12:01
gangaecslagun: I'm doing it from command line and I got that response12:02
gangaecslagun: Where I will get log exactly?12:02
slagunin /var/log/murano* I guess12:03
slagunlogs produced by murano services12:03
slagunand how exactly do you call this API?12:04
slaguncurl or something?12:04
gangaec2015-09-11 17:05:13.347 25382 DEBUG murano.dsl.executor [-] b4a3abe49d4143d2990277d4db189987: End execution: io.murano.resources.NeutronNetworkBase.generateSecurityGroupManager (3943527224236428718) _invoke_method_implementation /opt/stack/murano/murano/dsl/executor.py:161 2015-09-11 17:05:13.348 25382 DEBUG murano.dsl.executor [-] b4a3abe49d4143d2990277d4db189987: End execution: io.murano.Environment.initialize (2422265344184526776) _12:07
gangaecOops12:07
gangaecslagun: I'm using REST client plugin from chrome.12:09
gangaecURL: http://172.16.1.10:8082/v1/environments/b93dbac7b2a44f3ba2d8769365009bce/actions/23bd1a71c43f4fafac284952fa61d4d512:09
gangaecHearder: X-Auth-Token: 135869175aa84dfc9686e0109b660ba212:09
gangaecpyaload: "{}"12:10
slagunPOST?12:10
slagunContent Type?12:10
gangaecyes12:13
gangaecPOST12:13
gangaecContent Type: application/json12:14
gangaecHere is the log  murano-engine.log: http://pastebin.com/QqX7fkPL12:15
slagunthis is not the full log12:16
gangaecOK just a sec12:17
slagunI need like "Starting processing task: ...12:17
slagun*line*12:17
*** zhurong has joined #murano12:19
*** kzaitsev_mb has quit IRC12:26
*** zhurong has quit IRC12:29
zigoWhat is murano-cfapi for?12:33
*** raildo-afk is now known as raildo12:33
zigoShould a new daemon init script be done for it?12:33
zigoI've uploaded Murano liberty b3 in Debian Experimental.12:35
zigoThough there's this bug (which I just filed) to fix; https://bugs.launchpad.net/murano/+bug/149472212:35
openstackLaunchpad bug 1494722 in murano "Unit test failures when building debian package" [Undecided,New]12:35
gangaecslagun: I didn't find that line. And now I'm leaving for now and will  back soon. Thanks12:39
*** gangaec has quit IRC12:40
*** pradiprwt has quit IRC12:41
*** dteselkin has quit IRC12:53
*** ativelkov has quit IRC12:53
*** ativelkov has joined #murano12:54
*** dteselkin has joined #murano12:58
*** tlashchova has quit IRC13:01
*** kzaitsev_mb has joined #murano13:21
openstackgerritDmytro Dovbii proposed openstack/murano-dashboard: Add filter by package name and type  to Package Definitions page  https://review.openstack.org/22049213:42
*** Piet has quit IRC13:43
*** Piet has joined #murano14:03
*** mflobo has left #murano14:18
*** kzaitsev1ws is now known as kzaitsev_ws15:03
kzaitsev_wszigo: cfapi is a server, used for interaction with cloud foundry15:07
kzaitsev_wsmurano is able to serve as cf service broker15:07
zigook15:07
*** vgridnev has quit IRC15:07
*** stanchan has quit IRC15:08
openstackgerritNikolay Starodubtsev proposed openstack/murano: Fix issues with multiple parallel deployments  https://review.openstack.org/22182715:09
*** vgridnev has joined #murano15:09
*** rakhmerov has quit IRC15:19
*** rakhmerov has joined #murano15:25
*** vgridnev has quit IRC15:28
*** vgridnev has joined #murano15:28
*** AlexeyElagin has quit IRC15:33
*** AlexeyElagin has joined #murano15:35
*** jasonsb has joined #murano15:57
openstackgerritTetiana Lashchova proposed openstack/python-muranoclient: Return detailed info when get environment by name  https://review.openstack.org/22268115:59
*** vahidh has joined #murano16:00
*** vgridnev has quit IRC16:17
*** vgridnev has joined #murano17:03
*** exploreshaifali has joined #murano17:05
*** stanchan has joined #murano17:15
*** kzaitsev_mb has quit IRC17:15
*** stanchan has quit IRC17:27
*** jasonsb has quit IRC17:36
*** jasonsb has joined #murano17:43
*** Piet has quit IRC18:09
*** kzaitsev_mb has joined #murano18:25
*** Piet has joined #murano18:41
*** Einherjer has joined #murano18:43
*** kzaitsev_mb has quit IRC18:43
*** exploreshaifali has quit IRC19:10
*** yamamoto_ has quit IRC19:57
*** Piet has quit IRC19:59
*** yamamoto has joined #murano20:03
*** yamamoto has quit IRC20:03
*** Nikolay_St has joined #murano20:06
*** raildo is now known as raildo-afk20:42
*** sergmelikyan has joined #murano20:46
*** yamamoto has joined #murano21:03
*** Piet has joined #murano21:08
*** yamamoto has quit IRC21:09
*** sergmelikyan has quit IRC21:12
*** kzaitsev_mb has joined #murano21:19
*** sergmelikyan has joined #murano21:50
*** vgridnev has quit IRC21:50
*** sergmelikyan has quit IRC22:03
*** sergmelikyan has joined #murano22:24
*** Nikolay_St has quit IRC22:28
-openstackstatus- NOTICE: 30 minute warning, Gerrit will be offline from 23:00 to 23:30 UTC while some projects are renamed http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html22:30
-openstackstatus- NOTICE: Gerrit is offline from 23:00 to 23:30 UTC while some projects are renamed. http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html23:00
*** ChanServ changes topic to "Gerrit is offline from 23:00 to 23:30 UTC while some projects are renamed. http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html"23:00
*** kzaitsev_mb has quit IRC23:29
*** kzaitsev_mb has joined #murano23:33
*** ChanServ changes topic to "Wiki: https://wiki.openstack.org/wiki/Murano | Launchpad: https://launchpad.net/Murano"23:38
*** openstackgerrit has quit IRC23:46
*** openstackgerrit has joined #murano23:46

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