Done one more time :-
[stack@undercloud ~]$ heat deployment-show 9cc8087a-6d82-4261-8a13-ee8c46e3a02d
Uploaded here :-
http://textuploader.com/5bm5v
________________________________
From: rdo-list-bounces(a)redhat.com <rdo-list-bounces(a)redhat.com> on behalf of Boris
Derzhavets <bderzhavets(a)hotmail.com>
Sent: Sunday, May 29, 2016 3:39 AM
To: John Trowbridge; Lars Kellogg-Stedman
Cc: rdo-list
Subject: [rdo-list] Tripleo QuickStart HA deploymemt attempts constantly crash
Error every time is the same :-
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
2016-05-29 07:20:18 [0]: SIGNAL_COMPLETE Unknown
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
2016-05-29 07:20:18 [0]: SIGNAL_COMPLETE Unknown
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
2016-05-29 07:20:19 [0]: SIGNAL_COMPLETE Unknown
2016-05-29 07:20:19 [0]: SIGNAL_COMPLETE Unknown
2016-05-29 07:20:20 [ControllerDeployment]: SIGNAL_COMPLETE Unknown
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
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
2016-05-29 07:20:21 [0]: SIGNAL_COMPLETE Unknown
2016-05-29 07:20:22 [NetworkDeployment]: SIGNAL_COMPLETE Unknown
2016-05-29 07:20:22 [0]: SIGNAL_COMPLETE Unknown
2016-05-29 07:24:22 [ComputeNodesPostDeployment]: CREATE_FAILED CREATE aborted
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
Stack overcloud CREATE_FAILED
Deployment failed: Heat Stack create failed.
+ heat stack-list
+ grep -q CREATE_FAILED
+ deploy_status=1
++ heat resource-list --nested-depth 5 overcloud
++ grep FAILED
++ grep 'StructuredDeployment '
++ cut -d '|' -f3
+ for failed in '$(heat resource-list --nested-depth 5 overcloud | grep FAILED
|
grep '\''StructuredDeployment '\'' | cut -d
'\''|'\'' -f3)'
+ heat deployment-show 66bd3fbe-296b-4f88-87a7-5ceafd05c1d3
+ exit 1
Minimal configuration deployments run with no errors and build completely functional
environment.
However, template :-
#################################
# Test Controller + 2*Compute nodes
#################################
control_memory: 6144
compute_memory: 6144
undercloud_memory: 8192
# Giving the undercloud additional CPUs can greatly improve heat's
# performance (and result in a shorter deploy time).
undercloud_vcpu: 4
# We set introspection to true and use only the minimal amount of nodes
# for this job, but test all defaults otherwise.
step_introspect: true
# Define a single controller node and a single compute node.
overcloud_nodes:
- name: control_0
flavor: control
- name: compute_0
flavor: compute
- name: compute_1
flavor: compute
# Tell tripleo how we want things done.
extra_args: >-
--neutron-network-type vxlan
--neutron-tunnel-types vxlan
--ntp-server
pool.ntp.org
network_isolation: true
Picks up new memory setting but doesn't create second Compute Node.
Every time just Controller && (1)* Compute.
HW - i74790 , 32 GB RAM
Thanks.
Boris
________________________________