openstackgerrit | Stan Lagun proposed stackforge/murano-apps: Fixes port acquiring logic in DockerStandaloneHost https://review.openstack.org/174162 | 00:06 |
---|---|---|
*** yamamoto has quit IRC | 00:15 | |
*** smc7 has quit IRC | 00:47 | |
openstackgerrit | Georgy Okrokvertskhov proposed stackforge/murano-agent: Add dynamic result message routing https://review.openstack.org/174175 | 01:04 |
*** eghobo has quit IRC | 01:34 | |
*** yamamoto has joined #murano | 03:41 | |
*** eghobo has joined #murano | 04:02 | |
*** eghobo_ has joined #murano | 05:01 | |
*** eghobo has quit IRC | 05:05 | |
openstackgerrit | Georgy Okrokvertskhov proposed stackforge/murano-agent: Add dynamic result message routing https://review.openstack.org/174175 | 05:35 |
openstackgerrit | Georgy Okrokvertskhov proposed stackforge/murano: Add method in Agent class to allow message handling extentions https://review.openstack.org/173963 | 05:37 |
openstackgerrit | Georgy Okrokvertskhov proposed stackforge/murano: Add method in Agent class to allow message handling extensions https://review.openstack.org/173963 | 05:58 |
*** igormarnat is now known as imarnat | 06:20 | |
*** eghobo_ has quit IRC | 06:22 | |
openstackgerrit | Henar Muñoz proposed stackforge/murano: File key is wrongly created when the File Type is downloable https://review.openstack.org/171504 | 06:28 |
*** eghobo has joined #murano | 06:38 | |
*** eghobo has quit IRC | 06:42 | |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: FormatVersion was not incremented https://review.openstack.org/171629 | 06:48 |
*** gcivitella has joined #murano | 06:57 | |
*** imarnat is now known as igormarnat | 07:15 | |
*** igormarnat is now known as imarnat | 07:17 | |
*** gcivitella_ has joined #murano | 07:17 | |
*** gcivitella has quit IRC | 07:18 | |
*** gcivitella__ has joined #murano | 07:22 | |
*** gcivitella__ has quit IRC | 07:23 | |
*** gcivitella has joined #murano | 07:23 | |
*** gcivitella_ has quit IRC | 07:23 | |
*** imarnat is now known as igormarnat | 07:59 | |
*** stan_lagun has quit IRC | 07:59 | |
*** DaveJ__ has joined #murano | 07:59 | |
DaveJ__ | Hi guys - looking for some advice on putting together a Murano app. | 07:59 |
DaveJ__ | On the UI page for my app, I'd like the user to be able to select the image to launch, based on a regex | 08:00 |
DaveJ__ | is this possible ? | 08:00 |
*** igormarnat is now known as imarnat | 08:01 | |
ddovbii | Hi, DaveJ! | 08:06 |
ddovbii | I'm afraid not | 08:06 |
*** sergmelikyan has joined #murano | 08:11 | |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Folder Not Found with Git Downloable File https://review.openstack.org/174248 | 08:15 |
openstackgerrit | Serg Melikyan proposed stackforge/murano-apps: Add requirements to docker host and k8s cluster https://review.openstack.org/173348 | 08:24 |
openstackgerrit | Merged stackforge/murano-apps: Add requirements to docker host and k8s cluster https://review.openstack.org/173348 | 08:24 |
sergmelikyan | DaveJ__, unfortunately we don't support filtering based on regex, one of the possible solutions is tagging images with custom metadata and filtering based on that | 08:26 |
sergmelikyan | For now you can mark image in UI only as windows or linux, but you can mark through glance client images as whatever you like | 08:27 |
DaveJ__ | sergmelikyan: Thanks | 08:27 |
sergmelikyan | DaveJ__, you can mark images for your application as: myapp.image1 and myapp.image2, and put https://github.com/stackforge/murano-apps/blob/master/MySQL/package/UI/ui.yaml#L82 here myapp | 08:29 |
sergmelikyan | This will display only those two images | 08:30 |
DaveJ__ | sergmelikyan: When you say mark, do you mean adding custom metadata ? | 08:31 |
DaveJ__ | sergmelikyan: And does there need to be a particular key used ? | 08:31 |
*** aderyugin has quit IRC | 08:32 | |
sergmelikyan | DaveJ__, yeah. In Murano we have panel where you are marking images, but choice in that panel is limited, so you can do that manually to archive your goal | 08:32 |
sergmelikyan | DaveJ__, give me a second I will find a snippet | 08:32 |
DaveJ__ | Great, thank you | 08:32 |
sergmelikyan | DaveJ__, https://github.com/stackforge/murano-dashboard/blob/master/muranodashboard/images/forms.py#L77 | 08:35 |
sergmelikyan | This is how it is done in UI | 08:35 |
sergmelikyan | DaveJ__, http://paste.openstack.org/show/204059/ <- how to do it manually | 08:35 |
*** aderyugin has joined #murano | 08:35 | |
sergmelikyan | Essentially glance image-update <img-uuid> --property murano_image_info='{ "title": "Image for My App", "type": "myapp.image1' }" | 08:36 |
DaveJ__ | Thats perfect - exactly what I need | 08:36 |
DaveJ__ | I'll trry it out today | 08:36 |
sergmelikyan | All the staff around marking images is quite limiting, we thinking about implementing things based Metadata Defs | 08:38 |
sergmelikyan | https://github.com/openstack/glance-specs/blob/master/specs/juno/metadata-schema-catalog.rst | 08:38 |
sergmelikyan | This will give ability to put any metadata and filter by any metadata | 08:38 |
sergmelikyan | Should be much more agile | 08:38 |
*** aderyugin has quit IRC | 08:43 | |
openstackgerrit | Serg Melikyan proposed stackforge/murano: Add method in Agent class to allow message handling extensions https://review.openstack.org/173963 | 08:43 |
*** imarnat is now known as igormarnat | 08:53 | |
*** igormarnat is now known as imarnat | 08:55 | |
*** freerunner has quit IRC | 08:56 | |
*** freerunner has joined #murano | 09:06 | |
zigo | Is there an RC1 comming out soon for Murano? | 09:08 |
zigo | It's one of the last things I didn't package using rc1 yet... | 09:08 |
katyafervent | hi zigo | 09:12 |
katyafervent | we are planning to release rc1 today | 09:12 |
zigo | katyafervent: Hello ! :) | 09:12 |
zigo | Ah cool. | 09:12 |
katyafervent | last fixes are coming :) | 09:12 |
zigo | Great. | 09:12 |
zigo | Is this for all components? | 09:13 |
zigo | (ie: murano-agent, client, and murano itself) | 09:13 |
zigo | (and the dashboard...) | 09:13 |
katyafervent | mainly for murano-dashboard and for apps, we we will find new issues | 09:13 |
katyafervent | *if we | 09:13 |
*** imarnat is now known as igormarnat | 09:17 | |
*** igormarnat is now known as imarnat | 09:21 | |
*** yamamoto has quit IRC | 09:23 | |
*** aderyugin has joined #murano | 09:27 | |
openstackgerrit | Merged stackforge/murano-apps: Fixes port acquiring logic in DockerStandaloneHost https://review.openstack.org/174162 | 09:36 |
*** yamamoto has joined #murano | 09:49 | |
*** imarnat is now known as igormarnat | 09:56 | |
*** igormarnat is now known as imarnat | 10:00 | |
*** imarnat is now known as igormarnat | 10:01 | |
openstackgerrit | Merged stackforge/murano: Add method in Agent class to allow message handling extensions https://review.openstack.org/173963 | 10:01 |
openstackgerrit | Kirill Zaitsev proposed stackforge/murano-dashboard: Catalog: Set correct sort_dir for next/prev page buttons https://review.openstack.org/174283 | 10:05 |
*** igormarnat is now known as imarnat | 10:06 | |
*** yamamoto has quit IRC | 10:19 | |
*** imarnat is now known as igormarnat | 10:24 | |
*** igormarnat is now known as imarnat | 10:27 | |
*** katyafervent is now known as katyafervent_awa | 10:42 | |
*** katyafervent_awa is now known as katyafervent | 10:44 | |
*** yamamoto has joined #murano | 10:50 | |
*** yamamoto has quit IRC | 10:56 | |
*** imarnat is now known as igormarnat | 10:59 | |
*** yamamoto has joined #murano | 11:01 | |
*** kzaitsev has joined #murano | 11:02 | |
*** yamamoto has quit IRC | 11:03 | |
*** kzaitsev has quit IRC | 11:07 | |
*** yamamoto has joined #murano | 11:12 | |
*** igormarnat is now known as imarnat | 11:14 | |
*** imarnat is now known as igormarnat | 11:18 | |
*** igormarnat is now known as imarnat | 11:22 | |
*** imarnat is now known as igormarnat | 11:27 | |
*** igormarnat is now known as imarnat | 11:28 | |
*** imarnat is now known as igormarnat | 11:30 | |
*** kzaitsev has joined #murano | 11:33 | |
*** kzaitsev has quit IRC | 11:33 | |
*** igormarnat is now known as imarnat | 11:52 | |
*** imarnat is now known as igormarnat | 11:56 | |
*** ogzy has joined #murano | 12:05 | |
ogzy | i am trying to build a docker image for murano-agent, but it seems the murano-agent should be run at the foreground, any way to make it run foreground? | 12:06 |
*** yamamoto has quit IRC | 12:20 | |
*** igormarnat is now known as imarnat | 12:26 | |
*** imarnat is now known as igormarnat | 12:28 | |
*** achudnovets has joined #murano | 12:28 | |
ogzy | nevermind i found the solution | 12:30 |
*** achudnovets has quit IRC | 12:33 | |
katyafervent | ogzy, ok, cause I don't know what to advise | 12:34 |
ogzy | katyafervent: np, i found the solution, trying to use coreos as the base image for murano app installs :) | 12:35 |
*** igormarnat is now known as imarnat | 12:45 | |
*** imarnat is now known as igormarnat | 12:45 | |
*** igormarnat is now known as imarnat | 12:47 | |
*** imarnat is now known as igormarnat | 12:48 | |
*** igormarnat is now known as imarnat | 13:00 | |
*** imarnat is now known as igormarnat | 13:02 | |
*** igormarnat is now known as imarnat | 13:07 | |
*** kzaitsev has joined #murano | 13:15 | |
*** imarnat is now known as igormarnat | 13:15 | |
*** achudnovets has joined #murano | 13:16 | |
*** igormarnat is now known as imarnat | 13:16 | |
*** sergmelikyan has quit IRC | 13:19 | |
*** yamamoto has joined #murano | 13:28 | |
*** DaveJ__ has quit IRC | 13:31 | |
*** imarnat is now known as igormarnat | 13:31 | |
*** igormarnat is now known as imarnat | 13:34 | |
*** kzaitsev has quit IRC | 13:38 | |
*** kzaitsev has joined #murano | 13:39 | |
*** kzaitsev has quit IRC | 13:48 | |
*** sergmelikyan has joined #murano | 13:52 | |
*** imarnat is now known as igormarnat | 14:01 | |
*** drupalmonkey has joined #murano | 14:02 | |
*** igormarnat is now known as imarnat | 14:03 | |
*** imarnat is now known as igormarnat | 14:03 | |
*** yamamoto has quit IRC | 14:04 | |
*** igormarnat is now known as imarnat | 14:06 | |
openstackgerrit | Merged stackforge/murano-dashboard: Catalog: Set correct sort_dir for next/prev page buttons https://review.openstack.org/174283 | 14:16 |
*** imarnat is now known as igormarnat | 14:30 | |
*** igormarnat is now known as imarnat | 14:46 | |
*** kzaitsev has joined #murano | 14:58 | |
*** kzaitsev has quit IRC | 15:00 | |
*** ogzy has quit IRC | 15:03 | |
*** eghobo has joined #murano | 15:26 | |
*** eghobo_ has joined #murano | 15:27 | |
*** eghobo has quit IRC | 15:31 | |
*** kzaitsev has joined #murano | 15:41 | |
*** eghobo_ has quit IRC | 15:41 | |
*** kzaitsev has quit IRC | 15:45 | |
*** ddovbii has quit IRC | 15:50 | |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-dashboard: Hide unpublic and not owned packages https://review.openstack.org/173947 | 16:25 |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-dashboard: Hide unpublic and not owned packages https://review.openstack.org/173947 | 16:46 |
*** imarnat is now known as igormarnat | 17:04 | |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-dashboard: Improve title adding in 'Application Catalog' page https://review.openstack.org/174471 | 17:10 |
*** gcivitella has quit IRC | 17:10 | |
*** achudnovets has quit IRC | 18:35 | |
*** eghobo has joined #murano | 19:04 | |
-openstackstatus- NOTICE: gerrit has been restarted to clear a problem with its event stream. any gerrit changes updated or approved between 19:14 and 19:46 utc will need to be rechecked or have their approval reapplied for zuul to pick them up | 19:46 | |
*** serg_melikyan has joined #murano | 21:07 | |
*** serg_melikyan has quit IRC | 21:12 | |
*** yamamoto has joined #murano | 23:09 | |
*** yamamoto has quit IRC | 23:27 | |
*** yamamoto has joined #murano | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!