*** Marga_ has joined #murano | 00:01 | |
*** Marga_ has quit IRC | 00:02 | |
*** Marga_ has joined #murano | 00:03 | |
*** Marga_ has quit IRC | 00:03 | |
*** Marga_ has joined #murano | 00:03 | |
*** stanchan has joined #murano | 00:17 | |
*** yamamoto_ has quit IRC | 00:18 | |
*** yamamot__ has joined #murano | 00:31 | |
*** yamamot__ has quit IRC | 00:35 | |
*** zhurong has joined #murano | 01:00 | |
*** yamamoto has joined #murano | 01:00 | |
*** kzaitsev_mb has joined #murano | 01:03 | |
*** zhurong has quit IRC | 01:05 | |
*** zhurong has joined #murano | 01:05 | |
*** yamamoto has quit IRC | 01:05 | |
*** kzaitsev_mb has quit IRC | 01:16 | |
openstackgerrit | zhurong proposed openstack/murano: Add help string for cfapi opts https://review.openstack.org/299785 | 01:24 |
---|---|---|
openstackgerrit | zhurong proposed openstack/murano-dashboard: Use more optimal search to get download packages name https://review.openstack.org/296921 | 01:27 |
*** ducttape_ has joined #murano | 01:38 | |
*** yamamot__ has joined #murano | 01:46 | |
*** yamamot__ has quit IRC | 01:51 | |
*** ducttape_ has quit IRC | 01:53 | |
*** _ducttape_ has joined #murano | 01:56 | |
*** yamamoto has joined #murano | 02:31 | |
*** yamamoto has quit IRC | 02:35 | |
*** tobe has joined #murano | 02:42 | |
*** tobe has quit IRC | 02:42 | |
*** sergmelikyan has joined #murano | 02:59 | |
*** _ducttape_ has quit IRC | 03:05 | |
*** stanchan has quit IRC | 03:06 | |
*** yamamot__ has joined #murano | 03:16 | |
*** yamamot__ has quit IRC | 03:21 | |
*** sergmelikyan has quit IRC | 03:43 | |
*** yamamot__ has joined #murano | 04:01 | |
*** yamamot__ has quit IRC | 04:05 | |
*** yamamot__ has joined #murano | 04:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/murano: Updated from global requirements https://review.openstack.org/301661 | 04:26 |
*** jasonsb has joined #murano | 04:30 | |
*** zhurong has quit IRC | 04:39 | |
*** zhurong has joined #murano | 04:48 | |
*** Marga_ has quit IRC | 05:34 | |
*** Marga_ has joined #murano | 05:37 | |
*** Marga_ has quit IRC | 05:38 | |
*** Marga_ has joined #murano | 05:38 | |
*** Marga_ has quit IRC | 05:43 | |
*** Marga_ has joined #murano | 05:52 | |
*** Marga_ has quit IRC | 05:56 | |
*** Marga_ has joined #murano | 06:01 | |
*** tlashchova__ has joined #murano | 06:04 | |
*** Nikolay_St has joined #murano | 06:47 | |
*** zhurong has quit IRC | 06:55 | |
*** zhurong has joined #murano | 06:57 | |
*** openstackgerrit has quit IRC | 07:02 | |
*** openstackgerrit has joined #murano | 07:02 | |
*** Marga_ has quit IRC | 07:05 | |
Nikolay_St | zhurong: hi, are you here? | 07:20 |
zhurong | Nikolay_St yes, I am here | 07:21 |
Nikolay_St | zhurong: any progress on this bp: https://blueprints.launchpad.net/murano/+spec/separate-service-broker-from-murano ? | 07:21 |
zhurong | Nikolay_St I am working on it, now i had separate the config and can sync the two dbs, next thing is deal with the ForeignKey key about the murano db and cfapi db, can you give me some help? | 07:25 |
Nikolay_St | zhurong: sure | 07:30 |
Nikolay_St | zhurong: also, I'd like to ask you to send code to gerrit even if it had WIP status | 07:31 |
zhurong | Nikolay_St OK, I will do it | 07:31 |
*** yamamot__ has quit IRC | 07:32 | |
Nikolay_St | zhurong: thanks. don't forget to add me as reviewer :) | 07:34 |
*** yamamot__ has joined #murano | 07:34 | |
zhurong | Nikolay_St give me a few minutes, I fix the pep8 error, then i will commit it | 07:35 |
Nikolay_St | zhurong: ok. good to know that you can do it so fast :) | 07:36 |
Nikolay_St | can you remember what is your timezone? | 07:36 |
zhurong | Nikolay_St help me with the ForeignKey relationship with two dbs | 07:36 |
zhurong | Nikolay_St I am CST, now is 3:37 pm | 07:37 |
*** tlashchova__ has quit IRC | 07:38 | |
Nikolay_St | zhurong: oh, yeah. it should be probably the most difficult part of this task. | 07:38 |
Nikolay_St | zhurong: so, what we really need to do: remove relationship from env-space table from service broker db when the environment is removed from murano db | 07:40 |
Nikolay_St | in case if it's removed by the call from cloud foundry through service broker | 07:41 |
Nikolay_St | zhurong: is that clear? | 07:41 |
zhurong | Nikolay_St I found sqlalchemy relationship can with different databases, I am trying it | 07:41 |
Nikolay_St | zhurong: the problem that we try to solve is that service broker and murano can be installed on different nodes | 07:44 |
Nikolay_St | is that supported from sqlalchemy relationship which you've mentioned? | 07:44 |
Nikolay_St | also, can you share a documentation with me? | 07:44 |
zhurong | Nikolay_St I just do some search about it, maybe it not the way to do it, can not solve the different nodes | 07:47 |
*** kzaitsev_mb has joined #murano | 07:58 | |
*** ishergin has joined #murano | 07:59 | |
openstackgerrit | zhurong proposed openstack/murano: [WIP]Separate murano service broker from murano https://review.openstack.org/302081 | 07:59 |
Nikolay_St | zhurong: so, you can simply add a call which will remove relationship, but it kinda a duct type. you can try to use oslo.messaging as an alternative, but I'm don' really know if it can helps | 08:02 |
Nikolay_St | zhurong: I put some comments on the patch. Ask me, if you have any questions. | 08:29 |
zhurong | Thanks Nikolay_St | 08:30 |
*** madhuri has joined #murano | 08:30 | |
*** ishergin has quit IRC | 08:33 | |
madhuri | Hi I have done some changes to DockerStandaloneHost | 08:36 |
madhuri | And now I want to test it. But ubuntu image status it still queued | 08:36 |
madhuri | How can I test it? | 08:36 |
madhuri | kzaitsev_mb: ^^ | 08:37 |
Nikolay_St | madhuri: hi | 08:49 |
Nikolay_St | what's going on with ubuntu image? where is queued? | 08:49 |
madhuri | glance image status is queued | 08:51 |
*** kzaitsev_mb has quit IRC | 08:51 | |
madhuri | Nikolay_St: What is the image URL I can try to download and register it manually in glance? | 08:53 |
*** DaveJ__ has joined #murano | 08:54 | |
DaveJ__ | Hi guys, I'm looking for some help creating a murano app. I want to create a VM from an image, creating a new volume. In heat I can do this by using the following property instead of image 'block_device_mapping_v2: [ {"image_id": '5a8da155-c099-48d4-936b-81f3aa62b0f1', "delete_on_termination" : true, "volume_size" : 30 } ]' | 08:56 |
DaveJ__ | I was looking through the examples on git, but didn't see anywhere, where this has been done | 08:57 |
ddovbii | Hi DaveJ__ ! | 08:58 |
ddovbii | We implemented this feature recently | 08:58 |
ddovbii | but still don't have any examples | 08:58 |
DaveJ__ | ddovbii: Ok - at least I know it's implemented :-) | 08:59 |
*** ishergin has joined #murano | 08:59 | |
DaveJ__ | Can you give me any pointers on how to use it | 08:59 |
ddovbii | I can share with you a package that I used to test this ability | 08:59 |
DaveJ__ | Yeah - that would be great | 09:00 |
ddovbii | it is a modified ApacheHttpServer | 09:00 |
ddovbii | I will publish it to my own repo on GitHub and share it with you soon | 09:05 |
ddovbii | DaveJ__, ok? | 09:05 |
DaveJ__ | That's perfect | 09:05 |
DaveJ__ | thanks | 09:05 |
Nikolay_St | madhuri: http://storage.apps.openstack.org/images/ubuntu14.04-x64-kubernetes.qcow2 | 09:05 |
*** Marga_ has joined #murano | 09:05 | |
Nikolay_St | madhuri: you can find all murano images at http://apps.openstack.org/#tab=glance-images | 09:05 |
madhuri | Thanks Nikolay_St | 09:07 |
Nikolay_St | madhuri: it's easy :) you can ping me if you need something | 09:09 |
madhuri | Sure thanks:) | 09:09 |
*** Marga_ has quit IRC | 09:10 | |
madhuri | Nikolay_St: How do we check write 'if a == b' in MuranoPL | 09:19 |
*** ksnihyr has joined #murano | 09:26 | |
madhuri | Hi which ubunu image is preconfigured with docker? | 09:28 |
madhuri | URL for this image ubuntu14.04-x64-docker | 09:28 |
Nikolay_St | madhuri: right for docker image | 09:28 |
Nikolay_St | *should be right | 09:29 |
madhuri | The one which you shared | 09:30 |
*** zhurong has quit IRC | 09:30 | |
Nikolay_St | madhuri: I think so | 09:30 |
madhuri | Ok | 09:30 |
madhuri | Nikolay_St: One more thing How do we write 'if a == b' in MuranoPL ? | 09:31 |
Nikolay_St | madhuri: but we have this debian image http://storage.apps.openstack.org/images/debian-8-docker.qcow2 | 09:31 |
Nikolay_St | ddovbii: can you help us with MuranoPL question? ^^ | 09:32 |
Nikolay_St | madhuri: I can't find an answer myself :( | 09:32 |
madhuri | Np :) | 09:32 |
ddovbii | madhuri, if a = b | 09:32 |
Nikolay_St | madhuri: so, let's try debian image for docker installation | 09:32 |
ddovbii | single `=` | 09:32 |
madhuri | Thanks ddovbii :) | 09:33 |
ddovbii | Np ) | 09:33 |
madhuri | Nikolay_St: I am trying ubuntu image now | 09:33 |
ddovbii | If: a = b | 09:33 |
ddovbii | to be clear | 09:33 |
Nikolay_St | madhuri: I'm not sure that it'll work. | 09:34 |
madhuri | I will try once. If it doesn't then will try other image | 09:35 |
Nikolay_St | ok | 09:40 |
madhuri | ddovbii: | 09:41 |
madhuri | - if $bayStatus = "CREATE_FAILED": Do: Throw: MagnumBayCreateFailed Mesage: 'Magnum bay create failed' | 09:41 |
madhuri | Is this syntax wrong? | 09:41 |
madhuri | I am getting error | 09:42 |
ddovbii | - If: $bayStatus = "CREATE_FAILED" | 09:51 |
ksnihyr | keyword in block constructs strarts from capital later | 09:51 |
tlashchova | madhuri: maybe "If .. Then .. "? https://github.com/openstack/murano-apps/blob/master/WordPress/package/Classes/WordPress.yaml#L55 | 09:59 |
ddovbii | madhuri, http://docs.openstack.org/developer/murano/draft/appdev-guide/murano_pl.html#block-constructs | 09:59 |
madhuri | Thanks tlashchova ddovbii | 09:59 |
*** yamamot__ has quit IRC | 10:00 | |
ddovbii | yeah, and tlashchova is right. use `then` instead of `do` | 10:00 |
*** yamamot__ has joined #murano | 10:03 | |
ddovbii | DaveJ__, here? | 10:03 |
Nikolay_St | kzaitsev_ws: slagun freerunner take a look at https://review.openstack.org/#/c/302147/ | 10:07 |
*** yamamot__ has quit IRC | 10:08 | |
*** kzaitsev_mb has joined #murano | 10:10 | |
kzaitsev_mb | madhuri: still there? | 10:13 |
kzaitsev_mb | if you have problems with the image you can always build your own with DIB | 10:14 |
kzaitsev_mb | madhuri: https://git.openstack.org/cgit/openstack/murano/tree/contrib/elements here are the elements that were used for building the images | 10:15 |
-openstackstatus- NOTICE: npm lint jobs are failing due to a problem with npm registry. The problem is under investigation, and we will update once the issue is solved. | 10:15 | |
*** ChanServ changes topic to "npm lint jobs are failing due to a problem with npm registry. The problem is under investigation, and we will update once the issue is solved." | 10:15 | |
*** yamamoto_ has joined #murano | 11:09 | |
*** yamamoto_ has quit IRC | 11:10 | |
*** yamamoto_ has joined #murano | 11:10 | |
*** yamamoto_ has quit IRC | 11:10 | |
*** Marga_ has joined #murano | 11:15 | |
*** Marga_ has quit IRC | 11:16 | |
*** Marga_ has joined #murano | 11:16 | |
openstackgerrit | Madhuri Kumari proposed openstack/murano: Fix error on deleting Magnum App https://review.openstack.org/302184 | 11:22 |
madhuri | Thanks kzaitsev_mb | 11:23 |
madhuri | Hi kzaitsev_mb | 11:23 |
madhuri | I have submitted fix for bug in MagnumApp | 11:23 |
madhuri | https://review.openstack.org/302184 | 11:23 |
madhuri | I think this needs to be backported to stable/liberty | 11:23 |
openstackgerrit | Alexander Tivelkov proposed openstack/murano: 'GetPackageUI' API can now be called even if Glare is used https://review.openstack.org/301812 | 11:34 |
openstackgerrit | Alexander Tivelkov proposed openstack/python-muranoclient: GetPackageUI API is now called even if Glare is used https://review.openstack.org/301828 | 11:37 |
*** hidekazu has quit IRC | 11:37 | |
*** yamamoto has joined #murano | 11:41 | |
*** yamamoto has quit IRC | 11:48 | |
openstackgerrit | Merged openstack/murano: Updated from global requirements https://review.openstack.org/301661 | 11:51 |
*** sergmelikyan has joined #murano | 12:04 | |
*** Marga_ has quit IRC | 12:07 | |
openstackgerrit | Merged openstack/murano-deployment: Update post hooks for murano readthedocs https://review.openstack.org/301646 | 12:08 |
*** Marga_ has joined #murano | 12:09 | |
*** raildo-afk is now known as raildo | 12:14 | |
*** itisha has joined #murano | 12:18 | |
*** tlashchova has quit IRC | 12:22 | |
openstackgerrit | Valerii Kovalchuk proposed openstack/murano-dashboard: Changes "Deploy Environment" button https://review.openstack.org/302210 | 12:23 |
*** tlashchova has joined #murano | 12:24 | |
*** madhuri has quit IRC | 12:27 | |
*** Liuqing has joined #murano | 12:27 | |
openstackgerrit | Mykyta Karpin proposed openstack/murano-deployment: Add documentation for CI deployment scripts https://review.openstack.org/297183 | 12:34 |
*** Marga_ has quit IRC | 12:36 | |
*** Liuqing has quit IRC | 12:37 | |
*** sergmelikyan has quit IRC | 12:37 | |
*** Liuqing has joined #murano | 12:38 | |
*** Liuqing has quit IRC | 12:42 | |
*** Liuqing has joined #murano | 12:43 | |
*** Liuqing has quit IRC | 12:45 | |
*** Liuqing has joined #murano | 12:49 | |
*** sergmelikyan has joined #murano | 12:57 | |
*** Nikolay_St has quit IRC | 13:06 | |
*** sergmelikyan has quit IRC | 13:12 | |
*** Liuqing has quit IRC | 13:26 | |
*** Liuqing has joined #murano | 13:33 | |
*** blinky_ghost has joined #murano | 13:47 | |
blinky_ghost | Hi all, I've been testing murano, can someone point me an example template that has autoscaling and healing for a multiple application deployment? thanks | 13:48 |
kzaitsev_mb | blinky_ghost: I think, that the only such app, we have today, that is up-to-date is the k8s cluster one. | 13:49 |
blinky_ghost | kzaitsev_mb: where do I find that | 13:50 |
kzaitsev_mb | https://github.com/openstack/murano-apps/tree/master/Docker these ones | 13:50 |
blinky_ghost | thanks | 13:50 |
kzaitsev_mb | or you can just import it from http://apps.openstack.org/#tab=murano-apps&asset=Kubernetes%20Cluster | 13:50 |
blinky_ghost | kzaitsev_mb: ok but do you support healing for vms? I'm not using containers now | 13:51 |
kzaitsev_mb | blinky_ghost: I;m not sure what you mean by 'healing for vms' and 'supporting' it, tbh. It's quite possible to write such apps for murano, but I don't think we have ready to use examples of those | 13:56 |
kzaitsev_mb | I want to say — murano has app life-cycle-management mechanisms, and basically you can write an app, that would incorporate some sort of monitoring in it (although it might be better to have a spearate app for monitoring). And define actions for scaling up/down, backup/restore, etc. | 13:58 |
blinky_ghost | kzaitsev_mb: Healing I mean when you have a composed application with multiple vms, like a wordpress with has http, mysql server, etc, and for example if you kill a http server, murano detects it and lauches another | 13:59 |
*** sergmelikyan has joined #murano | 14:01 | |
kzaitsev_mb | blinky_ghost: murano does not have any baked-in monitoring, so it won't be able to detect that the server has been killed, that had to be done by some external tool | 14:01 |
kzaitsev_mb | however I believe it could be possible to give app an action, that would be able to check, whether, say, all VMs are in-place and respawn anything, that has been killed. | 14:03 |
blinky_ghost | kzaitsev_mb: ok thanks I'll try to investigate it | 14:04 |
kzaitsev_mb | blinky_ghost: I know, we have a rather scarce library of interesting apps =) I intend to expand it with some common use-cases some time soon. I have a very simple scaling app that needs some polishing but should be a nice simple scaling example | 14:07 |
kzaitsev_mb | I should probably think of a healing example | 14:07 |
kzaitsev_mb | blinky_ghost: is it a real-life scenario? (I mean — is it really viable to consider a situation, where someone kills a VM you've spawned) | 14:08 |
blinky_ghost | kzaitsev_mb: I'm looking in to it to create a VNF platform for telco | 14:09 |
blinky_ghost | I'm just looking for options | 14:09 |
*** zhurong has joined #murano | 14:09 | |
blinky_ghost | kzaitsev_mb: yes in telco world this is requested all the time, some sort of healing, auto-scaling and anti-affinity | 14:10 |
blinky_ghost | among other things :) | 14:10 |
kzaitsev_mb | yep, our immediate dev plans include making writing apps for murano easier and providing simpler way to make farm-like apps, reduce amount of boilerplate code, show common patterns for those in murano. | 14:13 |
blinky_ghost | ok thanks | 14:18 |
*** yamamoto has joined #murano | 14:29 | |
*** blinky_ghost has quit IRC | 14:44 | |
*** raildo is now known as raildo-afk | 14:49 | |
*** ducttape_ has joined #murano | 14:50 | |
*** raildo-afk is now known as raildo | 14:51 | |
*** drupalmonkey has joined #murano | 14:58 | |
*** Nikolay_St has joined #murano | 15:01 | |
*** ishergin_ has joined #murano | 15:02 | |
*** ishergin has quit IRC | 15:04 | |
openstackgerrit | Valerii Kovalchuk proposed openstack/murano-dashboard: Changes "Deploy Environment" button https://review.openstack.org/302210 | 15:05 |
openstackgerrit | Valerii Kovalchuk proposed openstack/murano-dashboard: Change "Deploy Environment" button https://review.openstack.org/302210 | 15:07 |
*** Liuqing has quit IRC | 15:15 | |
*** Marga_ has joined #murano | 15:16 | |
*** Nikolay_St has quit IRC | 15:26 | |
*** ducttape_ has quit IRC | 16:00 | |
*** ducttape_ has joined #murano | 16:02 | |
*** kzaitsev_mb has quit IRC | 16:02 | |
*** ksnihyr has quit IRC | 16:10 | |
*** ksnihyr has joined #murano | 16:11 | |
*** kzaitsev_mb has joined #murano | 16:11 | |
*** Nikolay_St has joined #murano | 16:12 | |
*** zhurong has quit IRC | 16:13 | |
*** ksnihyr has quit IRC | 16:15 | |
*** ksnihyr has joined #murano | 16:16 | |
*** ksnihyr has quit IRC | 16:21 | |
*** kzaitsev_mb has quit IRC | 16:24 | |
*** DaveJ__ has quit IRC | 16:29 | |
*** thumpba has joined #murano | 16:31 | |
*** Marga_ has quit IRC | 16:34 | |
*** Marga_ has joined #murano | 16:37 | |
*** ishergin_ has quit IRC | 16:41 | |
*** ishergin has joined #murano | 16:41 | |
*** jasonsb has quit IRC | 16:42 | |
*** Marga_ has quit IRC | 16:44 | |
openstackgerrit | Merged openstack/murano: [Murano Docs] Install murano-agent by cloud-init https://review.openstack.org/300498 | 16:49 |
openstackgerrit | Merged openstack/murano: Define context.roles with base class https://review.openstack.org/290887 | 16:49 |
*** ksnihyr has joined #murano | 17:08 | |
*** ksnihyr has quit IRC | 17:15 | |
*** Marga_ has joined #murano | 17:28 | |
*** ksnihyr has joined #murano | 17:37 | |
*** ksnihyr has quit IRC | 17:53 | |
*** vgridnev has joined #murano | 17:53 | |
*** ducttape_ has quit IRC | 17:58 | |
thumpba | Murano hang in 'Deploying' state with error : | 18:00 |
thumpba | "Data too long for column \'description\' at row 1") \'UPDATE environment SET updated=%s, version=%s, description=%s WHERE environment.id = %s\' (datetime.datetime(2016, 4, 4, 9, 31, 55, 914511), 5L, \'{"ObjectsCopy": {"defaultNetworks" | 18:00 |
thumpba | has anyone seen this issue before? | 18:01 |
*** twedgar has joined #murano | 18:01 | |
twedgar | I'm trying to create a new network as part of an application package. Is that possible and is there an example to look at? | 18:02 |
*** ksnihyr has joined #murano | 18:06 | |
*** yamamoto has quit IRC | 18:10 | |
*** tlashchova__ has joined #murano | 18:13 | |
*** ducttape_ has joined #murano | 18:16 | |
*** yamamoto has joined #murano | 18:21 | |
*** thumpba has quit IRC | 18:29 | |
*** thumpba has joined #murano | 18:31 | |
*** tlashchova__ has quit IRC | 18:53 | |
*** vgridnev has quit IRC | 19:00 | |
*** vgridnev has joined #murano | 19:01 | |
*** vgridnev has quit IRC | 19:02 | |
*** ishergin has quit IRC | 19:04 | |
*** yamamoto has quit IRC | 19:10 | |
*** ducttape_ has quit IRC | 19:17 | |
*** ducttape_ has joined #murano | 19:32 | |
*** thumpba has quit IRC | 19:47 | |
*** drupalmonkey has quit IRC | 20:00 | |
*** yamamoto has joined #murano | 20:11 | |
*** yamamoto has quit IRC | 20:19 | |
sergmelikyan | thumpa as a workaround you can manually change size of the collumn in DB | 20:30 |
sergmelikyan | thumpa we are working on fix :( | 20:30 |
sergmelikyan | twedgar: can you give a more info about use-case? Murano creates new network for each environment - do you need additional network for your application? | 20:31 |
*** kzaitsev_mb has joined #murano | 20:41 | |
*** ksnihyr has quit IRC | 20:44 | |
*** raildo is now known as raildo-afk | 21:02 | |
*** drupalmonkey has joined #murano | 21:43 | |
*** twedgar has quit IRC | 21:49 | |
*** ducttape_ has quit IRC | 22:27 | |
*** kzaitsev_mb has quit IRC | 22:28 | |
*** drupalmonkey has quit IRC | 22:46 | |
*** itisha has quit IRC | 23:19 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!