bennysp commented on issue #2777: Cannot add new host with bonded interface.
URL: https://github.com/apache/cloudstack/issues/2777#issuecomment-408627244
 
 
   For anyone else that has had trouble with this error on Centos 7, here is 
what I ultimately ended up doing to get past this issue.
   
   `yum install epel-release -y`
   `yum update -y`
   `yum install python-pip -y`
   `pip install ifcfg`
   `yum install openvswitch.x86_64 openvswitch-controller.x86_64 -y`
   
   I then did the following changes in the networkConfig.py (change the 
extension back to .py) and replace the original.  After doing this, I was able 
to add the host.
   
   
[networkConfig.py.txt](https://github.com/apache/cloudstack/files/2238206/networkConfig.py.txt)
   
   I am going to destroy and start from scratch and reintroduce the bonded 
interface too.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to