*** gokrokve has quit IRC | 00:03 | |
*** gokrokve has joined #murano | 00:39 | |
*** gokrokve has quit IRC | 00:40 | |
*** gokrokve has joined #murano | 00:47 | |
*** gokrokve_ has joined #murano | 01:26 | |
*** gokrokve has quit IRC | 01:29 | |
*** gokrokve_ has quit IRC | 01:30 | |
*** zigo has quit IRC | 02:27 | |
*** zigo has joined #murano | 02:29 | |
*** gokrokve has joined #murano | 04:28 | |
*** gokrokve has quit IRC | 04:44 | |
*** lazy_prince2 has joined #murano | 05:10 | |
*** lazy_prince2 has quit IRC | 05:12 | |
*** drupalmonkey has quit IRC | 05:25 | |
*** Kunal has joined #murano | 06:54 | |
Kunal | Hi All, Need help in adding component in the ENV. | 06:56 |
---|---|---|
Kunal | Please help me , Need help from the experts. | 06:58 |
Kunal | I forgot to specify , i want to add component in ENV using curl command . I have frame command but it is saying BAD Request . | 06:59 |
Kunal | unab;e to debug it | 06:59 |
smurashov | Kunal: hi | 07:29 |
smurashov | Kunal: can i help? | 07:29 |
Kunal | hi @smurashov | 07:30 |
Kunal | i am trying to add component in env, using curl command, but it says BAD request . | 07:32 |
Kunal | comand i am using is curl -i -X POST -H 'X-Region-Name: regionOne' -H 'X-Auth-Token: ec865a0f00a64e6cb6d6cb58489d1ef0' -H 'Content-type: application/json' -H 'User-Agent: python-muranoclient' -H X-Configuration-Session http://<IP>:8082/v1/environments/<envID/services -d {"instance": {"flavor": "m1.medium", "image": "debian-wheezy-amd64-20140926-disk", "?": { "type": "io.murano.resources.Instance", "id": "1d3fc0b1-3cb5-44d0-84fa-b1c985a | 07:33 |
Kunal | True },"name": "linux-instance" }, "name": "Single Linux Node", "?": {"type": "sjm.murano.Kunal.Simple","id": "9eaa73033ff8412598483450dc24b139"}} | 07:33 |
smurashov | you've missed quotes -H X-Configuration-Session | 07:35 |
Kunal | Ohh | 07:36 |
Kunal | let me try again | 07:36 |
Kunal | HTTP/1.1 400 Bad Request | 07:38 |
Kunal | </html>curl: (3) [globbing] unmatched brace in column 1 | 07:38 |
Kunal | how i can send u full reqest and response. Cos here i takes only one line | 07:39 |
smurashov | Kunal: need to take json to '' | 07:39 |
Kunal | curl -i -X POST -H 'X-Region-Name: regionOne' -H 'X-Auth-Token: ec865a0f00a64e6cb6d6cb58489d1ef0' -H 'Content-type: application/json' -H 'User-Agent: python-muranoclient' -H X-Configuration-Session http://<IP>:8082/v1/environments/d24ab6fb60d54861835b24c315b400f3/services -d @json | 07:40 |
Kunal | i tried this method also | 07:40 |
*** lazy_prince has quit IRC | 07:48 | |
*** lazy_prince has joined #murano | 07:49 | |
*** lazy_prince2 has joined #murano | 07:51 | |
*** lazy_prince is now known as killer_prince | 07:53 | |
*** katyafervent_awa is now known as katyafervent | 07:55 | |
*** killer_prince is now known as lazy_prince | 07:56 | |
*** lazy_prince2 has quit IRC | 07:58 | |
smurashov | Kunal: http://paste.openstack.org/show/119277/ | 08:07 |
Kunal | ok | 08:08 |
Kunal | thanks | 08:08 |
*** openstackgerrit has quit IRC | 08:11 | |
Kunal | done | 08:12 |
Kunal | as u said i have added '' also | 08:12 |
smurashov | :) | 08:13 |
Kunal | please help me , i am stuck on this issue for past 1 week | 08:14 |
Kunal | http://paste.openstack.org/show/119278/ | 08:28 |
smurashov | Kunal: i forgot to specify session-id | 08:44 |
smurashov | Kunal: you forgot | 08:44 |
smurashov | ) | 08:44 |
tsufiev | zigo, Hello! Fix for font-awesome.min.css has been merged. Do I understand correctly that to release new RC django-nose also should be updated to >=1.2? | 08:46 |
zigo | tsufiev: Hi there! I saw for the font-awesome merge. That is ... hum ... awesome? :) | 08:47 |
zigo | tsufiev: For django-nose, well, since murano isn't an integrated project, my understanding is that it's ok for it to require django-nose >= 1.2, no? | 08:47 |
zigo | It doesn't mater much now ... | 08:47 |
zigo | I'm fine as I understood the issue. | 08:47 |
zigo | If it can't be merged in Juno, let's wait for Kilo to open. | 08:48 |
tsufiev | zigo, well, let's leave deciding whether it's awesome or not to its creators :) | 08:48 |
zigo | I'd rather see the font-awesome fix be uploaded on a new RC quickly ... | 08:48 |
zigo | That's more important to me (as it's blocking the upload in Debian). | 08:48 |
tsufiev | zigo, I mean, is this font-awesome fix alone sufficient to release new RC? | 08:49 |
zigo | tsufiev: To me, yes. | 08:49 |
zigo | Because you're removing a non-free part of it. | 08:49 |
zigo | (so that's an RC bug...) | 08:50 |
tsufiev | zigo, okay | 08:50 |
tsufiev | ruhe, could we release another RC? | 08:50 |
ruhe | tsufiev: yes, sure | 08:51 |
ruhe | just give me a few hours to get back in picture after my vacation :) | 08:52 |
tsufiev | ruhe, sure :). Just ping zigo as soon new RC is released so he could use it for packaging | 08:53 |
zigo | Great. | 08:53 |
ruhe | zigo: thanks for bringing Murano into Debian packages! For us it would take much much more time | 08:56 |
*** isviridov_away is now known as isviridov | 08:56 | |
zigo | ruhe: My pleasure! | 08:57 |
Kunal | @smurashov , initiallyi thought session ID should come, but since u didn't said anything, so thought it is not needed, let me ry than will update you | 09:16 |
tsufiev | zigo, ruhe just asked an interesting question: if font-awesome.min.css exists in horizon, how did they push it into debian :)? | 09:29 |
*** lazy_prince has quit IRC | 09:29 | |
tsufiev | zigo, I mean, it exists there as xstatic package - how did they package this thing? Or didn't they package it as distro-package? | 09:31 |
*** katyafervent is now known as katyafervent_awa | 10:00 | |
*** katyafervent has joined #murano | 10:01 | |
Kunal | @smurashov All 4 commands give 200 OK | 10:06 |
Kunal | 1. creation of env | 10:06 |
Kunal | 2. creation of session | 10:06 |
Kunal | 3. adding component | 10:06 |
Kunal | 4. deploying env for that session | 10:07 |
Kunal | Now issue i am facing is : | 10:07 |
Kunal | 1. after adding component it is not visible in side env . | 10:07 |
Kunal | 2. when i deploy env for that session , thatn component is visible . | 10:07 |
Kunal | but still it is not deployed . | 10:08 |
Kunal | Can you help me dbug this issue | 10:08 |
*** asalkeld has quit IRC | 10:27 | |
*** StanLagun has joined #murano | 10:29 | |
*** asalkeld has joined #murano | 10:29 | |
smurashov | Kunal: visible via ui or api? | 10:30 |
*** lazy_prince has joined #murano | 10:34 | |
smurashov | Kunal: i don't understand what you mean:-( can you provide more details? | 10:37 |
Kunal | not visile via UI | 10:40 |
Kunal | and when i deploy, an instance should be visible in UI | 10:41 |
smurashov | and your deployment workflow has worked correctly? | 10:43 |
Kunal | moreover , after adding component it is not visible in side env via UI , but when i deploy than that component is visible via UI | 10:43 |
Kunal | yes all commands gave 200 OK result | 10:43 |
Kunal | 1. create session -> add component in that session -> deploy env for that session | 10:44 |
smurashov | if you add app in env via api you are using one session, but when you see apps in env via ui, you are using another session | 10:45 |
smurashov | it's correctly | 10:45 |
Kunal | Ohh | 10:46 |
Kunal | so it means , if i have to check i need to check only through API | 10:47 |
Kunal | and why VM is not created when env is deployed ? | 10:47 |
smurashov | need murano-engine logs | 10:51 |
smurashov | and your app:) | 10:51 |
Kunal | ok , i will tomorrow i will try to dig into engine logs and than again disturb you | 10:55 |
Kunal | Thanks again @smuanshov | 10:55 |
smurashov | Kunal: no problem | 10:57 |
*** serg_melikyan has joined #murano | 11:01 | |
*** serg_melikyan has quit IRC | 11:03 | |
*** serg_melikyan has joined #murano | 11:04 | |
*** serg_melikyan has quit IRC | 11:06 | |
*** Kunal has quit IRC | 11:08 | |
*** serg_melikyan has joined #murano | 11:14 | |
*** serg_melikyan has quit IRC | 11:18 | |
*** lazy_prince has quit IRC | 11:23 | |
*** lazy_prince has joined #murano | 11:23 | |
*** serg_melikyan has joined #murano | 11:28 | |
*** serg_melikyan has quit IRC | 11:29 | |
*** lazy_prince has quit IRC | 11:30 | |
*** asalkeld has quit IRC | 11:52 | |
*** drupalmonkey has joined #murano | 12:17 | |
*** drupalmonkey has quit IRC | 12:24 | |
*** openstackgerrit has joined #murano | 12:48 | |
*** gokrokve has joined #murano | 13:35 | |
openstackgerrit | Timur Nurlygayanov proposed a change to stackforge/murano-deployment: Added version 0.5 for Murano doc builder https://review.openstack.org/126557 | 13:48 |
*** killer_prince has joined #murano | 13:48 | |
*** killer_prince is now known as lazy_prince | 13:48 | |
openstackgerrit | Timur Nurlygayanov proposed a change to stackforge/murano-deployment: Added version 0.5 for Murano doc builder https://review.openstack.org/126557 | 13:49 |
*** gokrokve has quit IRC | 13:53 | |
*** drupalmonkey has joined #murano | 13:56 | |
*** tnurlygayanov has joined #murano | 14:10 | |
*** gokrokve has joined #murano | 14:32 | |
*** sjmc7 has joined #murano | 14:36 | |
*** katyafervent has quit IRC | 14:48 | |
zigo | tsufiev: The xstatic-font-awesome package in Debian does *not* include the .min.css file! | 15:01 |
zigo | And the "they" is me ... :) | 15:02 |
tsufiev | zigo, well, that explains the things for me :) | 15:02 |
*** sergmelikyan has joined #murano | 15:04 | |
openstackgerrit | Ekaterina Chernova proposed a change to stackforge/murano-dashboard: Support Icehouse https://review.openstack.org/126261 | 15:15 |
openstackgerrit | Dmitry Teselkin proposed a change to stackforge/murano: Update manual launching guide https://review.openstack.org/121495 | 15:17 |
*** k4n0 has quit IRC | 15:33 | |
*** zigo has quit IRC | 16:43 | |
*** gokrokve has quit IRC | 16:45 | |
*** gokrokve has joined #murano | 16:45 | |
*** gokrokve has quit IRC | 16:45 | |
*** zigo has joined #murano | 16:46 | |
*** ankurrr has joined #murano | 16:58 | |
ruhe | meeting starts at #openstack-meeting-alt | 17:01 |
sjmc7 | tsufiev, you there? | 17:26 |
*** isviridov is now known as isviridov_away | 17:39 | |
*** gokrokve has joined #murano | 18:52 | |
*** sergmelikyan has quit IRC | 19:28 | |
*** gokrokve has quit IRC | 20:13 | |
*** gokrokve has joined #murano | 20:14 | |
*** gokrokve has quit IRC | 20:18 | |
*** asalkeld has joined #murano | 20:57 | |
*** drupalmonkey has quit IRC | 21:46 | |
*** tnurlygayanov has quit IRC | 22:02 | |
*** gokrokve has joined #murano | 22:24 | |
*** sjmc7 has quit IRC | 22:38 | |
*** gokrokve has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!