Description of problem:
Overcloud deployments with external loadbalancer fail:
2016-11-15 02:35:28Z [overcloud.AllNodesDeploySteps]: CREATE_FAILED Error: resources.AllNodesDeploySteps.resources.ControllerPostPuppet.resources.ControllerPostPuppetRestart.resources.ControllerPostPuppetRestartDeployment.resources[0]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero status
2016-11-15 02:35:28Z [overcloud]: CREATE_FAILED Resource CREATE failed: Error: resources.AllNodesDeploySteps.resources.ControllerPostPuppet.resources.ControllerPostPuppetRestart.resources.ControllerPostPuppetRestartDeployment.resources[0]: Deployment to server failed: deploy_status_code: Deployment exi
Stack overcloud CREATE_FAILED
openstack software deployment output show 4f339ca4-7600-4ca0-b0ef-f798bc47b6cf --all
output_values:
deploy_stdout: |
deploy_stderr: |
+ RESTART_FOLDER=/var/lib/tripleo/pacemaker-restarts
+ [[ -d /var/lib/tripleo/pacemaker-restarts ]]
++ systemctl is-active haproxy
+ haproxy_status=unknown
deploy_status_code: 3
openstack software deployment show 4f339ca4-7600-4ca0-b0ef-f798bc47b6cf
Version-Release number of selected component (if applicable):
openstack-tripleo-heat-templates.noarch 0:5.0.0-1.7.el7ost
How reproducible:
100%
Steps to Reproduce:
1. Deploy overcloud with 3 controllers, 2 compute and an external load balancer
Actual results:
Deployment fails
Expected results:
Additional info:
The failure seems to be related to the fiz for BZ#1390962 as in the case of an external load balancer deployment haproxy is not running on the controllers.
(In reply to Michele Baldessari from comment #2)
> Marius could you try the (trivial) review I attached here and report back?
>
> Thanks,
> Michele
Thanks Michele. I applied it to my environment and deployment passed.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHEA-2016-2948.html
Description of problem: Overcloud deployments with external loadbalancer fail: 2016-11-15 02:35:28Z [overcloud.AllNodesDeploySteps]: CREATE_FAILED Error: resources.AllNodesDeploySteps.resources.ControllerPostPuppet.resources.ControllerPostPuppetRestart.resources.ControllerPostPuppetRestartDeployment.resources[0]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero status 2016-11-15 02:35:28Z [overcloud]: CREATE_FAILED Resource CREATE failed: Error: resources.AllNodesDeploySteps.resources.ControllerPostPuppet.resources.ControllerPostPuppetRestart.resources.ControllerPostPuppetRestartDeployment.resources[0]: Deployment to server failed: deploy_status_code: Deployment exi Stack overcloud CREATE_FAILED openstack software deployment output show 4f339ca4-7600-4ca0-b0ef-f798bc47b6cf --all output_values: deploy_stdout: | deploy_stderr: | + RESTART_FOLDER=/var/lib/tripleo/pacemaker-restarts + [[ -d /var/lib/tripleo/pacemaker-restarts ]] ++ systemctl is-active haproxy + haproxy_status=unknown deploy_status_code: 3 openstack software deployment show 4f339ca4-7600-4ca0-b0ef-f798bc47b6cf Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates.noarch 0:5.0.0-1.7.el7ost How reproducible: 100% Steps to Reproduce: 1. Deploy overcloud with 3 controllers, 2 compute and an external load balancer Actual results: Deployment fails Expected results: Additional info: The failure seems to be related to the fiz for BZ#1390962 as in the case of an external load balancer deployment haproxy is not running on the controllers.