Thursday, 2015-09-10

openstackgerritOpenStack Proposal Bot proposed openstack/murano: Updated from global requirements  https://review.openstack.org/22193100:05
*** jasonsb has joined #murano02:21
*** alejandrito has joined #murano02:28
*** yamamoto has joined #murano03:01
*** alejandrito has quit IRC03:10
*** Samos123 has quit IRC03:27
*** Samos123 has joined #murano03:30
*** mflobo has quit IRC04:20
*** mflobo has joined #murano04:32
*** vgridnev has joined #murano05:14
*** Nikolay_St has quit IRC05:34
*** xiangxinyong has joined #murano06:04
*** vahidh has quit IRC06:29
*** lawrancejing has joined #murano06:35
*** Nikolay_St has joined #murano06:50
*** xiangxinyong_ has joined #murano07:08
*** xiangxinyong has quit IRC07:10
openstackgerritLi Yingjun proposed openstack/murano-dashboard: Fix package definitions pagination size  https://review.openstack.org/22205707:29
*** vgridnev has quit IRC07:31
*** Nikolay_St has quit IRC07:35
*** Nikolay_St has joined #murano07:37
openstackgerritMerged openstack/murano-apps: Added SugarCRM application package  https://review.openstack.org/22187108:19
*** vgridnev has joined #murano08:19
*** lawrancejing has quit IRC08:36
*** yamamoto_ has joined #murano08:44
*** yamamoto has quit IRC08:44
*** yamamoto has joined #murano08:44
openstackgerritNikolay Starodubtsev proposed openstack/murano: Fix issues with multiple parallel deployments  https://review.openstack.org/22182708:48
*** yamamoto_ has quit IRC08:48
openstackgerritMerged openstack/murano: Updated from global requirements  https://review.openstack.org/22193109:31
*** xiangxinyong_ has quit IRC09:33
*** xiangxinyong has joined #murano09:36
*** xiangxinyong_ has joined #murano10:03
*** xiangxinyong has quit IRC10:06
openstackgerritAlexander Maretskiy proposed openstack/murano-apps: Fix deployment of Rally application  https://review.openstack.org/22211510:22
openstackgerritNikolay Starodubtsev proposed openstack/murano: Fix issues with multiple parallel deployments  https://review.openstack.org/22182710:31
*** xiangxinyong_ has quit IRC10:41
*** xiangxinyong_ has joined #murano10:46
*** xiangxinyong_ has quit IRC10:51
*** xiangxinyong_ has joined #murano10:56
*** xiangxinyong_ has quit IRC11:02
*** xiangxinyong_ has joined #murano11:06
*** gangaec has joined #murano11:09
openstackgerritMerged openstack/murano: Murano Policy Based Modification Documentation  https://review.openstack.org/20791011:09
gangaecHi all.11:09
gangaecHow deployed kubernetes in Murano.11:10
gangaecI want to know which api is invoking  when I click scaleNodeUp in dashboard11:10
*** vgridnev has quit IRC11:12
*** vgridnev has joined #murano11:14
katyaferventho gangaec !11:31
katyaferventhttps://github.com/openstack/murano-apps/blob/master/Docker/Kubernetes/KubernetesCluster/package/Classes/KubernetesCluster.yaml#L45011:32
katyaferventtake a look, see Usage: Action11:33
katyaferventwe have special api for actions11:33
katyaferventmore information can be found here http://murano.readthedocs.org/en/latest/draft/appdev-guide/murano_pl/actions.html?highlight=actions11:33
katyaferventplease, provide feedback on that documentation11:34
gangaeckatyafervent: Hi11:38
gangaeckatyafervent: Thanks for reply11:38
gangaeckatyafervent: How can I say scaleUp and scaledown from command line?11:39
katyaferventwell, in murano client we don't have that opportunity11:39
katyaferventbut you can use curl11:40
katyaferventgangaec, here is specification http://murano.readthedocs.org/en/latest/specification/index.html#actions-api11:41
gangaeckatyafervent: thanks. Thats what I'm looking for. So first I need to get <env_id> and <action_id>. And I can see many API's.11:45
gangaecI'll read those, let you know if any doubts11:45
gangaeckatyafervent: I did curl 172.16.1.10:8082/v1/environments and it's saying  Authentication required11:54
katyaferventX-Auth-Token should be provided in header11:54
gangaecHow? I'm very new to Murano.11:56
katyaferventhttp://docs.openstack.org/developer/keystone/api_curl_examples.html11:58
katyaferventall Openstack api requires token, authorization is based on it. (validation is made in keystone)11:59
katyaferventso it's not only 'murano' part11:59
*** katyafervent is now known as katyafervent_awa12:12
*** katyafervent_awa is now known as katyafervent12:12
*** katyafervent2 has joined #murano12:25
*** katyafervent2 has quit IRC12:25
*** pradip has joined #murano12:40
*** pradip is now known as Guest6623312:40
openstackgerritEkaterina Chernova proposed openstack/murano-dashboard: Provide tenant name information  https://review.openstack.org/22187812:46
*** yamamoto has quit IRC12:56
*** vgridnev has quit IRC12:57
gangaeckatyafervent: How to get action_id ??12:58
katyaferventhttp://murano.readthedocs.org/en/latest/draft/appdev-guide/murano_pl/actions.html?highlight=actions12:59
katyaferventgangaec, but you can see in the dashboard, what link will be opened when you press ScaleUp13:00
katyaferventjust open debug tools with f12 and get env_id and action_id :)13:01
gangaeckatyafervent: I already have them. I have a requirement that everything should done from cli13:02
katyaferventok, cool13:02
*** Guest66233 has quit IRC13:06
*** vgridnev has joined #murano13:10
gangaeckatyafervent: I'm not get the action_id from sevices.13:15
katyaferventwhat do you have? did you deploy environment?13:16
gangaeckatyafervent: http://pastebin.com/1uCjBMDr is the output of curl -s  -H "X-Auth-Token: 70745c78b6844a7c8e9adf76d890201e" http://localhost:8082/v1/environments/b40909d30c804c1bb490b7b37c09426d/services/13:16
gangaecThere are 3 service Ids.13:17
katyaferventyou need KubernetesNode13:18
katyaferventdid you create new environment or use deployed one?13:18
gangaecI'm using deployed one13:19
katyaferventso preform GET request on each service13:22
katyaferventand check for actions field13:22
katyafervent(or just get the id from the url in dashboard)13:23
*** slagun has joined #murano13:23
gangaecOK, let me try13:23
*** stan_lagun has quit IRC13:26
*** pradiprwt has joined #murano13:31
*** pradiprwt has quit IRC13:37
*** pradiprwt has joined #murano13:38
*** Piet has quit IRC13:52
*** pradiprwt has quit IRC13:58
*** pradiprwt has joined #murano13:58
*** gangaec has quit IRC14:01
*** pradiprwt has quit IRC14:12
*** Piet has joined #murano14:25
*** vgridnev has quit IRC14:31
*** yamamoto has joined #murano14:43
*** vgridnev has joined #murano14:53
*** vgridnev has quit IRC15:04
*** vgridnev has joined #murano15:23
*** rebase33 has joined #murano15:27
*** ganga has joined #murano15:32
*** ganga has quit IRC15:41
*** vgridnev has quit IRC15:41
*** rebase33 has left #murano16:04
*** jasonsb has quit IRC16:08
*** jasonsb has joined #murano16:08
*** vahidh has joined #murano16:10
*** jasonsb has quit IRC16:23
*** jasonsb has joined #murano16:27
*** Nikolay_St has quit IRC16:31
*** LimorStotland has quit IRC16:48
*** yamamoto has quit IRC16:56
*** raildo is now known as raildo-afk17:04
*** raildo-afk is now known as raildo17:07
*** asalkeld has quit IRC17:30
*** yamamoto has joined #murano17:57
*** yamamoto has quit IRC18:02
*** mflobo has quit IRC18:31
*** mflobo has joined #murano18:35
*** xiangxinyong_ has quit IRC19:06
*** vgridnev has joined #murano19:27
*** jasonsb has quit IRC20:55
*** raildo is now known as raildo-afk20:58
*** jasonsb has joined #murano21:14
*** Piet has quit IRC21:16
*** kzaitsev_mb has joined #murano21:29
*** vgridnev has quit IRC21:39
*** Piet has joined #murano22:05
*** asalkeld has joined #murano22:11
*** kzaitsev_mb has quit IRC23:01
openstackgerritStan Lagun proposed openstack/murano: Support for Unicode strings in MuranoPL was fixed  https://review.openstack.org/22241023:40
*** yamamoto has joined #murano23:48

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