*** yamamoto has joined #murano | 00:04 | |
*** yamamoto has quit IRC | 01:05 | |
*** smc7 has quit IRC | 01:41 | |
*** yamamoto has joined #murano | 03:48 | |
*** yamamoto has quit IRC | 04:20 | |
*** yamamoto has joined #murano | 05:07 | |
*** zigo has quit IRC | 05:54 | |
*** zigo has joined #murano | 05:55 | |
*** kzaitsev has joined #murano | 07:01 | |
*** kzaitsev has quit IRC | 07:05 | |
*** kzaitsev has joined #murano | 08:08 | |
*** kzaitsev has quit IRC | 08:22 | |
*** yamamoto has quit IRC | 08:24 | |
*** kzaitsev has joined #murano | 08:24 | |
openstackgerrit | Filip Blaha proposed stackforge/murano: Policy enforcement functional tests - scripts https://review.openstack.org/151659 | 09:23 |
---|---|---|
*** yamamoto has joined #murano | 09:31 | |
kzaitsev | I've been told this is the best place to discuss everything, so. Regarding «Organize translation» blueprint — it has a requirement — not to translate exception messages, which seems a bit wierd. 1st oslo.i18n docs/example do that all the time. http://docs.openstack.org/developer/oslo.i18n/guidelines.html#examples | 09:39 |
kzaitsev | 2d — Consider a situation, when parts of application communicate via recoverable exceptions. We might have some code that would catch an exception, log it and show it to the user. In that case it would be perfectly logical to translate the message, since it would be shown to the end user, put into log and so on. | 09:39 |
kzaitsev | Luckily we have like 1 place where exceptions message is being translated (and I think I'm about to introduce 2d one. with a custom ValidationError being raised in model_policy_enforcer), but anyway — I would propose to not enforce this rule, since it contradicts docs and might introduce wierd cases when the same line would be translated in logs and not translated when shown(if shown) to the user. | 09:43 |
kzaitsev | oh and a link to blueprint is https://blueprints.launchpad.net/murano/+spec/organize-translation | 09:44 |
*** yamamoto has quit IRC | 09:50 | |
*** yamamoto has joined #murano | 10:00 | |
*** yamamoto has quit IRC | 10:10 | |
*** yamamoto has joined #murano | 10:21 | |
*** kzaitsev has quit IRC | 10:24 | |
*** yamamoto has quit IRC | 10:31 | |
*** yamamoto has joined #murano | 10:39 | |
*** yamamoto has quit IRC | 10:47 | |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano: Use oslo.i18n for translation https://review.openstack.org/157329 | 11:16 |
*** yamamoto has joined #murano | 11:50 | |
*** yamamoto has quit IRC | 11:55 | |
*** yamamoto has joined #murano | 12:16 | |
*** freerunner has quit IRC | 12:18 | |
*** asalkeld has quit IRC | 12:37 | |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano: Use oslo.i18n for translation https://review.openstack.org/157329 | 13:10 |
*** kzaitsev has joined #murano | 13:32 | |
*** kzaitsev has quit IRC | 13:36 | |
*** kzaitsev has joined #murano | 13:38 | |
*** yamamoto has quit IRC | 13:51 | |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano: Update 'DefaultDNS' behavior https://review.openstack.org/155397 | 14:02 |
katyafervent | kzaitsev, I agree hat user-faced exceptions should be translated | 14:05 |
kzaitsev | btw, update.py from oslo-incubator is a wierd script. After copying a file (say _i18n.py) it replaces `import oslo_i18n` with `import murano_i18n` only to replace the latter with `import oslo.i18n` which in turn leaves us with deprecated `oslo` namespace. =) I couldn't find an easy workaround for it (And most of openstack packages seem to have the same issue, so I guess it's ok to leave it as is) | 14:15 |
katyafervent | Did you look up in ML history about this behaviour? | 14:20 |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano: Use oslo.i18n for translation https://review.openstack.org/157329 | 14:22 |
sergmelikyan | kzaitsev, deprecated oslo namespace? | 14:25 |
sergmelikyan | you just need to remove from openstack-common.conf mention about gettextutils | 14:26 |
sergmelikyan | AFAIK | 14:26 |
kzaitsev | well. yes. If you look into oslo.i18n — it says, that oslo.i18n is deprecated in favor of oslo_i18n. | 14:26 |
kzaitsev | oh, yeah, I already did that. Just thinking out loud. | 14:26 |
*** samuelBartel has joined #murano | 14:31 | |
samuelBartel | Hello | 14:31 |
samuelBartel | have a quesiton regarding murano | 14:31 |
samuelBartel | is there a way to stop a runnning deployment | 14:31 |
samuelBartel | ? | 14:31 |
openstackgerrit | Merged stackforge/murano: Policy enforcement functional tests - scripts https://review.openstack.org/151659 | 14:41 |
katyafervent | Hi samuelBartel ! | 14:45 |
katyafervent | I think - no. Is your deployment got freeze? | 14:47 |
katyafervent | you can delete virtual machine, but while heat stack is creating it may lead to unexpected result, I've never tested that | 14:48 |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano: Update 'DefaultDNS' behavior https://review.openstack.org/155397 | 14:53 |
samuelBartel | ok | 15:03 |
samuelBartel | i deleted the heat stack | 15:03 |
samuelBartel | vm was delted | 15:03 |
samuelBartel | but environment in murano was still in deploying state | 15:03 |
samuelBartel | so i use a brute workaround | 15:03 |
samuelBartel | i deleted all corresponding object in murano databse | 15:04 |
samuelBartel | database | 15:04 |
samuelBartel | seems ok now | 15:04 |
katyafervent | samuelBartel, I was going to suggest the same :) | 15:08 |
katyafervent | you can clear (if you want to clean the whole system) tasks, session, environments and deployments tables | 15:09 |
*** drupalmonkey has joined #murano | 15:09 | |
samuelBartel | katyafervent : ok thank you | 15:23 |
samuelBartel | katyafervent : is there a gith repo with shared application package for murano? a kind of marketplace i mean | 15:23 |
katyafervent | here is repo with tested apps https://github.com/stackforge/murano-apps that support only ubuntu image | 15:25 |
samuelBartel | katyafervent : thanks a lot | 15:25 |
katyafervent | and here is https://github.com/murano-project/murano-app-incubator repo with everything else | 15:25 |
katyafervent | you are welcome to ask any questions | 15:26 |
katyafervent | you can use https://github.com/murano-project/murano-app-incubator/blob/master/make-package.sh to zip packages automatically | 15:27 |
*** yamamoto has joined #murano | 15:29 | |
*** yamamoto has quit IRC | 15:37 | |
*** kzaitsev has quit IRC | 15:38 | |
*** yamamoto has joined #murano | 15:39 | |
*** yamamoto has quit IRC | 15:51 | |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano: Use oslo.i18n for translation https://review.openstack.org/157329 | 15:54 |
*** openstackgerrit has quit IRC | 16:36 | |
*** openstackgerrit has joined #murano | 16:36 | |
*** yamamoto has joined #murano | 16:52 | |
*** yamamoto has quit IRC | 16:57 | |
*** serg_melikyan has joined #murano | 17:34 | |
*** serg_melikyan has quit IRC | 17:34 | |
*** freerunner has joined #murano | 17:47 | |
*** serg_melikyan has joined #murano | 17:47 | |
*** serg_melikyan has quit IRC | 17:48 | |
*** serg_melikyan has joined #murano | 17:49 | |
*** ylobankov has joined #murano | 17:53 | |
*** ylobankov has quit IRC | 18:12 | |
*** smc7 has joined #murano | 18:26 | |
*** serg_melikyan has quit IRC | 18:39 | |
*** serg_melikyan has joined #murano | 18:56 | |
*** serg_melikyan has quit IRC | 19:28 | |
*** serg_melikyan has joined #murano | 19:29 | |
*** serg_melikyan has quit IRC | 19:30 | |
*** yamamoto has joined #murano | 19:55 | |
*** yamamoto has quit IRC | 19:59 | |
*** smc7 has quit IRC | 20:11 | |
*** smc7 has joined #murano | 20:56 | |
*** serg_melikyan has joined #murano | 20:58 | |
*** serg_melikyan has quit IRC | 21:00 | |
*** serg_melikyan has joined #murano | 21:00 | |
*** serg_melikyan has quit IRC | 21:37 | |
*** asalkeld has joined #murano | 21:38 | |
*** openstackstatus has joined #murano | 22:14 | |
*** ChanServ sets mode: +v openstackstatus | 22:14 | |
*** drupalmonkey has quit IRC | 22:22 | |
*** drupalmonkey has joined #murano | 22:23 | |
*** yamamoto has joined #murano | 22:57 | |
*** yamamoto has quit IRC | 23:02 | |
*** yamamoto has joined #murano | 23:15 | |
*** drupalmonkey has quit IRC | 23:22 | |
*** yamamoto has quit IRC | 23:24 | |
*** yamamoto has joined #murano | 23:32 | |
*** yamamoto has quit IRC | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!