*** ankurrr has quit IRC | 00:23 | |
*** lazy_prince is now known as killer_prince | 03:05 | |
*** killer_prince has quit IRC | 04:14 | |
*** killer_prince has joined #murano | 04:16 | |
*** killer_prince is now known as lazy_prince | 04:16 | |
*** drupalmonkey has quit IRC | 05:09 | |
*** killer_prince has joined #murano | 05:30 | |
*** lazy_prince has quit IRC | 05:31 | |
*** killer_prince is now known as lazy_prince | 05:31 | |
*** lazy_prince has quit IRC | 07:00 | |
*** killer_prince has joined #murano | 07:01 | |
*** killer_prince is now known as lazy_prince | 07:01 | |
*** bharath has joined #murano | 07:03 | |
bharath | can we have images which already have murano-agent installed? | 07:04 |
---|---|---|
IgorYozhikov | hi you can prepare them by guide | 07:08 |
IgorYozhikov | bharath, you can look here - http://murano.readthedocs.org/en/latest/image_builders/index.html | 07:09 |
bharath | IgorYozhikov: Yeah I have prepared the debian image using that guide | 07:12 |
bharath | IgorYozhikov: but at the time of deployment, instance was creating but it hangs at agent call | 07:12 |
IgorYozhikov | bharath, can you check that agent has got proper config file via cloud-init? | 07:13 |
bharath | IgorYozhikov: I mean at this line https://github.com/stackforge/murano/blob/master/murano/engine/system/agent.py#L66 | 07:13 |
bharath | IgorYozhikov: I haven't installed cloud-init | 07:14 |
bharath | IgorYozhikov: can I find the instructions for the same | 07:15 |
bharath | ? | 07:15 |
IgorYozhikov | http://murano.readthedocs.org/en/latest/image_builders/linux.html#guest-vm-linux-os-preparation | 07:15 |
bharath | IgorYozhikov: okay I will try with that, thankyou | 07:17 |
IgorYozhikov | bharath, how it works: 1) instance spawning and getting all basic configuration via cloud-init from the openstack metadata service; 2) if agent has got proper configuration, it connects to the rabbitmq server and read tasks, 3) execute tasks,4)report back via rabitmq to the murano-engine | 07:17 |
bharath | IgorYozhikov: actually I am searching for this flow | 07:19 |
*** bharath has quit IRC | 07:29 | |
*** chandan_kumar has joined #murano | 07:35 | |
*** stan_lagun has joined #murano | 08:12 | |
*** slagun has quit IRC | 08:15 | |
*** bharath has joined #murano | 08:22 | |
bharath | IgorYozhikov: can we see logs of this channel? | 08:22 |
bharath | IgorYozhikov: my laptop suddenly shut down, so I lost the flow you said | 08:23 |
bharath | IgorYozhikov: or can you paste that flow again, if you dont mind? | 08:23 |
*** bharath has quit IRC | 09:03 | |
stan_lagun | > 1) instance spawning and getting all basic configuration via cloud-init from the openstack metadata service; 2) if agent has got proper configuration, it connects to the rabbitmq server and read tasks, 3) execute tasks,4)report back via rabitmq to the murano-engine | 09:23 |
*** _ruhe_ has joined #murano | 10:37 | |
*** chandan_kumar has quit IRC | 11:04 | |
*** openstackgerrit has joined #murano | 12:01 | |
*** lazy_prince has quit IRC | 12:10 | |
*** killer_prince has joined #murano | 12:12 | |
*** killer_prince is now known as lazy_prince | 12:12 | |
openstackgerrit | Ruslan Kamaldinov proposed a change to stackforge/murano: [WIP] Fix pep8 issues https://review.openstack.org/103314 | 12:12 |
*** _ruhe_ has quit IRC | 12:55 | |
*** lazy_prince has quit IRC | 13:06 | |
*** _ruhe_ has joined #murano | 13:24 | |
*** drupalmonkey has joined #murano | 13:37 | |
*** chandan_kumar has joined #murano | 13:43 | |
*** drupalmonkey has quit IRC | 13:54 | |
*** killer_prince has joined #murano | 13:56 | |
*** killer_prince is now known as lazy_prince | 13:56 | |
*** _ruhe_ has quit IRC | 14:01 | |
*** lazy_prince has quit IRC | 14:08 | |
*** chandan_kumar has quit IRC | 14:23 | |
*** chandan_kumar has joined #murano | 14:36 | |
-openstackstatus- NOTICE: Gerrit will be offline from 1500-1515 UTC for project renames | 14:36 | |
*** ChanServ changes topic to "Gerrit will be offline from 1500-1515 UTC for project renames" | 14:36 | |
*** openstackgerrit has quit IRC | 15:46 | |
*** openstackgerrit has joined #murano | 15:46 | |
*** ChanServ changes topic to "Wiki: https://wiki.openstack.org/wiki/Murano | Launchpad: https://launchpad.net/Murano" | 15:51 | |
*** chandan_kumar has quit IRC | 16:00 | |
*** bharath has joined #murano | 17:44 | |
*** chandan_kumar has joined #murano | 17:45 | |
bharath | can we see logs of murano-agent? | 17:46 |
stan_lagun | bharath it remains on VM. And I'm afraid it is not much of a use because currently only exceptions get logged | 17:56 |
stan_lagun | do you have any troubles with it? | 17:57 |
bharath | stan_lagun: yeah I have been seeing this "Instance is created. Deploying Tomcat" for last 15 min | 17:58 |
bharath | stan_lagun: but no change | 17:58 |
stan_lagun | In such cases I usually start at examining agent's config. If it contains just the default then the problem is with cloud-init. Otherwise it may be a connectivity problems with RabbitMQ | 18:00 |
stan_lagun | Just open VMs console from horizon | 18:00 |
bharath | stan_lagun: yeah I have opened console, how can I test? | 18:02 |
stan_lagun | find agent.conf file and see "host" setting. If it is "localhost" then agent wasn't configured | 18:03 |
stan_lagun | it is probably in /etc/murano | 18:04 |
bharath | stan_lagun: yeah it is localhost | 18:06 |
stan_lagun | that means the problem is with cloud-init | 18:06 |
bharath | stan_lagun: I am not much aware of cloud-init | 18:07 |
stan_lagun | I've seen several times it fails and then works as expected after VM reboot | 18:07 |
bharath | stan_lagun: how can I know the problem in cloud-init | 18:08 |
stan_lagun | It is cloud-init who puts correct agent.conf. There must be some logs of it. IgorYozhikov can help with it. Unfortunately I also not an expert with it :) | 18:09 |
stan_lagun | > 1) instance spawning and getting all basic configuration via cloud-init from the openstack metadata service; 2) if agent has got proper configuration, it connects to the rabbitmq server and read tasks, 3) execute tasks,4)report back via rabitmq to the murano-engine | 18:10 |
bharath | stan_lagun: there are some errors in murano-agent.log like connection refused | 18:10 |
stan_lagun | it is ok. There is no RabbitMQ at localhost | 18:10 |
bharath | stan_lagun: Yeah I got logs here http://eavesdrop.openstack.org/irclogs/%23murano/ | 18:11 |
stan_lagun | ah, ok. I thought you missed it | 18:11 |
bharath | stan_lagun: thankyou :) | 18:12 |
bharath | IgorYozhikov: ping | 18:25 |
bharath | stan_lagun: here is error in murano-agent.log http://paste.openstack.org/show/85110/ | 18:32 |
stan_lagun | it tries to connect to localhost as written in config. So connection refused | 18:33 |
bharath | stan_lagun: oh okay | 18:34 |
*** bharath has quit IRC | 18:45 | |
*** killer_prince has joined #murano | 19:16 | |
*** killer_prince is now known as lazy_prince | 19:16 | |
*** lazy_prince has quit IRC | 19:56 | |
*** killer_prince has joined #murano | 20:09 | |
*** killer_prince is now known as lazy_prince | 20:09 | |
openstackgerrit | Ruslan Kamaldinov proposed a change to stackforge/murano: Fix pep8 issues https://review.openstack.org/103314 | 20:22 |
openstackgerrit | Ruslan Kamaldinov proposed a change to stackforge/murano: Fix pep8 issues https://review.openstack.org/103314 | 20:26 |
*** killer_prince has joined #murano | 20:37 | |
*** lazy_prince has quit IRC | 20:39 | |
*** killer_prince is now known as lazy_prince | 20:39 | |
*** killer_prince has joined #murano | 21:32 | |
*** lazy_prince has quit IRC | 21:34 | |
*** killer_prince is now known as lazy_prince | 21:34 | |
*** chandan_kumar has quit IRC | 21:58 | |
*** lazy_prince has quit IRC | 22:23 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!