NateTheGreat | ahh gotcha. I'll leave it stock for now then. reduce maintinance | 00:00 |
---|---|---|
slagun | I need some more logs. I need to see Heat template that was submitted. You can search for the word "Pushing". I need the one right before the exception | 00:00 |
NateTheGreat | okay. I'll dig through the screen. its all sitting in the tox screen. | 00:03 |
NateTheGreat | give me a minute to find it | 00:03 |
slagun | looking through the core library code I don't see other usages of SG that can cause this. Are you sure you deleted https://github.com/openstack/murano/blob/master/meta/io.murano/Classes/resources/NeutronNetworkBase.yaml#L52-L60 and reupload the package then? | 00:03 |
NateTheGreat | I'm pretty sure. I edited the files /root/murano/murano/meta/io.murano under this. | 00:05 |
NateTheGreat | then ran "tox -e venv -- murano-manage --config-file ./etc/murano/murano.conf import-package ./meta/io.murano | 00:06 |
slagun | the content of the file is not important - it is taken from the database. So the question is if you reuploaded altered package? | 00:06 |
slagun | you can check by exporting zip package in horizon and see if your changes are there | 00:07 |
*** kzaitsev_mb has joined #murano | 00:07 | |
NateTheGreat | yep the body of NeutronSecurityGroupManager.yml is empty | 00:09 |
NateTheGreat | I may be missing a file... let me double check that.. | 00:10 |
slagun | and lines in NeutronNetworkBase as well? | 00:10 |
NateTheGreat | Yep, both are removed | 00:10 |
*** jasonsb has quit IRC | 00:11 | |
*** jasonsb has joined #murano | 00:11 | |
slagun | okay. Lets see what's in log | 00:12 |
*** kzaitsev_mb has quit IRC | 00:12 | |
*** tlashchova has quit IRC | 00:16 | |
vahidh | Since I pulled the latest murano code I'm getting the error "AttributeError: 'module' object has no attribute 'PortOpt'" when I launch murano API. Anyone knows how this can be fixed? | 00:35 |
*** vahidh_ has joined #murano | 00:39 | |
slagun | vahidh: check that you're have oslo.config>=2.6.0 installed | 00:42 |
vahidh | slagun: thanks. but I already installed (upgaraded) it hoping it would fix the error, but still I get it | 00:43 |
slagun | it is strange because PortOpt was added to oslo_config in 2.6 and the error you get clearly indicates it cannot find that class | 00:47 |
vahidh | yes, you are right. I wonder if there is anything else to do to make murano use the upgraded library | 00:49 |
slagun | libraries are bound to Python instances not Murano. Could it be that you are running Murano using some other Python instance that was not upgraded (say VirtualEnv)? | 00:51 |
vahidh | Right on. my bad. I had upgraded the pypi on a different venv. It works after upgrading the right one. Sorry for the confusion. | 00:52 |
*** kzaitsev_mb has joined #murano | 01:08 | |
*** kzaitsev_mb has quit IRC | 01:21 | |
*** mdih has quit IRC | 01:25 | |
*** ByPasS has quit IRC | 01:28 | |
*** ByPasS has joined #murano | 01:29 | |
*** zhurong has joined #murano | 01:48 | |
*** jasonsb has quit IRC | 02:02 | |
*** zhurong has quit IRC | 02:13 | |
*** zhurong has joined #murano | 02:15 | |
*** zhurong has quit IRC | 02:17 | |
*** zhurong has joined #murano | 02:27 | |
*** zhurong has quit IRC | 02:30 | |
*** yamamoto has quit IRC | 02:32 | |
*** mdih has joined #murano | 02:41 | |
*** mdih has quit IRC | 02:41 | |
*** mdih has joined #murano | 02:42 | |
*** mdih has quit IRC | 02:42 | |
*** mdih has joined #murano | 02:43 | |
*** zhurong has joined #murano | 02:43 | |
*** mdih has quit IRC | 02:44 | |
*** mdih has joined #murano | 02:44 | |
*** mdih has quit IRC | 02:45 | |
*** mdih has joined #murano | 02:45 | |
*** zhurong has quit IRC | 02:48 | |
*** enthurohini has joined #murano | 02:56 | |
*** enthurohini has quit IRC | 03:05 | |
*** kzaitsev_mb has joined #murano | 03:18 | |
*** kzaitsev_mb has quit IRC | 03:23 | |
*** yamamoto has joined #murano | 03:25 | |
*** tobe has joined #murano | 03:27 | |
*** jasonsb has joined #murano | 03:27 | |
*** jasonsb has quit IRC | 03:34 | |
*** klkumar has joined #murano | 03:59 | |
*** kzaitsev_mb has joined #murano | 04:19 | |
*** kzaitsev_mb has quit IRC | 04:24 | |
*** kzaitsev_mb has joined #murano | 04:30 | |
*** kzaitsev_mb has quit IRC | 04:35 | |
*** jasonsb has joined #murano | 04:38 | |
*** vgridnev has joined #murano | 04:43 | |
*** kzaitsev_mb has joined #murano | 05:01 | |
*** klkumar has quit IRC | 05:02 | |
*** klkumar has joined #murano | 05:14 | |
*** klkumar has quit IRC | 05:30 | |
*** klkumar has joined #murano | 05:46 | |
*** kzaitsev_mb has quit IRC | 05:51 | |
*** klkumar has quit IRC | 05:52 | |
*** kzaitsev_mb has joined #murano | 05:52 | |
*** klkumar has joined #murano | 05:52 | |
*** kzaitsev_mb has quit IRC | 06:05 | |
*** akanksha_ has quit IRC | 06:08 | |
*** zhurong has joined #murano | 06:26 | |
*** rajalokan has joined #murano | 06:37 | |
*** rajalokan has quit IRC | 06:38 | |
*** rajalokan has joined #murano | 06:38 | |
*** rajalokan_ has joined #murano | 06:40 | |
*** rajalokan has quit IRC | 06:40 | |
*** rajalokan_ is now known as rajalokan | 06:40 | |
rajalokan | asdf | 06:41 |
*** vahidh has quit IRC | 06:55 | |
*** kzaitsev_mb has joined #murano | 07:15 | |
openstackgerrit | Ravi Shekhar Jethani proposed openstack/murano-agent: Remove unnecessary rmtree call https://review.openstack.org/241910 | 07:23 |
*** zhurong has quit IRC | 07:24 | |
*** jesuspg has joined #murano | 07:24 | |
*** nkoffman has joined #murano | 07:42 | |
kzaitsev_ws | slagun: NateTheGreat: no, the packages in the catalog are not updated. yes, they will be updated sometime soon. Unfortunatelly there is currently no viable way to update it. If you really need it — feel free to come to #openstack-app-catalog and request an update. | 07:47 |
kzaitsev_ws | I believe in M cycle app-catalog is planning on getting a way of updating the resources. see https://etherpad.openstack.org/p/TYO-app-catalog this etherpad from a working session from summit. | 07:48 |
*** Nikolay_St has joined #murano | 07:50 | |
*** zigo has quit IRC | 07:53 | |
*** zigo has joined #murano | 07:56 | |
*** Valli_M has joined #murano | 08:05 | |
*** vgridnev has quit IRC | 08:06 | |
*** Valli_M|2 has joined #murano | 08:07 | |
*** Valli_M has quit IRC | 08:10 | |
*** Liuqing has joined #murano | 08:14 | |
*** gillesMo has joined #murano | 08:14 | |
*** openstackgerrit has quit IRC | 08:16 | |
*** openstackgerrit has joined #murano | 08:16 | |
*** enthurohini has joined #murano | 08:17 | |
*** zhurong has joined #murano | 08:17 | |
enthurohini | kzaitsev_mb, there? | 08:19 |
kzaitsev_mb | hi. seen your letter, will respond today =) | 08:22 |
kzaitsev_mb | you got a couple of moments wrong, but we'll iron them out I think ) | 08:22 |
enthurohini | kzaitsev_mb, ok! | 08:24 |
enthurohini | will eagerly wait for your reply. Thanks. :) | 08:25 |
*** zhurong has quit IRC | 08:32 | |
*** openstack has joined #murano | 08:34 | |
*** Liuqing has quit IRC | 08:36 | |
*** Liuqing has joined #murano | 08:37 | |
*** Liuqing has quit IRC | 08:49 | |
*** Liuqing has joined #murano | 08:50 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Add new dsl exception for better error reporting https://review.openstack.org/236877 | 09:03 |
*** tlashchova has joined #murano | 09:06 | |
*** vgridnev has joined #murano | 09:07 | |
*** Valli_M has joined #murano | 09:16 | |
*** jesuspg has quit IRC | 09:19 | |
*** Valli_M|2 has quit IRC | 09:19 | |
*** Valli_M|2 has joined #murano | 09:44 | |
*** Valli_M|3 has joined #murano | 09:45 | |
*** Valli_M has quit IRC | 09:47 | |
*** Valli_M|2 has quit IRC | 09:48 | |
*** jesuspg has joined #murano | 09:56 | |
*** Liuqing has quit IRC | 09:59 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Add new dsl exception for better error reporting https://review.openstack.org/236877 | 10:20 |
*** Liuqing has joined #murano | 10:26 | |
*** yamamoto has quit IRC | 10:41 | |
*** jesuspg has quit IRC | 10:43 | |
openstackgerrit | Anastasia Kuznetsova proposed openstack/murano: Add functional api tests for categories https://review.openstack.org/241264 | 10:43 |
openstackgerrit | Merged openstack/murano: Improved reporting for EADDRINUSE error https://review.openstack.org/240669 | 10:44 |
*** rajalokan has quit IRC | 10:44 | |
*** Liuqing has quit IRC | 10:46 | |
*** Liuqing has joined #murano | 10:46 | |
*** vgridnev has quit IRC | 10:48 | |
*** vgridnev has joined #murano | 10:49 | |
*** Valli_M has joined #murano | 10:55 | |
*** Valli_M|3 has quit IRC | 10:58 | |
*** sergmelikyan has joined #murano | 11:00 | |
*** enthurohini has quit IRC | 11:01 | |
*** Valli_M|2 has joined #murano | 11:05 | |
*** jesuspg has joined #murano | 11:06 | |
*** Valli_M has quit IRC | 11:08 | |
*** vahidh has joined #murano | 11:09 | |
*** sergmelikyan has quit IRC | 11:13 | |
*** vahidh has quit IRC | 11:14 | |
*** Valli_M|2 has quit IRC | 11:23 | |
*** yamamoto has joined #murano | 11:25 | |
*** yamamoto_ has joined #murano | 11:25 | |
*** yamamoto has quit IRC | 11:29 | |
*** akanksha_ has joined #murano | 11:30 | |
*** Valli_M has joined #murano | 11:48 | |
*** kzaitsev_mb has quit IRC | 11:54 | |
*** klkumar has quit IRC | 12:09 | |
*** raildo-afk is now known as raildo | 12:15 | |
*** jesuspg has quit IRC | 12:29 | |
*** jesuspg has joined #murano | 12:46 | |
*** sergmelikyan has joined #murano | 12:48 | |
*** kzaitsev_mb has joined #murano | 12:48 | |
*** sergmelikyan has quit IRC | 12:59 | |
*** klkumar has joined #murano | 13:01 | |
*** tobe has quit IRC | 13:03 | |
*** tobe has joined #murano | 13:10 | |
*** tobe has quit IRC | 13:14 | |
*** jesuspg has quit IRC | 13:14 | |
*** tobe has joined #murano | 13:14 | |
*** tobe has quit IRC | 13:19 | |
*** yamamoto_ has quit IRC | 13:20 | |
*** jesuspg has joined #murano | 13:20 | |
*** tobe has joined #murano | 13:20 | |
*** yamamoto has joined #murano | 13:20 | |
*** yamamoto has quit IRC | 13:24 | |
*** yamamoto has joined #murano | 13:24 | |
*** yamamoto has quit IRC | 13:24 | |
*** tobe has quit IRC | 13:25 | |
*** yamamoto has joined #murano | 13:25 | |
*** sergmelikyan has joined #murano | 13:29 | |
*** yamamoto has quit IRC | 13:34 | |
*** yamamoto has joined #murano | 13:34 | |
*** tlashchova has quit IRC | 13:53 | |
*** gillesMo has quit IRC | 13:59 | |
*** LimorStotland has quit IRC | 14:04 | |
*** jesuspg has quit IRC | 14:17 | |
openstackgerrit | Tetiana Lashchova proposed openstack/python-muranoclient: Add unit-tests for categories https://review.openstack.org/242085 | 14:38 |
*** dfflanders has quit IRC | 14:44 | |
*** stan_lagun has joined #murano | 14:46 | |
*** slagun has quit IRC | 14:48 | |
openstackgerrit | Tetiana Lashchova proposed openstack/python-muranoclient: Add unit-tests for categories https://review.openstack.org/242085 | 14:55 |
*** ducttape_ has joined #murano | 15:01 | |
*** enthurohini has joined #murano | 15:02 | |
*** sergmelikyan has quit IRC | 15:24 | |
*** sergmelikyan has joined #murano | 15:25 | |
*** tlashchova has joined #murano | 15:27 | |
*** sergmelikyan has quit IRC | 15:28 | |
*** sergmelikyan has joined #murano | 15:28 | |
*** yamamoto has quit IRC | 15:45 | |
*** sergmelikyan has quit IRC | 15:47 | |
*** vgridnev has quit IRC | 15:52 | |
openstackgerrit | Merged openstack/murano-agent: Remove unnecessary rmtree call https://review.openstack.org/241910 | 15:52 |
*** sergmelikyan has joined #murano | 16:04 | |
*** Valli_M has quit IRC | 16:22 | |
openstackgerrit | Anastasia Kuznetsova proposed openstack/python-muranoclient: Add CLI tests for environment redeploy https://review.openstack.org/240479 | 16:23 |
*** Liuqing has quit IRC | 16:25 | |
*** Piet has joined #murano | 16:30 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: {WIP} Add middleware for external requests https://review.openstack.org/241162 | 16:32 |
*** Nikolay_St has quit IRC | 16:42 | |
*** sergmelikyan has quit IRC | 16:43 | |
*** yamamoto has joined #murano | 16:46 | |
*** vgridnev has joined #murano | 16:48 | |
*** yamamoto has quit IRC | 16:52 | |
*** enthurohini has quit IRC | 16:57 | |
*** nkoffman_ has joined #murano | 16:58 | |
*** dhellmann_ has joined #murano | 17:00 | |
*** nkoffman has quit IRC | 17:00 | |
*** tsufiev_ has joined #murano | 17:00 | |
*** tsufiev has quit IRC | 17:00 | |
*** enthurohini has joined #murano | 17:04 | |
*** dhellmann has quit IRC | 17:04 | |
*** katyafervent_awa has quit IRC | 17:04 | |
*** katyafervent_awa has joined #murano | 17:05 | |
*** dhellmann_ is now known as dhellmann | 17:05 | |
*** vahidh has joined #murano | 17:05 | |
*** enthurohini has quit IRC | 17:24 | |
*** sergmelikyan has joined #murano | 17:31 | |
lesage_o | I have a VM spun up using nova, it has the murano agent (prob not configured), what's the best way to connect to this agent from a murano package? | 17:39 |
*** mdih has quit IRC | 17:47 | |
*** vahidh_ has quit IRC | 18:02 | |
*** sergmelikyan has quit IRC | 18:05 | |
*** sergmelikyan has joined #murano | 18:05 | |
*** jfluhmann has joined #murano | 18:10 | |
*** kzaitsev_mb has quit IRC | 18:18 | |
*** Nikolay_St has joined #murano | 18:30 | |
*** jasonsb has quit IRC | 18:38 | |
*** rakhmerov has quit IRC | 18:45 | |
*** rakhmerov has joined #murano | 18:48 | |
*** akanksha_ has quit IRC | 18:58 | |
*** klkumar has quit IRC | 19:13 | |
vahidh | I'm trying to leverage the pluggable package types feature in murano to introduce the OASIS TOSCA package type. I followed the documentation and also took the cloudify example to add the new plugin. However, murano does not seem to pick up any of the plugins (even the cloudify one). When I debug, line 37 of load_utils.py (PLUGIN_LOADER) does not pick up any custom plugin. Does anyone know what's missing? | 19:23 |
*** jasonsb has joined #murano | 19:24 | |
*** jfluhmann has quit IRC | 19:33 | |
*** sergmelikyan has quit IRC | 19:50 | |
*** jfluhmann has joined #murano | 19:50 | |
*** alejandrito has joined #murano | 20:02 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano: Initial commit for service broker tests in tempest plugin https://review.openstack.org/240074 | 20:04 |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano: Initial commit for service broker tests in tempest plugin https://review.openstack.org/240074 | 20:04 |
*** jfluhmann has quit IRC | 20:09 | |
*** jesuspg has joined #murano | 20:18 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano: Initial commit for service broker tests in tempest plugin https://review.openstack.org/240074 | 20:24 |
*** jfluhmann has joined #murano | 20:26 | |
*** jesuspg has quit IRC | 21:43 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano: Initial commit for service broker tests in tempest plugin https://review.openstack.org/240074 | 21:48 |
*** kzaitsev_mb has joined #murano | 22:10 | |
*** Piet has quit IRC | 22:14 | |
*** kzaitsev_mb has quit IRC | 22:14 | |
*** vgridnev has quit IRC | 22:21 | |
*** alejandrito has quit IRC | 22:41 | |
*** dgonzalez has quit IRC | 22:51 | |
*** _ducttape_ has joined #murano | 22:52 | |
*** ducttape_ has quit IRC | 22:55 | |
*** dgonzalez has joined #murano | 23:04 | |
*** dgonzalez has quit IRC | 23:06 | |
*** dgonzalez has joined #murano | 23:07 | |
*** kzaitsev_mb has joined #murano | 23:11 | |
*** dgonzalez has quit IRC | 23:12 | |
*** dgonzalez has joined #murano | 23:12 | |
*** yamamoto has joined #murano | 23:16 | |
*** yamamoto has quit IRC | 23:28 | |
*** yamamoto has joined #murano | 23:30 | |
*** stan_lagun has quit IRC | 23:34 | |
*** StanLagun has joined #murano | 23:36 | |
*** yamamoto has quit IRC | 23:52 | |
*** jasonsb_ has joined #murano | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!