Description of problem: On F22 Workstation $ git clone https://github.com/openstack/tripleo-quickstart $ cd tripleo-quickstart $ sudo bash quickstart.sh --install-deps $ sudo dnf install redhat-rpm-config $ cd tripleo-quickstart $ export VIRTHOST=192.168.1.75 $ bash quickstart.sh --config ./config/general_config/ha.yml $VIRTHOST Login to undercloud VM running on CentOS 7.2 Server (i7 4790, 32 GB RAM) $ ssh -F /home/boris/.quickstart/ssh.config.ansible undercloud $ undercloud-install.sh $ undercloud-post-install.sh $ overcloud-deploy.sh will Crash. Details here:- https://www.redhat.com/archives/rdo-list/2016-May/msg00161.html Version-Release number of selected component (if applicable): Mitaka How reproducible: 1. Follow standard instructions run inside ~boris/tripleo-quickstart $ bash quickstart.sh --config ./config/general_config/ha.yml $VIRTHOST 2. Login to undercloud VM on VIRTHOST ( CentOS 7.2 Server with 32 GB RAM ) up on completion $ ssh -F /home/boris/.quickstart/ssh.config.ansible undercloud 3. Run $ ./undercloud-install.sh $ ./undercloud-post-install.sh $ ./overcloud-deploy.sh will Steps to Reproduce: 1. Follow standard instructions run inside ~boris/tripleo-quickstart $ bash quickstart.sh --config ./config/general_config/ha.yml $VIRTHOST 2. Login to undercloud VM on VIRTHOST ( CentOS 7.2 Server with 32 GB RAM ) up on completion $ ssh -F /home/boris/.quickstart/ssh.config.ansible undercloud 3. Run $ ./undercloud-install.sh $ ./undercloud-post-install.sh $ ./overcloud-deploy.sh will Until last script fails Actual results: Big text output uploaded to http://textuploader.com/5bm5v Expected results: Overcloud gets deployed successfully Additional info: Error reproduced 3 times . Exactly the same point of failure for overcloud deployment
This time (fourth attempt) I have been using CentOS 7.2 ( the most recent update:- Linux CentOS72WKS.localdomain 3.10.0-327.18.2.el7.x86_64 #1 SMP Thu May 12 11:03:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux ) for originating deployment as remote workstation, just in case. Complete track of the problem was uploaded here http://textuploader.com/5bmup
This was closed as invalid upstream so doing the same here.