Created PR: https://github.com/apache/cloudstack/pull/627
-----Original Message----- From: Wilder Rodrigues [mailto:wrodrig...@schubergphilis.com] Sent: 27 July 2015 06:23 PM To: dev@cloudstack.apache.org Subject: Re: [BLOCKER] unable to start VR in basic zone on master Just replied to the previous email to the list. Sorry, I missed that one. I haven’t tested basic zone in a while… will give it a try. Cheers, Wilder > On 27 Jul 2015, at 14:51, Wilder Rodrigues <wrodrig...@schubergphilis.com> > wrote: > > Hi there Rajani, > > My apologies, I missed that one. > > I haven’t tested basic zone in a while, to be honest. I will have a look to > see if I can be of any help. > > Cheers, > Wilder > > >> On 27 Jul 2015, at 11:11, Rajani Karuturi <raj...@apache.org> wrote: >> >> I faced the same issue with basic zone using xenserver on master. >> >> Wilder, >> Can you please comment on this? >> >> ~Rajani >> >> On Fri, Jul 24, 2015 at 4:00 PM, Kishan Kavala >> <kishan.kav...@citrix.com> >> wrote: >> >>> @Wilder, can you please look into this issue. >>> Looks like VR config file is incomplete and it is over-writing the >>> IP information set by cloud-early-config. >>> >>> VR Config file: >>> #Apache CloudStack Virtual Router Config File <version> >>> 1.0 >>> </version> >>> <file> >>> /var/cache/cloud/monitor_service.json >>> >>> {"config":"[dhcp]:processname=dnsmasq:servicename=dnsmasq:pidfile=/v >>> ar/run/dnsmasq/dnsmasq.pid:,[ssh]:processname=sshd:servicename=ssh:p >>> idfile=/var/run/sshd.pid:,[webserver]:processname=apache2:servicenam >>> e=apache2:pidfile=/var/run/apache2.pid:,","type":"monitorservice"} >>> </file> >>> <script> >>> /opt/cloud/bin/update_config.py monitor_service.json </script> >>> >>> /var/log/cloud.log: >>> 2015-07-24 09:29:28,997 Loading data bag type monitorservice >>> 2015-07-24 09:29:28,998 Command of type monitorservice received >>> 2015-07-24 09:29:28,999 Writing data bag type monitorservice >>> 2015-07-24 09:29:28,999 Creating data bag type ips >>> 2015-07-24 09:29:28,999 Loading data bag type cmdline >>> 2015-07-24 09:29:29,000 Executing ip addr show dev eth1 >>> 2015-07-24 09:29:29,019 Will remove all configured addresses on >>> device eth1 >>> 2015-07-24 09:29:29,019 Removing addresses from device eth1 >>> 2015-07-24 09:29:29,036 Removed address 169.254.2.130/16 from device >>> eth1 >>> 2015-07-24 09:29:29,056 Removed address 169.254.2.130/16 from device >>> eth1 >>> 2015-07-24 09:29:29,057 Executing ip addr show dev eth0 >>> 2015-07-24 09:29:29,075 Will remove all configured addresses on >>> device eth0 >>> 2015-07-24 09:29:29,076 Removing addresses from device eth0 >>> 2015-07-24 09:29:29,093 Removed address 10.220.39.131/19 from device >>> eth0 >>> 2015-07-24 09:29:29,112 Removed address 10.220.39.131/19 from device >>> eth >>> >>> >>> -----Original Message----- >>> From: Sanjeev N [mailto:sanj...@apache.org] >>> Sent: 24 July 2015 12:06 PM >>> To: dev@cloudstack.apache.org >>> Subject: [BlockerBug] VR creation fails in basic zone >>> >>> Hi, >>> >>> In latest build with ACS master, VR creation fails in basic zone. >>> Created a blocker bug for this. More details @ >>> https://issues.apache.org/jira/browse/CLOUDSTACK-8668 >>> >>> Thanks, >>> Sanjeev >>> >