Bug 1232437 - [Unified CLI] Deployment using Tuskar has failed - Deployment exited with non-zero status code: 1
Summary: [Unified CLI] Deployment using Tuskar has failed - Deployment exited with non...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: Director
Hardware: Unspecified
OS: Linux
medium
urgent
Target Milestone: ---
: Director
Assignee: chris alfonso
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On: 1230250
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-16 18:30 UTC by Omri Hochman
Modified: 2016-04-18 06:50 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1230250
Environment:
Last Closed: 2015-08-28 16:29:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Omri Hochman 2015-06-16 18:30:01 UTC
+++ This bug was initially created as a clone of Bug #1230250 +++

Description of problem:
Deployment failed with Exception: Heat Stack create failed.

Version-Release number of selected component (if applicable):

$ rpm -qa | grep rdo
rdo-release-kilo-1.noarch
python-rdomanager-oscplugin-0.0.7-dev45.el7.centos.noarch
rubygem-rdoc-4.0.0-24.el7.noarch
[stack@instack ~]$ rpm -qa | grep openstack-heat
openstack-heat-engine-2015.1.1-dev11.el7.centos.noarch
openstack-heat-api-cfn-2015.1.1-dev11.el7.centos.noarch
openstack-heat-api-cloudwatch-2015.1.1-dev11.el7.centos.noarch
openstack-heat-templates-0.0.0-post350.el7.centos.noarch
openstack-heat-api-2015.1.1-dev11.el7.centos.noarch
openstack-heat-common-2015.1.1-dev11.el7.centos.noarch
[stack@instack ~]$ rpm -qa | grep openstack-tuskar
openstack-tuskar-ui-extras-2014.1-dev22.el7.centos.noarch
openstack-tuskar-2013.2.0-dev2.el7.centos.noarch
openstack-tuskar-ui-2013.2-dev253.el7.centos.noarch
[stack@instack ~]$ rpm -qa | grep tripleo
openstack-tripleo-puppet-elements-0.0.1-dev63.el7.centos.noarch
openstack-tripleo-heat-templates-0.8.6-dev15.el7.centos.noarch
openstack-tripleo-image-elements-0.9.6-dev4.el7.centos.noarch
tripleo-common-0.0.1-dev5.el7.centos.noarch
openstack-tripleo-0.0.6-dev1717.el7.centos.noarch

How reproducible:

100%
Steps to Reproduce:
1.Go through the steps in https://github.com/aufi/very_simple_instack_install/blob/master/step_3_images_nodes_flavors_unified_cli.sh
2.deploy the overcloud using Tuskar


Actual results:
Deployment failed.
Exception: Heat Stack create failed.


Expected results:
Overcloud was successfully deployed. 

Additional info:
$ openstack management plan list
+--------------------------------------+-----------+-------------+------------------------------------------------------------------+
| uuid                                 | name      | description | roles                                                            |
+--------------------------------------+-----------+-------------+------------------------------------------------------------------+
| f658d6bc-f1f5-45a1-8e56-c065cb94585a | overcloud | None        | Controller, Cinder-Storage, Compute, Swift-Storage, Ceph-Storage |
+--------------------------------------+-----------+-------------+------------------------------------------------------------------+
[stack@instack ~]$ openstack management plan show f658d6bc-f1f5-45a1-8e56-c065cb94585a
+-------------+------------------------------------------------------------------+
| Field       | Value                                                            |
+-------------+------------------------------------------------------------------+
| created_at  | 2015-06-10T09:43:57                                              |
| description | None                                                             |
| name        | overcloud                                                        |
| parameters  | Parameter output suppressed. Use --long to display them.         |
| roles       | Controller, Cinder-Storage, Compute, Swift-Storage, Ceph-Storage |
| updated_at  | None                                                             |
| uuid        | f658d6bc-f1f5-45a1-8e56-c065cb94585a                             |
+-------------+------------------------------------------------------------------+
[stack@instack ~]$ openstack management role list
+--------------------------------------+----------------+---------+---------------------------------------------------+
| uuid                                 | name           | version | description                                       |
+--------------------------------------+----------------+---------+---------------------------------------------------+
| 0af1f5e0-7ffa-4f10-ab2a-9bc832449056 | Swift-Storage  |       1 | OpenStack swift storage node configured by Puppet |
| 1af45d4c-67bc-44eb-9b69-1beaa7a4c21d | Cinder-Storage |       1 | OpenStack cinder storage configured by Puppet     |
| 3715e4e0-0e0b-4752-97e7-75a06fbba00e | Ceph-Storage   |       1 | OpenStack ceph storage node configured by Puppet  |
| 818b7796-0367-420d-a184-ffceac67ad5e | Compute        |       1 | OpenStack hypervisor node configured via Puppet.  |
|                                      |                |         |                                                   |
| e69303b8-bad7-4f49-bcf2-e6ecdefb8ef2 | Controller     |       1 | OpenStack controller node configured by Puppet.   |
|                                      |                |         |                                                   |
+--------------------------------------+----------------+---------+---------------------------------------------------+
[stack@instack ~]$ openstack flavor list
+--------------------------------------+-----------+------+------+-----------+-------+-----------+
| ID                                   | Name      |  RAM | Disk | Ephemeral | VCPUs | Is Public |
+--------------------------------------+-----------+------+------+-----------+-------+-----------+
| 99ab2825-45e4-47c2-8b3f-40ceacff90ea | baremetal | 2048 |   40 |         0 |     2 | True      |
+--------------------------------------+-----------+------+------+-----------+-------+-----------+
[stack@instack ~]$ openstack image list
+--------------------------------------+------------------------+
| ID                                   | Name                   |
+--------------------------------------+------------------------+
| bb108972-ad81-4d0d-b0e7-79a6896265c0 | bm-deploy-ramdisk      |
| 9ba0e1ec-116d-4e1e-a302-cd463689d6bc | bm-deploy-kernel       |
| 8cfe3f1e-0855-4953-be70-fabafbcbbbfb | overcloud-full         |
| 5b4dff42-ed5a-4973-8d8e-6ed149e32606 | overcloud-full-initrd  |
| f02eac1a-871b-4f86-a4cb-e5ebeeb77527 | overcloud-full-vmlinuz |
+--------------------------------------+------------------------+


