tobin-landricombe commented on issue #3866: New installation of v 4.13 on Centos 7 completes successfully, but the svms end up in a non-healthy state. URL: https://github.com/apache/cloudstack/issues/3866#issuecomment-612164430 CentOS7. Just the minimal. I'm using qemu/kvm so: `yum install -y qemu-kvm qemu-img libvirt libvirt-python bridge-utils` Stop firewalld and NetworkManager: ``` systemctl stop firewalld systemctl disable firewalld systemctl mask firewalld systemctl stop NetworkManager systemctl disable NetworkManager systemctl mask NetworkManager ``` Update the instructions with Spaceman1984's comments and follow them apart from the mysql bits: . Install `mysql` as the instructions said. . Ignore the MySQL connector Installation bit. I think I also edited `/etc/yum.repos.d/mysql-community.repo` and set `enabled=0` on the `mysql-connectors-community` repo. Instead: ``` yum install epel-release yum install mysql-connector-python yum install mysql-connector-java ``` Various bits take a long time to start. Be patient. Since then other work has got in the way, but I have the SSVM's up, I can `virsh console` them and ping the outside world from them.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
