<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Error every time is the same :-</p>
<p><br>
</p>
<p></p>
<div>2016-05-29 07:20:17 [0]: CREATE_FAILED Error: resources[0]: Deployment to server failed: deploy_status_code : Deployment exited with non-zero status code: 6<br>
2016-05-29 07:20:18 [0]: SIGNAL_COMPLETE Unknown<br>
2016-05-29 07:20:18 [overcloud-ControllerNodesPostDeployment-dzawjmjyaidt-ControllerServicesBaseDeployment_Step2-ufz2ccs5egd7]: CREATE_FAILED Resource CREATE failed: Error: resources[0]: Deployment to server failed: deploy_status_code : Deployment exited with
 non-zero status code: 6<br>
2016-05-29 07:20:18 [0]: SIGNAL_COMPLETE Unknown<br>
2016-05-29 07:20:19 [ControllerServicesBaseDeployment_Step2]: CREATE_FAILED Error: resources.ControllerServicesBaseDeployment_Step2.resources[0]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero status code: 6<br>
2016-05-29 07:20:19 [0]: SIGNAL_COMPLETE Unknown<br>
2016-05-29 07:20:19 [0]: SIGNAL_COMPLETE Unknown<br>
2016-05-29 07:20:20 [ControllerDeployment]: SIGNAL_COMPLETE Unknown<br>
2016-05-29 07:20:20 [overcloud-ControllerNodesPostDeployment-dzawjmjyaidt]: CREATE_FAILED Resource CREATE failed: Error: resources.ControllerServicesBaseDeployment_Step2.resources[0]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero
 status code: 6<br>
2016-05-29 07:20:21 [ControllerNodesPostDeployment]: CREATE_FAILED Error: resources.ControllerNodesPostDeployment.resources.ControllerServicesBaseDeployment_Step2.resources[0]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero
 status code: 6<br>
2016-05-29 07:20:21 [0]: SIGNAL_COMPLETE Unknown<br>
2016-05-29 07:20:22 [NetworkDeployment]: SIGNAL_COMPLETE Unknown<br>
2016-05-29 07:20:22 [0]: SIGNAL_COMPLETE Unknown<br>
2016-05-29 07:24:22 [ComputeNodesPostDeployment]: CREATE_FAILED CREATE aborted<br>
2016-05-29 07:24:22 [overcloud]: CREATE_FAILED Resource CREATE failed: Error: resources.ControllerNodesPostDeployment.resources.ControllerServicesBaseDeployment_Step2.resources[0]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero
 status code: 6<br>
Stack overcloud CREATE_FAILED<br>
Deployment failed:  Heat Stack create failed.<br>
+ heat stack-list<br>
+ grep -q CREATE_FAILED<br>
+ deploy_status=1<br>
++ heat resource-list --nested-depth 5 overcloud<br>
++ grep FAILED<br>
++ grep 'StructuredDeployment '<br>
++ cut -d '|' -f3<br>
+ for failed in '$(heat resource-list         --nested-depth 5 overcloud | grep FAILED |<br>
        grep '\''StructuredDeployment '\'' | cut -d '\''|'\'' -f3)'<br>
+ heat deployment-show 66bd3fbe-296b-4f88-87a7-5ceafd05c1d3<br>
+ exit 1<br>
</div>
<p></p>
<p><br>
</p>
<p>Minimal configuration deployments run with no errors and build completely functional environment.</p>
<p><br>
</p>
<p>However,   template :-</p>
<p><br>
</p>
<p></p>
<div>#################################<br>
# Test Controller + 2*Compute nodes<br>
#################################<br>
control_memory: 6144<br>
compute_memory: 6144<br>
<br>
undercloud_memory: 8192<br>
<br>
# Giving the undercloud additional CPUs can greatly improve heat's<br>
# performance (and result in a shorter deploy time).<br>
undercloud_vcpu: 4<br>
<br>
# We set introspection to true and use only the minimal amount of nodes<br>
# for this job, but test all defaults otherwise.<br>
step_introspect: true<br>
<br>
# Define a single controller node and a single compute node.<br>
overcloud_nodes:<br>
  - name: control_0<br>
    flavor: control<br>
<br>
  - name: compute_0<br>
    flavor: compute<br>
<br>
  - name: compute_1<br>
    flavor: compute<br>
 <br>
# Tell tripleo how we want things done.<br>
extra_args: >-<br>
  --neutron-network-type vxlan<br>
  --neutron-tunnel-types vxlan<br>
  --ntp-server pool.ntp.org<br>
<br>
network_isolation: true<br>
</div>
<p></p>
<p><br>
</p>
<p>Picks up new memory setting but doesn't create second Compute Node.</p>
<p>Every time just Controller && (1)* Compute.<br>
</p>
<p><br>
</p>
<p>HW - i74790 , 32 GB RAM<br>
</p>
<br>
<p>Thanks.</p>
<p>Boris<br>
</p>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<br>
</div>
</div>
</body>
</html>