*** mdih has joined #murano | 01:55 | |
mdih | hello, a quick question, is there an known bug with mysql application :(, been prompted with this error message: ""io.murano.databases.SqlDatabase" is not found" | 01:56 |
---|---|---|
mdih | even if it has already been imported | 01:56 |
mdih | sorry just wanna check if there's a known one or something? | 01:57 |
*** yamamoto has joined #murano | 02:50 | |
*** yamamoto has quit IRC | 02:50 | |
*** mdih has quit IRC | 03:28 | |
*** yamamoto has joined #murano | 03:34 | |
*** mdih has joined #murano | 03:47 | |
*** Nikolay_St has quit IRC | 04:00 | |
*** sergmelikyan has joined #murano | 04:07 | |
*** sergmelikyan has quit IRC | 04:11 | |
*** josephine_l has joined #murano | 04:36 | |
*** mdih has quit IRC | 04:52 | |
*** vgridnev has joined #murano | 06:37 | |
*** tlashchova has joined #murano | 06:54 | |
openstackgerrit | Stan Lagun proposed openstack/murano-apps: Updated Docker and k8s DIB elements https://review.openstack.org/230894 | 06:57 |
*** prefer has joined #murano | 07:07 | |
openstackgerrit | Stan Lagun proposed openstack/murano-apps: [Kubernetes] Kubernetes was updated to v1.0.6 and v1 API https://review.openstack.org/230898 | 07:12 |
openstackgerrit | Stan Lagun proposed openstack/murano-apps: [Kubernetes] Fix cAdvisor port was not added to security group https://review.openstack.org/230899 | 07:12 |
openstackgerrit | Stan Lagun proposed openstack/murano-apps: [Kubernetes] Delete extra VMs upon cluster scale-down https://review.openstack.org/230900 | 07:12 |
*** sergmelikyan has joined #murano | 07:32 | |
*** sergmelikyan has quit IRC | 07:34 | |
*** Nikolay_St has joined #murano | 07:39 | |
*** asalkeld has joined #murano | 07:50 | |
*** ddovbii has joined #murano | 07:55 | |
*** sergmelikyan has joined #murano | 08:03 | |
openstackgerrit | Stan Lagun proposed openstack/murano: Python method results were not converted to immutable values https://review.openstack.org/230907 | 08:15 |
*** mdih has joined #murano | 08:22 | |
mdih | hello, uhm may i ask what would be the format of the instance_id when adding an application under sa environment? | 08:23 |
mdih | i.e: "?": { "type": "io.murano.resources.LinuxMuranoInstance", "id": "1895b07f-402e-4842-b91d-e0c255cc229c" } | 08:23 |
mdih | sorry noob question :( | 08:24 |
*** sergmelikyan has quit IRC | 08:28 | |
*** katyafervent is now known as katyafervent_awa | 08:29 | |
*** rakhmerov has quit IRC | 08:29 | |
*** rakhmerov has joined #murano | 08:30 | |
*** sergmelikyan has joined #murano | 08:38 | |
*** katyafervent_awa is now known as katyafervent | 08:42 | |
katyafervent | hi mdih ! | 08:42 |
katyafervent | yeap, it assigned automatically | 08:44 |
mdih | hi katyafervent, thanks for the reply, uhm does that mean i can ommit it when adding an application to an environment? | 08:46 |
mdih | im actually following the api guide, particularly the post applications using session | 08:47 |
mdih | tried to supply a series of string and apparently it worked, but i find it weird by not following the convention hehe | 08:48 |
*** prefer has quit IRC | 08:54 | |
*** sergmelikyan has quit IRC | 08:59 | |
katyafervent | mdih, let me check again :) It's Monday you know | 09:03 |
mdih | wahehe, sorry katyafervent :D | 09:03 |
mdih | and thanks a lot, sorry im just kinda new to openstack and just have a little knowledge on python :D | 09:04 |
katyafervent | mdih, it's ok, you are welcome to ask as many questions as you need | 09:09 |
openstackgerrit | Merged openstack/python-muranoclient: Add missing parameter 'acquired_by' to environment model in tests https://review.openstack.org/230683 | 09:09 |
*** sergmelikyan has joined #murano | 09:11 | |
*** sergmelikyan has quit IRC | 09:12 | |
*** sergmelikyan has joined #murano | 09:14 | |
*** mdih has quit IRC | 09:16 | |
*** mdih has joined #murano | 09:17 | |
mdih | @katyafervent: sorry got disconnected, hopefully i didn't miss anything imporatant message hehe | 09:17 |
mdih | anyway going back to my question, was wondering if i can determine the algo or logic in generating the id, maybe i can do it manually | 09:18 |
katyafervent | mdih, no I'm thinking on the answer | 09:18 |
mdih | instead of just suppliying randome string hehe..for convention porpuses | 09:18 |
katyafervent | here is where all openstack irc logs can be found http://eavesdrop.openstack.org/irclogs/%23murano/ | 09:18 |
mdih | cool thanks | 09:19 |
*** vgridnev has quit IRC | 09:19 | |
mdih | purposes* | 09:19 |
*** vgridnev_ has joined #murano | 09:19 | |
katyafervent | ok, you can not provide any id here, engine will generates it automatically | 09:20 |
katyafervent | in the example json, that is generated by murano UI was provided | 09:21 |
katyafervent | You need to provide an id, only if you want to make a reference to that instance from some other apps | 09:21 |
katyafervent | so for simple app id can not be provided | 09:22 |
katyafervent | Let me update specification then | 09:22 |
katyafervent | good catch, thanks :) | 09:22 |
mdih | ahh i see, hmm okay so if its needed for such app to be a reference of another app, the id is required then right? | 09:27 |
*** sergmelikyan has quit IRC | 09:27 | |
mdih | ops sorry what i said doesn sound right lol, let me rephrase it | 09:28 |
*** sergmelikyan has joined #murano | 09:29 | |
mdih | if an app will be a reference of another app. like maybe we have a web server and the app to deploy is wordpress, the web server should be specified with an id right? | 09:29 |
*** sergmelikyan has quit IRC | 09:40 | |
katyafervent | mdih, sounds correct. you can find application json in murano-dashboard log after sending desired apps to deploy | 09:51 |
katyafervent | After that, this json may be used while deploying via api | 09:52 |
mdih | @katyafervent: cool, thanks thanks :) | 09:56 |
*** sergmelikyan has joined #murano | 10:00 | |
*** prefer has joined #murano | 10:11 | |
*** mdih has quit IRC | 10:20 | |
*** sergmelikyan has quit IRC | 10:24 | |
openstackgerrit | Merged openstack/murano: Python method results were not converted to immutable values https://review.openstack.org/230907 | 10:33 |
openstackgerrit | Merged openstack/murano-dashboard: Fix typo on sanity_check comment https://review.openstack.org/230801 | 10:34 |
*** sergmelikyan has joined #murano | 10:41 | |
openstackgerrit | Merged openstack/python-muranoclient: Fix incorrect output after error in package-save https://review.openstack.org/227842 | 10:58 |
openstackgerrit | Merged openstack/python-muranoclient: Fix archive name generation in package_create command https://review.openstack.org/230491 | 10:58 |
openstackgerrit | Merged openstack/murano-dashboard: Add the missing 'PACKAGES_LIMIT' setting https://review.openstack.org/230743 | 11:09 |
*** sergmelikyan has quit IRC | 11:19 | |
*** kzaitsev_mb has joined #murano | 11:56 | |
*** MF2 has joined #murano | 12:07 | |
*** sergmelikyan has joined #murano | 12:09 | |
MF2 | Hi, i have one question about installation of murano, should I install murano in separate node with controller node in openstack? | 12:10 |
*** raildo-afk is now known as raildo | 12:16 | |
openstackgerrit | Alexey Khivin proposed openstack/murano: MuranoPL logging tutorial added https://review.openstack.org/230600 | 12:22 |
openstackgerrit | Alexey Khivin proposed openstack/murano: MuranoPL logging tutorial added https://review.openstack.org/230600 | 12:24 |
*** mdih has joined #murano | 12:29 | |
*** yamamoto has quit IRC | 12:35 | |
kzaitsev_mb | MF2: I guess that's up to you =) | 12:36 |
openstackgerrit | Alexey Khivin proposed openstack/murano: MuranoPL logging tutorial added https://review.openstack.org/230600 | 12:43 |
openstackgerrit | Alexey Khivin proposed openstack/murano: MuranoPL logging tutorial added https://review.openstack.org/230600 | 12:44 |
*** sergmelikyan has quit IRC | 12:47 | |
*** sergmelikyan has joined #murano | 12:53 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano: Add depentent application test https://review.openstack.org/229537 | 13:07 |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano: Add dependent application test https://review.openstack.org/229537 | 13:08 |
MF2 | @kzaitsev-mb, thanks | 13:12 |
kzaitsev_mb | np =) I'm afraid murano does not have official best practices of installing it in OS | 13:13 |
MF2 | i use this link to install murano on separate node, http://muranotest.readthedocs.org/en/latest/install/manual.html but in step 5 i get this error : ERROR: InvocationError: '/usr/bin/bash tools/pretty_tox.sh ' and ERROR: py27: commands failed | 13:13 |
kzaitsev_mb | so, you should trust your senses ) | 13:13 |
kzaitsev_mb | huh | 13:13 |
kzaitsev_mb | which version of murano do you use? | 13:13 |
MF2 | i use this version in github git://git.openstack.org/openstack/murano | 13:14 |
kzaitsev_mb | so, master. | 13:15 |
MF2 | yes | 13:15 |
kzaitsev_mb | hmm. I do not think, that there should be any problems there. otherwise the docs gate would block us | 13:15 |
kzaitsev_mb | or maybe our docs gate is baked | 13:15 |
kzaitsev_mb | =)) | 13:15 |
kzaitsev_mb | I remember someone filing a bug with tables.. | 13:16 |
kzaitsev_mb | can you pls share full error somewhere on paste.openstack.org or smth? | 13:16 |
kzaitsev_mb | looks like a bug | 13:16 |
MF2 | yes, i can | 13:16 |
*** mdih has quit IRC | 13:17 | |
*** mdih has joined #murano | 13:17 | |
*** sergmelikyan has quit IRC | 13:19 | |
*** yamamoto has joined #murano | 13:23 | |
MF2 | I paste the output of tox in http://paste.openstack.org/show/475318/ | 13:23 |
*** yamamoto_ has joined #murano | 13:24 | |
*** sergmelikyan has joined #murano | 13:25 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano-dashboard: Prevent key error on deployed app detail page https://review.openstack.org/230990 | 13:26 |
*** yamamoto has quit IRC | 13:28 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/murano: Add dependent application test https://review.openstack.org/229537 | 13:35 |
openstackgerrit | zhu.rong proposed openstack/murano-dashboard: Enable pagination for Murano Images view https://review.openstack.org/230748 | 13:35 |
*** yamamoto_ has quit IRC | 13:39 | |
kzaitsev_mb | MF2: oops, sorry, got distracted | 13:43 |
*** josephine_l has quit IRC | 13:45 | |
kzaitsev_mb | looks really strange =) | 13:46 |
openstackgerrit | zhu.rong proposed openstack/murano-dashboard: Make non-admin user package Tenant Name more clear https://review.openstack.org/230790 | 13:47 |
MF2 | kzaitsev-mb: yes, thanks for your reply, any idea to solve it? | 13:48 |
kzaitsev_mb | can't reproduce it yet | 13:49 |
kzaitsev_mb | have a different mismatch though +) | 13:49 |
*** vgridnev_ has quit IRC | 13:52 | |
*** openstackstatus has joined #murano | 13:56 | |
*** ChanServ sets mode: +v openstackstatus | 13:56 | |
openstackgerrit | Kirill Zaitsev proposed openstack/murano: WIP https://review.openstack.org/231003 | 13:56 |
openstackgerrit | Kirill Zaitsev proposed openstack/murano: Make test_package_is_not_provided less strict https://review.openstack.org/231006 | 14:01 |
*** MF2 has left #murano | 14:02 | |
*** yamamoto has joined #murano | 14:12 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Add missing config option for service broker https://review.openstack.org/231012 | 14:12 |
*** raildo is now known as raildo-afk | 14:16 | |
*** mdih has quit IRC | 14:22 | |
*** raildo-afk is now known as raildo | 14:25 | |
kzaitsev_mb | damn, hope he'll come by. Guess MF has some strange python version or smth | 14:36 |
*** tec_com has joined #murano | 14:40 | |
tec_com | hi! | 14:40 |
tec_com | i need help | 14:40 |
kzaitsev_mb | tec_com: hi! =) | 14:41 |
kzaitsev_mb | what's the problem? =) | 14:41 |
tec_com | i need help :'( | 14:41 |
tec_com | im trying to install murano | 14:41 |
tec_com | (myvirtualenv)root@controller:~/openstack/murano/murano# tox -e venv -- murano-db-manage --config-file ./etc/murano/murano.conf upgrade | 14:41 |
tec_com | when i do this | 14:41 |
tec_com | it says "no module named MySQLdb" | 14:42 |
Nikolay_St | tec_com: yeap | 14:42 |
tec_com | but... i can import it with the python shell | 14:42 |
Nikolay_St | tec_com: sometimes I happens | 14:42 |
tec_com | what can i do? | 14:42 |
kzaitsev_mb | that's easy =) you should install mysqldb or pymysql (i suggest the latter ) | 14:42 |
Nikolay_St | tec_com: you're installing in manually? | 14:42 |
tec_com | yes, im stalling it manyally | 14:42 |
tec_com | i have pymysql too | 14:42 |
Nikolay_St | tec_com: so, you should install it to venv | 14:43 |
tec_com | what have to put in the config for use pymysql | 14:43 |
Nikolay_St | smthg like | 14:43 |
Nikolay_St | tox -e venv -- pip install pymysql | 14:43 |
Nikolay_St | tec_com: ^^ | 14:43 |
tec_com | ok... | 14:44 |
tec_com | now | 14:44 |
tec_com | in the config | 14:44 |
tec_com | ? | 14:44 |
kzaitsev_mb | tec_com: db backends are not part of murano requirements, so you have to install them manually, yep =) | 14:44 |
openstackgerrit | Sergii Turivnyi proposed openstack/python-muranoclient: Add more tests for env-templates and packages List of changes: - Add sanity murano category tests - Add sanity murano environment templates tests - Add sanity murano packages tests https://review.openstack.org/215628 | 14:45 |
tec_com | connection = mysql://murano:xxx@controller:3306/murano | 14:45 |
tec_com | now there? | 14:45 |
tec_com | how is the syntax? | 14:45 |
Nikolay_St | tec_com: in the config you should use something like: mysql+pymysql://murano:<username>@<db>/murano | 14:45 |
tec_com | have to put the "backend = sqlalchemy" ? | 14:47 |
kzaitsev_mb | tec_com: that's the default, so you can just omit it | 14:48 |
tec_com | now it throws that... :( | 14:50 |
tec_com | (1045, u"Access denied for user 'murano'@'Admin-link0' (using password: YES)") | 14:50 |
*** gangaec has joined #murano | 14:50 | |
kzaitsev_mb | tec_com: your connection-string is wrong ;) | 14:50 |
kzaitsev_mb | oh | 14:50 |
tec_com | i made the default config database | 14:50 |
tec_com | mysql -u root -p | 14:50 |
tec_com | mysql> CREATE DATABASE murano; | 14:50 |
tec_com | mysql> GRANT ALL PRIVILEGES ON murano.* TO 'murano'@'localhost' \ | 14:50 |
tec_com | IDENTIFIED BY 'MURANO_DBPASS'; | 14:50 |
tec_com | mysql> exit; | 14:50 |
tec_com | connection = mysql+pymysql://murano:MURANO_DBPASS@controller:3306/murano | 14:51 |
tec_com | i dont know what is wrong | 14:51 |
kzaitsev_mb | mine is mysql+pymysql://user:pass@localhost/murano | 14:52 |
kzaitsev_mb | oh wait | 14:52 |
tec_com | yes! | 14:52 |
tec_com | success! | 14:52 |
tec_com | thank you guys! you are awesome! | 14:52 |
tec_com | ill continue the installation process :D | 14:53 |
tec_com | thanks a lot | 14:53 |
kzaitsev_mb | tec_com: can you pls mysql -u root -p -h controller | 14:53 |
kzaitsev_mb | tec_com: GRANT ALL PRIVILEGES ON murano.* TO 'murano'@'localhost' -> that means you can only connect from localhost | 14:53 |
tec_com | okok | 14:53 |
kzaitsev_mb | you should GRANT ALL PRIVILEGES ON murano.* TO 'murano'@'%' if you want networking access, I think. | 14:55 |
kzaitsev_mb | yep =) just want to be sure, you're able to configure everything the way you like ;) | 14:56 |
tec_com | oh no! another fail :$ | 14:56 |
tec_com | You must provide a username via either --os-username or env[OS_USERNAME] or a token via --os-auth-token or env[OS_AUTH_TOKEN] | 14:56 |
tec_com | where is the file with the env variables? | 14:56 |
kzaitsev_mb | do you use remote cloud? | 14:56 |
kzaitsev_mb | or rather do you have horizon installed? ) | 14:57 |
tec_com | openstack | 14:57 |
tec_com | with horizon | 14:57 |
tec_com | its the same? | 14:57 |
kzaitsev_mb | ok, I'll look up, how to get those varibales in horizon | 14:57 |
kzaitsev_mb | Project -> Compute -> Access & Security -> Api access (tab) -> Download OpenStack RC File | 14:59 |
kzaitsev_mb | the url is http://your-horizon-url/project/access_and_security/api_access/openrc/ | 15:00 |
kzaitsev_mb | the file would contain all the variables you need | 15:02 |
tec_com | im on int | 15:02 |
tec_com | it* | 15:02 |
tec_com | You must provide a username via either --os-username or env[OS_USERNAME] or a token via --os-auth-token or env[OS_AUTH_TOKEN] | 15:03 |
kzaitsev_mb | so proveide them! | 15:03 |
tec_com | in my file there is no -os-auth-token | 15:03 |
kzaitsev_mb | of course there isn't =) it's a bash script | 15:04 |
kzaitsev_mb | source it ) | 15:04 |
tec_com | i did | 15:04 |
kzaitsev_mb | source /path/to/your-file.sh | 15:04 |
tec_com | yes yes, i did it | 15:04 |
kzaitsev_mb | can you pls execute 'echo $OS_USERNAME' then? | 15:05 |
tec_com | sure, | 15:05 |
tec_com | admin | 15:05 |
tec_com | xD | 15:05 |
kzaitsev_mb | soo it's there | 15:05 |
openstackgerrit | Alexander Tivelkov proposed openstack/murano-specs: Glance Artifact Repository Support https://review.openstack.org/231038 | 15:05 |
kzaitsev_mb | what do you do to get the error? | 15:06 |
kzaitsev_mb | looks like the env vars are in place | 15:06 |
tec_com | (myvirtualenv)root@controller:~/openstack/murano/murano# tox -e venv -- murano --murano-url http://localhost:8082 package-import --is-public io.murano.zip | 15:06 |
kzaitsev_mb | wow, which version of murano do you use? | 15:06 |
kzaitsev_mb | stable/kilo? | 15:06 |
tec_com | im following this tutorial | 15:07 |
tec_com | http://murano.readthedocs.org/en/latest/install/manual.html | 15:07 |
tec_com | for kilo | 15:07 |
kzaitsev_mb | huh | 15:07 |
kzaitsev_mb | strange indeed | 15:07 |
kzaitsev_mb | it worked most of the time for me =) | 15:08 |
tec_com | D: | 15:09 |
kzaitsev_mb | I can suggest a workaround, but this is strange | 15:09 |
*** prefer has quit IRC | 15:09 | |
kzaitsev_mb | . .tox/venv/bin/activate && murano --murano-url http://localhost:8082 package-import --is-public io.murano.zip && deactivate | 15:10 |
tec_com | Authorization Failed: The resource could not be found. (HTTP 404) (Request-ID: req-8a1506c3-6024-47a8-82ee-d41729eb4bd8) | 15:11 |
kzaitsev_mb | maybe something changed in the way tox handles things | 15:11 |
kzaitsev_mb | ok, this was int the FAQ somewhere, lat me check | 15:12 |
tec_com | really thank you | 15:14 |
kzaitsev_mb | can you "echo $OS_AUTH_URL"? | 15:17 |
tec_com | http://controller:35357/v3 | 15:18 |
tec_com | "controller" is an alias in hosts | 15:18 |
kzaitsev_mb | huh, I think, that murano might not be compatible with v3 keystone api yet =( | 15:19 |
tec_com | oh dam! | 15:19 |
*** gangaec has quit IRC | 15:19 | |
tec_com | its frustrating | 15:20 |
kzaitsev_mb | there were efforts to make it compatible, but they were executed not nice and were abandoned. Guess we should revive those | 15:20 |
kzaitsev_mb | and your keystone has v2 turned off? | 15:22 |
tec_com | i dont know | 15:22 |
tec_com | how can i know it? :P | 15:22 |
*** alejandrito has joined #murano | 15:23 | |
*** jasonsb_ has joined #murano | 15:24 | |
kzaitsev_mb | hm, let me think | 15:24 |
openstackgerrit | Alexey Deryugin proposed openstack/murano-apps: Update DiskImage-Builder elements for Kubernetes App to v1.0.6 https://review.openstack.org/231050 | 15:25 |
kzaitsev_mb | tec_com: can you 'export OS_AUTH_URL=http://controller:35357/v2.0' and try again? =) | 15:26 |
tec_com | nice idea | 15:26 |
tec_com | it fails again | 15:27 |
tec_com | then... had to be another thing | 15:27 |
tec_com | have* | 15:28 |
kzaitsev_mb | I'm getting the same error, if I set it with v3, but | 15:28 |
kzaitsev_mb | I'm also getting the same error, when I just input something random | 15:29 |
tec_com | lemme try localhost instead controller | 15:29 |
tec_com | same error :/ | 15:30 |
kzaitsev_mb | can you 'keystone service-list' | 15:30 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/murano: Updated from global requirements https://review.openstack.org/231053 | 15:30 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/murano-dashboard: Updated from global requirements https://review.openstack.org/231054 | 15:30 |
tec_com | how do i exit (venv) ? | 15:30 |
kzaitsev_mb | deactivate | 15:30 |
tec_com | yes i can do keystone service-list | 15:30 |
tec_com | i have it configured up | 15:31 |
kzaitsev_mb | tec_com: remember the keystone id | 15:31 |
tec_com | 0e6b21da553a4e8f87845897317c68f9 | 15:32 |
tec_com | xD | 15:32 |
tec_com | ok | 15:32 |
kzaitsev_mb | keystone endpoint-list | grep 0e6b21da553a4e8f87845897317c68f9 | 15:32 |
tec_com | want a pastebin with all the output? | 15:33 |
kzaitsev_mb | if it's 2 lines — just post here =) | 15:33 |
tec_com | | bb1f378f2dd14102b0c0d55be5f99fc6 | RegionOne | http://controller:5000/v2.0 | http://controller:5000/v2.0 | http://controller:35357/v2.0 | 0e6b21da553a4e8f87845897317c68f9 | | 15:33 |
tec_com | have a lot of warnings btw xD | 15:34 |
kzaitsev_mb | yeah, the're deprecating the client | 15:34 |
kzaitsev_mb | so you have the v2 enabled ;) | 15:34 |
tec_com | then... what could be my problem? | 15:34 |
kzaitsev_mb | export OS_AUTH_URL=http://controller:5000/v2.0 | 15:34 |
kzaitsev_mb | try ^^^ | 15:35 |
tec_com | ok | 15:35 |
kzaitsev_mb | those are: external | internal | admin urls | 15:35 |
tec_com | then? | 15:35 |
kzaitsev_mb | try 'export OS_AUTH_URL=http://controller:5000/v2.0' | 15:36 |
kzaitsev_mb | and issue the command again =) | 15:36 |
tec_com | i did it | 15:36 |
tec_com | and still failing :( | 15:36 |
kzaitsev_mb | same error? | 15:36 |
tec_com | yes... | 15:36 |
kzaitsev_mb | dang | 15:36 |
tec_com | venv runtests: commands[0] | murano --murano-url http://localhost:8082 package-import --is-public io.murano.zip | 15:37 |
tec_com | You must provide a username via either --os-username or env[OS_USERNAME] or a token via --os-auth-token or env[OS_AUTH_TOKEN] | 15:37 |
tec_com | ERROR: InvocationError: '/root/openstack/murano/murano/.tox/venv/bin/murano --murano-url http://localhost:8082 package-import --is-public io.murano.zip' | 15:37 |
tec_com | _____________________________________________________________________________ summary _____________________________________________________________________________ | 15:37 |
tec_com | ERROR: venv: commands failed | 15:37 |
tec_com | (venv)root@controller:~/openstack/murano/murano# echo $OS_AUTH_URL | 15:37 |
tec_com | http://controller:5000/v2.0 | 15:37 |
kzaitsev_mb | nope | 15:37 |
kzaitsev_mb | . .tox/venv/bin/activate | 15:37 |
kzaitsev_mb | murano --murano-url http://localhost:8082 package-import --is-public io.murano.zip .... | 15:38 |
tec_com | same... | 15:39 |
kzaitsev_mb | damn =/ | 15:41 |
tec_com | yes... its horrible XD | 15:43 |
kzaitsev_mb | ok, I'm out of ideas =) | 15:43 |
tec_com | ahaha | 15:43 |
tec_com | so sorry | 15:43 |
kzaitsev_mb | What I have is 'export OS_AUTH_URL=http://keystone-ip:5000/v2.0' | 15:44 |
kzaitsev_mb | the url, that shows under 'publicurl' under endpoint-list | 15:44 |
tec_com | (venv)root@controller:~/openstack/murano/murano# echo $OS_AUTH_URL | 15:44 |
tec_com | http://controller:5000/v2.0 | 15:44 |
kzaitsev_mb | and it works ok for me. =/ | 15:44 |
tec_com | :/ | 15:45 |
kzaitsev_mb | I wonder if you should register murano in keystone first | 15:45 |
kzaitsev_mb | have you? | 15:45 |
tec_com | nope | 15:45 |
tec_com | following the tutorial, im on "Import Core Murano Library." | 15:46 |
tec_com | http://murano.readthedocs.org/en/latest/install/manual.html | 15:46 |
kzaitsev_mb | tec_com: https://review.openstack.org/#/c/229374/ try following instructions here | 15:46 |
kzaitsev_mb | yep, I get that ) | 15:46 |
*** Nikolay_St has quit IRC | 15:48 | |
*** jasonsb_ has quit IRC | 15:50 | |
*** sergmelikyan has quit IRC | 15:51 | |
*** alejandrito has quit IRC | 15:55 | |
*** gangaec has joined #murano | 15:58 | |
*** yamamoto has quit IRC | 16:02 | |
*** yamamoto has joined #murano | 16:03 | |
*** raildo is now known as raildo-afk | 16:10 | |
*** raildo-afk is now known as raildo | 16:12 | |
*** alejandrito has joined #murano | 16:16 | |
*** kzaitsev_mb has quit IRC | 16:22 | |
*** kzaitsev_mb has joined #murano | 16:30 | |
*** prefer has joined #murano | 16:36 | |
*** alejandrito has quit IRC | 16:37 | |
*** raildo is now known as raildo-afk | 16:38 | |
*** raildo-afk is now known as raildo | 16:41 | |
*** prefer has quit IRC | 16:45 | |
*** jasonsb_ has joined #murano | 16:51 | |
*** tlashchova has quit IRC | 16:52 | |
*** jasonsb_ has quit IRC | 16:56 | |
*** Nikolay_St has joined #murano | 17:04 | |
*** yamamoto has quit IRC | 17:04 | |
*** kzaitsev_mb has quit IRC | 17:11 | |
*** raildo is now known as raildo-afk | 17:18 | |
*** raildo-afk is now known as raildo | 17:30 | |
*** openstackgerrit has quit IRC | 17:31 | |
*** openstackgerrit has joined #murano | 17:31 | |
*** alejandrito has joined #murano | 17:34 | |
*** alejandrito has quit IRC | 17:38 | |
*** prefer has joined #murano | 17:43 | |
*** raildo is now known as raildo-afk | 17:48 | |
*** sergmelikyan has joined #murano | 17:48 | |
*** openstackgerrit has quit IRC | 18:01 | |
*** openstackgerrit has joined #murano | 18:01 | |
*** stanchan has joined #murano | 18:05 | |
*** yamamoto has joined #murano | 18:05 | |
*** jasonsb has joined #murano | 18:06 | |
*** yamamoto has quit IRC | 18:10 | |
*** jasonsb has quit IRC | 18:10 | |
*** raildo-afk is now known as raildo | 18:14 | |
*** prefer has quit IRC | 18:15 | |
*** sergmelikyan has quit IRC | 18:17 | |
*** sergmelikyan has joined #murano | 18:20 | |
*** jasonsb has joined #murano | 18:24 | |
*** jasonsb has quit IRC | 18:29 | |
*** raildo is now known as raildo-afk | 18:45 | |
*** raildo-afk is now known as raildo | 18:45 | |
*** sergmelikyan has quit IRC | 19:03 | |
*** prefer has joined #murano | 19:38 | |
*** jasonsb has joined #murano | 20:09 | |
*** raildo is now known as raildo-afk | 20:13 | |
*** jasonsb has quit IRC | 20:14 | |
*** raildo-afk is now known as raildo | 20:18 | |
*** raildo is now known as raildo-afk | 20:23 | |
*** prefer has quit IRC | 20:34 | |
*** zigo has quit IRC | 21:09 | |
*** stanchan has quit IRC | 21:09 | |
*** stanchan has joined #murano | 21:09 | |
*** zigo has joined #murano | 21:10 | |
*** kzaitsev_mb has joined #murano | 21:27 | |
*** jasonsb has joined #murano | 21:57 | |
*** jasonsb has quit IRC | 22:01 | |
*** openstackgerrit has quit IRC | 22:16 | |
*** openstackgerrit has joined #murano | 22:16 | |
*** asalkeld has quit IRC | 22:28 | |
*** asalkeld has joined #murano | 22:29 | |
*** sumanth has joined #murano | 22:33 | |
sumanth | Hi, My name is Sumanth & I am new to Murano. I have a question which is regarding how to make changes to the code such that when I hit a deploy button of a particular app, the call goes to my custom backend instead of the usual call flow. | 22:35 |
kzaitsev_mb | sumanth: most of developers are around +2/+3 UTC, so it might be a bit late for this channel =) | 22:37 |
kzaitsev_mb | but I'm still here for some time, so I'll try to answer your question ) | 22:37 |
kzaitsev_mb | what do you mean by your custom backend? =) | 22:37 |
sumanth | Great Thanks Kzaitsev :) | 22:38 |
kzaitsev_mb | so, do you know murano's archeticture? | 22:38 |
sumanth | I have a backend, say it is running on a particular url - for this purpose it is running on my same machine on a particular port | 22:38 |
kzaitsev_mb | we have a nice pic for that in the docs | 22:38 |
sumanth | No not really | 22:39 |
kzaitsev_mb | http://murano.readthedocs.org/en/latest/draft/intro/architecture.html | 22:39 |
sumanth | could you pls send me a link | 22:39 |
sumanth | it would be very helpful | 22:39 |
kzaitsev_mb | so when you hit deploy — dashboard goes to API, API goes to rabbit, engine then goes to rabbit and retrieves what API left and starts deployment. =) | 22:40 |
kzaitsev_mb | that's the simplified version of things ) | 22:40 |
kzaitsev_mb | so you can theoretically alter API — see the MURANO_API_URL in Horizon's dashboard's config | 22:41 |
kzaitsev_mb | and point it to something you want. proxy some requests to real murano API and some catch yourself. | 22:41 |
sumanth | :) | 22:43 |
sumanth | Thanks a lot this helps, I will try it out | 22:43 |
kzaitsev_mb | k. =) I'll go sleep some time soon. feel free to write out any questions you have here, I try to monitor the channel in the morning =) although my tomorrows schedule is really bad =/ | 22:45 |
*** raildo-afk is now known as raildo | 22:45 | |
*** stanchan has quit IRC | 23:07 | |
*** raildo is now known as raildo-afk | 23:08 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/murano: Updated from global requirements https://review.openstack.org/231053 | 23:15 |
*** yamamoto has joined #murano | 23:18 | |
*** yamamoto has quit IRC | 23:40 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!