*** yamamoto has quit IRC | 00:01 | |
*** IlyaE has quit IRC | 00:01 | |
*** asalkeld has left #murano | 00:25 | |
*** yamamoto has joined #murano | 00:33 | |
*** drupalmonkey has quit IRC | 01:00 | |
*** drupalmonkey has joined #murano | 01:05 | |
*** yamamoto has quit IRC | 01:19 | |
*** yamamoto has joined #murano | 01:42 | |
*** stan_lagun has joined #murano | 01:43 | |
*** slagun has quit IRC | 01:46 | |
*** IlyaE has joined #murano | 02:22 | |
*** IlyaE has quit IRC | 02:30 | |
*** IlyaE has joined #murano | 02:31 | |
*** drupalmonkey has quit IRC | 02:45 | |
*** IlyaE has quit IRC | 02:57 | |
*** eghobo has joined #murano | 03:24 | |
*** IlyaE has joined #murano | 03:31 | |
*** eghobo_ has joined #murano | 03:42 | |
*** eghobo has quit IRC | 03:46 | |
*** IlyaE has quit IRC | 03:53 | |
*** eghobo has joined #murano | 03:56 | |
*** eghobo_ has quit IRC | 03:57 | |
*** IlyaE has joined #murano | 04:16 | |
*** eghobo has quit IRC | 04:27 | |
*** IlyaE has quit IRC | 04:35 | |
*** IlyaE has joined #murano | 05:02 | |
*** eghobo has joined #murano | 05:16 | |
*** igormarnat is now known as imarnat | 05:25 | |
*** imarnat is now known as igormarnat | 05:48 | |
*** igormarnat is now known as imarnat | 05:54 | |
*** kzaitsev has joined #murano | 06:14 | |
*** imarnat is now known as igormarnat | 06:16 | |
*** igormarnat is now known as imarnat | 06:27 | |
*** IlyaE has quit IRC | 06:36 | |
*** eghobo has quit IRC | 06:42 | |
*** kzaitsev has quit IRC | 06:55 | |
*** kzaitsev has joined #murano | 06:57 | |
*** kzaitsev has quit IRC | 06:57 | |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support for Configuration Language. File Downloading https://review.openstack.org/159524 | 06:58 |
---|---|---|
*** IlyaE has joined #murano | 07:05 | |
*** IlyaE has quit IRC | 07:13 | |
*** imarnat is now known as igormarnat | 07:22 | |
*** igormarnat is now known as imarnat | 07:23 | |
*** imarnat is now known as igormarnat | 07:35 | |
openstackgerrit | Henar Muñoz proposed stackforge/murano: Functional tests for environment template functionality https://review.openstack.org/164496 | 08:08 |
*** kzaitsev has joined #murano | 08:37 | |
kzaitsev | Regarding loading local bundles, when you do not have an internet connection. I actually came to think that there is a better solution. We could make the command package-import support multiple parameters. like `murano package-import ./some/folder/*` | 08:41 |
kzaitsev | Bundles seem like a excessive layer of abstraction here. Since the user still has to download packages by hand, still has to put them on his local file system. Moreover parsing and building a dependency-tree seems useless in this case, because we do not have an internet conection anyway. | 08:44 |
pashkin | Does anybody encountered such error while using murano-dashboard? "CompressorError: Couldn't find any precompiler in COMPRESS_PRECOMPILERS setting for mimetype 'text/scss'." | 08:44 |
kzaitsev | So an option like --without-dependencies seems fine | 08:44 |
kzaitsev | pashkin, do you have COMPRESS_PRECOMPILERS set in the settings file? | 08:45 |
kzaitsev | pashkin: mine looks like this | 08:48 |
kzaitsev | $ ack -A3 COMPRESS_PRECOMPILERS muranodashboard/ | 08:48 |
kzaitsev | muranodashboard/settings.py | 08:48 |
kzaitsev | 137:COMPRESS_PRECOMPILERS = ( | 08:48 |
kzaitsev | 138- ('text/scss', 'django_pyscss.compressor.DjangoScssFilter'), | 08:48 |
kzaitsev | 139-) | 08:48 |
kzaitsev | 140- | 08:48 |
kzaitsev | ok that was a bad idea | 08:48 |
kzaitsev | http://paste.openstack.org/show/193051/ | 08:48 |
pashkin | Exactly! Mine settings is the same | 08:48 |
pashkin | This is really weird - actual settings, as seen from shell is "('text/less', '/home/andrew/projects/openstack/murano-dashboard/murano-dashboard/bin/less/lessc {infile} {outfile}')" | 08:49 |
*** igormarnat is now known as imarnat | 08:49 | |
pashkin | Well, if nobody encountered, I will research, thanks | 08:50 |
*** ddovbii has joined #murano | 08:57 | |
*** imarnat is now known as igormarnat | 08:57 | |
*** igormarnat is now known as imarnat | 09:00 | |
pashkin | The problem was in *.pyc files +_+ | 09:06 |
*** kzaitsev has quit IRC | 09:09 | |
*** kzaitsev has joined #murano | 09:10 | |
*** imarnat is now known as igormarnat | 09:18 | |
*** igormarnat is now known as imarnat | 09:23 | |
pashkin | There is another strange error: ConnectionRefused: Unable to establish connection to http://192.168.0.3:35357/v2.0/tenants | 09:35 |
pashkin | Even more weird | 09:36 |
*** ogzy has joined #murano | 09:39 | |
*** kzaitsev has quit IRC | 09:40 | |
ogzy | i tried installing murano with devstack but the installation failed, neutron services are not starting,http://paste.ubuntu.com/10619882/ is my local.conf, am i missing something? | 09:41 |
ogzy | or did the devstack installation tested with juno? | 09:46 |
stan_lagun | ogzy: don't know for sure why you have this problem. Definitely not because of murano (how Murano relates no Neutron not working?). Maybe that is because of "neutron" service enabled which according to https://wiki.openstack.org/wiki/NeutronDevstack need to be enabled for multi-node setups only | 09:48 |
*** ddovbii has quit IRC | 09:48 | |
stan_lagun | ogzy: devstack installation should work. We have it tested on per-commit basis | 09:49 |
openstackgerrit | SHIGEMATSU Mitsuhiro proposed stackforge/murano-specs: Fix typos in some RST files https://review.openstack.org/165345 | 09:50 |
*** kzaitsev has joined #murano | 09:52 | |
*** ominakov has joined #murano | 09:59 | |
*** imarnat is now known as igormarnat | 10:01 | |
ogzy | stan_lagun: wiki says for single node it can be enabled too :) | 10:05 |
ogzy | stan_lagun: but neutron service shouldn't be, himm | 10:06 |
*** igormarnat is now known as imarnat | 10:07 | |
*** ominakov has quit IRC | 10:15 | |
*** ominakov has joined #murano | 10:18 | |
*** sergmelikyan has quit IRC | 10:19 | |
*** imarnat is now known as igormarnat | 10:26 | |
*** ddovbii has joined #murano | 10:36 | |
kzaitsev | I wonder how we should write integration tests for repository. I kind of started doing it in a simple manner, thinking I would be able to mock requests.get as usual. But apparently I can't =) | 10:42 |
kzaitsev | I think I should ask murano-ci guys if we can setup a simple web-server with packages for the tests. | 10:43 |
openstackgerrit | Merged stackforge/murano: Fix error with package tags type https://review.openstack.org/164110 | 10:52 |
*** yamamoto has quit IRC | 10:55 | |
katyafervent | kzaitsev, do you want to add new tests to the murano-dvsm job? | 11:01 |
katyafervent | or to our murano-ci integration job? | 11:02 |
kzaitsev | murano-ci actually | 11:02 |
*** igormarnat is now known as imarnat | 11:02 | |
kzaitsev | We already have a upload_package test, so since we now have upload by_name/by_url — it's quite logical to test them in murano-ci too | 11:03 |
katyafervent | are you taking about ci on dashboard? | 11:04 |
katyafervent | *talking | 11:04 |
*** stan_lagun has quit IRC | 11:07 | |
*** stan_lagun has joined #murano | 11:07 | |
*** sante has joined #murano | 11:11 | |
kzaitsev | katyafervent: yes, I mean muranodashboard | 11:11 |
kzaitsev | I guess smth as simple as standard SimpleHTTPServer/SocketServer would do | 11:12 |
katyafervent | but we can test same functionality via client, we definitely need to discuss where it would be easier to run the repository server | 11:13 |
kzaitsev | sure. Although client tests and integration tests have completely different purposes | 11:14 |
kzaitsev | without murano-ci tests for repository we wouldn't know if our change to the client would breaks muranodashboard (regarding repository import part). | 11:16 |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support for Configuration Languages: Chef https://review.openstack.org/163051 | 11:19 |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support for Configuration Languages: Chef https://review.openstack.org/163051 | 11:20 |
*** yamamoto has joined #murano | 11:21 | |
*** ominakov has quit IRC | 11:38 | |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support Configuration Languages. File Download It allows for the downloading of files in murano-agent https://review.openstack.org/165375 | 11:40 |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support Configuration Languages. File Download It allows for the downloading of files in murano-agent https://review.openstack.org/165375 | 11:43 |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support Configuration Languages. File Download https://review.openstack.org/165375 | 11:56 |
*** imarnat is now known as igormarnat | 11:59 | |
*** igormarnat is now known as imarnat | 12:01 | |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support for Configuration Language: Chef https://review.openstack.org/165383 | 12:02 |
*** Miouge has joined #murano | 12:02 | |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-specs: Murano versioning https://review.openstack.org/140402 | 12:03 |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support for Configuration Language: Chef https://review.openstack.org/165383 | 12:03 |
pashkin | What is the best way to simulate deployment fail in Murano? Is there way to raise exception from murano package? | 12:09 |
*** kzaitsev has quit IRC | 12:15 | |
katyafervent | yes, you can call in Workflow something that does't exist | 12:16 |
katyafervent | stan_lagun, can you comment more on that please ^^^^ | 12:16 |
*** kzaitsev has joined #murano | 12:17 | |
stan_lagun | pashkin: yes, you can raise exceptions from MuranoPL and there are unit-tests for that. Or you can just put 0/0 somewhere in your code | 12:18 |
pashkin | stan_lagun - "0/0" in MuranoPL? | 12:19 |
pashkin | stan_lagun, "you can raise exceptions from MuranoPL" - how to do that? | 12:20 |
stan_lagun | 0/0 in a valid yaql expression | 12:20 |
stan_lagun | https://github.com/stackforge/murano/blob/master/murano/tests/unit/dsl/meta/ExceptionHandling.yaml#L40-L41 | 12:21 |
openstackgerrit | Ekaterina Chernova proposed stackforge/murano-agent: Fix typo in files_manager.py https://review.openstack.org/165388 | 12:21 |
stan_lagun | 0/0 is a valid* | 12:21 |
ogzy | stan_lagun: i removed neutron from devstack enabled services, i don't see the murano meu at dashboard, what should i do to enable it at the screen? | 12:25 |
katyafervent | ogzy hi! | 12:27 |
katyafervent | are you sure that all other murano components are installed? | 12:27 |
ogzy | katyafervent: i enabled murano murano-api murano-engine, and stack.sh finsihed without errors | 12:28 |
ogzy | katyafervent: here is the local.conf http://paste.ubuntu.com/10620596/ | 12:30 |
katyafervent | well, we may have obsolete dashboard configuration | 12:32 |
katyafervent | could you find muranodashboard package in your system? | 12:32 |
katyafervent | it should be somewhere in site-packages | 12:33 |
*** dmn_ has joined #murano | 12:36 | |
ogzy | katyafervent: /opt/stack/murano-dashboard/muranodashboard is where it stays | 12:36 |
dmn_ | stan_lagun: katyafervent: Since murano applies configurations to applications, among other things, does it make use of any Configuration Management tool to do it? | 12:40 |
stan_lagun | dmn_: currently there are no special support for things like puppet. We are working on it. You can use it via HOT or you can wrap you manifests/cookbooks/whatever in bash script and execute them using murano agent | 12:42 |
dmn_ | stan_lagun: I want to know how murano deploys applications currently. | 12:43 |
katyafervent | ogzy, try to copy /opt/stack/murano-dashboard/muranodashboard/local/_50_murano.py file | 12:43 |
dmn_ | does it do it via murano agent? | 12:44 |
katyafervent | to/opt/stack/murano-dashboard/horizon/openstack_dashboard/enabled | 12:44 |
katyafervent | and after that you need to restart horizon process | 12:44 |
katyafervent | sorry opt/stack/murano-dashboard/horizon/openstack_dashboard/enabled -> opt/stack/horizon/openstack_dashboard/enabled | 12:45 |
stan_lagun | dmn_: it is up to application developer to decide. Most of our existing applications do so via murano agent | 12:47 |
stan_lagun | dmn_: Murano applications are sort of scripts that orchestrate things and triggers different APIs calls. There is an api to call murano agent but there can be others as well | 12:48 |
*** imarnat is now known as igormarnat | 12:49 | |
*** igormarnat is now known as imarnat | 12:51 | |
openstackgerrit | Merged stackforge/murano-agent: Fix typo in files_manager.py https://review.openstack.org/165388 | 13:04 |
ogzy | katyafervent: i didn't get what i am copying, /opt/stack/murano-dashboard/horizon/openstack_dashboard/enabled there is no such path | 13:05 |
katyafervent | ogzy, i have an update for you | 13:05 |
ogzy | katyafervent: update at the murano code? | 13:06 |
katyafervent | sorry, in devstack we are not using horizon plugins, we edit settings file directly | 13:06 |
katyafervent | no, just information update :) | 13:06 |
ogzy | katyafervent: MURANO_API_URL = 'http://localhost:8082' enough? | 13:07 |
katyafervent | nope, so did you find settings.py | 13:07 |
ogzy | katyafervent: for horizon local_setting.py i assume? | 13:08 |
katyafervent | no, just settings.py | 13:08 |
katyafervent | those lines should be there | 13:09 |
katyafervent | HORIZON_CONFIG['dashboards'] += ('murano',) | 13:09 |
katyafervent | INSTALLED_APPS += ('muranodashboard', 'floppyforms',) | 13:09 |
katyafervent | you can add them manually | 13:09 |
ogzy | katyafervent: /opt/stack/horizon/openstack_dashboard/settings.py ? | 13:09 |
katyafervent | yeah | 13:10 |
ogzy | katyafervent: trying | 13:11 |
ogzy | katyafervent: In template /opt/stack/horizon/horizon/templates/horizon/common/_sidebar.html, error at line 5 | 13:13 |
ogzy | katyafervent: got error | 13:13 |
ogzy | katyafervent: Exception Location:/opt/stack/horizon/openstack_dashboard/wsgi/../../horizon/base.py in get_dashboards, line 697 | 13:13 |
openstackgerrit | Alexander Tivelkov proposed stackforge/murano-specs: Plugable pythonic classes for Murano https://review.openstack.org/161322 | 13:14 |
katyafervent | you can paste trace to paste.openstack.org | 13:14 |
katyafervent | did you add those lines to the end of file? | 13:15 |
ogzy | katyafervent: yes end of file | 13:16 |
ogzy | katyafervent: http://paste.openstack.org/show/193104/ | 13:16 |
ogzy | katyafervent: maybe somewhere above? | 13:16 |
openstackgerrit | Merged stackforge/murano-apps: Implement ability to enable cluster monitoring https://review.openstack.org/165004 | 13:18 |
openstackgerrit | Kirill Zaitsev proposed stackforge/python-muranoclient: Import local bundles without requirements https://review.openstack.org/165404 | 13:18 |
ogzy | katyafervent: i changed the location from end of file, to the related parts, just after HORIZON_CONFIG line and INSTALLED_APPS line | 13:18 |
kzaitsev | Folks! It would be very nice if you would take a minute and review my latest change | 13:19 |
*** dmn_ has quit IRC | 13:19 | |
ogzy | katyafervent: ok i logged in to the horizon, still dont see any murano menu | 13:20 |
ogzy | katyafervent: it should be under Network tab right? | 13:20 |
openstackgerrit | Merged stackforge/murano-specs: Policy Enforcement Point https://review.openstack.org/165184 | 13:20 |
openstackgerrit | Merged stackforge/murano-specs: Fix typos in some RST files https://review.openstack.org/165345 | 13:21 |
katyafervent | no, it should be under Identity | 13:21 |
katyafervent | on the same level as 'Project' | 13:22 |
ogzy | and there is already a section #MURANO_CONFIG_SECTION_BEGIN, those lines are already added to settings.py | 13:22 |
ogzy | katyafervent: i already realized | 13:23 |
ogzy | katyafervent: how about this _50_murano.py file? | 13:25 |
ogzy | katyafervent: should it be copied somewhere? | 13:25 |
openstackgerrit | Alexander Tivelkov proposed stackforge/murano: Initial implementation of Plugable Classes https://review.openstack.org/165087 | 13:26 |
katyafervent | no, if setting file is already modified, plugin file should't be copied, otherwise it would brake everything | 13:27 |
katyafervent | It looks like your configuration done well, I don't know why Murano is not shown | 13:28 |
katyafervent | 1) you can restart horizon | 13:28 |
ogzy | katyafervent: done that | 13:28 |
openstackgerrit | Stan Lagun proposed stackforge/murano: Updates k8s DIB element https://review.openstack.org/164871 | 13:28 |
ogzy | katyafervent: what else? | 13:29 |
*** Miouge has quit IRC | 13:30 | |
ogzy | katyafervent: is there any cli for murano to test whether it is installed? | 13:31 |
katyafervent | 2) make sure that you are logging in into the right horizon | 13:31 |
katyafervent | murano command should be available | 13:32 |
ogzy | katyafervent: how many horizon do i have? | 13:32 |
katyafervent | and check 8082 port | 13:32 |
openstackgerrit | Serg Melikyan proposed stackforge/murano-dashboard: Update from openstack.common https://review.openstack.org/163458 | 13:32 |
katyafervent | ogzy, I don't know :) | 13:33 |
ogzy | katyafervent: normally at devstack, i have only one | 13:33 |
openstackgerrit | Merged stackforge/murano-specs: Plugable pythonic classes for Murano https://review.openstack.org/161322 | 13:34 |
ogzy | katyafervent: murano-ap is listening at port 8082 | 13:34 |
katyafervent | Well, you can start another server | 13:35 |
katyafervent | go to the /opt/stack/murano-dashboard/muranodashboard | 13:35 |
katyafervent | and type python manage.py runserver 8080 | 13:36 |
katyafervent | we have tests running on devstack and everything seems to be ok | 13:36 |
ogzy | katyafervent: with juno? | 13:36 |
katyafervent | no, tests based on master | 13:37 |
ogzy | katyafervent: manage.py is under murano-dashboard and runserver gave error | 13:38 |
ogzy | katyafervent: Could not import settings 'muranodashboard.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named settings | 13:39 |
katyafervent | it seems like murano is from kilo | 13:41 |
ogzy | katyafervent: hımm, there is stable/juno branch, i used that for devstack | 13:42 |
katyafervent | well, never tried that, but last chance - copy modified setting.py to murano-dashboard/muranodashboard | 13:42 |
katyafervent | and try manage.py once again | 13:42 |
openstackgerrit | Merged stackforge/murano: Configurable environment's default network config https://review.openstack.org/152747 | 13:43 |
katyafervent | so I thing it's a bug | 13:43 |
openstackgerrit | Merged stackforge/murano: Functional tests for environment template functionality https://review.openstack.org/164496 | 13:43 |
katyafervent | so you did run devstack in stable-juno branch, and murano installed from kilo | 13:43 |
katyafervent | and btw _50_murano.py exists, right? | 13:44 |
ogzy | katyafervent: murano from juno also, i used stable/juno brancj | 13:44 |
ogzy | katyafervent: only here /opt/stack/murano-dashboard/muranodashboard/local/_50_murano.py | 13:44 |
katyafervent | but this file was created only in kilo | 13:44 |
katyafervent | so somehow murano is installed from master | 13:45 |
katyafervent | and settings file also was deleted in kilo only | 13:45 |
katyafervent | can you please file a bug to us with all steps that you made? | 13:45 |
ogzy | katyafervent: MURANO_BRANCH=stable/juno is what i have | 13:45 |
ogzy | katyafervent: sure i can file a bug | 13:46 |
ogzy | katyafervent: till that time what do you suggest me for devstack, installing manually? | 13:46 |
openstackgerrit | Merged stackforge/murano-dashboard: Remove oslo deprecation warning https://review.openstack.org/163450 | 13:50 |
katyafervent | you can keep your devstack with all openstack components running and install murano into venv https://murano.readthedocs.org/en/stable-juno/install/manual.html | 13:51 |
katyafervent | or you can try devstack master | 13:51 |
*** imarnat is now known as igormarnat | 13:52 | |
*** drupalmonkey has joined #murano | 13:52 | |
*** igormarnat is now known as imarnat | 13:53 | |
katyafervent | ogzy, please, run 'git status в /opt/stack/murano' | 13:55 |
ogzy | katyafervent: On branch stable/juno | 13:55 |
ogzy | katyafervent: it is not Kilo :) | 13:56 |
dteselkin | 'в' means 'in' :) | 13:56 |
katyafervent | how is that possible) | 13:57 |
ogzy | katyafervent: https://bugs.launchpad.net/murano/+bug/1433607 | 14:00 |
openstack | Launchpad bug 1433607 in murano "Juno devstack installation with Murano enabled doesn't display Murano menu at horizon dashboard" [Undecided,New] | 14:00 |
*** imarnat is now known as igormarnat | 14:00 | |
katyafervent | ogzy, thanks a lot, sorry, that I couldn't help | 14:01 |
pashkin | I suggest to say whatever do you think about new TOC proposal here: https://docs.google.com/a/mirantis.com/document/d/1mlTMDGS7UuXhyFIra_mXG3YLXiWOAVfFYVornj_9Sx0/edit | 14:01 |
*** igormarnat is now known as imarnat | 14:02 | |
ogzy | katyafervent: i still feel, something we are missing, seems murano is installed and configured and running | 14:04 |
katyafervent | and everything is fine with setting.py file | 14:08 |
katyafervent | try to remove all .pyc files from your system | 14:08 |
*** imarnat is now known as igormarnat | 14:08 | |
*** igormarnat is now known as imarnat | 14:11 | |
ogzy | katyafervent: i removed all .pyc files under /opt/stack | 14:14 |
ogzy | katyafervent: nothing changed | 14:14 |
katyafervent | :( I have no other ideas | 14:15 |
ogzy | katyafervent: ok np, thank you | 14:17 |
*** imarnat is now known as igormarnat | 14:25 | |
*** kzaitsev has quit IRC | 14:27 | |
ogzy | katyafervent: by the way i copied settings.py to /opt/stack/murano-dashboard and run python manage.py runserver 8080, the new horizon interface doesn't have the Murano menu :) | 14:29 |
katyafervent | on http://localhost:8080 ? | 14:29 |
katyafervent | well, could you paste you settings file please? | 14:30 |
ogzy | katyafervent: aah i already erased it, , let me redo it | 14:30 |
ogzy | katyafervent: http://paste.ubuntu.com/10621239/ | 14:34 |
ogzy | katyafervent: i needed to add line 56 | 14:34 |
ogzy | katyafervent: and change Debug to True | 14:34 |
katyafervent | try to move murano section to 326 line | 14:37 |
katyafervent | may be update_dashboards function will be executed with murano dashboard included | 14:37 |
katyafervent | pashkin, I like your proposal | 14:39 |
katyafervent | but if you will have time, you can describe each section | 14:39 |
katyafervent | for example: should we keep murano pl class definitions in our documentation | 14:40 |
ogzy | katyafervent: nothing changed | 14:43 |
katyafervent | last try: try to replace settings with http://paste.openstack.org/show/193132/ | 14:46 |
ruhe | pashkin: i would split documentation in four main areas, each area targeted for specific persona: | 14:47 |
ruhe | 1. DevOps engineer - the one who installs OpenStack and Murano | 14:48 |
ruhe | 2. Application developer | 14:48 |
ruhe | 3. Application user | 14:48 |
ruhe | 4. Murano contributor | 14:48 |
ogzy | katyafervent: for manage.oy runserver or the normal horizon settings.py? | 14:50 |
katyafervent | for manage | 14:50 |
katyafervent | ruhe, you can also, comment in the document itself | 14:50 |
ogzy | katyafervent: You must set settings.ALLOWED_HOSTS if DEBUG is False., i have to debug true | 14:51 |
ruhe | katyafervent: will do | 14:51 |
ogzy | katyafervent: and i also need to add 'Settings' object has no attribute 'OPENSTACK_KEYSTONE_URL' | 14:52 |
ogzy | katyafervent: nothing changed | 14:54 |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support for Configuration Language. File Downloading https://review.openstack.org/159524 | 14:57 |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support Configuration Languages. File Download https://review.openstack.org/165375 | 14:58 |
*** yamamoto has quit IRC | 14:58 | |
*** yamamoto has joined #murano | 14:59 | |
ruhe | pashkin: I left several comments in your document | 15:03 |
*** igormarnat is now known as imarnat | 15:04 | |
*** imarnat is now known as igormarnat | 15:35 | |
*** igormarnat is now known as imarnat | 15:37 | |
openstackgerrit | Serg Melikyan proposed stackforge/murano-apps: Revert "Implement ability to enable cluster monitoring" https://review.openstack.org/165471 | 15:59 |
openstackgerrit | Merged stackforge/murano-apps: Revert "Implement ability to enable cluster monitoring" https://review.openstack.org/165471 | 15:59 |
*** sante has quit IRC | 16:00 | |
*** sante has joined #murano | 16:00 | |
*** ogzy has quit IRC | 16:08 | |
openstackgerrit | Stan Lagun proposed stackforge/murano-apps: Improved Kubernetes implementation https://review.openstack.org/164896 | 16:13 |
*** smc7 has joined #murano | 16:35 | |
openstackgerrit | Stan Lagun proposed stackforge/murano-apps: Adds optional cAdvisor monitoring https://review.openstack.org/165502 | 16:40 |
openstackgerrit | Serg Melikyan proposed stackforge/murano-apps: Adds optional cAdvisor monitoring https://review.openstack.org/165502 | 16:51 |
*** openstackgerrit has quit IRC | 16:59 | |
*** openstackgerrit has joined #murano | 16:59 | |
*** sante has quit IRC | 16:59 | |
pashkin | katyafervent: "should we keep murano pl class definitions in our documentation" - of course not, nobody puts sources in documentation | 17:22 |
pashkin | ruhe, "i would split documentation" Initially I also supposed to make 4 parts, but then I came to idea, that large number of parts is bad: 1) It hurt readers mind 2) And many parts have common texts, so placing them in different parts will be unlogical. It will be strange to have same texts in different parts | 17:26 |
ruhe | well, common text can be placed in separate files and then linked or included from other documents. wouldn't that work? | 17:27 |
*** imarnat is now known as igormarnat | 17:32 | |
pashkin | ruhe, from technical point of view this is not a problem. But I think, that if we go this way, we eventually turn our docs into a mess with bunch of duplicates. Did you seen an examples of documentations that use such approach? | 17:37 |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support for Configuration Language. File Downloading https://review.openstack.org/159524 | 18:03 |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support Configuration Languages. File Download https://review.openstack.org/165375 | 18:04 |
*** yamamoto has quit IRC | 18:08 | |
*** eghobo has joined #murano | 18:14 | |
openstackgerrit | Stan Lagun proposed stackforge/murano: Fixes incorrect handling of <...> in execution plans https://review.openstack.org/165543 | 18:18 |
*** smc7 has quit IRC | 18:31 | |
*** yamamoto has joined #murano | 19:09 | |
*** yamamoto has quit IRC | 19:13 | |
*** smc7 has joined #murano | 19:28 | |
openstackgerrit | Henar Muñoz proposed stackforge/murano-agent: Support for Configuration Language. File Downloading https://review.openstack.org/159524 | 19:42 |
*** zigo__ has joined #murano | 19:56 | |
*** zigo has quit IRC | 19:56 | |
*** openstackgerrit has quit IRC | 20:14 | |
*** openstackgerrit has joined #murano | 20:15 | |
*** eghobo has quit IRC | 20:45 | |
*** yamamoto has joined #murano | 21:11 | |
*** yamamoto has quit IRC | 21:15 | |
*** asalkeld has joined #murano | 21:59 | |
*** yamamoto has joined #murano | 23:12 | |
*** yamamoto has quit IRC | 23:17 | |
*** yamamoto has joined #murano | 23:19 | |
*** smc7 has quit IRC | 23:40 | |
*** yamamoto has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!