Tuesday, 2014-04-15

*** rakhmerov has joined #murano00:29
*** rakhmerov has quit IRC00:34
*** asalkeld has quit IRC00:40
*** asalkeld has joined #murano00:53
*** ekarlso has quit IRC01:11
*** ekarlso has joined #murano01:13
*** ekarlso has quit IRC01:13
*** ekarlso has joined #murano01:18
*** rakhmerov has joined #murano01:30
*** drupalmonkey has quit IRC01:31
*** rakhmerov has quit IRC01:34
*** rakhmerov has joined #murano02:31
*** rakhmerov has quit IRC02:35
*** asalkeld has quit IRC03:21
*** rakhmerov has joined #murano03:31
*** rakhmerov has quit IRC03:36
*** chandan_kumar has joined #murano04:08
*** chandan_kumar has quit IRC04:17
*** asalkeld has joined #murano04:32
*** rakhmerov has joined #murano04:32
*** sab has joined #murano04:36
*** rakhmerov has quit IRC04:47
*** chandan_kumar has joined #murano04:50
*** gokrokve has quit IRC04:51
*** rakhmerov has joined #murano04:58
*** asalkeld has quit IRC05:27
*** sergmelikyan_ has joined #murano05:35
*** sergmelikyan_ has left #murano05:35
*** asalkeld has joined #murano05:40
katyaferventHi all06:12
katyaferventEverybody are welcome to comment and extend on 'How to upload application package' document draft, which is located here https://wiki.openstack.org/wiki/Murano/Documentation/How_to_create_application_package06:13
*** tnurlygayanov has quit IRC06:17
*** tnurlygayanov has joined #murano06:18
sabkatyafervent, where do we specify the dependencies? in the manifest file? I am not sure, just trying to understand06:27
katyaferventsab,yes, manifest is a start point. Here you need to specify classes, and in class definition resources (execution plans) need to be specified06:30
katyaferventI'll update this document and fill it with more information)06:31
sabkatyafervent, thanks. will all required application binaries exist inside the application package?06:34
*** IlyaE has quit IRC06:39
katyaferventsab, just scripts that will be passed to Murano agent on deployed virtual machine. Agent will execute them and application will be installed. It could be powershell scripts in case of windows or bash scripts in case of linux06:42
katyaferventThese scripts are located inside Resources/scripts directory in application package06:43
sabkatyafervent, got it.. thank you06:43
katyaferventyou are welcome)06:43
openstackgerritEkaterina Fedorova proposed a change to stackforge/murano-dashboard: Align icons - now all logos has one size  https://review.openstack.org/8746607:12
*** julienve_ has joined #murano08:06
sabwhile installing with murano-deployment, it failed while instaliing murano-dashboard. says heat-horizon repo doesnt exist. here is the log http://pastebin.com/T75u0UFF , any pointers?08:08
dteselkinIt looks like it failed to clone the heat-horizon repo08:16
stan_lagunsab, you can have binaries as well. But for current release total package size must be relatively small08:19
dteselkinI wonder where this strange git link was defined git://git.openstack.org/steveb/heat-horizon.git08:20
stan_lagunany resource file can be referenced from execution plan including binary files using angle brackets. They will be transmitted as base64 within JSON to agent and unpacked there.08:20
sabis https://github.com/hanney/heat-horizon and git://git.openstack.org/steveb/heat-horizon.git same? why is this actually required?08:28
sabany idea?08:28
dteselkinDon't know yet, I'll check08:29
*** bogdando has quit IRC08:30
dteselkinHmm, so the devstack sources don't contain 'heat-horizon' string ...08:30
*** bogdando has joined #murano08:31
sabthis is defined in murano-deployment script  https://github.com/stackforge/murano-deployment/blob/master/devstack-scripts/scripts/local.sh08:31
dteselkinhmm08:32
dteselkinI see, it could be an old (maybe even obsolete) setting08:33
dteselkinsab, so you are trying to build a 'Murano devbox' and point it to existing OpenStack installation somethere?08:37
sabnope, this is a fresh install on a VM. I am just running murano-deployment/devstack_scripts/start_devstack.sh , all the other services are running and fine.. except murano failed.08:40
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Drop bunch dependency  https://review.openstack.org/8681108:46
*** julienve_ has quit IRC08:56
*** sergmelikyan has quit IRC08:59
*** sergmelikyan has joined #murano08:59
openstackgerritA change was merged to stackforge/murano-dashboard: Align icons - now all logos has one size  https://review.openstack.org/8746609:18
openstackgerritA change was merged to stackforge/murano-api: Fix wrong indentation in sample UI definition  https://review.openstack.org/8725009:22
*** chandan_kumar has quit IRC09:38
sergmelikyanabartlet, dteselkin mentioned that you are interested in writing application for master version of Murano. Please look at: https://wiki.openstack.org/wiki/Murano/Documentation/How_to_create_application_package09:44
sergmelikyanabartlet, I can help you with question about new packages09:45
ruhestan_lagun: any idea what's going on http://paste.openstack.org/raw/75742/ ?09:49
* ruhe afk09:51
stan_lagunlooks like you had some records in instance_stats and they were not deleted09:55
stan_lagunare using SQLite?09:55
*** chandan_kumar has joined #murano09:56
*** chandan_kumar has quit IRC10:23
tsufievguys, are planning to add real stats to UI Statistics panel?10:28
tsufievbecause now UI draws fake data10:29
tsufievi thought that we already have specific calls for obtaining statistics at murano-api side. am i wrong?10:29
ruhestan_lagun: i removed sqlite file before executing db-sync10:31
stan_lagunso this happens on fresh setup?10:32
*** chandan_kumar has joined #murano10:38
ruhestan_lagun: yes10:41
ruhei fixed it by adding default values to NOT_NULL columns type_name and tenant_id10:41
ruhei guess it should be ok to have DB-level default value (empty string) for these columns10:42
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano-api: Fixed DB migration script  https://review.openstack.org/8753910:52
ruhestan_lagun: here is the fix ^^ please take a look10:52
ruhetsufiev: btw, there are two controllers api/v1/instance_statistics and request_statistics did you look at them?10:53
tsufievstan_lagun: could you clarify, were these endpoints created to provide data for 'Statistics' panel or for some other purpose?10:55
stan_laguntsufiev, yep10:55
tsufievboth of them?10:56
stan_lagunyes. It is different types of statistics and there will be third one10:56
tsufievcurrently i see 2 tabs on 'Statistics' panel: Murano API Servers & Murano Engine Servers11:00
tsufievwhat is the correspondence between these tabs and endpoints?11:00
stan_lagunYou better ask Gosha11:05
tsufievok, will do so when he wakes up...11:05
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano-api: Fix for package import  https://review.openstack.org/8603911:07
*** asalkeld has quit IRC11:13
openstackgerritAnastasia Kuznetsova proposed a change to stackforge/python-muranoclient: Update requirements.txt due to changes in global-requirements.txt  https://review.openstack.org/8754811:27
openstackgerritAnastasia Kuznetsova proposed a change to stackforge/murano-api: Update requirements.txt due to changes in global-requirements.txt  https://review.openstack.org/8754911:31
*** sab has quit IRC11:36
openstackgerritAnastasia Kuznetsova proposed a change to stackforge/murano-dashboard: Update requirements.txt due to changes in global-requirements.txt  https://review.openstack.org/8755311:39
*** chandan_kumar has quit IRC11:42
openstackgerritA change was merged to stackforge/murano-api: Removed unused muranoapi/contrib  https://review.openstack.org/8231811:54
*** chandan_kumar has joined #murano11:59
*** chandan_kumar has quit IRC12:26
openstackgerritEkaterina Fedorova proposed a change to stackforge/murano-api: Add tag assignment during manifest parsing  https://review.openstack.org/8758112:30
*** chandan_kumar has joined #murano12:41
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Tailor Topology Tab view to the new object model  https://review.openstack.org/8653012:46
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Fix 'Name' field in Environment -> Services table  https://review.openstack.org/8726412:46
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Drop bunch dependency  https://review.openstack.org/8681112:46
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Tailor Deployments Tab to the new object model  https://review.openstack.org/8656912:46
*** dteselkin_ has quit IRC13:21
*** dteselkin_ has joined #murano13:27
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Fix Quick Environment not deleting on errors  https://review.openstack.org/8761813:32
*** dteselkin_ has quit IRC13:36
*** dteselkin_ has joined #murano13:44
ruhesergmelikyan: i'm resolving your comments from https://review.openstack.org/#/c/85855/3/muranoapi/common/config.py13:54
ruhesergmelikyan: i'd like to rename CONF.register_opts(rabbit_opts, group='rabbitmq') to ...13:55
ruheCONF.register_opts(guest_agent_rabbit_opts, group='guest_agent_rabbitmq')13:55
ruheis it ok with you?13:55
*** gokrokve has joined #murano14:02
igormarnatruhe: he's out14:13
ruheigormarnat: thanks. i will wait for his comments on review then14:13
*** chandan_kumar has quit IRC14:13
*** sjmc7 has joined #murano14:16
*** IlyaE has joined #murano14:30
openstackgerritStan Lagun proposed a change to stackforge/murano-api: Fixes DB migrations on SQLite  https://review.openstack.org/8766214:32
stan_lagunruhe, ^^ is a fix for broken sb-sync with SQLite14:33
ruhestan_lagun: thanks. this one looks more advanced than mine https://review.openstack.org/#/c/87539/14:35
stan_lagunthats because I've dropped old table and recreated it from scratch instead of deleting all data and adding several columns14:36
stan_lagunthis is better than having invalid default :)14:36
*** julienve_ has joined #murano14:38
*** drupalmonkey has joined #murano14:38
*** julienve_ has quit IRC14:41
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano-api: Added Murano config checks  https://review.openstack.org/8585514:50
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-api: Devstack scripts update  https://review.openstack.org/8769015:17
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano-api: Added Murano config checks  https://review.openstack.org/8585515:38
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano-api: Added Murano config checks  https://review.openstack.org/8585515:39
*** IlyaE has quit IRC15:39
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano-api: Fixes DB migrations on SQLite  https://review.openstack.org/8766215:46
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano-api: Fix for package import  https://review.openstack.org/8603915:46
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano-api: Added a CLI command to manage categories  https://review.openstack.org/8693415:48
openstackgerritAnastasia Kuznetsova proposed a change to stackforge/murano-api: Update requirements.txt due to changes in global-requirements.txt  https://review.openstack.org/8754915:49
openstackgerritAnastasia Kuznetsova proposed a change to stackforge/python-muranoclient: Update requirements.txt due to changes in global-requirements.txt  https://review.openstack.org/8754815:53
*** IlyaE has joined #murano15:55
*** julienve_ has joined #murano15:56
openstackgerritAnastasia Kuznetsova proposed a change to stackforge/murano-dashboard: Update requirements.txt due to changes in global-requirements.txt  https://review.openstack.org/8755315:57
*** julienv__ has joined #murano15:58
*** julienv__ is now known as julienvey_15:59
*** julienve_ has quit IRC16:00
*** IlyaE has quit IRC16:01
*** julienvey_ is now known as julienvey16:05
*** IlyaE has joined #murano16:09
openstackgerritTimur Sufiev proposed a change to stackforge/murano-dashboard: Catch CommunicationError at Packages panel  https://review.openstack.org/8772516:21
*** ankurrr has quit IRC16:42
*** slagun has joined #murano16:44
*** stan_lagun has quit IRC16:48
*** ankurrr has joined #murano16:56
ruhemurano weekly meeting should start at #openstack-meeting-alt in a couple of minutes17:02
dteselkinHi17:13
*** rakhmerov has quit IRC17:14
sergmelikyanruhe, sorry, was stuck in traffic, about section renaming, I am ok with rename. Don't forget to update related docs17:29
*** IlyaE has quit IRC17:37
*** IlyaE has joined #murano17:46
ruhesergmelikyan: can you please point me to affected docs?18:01
ruhesjmc7: here is the question:18:03
ruhesjmc7: we have ssl-related config for each openstack service - https://github.com/stackforge/murano-api/blob/master/muranoapi/common/config.py18:03
ruheheat, neutron, keystone, each one of them has ca_file, cert_file, etc18:03
sjmc7ca_certs, ssl/boolean?18:04
sjmc7yep18:04
sjmc7and you want to know if we deploy with a common cert?18:04
ruhesjmc7: i thought that in a typical openstack installation they'll be the same18:04
sergmelikyanruhe not quite ssl config, but  connection configuration for each of the services we use18:04
sergmelikyanruhe, Heat, for example makes same thing that we do now.18:05
sergmelikyanruhe, if each service is located on different host machine, only way to have same settings - to have wildcard certificates that was not supported by Openstack a while ago.18:05
sjmc7fwiw, our endpoint certs have different CNs, which agrees with sergmelikyan18:07
ruheall right. that answers my question. thank you guys18:07
*** gokrokve_ has joined #murano18:08
sergmelikyanWe also can't get rid from sections for each service since we need to declare endpoint type, since this is also may be different endpoints for different  services18:08
sergmelikyanWe had use-case where heat was accessible for murano from Internal endpoint. While other services was available from public18:09
*** gokrokve has quit IRC18:12
sjmc7who's a good person to ask about package import?18:13
slagunsjmc7, ruhe18:14
*** rakhmerov has joined #murano18:15
sjmc7in cmd/manage.py package.__dict__ gets passed to api.package_upload but all the attribute names have underscores so they don't get set in the DB model18:16
sjmc7am i missing something? is it working for other people?18:16
sjmc7looking at cmd/manage.py:_do_import_package18:17
ruhesjmc7: you're correct, it's broken. here is the fix https://review.openstack.org/#/c/86039/18:17
sjmc7ah, i should've checked. ok, thanks, will review it18:17
openstackgerritRuslan Kamaldinov proposed a change to stackforge/murano-api: Added Murano config checks  https://review.openstack.org/8585518:20
*** rakhmerov has quit IRC18:23
*** gokrokve_ has quit IRC18:30
*** gokrokve has joined #murano18:35
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-api: Add murano-dashboard to devstack  https://review.openstack.org/8775118:37
*** gokrokve has quit IRC18:39
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-api: Devstack scripts update  https://review.openstack.org/8769018:42
*** julienvey has quit IRC18:51
*** julienve_ has joined #murano18:54
*** gokrokve has joined #murano19:01
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-api: Add murano-dashboard to devstack  https://review.openstack.org/8775119:06
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-api: Add murano-dashboard to devstack  https://review.openstack.org/8775119:12
*** rakhmerov has joined #murano19:19
*** rakhmerov has quit IRC19:29
*** julienvey has joined #murano19:30
*** chandan_kumar has joined #murano19:40
openstackgerritDmitry Teselkin proposed a change to stackforge/murano-api: Typo in murano-api.conf  https://review.openstack.org/8777419:47
*** chandan_kumar has quit IRC19:48
*** chandan_kumar has joined #murano19:56
*** chandan_kumar has quit IRC20:18
*** rakhmerov has joined #murano20:25
openstackgerritA change was merged to stackforge/murano-api: Fixes DB migrations on SQLite  https://review.openstack.org/8766220:25
*** rakhmerov has quit IRC20:30
*** IlyaE has quit IRC20:33
*** IlyaE has joined #murano20:34
*** IlyaE has quit IRC20:51
*** asalkeld has joined #murano20:58
openstackgerritA change was merged to stackforge/murano-dashboard: Drop bunch dependency  https://review.openstack.org/8681121:04
*** julienvey has quit IRC21:09
*** rakhmerov has joined #murano21:15
*** ankurrr has quit IRC21:16
*** julienvey has joined #murano21:16
*** julienvey has quit IRC21:18
*** rakhmerov has quit IRC21:20
*** asalkeld has quit IRC21:20
*** IlyaE has joined #murano21:29
*** julienvey has joined #murano21:31
*** asalkeld has joined #murano21:32
*** asalkeld has quit IRC21:41
*** julienvey has quit IRC21:43
*** asalkeld has joined #murano22:11
*** rakhmerov has joined #murano22:16
*** rakhmerov has quit IRC22:21
*** sjmc7 has quit IRC23:09
*** IlyaE has quit IRC23:15
*** rakhmerov has joined #murano23:17
*** rakhmerov has quit IRC23:22
*** gokrokve has quit IRC23:24
*** openstackstatus has quit IRC23:32
*** openstackstatus has joined #murano23:32
*** IlyaE has joined #murano23:33
*** gokrokve has joined #murano23:51
*** gokrokve has quit IRC23:54
openstackstatusNOTICE: Restarting gerrit really quick to fix replication issue23:58
*** ChanServ changes topic to "Restarting gerrit really quick to fix replication issue"23:58

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