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
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
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