*** jasonsb has quit IRC | 00:26 | |
*** jasonsb has joined #murano | 00:27 | |
*** jasonsb has quit IRC | 00:31 | |
*** yamamoto has joined #murano | 00:38 | |
*** yamamoto has quit IRC | 00:43 | |
*** yamamoto has joined #murano | 01:03 | |
*** yamamoto has quit IRC | 01:25 | |
*** yamamoto has joined #murano | 02:21 | |
*** jasonsb has joined #murano | 02:59 | |
*** asalkeld has quit IRC | 03:55 | |
*** asalkeld has joined #murano | 03:56 | |
*** serg_melikyan has joined #murano | 04:05 | |
*** serg_melikyan has quit IRC | 04:09 | |
*** Nikolay_St has quit IRC | 04:56 | |
*** rakhmerov__ is now known as rakhmerov | 04:59 | |
*** kztsv_mbp has joined #murano | 05:32 | |
*** Nikolay_St has joined #murano | 05:46 | |
*** serg_melikyan has joined #murano | 06:05 | |
*** serg_melikyan has quit IRC | 06:10 | |
*** kztsv_mbp has quit IRC | 06:39 | |
*** kztsv_mbp has joined #murano | 06:41 | |
*** kztsv_mbp has quit IRC | 06:45 | |
*** exploreshaifali has joined #murano | 06:47 | |
*** nkoffman has quit IRC | 06:48 | |
*** exploreshaifali has quit IRC | 07:23 | |
*** exploreshaifali has joined #murano | 07:23 | |
*** samuelBartel has joined #murano | 07:25 | |
*** gcivitella has joined #murano | 08:07 | |
*** ddovbii has joined #murano | 08:14 | |
*** mgershen has joined #murano | 08:28 | |
*** serg_melikyan has joined #murano | 08:45 | |
*** serg_melikyan has quit IRC | 08:48 | |
*** kztsv_mbp has joined #murano | 08:59 | |
*** kztsv_mbp has quit IRC | 09:20 | |
*** serg_melikyan has joined #murano | 09:24 | |
*** serg_melikyan has quit IRC | 09:35 | |
*** serg_melikyan has joined #murano | 09:45 | |
*** igormarnat is now known as imarnat | 09:45 | |
*** kztsv_mbp has joined #murano | 09:46 | |
*** serg_melikyan has quit IRC | 10:20 | |
*** serg_melikyan has joined #murano | 10:23 | |
openstackgerrit | Marc Koderer proposed openstack/murano: Make use of devstack external plugin https://review.openstack.org/190956 | 10:34 |
---|---|---|
*** serg_melikyan has quit IRC | 10:35 | |
*** katyafervent is now known as katyafervent_awa | 10:38 | |
*** serg_melikyan has joined #murano | 10:40 | |
openstackgerrit | Ekaterina Chernova proposed openstack/python-muranoclient: Update requirements.txt https://review.openstack.org/192735 | 10:41 |
*** ddovbii has quit IRC | 10:43 | |
*** zigo has quit IRC | 10:43 | |
*** zigo has joined #murano | 10:44 | |
*** serg_melikyan has quit IRC | 10:45 | |
*** kztsv_mbp has quit IRC | 10:45 | |
openstackgerrit | Ekaterina Chernova proposed openstack/python-muranoclient: Update requirements.txt https://review.openstack.org/192735 | 10:45 |
openstackgerrit | Marc Koderer proposed openstack/murano: Enable devstack external interface https://review.openstack.org/194077 | 10:48 |
*** katyafervent_awa is now known as katyafervent | 10:51 | |
*** exploreshaifali has quit IRC | 11:02 | |
*** serg_melikyan has joined #murano | 11:06 | |
*** kztsv_mbp has joined #murano | 11:07 | |
*** ddovbii has joined #murano | 11:09 | |
*** serg_melikyan has quit IRC | 11:20 | |
*** serg_melikyan has joined #murano | 11:22 | |
*** yamamoto has quit IRC | 11:25 | |
*** serg_melikyan has quit IRC | 11:56 | |
katyafervent | aderyugin, hi! | 11:59 |
katyafervent | We need our CI jobs to accept depends-on key-word like it's done in openstack jobs | 12:00 |
katyafervent | take a look at the following change 192735 | 12:01 |
katyafervent | depens-on was introduced to enable cross-project references | 12:01 |
*** yamamoto has joined #murano | 12:07 | |
*** Nikolay_St has quit IRC | 12:17 | |
*** serg_melikyan has joined #murano | 12:24 | |
*** asalkeld has quit IRC | 12:25 | |
serg_melikyan | katyafervent: :( I've forgot that out CI does not accept Depends-On | 12:25 |
kztsv_mbp | folks, I'm looking at https://review.openstack.org/#/c/141405/ | 12:26 |
serg_melikyan | aderyugin: can we quickly add this functionality or better to make our gate job return +1 without running tests, fix gate job, enable running tests and then work on depends-on | 12:26 |
kztsv_mbp | they had a very similar problem in some of the tests | 12:27 |
kztsv_mbp | the interesting part is that "New policy code requires that CONF is already initialized when policy" | 12:27 |
kztsv_mbp | checks are invoked. It means that no Neutron context objects should be | 12:27 |
kztsv_mbp | created before BaseTestCase.setUp() is called that will set | 12:27 |
kztsv_mbp | configuration, among other things. | 12:27 |
kztsv_mbp | so looking at their BaseTestCase.setUp() | 12:27 |
kztsv_mbp | https://github.com/openstack/neutron/blob/master/neutron/tests/base.py#L121 | 12:27 |
kztsv_mbp | or not =) | 12:28 |
kztsv_mbp | well ok I was actually looking at https://github.com/openstack/neutron/blob/7de7df280bf44a699906217e1552f8a12824185e/neutron/tests/base.py#L249 | 12:28 |
kztsv_mbp | don't know, why google gave me this commit, but still — they used to setup an override for CFG | 12:28 |
kztsv_mbp | https://github.com/openstack/neutron/blob/7de7df280bf44a699906217e1552f8a12824185e/neutron/tests/base.py#L264 | 12:29 |
kztsv_mbp | and still do it, yep. I wonder if the problem is in the way our tests work... | 12:30 |
katyafervent | kztsv_mbp, and neutron also has gloabl object https://github.com/openstack/neutron/blob/master/neutron/policy.py#L45 | 12:31 |
kztsv_mbp | and they live with it somehow, don't they =) | 12:31 |
katyafervent | I've seen this error when not running any tests | 12:31 |
kztsv_mbp | the fact is that global object is in 1 python interpreter and hotizon is another python interpreter | 12:32 |
serg_melikyan | katyafervent: global keyword simply mean that some variable is overriden in class level scope inside method scope | 12:32 |
serg_melikyan | I am not sure that such thing may affect something | 12:32 |
serg_melikyan | kztsv_mbp: that too :D | 12:33 |
aderyugin | katyafervent, serg_melikyan: i'll make this gate job non-voting and inspect how to use depends-on in our gate-jobs | 12:40 |
*** yamamoto has quit IRC | 12:42 | |
openstackgerrit | Ekaterina Chernova proposed openstack/python-muranoclient: Update requirements.txt https://review.openstack.org/192735 | 12:43 |
*** yamamoto has joined #murano | 12:56 | |
serg_melikyan | aderyugin: making job non-voting will take days | 12:56 |
serg_melikyan | this needs to be done in project-config | 12:57 |
serg_melikyan | it's too long | 12:57 |
serg_melikyan | can we change our script to just not run tests at all? | 12:57 |
serg_melikyan | and instantly return +1 | 12:57 |
serg_melikyan | ? | 12:57 |
serg_melikyan | freerunner: what do you think? | 12:59 |
*** serg_melikyan has quit IRC | 12:59 | |
*** yamamoto has quit IRC | 12:59 | |
*** serg_melikyan has joined #murano | 13:00 | |
*** serg_melikyan has quit IRC | 13:01 | |
*** serg_melikyan has joined #murano | 13:01 | |
freerunner | serg_melikyan: I think that we talking about Murano CI, not dsvm jobs. aderyugin already made selenium job for dashboard non-voting. So, we can merge requirements update and make job voting again. | 13:03 |
serg_melikyan | freerunner: we can make job non-voting without changes in project-config for our CI | 13:03 |
freerunner | serg_melikyan: Exactly | 13:04 |
serg_melikyan | nice - then making it non-voting and fixing dsvm while Kirill is fixing selenium | 13:05 |
serg_melikyan | is way to go | 13:05 |
serg_melikyan | Requirement hacking<0.11,>=0.10 does not match openstack/requirements value hacking<0.11,>=0.10.0 | 13:09 |
serg_melikyan | https://review.openstack.org/192735 | 13:09 |
serg_melikyan | katyafervent ^ | 13:09 |
serg_melikyan | katyafervent: can you correct this? I know that this is not blocking us, but better to have correct requirements from the beginning | 13:16 |
katyafervent | Hm, yeah, I see that something wrong here | 13:17 |
katyafervent | ok, I'll update a patch | 13:17 |
*** imarnat is now known as igormarnat | 13:19 | |
openstackgerrit | Ekaterina Chernova proposed openstack/python-muranoclient: Update requirements.txt https://review.openstack.org/192735 | 13:26 |
katyafervent | freerunner, do you now if version of hacking package was the reason of CI fail? | 13:27 |
*** igormarnat is now known as imarnat | 13:29 | |
*** imarnat is now known as igormarnat | 13:29 | |
*** igormarnat is now known as imarnat | 13:39 | |
*** imarnat is now known as igormarnat | 13:45 | |
kztsv_mbp | folks, my local tests seem to pass if I set an emty policy file for murano-dashboard. I need to double check though | 13:47 |
*** zigo has quit IRC | 13:47 | |
kztsv_mbp | nope. or I'm doing smth wrong =(( | 13:49 |
*** yamamoto has joined #murano | 13:49 | |
*** igormarnat is now known as imarnat | 13:57 | |
kztsv_mbp | ok. I can't do that from our plugin code anyway =( I can update horizon config, not openstack_dashboard config. | 13:57 |
serg_melikyan | katyafervent: looks like you didn't fix issue that mentioned with your 7th patchset to https://review.openstack.org/#/c/192735/ | 13:58 |
kztsv_mbp | seems like we need to add this feature to horizon, to allow policy files to be added for custom plugins | 13:58 |
serg_melikyan | kztsv_mbp: let's send e-mail regarding this? | 13:59 |
serg_melikyan | We can probably hack that in our code until then | 13:59 |
*** serg_melikyan has quit IRC | 14:00 | |
*** serg_melikyan has joined #murano | 14:00 | |
*** imarnat is now known as igormarnat | 14:00 | |
*** serg_melikyan has quit IRC | 14:01 | |
*** serg_melikyan has joined #murano | 14:01 | |
*** zigo has joined #murano | 14:05 | |
*** igormarnat is now known as imarnat | 14:07 | |
katyafervent | serg_melikyan, what is wrong now? | 14:08 |
*** serg_melikyan has quit IRC | 14:08 | |
*** yamamoto has quit IRC | 14:11 | |
*** serg_melikyan has joined #murano | 14:12 | |
*** Nikolay_St has joined #murano | 14:13 | |
*** drupalmonkey has joined #murano | 14:22 | |
*** Nikolay_St has quit IRC | 14:27 | |
*** serg_melikyan is now known as sergmelikyan | 14:31 | |
*** yamamoto has joined #murano | 14:35 | |
*** sergmelikyan has quit IRC | 14:40 | |
*** sergmelikyan has joined #murano | 14:41 | |
*** sergmelikyan has quit IRC | 14:42 | |
*** sergmelikyan has joined #murano | 14:43 | |
*** imarnat is now known as igormarnat | 14:46 | |
*** sergmelikyan has quit IRC | 14:47 | |
*** igormarnat is now known as imarnat | 14:47 | |
freerunner | katyafervent: I think that hacking package not leads to CI fail. And looks like all ok, except dashboard. We can merge https://review.openstack.org/#/c/192735/ and retrigger jobs in openstack/murano | 14:48 |
*** imarnat is now known as igormarnat | 15:01 | |
*** igormarnat is now known as imarnat | 15:02 | |
*** imarnat is now known as igormarnat | 15:04 | |
*** igormarnat is now known as imarnat | 15:08 | |
*** sergmelikyan has joined #murano | 15:13 | |
*** Nikolay_St has joined #murano | 15:28 | |
kztsv_mbp | folks. it seems, that I've found the root of the problem | 15:29 |
kztsv_mbp | our CI I mean | 15:29 |
kztsv_mbp | when the error occurrs — cfg (oslo_config.cfg.ConfigOpts) object is not what it should be | 15:30 |
kztsv_mbp | it is overriden somehow by the one, that is defined in muranodashboard/openstack/common/log.py | 15:30 |
kztsv_mbp | wonder why that happens... | 15:32 |
*** sergmelikyan has quit IRC | 15:33 | |
*** Nikolay_St has quit IRC | 15:38 | |
openstackgerrit | Merged openstack/python-muranoclient: Update requirements.txt https://review.openstack.org/192735 | 15:46 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: Document murano actions https://review.openstack.org/192113 | 15:59 |
openstackgerrit | Ekaterina Chernova proposed openstack/murano: Do not store session db in tmp directory https://review.openstack.org/191757 | 15:59 |
openstackgerrit | Ekaterina Chernova proposed openstack/python-muranoclient: Edits the help-text for python-muranoclient https://review.openstack.org/192733 | 16:01 |
openstackgerrit | Ekaterina Chernova proposed openstack/python-muranoclient: Add --version parameter for murano python client https://review.openstack.org/192069 | 16:01 |
*** jasonsb has quit IRC | 16:04 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Remove openstack.common libs in favor of oslo_* modules https://review.openstack.org/194211 | 16:06 |
*** yamamoto has quit IRC | 16:14 | |
*** samuelBartel has quit IRC | 16:16 | |
*** yamamoto has joined #murano | 16:23 | |
*** yamamoto has quit IRC | 16:26 | |
*** kztsv_mbp has quit IRC | 16:33 | |
*** imarnat is now known as igormarnat | 16:43 | |
*** mgershen has quit IRC | 16:53 | |
*** igormarnat is now known as imarnat | 16:54 | |
*** sergmelikyan has joined #murano | 17:00 | |
*** jasonsb has joined #murano | 17:02 | |
mkoderer | katyafervent: what is the reasons for the gate failures in murano? All about DB migrations? | 17:04 |
mkoderer | how can such blocking code changed be introduced that quickly? | 17:05 |
mkoderer | sergmelikyan: I added a "Murano and NFV" topic on https://etherpad.openstack.org/p/murano-liberty-virtual-summit | 17:07 |
*** gcivitella has quit IRC | 17:13 | |
zigo | Murano depends on lockfile, and the python-lockfile package in Debian will move to >0.9 which is API incompatible. | 17:19 |
zigo | So I wonder if it will break murano as well. | 17:19 |
zigo | Does anyone know and can help me? | 17:19 |
zigo | It's looking like to me that the only place where we use lockfile is in murano/openstack/common/lockutils.py | 17:20 |
zigo | This could be updated, no? | 17:20 |
zigo | rakhmerov: ^ | 17:22 |
rakhmerov | zigo, here | 17:22 |
zigo | rakhmerov: Do you know if murano really uses lockfile? | 17:23 |
rakhmerov | but not for too long | 17:23 |
rakhmerov | nope, I don't | 17:23 |
zigo | rakhmerov: It's looking like to me that this was an old requirement which could be removed. | 17:23 |
zigo | As this was used mostly in db migration... | 17:23 |
rakhmerov | not sure really | 17:23 |
zigo | rakhmerov: I haven't seen any "import lockfile" in the kilo (or master) murano code. | 17:23 |
freerunner | zigo: I can't find this file in master branch in general | 17:23 |
zigo | freerunner: Shouldn't lockfile be removed from requirements.txt then? | 17:24 |
* zigo will propose this as a review. | 17:24 | |
freerunner | zigo: U can commit this, and after gate passes, we can it merge | 17:24 |
freerunner | zigo: But we need do release of python-muranoclient to unblock the gate | 17:25 |
freerunner | sergmelikyan ^^ | 17:25 |
zigo | In fact, it looks like only stable/kilo depends on it (wrongly). | 17:26 |
freerunner | zigo: Looks like in stable/kilo this file is unused, but i'm not exactly sure about it. | 17:29 |
freerunner | mkoderer: The reasons of gate failures is incorrect requirements in our client. This already fixed, but we need do release 0.6.1 of client to resurrect our main gate in openstack/murano. | 17:32 |
*** imarnat is now known as igormarnat | 17:42 | |
*** Nikolay_St has joined #murano | 17:58 | |
*** khivin has joined #murano | 18:18 | |
khivin | Hello! | 18:18 |
khivin | murano.dsl.exceptions.NoPackageFound: Package io.murano is not found | 18:19 |
khivin | Can somebody say what that mean and how to fix it? | 18:19 |
*** sergmelikyan has quit IRC | 18:53 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano-specs: Add spec cloud-foundry-service-broker-api https://review.openstack.org/192250 | 19:16 |
freerunner | khivin: Hi! This exception says to you that io.murano doesn't imported to murano. | 19:18 |
freerunner | khivin: This is core package of murano and it needed anyway for any actions with deployment. | 19:18 |
freerunner | khivin: Actually, u can import this package from meta directory in murano. https://github.com/openstack/murano/tree/master/meta | 19:19 |
freerunner | khivin: U can use murano-manage package-import or murano import-package for this. murano-manage needs a directory for import, but murano needs a zipped directory. | 19:21 |
*** kztsv_mbp has joined #murano | 19:22 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano-specs: Add spec cloud-foundry-service-broker-api https://review.openstack.org/192250 | 19:29 |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano-specs: Add spec cloud-foundry-service-broker-api https://review.openstack.org/192250 | 19:44 |
kztsv_mbp | folks, I've fixed half the problem with https://review.openstack.org/#/c/194211/ | 20:02 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Remove openstack.common libs in favor of oslo_* modules https://review.openstack.org/194211 | 20:03 |
*** exploreshaifali has joined #murano | 20:39 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Remove openstack.common libs and fix tests https://review.openstack.org/194211 | 20:50 |
kztsv_mbp | folks, see ^^^ | 21:18 |
kztsv_mbp | Also, it would be nice, if someone would take a look at our current use of openstack.common in dashboard. It seems to me, that we can remove the openstack.common modules completely, cause they're not used anywhere as far as I see. | 21:26 |
kztsv_mbp | I can even do it in the same commit, although it would probably bloat the commit a bit =) | 21:27 |
*** Nikolay_St has quit IRC | 21:28 | |
*** rkhanbikov has quit IRC | 21:43 | |
*** zigo has quit IRC | 21:43 | |
*** rkhanbikov has joined #murano | 21:43 | |
*** zigo has joined #murano | 21:49 | |
*** lan has quit IRC | 21:54 | |
*** asalkeld has joined #murano | 21:56 | |
*** lan has joined #murano | 22:06 | |
*** zigo has quit IRC | 22:15 | |
*** zigo has joined #murano | 22:17 | |
*** exploreshaifali has quit IRC | 22:19 | |
*** jasonsb has quit IRC | 22:20 | |
*** kztsv_mbp has quit IRC | 22:29 | |
openstackgerrit | Vahid Hashemian proposed openstack/murano-specs: Specification for Adding TOSCA Support https://review.openstack.org/194422 | 22:35 |
*** jasonsb has joined #murano | 23:13 | |
*** yamamoto has joined #murano | 23:39 | |
*** yamamoto has quit IRC | 23:43 | |
*** yamamoto has joined #murano | 23:46 | |
*** yamamoto has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!