The output of deploy command is attached.

--- Additional comment from Ola Pavlenko on 2015-06-11 03:54:46 EDT ---

More info for heat stack in log.log file.

--- Additional comment from Ola Pavlenko on 2015-06-16 09:09:36 EDT ---

Got same error for poodle .

Installed using https://repos.fedorapeople.org/repos/openstack-m/docs/internal/master/environments/environments.html

And used the basic deployment flow for overcloud as following:

Build images:
curl -O http://download.devel.redhat.com/brewroot/packages/rhel-guest-image/7.1/20150203.1/images/rhel-guest-image-7.1-20150203.1.x86_64.qcow2
export DIB_LOCAL_IMAGE=rhel-guest-image-7.1-20150203.1.x86_64.qcow2
# Enable RHOS
export USE_DELOREAN_TRUNK=0
export RHOS=1
export DIB_YUM_REPO_CONF="/etc/yum.repos.d/rhos-release-7-director-rhel-7.1.repo /etc/yum.repos.d/rhos-release-7-rhel-7.1.repo"

openstack overcloud image build --all

Upload images:
openstack overcloud image upload
Register nodes and assign images:
openstack baremetal import --json instackenv.json
openstack baremetal configure boot

Introspection:
openstack baremetal introspection bulk start

Create flavors:
openstack flavor create --id auto --ram 4096 --disk 40 --vcpus 1 baremetal
openstack flavor set --property "cpu_arch"="x86_64" --property "capabilities:boot_option"="local" baremetal

Deploy the overcloud:
openstack management plan list
openstack overcloud deploy –plan-uuid “[uuid]”


$ rpm -qa | grep rhos
rhos-release-0.62-1.noarch
$ rpm -qa | grep rdo
python-rdomanager-oscplugin-0.0.7-2.el7ost.noarch


