Open linusali opened 5 years ago
hm.. In rhosp setup ifcfg files should not be touched by containers because they are prepared by tripleo (os-net..). So, the this sed should not be called at all in rhosp.
fix with PHYSDEV is commited to master. So, it looks this issue could be closed.
RHOSP 13 Deployment with Contrail + Bond + VLAN and SRIOV fails with the following error message during the NIC provisioning by
os-net-config
on the host.I think the best solution to this is to add
PHYSDEV
to the list of lines not commented bynetwork-functions-vrouter
in the following line. Though I don't know if that will cause any regressions.https://github.com/Juniper/contrail-container-builder/blob/a7db052315efd345376bec6dc577139d78e1e58c/containers/vrouter/base/network-functions-vrouter#L262
Please note that if I use a bond or a physical interface directly with
vhost0
then there is no issue.