*** gokrokve has quit IRC | 00:34 | |
*** Murali has joined #murano | 00:56 | |
*** drupalmonkey has quit IRC | 01:21 | |
*** Murali has quit IRC | 01:32 | |
*** gokrokve has joined #murano | 01:34 | |
*** Murali_ has joined #murano | 02:11 | |
*** Murali_ has quit IRC | 02:47 | |
*** Murali has joined #murano | 02:47 | |
*** Murali___ has joined #murano | 02:51 | |
*** Murali has quit IRC | 02:51 | |
*** IlyaE has quit IRC | 02:57 | |
*** Murali___ has quit IRC | 03:08 | |
*** Murali has joined #murano | 03:08 | |
*** gokrokve_ has joined #murano | 03:19 | |
*** gokrokve has quit IRC | 03:22 | |
*** IlyaE has joined #murano | 03:47 | |
*** gokrokve_ has quit IRC | 04:03 | |
*** IlyaE has quit IRC | 04:20 | |
*** masco has joined #murano | 04:32 | |
*** ruhe2 has joined #murano | 04:34 | |
*** IlyaE has joined #murano | 04:34 | |
*** ativelkov has quit IRC | 04:35 | |
*** ruhe has quit IRC | 04:35 | |
*** dteselkin has quit IRC | 04:35 | |
*** ruhe2 is now known as ruhe | 04:35 | |
*** dteselkin has joined #murano | 04:35 | |
*** ativelkov has joined #murano | 04:36 | |
*** IlyaE has quit IRC | 04:41 | |
*** Murali has quit IRC | 04:44 | |
*** IlyaE has joined #murano | 04:45 | |
*** k4n0 has joined #murano | 04:56 | |
*** chandankumar has joined #murano | 05:06 | |
*** IlyaE has joined #murano | 05:19 | |
*** lazy_prince has quit IRC | 05:19 | |
*** k4n0 has quit IRC | 05:21 | |
*** k4n0 has joined #murano | 05:33 | |
*** killer_prince has joined #murano | 05:46 | |
*** killer_prince is now known as lazy_prince | 05:46 | |
*** IlyaE has quit IRC | 05:51 | |
*** k4n0 has quit IRC | 06:12 | |
*** k4n0 has joined #murano | 06:27 | |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano-dashboard: Use wizard to make package uploading clear https://review.openstack.org/110894 | 07:30 |
---|---|---|
masco | after installing murano in devstack, i am getting import error for muranodashboard. | 08:28 |
masco | so what should i need to add in my requirements.txt, to make muranodashboard available | 08:29 |
dteselkin | masco, could you please share your local.conf of localrc devstack config file? | 08:47 |
dteselkin | In general you don't need to add anything into requirements.txt manually, devstack scripts must do all the work | 08:48 |
dteselkin | I suppose that you've used README from here https://github.com/stackforge/murano/tree/master/contrib/devstack | 08:49 |
dteselkin | If it's the case, please add one line into devstack config: 'enable_service murano-dasboard' and rebuild devstack | 08:50 |
masco | dteselkin, yes i used the same steps | 08:50 |
dteselkin | enable_service murano-dashboard | 08:50 |
masco | the stack was already running | 08:50 |
dteselkin | Do you have the line above in your config& | 08:50 |
dteselkin | ? | 08:51 |
masco | dteselkin, nope it has only murano, api & engine | 08:51 |
masco | i will add the dashbord and check again | 08:52 |
dteselkin | Ok. So you have to add it and then rebuild the stack | 08:52 |
masco | thanks | 08:52 |
dteselkin | ./unstack.sh then ./stack.sh | 08:52 |
masco | sure :-) | 08:52 |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano-dashboard: Use wizard to make package uploading clear https://review.openstack.org/110894 | 09:16 |
masco | dteselkin, still facing the same problem :-( | 09:33 |
masco | ImportError: No module named muranodashboard | 09:34 |
masco | ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch,n-novnc,n-cauth,c-sch,c-api,c-vol,heat,h-api,h-api-cfn,h-api-cw,h-eng,horizon,murano,murano-api,murano-engine,murano-dashboard,s-proxy,s-object,s-container,s-account,q-svc,q-agt,q-dhcp,q-l3,q-meta,rabbit,tempest,mysql | 09:34 |
dteselkin | Are there files 'murano' and 'murano-dashboard' inside devstack's 'lib' folder ? | 09:40 |
masco | dteselkin, yep | 09:41 |
dteselkin | BTW, are there any other murano services up after installation? | 09:42 |
dteselkin | Which devstack / murano branches do you use? | 09:43 |
masco | murano-api and engine is up | 09:43 |
masco | dteselkin, i am using master devstack | 09:45 |
*** IlyaE has joined #murano | 09:46 | |
*** vijayagurug has joined #murano | 09:46 | |
masco | dteselkin, could you please check in your requirements.txt what pkg name they are used to install muranodashboard | 09:47 |
dteselkin | We've never modified any requirements.txt file manually, so there are the same lines as in git repo. murano-dashboard mush be installed by functions imported from lib/murano-dashboard script file. | 09:49 |
*** slagun has joined #murano | 09:50 | |
*** IlyaE has quit IRC | 09:50 | |
dteselkin | Could you check in your stack.sh.log installation log file, were these functions called? | 09:50 |
*** stanlagun has quit IRC | 09:51 | |
dteselkin | E.g.: install_murano_dashboard, init_murano_dashboard, configure_murano_dashboard | 09:51 |
masco | ok i will check | 09:52 |
dteselkin | BTW, where exactly did you get the import error? | 09:53 |
masco | while starting the server via run_test.py | 09:53 |
masco | /opt/stack/horizon/.venv/local/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module | 09:54 |
masco | __import__(name) | 09:54 |
dteselkin | Em, you don't need to start it manually on your devstack node, as apache server should manage it. murano-dashboard will be available as part of horizon | 09:55 |
masco | nope. i want to run the server in some different port, that is i runing it manually. | 09:57 |
dteselkin | Well, murano-dashboard should be installed in /opt/stack/murano-dashboard folder. Maybe adding that path into your PYTHONPATH variable helps? | 09:58 |
masco | yeah it is available in that path | 09:59 |
masco | ok i will try with updating my path | 09:59 |
masco | thanks | 09:59 |
*** vijayagurug has quit IRC | 10:04 | |
*** vijayagurug has joined #murano | 10:06 | |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano-dashboard: Use wizard to make package uploading clear https://review.openstack.org/110894 | 10:36 |
*** lazy_prince has quit IRC | 10:45 | |
*** killer_prince has joined #murano | 10:46 | |
*** killer_prince is now known as lazy_prince | 10:47 | |
*** slagun has quit IRC | 10:48 | |
tsufiev | masco, if you want to start muranodashboard manually via runserver, why do you need devstack? | 10:48 |
*** lazy_prince has quit IRC | 10:50 | |
*** killer_prince has joined #murano | 11:12 | |
*** killer_prince is now known as lazy_prince | 11:12 | |
*** romainh has joined #murano | 11:46 | |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano-dashboard: Use wizard to make package uploading clear https://review.openstack.org/110894 | 12:37 |
*** sjmc7_ has quit IRC | 12:54 | |
*** vijayagurug has left #murano | 12:58 | |
*** k4n0 has quit IRC | 12:59 | |
*** lecalcot has joined #murano | 13:11 | |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano-dashboard: Fix statuses for environment state https://review.openstack.org/104801 | 13:17 |
*** GoT has joined #murano | 13:22 | |
*** lecalcot has quit IRC | 13:22 | |
*** lecalcot has joined #murano | 13:32 | |
*** masco has quit IRC | 13:53 | |
*** drupalmonkey has joined #murano | 13:56 | |
romainh | Hi all, can someone help me to make Murano work on a devstack? When I create an new environment the status is stuck on "Configuring" and I can see an error in Horizon log: "Error while checking action permissions. [...] AttributeError: has_services" | 13:58 |
romainh | Is there someone who already had this issue? | 13:59 |
*** lecalcot has quit IRC | 14:00 | |
*** lecalcot has joined #murano | 14:07 | |
*** Murali_ has joined #murano | 14:10 | |
*** IlyaE has joined #murano | 14:15 | |
*** Murali_ has quit IRC | 14:17 | |
*** Murali_ has joined #murano | 14:18 | |
tnurlygayanov | Hi | 14:24 |
*** sjmc7 has joined #murano | 14:24 | |
tnurlygayanov | romainh could you pleas describe how you install Murano with devstack? | 14:24 |
tnurlygayanov | *please | 14:26 |
Murali_ | tnurlygayanov : did u setup devstack already ? | 14:27 |
Murali_ | if you did ... 1. git clone https://github.com/stackforge/murano.git | 14:27 |
romainh | I activate Murano is the local.conf ENABLED_SERVICES+=,murano,murano-api,murano-engine | 14:27 |
smurashov | and murano-dashboard | 14:27 |
smurashov | you missed murano-dashboard | 14:28 |
romainh | smurashov: oh ok | 14:28 |
romainh | but I'm able to see the Murano dashboard in Horizon | 14:28 |
tnurlygayanov | Murali_ yes :) smurashov +1 | 14:28 |
tnurlygayanov | hm.. | 14:28 |
smurashov | it's strange | 14:29 |
romainh | I've followed this doc: http://murano.readthedocs.org/en/latest/install/development.html | 14:29 |
*** sjmc7_ has joined #murano | 14:29 | |
smurashov | i recommend add murano-dashboard to localr | 14:30 |
smurashov | localrc | 14:30 |
*** lecalcot has quit IRC | 14:30 | |
romainh | OK I'll do that | 14:30 |
smurashov | and unstack, stack your devstack | 14:30 |
romainh | OK | 14:30 |
smurashov | if this issue reproduced, let me know pls | 14:30 |
*** lecalcot has joined #murano | 14:31 | |
Murali_ | also make sure you copied lib/murano into devstack lib directory | 14:31 |
*** lecalcot has quit IRC | 14:32 | |
*** sjmc7 has quit IRC | 14:33 | |
tnurlygayanov | romainh could you please describe bug on https://bugs.launchpad.net/murano, if you will hit this error again? | 14:33 |
romainh | yep sure | 14:33 |
*** IlyaE has quit IRC | 14:35 | |
*** lecalcot has joined #murano | 14:38 | |
ruhe | you don't need to activate murano-dashboard. it's auto-activated when horizon and murano are enabled. and horizon is enabled by default | 14:41 |
romainh | tnurlygayanov, smurashov, Murali_: same error again. I'll open a ticket on launchpad | 14:41 |
ruhe | romainh: could you please also attach logs from horizon and murano? | 14:42 |
tnurlygayanov | romainh ok, thank you! | 14:42 |
romainh | yes | 14:42 |
*** Murali_ has quit IRC | 14:49 | |
*** GoT is now known as PierreRambaud | 15:02 | |
*** Murali has joined #murano | 15:06 | |
*** btully has joined #murano | 15:16 | |
*** lecalcot has quit IRC | 15:35 | |
*** sjmc7_ is now known as sjmc7 | 15:36 | |
*** Murali has quit IRC | 15:58 | |
*** masco has joined #murano | 16:04 | |
*** Murali_ has joined #murano | 16:20 | |
*** bharath has joined #murano | 16:26 | |
*** mpitchiah has quit IRC | 16:33 | |
*** Murali_ has quit IRC | 16:44 | |
*** chandankumar has quit IRC | 16:46 | |
openstackgerrit | Brian Tully proposed a change to stackforge/murano-dashboard: Bootstrap 3 upgrade fixes for catalog index https://review.openstack.org/111380 | 16:48 |
*** Murali_ has joined #murano | 16:51 | |
btully | is there a known bug on the dashboard re sessions? For example I get kicked out to the login page and get asked to log in. When i enter my username and password and click "sign in" it reloads the login page, with the message "Session timed out." Is this expected behavior or a known bug? | 16:53 |
*** romainh has left #murano | 17:02 | |
*** masco has quit IRC | 17:35 | |
sjmc7 | katyafervent - is the upload description on https://murano.readthedocs.org/en/latest/specification/index.html#packages out of date? | 17:42 |
sjmc7 | i think there are only two pieces to upload requests | 17:42 |
*** Murali_ has quit IRC | 17:56 | |
*** lecalcot has joined #murano | 18:22 | |
*** romainh has joined #murano | 18:32 | |
*** Murali has joined #murano | 18:37 | |
*** bharath has quit IRC | 18:43 | |
*** Murali__ has joined #murano | 18:51 | |
*** Murali has quit IRC | 18:54 | |
*** sergmelikyan has quit IRC | 20:52 | |
*** sergmelikyan has joined #murano | 20:52 | |
*** gokrokve has joined #murano | 20:53 | |
*** romainh has quit IRC | 20:55 | |
*** romainh has joined #murano | 20:56 | |
*** romainh has left #murano | 20:56 | |
*** Murali__ has quit IRC | 21:02 | |
*** Murali has joined #murano | 21:02 | |
*** lecalcot has quit IRC | 21:18 | |
*** lecalcot has joined #murano | 21:18 | |
*** lecalcot_ has joined #murano | 21:20 | |
*** lecalcot has quit IRC | 21:21 | |
*** lecalcot_ has quit IRC | 21:21 | |
*** lecalcot has joined #murano | 21:21 | |
openstackgerrit | Brian Tully proposed a change to stackforge/murano-dashboard: Add ability to override dashboard name https://review.openstack.org/111383 | 21:44 |
*** lecalcot has quit IRC | 22:44 | |
*** lecalcot has joined #murano | 22:44 | |
*** Murali has quit IRC | 22:46 | |
*** lecalcot has quit IRC | 22:49 | |
*** btully has quit IRC | 23:05 | |
*** gokrokve has quit IRC | 23:45 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!