Wednesday, 2015-11-18

openstackgerritOpenStack Proposal Bot proposed openstack/murano: Updated from global requirements  https://review.openstack.org/24524600:19
openstackgerritVictor Ryzhenkin proposed openstack/murano: Skip package section from input parameters  https://review.openstack.org/24640100:28
*** sergmelikyan has joined #murano00:29
*** yamamoto has joined #murano00:30
*** akanksha_ has quit IRC00:38
*** jasonsb_ has quit IRC00:42
*** jasonsb has joined #murano00:42
*** jasonsb has quit IRC00:47
*** yamamoto has quit IRC00:48
*** sergmelikyan has quit IRC00:48
*** sergmelikyan has joined #murano01:00
*** thumpba has joined #murano01:06
*** thumpba has quit IRC01:12
*** serg_melikyan has joined #murano01:12
*** sergmelikyan has quit IRC01:13
*** yamamoto has joined #murano01:37
*** zhurong has joined #murano01:49
*** Liuqing has joined #murano01:58
*** jasonsb has joined #murano02:20
*** klkumar has joined #murano02:53
*** Liuqing has quit IRC02:55
*** Liuqing has joined #murano02:55
*** slagun has joined #murano03:13
*** StanLagun has quit IRC03:15
*** klkumar has quit IRC03:22
*** ducttape_ has joined #murano03:25
*** jasonsb has quit IRC03:33
*** klkumar has joined #murano03:35
*** jasonsb has joined #murano04:04
*** ducttape_ has quit IRC04:09
*** jasonsb has quit IRC04:09
*** jasonsb has joined #murano04:52
*** vgridnev has joined #murano05:19
*** zhurong has quit IRC05:25
*** zhurong has joined #murano05:29
*** akanksha_ has joined #murano05:31
openstackgerritzhu.rong proposed openstack/python-muranoclient: Use oslo_i18n instend of gettextutils  https://review.openstack.org/24391406:10
*** Liuqing has quit IRC06:10
*** Liuqing has joined #murano06:11
*** klkumar has quit IRC06:31
openstackgerritHidekazu Nakamura proposed openstack/murano-specs: Multiple engine workers  https://review.openstack.org/24627306:46
*** klkumar has joined #murano06:48
*** Liuqing has quit IRC07:05
*** Liuqing has joined #murano07:06
*** vahidh has quit IRC07:07
openstackgerritJesus Perez proposed openstack/python-muranoclient: New operation env-template-create-env  https://review.openstack.org/24313607:38
*** serg_melikyan has quit IRC07:39
*** Nikolay_St has joined #murano07:40
openstackgerritNikolay Starodubtsev proposed openstack/murano: Skip package section from input parameters  https://review.openstack.org/24640107:45
*** Miouge_ has joined #murano07:50
*** Miouge has quit IRC07:50
*** Miouge_ is now known as Miouge07:50
*** mkoderer has quit IRC08:15
*** henar has joined #murano08:15
henarHi all08:15
henarI have a question, I am trying to have a package with two docker: mongodb and orion08:16
henarin the orion Class I have:08:16
henarBody:08:16
henar      - $mongoip: $.getConnectionTo($.mongodb, 27017)08:16
henar      - Return:08:16
henar          name: $.name08:16
henar          image:  'fiware/orion'08:16
henar          env:08:16
henar             MONGODB_HOST: $mongoip.host08:16
henar          ports:08:16
henar            - port: 102608:16
henar              scope: $._scope08:16
henar          commands: -dbhost $mongoip.host08:16
henarbut it seems that $mongoip.host in commands is not resolved, while it is done in env08:16
henaranyone can tell me what I am doing wrong?08:16
henarthanks a lot for your help08:16
*** mkoderer has joined #murano08:17
*** vgridnev has quit IRC08:21
*** Liuqing has quit IRC08:23
*** Liuqing has joined #murano08:24
*** yamamoto has quit IRC08:28
openstackgerritHenar Muñoz proposed openstack/murano-specs: Adding Public Environment Template Spec  https://review.openstack.org/22715408:41
*** akanksha_ has quit IRC08:48
*** Liuqing has quit IRC08:53
*** Liuqing has joined #murano08:54
*** zhurong has quit IRC08:56
*** tlashchova has quit IRC09:02
*** Piet has quit IRC09:21
*** Miouge_ has joined #murano09:30
*** Miouge has quit IRC09:32
*** Liuqing has quit IRC09:32
*** Miouge_ is now known as Miouge09:32
katyaferventhi henar !09:32
katyaferventso first question is your app Extends: DockerApplication ?09:35
katyaferventalso, you can publish your package somewhere so we can get the full picture09:37
*** xiangxinyong__ has quit IRC09:37
katyaferventwhat contract do you have on $.mongodb ?09:37
*** yamamoto has joined #murano09:39
*** yamamoto has quit IRC09:43
*** tlashchova has joined #murano09:56
zigoGuys, when trying murano-dashboard in Debian, I get this error: http://paste.openstack.org/show/479219/09:57
zigoI've search for client_overrides everywhere, and can't find it in the murano-dashboard sources.09:57
zigoWhat's going on?09:57
*** vgridnev has joined #murano10:03
*** Liuqing has joined #murano10:03
katyaferventhi zigo !10:05
zigohi10:05
katyaferventlooks like this error is not related to murano10:06
katyaferventprocessing WSGI script '/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi10:06
zigokatyafervent: That's murano-dashboard, the error is located at /usr/lib/python2.7/dist-packages/muranodashboard/packages/views.py line 44.10:07
zigoWhat you're referring to is just the .wsgi file for Apache.10:08
katyaferventhttps://github.com/openstack/murano-dashboard/blob/master/muranodashboard/packages/views.py#L4410:08
katyaferventare you using liberty?10:09
zigoYup.10:10
zigokatyafervent: https://github.com/openstack/murano-dashboard/blob/stable/liberty/muranodashboard/packages/views.py#L4410:11
katyaferventand do you have that file? https://github.com/openstack/murano-dashboard/blob/stable/liberty/muranodashboard/client_overrides.py10:12
zigoNop.10:16
zigoNot in Liberty.10:16
katyaferventI think this file can be removed since we have merged that fix to liberty https://review.openstack.org/#/c/232805/10:16
katyaferventbut it is in the repository10:16
katyaferventtry to remove import10:16
katyaferventbut your code is not corresponds to code from stable/liberty branch10:17
zigokatyafervent: It's the 1.0.1 tag.10:17
katyaferventok, let me check10:17
katyafervent1.0.1 also has that file10:18
zigokatyafervent: It kind of works now...10:21
zigoOh, that's correct, it has the file.10:21
zigoI don't get why it's not in my package.10:21
zigoThat's probably a side effect of the bad 1.0.0 tag and such ...10:22
*** ddovbii has joined #murano10:25
zigoOh, I know what happened.10:26
zigodpkg ignore deleted files...10:26
zigoSo I missed it.10:26
*** yamamoto has joined #murano10:26
*** idv has quit IRC10:28
*** idvoretskyi__ has joined #murano10:28
zigokatyafervent: I got everything working now, thanks.10:29
katyaferventok. thanks for letting us now, I think we will update stable liberty10:30
*** yamamoto has quit IRC10:31
*** dteselkin has quit IRC10:44
*** dteselkin has joined #murano10:48
*** Nikolay_St has quit IRC10:55
*** Nikolay_St has joined #murano11:00
*** sergmelikyan has joined #murano11:00
*** sergmelikyan has quit IRC11:02
*** exploreshaifali has joined #murano11:05
*** sergmelikyan has joined #murano11:07
openstackgerritHenar Muñoz proposed openstack/murano: Functional tests for Chef and Puppet examples  https://review.openstack.org/17772111:08
*** zhurong has joined #murano11:11
*** klkumar has quit IRC11:18
*** klkumar has joined #murano11:18
*** sergmelikyan has quit IRC11:24
*** zhurong has quit IRC11:25
*** sergmelikyan has joined #murano11:25
*** klkumar has quit IRC11:29
*** sergmelikyan has quit IRC11:30
*** klkumar has joined #murano11:30
*** sergmelikyan has joined #murano11:31
*** yamamoto has joined #murano11:32
*** vgridnev has quit IRC11:35
*** yamamoto has quit IRC11:36
*** exploreshaifali has quit IRC11:49
*** exploreshaifali has joined #murano11:53
*** exploreshaifali has quit IRC12:03
*** gpaz has quit IRC12:07
*** Miouge_ has joined #murano12:16
*** Miouge has quit IRC12:17
*** alejandrito has joined #murano12:23
*** jsheeren has joined #murano12:29
*** yamamoto has joined #murano12:39
*** zhurong has joined #murano12:43
*** vgridnev has joined #murano12:46
*** klkumar has quit IRC12:53
*** zhurong has quit IRC12:57
*** zhurong has joined #murano12:58
*** ducttape_ has joined #murano13:01
*** ducttape_ has quit IRC13:10
*** klkumar has joined #murano13:13
zigoWhere's the files used to create the intial Murano .zip file, and where should I push this zip file to?13:13
zigokatyafervent: ^13:13
ddovbiizigo: do you mean Core-Library package?13:14
zigoddovbii: Yup.13:15
ddovbii%MURANO_DIR%/meta13:15
ddovbiihttps://plus.google.com/hangouts/_/mirantis.com/m-epics-scope?authuser=113:16
ddovbiisoory13:16
ddovbiisorry13:16
ddovbiihttps://murano.readthedocs.org/en/latest/install/manual.html#install-the-api-service-and-engine13:16
ddovbiipoint 813:16
zigoddovbii: Is there a way to just drop the .zip file somewhere, and make Murano aware of it?13:17
zigoI'd like it to be ready and installed in Murano when installing the package.13:17
ddovbiino, this package must be uploaded to murano database13:19
ddovbiinot to some dir13:20
zigoWell, it'd be a nice feature to add to Murano then.13:21
*** Liuqing_ has joined #murano13:31
*** Liuqing has quit IRC13:33
*** jsheeren has quit IRC13:51
*** enthurohini has joined #murano13:53
*** exploreshaifali has joined #murano14:04
*** zhurong has quit IRC14:07
*** zhurong has joined #murano14:07
*** ducttape_ has joined #murano14:08
*** enthurohini has quit IRC14:09
*** sergmelikyan has quit IRC14:09
henarhi again..14:11
henarit seems that the sintax  --dbhost $mongoip.host was wrong and I should write something like 'dbhost {0}'.format($mongoip.host)14:11
henarhowever, now I found the error14:11
henarexpected <block end>, but found '<scalar>'14:11
henar2015-11-18 11:01:20.767 9773 ERROR murano.common.engine   in "<string>", line 55, column 34:14:11
henar2015-11-18 11:01:20.767 9773 ERROR murano.common.engine               commands: '-dbhost {0}'.format($mongoip.host)14:12
henardoes anyone have this problem with a string?14:12
ddovbiihenar: hi!14:12
ddovbiitry format('dbhost {0}', $mongoip.host)14:13
henarthanks!14:13
ddovbiiwill be waiting for result =)14:14
*** zhurong has quit IRC14:15
*** yamamoto has quit IRC14:19
*** ducttape_ has quit IRC14:20
*** sergmelikyan has joined #murano14:28
*** vahidh has joined #murano14:31
*** openstackgerrit has quit IRC14:31
*** openstackgerrit has joined #murano14:32
henarit seems it is working!!! thanks a lot!!!14:34
*** vahidh has quit IRC14:35
ddovbiihenar: no problem)14:36
ddovbiifolks, please review https://review.openstack.org/#/c/238682/14:37
*** raildo is now known as raildo-afk14:46
*** ducttape_ has joined #murano14:55
*** klkumar has quit IRC15:05
*** akanksha_ has joined #murano15:06
*** vgridnev has quit IRC15:06
*** Liuqing_ has quit IRC15:11
*** sergmelikyan has quit IRC15:12
*** exploreshaifali has quit IRC15:12
*** Nikolay_St has quit IRC15:18
*** yamamoto has joined #murano15:20
*** vgridnev has joined #murano15:25
*** raildo-afk is now known as raildo15:25
*** yamamoto has quit IRC15:25
*** vgridnev has quit IRC15:27
openstackgerritMerged openstack/murano-apps: [Kubernetes] Rename minions to Kubernetes nodes  https://review.openstack.org/23868215:32
*** tlashchova has quit IRC15:34
*** tlashchova has joined #murano15:37
*** vgridnev has joined #murano15:38
*** vgridnev has quit IRC15:41
*** vgridnev has joined #murano15:44
openstackgerritEkaterina Chernova proposed openstack/murano-specs: [mocking-machinery] Add Mock implementation specification  https://review.openstack.org/23769115:53
*** Nikolay_St has joined #murano15:55
*** tlashchova has quit IRC16:02
*** vgridnev has quit IRC16:07
*** henar has quit IRC16:14
*** jfluhmann has joined #murano16:22
*** exploreshaifali has joined #murano16:25
*** yamamoto has joined #murano16:26
*** Piet has joined #murano16:38
*** vgridnev has joined #murano16:53
*** akanksha_ has quit IRC17:08
*** vahidh has joined #murano17:13
*** exploreshaifali has quit IRC17:22
*** exploreshaifali has joined #murano17:23
*** exploreshaifali has quit IRC17:47
*** exploreshaifali has joined #murano17:48
*** Nikolay_St has quit IRC18:14
*** ducttape_ has quit IRC18:27
*** ducttape_ has joined #murano18:29
*** ducttape_ has quit IRC18:45
openstackgerritDmytro Dovbii proposed openstack/python-muranoclient: Add missing space to error message  https://review.openstack.org/24708618:46
*** ducttape_ has joined #murano19:00
*** sergmelikyan has joined #murano19:02
*** lgreg has left #murano19:19
*** Nikolay_St has joined #murano19:23
*** sergmelikyan has quit IRC19:36
*** jasonsb has quit IRC19:55
*** idvoretskyi has joined #murano19:57
openstackgerritOpenStack Proposal Bot proposed openstack/murano: Updated from global requirements  https://review.openstack.org/24524620:40
openstackgerritOpenStack Proposal Bot proposed openstack/murano: Updated from global requirements  https://review.openstack.org/24524620:47
*** jasonsb has joined #murano20:50
*** jasonsb has quit IRC20:50
*** jasonsb has joined #murano20:51
openstackgerritOpenStack Proposal Bot proposed openstack/python-muranoclient: Updated from global requirements  https://review.openstack.org/24715720:51
*** openstack has joined #murano21:03
*** alejandrito has quit IRC21:04
*** raildo is now known as raildo-afk21:15
*** vgridnev has quit IRC21:52
*** jasonsb has quit IRC22:28
*** jasonsb has joined #murano22:30
*** Piet has quit IRC23:05
*** ducttape_ has quit IRC23:28

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!