Monday, 2015-04-20

*** yamamoto has quit IRC00:05
*** yamamoto has joined #murano01:29
*** ddovbii has joined #murano06:32
*** kzaitsev has joined #murano06:47
*** akuznetsova has joined #murano06:59
*** pashkin has joined #murano06:59
*** IgorYozhikov has joined #murano07:00
*** ogzy has joined #murano07:00
*** rakhmerov has joined #murano07:00
*** ativelkov has joined #murano07:01
*** katyafervent_awa has joined #murano07:02
*** dteselkin has joined #murano07:03
*** tsufiev has joined #murano07:04
*** igormarnat has joined #murano07:05
*** gcivitella has joined #murano07:06
*** katyafervent_awa is now known as katyafervent07:07
ogzywhat is the property of input_queue = agent-tasks that murano-agent uses07:09
ogzyit seems it should be created07:09
*** kzaitsev has quit IRC07:15
*** kzaitsev has joined #murano07:17
ogzythere is a tasks queue, ceated by murano i guess, should i change the input_queue variable at agent.conf drom tasks-queue to tasks?07:17
ogzykatyafervent: ^07:19
*** kzaitsev has quit IRC07:36
ogzystan_lagun: ^07:39
*** sergmelikyan has joined #murano07:41
ogzyok another question: what is the queue name that is used between murano-agent and murano itself?07:42
*** sergmelikyan has quit IRC07:44
ddovbiiogzy: you can create your own queue and specify it in agent and murano-engine07:47
*** kzaitsev has joined #murano07:49
*** kzaitsev has quit IRC07:50
*** serg_melikyan has joined #murano07:52
ddovbiiogzy: 'input_queue' and 'rabbitmq.result_routing_key' values are created by murano-engine at the start of deployment07:57
ddovbiimurano-engine confirures the agent to use these names of queues07:59
openstackgerritHenar Muñoz proposed openstack/murano-agent: Folder Not Found with Git Downloadable File  https://review.openstack.org/17424808:25
*** serg_melikyan has quit IRC08:30
*** samuelBartel has joined #murano08:33
*** igormarnat is now known as imarnat08:36
openstackgerritHenar Muñoz proposed openstack/murano: File key is wrongly created when the File Type is downloadable  https://review.openstack.org/17150408:39
*** imarnat is now known as igormarnat08:41
*** igormarnat is now known as imarnat08:41
*** yamamoto has quit IRC08:45
ogzyddovbii: so it is normal to see errors when murano-agent is run at the instane, since there is no such queues08:50
*** kzaitsev has joined #murano08:52
*** kzaitsev has quit IRC08:52
ogzyddovbii: is there a way to test deployment manually, i am trying to use coreos images instead of an ubuntu one and since app catalogs are not designed to run a coreos image with a cloud-config i want to test whether it will work with coreos, having a murano-agent docker instance running08:53
ogzyddovbii: i dont want to murano choose an image, but instead just skip to the docker pull phase08:54
ddovbiiogzy: sorry, i don't understand. you want to deploy one of docker apps and use coreos image instead of ubuntu, right?09:00
stan_lagunogzy: the image name is hardcoded into UI.yaml. You can change it to the name of your CoreOS image. But first you need an image with murano-agent preinstalled09:01
ogzyddovbii: stan_laguni know that part, the thing is, when i use coreos you can not install murano-agent in it, but the solution is run a docker app when you initiliaze the openstack instance, coreos uses unit files and you can define what to happen before the instance run, so there should be a coreos specific approach, it should take a cloud-config before run09:03
ogzyddovbii: stan_lagun, an run a coreos instance and a murano-agent installed docker instance in this instance also, but i need to test whether the agent is able to control the host when it is run with -v09:04
stan_lagunwhat is -v ?09:05
ogzystan_lagun: i think it is a docker run parameter, letting opening a socket between host and docker instance09:06
ogzystan_lagun: haven't teste09:06
stan_lagunogzy: if you have such an image why not just try to deploy something and see if it works? We do not support manual agent configuration. So you cannot set agent config settings manually and make Murano use them. You cannot use agents on VMs that were not created during deployment as well09:07
ogzystan_lagun: using the image manually was my plan also but planning to use murano to deploy an nginx, you suggest something else right?09:08
stan_lagunogzy: the simplest thing to to is to name your image with preinstalled agent "ubuntu14.04-x64-kubernetes" and see if HTTPd can be installed successfully.09:10
stan_lagun*to do*09:11
stan_lagunit should work for Docker since Murano agent doesn't use commands other then "docker something"09:12
stan_lagun*other than*09:12
ogzystan_lagun: that wont work, coreos is the image, changing the name is not enough because coreos initialization also requires to run a docker instance in it that has murano-agent, normally this is done via sending a yaml file to nova boot parameter09:12
ogzystan_lagun: https://coreos.com/docs/running-coreos/platforms/openstack/ here it explains better09:13
stan_lagunogzy: so you need to create an image where both agent and docker are preconfigured09:13
ogzystan_lagun: nope :), coreos uses a yaml file and you can define systemd configuration09:14
stan_lagunogzy: why can't you put that yaml file right inside your image?09:15
ogzystan_lagun: i can put, how will i tell nova to use this also?09:16
ogzystan_lagun: this is what is done nova boot --user-data test.yaml --image ea9c2bf7-4c4b-40df-ba7d-83a2bb7e5f85 --key-name oguzy --flavor m1.medium --num-instances 1 --security-groups default coreos09:17
*** pradip has joined #murano09:17
ogzystan_lagun: so if murano somehow uses --user-data test.yaml also, i can test, i can change the source code if you tell me where to check09:18
ogzystan_lagun: exept from --user-data test.yaml, the rest is what murano does to open an instance09:19
*** serg_melikyan has joined #murano09:20
*** serg_melikyan has quit IRC09:20
*** serg_melikyan has joined #murano09:21
stan_lagunogzy: Murano uses user data to pass initialization script that configures murano agent (provides right config)09:25
stan_lagunogzy: but I guess all cloud-init does with that yaml is puts it somewhere. So you can put it manually there in advance and bake it into the image09:26
ogzystan_lagun: any more explanation about passing initialization script thing? i need more info about the usage of this part09:28
*** pradip has quit IRC09:28
stan_lagunogzy: take a look here:  https://github.com/openstack/murano/blob/master/meta/io.murano/Classes/resources/LinuxMuranoInstance.yaml#L1209:30
stan_lagunand linux-init.sh + Agent-v2.template in Resources09:31
*** serg_melikyan has quit IRC09:44
*** kzaitsev_ has joined #murano09:46
*** kzaitsev_ has quit IRC09:48
openstackgerritAlexey Deryugin proposed openstack/murano: [devstack] Automatically enable required service in devstack  https://review.openstack.org/17210110:08
openstackgerritAlexey Deryugin proposed openstack/murano: [DIB] Kubernetes: components version fixation  https://review.openstack.org/17494810:08
openstackgerritRuslan Kamaldinov proposed openstack/murano: Update devstack scripts to reflect repo rename  https://review.openstack.org/17533610:12
*** serg_melikyan has joined #murano10:26
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: Improve bundle/package form handling  https://review.openstack.org/17534110:27
openstackgerritAlexey Deryugin proposed openstack/murano-deployment: Fix repository path in case of murano migration to openstack namespace  https://review.openstack.org/17534610:40
ogzystan_lagun: where is the location of the linux-init.sh at the image?10:58
*** shaggycat has joined #murano10:59
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: Improve bundle/package form handling  https://review.openstack.org/17534111:01
*** pradip has joined #murano11:11
openstackgerritDmytro Dovbii proposed openstack/murano-apps: Add validators to k8s pod UI  https://review.openstack.org/17535211:12
stan_lagunogzy: it is not in image. It is part of Murano package https://github.com/openstack/murano/blob/master/meta/io.murano/Resources/linux-init.sh and is used to build instance user data11:13
ogzystan_lagun: if i just change linux-init.sh and rerun murano-engine and api, will it take affect? or should i import meta/io.murano again?11:27
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: Improve title adding in 'Application Catalog' page  https://review.openstack.org/17447111:30
stan_lagunogzy: you need to reimport it. But you don't have to restart services11:32
ogzystan_lagun: ok11:33
*** imarnat is now known as igormarnat11:34
*** igormarnat is now known as imarnat11:35
*** slagun has joined #murano11:53
*** stan_lagun has quit IRC11:56
*** imarnat is now known as igormarnat12:04
*** igormarnat is now known as imarnat12:07
*** imarnat is now known as igormarnat12:08
*** serg_melikyan has quit IRC12:09
*** igormarnat is now known as imarnat12:12
openstackgerritMerged openstack/murano-deployment: Fix repository path in case of murano migration to openstack namespace  https://review.openstack.org/17534612:12
*** serg_melikyan has joined #murano12:13
*** kzaitsev has joined #murano12:18
*** serg_melikyan has quit IRC12:21
*** imarnat is now known as igormarnat12:33
ogzywhat happens if i redeploy an environment? will it mass things or use what it was created like the router and vm?12:35
openstackgerritDmytro Dovbii proposed openstack/murano-apps: Add validators to k8s pod UI  https://review.openstack.org/17535212:36
*** igormarnat is now known as imarnat12:37
openstackgerritHenar Muñoz proposed openstack/murano-agent: Folder Not Found with Git Downloadable File  https://review.openstack.org/17424812:47
openstackgerritHenar Muñoz proposed openstack/murano: File key is wrongly created when the File Type is downloadable  https://review.openstack.org/17150412:47
ogzyddovbii: do you know how murano-agent works? how it contacts with the murano itself? over a port?12:48
ogzyddovbii: now i have a docker instance running murano-agent but i still see agent-tasks queue does not exist error, it seems it is not created and there is communication problem between murano and agent12:49
ddovbiiogzy: murano and agent contacts by ampq. you receive this error because this queue is not created in RabbitMQ12:54
ddovbii*murano contacts with agent12:54
openstackgerritAlexey Deryugin proposed openstack/murano: [devstack] Fix devstack scripts in case of murano migration to openstack namespace  https://review.openstack.org/17538712:57
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: Improve title adding in 'Application Catalog' page  https://review.openstack.org/17447113:01
*** serg_melikyan has joined #murano13:06
*** serg_melikyan has quit IRC13:12
ogzyddovbii: i changed the queue names for the existing ones, like agent-tasks to tasks and agent-results to results at agent.conf, still no communication do these queue names unique?13:14
slagunogzy: Engine generates unique queue name for each agent in each environment and then supplies this information to agent via cloud-init. You can write any names to agent config, this will not make sense. Engine will not use those queues13:17
slagunthere is 1 queue per agent + 1 queue per environment for results13:18
*** serg_melikyan has joined #murano13:19
openstackgerritMerged openstack/murano: Update devstack scripts to reflect repo rename  https://review.openstack.org/17533613:24
ogzyslagun: oh ok, so what can be reason of the murano-agent is not able connect with murano itself, it is running in a docker, i changed the password and rabbitmq host ip at agent.conf13:25
slagunogzy: why murano should talk to some unknown agent?13:26
shaggycatHi all13:26
slagunagent connects to rabbitMQ. But Engine will not send messages to queues it doesn't know about13:27
slagunshaggycat: hi!13:27
shaggycatAnybody can help? How i can fix error: "Package for class io.murano.apps.Squid is not found"? Here io.murano.apps.Squid is my study package, created myself.13:27
shaggycatIt's deploy of quick enviroment13:28
shaggycatwith my study package13:28
slagunmaybe it is not present? :)13:28
ogzyslagun: ok how does engine knows about the qeue name that it will use for communicationg with murano-agent then?13:29
shaggycatslagun, it's present: http://pastebin.com/mLZJxjsM13:31
shaggycatslagun, thank you for answer13:31
shaggycatslagun, and this package I watch in horizon, and it can by add in enviroment13:31
slagunogzy: it knows them because it generates those names https://github.com/openstack/murano/blob/master/murano/engine/system/agent.py#L52-L5313:32
slagunshaggycat: your message says "io.murano.apps.Squid" but your package is "io.murano.apps.linux.Squid". Do you see the difference?13:33
ogzyslagun: ok and how does the agent know the generated queue?13:33
shaggycatslagun, oh, thank you13:34
slagunogzy: engine puts those name in agent's config. Or to be more correct config with correct values is sent as part of user-data13:34
openstackgerritAlexey Deryugin proposed openstack/murano: [devstack] Automatically enable required service in devstack  https://review.openstack.org/17210113:35
openstackgerritAlexey Deryugin proposed openstack/murano: [DIB] Kubernetes: components version fixation  https://review.openstack.org/17494813:37
ogzyslagun: and echo $AgentConfigBase64 | base64 -d > /etc/murano/agent.conf is the parth where this happens?13:38
ogzyslagun: at linux-init.sh?13:38
slagunogzy: we send user data in a form of shell script. Config is embedded into that script in base64. This is the line that decodes base64 config and puts where agent expects to find it13:40
openstackgerritAlexey Deryugin proposed openstack/murano-agent: [DIB] Fix repository names in murano-agent elements  https://review.openstack.org/17540513:42
ogzyslagun: i am using coreos as running vms, trying to figures it out how will i use coreos instead of ubuntu13:42
slagunogzy: I don't understand what is the problem. Maybe this is because I never worked with CoreOS. So far any distribution I used (including Windows) was usable even without user data.13:45
ogzyslagun: coreos is not working like other oses, you need to run a murano-agent docker instance in it13:48
shaggycatslagun, thank you. Last error was fixed.13:50
shaggycatslagun, but now is new :(13:50
shaggycat2015-04-20 13:50:27 - [murano.dsl.exceptions.UninitializedPropertyAccessError]: Access to uninitialized property instance in class io.murano.apps.linux.Squid is forbidden13:50
shaggycatHow I can fix it?13:51
openstackgerritKirill Zaitsev proposed openstack/murano-agent: Increment max FormatVersion  https://review.openstack.org/17162913:54
slagunogzy: Then I just don't know. CoreOS is not currently supported and I don't have enough experience to tell how to enable it at the moment. If you feel Murano needs CoreOS please fill bug report in murano launchpad and tell exectly why do you feel we need CoreOS and maybe we will support it in Liberty13:54
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: Improve title adding in 'Application Catalog' page  https://review.openstack.org/17447113:54
ogzyslagun: maybe i add the support :), now i am trying to fix the issue by changing linux-init.sh, pulling the instance and then mountint /etc/murano/agent.conf inside the docker instance13:55
slagunogzy: that would be really great!13:56
slagunshaggycat: can you share your app?13:56
shaggycatslagun, yes, it's not secret, becouse it's study app. Please wait a minute.13:57
shaggycatslagun, https://www.dropbox.com/s/9apny1yzzwnhgzd/io.murano.apps.linux.Squid.zip?dl=014:00
openstackgerritMerged openstack/murano-agent: [DIB] Fix repository names in murano-agent elements  https://review.openstack.org/17540514:02
slagunshaggycat: - $.instance.deploy()14:03
slagunshaggycat: there is no instance property in your class14:04
*** imarnat is now known as igormarnat14:06
*** igormarnat is now known as imarnat14:08
*** samuelBartel has quit IRC14:10
openstackgerritDmytro Dovbii proposed openstack/murano-apps: Add validators to k8s pod UI  https://review.openstack.org/17535214:10
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: Improve title adding in 'Application Catalog' page  https://review.openstack.org/17447114:19
*** serg_melikyan has quit IRC14:26
openstackgerritMerged openstack/murano-apps: Add validators to k8s pod UI  https://review.openstack.org/17535214:32
*** samuelBartel has joined #murano14:33
openstackgerritMerged openstack/python-muranoclient: Limit parameter is no longer ignored for packages  https://review.openstack.org/17485714:34
shaggycatslagun, thank you. I added Properties: instance:  Contract: $.class(res:Instance).notNull(), and got new error14:35
shaggycatslagun, null value violates notNull() contract /// what is it? How I can fix it?14:35
*** joefides has joined #murano14:37
openstackgerritKirill Zaitsev proposed openstack/murano-agent: Increment max FormatVersion  https://review.openstack.org/17162914:37
slagunshaggycat: you need to pass instance value from UI form14:39
slagunshaggycat: like this: https://github.com/openstack/murano-apps/blob/master/MySQL/package/UI/ui.yaml#L1014:40
shaggycatname: generateHostname($.instanceConfiguration.unitNamingPattern, 1) ?14:41
shaggycatslagun, thank you14:41
*** drupalmonkey has joined #murano14:45
*** serg_melikyan has joined #murano14:47
openstackgerritMerged openstack/murano: [devstack] Automatically enable required service in devstack  https://review.openstack.org/17210114:49
*** ogzy has quit IRC14:56
openstackgerritEkaterina Chernova proposed openstack/murano-apps: Add license information  https://review.openstack.org/17543514:57
openstackgerritMerged openstack/murano-dashboard: Improve bundle/package form handling  https://review.openstack.org/17534115:03
openstackgerritEkaterina Chernova proposed openstack/murano-apps: Add license information  https://review.openstack.org/17543515:05
openstackgerritMerged openstack/murano-dashboard: Hide unpublic and not owned packages  https://review.openstack.org/17394715:14
*** serg_melikyan has quit IRC15:14
*** serg_melikyan has joined #murano15:21
openstackgerritDmytro Dovbii proposed openstack/murano-apps: Add Docker App  https://review.openstack.org/17544815:25
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: Application icons: css/html tweaks.  https://review.openstack.org/17507115:33
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: Application icons: css/html tweaks.  https://review.openstack.org/17507115:49
openstackgerritEkaterina Chernova proposed openstack/murano-apps: Add license information  https://review.openstack.org/17543515:56
openstackgerritAlexander Tivelkov proposed openstack/murano: YAQL File Position now contains package Name & ID  https://review.openstack.org/17546515:58
openstackgerritMerged openstack/murano-agent: Increment max FormatVersion  https://review.openstack.org/17162916:01
openstackgerritAlexander Tivelkov proposed openstack/murano: YAQL File Position now contains package Name & ID  https://review.openstack.org/17546516:02
openstackgerritEkaterina Chernova proposed openstack/murano-apps: Add license information  https://review.openstack.org/17543516:05
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: Application icons: css/html tweaks  https://review.openstack.org/17507116:08
*** joefides has quit IRC16:10
*** joefides has joined #murano16:10
*** joefides has quit IRC16:11
*** joefides has joined #murano16:11
openstackgerritDmytro Dovbii proposed openstack/murano-apps: Add Docker App  https://review.openstack.org/17544816:14
openstackgerritEkaterina Chernova proposed openstack/murano-apps: Add license information  https://review.openstack.org/17543516:15
*** eghobo has joined #murano16:16
openstackgerritMerged openstack/murano-dashboard: Improve title adding in 'Application Catalog' page  https://review.openstack.org/17447116:22
*** gcivitella has quit IRC16:31
openstackgerritEkaterina Chernova proposed openstack/murano-agent: Update from global requirements  https://review.openstack.org/17547816:39
openstackgerritEkaterina Chernova proposed openstack/murano-agent: Update from global requirements  https://review.openstack.org/17547816:40
*** joefides has quit IRC16:50
*** joefides has joined #murano16:50
shaggycatslagun, could you help please, how I can fix "null value violates notNull() contract16:51
shaggycat" error?16:51
slagunshaggycat: I thought I already answered to this: you need to provide instance value like in https://github.com/openstack/murano-apps/blob/master/MySQL/package/UI/ui.yaml#L1016:52
shaggycatslagun, yes, but after i copy-paste this part,16:53
shaggycatmy form will broken16:53
shaggycatand app can't add in enviroment16:53
shaggycatI try write new package, based on zabbix server16:53
shaggycatand it's cant deploy with sme error16:54
shaggycatoriginal zabbix server of cource deploy16:54
shaggycatIt is difficult for debug :(((16:54
openstackgerritKirill Zaitsev proposed openstack/murano-dashboard: Application icons: css/html tweaks  https://review.openstack.org/17507116:55
openstackgerritStan Lagun proposed openstack/murano-apps: Update for changes in k8s 0.15  https://review.openstack.org/17548516:55
katyaferventshaggycat, hi16:55
katyaferventshow me your UI definition16:55
slagunshaggycat: maybe you copypasted not everything needed16:55
shaggycatslagun, may be. Thank you very much for help16:56
shaggycatCould you please check this package: https://www.dropbox.com/s/nmbtdvt6icc6tg8/io.murano.apps.linux.Squid.zip?dl=0 and tell my, how i can debug it myself?16:57
shaggycatI want understand, how I can find this erorrs in code16:57
katyaferventDo you know why Application section is needed?16:57
shaggycatkatyafervent, hi16:57
shaggycatkatyafervent, are you ask me?16:57
katyaferventyes, if you don't I can tell16:58
katyaferventyou :)16:58
shaggycatkatyafervent, unfortunetely, I not :(16:59
shaggycatkatyafervent, I'm just very stupid new murano user17:00
katyaferventso we are here to answer your questions17:00
shaggycatAnd I have dreams about getting skill of murano debug :))17:00
slagunshaggycat: what exect error do you get now?17:00
shaggycatslagun, same17:01
shaggycatslagun, null value violates notNull() contract17:01
katyaferventApplication section turns into Object model and engine understands, what heat stack should be generated to deploy such model17:01
slagunshaggycat: try to remove "name: $.appConfiguration.name" (line 6) from your UI.aml17:02
katyaferventThis section located in UI definition temporary, since this is the one place, where user input can be passed to the object model17:02
slagunthis is done automatically and  I'm not sure it works this way now17:03
katyaferventand it will be deployed with parameters, that user provided17:03
openstackgerritMerged openstack/murano-agent: Update from global requirements  https://review.openstack.org/17547817:07
katyaferventwhy do you have hidden: true on unitNamingPattern ?17:08
katyaferventit is used in instance name generation17:08
katyaferventStan, is it allowed to leave this field empty?17:09
*** kzaitsev has quit IRC17:10
shaggycatslagun, it's not help: https://www.dropbox.com/s/nmbtdvt6icc6tg8/io.murano.apps.linux.Squid.zip?dl=0 same error17:15
shaggycatslagun, I'm confused about ask of help, but debug murano app is really difficult for me17:21
shaggycatslagun, may be, I don't understand anything,  understanding by all17:22
shaggycatwho use murano17:22
shaggycatbut I'm not :(17:22
slagunshaggycat: We are working on simplifying this. I'll tell you what is wrong but I need to commit some urgent fix. I'll back to you in 15 min17:23
shaggycatslagun, thank you very much for help17:23
shaggycatslagun, I need go out from office. Do you will here after 2 hours?17:24
shaggycatI will come back here at home17:24
slagunI'm afraid not.17:25
slagunYou can reach me by mail slagun@mirantis.com17:25
*** eghobo_ has joined #murano17:27
shaggycatOh! Thank you very much. I sended you dropbox link17:27
*** eghobo has quit IRC17:29
openstackgerritStan Lagun proposed openstack/murano-apps: Update for changes in k8s 0.15  https://review.openstack.org/17548517:34
*** serg_melikyan has quit IRC17:55
*** joefides_ has joined #murano17:55
slagunshaggycat: are you still here?17:58
*** joefides has quit IRC17:59
slagunI'm not geting notNull() violation on your package. Maybe you just forgot to reupload changed version back to catalog. Im getting an error on agent.call() but thats because of commented block of code that builds execution plan18:00
*** eghobo_ has quit IRC18:17
*** eghobo has joined #murano18:27
*** serg_melikyan has joined #murano19:18
*** imarnat is now known as igormarnat19:25
*** joefides_ has quit IRC19:40
*** joefides has joined #murano19:41
*** serg_melikyan has quit IRC20:05
*** kzaitsev has joined #murano20:14
openstackgerritKirill Zaitsev proposed openstack/python-muranoclient: Support multiple filenames for import commands  https://review.openstack.org/17290320:16
*** samuelBartel has quit IRC20:46
*** eghobo_ has joined #murano20:55
*** eghobo has quit IRC20:58
*** eghobo_ has quit IRC21:07
*** eghobo has joined #murano21:08
*** asalkeld has joined #murano21:15
*** serg_melikyan has joined #murano21:51
*** yamamoto has joined #murano21:56
*** serg_melikyan has quit IRC21:56
*** joefides has quit IRC21:57
*** pradip has quit IRC22:39
*** pradip has joined #murano22:39
*** eghobo has quit IRC22:53
*** eghobo has joined #murano23:01
*** serg_melikyan has joined #murano23:06
*** serg_melikyan has quit IRC23:11
*** yamamoto has quit IRC23:18
*** pradip has quit IRC23:18
*** pradip has joined #murano23:18
*** kzaitsev has quit IRC23:29
*** yamamoto has joined #murano23:55
*** openstackgerrit has quit IRC23:58
*** openstackgerrit has joined #murano23:58

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