openstackgerrit | Vahid Hashemian proposed openstack/murano-specs: Specification for Adding TOSCA Support https://review.openstack.org/194422 | 00:09 |
---|---|---|
*** yamamoto has joined #murano | 00:10 | |
*** yamamoto has quit IRC | 00:52 | |
*** yamamoto has joined #murano | 01:02 | |
*** yamamoto has quit IRC | 01:10 | |
*** cing has joined #murano | 01:21 | |
*** yamamoto has joined #murano | 01:46 | |
*** Nikolay_St has joined #murano | 03:09 | |
*** Nikolay_St has quit IRC | 03:15 | |
*** tobe has joined #murano | 03:26 | |
*** Nikolay_St has joined #murano | 04:40 | |
*** tobe has quit IRC | 05:11 | |
*** Nikolay_St has quit IRC | 05:13 | |
*** tobe has joined #murano | 05:17 | |
*** tobe has quit IRC | 05:19 | |
*** drupalmonkey has quit IRC | 05:39 | |
*** exploreshaifali has joined #murano | 06:02 | |
*** tobe has joined #murano | 06:22 | |
*** igormarnat is now known as imarnat | 06:39 | |
*** exploreshaifali has quit IRC | 06:43 | |
*** kztsv_mbp has joined #murano | 06:56 | |
*** Nikolay_St has joined #murano | 06:56 | |
*** sergmelikyan has joined #murano | 07:13 | |
*** samuelBartel has joined #murano | 07:19 | |
*** imarnat is now known as igormarnat | 07:20 | |
*** gcivitella has joined #murano | 07:30 | |
*** akuznetsova__ is now known as akuznetsova | 07:48 | |
khivin | freerunner, thanks! | 08:17 |
*** sergmelikyan has quit IRC | 08:19 | |
*** sergmelikyan has joined #murano | 08:32 | |
*** igormarnat is now known as imarnat | 08:47 | |
*** kztsv_mbp has quit IRC | 08:49 | |
*** sergmelikyan has quit IRC | 09:14 | |
*** imarnat is now known as igormarnat | 09:19 | |
*** igormarnat is now known as imarnat | 09:24 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano-dashboard: Add ability to abandon environment https://review.openstack.org/188069 | 09:41 |
*** kztsv_mbp has joined #murano | 09:49 | |
*** sergmelikyan has joined #murano | 09:50 | |
ruhe | kztsv_mbp, sergmelikyan: please take a look at https://review.openstack.org/#/c/194247 we need this for packaging in Debian | 10:02 |
sergmelikyan | ruhe: +2 we really don't use this requirement | 10:05 |
sergmelikyan | I am worried about failed non-voting gates :( | 10:05 |
sergmelikyan | kztsv_mbp: please double check that and review? | 10:06 |
*** yamamoto has quit IRC | 10:11 | |
*** mgershen has joined #murano | 10:19 | |
*** cing has quit IRC | 10:20 | |
*** cing has joined #murano | 10:20 | |
sergmelikyan | folks, looks like we overused our lab where CI is running | 10:24 |
sergmelikyan | Quota exceeded for ram: Requested 4096, but already used 51200 of 51200 ram (HTTP 403 | 10:25 |
sergmelikyan | freerunner, aderyugin can you take a look? | 10:25 |
kztsv_mbp | sergmelikyan: ruhe: it seems, that it's not used anywere indeed. I want to check it really fast though | 10:26 |
*** serg_melikyan has joined #murano | 10:26 | |
kztsv_mbp | in the meanwhile — take a look at https://review.openstack.org/#/c/194211/ | 10:26 |
kztsv_mbp | It seems that I can remove all the openstack.common libs oin this commit, if I like. I'm not really sure about with_venv, install_venv and local — what are those? | 10:28 |
*** sergmelikyan has quit IRC | 10:30 | |
serg_melikyan | with_venv/install_venv are used to create and run something in the venv :) | 10:30 |
serg_melikyan | (c) KO | 10:30 |
serg_melikyan | Or how this mem looks like in english? | 10:30 |
serg_melikyan | local - no idea | 10:30 |
serg_melikyan | "Local storage of variables using weak references" | 10:31 |
serg_melikyan | https://github.com/openstack/murano-dashboard/blob/master/muranodashboard/openstack/common/local.py#L16 | 10:31 |
serg_melikyan | not sure that this thing is even used | 10:31 |
kztsv_mbp | looks like we're not using them anywhere anymore | 10:31 |
kztsv_mbp | I'll remove the whole openstack.common in this commit then. And see if everything is ok =) | 10:32 |
serg_melikyan | kztsv_mbp: nope | 10:32 |
kztsv_mbp | why not? | 10:32 |
serg_melikyan | we use version utils from there | 10:32 |
kztsv_mbp | not anymore | 10:32 |
kztsv_mbp | look at the commit ;) | 10:32 |
kztsv_mbp | in it we start using versionutils from oslo_log ;) | 10:32 |
serg_melikyan | ah... | 10:33 |
serg_melikyan | I think we can also remove with_venv/install_venv given that we don't run murano-dashboard per-se | 10:33 |
kztsv_mbp | and _i18n was used by log. and local is not used by anything. | 10:34 |
serg_melikyan | +1 for removing whole openstack common | 10:35 |
kztsv_mbp | I'm afraid some jobs might use with_vevn | 10:35 |
serg_melikyan | I am almost sure that we don't use them in jobs | 10:35 |
kztsv_mbp | or smth. will check murano-deployment just in case | 10:35 |
serg_melikyan | aderyugin, freerunner? | 10:35 |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano-specs: Add spec cloud-foundry-service-broker-api https://review.openstack.org/192250 | 10:36 |
freerunner | serg_melikyan: I'll do it | 10:36 |
kztsv_mbp | well, I can't find with_venv enywhere in deployment scripts | 10:37 |
serg_melikyan | freerunner: thx | 10:38 |
serg_melikyan | freerunner: btw, I am interested how this happened - we usually clean-up all resources behind | 10:38 |
*** tobe has quit IRC | 10:39 | |
openstackgerrit | Merged openstack/murano: Fix table with block constructs in muranoPl doc https://review.openstack.org/192672 | 10:39 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Remove openstack.common libs and fix tests https://review.openstack.org/194211 | 10:43 |
kztsv_mbp | 14 files changed, 6 insertions(+), 1719 deletions(-) | 10:43 |
kztsv_mbp | we got the fire and we gotta let it burn! ♪♪ | 10:45 |
serg_melikyan | kztsv_mbp: I love commits like that :) | 10:45 |
serg_melikyan | kztsv_mbp: btw, why you are adding murano.json? | 10:45 |
freerunner | serg_melikyan: This patch is root cause of CI interruption https://review.openstack.org/#/c/188062/ | 10:45 |
serg_melikyan | freerunner: this patch is not merged - how it can affect CI/ | 10:46 |
serg_melikyan | > | 10:46 |
kztsv_mbp | fair point. it was a leftover from policy attempts | 10:46 |
serg_melikyan | ? | 10:46 |
freerunner | serg_melikyan: This patch was processed by CI, and I retriggered CI on it yesterday | 10:47 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Remove openstack.common libs and fix tests https://review.openstack.org/194211 | 10:47 |
freerunner | serg_melikyan: You can look to the logs of rally. It more readable. http://logs.openstack.org/62/188062/6/check/gate-rally-dsvm-murano-task/a3f020a/rally-plot/results.html.gz#/MuranoEnvironments.create_and_delete_environment/failures | 10:47 |
serg_melikyan | Ah... you mean tests running on this patch lead to resource leak on the lab? | 10:47 |
freerunner | serg_melikyan: Exactly | 10:47 |
serg_melikyan | ddovbii: ^ | 10:48 |
serg_melikyan | Please take a look | 10:48 |
freerunner | serg_melikyan: There is - if request.GET.get('abandon').lower() == 'true':\nAttributeError: 'NoneType' object has no attribute 'lower'\n", "type": "AttributeError"}, "title": "Internal Server Error"} (HTTP 500) | 10:48 |
*** serg_melikyan has quit IRC | 10:48 | |
freerunner | serg_melikyan: Our cleanups is based on murano-api, and of course finally this patch affects CI :( | 10:50 |
*** yamamoto has joined #murano | 10:50 | |
*** yamamoto has quit IRC | 10:55 | |
*** sergmelikyan has joined #murano | 11:01 | |
sergmelikyan | freerunner: please, ping me when lab will be cleaned up | 11:01 |
sergmelikyan | I would like to merge this: https://review.openstack.org/190956 | 11:02 |
freerunner | sergmelikyan: done 10 munutes ago ;) | 11:02 |
sergmelikyan | And then we can proceed with https://review.openstack.org/194077 | 11:02 |
*** yamamoto has joined #murano | 11:03 | |
sergmelikyan | Folks, just a gentle reminder - liberty-1 will be released on this Thursday | 11:10 |
sergmelikyan | Let's focus on bugs and cleaning up important things | 11:10 |
sergmelikyan | freerunner: thx | 11:10 |
kztsv_mbp | https://review.openstack.org/#/c/194211/ and the tests are good =))) | 11:20 |
openstackgerrit | Dmytro Dovbii proposed openstack/murano: Modify environment delete API endopoint to have "abandon" feature https://review.openstack.org/188062 | 11:23 |
*** imarnat is now known as igormarnat | 11:24 | |
*** yamamoto has quit IRC | 11:24 | |
*** yamamoto has joined #murano | 11:27 | |
*** yamamoto_ has joined #murano | 11:28 | |
*** yamamoto has quit IRC | 11:32 | |
*** yamamoto_ has quit IRC | 11:36 | |
*** igormarnat is now known as imarnat | 11:40 | |
*** yamamoto has joined #murano | 11:43 | |
*** cing has quit IRC | 11:51 | |
openstackgerrit | Dmytro Dovbii proposed openstack/murano: Modify environment delete API endopoint to have "abandon" feature https://review.openstack.org/188062 | 11:59 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano: Enable trusts by default https://review.openstack.org/194615 | 11:59 |
openstackgerrit | Dmytro Dovbii proposed openstack/murano: Modify environment delete API endopoint to have "abandon" feature https://review.openstack.org/188062 | 12:03 |
*** imarnat is now known as igormarnat | 12:06 | |
*** igormarnat is now known as imarnat | 12:09 | |
openstackgerrit | Merged openstack/murano: Make use of devstack external plugin https://review.openstack.org/190956 | 12:09 |
*** imarnat is now known as igormarnat | 12:12 | |
*** sergmelikyan has quit IRC | 12:13 | |
*** igormarnat is now known as imarnat | 12:14 | |
*** imarnat is now known as igormarnat | 12:18 | |
*** sergmelikyan has joined #murano | 12:21 | |
*** sergmelikyan has quit IRC | 12:27 | |
*** sergmelikyan has joined #murano | 12:28 | |
*** sergmelikyan has quit IRC | 12:32 | |
*** sergmelikyan has joined #murano | 12:35 | |
*** igormarnat is now known as imarnat | 12:40 | |
*** yamamoto has quit IRC | 12:45 | |
*** imarnat is now known as igormarnat | 12:46 | |
*** igormarnat is now known as imarnat | 12:56 | |
*** imarnat is now known as igormarnat | 12:58 | |
*** igormarnat is now known as imarnat | 12:58 | |
*** sergmelikyan has quit IRC | 13:07 | |
*** sergmelikyan has joined #murano | 13:17 | |
*** openstack has quit IRC | 13:17 | |
*** openstack has joined #murano | 13:18 | |
*** sergmelikyan has quit IRC | 13:26 | |
*** sergmelikyan has joined #murano | 13:34 | |
*** kztsv_mbp has quit IRC | 13:40 | |
*** yamamoto has joined #murano | 13:46 | |
*** yamamoto has quit IRC | 13:51 | |
*** sergmelikyan has quit IRC | 13:53 | |
*** kztsv_mbp has joined #murano | 13:54 | |
*** sergmelikyan has joined #murano | 13:55 | |
*** drupalmonkey has joined #murano | 14:00 | |
*** imarnat is now known as igormarnat | 14:02 | |
*** yamamoto has joined #murano | 14:02 | |
*** igormarnat is now known as imarnat | 14:07 | |
*** imarnat is now known as igormarnat | 14:29 | |
*** sergmelikyan has quit IRC | 14:33 | |
*** kztsv_mbp has quit IRC | 14:33 | |
*** igormarnat is now known as imarnat | 14:33 | |
*** sergmelikyan has joined #murano | 14:47 | |
*** yamamoto has quit IRC | 14:56 | |
*** sergmelikyan has quit IRC | 15:00 | |
*** sergmelikyan has joined #murano | 15:00 | |
*** yamamoto has joined #murano | 15:01 | |
*** samuelBartel has quit IRC | 15:04 | |
*** kztsv_mbp has joined #murano | 15:06 | |
*** sergmelikyan has quit IRC | 15:10 | |
*** samuelBartel has joined #murano | 15:16 | |
*** Flcn has joined #murano | 15:34 | |
*** jasonsb has quit IRC | 15:42 | |
*** jasonsb has joined #murano | 15:43 | |
*** jasonsb has quit IRC | 15:47 | |
*** gcivitella has quit IRC | 15:53 | |
*** yamamoto has quit IRC | 16:01 | |
*** samuelBartel has quit IRC | 16:06 | |
openstackgerrit | Vahid Hashemian proposed openstack/murano-specs: Specification for Adding TOSCA Support https://review.openstack.org/194422 | 16:08 |
*** yamamoto has joined #murano | 16:08 | |
*** yamamoto has quit IRC | 16:21 | |
*** yamamoto has joined #murano | 16:26 | |
openstackgerrit | Vahid Hashemian proposed openstack/murano-specs: Specification for Adding TOSCA Support https://review.openstack.org/194422 | 16:27 |
*** imarnat is now known as igormarnat | 16:28 | |
openstackgerrit | Vahid Hashemian proposed openstack/murano-specs: Specification for Adding TOSCA Support https://review.openstack.org/194422 | 16:29 |
kztsv_mbp | folks do we still need https://review.openstack.org/#/c/193261/ this patch? | 16:32 |
*** yamamoto has quit IRC | 16:38 | |
*** Flcn has quit IRC | 16:39 | |
*** Flcn has joined #murano | 16:41 | |
Nikolay_St | kztsv_mbp: why do you think we need to skip it? | 16:47 |
*** igormarnat is now known as imarnat | 16:48 | |
*** jasonsb has joined #murano | 16:52 | |
*** yamamoto has joined #murano | 16:55 | |
*** sergmelikyan has joined #murano | 16:56 | |
*** dontalton has joined #murano | 17:01 | |
*** Flcn has quit IRC | 17:23 | |
*** yamamoto has quit IRC | 17:24 | |
openstackgerrit | Alex Khivin proposed openstack/murano-apps: Add Failover Cluster application https://review.openstack.org/193634 | 17:38 |
freerunner | sergmelikyan: So, for enabling bot for openstack/murano we need to merge this https://review.openstack.org/#/c/193180/ and also commit python-mistralclient to global-requirements. | 17:40 |
freerunner | sergmelikyan: for python-muranoclient will be enough merging yaql. | 17:41 |
sergmelikyan | freerunner: awesome news :) | 17:42 |
sergmelikyan | let's hope YAQL will be approved soon | 17:42 |
freerunner | sergmelikyan: But in murano-dashboard we have django-floppyforms, that not in global-requirements. Maybe we need to commit it to there? | 17:43 |
sergmelikyan | I am not sure that we still need this floppyforms at all | 17:44 |
sergmelikyan | kztsv_mbp: maybe you can take a look? Do we really need them? | 17:44 |
sergmelikyan | I remember that we started using them years ago, maybe we can archive same with horizon itself? | 17:44 |
sergmelikyan | or something from the requirements.txt? | 17:45 |
freerunner | sergmelikyan: So, if this requirement not needed anymore, we should commit only python-mistralclient and I'll tune a bot for us =) | 17:46 |
kztsv_mbp | sergmelikyan: will do. probably we don't need them | 17:46 |
sergmelikyan | we use them for only 1 control... | 17:47 |
sergmelikyan | bb :) | 17:48 |
* sergmelikyan decided to go to bed earlier - tomorrow is a tough day | 17:48 | |
*** sergmelikyan has quit IRC | 17:49 | |
*** Nikolay_St has quit IRC | 17:56 | |
*** imarnat is now known as igormarnat | 18:17 | |
*** jfluhmann has joined #murano | 18:23 | |
*** Flcn has joined #murano | 18:24 | |
*** yamamoto has joined #murano | 18:25 | |
*** kztsv_mbp has quit IRC | 18:25 | |
*** mgershen has quit IRC | 18:29 | |
*** yamamoto has quit IRC | 18:30 | |
*** Nikolay_St has joined #murano | 19:05 | |
*** openstackgerrit has quit IRC | 19:21 | |
*** openstackgerrit has joined #murano | 19:22 | |
*** kztsv_mbp has joined #murano | 19:59 | |
*** Flcn has quit IRC | 20:14 | |
*** kztsv_mbp has quit IRC | 20:22 | |
*** Nikolay_St has quit IRC | 20:30 | |
*** dontalton has quit IRC | 20:32 | |
*** dontalton has joined #murano | 20:33 | |
*** Nikolay_St has joined #murano | 20:46 | |
*** Nikolay_St has quit IRC | 21:02 | |
*** kztsv_mbp has joined #murano | 21:03 | |
*** Nikolay_1t has joined #murano | 21:07 | |
*** kztsv_ws is now known as kzaitsev_ws | 21:13 | |
*** kztsv_mbp is now known as kzaitsev_mb | 21:17 | |
*** Nikolay_1t has quit IRC | 21:27 | |
*** Nikolay_St has joined #murano | 21:33 | |
*** Nikolay_St has quit IRC | 21:54 | |
*** Nikolay_St has joined #murano | 22:00 | |
*** yamamoto has joined #murano | 22:03 | |
*** yamamoto has quit IRC | 22:07 | |
*** dontalton2 has joined #murano | 22:20 | |
*** Nikolay_St has quit IRC | 22:20 | |
*** Nikolay_St has joined #murano | 22:21 | |
*** Nikolay_St has quit IRC | 22:48 | |
*** Nikolay_St has joined #murano | 22:48 | |
*** Nikolay_St has quit IRC | 23:15 | |
*** Nikolay_St has joined #murano | 23:16 | |
*** dontalton2 has quit IRC | 23:16 | |
*** dontalton has quit IRC | 23:16 | |
*** yamamoto has joined #murano | 23:24 | |
*** yamamoto has quit IRC | 23:41 | |
*** Nikolay_St has quit IRC | 23:42 | |
*** Nikolay_St has joined #murano | 23:43 | |
*** yamamoto has joined #murano | 23:47 | |
*** kzaitsev_mb has quit IRC | 23:47 | |
*** kzaitsev_mb has joined #murano | 23:48 | |
*** jasonsb has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!