*** kzaitsev_mb has joined #murano | 00:01 | |
*** jasonsb has quit IRC | 00:39 | |
*** kzaitsev_mb has quit IRC | 00:42 | |
*** jasonsb has joined #murano | 00:43 | |
*** jasonsb has quit IRC | 00:55 | |
*** xiangxinyong_ has joined #murano | 00:57 | |
*** jasonsb has joined #murano | 01:08 | |
*** junhongl has joined #murano | 01:29 | |
*** zhurong has joined #murano | 01:35 | |
*** kzaitsev_mb has joined #murano | 01:39 | |
*** zhurong_ has joined #murano | 01:54 | |
*** zhurong has quit IRC | 01:56 | |
*** kzaitsev_mb has quit IRC | 02:07 | |
*** yamamoto has quit IRC | 02:24 | |
*** yamamoto has joined #murano | 03:22 | |
*** Samos123 has quit IRC | 03:29 | |
*** Samos123 has joined #murano | 03:38 | |
*** vgridnev has joined #murano | 04:22 | |
openstackgerrit | Marcus Furlong proposed openstack/murano: Add debian package https://review.openstack.org/222452 | 04:24 |
---|---|---|
*** stanchan_ has joined #murano | 04:47 | |
*** pradiprwt has joined #murano | 04:55 | |
*** junhongl has quit IRC | 05:20 | |
*** gangaec has joined #murano | 05:39 | |
*** vgridnev has quit IRC | 05:56 | |
*** vgridnev has joined #murano | 06:07 | |
*** jasonsb has quit IRC | 06:13 | |
*** jasonsb has joined #murano | 06:30 | |
*** xiangxinyong_ has quit IRC | 06:32 | |
*** vgridnev has quit IRC | 06:33 | |
*** jasonsb has quit IRC | 06:36 | |
*** vgridnev has joined #murano | 06:45 | |
*** vahidh has quit IRC | 06:56 | |
*** xiangxinyong_ has joined #murano | 07:17 | |
*** stanchan_ has quit IRC | 07:27 | |
*** xiangxinyong has joined #murano | 07:28 | |
*** xiangxinyong_ has quit IRC | 07:29 | |
*** vgridnev has quit IRC | 07:40 | |
*** kzaitsev_mb has joined #murano | 07:48 | |
*** kzaitsev_mb has quit IRC | 07:53 | |
*** kzaitsev_mb has joined #murano | 08:00 | |
*** stanchan has joined #murano | 08:03 | |
*** asalkeld has quit IRC | 08:05 | |
*** tobe has joined #murano | 08:06 | |
*** tobe has quit IRC | 08:06 | |
*** pradiprwt has quit IRC | 08:10 | |
*** pradiprwt has joined #murano | 08:12 | |
*** pradiprwt has quit IRC | 08:30 | |
*** pradiprwt has joined #murano | 08:30 | |
*** kzaitsev_mb has quit IRC | 08:34 | |
*** pradiprwt has quit IRC | 08:35 | |
*** kzaitsev_mb has joined #murano | 08:35 | |
gangaec | Hi all. | 08:50 |
gangaec | I need to get <service_id>. I'm refering to this page http://murano.readthedocs.org/en/latest/draft/appdev-guide/murano_pl/actions.html | 08:51 |
gangaec | http://pastebin.com/MF8PA5Qi is the output of http://localhost:8082/v1/environments/<id>/services/ | 08:52 |
*** kzaitsev_mb has quit IRC | 08:53 | |
*** vgridnev has joined #murano | 08:57 | |
*** zhurong_ has quit IRC | 08:59 | |
gangaec | Need to scale the nodes up and down from command line. | 09:15 |
gangaec | Posting rest api like this http://172.16.1.10:8082/v1/environments/b93dbac7b2a44f3ba2d8769365009bce/actions/dc0396b2-d055-4a63-aa12-910c5f73702e_scaleNodesUp | 09:16 |
gangaec | And getting responce: 415 Unsupported Media Type Unsupported Content-Type | 09:17 |
*** tlashchova has joined #murano | 09:30 | |
*** pradiprwt has joined #murano | 09:35 | |
*** kzaitsev_mb has joined #murano | 10:02 | |
gangaec | Hi any help on scaling node in kubernetes cluster? | 10:29 |
*** yamamoto has quit IRC | 10:34 | |
kzaitsev_mb | gangaec: Stan is our expert on k8s | 10:34 |
kzaitsev_mb | slagun: ^^^ | 10:34 |
slagun | this is a problem with request not with k8s | 10:36 |
slagun | Error was returned from API | 10:36 |
slagun | maybe it was not POST request or content type wasn't JSON | 10:38 |
*** kzaitsev_mb has quit IRC | 10:44 | |
gangaec | Hi slangun. | 10:49 |
gangaec | Yes, how to send the request properly. I guess the problem is in content type | 10:50 |
*** xiangxinyong_ has joined #murano | 10:50 | |
*** xiangxinyong has quit IRC | 10:53 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-apps: Stop WP deployment if PHP is not installed https://review.openstack.org/221309 | 10:58 |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-apps: Stop WP deployment if PHP is not installed https://review.openstack.org/221309 | 10:59 |
*** xiangxinyong_ has quit IRC | 11:08 | |
*** kzaitsev_mb has joined #murano | 11:21 | |
*** yamamoto has joined #murano | 11:21 | |
*** yamamoto_ has joined #murano | 11:22 | |
*** yamamoto has quit IRC | 11:25 | |
*** zhurong has joined #murano | 11:47 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Fix issues with multiple parallel deployments https://review.openstack.org/221827 | 11:51 |
gangaec | While 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 |
gangaec | slagun: Any help? | 11:58 |
*** zhurong has quit IRC | 11:59 | |
slagun | gangaec: can you give me full murano-engine log? | 12:01 |
gangaec | slagun: I'm doing it from command line and I got that response | 12:02 |
gangaec | slagun: Where I will get log exactly? | 12:02 |
slagun | in /var/log/murano* I guess | 12:03 |
slagun | logs produced by murano services | 12:03 |
slagun | and how exactly do you call this API? | 12:04 |
slagun | curl or something? | 12:04 |
gangaec | 2015-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 |
gangaec | Oops | 12:07 |
gangaec | slagun: I'm using REST client plugin from chrome. | 12:09 |
gangaec | URL: http://172.16.1.10:8082/v1/environments/b93dbac7b2a44f3ba2d8769365009bce/actions/23bd1a71c43f4fafac284952fa61d4d5 | 12:09 |
gangaec | Hearder: X-Auth-Token: 135869175aa84dfc9686e0109b660ba2 | 12:09 |
gangaec | pyaload: "{}" | 12:10 |
slagun | POST? | 12:10 |
slagun | Content Type? | 12:10 |
gangaec | yes | 12:13 |
gangaec | POST | 12:13 |
gangaec | Content Type: application/json | 12:14 |
gangaec | Here is the log murano-engine.log: http://pastebin.com/QqX7fkPL | 12:15 |
slagun | this is not the full log | 12:16 |
gangaec | OK just a sec | 12:17 |
slagun | I need like "Starting processing task: ... | 12:17 |
slagun | *line* | 12:17 |
*** zhurong has joined #murano | 12:19 | |
*** kzaitsev_mb has quit IRC | 12:26 | |
*** zhurong has quit IRC | 12:29 | |
zigo | What is murano-cfapi for? | 12:33 |
*** raildo-afk is now known as raildo | 12:33 | |
zigo | Should a new daemon init script be done for it? | 12:33 |
zigo | I've uploaded Murano liberty b3 in Debian Experimental. | 12:35 |
zigo | Though there's this bug (which I just filed) to fix; https://bugs.launchpad.net/murano/+bug/1494722 | 12:35 |
openstack | Launchpad bug 1494722 in murano "Unit test failures when building debian package" [Undecided,New] | 12:35 |
gangaec | slagun: I didn't find that line. And now I'm leaving for now and will back soon. Thanks | 12:39 |
*** gangaec has quit IRC | 12:40 | |
*** pradiprwt has quit IRC | 12:41 | |
*** dteselkin has quit IRC | 12:53 | |
*** ativelkov has quit IRC | 12:53 | |
*** ativelkov has joined #murano | 12:54 | |
*** dteselkin has joined #murano | 12:58 | |
*** tlashchova has quit IRC | 13:01 | |
*** kzaitsev_mb has joined #murano | 13:21 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-dashboard: Add filter by package name and type to Package Definitions page https://review.openstack.org/220492 | 13:42 |
*** Piet has quit IRC | 13:43 | |
*** Piet has joined #murano | 14:03 | |
*** mflobo has left #murano | 14:18 | |
*** kzaitsev1ws is now known as kzaitsev_ws | 15:03 | |
kzaitsev_ws | zigo: cfapi is a server, used for interaction with cloud foundry | 15:07 |
kzaitsev_ws | murano is able to serve as cf service broker | 15:07 |
zigo | ok | 15:07 |
*** vgridnev has quit IRC | 15:07 | |
*** stanchan has quit IRC | 15:08 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Fix issues with multiple parallel deployments https://review.openstack.org/221827 | 15:09 |
*** vgridnev has joined #murano | 15:09 | |
*** rakhmerov has quit IRC | 15:19 | |
*** rakhmerov has joined #murano | 15:25 | |
*** vgridnev has quit IRC | 15:28 | |
*** vgridnev has joined #murano | 15:28 | |
*** AlexeyElagin has quit IRC | 15:33 | |
*** AlexeyElagin has joined #murano | 15:35 | |
*** jasonsb has joined #murano | 15:57 | |
openstackgerrit | Tetiana Lashchova proposed openstack/python-muranoclient: Return detailed info when get environment by name https://review.openstack.org/222681 | 15:59 |
*** vahidh has joined #murano | 16:00 | |
*** vgridnev has quit IRC | 16:17 | |
*** vgridnev has joined #murano | 17:03 | |
*** exploreshaifali has joined #murano | 17:05 | |
*** stanchan has joined #murano | 17:15 | |
*** kzaitsev_mb has quit IRC | 17:15 | |
*** stanchan has quit IRC | 17:27 | |
*** jasonsb has quit IRC | 17:36 | |
*** jasonsb has joined #murano | 17:43 | |
*** Piet has quit IRC | 18:09 | |
*** kzaitsev_mb has joined #murano | 18:25 | |
*** Piet has joined #murano | 18:41 | |
*** Einherjer has joined #murano | 18:43 | |
*** kzaitsev_mb has quit IRC | 18:43 | |
*** exploreshaifali has quit IRC | 19:10 | |
*** yamamoto_ has quit IRC | 19:57 | |
*** Piet has quit IRC | 19:59 | |
*** yamamoto has joined #murano | 20:03 | |
*** yamamoto has quit IRC | 20:03 | |
*** Nikolay_St has joined #murano | 20:06 | |
*** raildo is now known as raildo-afk | 20:42 | |
*** sergmelikyan has joined #murano | 20:46 | |
*** yamamoto has joined #murano | 21:03 | |
*** Piet has joined #murano | 21:08 | |
*** yamamoto has quit IRC | 21:09 | |
*** sergmelikyan has quit IRC | 21:12 | |
*** kzaitsev_mb has joined #murano | 21:19 | |
*** sergmelikyan has joined #murano | 21:50 | |
*** vgridnev has quit IRC | 21:50 | |
*** sergmelikyan has quit IRC | 22:03 | |
*** sergmelikyan has joined #murano | 22:24 | |
*** Nikolay_St has quit IRC | 22: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.html | 22: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.html | 23: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 IRC | 23:29 | |
*** kzaitsev_mb has joined #murano | 23:33 | |
*** ChanServ changes topic to "Wiki: https://wiki.openstack.org/wiki/Murano | Launchpad: https://launchpad.net/Murano" | 23:38 | |
*** openstackgerrit has quit IRC | 23:46 | |
*** openstackgerrit has joined #murano | 23:46 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!