Wednesday, 2014-05-14

*** igormarnat_ has joined #murano00:00
*** igormarnat_ has quit IRC00:05
*** ankurrr has quit IRC00:14
*** julienvey has joined #murano03:04
*** julienvey has quit IRC03:18
*** julienvey has joined #murano04:19
*** julienvey has quit IRC04:23
*** slagun has quit IRC05:49
*** sab has joined #murano05:57
*** stanlagun has joined #murano05:57
*** julienvey has joined #murano06:18
*** julienvey has quit IRC06:23
*** slagun has joined #murano06:31
*** stanlagun has quit IRC06:34
openstackgerritSergey Kolekonov proposed a change to stackforge/murano-deployment: Fix murano-dashboard and murano-api Jenkins jobs  https://review.openstack.org/9253707:03
*** sab has quit IRC08:05
*** sab has joined #murano08:07
*** julienvey has joined #murano08:22
*** julienvey has quit IRC08:26
*** katyafervent is now known as katyafervent_awa08:31
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Paginate the Package Definitions page  https://review.openstack.org/9247309:02
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Paginate the Package Definitions page  https://review.openstack.org/9247309:02
*** sab has quit IRC09:07
*** sab has joined #murano09:12
*** julienvey has joined #murano09:22
*** julienvey has quit IRC09:27
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Paginate the Package Definitions page  https://review.openstack.org/9247309:29
*** katyafervent_awa is now known as katyafervent10:19
openstackgerritTimur Sufiev proposed a change to stackforge/murano-api: Add more info to dynamic UI devdoc article  https://review.openstack.org/9355111:41
openstackgerritTimur Sufiev proposed a change to stackforge/murano-api: Add more info to dynamic UI devdoc article  https://review.openstack.org/9355111:43
openstackgerritEkaterina Fedorova proposed a change to stackforge/murano-api: Add new articles to documentation  https://review.openstack.org/9330711:53
openstackgerritTimur Sufiev proposed a change to stackforge/murano-api: Add more info to dynamic UI devdoc article  https://review.openstack.org/9355111:58
openstackgerritTimur Sufiev proposed a change to stackforge/murano-api: Add more info to dynamic UI devdoc article  https://review.openstack.org/9355112:05
*** sab has quit IRC12:08
*** julienvey has joined #murano12:25
*** igormarnat_ has joined #murano12:28
*** julienvey has quit IRC12:29
openstackgerritA change was merged to stackforge/murano-api: Add new articles to documentation  https://review.openstack.org/9330712:30
openstackgerritTimur Sufiev proposed a change to stackforge/murano-api: Add more info to dynamic UI devdoc article  https://review.openstack.org/9355112:30
tsufievbtully, yes it is possible for an App to belong to several categories12:32
tsufievat least when you upload package in UI, you can select several categories12:32
btullythanks tsufiev. is there any documentation on how that gets assigned?12:32
tsufievi suspect, it is not documented. will look for a place in code where that happens...12:33
btullyin peeking through the codebase I saw the import-package command, and saw that there was an -u flag to update and -c flag for setting cagegory from the command line12:33
katyaferventbogdando, http://murano-docs.github.io/latest/user-guide/content/ch03s01.html12:33
btullybut it wasn't clear on how to set multiple. is it just comma delimited?12:34
katyaferventbogdando, Hi) check out link above :)12:34
katyaferventPress Ctrl and select categories12:35
btullyahh i see. that's from the UI12:35
btullyi was trying to set my dev environment up using the murano incubator packages12:35
katyaferventbtully, And here is the api reference http://docs.muranorepositoryapi.apiary.io12:36
btullythank you!12:37
katyaferventbtully, information about categories are not stored in manifest12:37
btullyso is the easiest way to import packages and assign categories through the UI and not through the CLI?12:38
katyaferventwith package upload api call json should be specified where at least one category should be defined12:38
tsufievbtully, you can specify space-separated list of categories after -c/--categories in import-package12:38
tsufievjust checked it12:38
btullyright, I noticed that katyafervent when analyzing the manifests12:38
katyaferventUI is the simplest way!12:38
btullyawesome tsufiev! I'm assuming I should wrap each category in quotes since some of the categories have spaces in their names, correct?  e.g. "Message Queue" "Application Servers"12:40
tsufievbtully, exactly12:40
btullyСпасибо12:41
btully:)12:41
tsufievbtw, i've finally replied in https://blueprints.launchpad.net/murano/+spec/murano-ui-horizon-patterns12:41
tsufievbtully, wow, you have cyrillic encoding :)!12:41
btullyI'm guilty of developing on a Mac ;)12:42
tsufievalthough, I'd also want gokrokve to participate in that blueprint discussion (as soon as summit ends) - because the design we want to change was his idea12:43
btullythanks for the reply. I'm working on getting the catalog index populated with applications so I can start experimenting with layout. I also want to see how the search/environment/category selectors work and figure out the best horizon design patterns to use. The search is easy since that pattern is obvious. The pulldowns, not so much.12:46
tsufievbtully, you can add me or katyafervent to the UI questions - in that case xchat will highlight the window and we won't miss the question12:46
tsufievi mean, add our nicks12:46
btullyindeed. and I do appreciate the work gokrokve did!12:47
tsufievas we do12:48
tsufievstill some things could be improved12:48
btullyJust because his work is "different" and not a "horizon design pattern" doesn't mean it's bad. In fact I kind of like it. It's innovative. But as you know, some people are averse to change12:48
btullyso I'm sure between us, we can find a balance :)12:49
tsufievthe most noticeable issue with this design to me is that almost nobody understands now to which Environment all Applications are added after pressing 'Add to Env'12:49
tsufievanother thing different from horizon standards is the pagination, see https://blueprints.launchpad.net/murano/+spec/normalize-dashboard-pagination12:50
btullyyes, i need to understand the concept environments better myself12:51
btullyright, the fact that the environment selector is hidden by default is confusing. so the fact that we plan to unhide it should help alleviate that12:51
tsufievon the lower level, single Environment = single heat stack - that means one piece of network machinery for all Apps there (maybe something more)12:52
tsufievon the higher level, it is just a way of grouping several Apps into single entity12:52
btullythe other option is, rather than have a single global environment selector at the top of the section, that within each app tile the "Add to Env" is an actual selector12:52
tsufievalso, if one App definition references other App (by its fqn), it will be searched inside same Env12:53
btullyso "add to env" become more of a pulldown rather than a button12:54
tsufievyes, moving selector to per-App level could also help12:54
btullyjust a thought12:54
btullyalso, can you explain the "Latest Apps" section?12:54
btullyit wasn't clear to me how apps show up in that section12:55
tsufievwith a remark: don't force user explicitly select an Env each time he presses the button12:55
tsufievmaybe use the last used Environment here12:55
btullyare those apps that have been added to an environment or apps that have been uploaded/imported?12:55
btullyyeah that could be tricky12:56
tsufievconsidering 'Latest Apps': each time a new package is imported or an existing one is being added to Env (that doesn't imply a successful Add operation - just the pressing Add/Quick deploy button) that package goes to 'Latest Apps' section12:57
btullyperhaps the better UX would be for the environment selector to show up on the modal that appears when you click on "add to env" and have that preselected to the last used environment, but allow the user to change it12:57
tsufievcurrently Latest Apps contents are stored in web session - so it may suddenly become empty12:58
btullyright now when I see the modal, i don't get any indication of what environment I'd be adding that app to. To me it makes most sense to show it here and at this step, and allow me to change it if i need to before I click "next"12:58
btullyOk. We may want to clarify the language "Latest Apps" or at least the text that appears when there are no results.13:00
*** igormarnat_ has quit IRC13:01
tsufievi'd like the idea to make the process of adding App to Env as streamlined as possible13:01
tsufievfrom that point of view having a drop-down in 'Add to Env' button is more preferred than another modal form13:02
btullysince it's stored in web session and not the DB, it's really more user activity focused rather than "here are the latest apps that have been added to the system"13:03
btullymaybe something like "Recent Activity"13:03
tsufievyes, but we think about moving that info to db, because web session is not reliable enough13:03
btullysuper13:04
tsufievstill, that is a matter of UX discussion13:04
btullyyeah i'd think why not just query the packages table and sort by date added descending?13:04
tsufievi mean, the purpose and usability of that section13:04
tsufievthat way of querying will cut off  recently deployed packages13:05
btullyright, is the purpose to show the latest imported apps or is it to be more of a "dashboard" to show the latest activity13:05
tsufievthat, as i said should be clarified - i don't know that for sure either :)13:06
btullycool. yeah a good discussion worth having13:07
btullyin terms of the Add To Env and Quick Deploy buttons on the app tiles13:07
tsufievyou could write down all your suggestions in the related blueprint13:07
btullycurrently for me, both buttons show the same modal when clicked13:07
tsufievto make sure they won't get lost in irc logs13:08
tsufievwe add another header to that wizard - showing the Environment that App is being added to13:08
tsufiev*we can add13:08
tsufieve.g. replace 'Add Application' -> 'Add Application to <someEnv>'13:09
*** julienvey has joined #murano13:09
btullysure, will do. is there a specific format we use on comments/suggestions on the blueprint. Shame there isn't a comments section and that we have to use the whiteboard section13:09
btullyi like that idea re adding to the header13:10
tsufievgreat!13:10
tsufievthe only blueprint formatting convention we came up so far more or less: to mark each comment with @author13:11
btullyok. yeah i'm suprised launchpad doesn't have a plugin for comments that would automatically add the author and timestamp13:12
tsufievyep, it was a serious pain for us to move from Jira13:13
tsufievmaybe someday we'll move here https://storyboard.openstack.org/#!/13:14
btullyinteresting. I hope it has comments!13:15
tsufievAFAIK, it is still in active development13:16
*** julienvey has quit IRC13:18
openstackgerritTimur Sufiev proposed a change to stackforge/murano-api: Add more info to dynamic UI devdoc article  https://review.openstack.org/9355113:18
*** sjmc7 has joined #murano13:26
btullytsufiev i have updated the blueprint based on our discussions :) https://blueprints.launchpad.net/murano/+spec/murano-ui-horizon-patterns13:32
btullygood morning sjmc713:32
sjmc7hey brian13:32
btullytsufiev feel free to add to the blueprint if i didn't capture everything13:32
*** igormarnat_ has joined #murano13:34
tsufievbtully, thank you for the feedback, hope our other UX guys will say their word!13:39
btully:)13:46
*** sjmc7 has quit IRC13:47
openstackgerritTimur Sufiev proposed a change to stackforge/murano-api: Add more info to dynamic UI devdoc article  https://review.openstack.org/9355113:50
*** julienvey has joined #murano13:55
*** igormarnat_ has quit IRC14:08
*** igormarnat_ has joined #murano14:11
*** julienvey has quit IRC14:33
*** igormarnat_ has quit IRC14:36
*** julienvey has joined #murano14:38
*** igormarnat_ has joined #murano14:43
*** julienvey has quit IRC14:44
*** julienvey has joined #murano14:44
*** julienvey has quit IRC14:49
*** julienvey has joined #murano14:50
*** igormarnat_ has quit IRC14:58
*** igormarnat_ has joined #murano15:01
*** killer_p- has joined #murano15:04
*** killer_p- is now known as killer_prince15:04
*** rakhmerov has joined #murano15:10
*** ativelko_ has joined #murano15:12
*** killer_p- has joined #murano15:12
*** ativelko_ has quit IRC15:12
*** igormarnat_ has quit IRC15:13
*** killer_prince has quit IRC15:14
*** killer_p- is now known as killer_prince15:14
*** ativelkov_away is now known as ativelkov15:14
tsufievativelkov, ping15:14
ativelkovtsufiev: got it15:15
tsufievseems that bouncer works now :)15:15
ativelkovI had to reroute all the traffic through the Mirantis' proxy15:15
tsufievativelkov, please take a look at https://blueprints.launchpad.net/murano/+spec/app-catalog-pagination15:16
tsufievi want to borrow some code from glance for packages pagination15:16
ativelkovyes, I saw it. Looks good to me15:17
ativelkovmarker and limit, right?15:17
tsufievyep15:17
tsufievthe key feature is to return generator from python-muranoclient15:17
ativelkovYeah, we should align our APIs with the ones of Glance15:17
tsufievok15:17
ativelkov'cause we'll have to migrate to Glance as soon as the artifacts are there. So, the less differences we have, the easier the migration will be15:18
tsufievi also think so15:18
openstackgerritTimur Sufiev proposed a change to stackforge/murano-api: Add more info to dynamic UI devdoc article  https://review.openstack.org/9355115:23
*** julienvey has quit IRC15:42
*** julienvey has joined #murano15:43
openstackgerritEkaterina Fedorova proposed a change to stackforge/murano-api: Add API specification  https://review.openstack.org/9358415:43
*** julienvey has quit IRC15:47
*** rakhmerov has quit IRC15:53
*** rakhmerov has joined #murano15:54
*** julienvey has joined #murano15:54
*** ativelkov is now known as ativelkov_away15:58
*** rakhmerov has quit IRC15:58
*** ativelkov_away is now known as ativelkov16:00
*** ativelkov is now known as ativelkov_away16:03
*** ativelkov_away is now known as ativelkov16:10
*** julienvey has quit IRC16:12
*** julienvey has joined #murano16:18
*** ativelkov is now known as ativelkov_away16:24
*** julienvey has quit IRC16:24
*** julienvey has joined #murano16:24
openstackgerritA change was merged to stackforge/python-muranoclient: Fixed Keystone endpoint query  https://review.openstack.org/9335816:28
*** julienvey has quit IRC16:29
*** ativelkov_away is now known as ativelkov16:39
*** devkulkarni has joined #murano16:49
*** igormarnat_ has joined #murano16:57
devkulkarnidoes anyone know when and where is the Thursday meeting proposed by Ruslan between Murano, Heat, and Solum for discussing 'Environments'?17:00
*** igormarnat_ has quit IRC17:04
*** devkulkarni has quit IRC17:04
*** igormarnat_ has joined #murano17:08
*** julienvey has joined #murano17:09
*** igormarnat_ has quit IRC17:16
ativelkovdevkulkarni: We haven't decided this yet. We've discussed that with Zane and asked him to find an available slot. As soon as he finds it, we'll write a follow up17:17
*** sjmc7 has joined #murano17:29
*** ativelkov is now known as ativelkov_away17:36
*** ativelkov_away is now known as ativelkov17:38
*** rakhmerov has joined #murano17:53
*** devkulkarni has joined #murano18:01
*** igormarnat_ has joined #murano18:07
*** igormarnat_ has quit IRC18:17
openstackgerritSteve McLellan proposed a change to stackforge/murano-api: Adds an explanation of the engine workflow  https://review.openstack.org/9284618:35
*** igormarnat_ has joined #murano18:40
*** sjmc7 has quit IRC18:42
*** devkulkarni has quit IRC18:49
*** julienvey has quit IRC18:50
*** julienvey has joined #murano18:57
*** igormarnat_ has quit IRC18:58
*** devkulkarni has joined #murano18:58
*** igormarnat_ has joined #murano19:01
*** devkulkarni has quit IRC19:22
*** rakhmerov has quit IRC19:23
*** devkulkarni has joined #murano19:26
*** ativelkov is now known as ativelkov_away19:26
*** igormarnat_ has quit IRC19:30
*** ativelkov_away is now known as ativelkov19:32
*** julienvey has quit IRC19:36
*** julienvey has joined #murano19:38
*** rakhmerov has joined #murano19:55
*** rakhmerov has quit IRC20:06
*** rakhmerov has joined #murano20:06
*** rakhmerov has quit IRC20:10
*** ativelkov is now known as ativelkov_away20:16
*** ativelkov_away is now known as ativelkov20:16
devkulkarniIs ruslan here?20:20
*** ativelkov is now known as ativelkov_away20:21
*** ativelkov_away is now known as ativelkov20:27
*** drupalmonkey has joined #murano20:37
*** julienvey has quit IRC20:37
*** julienvey has joined #murano20:37
*** julienvey has quit IRC20:42
*** devkulkarni has quit IRC20:44
*** julienvey has joined #murano20:45
*** julienvey has quit IRC20:45
*** sjmc7 has joined #murano21:08
*** igormarnat_ has joined #murano21:10
*** igormarnat_ has quit IRC21:16
*** julienvey has joined #murano21:19
*** sjmc7 has quit IRC21:30
*** julienvey has quit IRC22:01
*** julienvey has joined #murano22:02
*** ativelkov is now known as ativelkov_away22:06
*** julienvey has quit IRC22:06
*** ativelkov_away is now known as ativelkov22:07
*** ativelkov is now known as ativelkov_away22:08
*** ativelkov_away is now known as ativelkov22:13
*** ativelkov is now known as ativelkov_away22:21
*** igormarnat_ has joined #murano22:36
igormarnatdevkulkarni: AFAIK, the meeting between members of Heat, Solum and Murano is going to take place at 10 AM on Friday22:36
igormarnatAt Heat's room (which is also called design POD), I'm not sure about the number of it but you can figure it out from the map22:37
*** drupalmonkey has quit IRC22:40
*** igormarnat_ has quit IRC22:42

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