Re: [QUESTION] baremetal router

2016-04-05 Thread Daan Hoogland
thakns Hari, I'll make a small pr for putting the baremetal-vr.py under a condition. On Tue, Apr 5, 2016 at 11:10 AM, Harikrishna Patnala < harikrishna.patn...@accelerite.com> wrote: > Hi Daan, > > Yes, this should run only in Virtual Router. Instead of moving it to > existing “if” block, better

Re: [QUESTION] baremetal router

2016-04-05 Thread Harikrishna Patnala
Hi Daan, Yes, this should run only in Virtual Router. Instead of moving it to existing “if” block, better to have a seperate check only for normal router, since we don’t support baremetal deployment in VPC. Regarding the later question, with the current implementation I don’t think we can dist

[QUESTION] baremetal router

2016-03-30 Thread Daan Hoogland
People, in the following code the baremetal-vr.py configuration script is started unconditionally, this means it will be started on ssvm and cpvm as well. but also on virtual routervms; CMDLINE=$(cat /var/cache/cloud/cmdline) router=$(echo "$CMDLINE" | grep -o type=router) vpcrouter=$(echo "$CM