$ openstack overcloud deploy --plan-uuid 69694232-dff8-4ee4-950f-c7d4d7a64e4b 
/usr/lib/python2.7/site-packages/novaclient/v1_1/__init__.py:30: UserWarning: Module novaclient.v1_1 is deprecated (taken as a basis for novaclient.v2). The preferable way to get client class or object you can find in novaclient.client module.
  warnings.warn("Module novaclient.v1_1 is deprecated (taken as a basis for "
The following templates will be written:
/tmp/tmpSVuR8d/puppet/manifests/overcloud_volume.pp
/tmp/tmpSVuR8d/hieradata/object.yaml
/tmp/tmpSVuR8d/puppet/hieradata/common.yaml
/tmp/tmpSVuR8d/extraconfig/tasks/yum_update.yaml
/tmp/tmpSVuR8d/puppet/controller-config-pacemaker.yaml
/tmp/tmpSVuR8d/provider-Cinder-Storage-1.yaml
/tmp/tmpSVuR8d/provider-Compute-1.yaml
/tmp/tmpSVuR8d/network/noop.yaml
/tmp/tmpSVuR8d/puppet/bootstrap-config.yaml
/tmp/tmpSVuR8d/puppet/cinder-storage-post.yaml
/tmp/tmpSVuR8d/provider-Ceph-Storage-1.yaml
/tmp/tmpSVuR8d/puppet/controller-post-puppet.yaml
/tmp/tmpSVuR8d/puppet/cinder-storage-puppet.yaml
/tmp/tmpSVuR8d/puppet/manifests/overcloud_cephstorage.pp
/tmp/tmpSVuR8d/puppet/hieradata/object.yaml
/tmp/tmpSVuR8d/puppet/controller-puppet.yaml
/tmp/tmpSVuR8d/puppet/manifests/overcloud_controller_pacemaker.pp
/tmp/tmpSVuR8d/net-config-bridge.yaml
/tmp/tmpSVuR8d/puppet/swift-storage-post.yaml
/tmp/tmpSVuR8d/provider-Controller-1.yaml
/tmp/tmpSVuR8d/network/networks.yaml
/tmp/tmpSVuR8d/puppet/manifests/overcloud_object.pp
/tmp/tmpSVuR8d/hieradata/controller.yaml
/tmp/tmpSVuR8d/network/ports/ctlplane_vip.yaml
/tmp/tmpSVuR8d/hieradata/volume.yaml
/tmp/tmpSVuR8d/puppet/compute-post-puppet.yaml
/tmp/tmpSVuR8d/provider-Swift-Storage-1.yaml
/tmp/tmpSVuR8d/puppet/swift-storage-puppet.yaml
/tmp/tmpSVuR8d/extraconfig/tasks/yum_update.sh
/tmp/tmpSVuR8d/puppet/swift-devices-and-proxy-config.yaml
/tmp/tmpSVuR8d/network/ports/net_ip_map.yaml
/tmp/tmpSVuR8d/puppet/compute-puppet.yaml
/tmp/tmpSVuR8d/puppet/hieradata/volume.yaml
/tmp/tmpSVuR8d/puppet/ceph-storage-post-puppet.yaml
/tmp/tmpSVuR8d/extraconfig/controller/noop.yaml
/tmp/tmpSVuR8d/network/ports/noop.yaml
/tmp/tmpSVuR8d/puppet/ceph-cluster-config.yaml
/tmp/tmpSVuR8d/puppet/ceph-storage-puppet.yaml
/tmp/tmpSVuR8d/puppet/hieradata/ceph.yaml
/tmp/tmpSVuR8d/puppet/vip-config.yaml
/tmp/tmpSVuR8d/puppet/hieradata/controller.yaml
/tmp/tmpSVuR8d/plan.yaml
/tmp/tmpSVuR8d/environment.yaml
/tmp/tmpSVuR8d/network/ports/net_ip_list_map.yaml
/tmp/tmpSVuR8d/hieradata/compute.yaml
/tmp/tmpSVuR8d/puppet/hieradata/compute.yaml
/tmp/tmpSVuR8d/hieradata/ceph.yaml
/tmp/tmpSVuR8d/puppet/manifests/overcloud_compute.pp
/tmp/tmpSVuR8d/hieradata/common.yaml
/tmp/tmpSVuR8d/puppet/manifests/ringbuilder.pp
/tmp/tmpSVuR8d/extraconfig/post_deploy/default.yaml
/tmp/tmpSVuR8d/net-config-noop.yaml
/tmp/tmpSVuR8d/puppet/all-nodes-config.yaml
/tmp/tmpSVuR8d/firstboot/userdata_default.yaml
ERROR: openstack Heat Stack create failed.


$ heat stack-list
+--------------------------------------+------------+---------------+----------------------+
| id                                   | stack_name | stack_status  | creation_time        |
+--------------------------------------+------------+---------------+----------------------+
| 9b12a011-6873-403b-8449-ed8ae4bfdf9f | overcloud  | CREATE_FAILED | 2015-06-16T12:04:36Z |
+--------------------------------------+------------+---------------+----------------------+

$ heat resource-list 9b12a011-6873-403b-8449-ed8ae4bfdf9f
+-----------------------------------+-----------------------------------------------+---------------------------------------------------+-----------------+----------------------+
| resource_name                     | physical_resource_id                          | resource_type                                     | resource_status | updated_time         |
+-----------------------------------+-----------------------------------------------+---------------------------------------------------+-----------------+----------------------+
| BlockStorageAllNodesDeployment    | b306b864-8277-49e2-9876-e0f12b4588b5          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| BlockStorageNodesPostDeployment   |                                               | OS::TripleO::BlockStoragePostDeployment           | INIT_COMPLETE   | 2015-06-16T12:04:36Z |
| Ceph-Storage                      | 26c24ab7-36ce-40f6-afbc-cc13ba68dcc5          | OS::Heat::ResourceGroup                           | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| CephClusterConfig                 | 9d1254dd-6c39-4ceb-8218-146e955040a7          | OS::TripleO::CephClusterConfig::SoftwareConfig    | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| CephStorageAllNodesDeployment     | cfdc9c96-3106-409b-bdd7-6e259eeef37e          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| CephStorageCephDeployment         | 514e8181-8615-4116-8678-fadb92ab6e33          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| CephStorageNodesPostDeployment    |                                               | OS::TripleO::CephStoragePostDeployment            | INIT_COMPLETE   | 2015-06-16T12:04:36Z |
| Cinder-Storage                    | f011bb8c-37c2-45b8-8039-c7f05ef32c77          | OS::Heat::ResourceGroup                           | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| Compute                           | 795a0b30-7b88-42d8-a8d8-4b4c64be9dab          | OS::Heat::ResourceGroup                           | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ComputeAllNodesDeployment         | 98eea236-09ce-4ce8-ba21-3b1950aacb08          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ComputeCephDeployment             | bac93c39-19f1-41e7-82e6-2306d24a7934          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ComputeNodesPostDeployment        | 4629e8e3-fa6b-4624-aedb-f20704f47800          | OS::TripleO::ComputePostDeployment                | CREATE_FAILED   | 2015-06-16T12:04:36Z |
| ControlVirtualIP                  | 90e27c28-4f49-4bac-a147-1870d1109bff          | OS::Neutron::Port                                 | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| Controller                        | 259d52c8-d557-4383-8a81-5870e13d1be8          | OS::Heat::ResourceGroup                           | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ControllerAllNodesDeployment      | 208358fc-6d55-42a1-a47d-e405be95d2cd          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ControllerBootstrapNodeConfig     | 7915624a-950b-4e81-a4d8-8ba3a1f924b1          | OS::TripleO::BootstrapNode::SoftwareConfig        | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ControllerBootstrapNodeDeployment | fef630e6-abd0-4150-8876-7702b3354220          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ControllerCephDeployment          | 62a21d58-b888-47d1-a637-a32edb9adc28          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ControllerClusterConfig           | 5405dd88-0762-498f-ad86-c06fcffa75ca          | OS::Heat::StructuredConfig                        | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ControllerClusterDeployment       | 98d70ac7-8cc8-46d5-9cf4-264c7dedf702          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ControllerIpListMap               | 3b72ebd0-95c8-4d71-9394-fddad1df2971          | OS::TripleO::Network::Ports::NetIpListMap         | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ControllerNodesPostDeployment     | 8624f5e7-c75e-457b-a668-be7bfc423f43          | OS::TripleO::ControllerPostDeployment             | CREATE_FAILED   | 2015-06-16T12:04:36Z |
| ControllerSwiftDeployment         | ff43626a-702a-4925-a348-4285833f1202          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| HeatAuthEncryptionKey             | overcloud-HeatAuthEncryptionKey-dflfxjm3bksy  | OS::Heat::RandomString                            | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| HorizonSecret                     | overcloud-HorizonSecret-wi62peto5xmk          | OS::Heat::RandomString                            | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| InternalApiVirtualIP              | 0d94e286-98a9-46b9-8f90-30d4aa380987          | OS::TripleO::Controller::Ports::InternalApiPort   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| MysqlClusterUniquePart            | overcloud-MysqlClusterUniquePart-opat54d2kkff | OS::Heat::RandomString                            | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| MysqlRootPassword                 | overcloud-MysqlRootPassword-m56r75ya2fcq      | OS::Heat::RandomString                            | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| Networks                          | d09bf407-98ed-427d-9b9f-67f4fbc6da35          | OS::TripleO::Network                              | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ObjectStorageAllNodesDeployment   | d5e712e6-c929-4330-b2dd-05c5ff24b298          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ObjectStorageNodesPostDeployment  | c5dc9d81-e97f-4bed-b9c6-e6c4b6eaa815          | OS::TripleO::ObjectStoragePostDeployment          | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| ObjectStorageSwiftDeployment      | 4890eace-d216-406d-891b-9e474d88cf68          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| PcsdPassword                      | overcloud-PcsdPassword-eewleq4cjrsh           | OS::Heat::RandomString                            | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| PublicVirtualIP                   | 97eaf1a0-18e9-4318-ba8b-fd593b5e2dfb          | OS::Neutron::Port                                 | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| RabbitCookie                      | overcloud-RabbitCookie-pejjnc7lj3k6           | OS::Heat::RandomString                            | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| RedisVirtualIP                    | 09f3d7c6-9361-4eb3-b693-8d02014f5895          | OS::TripleO::Controller::Ports::RedisVipPort      | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| StorageMgmtVirtualIP              | 3ef05bac-db8c-45e0-bd61-03c62931e207          | OS::TripleO::Controller::Ports::StorageMgmtPort   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| StorageVirtualIP                  | db6337a8-e7eb-40c6-8b21-db2513b6f31d          | OS::TripleO::Controller::Ports::StoragePort       | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| Swift-Storage                     | 0d5d7b7b-4d30-4569-8117-f02b66f5b7e4          | OS::Heat::ResourceGroup                           | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| SwiftDevicesAndProxyConfig        | 578b094b-e3d8-44f8-aa96-ecf23f9c6aef          | OS::TripleO::SwiftDevicesAndProxy::SoftwareConfig | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| VipConfig                         | 2344a27d-0332-4675-8157-b5f914c3d3fa          | OS::TripleO::VipConfig                            | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| VipDeployment                     | 029f16f0-ab74-4608-8b0d-65c4cb0433ea          | OS::Heat::StructuredDeployments                   | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| VipMap                            | 3a8cfcf4-8d7e-4cc4-aaf0-038efe69bc38          | OS::TripleO::Network::Ports::NetIpMap             | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
| allNodesConfig                    | 3b84862e-b704-45ed-8afc-818931585394          | OS::TripleO::AllNodes::SoftwareConfig             | CREATE_COMPLETE | 2015-06-16T12:04:36Z |
+-----------------------------------+-----------------------------------------------+---------------------------------------------------+-----------------+----------------------+
[stack@instack ~]$ heat resource-show 9b12a011-6873-403b-8449-ed8ae4bfdf9f ControllerNodesPostDeployment
+------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Property               | Value                                                                                                                                                                                                                                                                                                   |
+------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| attributes             | {}                                                                                                                                                                                                                                                                                                      |
| description            |                                                                                                                                                                                                                                                                                                         |
| links                  | http://192.0.2.1:8004/v1/7db921bdcfa5429c9292881042ae9314/stacks/overcloud/9b12a011-6873-403b-8449-ed8ae4bfdf9f/resources/ControllerNodesPostDeployment (self)                                                                                                                                          |
|                        | http://192.0.2.1:8004/v1/7db921bdcfa5429c9292881042ae9314/stacks/overcloud/9b12a011-6873-403b-8449-ed8ae4bfdf9f (stack)                                                                                                                                                                                 |
|                        | http://192.0.2.1:8004/v1/7db921bdcfa5429c9292881042ae9314/stacks/overcloud-ControllerNodesPostDeployment-mbfbzftxtnln/8624f5e7-c75e-457b-a668-be7bfc423f43 (nested)                                                                                                                                     |
| logical_resource_id    | ControllerNodesPostDeployment                                                                                                                                                                                                                                                                           |
| physical_resource_id   | 8624f5e7-c75e-457b-a668-be7bfc423f43                                                                                                                                                                                                                                                                    |
| required_by            | CephStorageNodesPostDeployment                                                                                                                                                                                                                                                                          |
|                        | BlockStorageNodesPostDeployment                                                                                                                                                                                                                                                                         |
| resource_name          | ControllerNodesPostDeployment                                                                                                                                                                                                                                                                           |
| resource_status        | CREATE_FAILED                                                                                                                                                                                                                                                                                           |
| resource_status_reason | ResourceUnknownStatus: Resource failed - Unknown status FAILED due to "Resource CREATE failed: ResourceUnknownStatus: Resource failed - Unknown status FAILED due to "Resource CREATE failed: Error: Deployment to server failed: deploy_status_code : Deployment exited with non-zero status code: 1"" |
| resource_type          | OS::TripleO::ControllerPostDeployment                                                                                                                                                                                                                                                                   |
| updated_time           | 2015-06-16T12:04:36Z                                                                                                                                                                                                                                                                                    |
+------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Comment 4 chris alfonso 2015-08-28 16:29:32 UTC
We are not putting further investment in fixing tuskar specific bugs based upon our decision to move away from using tuskar.


Note You need to log in before you can comment on or make changes to this bug.