These are well-known problems that I've found on CentOS forums, not precisely new, but I thought you may all be interested in knowing that these block the installation of tripleo-quickstart at certain points (first at the undercloud VM creation, second at the initial steps of overcloud deploy)
Maybe you want to add a comment in the documentation?
- #ERROR: qemu-kvm: -chardev pty,id=charserial0: Failed to create chardev\n
- I solved it via https://loginroot.com/qemu-kvm-chardev-ptyidcharserial0-failed-to-create-chardev/
- Basically, replace the devpts line of /etc/fstab with “devpts /dev/pts devpts gid=5,mode=620 0 0“
- Then do “mount -o remount /dev/pts“
- #ERROR: Node 141e60b7-19ea-43d1-b14e-fe07193cdf7d did not pass power
credentials validation: SSH connection cannot be established: Failed to
establish SSH connection to host 192.168.23.1 ; and DEBUG ironic.common.utils
[req-8d62ae59-8832-4eec-82d6-c9139d7624a8 – – – – -] SSH connect
failed: Incompatible ssh server (no acceptable macs) ssh_connect
/usr/lib/python2.7/site
- I solved it via http://stackoverflow.com/questions/28399335/python-paramiko-incompatible-ssh-server
- Just edit /etc/ssh/sshd_conf and add another MAC algorithm: MACs hmac-sha1
- Then, restart the service with systemctl restart sshd
Good job guys :)
PS: I wrote the end-to-end installation on my personal blog https://simplenfv.wordpress.com/2016/05/16/deploying-openstack-on-just-one-hosted-server/
--
Marcos Garcia
NFV and Openstack Technical Marketing Manager mgarciam@redhat.comRed Hat Canada
Every telecommunications company in the Fortune Global 500 relies on Red Hat.
Find out why at Trusted | Red Hat