*** yamamoto has joined #murano | 00:04 | |
*** yamamoto has quit IRC | 00:09 | |
*** yamamoto_ has joined #murano | 00:43 | |
*** yamamoto_ has quit IRC | 01:17 | |
*** yamamoto_ has joined #murano | 01:49 | |
*** slagun has joined #murano | 01:50 | |
*** eghobo has quit IRC | 01:53 | |
*** StanLagun has quit IRC | 01:54 | |
*** eghobo has joined #murano | 02:25 | |
*** eghobo has quit IRC | 02:29 | |
*** eghobo has joined #murano | 04:19 | |
*** eghobo has quit IRC | 05:03 | |
*** eghobo has joined #murano | 06:15 | |
*** eghobo_ has joined #murano | 06:28 | |
*** eghobo has quit IRC | 06:31 | |
*** eghobo has joined #murano | 06:35 | |
*** gcivitella has joined #murano | 06:36 | |
*** eghobo_ has quit IRC | 06:37 | |
*** eghobo has quit IRC | 06:40 | |
*** kzaitsev has joined #murano | 06:51 | |
*** yamamoto_ has quit IRC | 07:04 | |
*** _dmn has joined #murano | 07:13 | |
*** igormarnat is now known as imarnat | 07:15 | |
_dmn | Hi, when I try to deploy HOT template I get the error on dashboard saying "Danger: An error occurred. Please try again later". Can anyone help me with this? | 07:16 |
---|---|---|
*** kzaitsev has quit IRC | 07:19 | |
*** kzaitsev has joined #murano | 07:25 | |
_dmn | debug info - http://paste.openstack.org/show/197657/ | 07:26 |
openstackgerrit | Merged stackforge/murano-agent: Support for Configuration Language. File Downloading https://review.openstack.org/159524 | 07:35 |
*** kzaitsev has quit IRC | 07:37 | |
katyafervent | Hi _dmn ! | 07:39 |
katyafervent | is it master? | 07:40 |
*** dmn_ has joined #murano | 07:41 | |
dmn_ | katyafervent: It's stable/juno | 07:41 |
katyafervent | dmn_, did you try to deploy hot template with Murano before? | 07:42 |
*** dmn_ has quit IRC | 07:42 | |
*** _dmn has quit IRC | 07:42 | |
katyafervent | ok? let me test it | 07:43 |
*** imarnat is now known as igormarnat | 07:43 | |
*** igormarnat is now known as imarnat | 07:43 | |
openstackgerrit | Merged stackforge/murano-agent: Support non-application scripts in the execution plan https://review.openstack.org/165375 | 07:51 |
*** yamamoto_ has joined #murano | 07:57 | |
*** dmn_ has joined #murano | 07:58 | |
*** yamamoto_ has quit IRC | 07:59 | |
*** dmn_ has quit IRC | 08:01 | |
openstackgerrit | Merged stackforge/murano-agent: Support for Configuration Language: Chef https://review.openstack.org/165383 | 08:02 |
*** dmn_ has joined #murano | 08:04 | |
dmn_ | katyafervent: Nope. This was the first time I tried to deploy. | 08:04 |
katyafervent | I guess we have seen this error before https://github.com/tsufiev/murano-dashboard/blob/stable/juno/muranodashboard/openstack/common/versionutils.py#L27 | 08:10 |
*** dmn_ has quit IRC | 08:13 | |
*** slagun has quit IRC | 08:19 | |
*** dmn_ has joined #murano | 08:24 | |
dmn_ | katyafervent: sorry, net is acting weird. | 08:25 |
*** asalkeld has left #murano | 08:36 | |
dmn_ | katyafervent: But I'd deployed the same hot template without murano before. | 08:45 |
-openstackstatus- NOTICE: CI Check/Gate pipelines currently stuck due to a bad dependency creeping in the system. No need to recheck your patches at the moment. | 08:52 | |
*** ChanServ changes topic to "CI Check/Gate pipelines currently stuck due to a bad dependency creeping in the system. No need to recheck your patches at the moment." | 08:52 | |
*** flcn___ has joined #murano | 08:56 | |
*** flcn___ has quit IRC | 08:59 | |
*** kzaitsev has joined #murano | 08:59 | |
*** flcn___ has joined #murano | 08:59 | |
*** kzaitsev has quit IRC | 09:00 | |
*** kzaitsev has joined #murano | 09:00 | |
*** Miouge has joined #murano | 09:09 | |
*** yamamoto has joined #murano | 09:12 | |
openstackgerrit | Ekaterina Chernova proposed stackforge/python-muranoclient: Update packge composing command https://review.openstack.org/169227 | 09:13 |
*** serg_melikyan has joined #murano | 09:21 | |
*** imarnat is now known as igormarnat | 09:30 | |
*** igormarnat is now known as imarnat | 09:30 | |
*** imarnat is now known as igormarnat | 09:30 | |
openstackgerrit | Serg Melikyan proposed stackforge/murano: Safely encode yaql expressions to support unicode expressions https://review.openstack.org/168348 | 09:34 |
openstackgerrit | Ekaterina Chernova proposed stackforge/python-muranoclient: Update packge composing command https://review.openstack.org/169227 | 09:36 |
dmn_ | katyafervent: So I should add "from openstack_dashboard.openstack.common import log as logging" in muranodashboard/openstack/common/versionutils.py | 09:42 |
dmn_ | ? | 09:42 |
katyafervent | well, it should be already there | 09:42 |
dmn_ | from muranodashboard.openstack.common import log as logging | 09:43 |
dmn_ | this is there insead | 09:43 |
dmn_ | instead* | 09:43 |
*** serg_melikyan has quit IRC | 09:43 | |
*** flcn___ has quit IRC | 09:45 | |
katyafervent | that's weird, in stable juno branch is https://github.com/stackforge/murano-dashboard/blob/stable/juno/muranodashboard/openstack/common/versionutils.py#L28 | 09:46 |
katyafervent | But yeah, try to change and tell me what the result is | 09:46 |
dmn_ | katyafervent: Guess what? It worked! | 09:49 |
katyafervent | dmn_, :) with "from openstack_dashboard" ? | 09:50 |
dmn_ | yeah | 09:50 |
katyafervent | dmn_, ok, but it's strange why it wasn't there from the beginning. Did you run update from openstack/common? | 09:52 |
dmn_ | nope | 09:52 |
katyafervent | dmn_, and how did you install murano? | 09:58 |
*** igormarnat is now known as imarnat | 09:59 | |
dmn_ | via devstack | 09:59 |
dmn_ | katyafervent, https://github.com/stackforge/murano/tree/master/contrib/devstack | 10:00 |
dmn_ | followed the instructions that were given there | 10:00 |
*** yamamoto has quit IRC | 10:01 | |
dmn_ | but now I'm getting deploy failure | 10:04 |
dmn_ | katyafervent, where should I look to debug errors? | 10:06 |
*** ominakov has joined #murano | 10:13 | |
*** ominakov has quit IRC | 10:13 | |
katyafervent | in devstack installation logs are available in syslog | 10:16 |
*** yamamoto has joined #murano | 10:17 | |
*** dmn_ has quit IRC | 10:33 | |
*** dmn_ has joined #murano | 10:36 | |
*** yamamoto has quit IRC | 10:37 | |
*** ddovbii has joined #murano | 10:42 | |
dmn_ | katyafervent, any ports should be enabled for deployment? | 10:51 |
*** serg_melikyan has joined #murano | 11:11 | |
*** ddovbii has quit IRC | 11:15 | |
*** tsufiev is now known as tsufiev_ | 11:15 | |
katyafervent | dmn_, do you have trace backs? well. it depens on the application you are deploying | 11:17 |
katyafervent | you can enable ports during deployment | 11:17 |
katyafervent | I'll show you the example | 11:18 |
katyafervent | https://github.com/stackforge/murano-apps/blob/master/io.murano.databases.PostgreSql/Classes/PostgreSql.yaml#L35 | 11:20 |
*** serg_melikyan has quit IRC | 11:27 | |
*** serg_melikyan has joined #murano | 11:29 | |
*** ddovbii has joined #murano | 11:29 | |
*** serg_melikyan has quit IRC | 11:33 | |
*** tsufiev_ is now known as tsufiev | 11:42 | |
*** ChanServ changes topic to "Wiki: https://wiki.openstack.org/wiki/Murano | Launchpad: https://launchpad.net/Murano" | 11:47 | |
-openstackstatus- NOTICE: Check/Gate unstuck, feel free to recheck your abusively-failed changes. | 11:47 | |
*** dmn_ has left #murano | 11:54 | |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano-dashboard: Django 1.7 support https://review.openstack.org/169276 | 11:56 |
*** serg_melikyan has joined #murano | 11:59 | |
*** serg_melikyan has quit IRC | 12:00 | |
*** _dmn has joined #murano | 12:04 | |
_dmn | I'm trying to deploy this heat template using murano - http://paste.openstack.org/show/197692/. But the deploy fails every time. | 12:12 |
_dmn | This is the debug info which the manage.py throws - http://paste.openstack.org/show/197694/ | 12:12 |
_dmn | and I created the application using the command "murano package-create" | 12:14 |
_dmn | Can anyone help me with this | 12:14 |
_dmn | ? | 12:14 |
_dmn | and I'm using stable/juno branch | 12:15 |
*** yamamoto has joined #murano | 12:16 | |
katyafervent | _dmn, let me see | 12:18 |
katyafervent | _dmn, logs are not contain deployment information) let me deploy this template (but it's a big chance that complicated heat templates would not work) | 12:19 |
katyafervent | oh, that simple one) | 12:20 |
katyafervent | while I'm checking try to deploy that one https://github.com/openstack/heat-templates/blob/master/hot/hello_world.yaml | 12:21 |
_dmn | okay | 12:21 |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano-dashboard: Django 1.7 support https://review.openstack.org/169276 | 12:21 |
*** serg_melikyan has joined #murano | 12:27 | |
*** serg_melikyan has quit IRC | 12:28 | |
*** serg_melikyan has joined #murano | 12:28 | |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-dashboard: Update from global-requirements https://review.openstack.org/168311 | 12:34 |
*** yamamoto has quit IRC | 12:39 | |
*** kzaitsev has quit IRC | 12:44 | |
*** kzaitsev has joined #murano | 12:51 | |
*** _dmn has quit IRC | 12:54 | |
*** kzaitsev has quit IRC | 12:55 | |
*** _dmn has joined #murano | 13:09 | |
*** serg_melikyan has quit IRC | 13:14 | |
*** Miouge_ has joined #murano | 13:20 | |
*** Miouge has quit IRC | 13:22 | |
*** Miouge_ is now known as Miouge | 13:22 | |
_dmn | katyafervent, are you getting the same error? | 13:24 |
*** kzaitsev has joined #murano | 13:33 | |
*** serg_melikyan has joined #murano | 13:34 | |
*** drupalmonkey has joined #murano | 13:35 | |
*** ddovbii has quit IRC | 13:36 | |
*** serg_melikyan has quit IRC | 13:36 | |
*** serg_melikyan has joined #murano | 13:36 | |
*** imarnat is now known as igormarnat | 13:44 | |
*** igormarnat is now known as imarnat | 13:45 | |
katyafervent | _dmn, yeah, I reproduced it | 13:46 |
katyafervent | _dmn, and does heat_key exist? first I got error about that :) | 13:48 |
_dmn | katyafervent, yes. | 13:48 |
katyafervent | but now I'm getting 404 in attempt to get heat stack, now I'm investigating | 13:48 |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support for Configuration Language: Puppet https://review.openstack.org/167280 | 13:49 |
*** imarnat is now known as igormarnat | 13:51 | |
*** igormarnat is now known as imarnat | 14:02 | |
*** gokrokve has joined #murano | 14:06 | |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano-dashboard: Django 1.7 support https://review.openstack.org/169276 | 14:06 |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-dashboard: Add application actions sorting https://review.openstack.org/168889 | 14:09 |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-dashboard: Use ellipsis in case of package file name is long https://review.openstack.org/168971 | 14:09 |
*** serg_melikyan has quit IRC | 14:15 | |
*** serg_melikyan has joined #murano | 14:19 | |
*** serg_melikyan has quit IRC | 14:19 | |
*** serg_melikyan has joined #murano | 14:19 | |
*** serg_melikyan has quit IRC | 14:21 | |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano: Update from global requirements https://review.openstack.org/168313 | 14:22 |
*** serg_melikyan has joined #murano | 14:23 | |
*** serg_melikyan has quit IRC | 14:23 | |
*** serg_melikyan has joined #murano | 14:26 | |
*** dmn_ has joined #murano | 14:27 | |
*** _dmn has quit IRC | 14:28 | |
*** serg_melikyan has quit IRC | 14:28 | |
*** imarnat is now known as igormarnat | 14:29 | |
*** serg_melikyan has joined #murano | 14:29 | |
*** igormarnat is now known as imarnat | 14:30 | |
*** serg_melikyan has quit IRC | 14:30 | |
*** serg_melikyan has joined #murano | 14:30 | |
*** serg_melikyan has quit IRC | 14:30 | |
*** imarnat is now known as igormarnat | 14:31 | |
*** igormarnat is now known as imarnat | 14:33 | |
openstackgerrit | Merged stackforge/murano: Update muranodashboard installation https://review.openstack.org/167701 | 14:35 |
*** imarnat is now known as igormarnat | 14:36 | |
*** igormarnat is now known as imarnat | 14:37 | |
*** serg_melikyan has joined #murano | 14:39 | |
*** imarnat is now known as igormarnat | 14:40 | |
*** igormarnat is now known as imarnat | 14:40 | |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-dashboard: Fix test settings https://review.openstack.org/169340 | 14:41 |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-dashboard: Fix test settings https://review.openstack.org/169340 | 14:43 |
*** serg_melikyan has quit IRC | 14:44 | |
*** serg_melikyan has joined #murano | 14:44 | |
*** serg_mel_ has joined #murano | 14:45 | |
*** serg_melikyan has quit IRC | 14:45 | |
*** imarnat is now known as igormarnat | 14:46 | |
*** serg_mel_ has quit IRC | 14:48 | |
*** igormarnat is now known as imarnat | 14:49 | |
*** Miouge has quit IRC | 14:52 | |
*** Miouge has joined #murano | 14:52 | |
*** serg_melikyan has joined #murano | 14:53 | |
*** serg_melikyan has quit IRC | 14:53 | |
*** serg_melikyan has joined #murano | 14:53 | |
*** ddovbii has joined #murano | 14:54 | |
*** serg_melikyan has quit IRC | 15:06 | |
*** serg_melikyan has joined #murano | 15:07 | |
*** serg_mel_ has joined #murano | 15:08 | |
*** serg_melikyan has quit IRC | 15:08 | |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano-apps: Updated Kubernetes/DSH implementation https://review.openstack.org/168943 | 15:09 |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-apps: Updated Docker applications https://review.openstack.org/168948 | 15:13 |
*** zigo__ is now known as zigo | 15:23 | |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano-dashboard: Install required images for main package being installed https://review.openstack.org/169382 | 15:41 |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano-dashboard: Install required images for main package being installed https://review.openstack.org/169382 | 15:44 |
*** ddovbii has quit IRC | 15:44 | |
*** samuelBartel has joined #murano | 15:50 | |
*** ddovbii has joined #murano | 15:58 | |
openstackgerrit | Merged stackforge/murano: Safely encode yaql expressions to support unicode expressions https://review.openstack.org/168348 | 16:02 |
*** eghobo has joined #murano | 16:03 | |
*** serg_mel_ has quit IRC | 16:11 | |
*** serg_melikyan has joined #murano | 16:19 | |
*** drupalmonkey_ has joined #murano | 16:25 | |
*** drupalmonkey has quit IRC | 16:27 | |
*** drupalmonkey_ is now known as drupalmonkey | 16:27 | |
*** samuelBartel has quit IRC | 16:31 | |
*** gcivitella has quit IRC | 16:34 | |
*** serg_melikyan has quit IRC | 16:40 | |
*** serg_melikyan has joined #murano | 16:48 | |
*** serg_melikyan has quit IRC | 16:48 | |
*** serg_melikyan has joined #murano | 16:49 | |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano-apps: Updated Kubernetes/DSH implementation https://review.openstack.org/168943 | 17:06 |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-apps: Updated Docker applications https://review.openstack.org/168948 | 17:06 |
*** kzaitsev has left #murano | 17:10 | |
*** eghobo has quit IRC | 17:11 | |
*** kzaitsev has joined #murano | 17:11 | |
*** eghobo has joined #murano | 17:12 | |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano-dashboard: Install required images for main package being installed https://review.openstack.org/169382 | 17:33 |
*** serg_melikyan has quit IRC | 17:36 | |
*** kzaitsev has quit IRC | 17:42 | |
*** eghobo has quit IRC | 17:56 | |
*** imarnat is now known as igormarnat | 17:56 | |
*** ddovbii has quit IRC | 18:14 | |
*** kzaitsev has joined #murano | 18:14 | |
*** kzaitsev has quit IRC | 18:14 | |
*** dmn_ has quit IRC | 19:42 | |
*** dmn_ has joined #murano | 19:54 | |
*** gokrokve_ has joined #murano | 19:57 | |
*** gokrokve_ has quit IRC | 19:59 | |
*** gokrokve_ has joined #murano | 19:59 | |
*** gokrokve has quit IRC | 20:00 | |
*** asalkeld has joined #murano | 20:54 | |
*** serg_melikyan has joined #murano | 21:02 | |
*** serg_melikyan has quit IRC | 21:44 | |
*** kzaitsev has joined #murano | 22:22 | |
*** kzaitsev has quit IRC | 22:28 | |
*** kzaitsev has joined #murano | 22:28 | |
*** kzaitsev has quit IRC | 22:35 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!