You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/07/28 19:22:13 UTC

[GitHub] bennysp edited a comment on issue #2777: Cannot add new host with bonded interface.

bennysp edited a comment 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 NetworkManager-ovs -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:
users@infra.apache.org


With regards,
Apache Git Services