So, why does setting the 'host' to your IP not work? I do that for the
test environment on master as part of deployment via marvin. It's only
a small change in the marvin-config.

On https://github.com/vogxn/cloud-autodeploy.git

commit 8fe580e82fe4ab6dd8e124bf226c5941e72a4204
Author: Prasanna Santhanam <t...@apache.org>
Date:   Fri Oct 4 13:53:55 2013 +0530

    host value in global config defaults to localhost
    Signed-off-by: Prasanna Santhanam <t...@apache.org>

diff --git a/kvm.cfg b/kvm.cfg
index 43b45de..0e23db0 100644
--- a/kvm.cfg
+++ b/kvm.cfg
@@ -152,6 +152,10 @@
     ], 
     "globalConfig": [
         {
+            "name": "host", 
+            "value": "cloudstack-centos63"
+        }, 
+        {
             "name": "network.gc.wait", 
             "value": "60"
         }, 


On Thu, Oct 10, 2013 at 11:25:15PM +0000, Prachi Damle wrote:
> I see it on Windows too.
> 
> -----Original Message-----
> From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com] 
> Sent: Thursday, October 10, 2013 4:20 PM
> To: dev@cloudstack.apache.org; Min Chen
> Subject: Re: Global setting "host" is not set to MS IP anymore on master
> Importance: High
> 
> I'm facing the same problem on master (OS X v10.8.4 if the platform
> matters)
> 
> On 10/10/13 3:22 PM, "Min Chen" <min.c...@citrix.com> wrote:
> 
> >Hmm? I think that it may be related to new ConfigDepot framework to 
> >support dynamic config value without restarting MS.
> >
> >-min
> >
> >
> >
> >On 10/10/13 3:00 PM, "Nitin Mehta" <nitin.me...@citrix.com> wrote:
> >
> >>If my memory serves me right this was fixed in 4.2. Maybe the fixer 
> >>forgot to port it to master ?
> >>
> >>On 10/10/13 2:46 PM, "Min Chen" <min.c...@citrix.com> wrote:
> >>
> >>>Hi there,
> >>>
> >>>Not sure if others experience the same issue. In 4.2, when MS starts, 
> >>>it will discover the IP address of MS and automatically set global 
> >>>setting "host" to that IP address. Now it seems broken on master, MS 
> >>>started but "host" is still set to "localhost", which caused my 
> >>>system vm cannot ping back MS and thus no agent status cannot be 
> >>>found for system vm, thus this message on my console "INFO  
> >>>[o.a.c.s.e.DefaultEndPointSelector] (StatsCollector-3:null) No 
> >>>running ssvm is found, so command will be sent to LocalHostEndPoint".
> >>>Anybody has any idea on this?
> >>>
> >>>Thanks
> >>>-min
> >>
> >
> >
> 

-- 
Prasanna.,

------------------------
Powered by BigRock.com

Reply via email to