openstackgerrit | OpenStack Proposal Bot proposed openstack/murano: Updated from global requirements https://review.openstack.org/221931 | 00:05 |
---|---|---|
*** jasonsb has joined #murano | 02:21 | |
*** alejandrito has joined #murano | 02:28 | |
*** yamamoto has joined #murano | 03:01 | |
*** alejandrito has quit IRC | 03:10 | |
*** Samos123 has quit IRC | 03:27 | |
*** Samos123 has joined #murano | 03:30 | |
*** mflobo has quit IRC | 04:20 | |
*** mflobo has joined #murano | 04:32 | |
*** vgridnev has joined #murano | 05:14 | |
*** Nikolay_St has quit IRC | 05:34 | |
*** xiangxinyong has joined #murano | 06:04 | |
*** vahidh has quit IRC | 06:29 | |
*** lawrancejing has joined #murano | 06:35 | |
*** Nikolay_St has joined #murano | 06:50 | |
*** xiangxinyong_ has joined #murano | 07:08 | |
*** xiangxinyong has quit IRC | 07:10 | |
openstackgerrit | Li Yingjun proposed openstack/murano-dashboard: Fix package definitions pagination size https://review.openstack.org/222057 | 07:29 |
*** vgridnev has quit IRC | 07:31 | |
*** Nikolay_St has quit IRC | 07:35 | |
*** Nikolay_St has joined #murano | 07:37 | |
openstackgerrit | Merged openstack/murano-apps: Added SugarCRM application package https://review.openstack.org/221871 | 08:19 |
*** vgridnev has joined #murano | 08:19 | |
*** lawrancejing has quit IRC | 08:36 | |
*** yamamoto_ has joined #murano | 08:44 | |
*** yamamoto has quit IRC | 08:44 | |
*** yamamoto has joined #murano | 08:44 | |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Fix issues with multiple parallel deployments https://review.openstack.org/221827 | 08:48 |
*** yamamoto_ has quit IRC | 08:48 | |
openstackgerrit | Merged openstack/murano: Updated from global requirements https://review.openstack.org/221931 | 09:31 |
*** xiangxinyong_ has quit IRC | 09:33 | |
*** xiangxinyong has joined #murano | 09:36 | |
*** xiangxinyong_ has joined #murano | 10:03 | |
*** xiangxinyong has quit IRC | 10:06 | |
openstackgerrit | Alexander Maretskiy proposed openstack/murano-apps: Fix deployment of Rally application https://review.openstack.org/222115 | 10:22 |
openstackgerrit | Nikolay Starodubtsev proposed openstack/murano: Fix issues with multiple parallel deployments https://review.openstack.org/221827 | 10:31 |
*** xiangxinyong_ has quit IRC | 10:41 | |
*** xiangxinyong_ has joined #murano | 10:46 | |
*** xiangxinyong_ has quit IRC | 10:51 | |
*** xiangxinyong_ has joined #murano | 10:56 | |
*** xiangxinyong_ has quit IRC | 11:02 | |
*** xiangxinyong_ has joined #murano | 11:06 | |
*** gangaec has joined #murano | 11:09 | |
openstackgerrit | Merged openstack/murano: Murano Policy Based Modification Documentation https://review.openstack.org/207910 | 11:09 |
gangaec | Hi all. | 11:09 |
gangaec | How deployed kubernetes in Murano. | 11:10 |
gangaec | I want to know which api is invoking when I click scaleNodeUp in dashboard | 11:10 |
*** vgridnev has quit IRC | 11:12 | |
*** vgridnev has joined #murano | 11:14 | |
katyafervent | ho gangaec ! | 11:31 |
katyafervent | https://github.com/openstack/murano-apps/blob/master/Docker/Kubernetes/KubernetesCluster/package/Classes/KubernetesCluster.yaml#L450 | 11:32 |
katyafervent | take a look, see Usage: Action | 11:33 |
katyafervent | we have special api for actions | 11:33 |
katyafervent | more information can be found here http://murano.readthedocs.org/en/latest/draft/appdev-guide/murano_pl/actions.html?highlight=actions | 11:33 |
katyafervent | please, provide feedback on that documentation | 11:34 |
gangaec | katyafervent: Hi | 11:38 |
gangaec | katyafervent: Thanks for reply | 11:38 |
gangaec | katyafervent: How can I say scaleUp and scaledown from command line? | 11:39 |
katyafervent | well, in murano client we don't have that opportunity | 11:39 |
katyafervent | but you can use curl | 11:40 |
katyafervent | gangaec, here is specification http://murano.readthedocs.org/en/latest/specification/index.html#actions-api | 11:41 |
gangaec | katyafervent: 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 |
gangaec | I'll read those, let you know if any doubts | 11:45 |
gangaec | katyafervent: I did curl 172.16.1.10:8082/v1/environments and it's saying Authentication required | 11:54 |
katyafervent | X-Auth-Token should be provided in header | 11:54 |
gangaec | How? I'm very new to Murano. | 11:56 |
katyafervent | http://docs.openstack.org/developer/keystone/api_curl_examples.html | 11:58 |
katyafervent | all Openstack api requires token, authorization is based on it. (validation is made in keystone) | 11:59 |
katyafervent | so it's not only 'murano' part | 11:59 |
*** katyafervent is now known as katyafervent_awa | 12:12 | |
*** katyafervent_awa is now known as katyafervent | 12:12 | |
*** katyafervent2 has joined #murano | 12:25 | |
*** katyafervent2 has quit IRC | 12:25 | |
*** pradip has joined #murano | 12:40 | |
*** pradip is now known as Guest66233 | 12:40 | |
openstackgerrit | Ekaterina Chernova proposed openstack/murano-dashboard: Provide tenant name information https://review.openstack.org/221878 | 12:46 |
*** yamamoto has quit IRC | 12:56 | |
*** vgridnev has quit IRC | 12:57 | |
gangaec | katyafervent: How to get action_id ?? | 12:58 |
katyafervent | http://murano.readthedocs.org/en/latest/draft/appdev-guide/murano_pl/actions.html?highlight=actions | 12:59 |
katyafervent | gangaec, but you can see in the dashboard, what link will be opened when you press ScaleUp | 13:00 |
katyafervent | just open debug tools with f12 and get env_id and action_id :) | 13:01 |
gangaec | katyafervent: I already have them. I have a requirement that everything should done from cli | 13:02 |
katyafervent | ok, cool | 13:02 |
*** Guest66233 has quit IRC | 13:06 | |
*** vgridnev has joined #murano | 13:10 | |
gangaec | katyafervent: I'm not get the action_id from sevices. | 13:15 |
katyafervent | what do you have? did you deploy environment? | 13:16 |
gangaec | katyafervent: http://pastebin.com/1uCjBMDr is the output of curl -s -H "X-Auth-Token: 70745c78b6844a7c8e9adf76d890201e" http://localhost:8082/v1/environments/b40909d30c804c1bb490b7b37c09426d/services/ | 13:16 |
gangaec | There are 3 service Ids. | 13:17 |
katyafervent | you need KubernetesNode | 13:18 |
katyafervent | did you create new environment or use deployed one? | 13:18 |
gangaec | I'm using deployed one | 13:19 |
katyafervent | so preform GET request on each service | 13:22 |
katyafervent | and check for actions field | 13:22 |
katyafervent | (or just get the id from the url in dashboard) | 13:23 |
*** slagun has joined #murano | 13:23 | |
gangaec | OK, let me try | 13:23 |
*** stan_lagun has quit IRC | 13:26 | |
*** pradiprwt has joined #murano | 13:31 | |
*** pradiprwt has quit IRC | 13:37 | |
*** pradiprwt has joined #murano | 13:38 | |
*** Piet has quit IRC | 13:52 | |
*** pradiprwt has quit IRC | 13:58 | |
*** pradiprwt has joined #murano | 13:58 | |
*** gangaec has quit IRC | 14:01 | |
*** pradiprwt has quit IRC | 14:12 | |
*** Piet has joined #murano | 14:25 | |
*** vgridnev has quit IRC | 14:31 | |
*** yamamoto has joined #murano | 14:43 | |
*** vgridnev has joined #murano | 14:53 | |
*** vgridnev has quit IRC | 15:04 | |
*** vgridnev has joined #murano | 15:23 | |
*** rebase33 has joined #murano | 15:27 | |
*** ganga has joined #murano | 15:32 | |
*** ganga has quit IRC | 15:41 | |
*** vgridnev has quit IRC | 15:41 | |
*** rebase33 has left #murano | 16:04 | |
*** jasonsb has quit IRC | 16:08 | |
*** jasonsb has joined #murano | 16:08 | |
*** vahidh has joined #murano | 16:10 | |
*** jasonsb has quit IRC | 16:23 | |
*** jasonsb has joined #murano | 16:27 | |
*** Nikolay_St has quit IRC | 16:31 | |
*** LimorStotland has quit IRC | 16:48 | |
*** yamamoto has quit IRC | 16:56 | |
*** raildo is now known as raildo-afk | 17:04 | |
*** raildo-afk is now known as raildo | 17:07 | |
*** asalkeld has quit IRC | 17:30 | |
*** yamamoto has joined #murano | 17:57 | |
*** yamamoto has quit IRC | 18:02 | |
*** mflobo has quit IRC | 18:31 | |
*** mflobo has joined #murano | 18:35 | |
*** xiangxinyong_ has quit IRC | 19:06 | |
*** vgridnev has joined #murano | 19:27 | |
*** jasonsb has quit IRC | 20:55 | |
*** raildo is now known as raildo-afk | 20:58 | |
*** jasonsb has joined #murano | 21:14 | |
*** Piet has quit IRC | 21:16 | |
*** kzaitsev_mb has joined #murano | 21:29 | |
*** vgridnev has quit IRC | 21:39 | |
*** Piet has joined #murano | 22:05 | |
*** asalkeld has joined #murano | 22:11 | |
*** kzaitsev_mb has quit IRC | 23:01 | |
openstackgerrit | Stan Lagun proposed openstack/murano: Support for Unicode strings in MuranoPL was fixed https://review.openstack.org/222410 | 23:40 |
*** yamamoto has joined #murano | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!