Seems some Heat DB issue:
2015-04-23 16:23:50.859 27616 TRACE heat-engine ProgrammingError:
(ProgrammingError) (1146, "Table 'heat.stack' doesn't exist")
'SELECT
stack.status_reason AS stack_status_reason, stack.created_at AS
stack_created_at, stack.deleted_at AS stack_deleted_at, stack.action AS
stack_action, stack.status AS stack_status, stack.id AS stack_id, stack.name
AS stack_name, stack.raw_template_id AS stack_raw_template_id,
stack.prev_raw_template_id AS stack_prev_raw_template_id, stack.username AS
stack_username, stack.tenant AS stack_tenant, stack.user_creds_id AS
stack_user_creds_id, stack.owner_id AS stack_owner_id, stack.timeout AS
stack_timeout, stack.disable_rollback AS stack_disable_rollback,
stack.stack_user_project_id AS stack_stack_user_project_id, stack.backup AS
stack_backup, stack.nested_depth AS stack_nested_depth, stack.convergence
AS stack_convergence, stack.current_traversal AS stack_current_traversal,
stack.current_deps AS stack_current_deps, stack.updated_at AS
stack_updated_at \nFROM stack \nWHERE stack.deleted_at IS NULL AND
stack.owner_id IS NULL ORDER BY stack.created_at DESC, stack.id DESC' ()
2015-04-23 16:23:50.859 27616 TRACE heat-engine
On Thu, Apr 23, 2015 at 5:10 PM, Pedro Sousa <pgsousa(a)gmail.com> wrote:
Hi,
I'm testing virtual deployment, after registering and discovering my
overcloud nodes I'm getting this error, deploying my nodes:
$instack-deploy-overcloud --tuskar
The following templates will be written:
tuskar_templates/puppet/manifests/overcloud_volume.pp
tuskar_templates/hieradata/object.yaml
tuskar_templates/puppet/manifests/overcloud_controller.pp
tuskar_templates/puppet/hieradata/common.yaml
tuskar_templates/provider-Swift-Storage-1.yaml
tuskar_templates/provider-Cinder-Storage-1.yaml
tuskar_templates/provider-Compute-1.yaml
tuskar_templates/puppet/bootstrap-config.yaml
tuskar_templates/net-config-bridge.yaml
tuskar_templates/provider-Ceph-Storage-1.yaml
tuskar_templates/puppet/controller-post-puppet.yaml
tuskar_templates/puppet/cinder-storage-puppet.yaml
tuskar_templates/puppet/manifests/overcloud_cephstorage.pp
tuskar_templates/puppet/hieradata/object.yaml
tuskar_templates/puppet/controller-puppet.yaml
tuskar_templates/puppet/cinder-storage-post.yaml
tuskar_templates/puppet/swift-storage-post.yaml
tuskar_templates/provider-Controller-1.yaml
tuskar_templates/puppet/manifests/overcloud_object.pp
tuskar_templates/hieradata/controller.yaml
tuskar_templates/hieradata/volume.yaml
tuskar_templates/puppet/compute-post-puppet.yaml
tuskar_templates/puppet/swift-storage-puppet.yaml
tuskar_templates/puppet/swift-devices-and-proxy-config.yaml
tuskar_templates/puppet/compute-puppet.yaml
tuskar_templates/puppet/hieradata/volume.yaml
tuskar_templates/puppet/ceph-storage-post-puppet.yaml
tuskar_templates/puppet/ceph-storage-puppet.yaml
tuskar_templates/puppet/hieradata/ceph.yaml
tuskar_templates/puppet/hieradata/controller.yaml
tuskar_templates/plan.yaml
tuskar_templates/environment.yaml
tuskar_templates/puppet/all-nodes-config.yaml
tuskar_templates/hieradata/compute.yaml
tuskar_templates/puppet/hieradata/compute.yaml
tuskar_templates/hieradata/ceph.yaml
tuskar_templates/puppet/manifests/overcloud_compute.pp
tuskar_templates/hieradata/common.yaml
tuskar_templates/puppet/manifests/ringbuilder.pp
tuskar_templates/firstboot/userdata_default.yaml
tuskar_templates/net-config-noop.yaml
tuskar_templates/puppet/ceph-cluster-config.yaml
tuskar_templates/extraconfig/post_deploy/default.yaml
+ OVERCLOUD_YAML_PATH=tuskar_templates/plan.yaml
+ ENVIROMENT_YAML_PATH=tuskar_templates/environment.yaml
+ heat stack-create -t 240 -f tuskar_templates/plan.yaml -e
tuskar_templates/environment.yaml overcloud
ERROR: Timed out waiting for a reply to message ID
16477b6b6ee04c7fa9f8d7cc45461d8f
Any hint?
Thanks,
Pedro Sousa