*** ativelkov is now known as ativelkov_away | 00:04 | |
*** rakhmerov has quit IRC | 00:04 | |
*** ativelkov_away is now known as ativelkov | 00:28 | |
*** ativelkov is now known as ativelkov_away | 00:33 | |
*** ativelkov_away is now known as ativelkov | 00:58 | |
*** rakhmerov has joined #murano | 01:00 | |
*** IlyaE has quit IRC | 01:03 | |
*** ativelkov is now known as ativelkov_away | 01:04 | |
*** rakhmerov has quit IRC | 01:05 | |
*** ankurrr has quit IRC | 01:12 | |
*** ativelkov_away is now known as ativelkov | 01:26 | |
*** ativelkov is now known as ativelkov_away | 01:33 | |
*** IlyaE has joined #murano | 01:57 | |
*** ativelkov_away is now known as ativelkov | 01:58 | |
*** rakhmerov has joined #murano | 02:01 | |
*** ativelkov is now known as ativelkov_away | 02:04 | |
*** rakhmerov has quit IRC | 02:05 | |
*** gokrokve has quit IRC | 02:06 | |
*** gokrokve has joined #murano | 02:07 | |
*** gokrokve has quit IRC | 02:11 | |
*** IlyaE has quit IRC | 02:22 | |
*** gokrokve has joined #murano | 02:22 | |
*** ativelkov_away is now known as ativelkov | 02:26 | |
*** ativelkov is now known as ativelkov_away | 02:33 | |
*** IlyaE has joined #murano | 02:45 | |
*** ativelkov_away is now known as ativelkov | 02:58 | |
*** rakhmerov has joined #murano | 03:01 | |
*** ativelkov is now known as ativelkov_away | 03:04 | |
*** rakhmerov has quit IRC | 03:06 | |
*** IlyaE has quit IRC | 03:17 | |
*** ativelkov_away is now known as ativelkov | 03:26 | |
*** ativelkov is now known as ativelkov_away | 03:33 | |
*** rakhmerov has joined #murano | 03:34 | |
*** ativelkov_away is now known as ativelkov | 03:58 | |
*** TravT has quit IRC | 04:00 | |
*** chandan_kumar has joined #murano | 04:03 | |
*** ativelkov is now known as ativelkov_away | 04:04 | |
*** chandan_kumar has quit IRC | 04:10 | |
*** ativelkov_away is now known as ativelkov | 04:17 | |
*** ativelkov is now known as ativelkov_away | 04:19 | |
*** ativelkov_away is now known as ativelkov | 04:19 | |
*** IlyaE has joined #murano | 04:21 | |
*** ativelkov is now known as ativelkov_away | 04:24 | |
*** ativelkov_away is now known as ativelkov | 04:29 | |
*** ativelkov is now known as ativelkov_away | 04:34 | |
*** ativelkov_away is now known as ativelkov | 04:50 | |
*** ativelkov is now known as ativelkov_away | 04:57 | |
*** ativelkov_away is now known as ativelkov | 04:59 | |
*** ativelkov is now known as ativelkov_away | 05:04 | |
*** sab has joined #murano | 05:14 | |
*** ativelkov_away is now known as ativelkov | 05:18 | |
*** ativelkov is now known as ativelkov_away | 05:25 | |
*** sergmelikyan has quit IRC | 05:35 | |
*** sergmelikyan has joined #murano | 05:36 | |
openstackgerrit | Serg Melikyan proposed a change to stackforge/murano-api: Fix issue with keystone https://review.openstack.org/89345 | 05:42 |
---|---|---|
*** ativelkov_away is now known as ativelkov | 05:54 | |
*** IlyaE has quit IRC | 05:58 | |
*** chandan_kumar has joined #murano | 06:02 | |
*** ativelkov is now known as ativelkov_away | 06:05 | |
openstackgerrit | Serg Melikyan proposed a change to stackforge/murano-api: Fix issue with keystone https://review.openstack.org/89345 | 06:10 |
sab | What does murano use for presistence? | 06:10 |
*** sab has quit IRC | 06:16 | |
*** gokrokve has quit IRC | 06:18 | |
*** sab has joined #murano | 06:21 | |
*** ativelkov_away is now known as ativelkov | 06:24 | |
*** ativelkov is now known as ativelkov_away | 06:29 | |
sergmelikyan | sab, what do you mean by persistence? | 06:33 |
sergmelikyan | If you are talking about where Murano stores different bits about state of the deployed apps and uploaded packages and so on - it is any RDBMS supported by SQLAlchemy, SQLAlchemy is used as ORM in Murano. | 06:34 |
sergmelikyan | But migrations tested only against SQLite & MySQL | 06:34 |
sergmelikyan | So usually in production it is MySQL | 06:35 |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-dashboard: Add last step to manage redirect on form submission https://review.openstack.org/89486 | 06:38 |
sab | sergmelikyan, I beleive each environment is associated with a session, are these session data stored in RDBMS or temporary files? | 06:38 |
sergmelikyan | There is two types of session in Murano: backend session & UI session. Each of them stored in own database. | 06:39 |
sergmelikyan | I believe you are interested in backend one: https://github.com/stackforge/murano-api/blob/master/muranoapi/db/models.py#L131 | 06:40 |
sergmelikyan | It is a mapping class for SQLAlchemy that represents session object | 06:41 |
sergmelikyan | sab, if you are interested in details how session is used Murano, ping me :) | 06:41 |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-dashboard: Add last step to manage redirect on form submission https://review.openstack.org/89486 | 06:43 |
sab | sergmelikyan, thanks..absolutely I would be interested :) | 06:44 |
sergmelikyan | sab, sorry, searched for some docs about session but could not find them :( | 06:48 |
*** gokrokve has joined #murano | 06:48 | |
sergmelikyan | So we use session a lot like transactions in ordinar databases | 06:48 |
*** chandan_kumar has quit IRC | 06:49 | |
sergmelikyan | When user userA tries to edit state of environment envA, session object is created. | 06:49 |
*** gokrokve_ has joined #murano | 06:50 | |
sergmelikyan | All changes made to envA by userA are stored in session 'sessionA'. | 06:50 |
sab | sergmelikyan, Thats okay, I will see if I can contribute some docs on sessions :) | 06:51 |
sab | will each environment be associated to one tenant? is it a one-to-one relation | 06:52 |
sergmelikyan | Untill envA is not deployed, any changes made by userA are transient and does not visible to enyone except userA. | 06:52 |
sergmelikyan | If any other user, for example userB will try to edit envA, new session object sessionB will be created for userB. | 06:53 |
*** gokrokve has quit IRC | 06:53 | |
sergmelikyan | At this point we have two different sessions open with two different set of changes made to the envA. | 06:53 |
*** julienvey has joined #murano | 06:53 | |
sergmelikyan | We could not reliable merge changes done by two users, so we decided to use 'first win' strategy. First user that will start deployment wins. Changes made by others will be lost. | 06:55 |
*** gokrokve has joined #murano | 06:56 | |
sergmelikyan | So if userB will start deployment first, sessionB will change state from open to deploying, and all other sessions opened for envA will be marked as invalid. Once deployment started for envA no session may be opened for this envA till it finished deployment. | 06:57 |
*** gokrokve_ has quit IRC | 06:57 | |
sergmelikyan | Once deployment finished changes tracked in sessionB will be transfered to envA. | 06:57 |
sergmelikyan | sessionB will have state deployed and may not be used anymore to track changes. | 06:58 |
*** ativelkov_away is now known as ativelkov | 06:58 | |
sergmelikyan | sab, each tenant may have many environments | 06:59 |
sergmelikyan | many to one relation (many envs one tenant) | 06:59 |
sergmelikyan | sab, https://drive.google.com/file/d/0B3F5XCmYtnRdWDdET1EzX2xIeWs/edit | 07:00 |
sergmelikyan | You may be interested - it is a small demo for Murano v0.5 | 07:00 |
*** gokrokve has quit IRC | 07:00 | |
sergmelikyan | sab, http://www.mirantis.com/blog/murano-0-4-brings-metadata-repository-neutron-support/ | 07:02 |
sergmelikyan | sab, http://www.mirantis.com/blog/murano-v0-3-lets-you-deploy-linux-applications/ | 07:02 |
sergmelikyan | Demos for 0.4 and 0.3 version | 07:02 |
sergmelikyan | May give you a little taste what Murano is like. We can try to deploy Murano together if you still have issues with devstack scripts for Murano. | 07:03 |
*** ativelkov is now known as ativelkov_away | 07:04 | |
sab | sergmelikyan, with respect to userA and userB editing envA , why dont we consider it as two different environment, may be make one as a new environment as envA-1, because changes made by two users make it two distinct environments? | 07:05 |
sab | sergmelikyan, I installed it with devstack scripts in murano-api repo. it works. But it did not install murano repository. | 07:07 |
*** chandan_kumar has joined #murano | 07:07 | |
sergmelikyan | sab, murano-repository is a part of murano-api from 0.5 | 07:10 |
sab | sergmelikyan, okay. my murano is version 0.4.1, however I am upgrading to icehouse from havana today. | 07:12 |
sergmelikyan | sab, for 0.4 you should use this scripts: https://github.com/stackforge/murano-deployment/tree/release-0.4/devstack-scripts | 07:13 |
sergmelikyan | But there may be issues :( | 07:14 |
sergmelikyan | sab, about feature that you are talking about, do I get correctly: if userA tries to deploy his envA and envA is already deployd/deploying propose to create new environment envA-1? | 07:14 |
sab | sergmelikyan, yes. you got it right | 07:15 |
sergmelikyan | It is not so easy to implement, but may be done. Feel free to propose blueprint for this feature, looks very reasonable feature. | 07:16 |
sab | sergmelikyan, murano-deployment scripts was referencing to a "heat-horizon" repository which does not exist any more? | 07:17 |
*** rakhmerov has quit IRC | 07:17 | |
sab | sergmelikyan, yeah sure I will do that | 07:17 |
sergmelikyan | sab, I am not sure :( Scripts were introduced very late in last days of 0.4, so have no time to try them. If you are feeling strong that you need 0.4.1 - we may join with dteselkin to debug and fix them if there any issues. | 07:18 |
sergmelikyan | But I propose to move 0.5 :) | 07:18 |
sergmelikyan | *move to | 07:19 |
*** rakhmerov has joined #murano | 07:20 | |
sab | sergmelikyan, I am moving on with 0.5 :) | 07:21 |
sergmelikyan | 0.5 is MVP of Application Catalog and has many new features and is current version on Murano. I am not sure, but I expect that versions prior 0.5 will receive only critical security fixes | 07:21 |
sergmelikyan | sab, cool :) | 07:21 |
sergmelikyan | dteselkin_, please reflect in our devstack scripts that we need Horizon with this fix: https://review.openstack.org/82833 | 07:24 |
sergmelikyan | It is available only in Juno :( But 0.5 is targeted to IceHouse, I believe we should apply this patch manually | 07:24 |
sergmelikyan | For IceHouse respectively | 07:25 |
*** ativelkov_away is now known as ativelkov | 07:26 | |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-api: Add file limit for a package archive during upload https://review.openstack.org/86345 | 07:28 |
*** rakhmerov has quit IRC | 07:29 | |
*** rakhmero_ has joined #murano | 07:29 | |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-api: Add file limit for a package archive during upload https://review.openstack.org/86345 | 07:31 |
*** rakhmero_ has quit IRC | 07:31 | |
*** rakhmerov has joined #murano | 07:32 | |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-api: Add file limit for a package archive during upload https://review.openstack.org/86345 | 07:33 |
*** ativelkov is now known as ativelkov_away | 07:33 | |
sergmelikyan | sab, https://dl.dropboxusercontent.com/u/486062/Session%20Handling%20Blueprint.docx | 07:50 |
sergmelikyan | sab, if you interested in deep session related details :) | 07:50 |
sergmelikyan | may be a little outdated | 07:50 |
sab | sergmelikyan, looks good. | 07:55 |
*** gokrokve has joined #murano | 07:57 | |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-api: Launch murano-engine with Murano services https://review.openstack.org/89495 | 07:57 |
*** ativelkov_away is now known as ativelkov | 07:58 | |
*** gokrokve has quit IRC | 08:01 | |
dteselkin_ | sergmelikyan, thanks, I'll add the patch | 08:03 |
*** ativelkov is now known as ativelkov_away | 08:04 | |
openstackgerrit | Sergey Murashov proposed a change to stackforge/murano-api: Changed tests for murano repository https://review.openstack.org/85061 | 08:09 |
*** rakhmero_ has joined #murano | 08:13 | |
*** rakhmerov has quit IRC | 08:13 | |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-api: Add devstack config sample for Murano devbox https://review.openstack.org/89503 | 08:21 |
sergmelikyan | katyafervent, what do you think about creating bug to move Statistics page from Manage panel? | 08:21 |
sergmelikyan | And possibly to rename Manage to something else? | 08:21 |
katyafervent | Statistic page is already under Manage | 08:22 |
katyafervent | Oh, you want to move it to deployment? | 08:22 |
katyafervent | Billing information will be at Statistic page, does the user need that info - I guess so | 08:23 |
sergmelikyan | katyafervent, possibly... I think we should have as simple UI as possible and after moving Statistics to Deployment we could safely disable Mange for simple users | 08:24 |
sergmelikyan | But then we have question about Deployment panel... | 08:24 |
*** ativelkov_away is now known as ativelkov | 08:26 | |
*** rakhmerov has joined #murano | 08:26 | |
openstackgerrit | Sergey Murashov proposed a change to stackforge/murano-api: Changed tests for murano repository https://review.openstack.org/85061 | 08:28 |
*** rakhmero_ has quit IRC | 08:29 | |
*** ativelkov is now known as ativelkov_away | 08:33 | |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano-api: Add Horizon patch https://review.openstack.org/89506 | 08:39 |
*** sab has quit IRC | 08:42 | |
*** sergmelikyan has quit IRC | 08:47 | |
*** sergmelikyan has joined #murano | 08:47 | |
*** ativelkov_away is now known as ativelkov | 08:48 | |
openstackgerrit | Sergey Murashov proposed a change to stackforge/murano-api: Changed tests for murano repository https://review.openstack.org/85061 | 08:54 |
*** gokrokve has joined #murano | 08:57 | |
*** gokrokve has quit IRC | 09:01 | |
*** sab has joined #murano | 09:02 | |
*** sab has quit IRC | 09:07 | |
openstackgerrit | Timur Nurlygayanov proposed a change to stackforge/murano-dashboard: Fixed issue with error message https://review.openstack.org/89329 | 09:12 |
*** chandan_kumar has quit IRC | 09:15 | |
openstackgerrit | A change was merged to stackforge/murano-api: Set a proper name for murano config section https://review.openstack.org/89391 | 09:15 |
*** sab has joined #murano | 09:17 | |
openstackgerrit | A change was merged to stackforge/murano-api: Add file limit for a package archive during upload https://review.openstack.org/86345 | 09:22 |
tsufiev_ | sergmelikyan, what is the question? | 09:26 |
sergmelikyan | Why we call dasboard which has three panels: statistic, catalog, envs Deployment | 09:28 |
sergmelikyan | We definetely should think about new name | 09:28 |
openstackgerrit | Timur Nurlygayanov proposed a change to stackforge/murano-dashboard: Fixed issue with error message https://review.openstack.org/89329 | 09:29 |
*** chandan_kumar has joined #murano | 09:29 | |
openstackgerrit | A change was merged to stackforge/murano-dashboard: Fix floating number appearence on stats page https://review.openstack.org/88325 | 09:41 |
tsufiev_ | sergmelikyan, 'Applications' ? | 09:49 |
tsufiev_ | or: 'Deployment' -> 'Application Catalog', 'Application Catalog' -> 'Applications' | 09:50 |
tsufiev_ | so, the will be 3 panels: Environments, Applications and Statistics | 09:50 |
*** chandan_kumar is now known as chandankumar | 09:55 | |
*** chandankumar is now known as chandan_kumar | 09:56 | |
*** gokrokve has joined #murano | 09:58 | |
*** gokrokve has quit IRC | 10:02 | |
sergmelikyan | tsufiev, looks good :) | 10:05 |
*** ativelkov is now known as ativelkov_away | 10:06 | |
*** stan_lagun has joined #murano | 10:06 | |
*** ativelkov_away is now known as ativelkov | 10:07 | |
*** slagun has quit IRC | 10:10 | |
*** ativelkov is now known as ativelkov_away | 10:12 | |
*** stan_lagun has left #murano | 10:17 | |
*** stan_lagun has joined #murano | 10:18 | |
*** ativelkov_away is now known as ativelkov | 10:21 | |
openstackgerrit | Sergey Murashov proposed a change to stackforge/murano-api: Changed tests for murano repository https://review.openstack.org/85061 | 10:28 |
*** julienvey has quit IRC | 10:36 | |
openstackgerrit | Sergey Murashov proposed a change to stackforge/murano-api: Changed tests for murano repository https://review.openstack.org/85061 | 10:54 |
*** gokrokve has joined #murano | 10:59 | |
openstackgerrit | A change was merged to stackforge/murano-api: Launch murano-engine with Murano services https://review.openstack.org/89495 | 10:59 |
*** rakhmerov has quit IRC | 11:01 | |
*** rakhmerov has joined #murano | 11:02 | |
*** gokrokve has quit IRC | 11:04 | |
*** rakhmerov has quit IRC | 11:15 | |
openstackgerrit | Sergey Murashov proposed a change to stackforge/murano-api: Changed tests for murano repository https://review.openstack.org/85061 | 11:21 |
openstackgerrit | Anastasia Kuznetsova proposed a change to stackforge/murano-docs: Edit 'Environment' chapter in user-guide https://review.openstack.org/89537 | 11:22 |
openstackgerrit | Timur Nurlygayanov proposed a change to stackforge/murano-dashboard: Fixed issue with incorrect title https://review.openstack.org/89538 | 11:25 |
*** julienvey has joined #murano | 11:27 | |
*** igormarnat has quit IRC | 11:34 | |
*** igormarnat has joined #murano | 11:35 | |
*** katyafervent has quit IRC | 11:36 | |
*** katyafervent has joined #murano | 11:36 | |
openstackgerrit | Sergey Murashov proposed a change to stackforge/murano-api: Changed tests for murano repository https://review.openstack.org/85061 | 11:38 |
openstackgerrit | Sergey Murashov proposed a change to stackforge/murano-api: Changed tests for murano repository https://review.openstack.org/85061 | 11:53 |
*** killer_prince has quit IRC | 11:57 | |
*** gokrokve has joined #murano | 11:59 | |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Make Search query ignore current category https://review.openstack.org/89358 | 12:01 |
*** sab has quit IRC | 12:03 | |
*** gokrokve has quit IRC | 12:04 | |
*** rakhmerov has joined #murano | 12:12 | |
openstackgerrit | Anastasia Kuznetsova proposed a change to stackforge/murano-docs: Edit 'Environment' chapter in user-guide https://review.openstack.org/89537 | 12:14 |
openstackgerrit | Anastasia Kuznetsova proposed a change to stackforge/murano-docs: Edit 'Environment' chapter in user-guide https://review.openstack.org/89537 | 12:17 |
*** rakhmerov has quit IRC | 12:24 | |
*** joefides has quit IRC | 12:32 | |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Move 'Statistics' panel to the 'Deployment' dashboard https://review.openstack.org/89551 | 12:43 |
openstackgerrit | A change was merged to stackforge/murano-docs: Edit 'Environment' chapter in user-guide https://review.openstack.org/89537 | 12:45 |
*** slagun has joined #murano | 12:56 | |
*** lazy_prince has joined #murano | 12:58 | |
*** lazy_prince is now known as killer_prince | 12:58 | |
*** stan_lagun has quit IRC | 13:00 | |
*** rakhmerov has joined #murano | 13:00 | |
*** gokrokve has joined #murano | 13:00 | |
*** joefides has joined #murano | 13:01 | |
*** gokrokve has quit IRC | 13:04 | |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Move 'Statistics' panel to the 'Deployment' dashboard https://review.openstack.org/89551 | 13:08 |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Move 'Statistics' panel to the 'Deployment' dashboard https://review.openstack.org/89551 | 13:14 |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Hide administrative panels from regular users https://review.openstack.org/89565 | 13:18 |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Move 'Statistics' panel to the 'Deployment' dashboard https://review.openstack.org/89551 | 13:24 |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-dashboard: Hide administrative panels from regular users https://review.openstack.org/89565 | 13:24 |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-api: Fix murano-manage import-package https://review.openstack.org/89576 | 13:52 |
*** rakhmerov has quit IRC | 13:59 | |
*** gokrokve has joined #murano | 14:01 | |
openstackgerrit | Ekaterina Fedorova proposed a change to stackforge/murano-dashboard: Add last step to manage redirect on form submission https://review.openstack.org/89486 | 14:06 |
*** gokrokve has quit IRC | 14:06 | |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-api: Fix murano-manage import-package https://review.openstack.org/89576 | 14:11 |
*** drupalmonkey has joined #murano | 14:16 | |
*** chandan_kumar has quit IRC | 14:17 | |
openstackgerrit | Sergey Kolekonov proposed a change to stackforge/murano-deployment: murano-ci jobs and scripts were added https://review.openstack.org/89584 | 14:19 |
openstackgerrit | Sergey Kolekonov proposed a change to stackforge/murano-deployment: murano-ci jobs and scripts were added https://review.openstack.org/89584 | 14:22 |
*** sjmc7 has joined #murano | 14:25 | |
openstackgerrit | Timur Sufiev proposed a change to stackforge/murano-api: Update ActiveDirectory UI to the last changes https://review.openstack.org/89591 | 14:34 |
*** gokrokve has joined #murano | 14:40 | |
openstackgerrit | Serg Melikyan proposed a change to stackforge/murano-api: Fixed name of the log file on VM https://review.openstack.org/89599 | 14:51 |
openstackgerrit | Serg Melikyan proposed a change to stackforge/murano-api: Fix issue with keystone https://review.openstack.org/89345 | 14:55 |
*** IlyaE has joined #murano | 15:02 | |
*** rakhmerov has joined #murano | 15:56 | |
*** IlyaE has quit IRC | 15:56 | |
*** rakhmerov has quit IRC | 16:00 | |
*** IlyaE has joined #murano | 16:01 | |
*** chandan_kumar has joined #murano | 16:11 | |
*** chandan_kumar has quit IRC | 16:20 | |
*** rakhmerov has joined #murano | 16:23 | |
*** ankurrr has joined #murano | 16:32 | |
*** shakamunyi has joined #murano | 16:38 | |
*** shakamunyi has quit IRC | 16:38 | |
*** shakamunyi has joined #murano | 16:43 | |
ruhe | weekly meeting will start in 20 minutes at #openstack-meeting-alt | 16:43 |
ruhe | please take a look at the agenda before the meeting https://wiki.openstack.org/wiki/Meetings/MuranoAgenda | 16:44 |
ruhe | it's bigger than usual | 16:45 |
ruhe | meeting starts in a minute | 17:01 |
ruhe | at #openstack-meeting-alt | 17:01 |
sergmelikyan | julienvey, Hi :) May be you will be interested in Murano 0.5 demo, please take a look at: https://drive.google.com/a/mirantis.com/file/d/0B3F5XCmYtnRdWDdET1EzX2xIeWs/edit | 17:01 |
julienvey | sergmelikyan: that's exactly what I was looking for =P | 17:03 |
julienvey | sergmelikyan: thanks! | 17:03 |
openstackgerrit | A change was merged to stackforge/murano-api: Fix issue with keystone https://review.openstack.org/89345 | 17:06 |
*** julienvey has quit IRC | 17:09 | |
openstackgerrit | A change was merged to stackforge/murano-api: Fix murano-manage import-package https://review.openstack.org/89576 | 17:27 |
*** rakhmerov has quit IRC | 17:29 | |
*** IlyaE has quit IRC | 17:40 | |
*** chandan_kumar has joined #murano | 17:52 | |
*** julienvey has joined #murano | 18:00 | |
*** rakhmerov has joined #murano | 18:00 | |
*** julienvey has quit IRC | 18:00 | |
*** julienvey has joined #murano | 18:00 | |
sjmc7 | thanks for getting through everything | 18:01 |
sergmelikyan | It was very intense :) | 18:02 |
ruhe | sjmc7: thank you for the list. it's great to have real-worl usecases | 18:02 |
igormarnat | sjm7: thank you! | 18:02 |
*** IlyaE has joined #murano | 18:02 | |
slagun | I'd like to suggest several DSL improvements to be included in 0.5 | 18:02 |
ruhe | sjmc7: btw, did read that thread about Murano, Heat and TOSCA | 18:02 |
ruhe | ? | 18:02 |
sjmc7 | no problem. i appreciate your receptiveness | 18:02 |
igormarnat | We'll need to allocate more time to discuss an approach and first steps towards Tosca and Misral | 18:02 |
sergmelikyan | Let's discuss any technical details in IRC any time, and decide to call for some feature-specific meetings after some draft is available | 18:02 |
sjmc7 | ruhe - yeah, i have been following it a bit. i think HP has been pushing TOSCA pretty hard | 18:03 |
igormarnat | slagun, are you sure you mean 0.5? | 18:03 |
slagun | yes. They are small but important | 18:04 |
slagun | 1. Rename Workflows to Methods in MuranoPL | 18:04 |
ruhe | sjmc7: i'd like to have more feedback on TOSCA from people running production catalogues. there is an interesting thread "[openstack-dev] [Heat] Design summit preparation - Next steps for Heat Software Orchestration" | 18:04 |
slagun | 2. Make images be a class object rather than string value | 18:04 |
sjmc7 | i know one of the people working on that in Heat works at HP and will be at the summit | 18:05 |
igormarnat | slagun, are there bug ids? | 18:06 |
sjmc7 | ruhe - what in particular are you interested in? | 18:06 |
sjmc7 | requirements? experience? | 18:07 |
igormarnat | sjmc7: I think there are several questions for us, one of important is workflows | 18:07 |
sergmelikyan | slagun, we have pretty limited time for 0.5: IceHouse is released and a few days till summit... | 18:07 |
ruhe | sjmc7: TOSCA seems like a nice fit for static things, but i'd like to have more examples/documentation about dynamic things - workflows and events (lifecycle) | 18:07 |
sjmc7 | igormarnat - yeah. i know there's been a lot of discussion about overlaps in murano/mistral/heat | 18:07 |
sjmc7 | as far as my experience goes, tosca is indeed just static things, so it'd be a replacement for HOT i guess | 18:08 |
sjmc7 | i'm not sure what it gives you above HOT | 18:08 |
sergmelikyan | sjmc7, May be we can we meet in Hangouts with you and guy you had mentioned? :) I think it will be much more productive. | 18:08 |
igormarnat | yep, we are going to figure out what can be done using HOT/Tosca in combination with Mistral | 18:08 |
sergmelikyan | TOSCA has workflows based on BPEL | 18:08 |
sjmc7 | sergmelikyan - yeah, i can see when he's available | 18:09 |
slagun | I think those 2 improvements would take 2-3 hours combined to implement but would eliminate many question that would arise otherwise | 18:09 |
slagun | it is hard to explain why it is so important not to have 'w' in image name | 18:10 |
sergmelikyan | slagun, if you have time let's discuss improvements you had mentioned - I may work on them at my free time. If we will finish them on time - good. | 18:10 |
sergmelikyan | slagun, it is very important :) ativelkov commented this as "WTF?!" when saw :) | 18:10 |
slagun | I know. That looks really awkward | 18:11 |
igormarnat | sjmc7, btw, did you have a chance to take a look at scenarios which are missing in new DSL? | 18:12 |
sjmc7 | igormarnat - no, i have not - i'm just getting to grips with the current DSL this week | 18:12 |
sjmc7 | i was getting engine errors yesterday because it can't find the base classes so i need to get that straightened out first | 18:13 |
*** rakhmerov has quit IRC | 18:14 | |
igormarnat | Ok, it's somewhat hard time - a lot of changes arriving | 18:14 |
sergmelikyan | sjmc7, https://review.openstack.org/89576 fixed today :( So if you had imported io.murano from CLI this is the issue | 18:14 |
sjmc7 | yeah, igormarnat - after the 0.5 release i'm hoping it'll be a bit more stable | 18:15 |
sjmc7 | aaaah, that might be it sergmelikyan | 18:15 |
sjmc7 | i was checking i hadn't done anything stupid before asking you guys :) | 18:15 |
*** ativelkov is now known as ativelkov_away | 18:25 | |
*** ativelkov_away is now known as ativelkov | 18:25 | |
*** chandan_kumar has quit IRC | 18:29 | |
*** ativelkov is now known as ativelkov_away | 18:30 | |
*** gokrokve has quit IRC | 18:33 | |
*** rakhmerov has joined #murano | 18:40 | |
*** rakhmerov has quit IRC | 18:42 | |
*** rakhmerov has joined #murano | 18:42 | |
*** rakhmerov has quit IRC | 18:46 | |
*** openstackgerrit has quit IRC | 18:49 | |
*** openstackgerrit has joined #murano | 18:49 | |
*** chandan_kumar has joined #murano | 18:53 | |
*** IlyaE has quit IRC | 18:56 | |
*** ativelkov_away is now known as ativelkov | 19:03 | |
*** ativelkov is now known as ativelkov_away | 19:08 | |
*** chandan_kumar has quit IRC | 19:17 | |
*** IlyaE has joined #murano | 19:19 | |
*** gokrokve has joined #murano | 19:21 | |
*** ativelkov_away is now known as ativelkov | 19:25 | |
*** ativelkov is now known as ativelkov_away | 19:32 | |
*** shakamunyi has quit IRC | 19:33 | |
*** shakamunyi has joined #murano | 19:35 | |
*** IlyaE has quit IRC | 19:38 | |
*** rakhmerov has joined #murano | 19:43 | |
*** rakhmerov has quit IRC | 19:47 | |
*** ativelkov_away is now known as ativelkov | 19:55 | |
*** ativelkov is now known as ativelkov_away | 20:00 | |
*** TravT has joined #murano | 20:07 | |
*** IlyaE has joined #murano | 20:07 | |
*** TravT has quit IRC | 20:25 | |
*** ativelkov_away is now known as ativelkov | 20:27 | |
*** ativelkov is now known as ativelkov_away | 20:33 | |
*** rakhmerov has joined #murano | 20:44 | |
*** IlyaE has quit IRC | 20:44 | |
*** rakhmerov has quit IRC | 20:48 | |
*** TravT has joined #murano | 20:51 | |
*** TravT has quit IRC | 20:55 | |
*** ativelkov_away is now known as ativelkov | 20:55 | |
*** TravT has joined #murano | 20:55 | |
*** asalkeld has joined #murano | 20:56 | |
*** ativelkov is now known as ativelkov_away | 21:02 | |
*** julienvey has quit IRC | 21:12 | |
*** IlyaE has joined #murano | 21:16 | |
*** joefides has quit IRC | 21:20 | |
*** asalkeld has quit IRC | 21:25 | |
*** ativelkov_away is now known as ativelkov | 21:27 | |
*** ativelkov is now known as ativelkov_away | 21:33 | |
*** IlyaE has quit IRC | 21:39 | |
*** rakhmerov has joined #murano | 21:44 | |
*** rakhmerov has quit IRC | 21:49 | |
*** ativelkov_away is now known as ativelkov | 21:55 | |
*** ativelkov is now known as ativelkov_away | 22:01 | |
*** IlyaE has joined #murano | 22:13 | |
*** ativelkov_away is now known as ativelkov | 22:27 | |
*** ativelkov is now known as ativelkov_away | 22:33 | |
*** IlyaE has quit IRC | 22:38 | |
*** rakhmerov has joined #murano | 22:45 | |
*** IlyaE has joined #murano | 22:46 | |
*** rakhmerov has quit IRC | 22:49 | |
*** ativelkov_away is now known as ativelkov | 22:55 | |
*** gokrokve has quit IRC | 22:56 | |
*** ativelkov is now known as ativelkov_away | 23:00 | |
*** joefides has joined #murano | 23:12 | |
*** joefides has quit IRC | 23:13 | |
*** joefides has joined #murano | 23:13 | |
*** gokrokve has joined #murano | 23:20 | |
*** ativelkov_away is now known as ativelkov | 23:27 | |
*** ativelkov is now known as ativelkov_away | 23:33 | |
*** gokrokve_ has joined #murano | 23:36 | |
*** gokrokve has quit IRC | 23:39 | |
*** rakhmerov has joined #murano | 23:46 | |
*** rakhmerov has quit IRC | 23:51 | |
*** ativelkov_away is now known as ativelkov | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!