*** sergmelikyan has joined #murano | 00:00 | |
*** Zer0Byte__ has quit IRC | 00:37 | |
openstackgerrit | Timur Sufiev proposed openstack/murano-specs: [WIP] Schema driven UI specification https://review.openstack.org/344518 | 00:51 |
---|---|---|
*** kzaitsev_mb has joined #murano | 00:51 | |
*** kzaitsev_mb has quit IRC | 00:57 | |
*** ducttape_ has joined #murano | 00:58 | |
*** zhurong has joined #murano | 01:05 | |
*** sergmelikyan has quit IRC | 01:10 | |
*** DaveJ__ has quit IRC | 01:10 | |
*** Liuqing has joined #murano | 01:21 | |
*** sergmelikyan has joined #murano | 01:29 | |
*** sergmelikyan has quit IRC | 01:31 | |
*** sergmelikyan has joined #murano | 01:32 | |
*** sergmelikyan has quit IRC | 01:33 | |
*** sergmelikyan has joined #murano | 01:33 | |
*** yamamot__ has joined #murano | 01:35 | |
*** ducttape_ has quit IRC | 01:39 | |
*** yamamot__ has quit IRC | 01:40 | |
*** kzaitsev_mb has joined #murano | 01:53 | |
*** kzaitsev_mb has quit IRC | 01:58 | |
*** zhurong has quit IRC | 01:58 | |
*** zhurong has joined #murano | 01:59 | |
*** itisha has quit IRC | 02:10 | |
*** sergmelikyan has quit IRC | 02:14 | |
*** sergmelikyan has joined #murano | 02:14 | |
*** yamamot__ has joined #murano | 02:18 | |
*** ducttape_ has joined #murano | 02:33 | |
*** sergmelikyan has quit IRC | 02:53 | |
*** kzaitsev_mb has joined #murano | 02:54 | |
*** sergmelikyan has joined #murano | 02:54 | |
*** ducttape_ has quit IRC | 02:56 | |
*** Liuqing has quit IRC | 02:57 | |
*** zhurong has quit IRC | 02:57 | |
*** rakhmero_ has joined #murano | 02:57 | |
*** Liuqing has joined #murano | 02:57 | |
*** zhurong has joined #murano | 02:57 | |
*** sergmelikyan has quit IRC | 02:59 | |
*** kzaitsev_mb has quit IRC | 02:59 | |
*** ducttape_ has joined #murano | 03:06 | |
*** sergmelikyan has joined #murano | 03:10 | |
*** rakhmero_ has quit IRC | 03:11 | |
*** ducttape_ has quit IRC | 03:11 | |
*** yamamot__ has quit IRC | 03:33 | |
*** sergmelikyan has quit IRC | 03:34 | |
*** kzaitsev_mb has joined #murano | 03:55 | |
*** sergmelikyan has joined #murano | 03:59 | |
*** kzaitsev_mb has quit IRC | 04:00 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack/python-muranoclient: Remove discover from test-requirements https://review.openstack.org/345768 | 04:06 |
*** ducttape_ has joined #murano | 04:12 | |
*** yamamot__ has joined #murano | 04:16 | |
*** ducttape_ has quit IRC | 04:17 | |
*** rakhmero_ has joined #murano | 04:24 | |
*** Nikolay_St has joined #murano | 04:54 | |
*** sergmelikyan has quit IRC | 04:54 | |
*** kzaitsev_mb has joined #murano | 04:54 | |
*** sergmelikyan has joined #murano | 04:55 | |
*** sergmelikyan has quit IRC | 04:57 | |
*** sergmelikyan has joined #murano | 04:57 | |
*** sergmelikyan has quit IRC | 05:02 | |
openstackgerrit | zhurong proposed openstack/murano-dashboard: Load current_theme for compress tag https://review.openstack.org/345812 | 05:17 |
openstackgerrit | Merged openstack/python-muranoclient: Remove discover from test-requirements https://review.openstack.org/345768 | 05:20 |
*** kzaitsev_mb has quit IRC | 05:20 | |
openstackgerrit | Merged openstack/python-muranoclient: Updated from global requirements https://review.openstack.org/345153 | 05:23 |
*** rakhmero_ has quit IRC | 05:32 | |
*** Nikolay_St has quit IRC | 05:34 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack/murano-agent: Remove discover from test-requirements https://review.openstack.org/345836 | 06:33 |
*** kzaitsev_mb has joined #murano | 07:12 | |
*** dfflanders has joined #murano | 07:17 | |
*** rakhmero_ has joined #murano | 07:34 | |
*** Nikolay_St has joined #murano | 07:37 | |
*** maestropandy has joined #murano | 07:40 | |
openstackgerrit | Hidekazu Nakamura proposed openstack/murano-agent: Fix chef executor unit test https://review.openstack.org/345880 | 07:42 |
*** kzaitsev_mb has quit IRC | 07:47 | |
*** rakhmero_ has quit IRC | 07:49 | |
*** kzaitsev_mb has joined #murano | 07:53 | |
*** dfflanders has quit IRC | 07:54 | |
openstackgerrit | Hidekazu Nakamura proposed openstack/murano-apps: Delete unused parameter in GitChef https://review.openstack.org/345884 | 07:59 |
*** tsufiev has quit IRC | 08:11 | |
*** openstackgerrit has quit IRC | 08:11 | |
*** tsufiev has joined #murano | 08:11 | |
*** openstackgerrit has joined #murano | 08:14 | |
*** DaveJ__ has joined #murano | 08:29 | |
DaveJ__ | Hi Guys, with a HOT template, I can add metadata to an instance by using the following field under instance properties 'metadata: { key1: value1, key2: value2 }'. Is there anyway I can do this via a Murano class? | 08:32 |
kzaitsev_mb | DaveJ__: you can add it directly via editing the heat template, that murano uses internally | 08:34 |
DaveJ__ | I tried modifying the ApacheHttpServer app. Under deploy: body: I added properties: metadata, but with no success | 08:34 |
DaveJ__ | kzaitsev_mb: Thanks - I'm not sure that will work for me. at deploy time, I want users to enter a field displayed by the ui.yaml. The value of that field will be set as metadata | 08:34 |
DaveJ__ | kzaitsev_mb: The idea is we need to tag certian VMs, so we can query stats about them later on | 08:35 |
kzaitsev_mb | DaveJ__: https://github.com/openstack/murano/blob/master/meta/io.murano/Classes/resources/LinuxMuranoInstance.yaml#L30 here is an example, how you can edit the stack template | 08:40 |
DaveJ__ | kzaitsev_mb: Thanks - in that example, is there a way to reference the instance itself under the list of resources ? | 08:42 |
kzaitsev_mb | updateTemplate will merge the teamplate supplied with the one currently in use, so all you need to do is make a template you need and update existing | 08:42 |
kzaitsev_mb | DaveJ__: not sure what you want =) you can use any muranopl variables in that template | 08:44 |
kzaitsev_mb | murano/engine/system/heat_stack.py | 08:45 |
kzaitsev_mb | oops wrong paste )) | 08:45 |
kzaitsev_mb | https://github.com/openstack/murano/blob/master/meta/io.murano/Classes/resources/Instance.yaml#L142 | 08:45 |
kzaitsev_mb | so. you'll probably need to make a similar template, use the name of the instance you want to tag and add metadata | 08:46 |
DaveJ__ | Ok, I'll see if i can figure that out. | 08:46 |
DaveJ__ | Thanks for the help. | 08:46 |
kzaitsev_mb | just $.name should be $instance.name I guess, or whatever varibale would hold the name of the instance in your case | 08:46 |
DaveJ__ | https://www.irccloud.com/pastebin/g3l2yDUz/ | 08:50 |
DaveJ__ | so i can reference $instance | 08:51 |
DaveJ__ | Can i do something lile $instance.$template.$.name.properties | 08:52 |
DaveJ__ | in order to add to the instance propreties ? | 08:52 |
kzaitsev_mb | no instance doesn't have a template of it's own | 08:52 |
kzaitsev_mb | https://github.com/openstack/murano/blob/master/meta/io.murano/Classes/resources/Instance.yaml#L22 | 08:53 |
kzaitsev_mb | in order edit the template — just make a dict with fields, you want to update and use updateTemplate function | 08:54 |
openstackgerrit | zhurong proposed openstack/murano: Use devstack for service broker use separate paste and db https://review.openstack.org/308133 | 08:56 |
*** ducttape_ has joined #murano | 09:17 | |
*** ducttape_ has quit IRC | 09:22 | |
*** akholkin has joined #murano | 09:28 | |
openstackgerrit | zhurong proposed openstack/murano: Use devstack for service broker use separate paste and db https://review.openstack.org/308133 | 09:29 |
openstackgerrit | Oleh Baran proposed openstack/murano: Add base and packages for tempest murano scenario tests https://review.openstack.org/342088 | 09:35 |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-apps: [k8s] Fix typo in member configuration script https://review.openstack.org/345943 | 09:38 |
openstackgerrit | Oleh Baran proposed openstack/murano: Add cinder volumes attachment tests https://review.openstack.org/339446 | 09:44 |
openstackgerrit | Merged openstack/murano-apps: [k8s] Fix typo in member configuration script https://review.openstack.org/345943 | 09:46 |
*** yamamot__ has quit IRC | 09:46 | |
openstackgerrit | Allen proposed openstack/murano-dashboard: The height of the filter buttons should be consistent https://review.openstack.org/345950 | 09:54 |
*** zhurong has quit IRC | 10:06 | |
*** Liuqing has quit IRC | 10:08 | |
openstackgerrit | Valerii Kovalchuk proposed openstack/python-muranoclient: Change put method to delete while removing last component in env https://review.openstack.org/324631 | 10:13 |
*** ducttape_ has joined #murano | 10:18 | |
openstackgerrit | Allen proposed openstack/murano-dashboard: The triangle in drop-down box should be hollow https://review.openstack.org/345962 | 10:20 |
*** ducttape_ has quit IRC | 10:23 | |
*** yamamoto has joined #murano | 10:42 | |
openstackgerrit | Mykola Stolyarenko proposed openstack/murano: Add deployment murano tempest test https://review.openstack.org/338178 | 10:44 |
*** yamamoto has quit IRC | 10:48 | |
*** yamamoto has joined #murano | 10:48 | |
*** yamamoto has quit IRC | 10:48 | |
*** yamamoto has joined #murano | 10:49 | |
openstackgerrit | Vitaly Lopatkin proposed openstack/murano-apps: privileged mode support for KubernetesPod and DockerStandaloneHost https://review.openstack.org/345494 | 10:53 |
*** yamamoto has quit IRC | 10:54 | |
openstackgerrit | Oleh Baran proposed openstack/murano: Add base and packages for tempest murano scenario tests https://review.openstack.org/342088 | 11:00 |
*** ducttape_ has joined #murano | 11:08 | |
*** yamamoto has joined #murano | 11:10 | |
*** zhurong has joined #murano | 11:11 | |
*** zhurong has quit IRC | 11:16 | |
*** zhurong has joined #murano | 11:17 | |
*** ducttape_ has quit IRC | 11:19 | |
openstackgerrit | Oleh Baran proposed openstack/murano: Add cinder volumes attachment tests https://review.openstack.org/339446 | 11:42 |
*** vakovalchuk has joined #murano | 11:47 | |
*** ducttape_ has joined #murano | 11:53 | |
*** ducttape_ has quit IRC | 11:57 | |
*** yamamoto has quit IRC | 12:01 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano: Add tempest GLARE sanity check tests https://review.openstack.org/345093 | 12:01 |
*** yamamoto has joined #murano | 12:13 | |
*** yamamoto has quit IRC | 12:14 | |
openstackgerrit | Merged openstack/murano: Initial implementation of artifacts client in tempest plugin https://review.openstack.org/340434 | 12:14 |
*** yamamoto has joined #murano | 12:15 | |
*** leitan has joined #murano | 12:29 | |
openstackgerrit | Bartosz Kupidura proposed openstack/murano-apps: go.cd application for murano https://review.openstack.org/344191 | 12:30 |
*** yamamoto has quit IRC | 12:37 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano: Enable static action tests with glare backend https://review.openstack.org/345382 | 12:38 |
*** maestropandy has quit IRC | 12:40 | |
openstackgerrit | zhurong proposed openstack/murano-dashboard: [TrivialFix]Remove the redundant navigation in app_details page https://review.openstack.org/346009 | 12:42 |
*** yamamoto has joined #murano | 12:45 | |
*** leitan has quit IRC | 12:47 | |
*** yamamoto has quit IRC | 12:58 | |
*** yamamoto has joined #murano | 13:02 | |
*** yamamoto has quit IRC | 13:09 | |
*** krotscheck is now known as lolscheck | 13:12 | |
*** cleong has joined #murano | 13:15 | |
*** lolscheck is now known as krotscheck | 13:31 | |
*** itisha has joined #murano | 13:52 | |
*** sergmelikyan has joined #murano | 13:52 | |
*** zhurong has quit IRC | 14:04 | |
*** zhurong has joined #murano | 14:05 | |
*** zhurong has quit IRC | 14:07 | |
*** yamamoto has joined #murano | 14:08 | |
openstackgerrit | Merged openstack/murano-apps: Delete unused parameter in GitChef https://review.openstack.org/345884 | 14:08 |
*** yamamoto has quit IRC | 14:13 | |
openstackgerrit | Merged openstack/murano-agent: Remove discover from test-requirements https://review.openstack.org/345836 | 14:13 |
*** sergmelikyan has quit IRC | 14:28 | |
openstackgerrit | Merged openstack/murano: Devstack install murano-dashboard with murano RBAC policy https://review.openstack.org/342210 | 14:30 |
*** StanLagun has joined #murano | 14:47 | |
*** Nikolay_St has quit IRC | 14:55 | |
*** sergmelikyan has joined #murano | 15:01 | |
*** zimboboyd has quit IRC | 15:29 | |
*** zimboboyd has joined #murano | 15:33 | |
*** 21WAAS9QQ has joined #murano | 15:33 | |
*** sergmelikyan has quit IRC | 15:33 | |
*** sergmeli_ has joined #murano | 15:38 | |
*** 21WAAS9QQ has quit IRC | 15:39 | |
*** krotscheck has quit IRC | 15:39 | |
openstackgerrit | Timur Sufiev proposed openstack/murano-specs: [WIP] Schema driven UI specification https://review.openstack.org/344518 | 15:41 |
*** krotscheck has joined #murano | 15:47 | |
*** kzaitsev_mb has quit IRC | 15:55 | |
*** kzaitsev_mb has joined #murano | 15:56 | |
*** Nikolay_St has joined #murano | 15:58 | |
*** kzaitsev_mb has quit IRC | 16:01 | |
*** kzaitsev_mb has joined #murano | 16:02 | |
*** sergmeli_ has quit IRC | 16:03 | |
*** sergmelikyan has joined #murano | 16:08 | |
openstackgerrit | Mykyta Karpin proposed openstack/murano-deployment: [WIP] Add more syntax checks https://review.openstack.org/346108 | 16:09 |
*** sergmelikyan has quit IRC | 16:09 | |
openstackgerrit | Mykyta Karpin proposed openstack/murano-deployment: [WIP] Add more syntax checks https://review.openstack.org/346108 | 16:11 |
*** ddovbii__ has quit IRC | 16:14 | |
*** sergmelikyan has joined #murano | 16:15 | |
*** kzaitsev_mb has quit IRC | 16:25 | |
*** vakovalchuk has quit IRC | 16:27 | |
*** yamamoto has joined #murano | 16:29 | |
*** yamamoto has quit IRC | 16:29 | |
*** dcotton has quit IRC | 16:31 | |
*** yamamoto has joined #murano | 17:29 | |
*** yamamoto has quit IRC | 17:37 | |
*** Zer0Byte__ has joined #murano | 17:38 | |
*** StanLagun has quit IRC | 17:58 | |
*** akholkin has quit IRC | 18:05 | |
Zer0Byte__ | hey guys | 18:07 |
openstackgerrit | Timur Sufiev proposed openstack/murano-specs: [WIP] Schema driven UI specification https://review.openstack.org/344518 | 18:23 |
*** itisha has quit IRC | 18:30 | |
*** ducttape_ has joined #murano | 18:37 | |
*** StanLagun has joined #murano | 18:37 | |
*** StanLagun has quit IRC | 18:38 | |
*** DaveJ__ has quit IRC | 18:50 | |
openstackgerrit | Timur Sufiev proposed openstack/murano-specs: [WIP] Schema driven UI specification https://review.openstack.org/344518 | 18:52 |
*** StanLagun has joined #murano | 19:31 | |
openstackgerrit | Mykola Stolyarenko proposed openstack/murano: Add base and packages for tempest murano scenario tests https://review.openstack.org/342088 | 19:47 |
*** jmlowe1 has quit IRC | 19:52 | |
*** kzaitsev_mb has joined #murano | 19:55 | |
openstackgerrit | Mykola Stolyarenko proposed openstack/murano: Add deployment murano tempest test https://review.openstack.org/338178 | 19:59 |
openstackgerrit | Mykola Stolyarenko proposed openstack/murano: Add base and packages for tempest murano scenario tests https://review.openstack.org/342088 | 19:59 |
*** sergmelikyan has quit IRC | 20:15 | |
openstackgerrit | Mykola Stolyarenko proposed openstack/murano: Add deployment murano tempest test https://review.openstack.org/338178 | 20:15 |
*** cleong has quit IRC | 20:16 | |
*** Nikolay_St has quit IRC | 20:49 | |
Zer0Byte__ | hey StanLagun | 20:57 |
Zer0Byte__ | how are you | 20:57 |
Zer0Byte__ | is possible change the name | 21:00 |
Zer0Byte__ | of the deployment instance | 21:00 |
Zer0Byte__ | murano-id etc to something else? | 21:00 |
freerunner | Zer0Byte__: Hey! You just need to change instance name in service object model (if you doing that via API) | 21:04 |
freerunner | Zer0Byte__: If not, you need to add a specific field to UI and to Class, like it was done here: https://github.com/openstack/murano-apps/blob/master/ApacheHTTPServer/package/UI/ui.yaml#L102 | 21:04 |
Zer0Byte__ | i do using unitnamingpatter | 21:05 |
Zer0Byte__ | and is not working | 21:05 |
freerunner | Zer0Byte__: What about this line in addition? https://github.com/openstack/murano-apps/blob/master/ApacheHTTPServer/package/UI/ui.yaml#L29 | 21:06 |
Zer0Byte__ | i have the same confiuration | 21:06 |
Zer0Byte__ | if i leave name: generateHostname($.instanceConfiguration.unitNamingPattern, 1) | 21:06 |
Zer0Byte__ | they dont take the hostname and generate randomly | 21:06 |
Zer0Byte__ | if i remove the generatehostname and i leave these line in name: $.instanceconfiguration.unitNamingPattern | 21:07 |
Zer0Byte__ | the hostname take this name murano-djsaoidj-UNITNAMINGPATTERN-foidsjfs | 21:07 |
Zer0Byte__ | the uppercase mean the value of these field | 21:07 |
freerunner | Zer0Byte__: Hm. | 21:08 |
StanLagun | Zer0Byte__ you can make a contribution to fix this. Actually this is 1 line of MuranoPL | 21:11 |
Zer0Byte__ | ok let me take a look | 21:12 |
Zer0Byte__ | ok but the question is | 21:12 |
Zer0Byte__ | what is the desired result | 21:12 |
StanLagun | https://github.com/openstack/murano/blob/master/meta/io.murano/Classes/resources/Instance.yaml#L130 | 21:13 |
StanLagun | insert name: $.name | 21:13 |
StanLagun | and then you get control over the host name | 21:13 |
Zer0Byte__ | is know bug then | 21:14 |
freerunner | StanLagun: Low level bug should be filed, I think. | 21:14 |
Zer0Byte__ | i can commit the fix if u want | 21:14 |
StanLagun | its a wishlist bug | 21:14 |
StanLagun | not a bug, but missing feature | 21:14 |
freerunner | StanLagun: Or wishlist, yep. Anyway, it should be filed. | 21:15 |
freerunner | Zer0Byte__: Well, I can file it for you, or you can do it by yourself. :) | 21:15 |
Zer0Byte__ | i can doit by myself | 21:15 |
freerunner | Zer0Byte__: Ok, please do :) | 21:16 |
StanLagun | Zer0Byte__ just don't that by default it is not enough to change just the file. You need to re-upload the package to the catalog unless you have murano configured to take it from the local folder | 21:17 |
Zer0Byte__ | i know | 21:17 |
Zer0Byte__ | another question | 21:17 |
Zer0Byte__ | exist any plan | 21:17 |
Zer0Byte__ | to translate murano dashboard | 21:17 |
Zer0Byte__ | to spanish? | 21:18 |
Zer0Byte__ | also i can help with that | 21:19 |
freerunner | Zer0Byte__: We have murano-dashboard in Zanata now. But AFAIK, there is no translations to Spanish now. | 21:19 |
Zer0Byte__ | well if you want | 21:20 |
Zer0Byte__ | i can help with the translation | 21:20 |
Zer0Byte__ | to spanish | 21:20 |
freerunner | Zer0Byte__: This is will be really cool | 21:22 |
freerunner | Zer0Byte__: Here the link for openstack zanata with murano-dashboard https://translate.openstack.org/iteration/view/murano-dashboard/master | 21:25 |
freerunner | Zer0Byte__: And it looks, that only 16% was translated to Spanish | 21:25 |
Zer0Byte__ | ok | 21:26 |
Zer0Byte__ | i will going to take a look | 21:26 |
Zer0Byte__ | well is working now | 21:39 |
Zer0Byte__ | the hostname | 21:39 |
Zer0Byte__ | thanks @StanLagun | 21:39 |
kzaitsev_mb | Zer0Byte__: we don't translate murano ourselves (well I am a translator to russian actually =)) but do it through translate.openstack.org true | 21:39 |
kzaitsev_mb | you'll have to register there and apply to spanish translation group | 21:39 |
StanLagun | Zer0Byte__ are you going to put that fix on review? | 21:40 |
Zer0Byte__ | yeah but i have to check two thing also | 21:40 |
Zer0Byte__ | why generateHostname is not working | 21:40 |
Zer0Byte__ | with the value is just generate a random name and thats it | 21:40 |
StanLagun | why do you thing it is not? | 21:40 |
Zer0Byte__ | yeah is taking the hostname | 21:41 |
Zer0Byte__ | like i want | 21:41 |
Zer0Byte__ | but if i leave generatehostname is not taking the value | 21:41 |
*** zhurong has joined #murano | 21:41 | |
kzaitsev_mb | Zer0Byte__: I think you hit https://bugs.launchpad.net/murano/+bug/1588405 this bug. fixed 3/4 days ago | 21:41 |
openstack | Launchpad bug 1588405 in Murano mitaka "[UI] naming patterns don't work with generateHostname() function" [High,Fix committed] - Assigned to Kirill Zaitsev (kzaitsev) | 21:41 |
Zer0Byte__ | thats right | 21:41 |
kzaitsev_mb | you can apply the patch if you want | 21:41 |
Zer0Byte__ | yeah i will | 21:42 |
Zer0Byte__ | and im not sure if | 21:42 |
Zer0Byte__ | should be inside of murano | 21:42 |
Zer0Byte__ | or a script | 21:42 |
Zer0Byte__ | but /etc/hosts | 21:42 |
Zer0Byte__ | is not taking 127.0.0.1 hostname | 21:42 |
Zer0Byte__ | causing errors at least on ubuntu debian based images | 21:42 |
Zer0Byte__ | when you try to do sudo | 21:42 |
Zer0Byte__ | cuz the hostname is not specified inside hosts file | 21:43 |
kzaitsev_mb | and actually that's the best thing you can do until we establish good routes to get packages and updates to those packages on, say ubuntu and rdo ) | 21:43 |
kzaitsev_mb | debian is good though ) | 21:43 |
*** zhurong has quit IRC | 21:44 | |
Zer0Byte__ | mhmm | 21:45 |
Zer0Byte__ | i see just work | 21:45 |
Zer0Byte__ | if have a pattern # | 21:45 |
*** StanLagun has quit IRC | 21:46 | |
*** ducttape_ has quit IRC | 21:59 | |
*** sergmeli_ has joined #murano | 22:10 | |
*** sergmeli_ has quit IRC | 22:11 | |
openstackgerrit | Jose Phillips proposed openstack/murano: Closes-Bug: #1605786 https://review.openstack.org/346253 | 22:12 |
openstack | bug 1605786 in Murano "Set a computer hostname with murano" [Undecided,In progress] https://launchpad.net/bugs/1605786 - Assigned to josephillips (jose-phillips) | 22:12 |
*** sergmelikyan has joined #murano | 22:16 | |
*** sergmelikyan has quit IRC | 22:16 | |
*** sergmelikyan has joined #murano | 22:17 | |
*** sergmelikyan has quit IRC | 22:21 | |
*** sergmelikyan has joined #murano | 22:32 | |
*** sergmelikyan has quit IRC | 22:35 | |
*** yamamoto has joined #murano | 22:36 | |
*** kzaitsev_mb has quit IRC | 22:40 | |
*** yamamoto has quit IRC | 22:41 | |
*** kzaitsev_mb has joined #murano | 22:42 | |
*** sergmelikyan has joined #murano | 22:42 | |
*** sergmelikyan has quit IRC | 22:53 | |
*** yamamoto has joined #murano | 22:55 | |
*** StanLagun has joined #murano | 22:59 | |
*** yamamoto has quit IRC | 23:05 | |
*** sergmeli_ has joined #murano | 23:15 | |
*** yamamoto has joined #murano | 23:23 | |
*** sergmeli_ has quit IRC | 23:24 | |
*** yamamoto has quit IRC | 23:33 | |
*** yamamoto has joined #murano | 23:33 | |
Zer0Byte__ | sorry for leave the commit in blank | 23:34 |
*** sergmelikyan has joined #murano | 23:46 | |
openstackgerrit | Jose Phillips proposed openstack/murano: - Allow to set the computer hostname without the common murano identifier pattern - without this patch all the instaces are deployed with the following hostname :Murano-ID-HOSTNAME-ID - With this Patch the new instances will be deployed with the followi https://review.openstack.org/346253 | 23:51 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano: WIP congress-mistral-job https://review.openstack.org/346279 | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!