Guest User

heat command outputs

a guest
Feb 19th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.31 KB | None | 0 0
  1. 1. heat resource-list --nested-depth 5 overcloud | grep FAILED
  2.  
  3. Output:
  4.  
  5. | ComputeNodesPostDeployment | b48d8142-2761-474c-b44d-4ef2a9359646 | OS::TripleO::ComputePostDeployment | CREATE_FAILED | 2016-02-19T11:18:29Z | |
  6. | ControllerNodesPostDeployment | e4689370-0617-4ae9-95e6-9b5a902d5f86 | OS::TripleO::ControllerPostDeployment | CREATE_FAILED | 2016-02-19T11:18:29Z | |
  7. | 0 | 062aa055-9ffa-4854-b58f-ab9dec6a33ed | OS::Heat::StructuredDeployment | CREATE_FAILED | 2016-02-19T13:15:47Z | ComputePuppetDeployment |
  8. | ComputePuppetDeployment | 2ffc14bc-1b82-4725-ba4c-dd1d007e36eb | OS::Heat::StructuredDeployments | CREATE_FAILED | 2016-02-19T13:15:47Z | ComputeNodesPostDeployment |
  9. | ControllerLoadBalancerDeployment_Step1 | bb6060c6-49db-4cbb-80d6-91e55045b895 | OS::Heat::StructuredDeployments | CREATE_FAILED | 2016-02-19T13:15:54Z | ControllerNodesPostDeployment |
  10. | 0 | 9db316a9-8b50-4e50-87e2-a22289c39caf | OS::Heat::StructuredDeployment | CREATE_FAILED | 2016-02-19T13:16:41Z | ControllerLoadBalancerDeployment_Step1 |
  11. | 1 | 825f26c1-6212-4a78-9085-f99961edf960 | OS::Heat::StructuredDeployment | CREATE_FAILED | 2016-02-19T13:16:41Z | ControllerLoadBalancerDeployment_Step1 |
  12. | 2 | c721bb46-c2f6-4ccd-89ba-6568fcd5ff8c | OS::Heat::StructuredDeployment | CREATE_FAILED | 2016-02-19T13:16:41Z | ControllerLoadBalancerDeployment_Step1 |
  13.  
  14.  
  15. 2. heat deployment-show c721bb46-c2f6-4ccd-89ba-6568fcd5ff8c
  16.  
  17. Output:
  18.  
  19. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  20. SecurityWarning
  21. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  22. SecurityWarning
  23. {
  24. "status": "FAILED",
  25. "server_id": "f1ed417e-a19b-4509-bdba-bd4dcfce9d1b",
  26. "config_id": "24de9a73-979a-42c2-9de7-87bb4603b684",
  27. "output_values": {
  28. "deploy_stdout": "",
  29. "deploy_stderr": "\u001b[1;31mError: Invalid resource type kmod::load at /var/lib/heat-config/heat-config-puppet/24de9a73-979a-42c2-9de7-87bb4603b684.pp:40 on node overcloud-controller-2.localdomain\nWrapped exception:\nInvalid resource type kmod::load\u001b[0m\n\u001b[1;31mError: Invalid resource type kmod::load at /var/lib/heat-config/heat-config-puppet/24de9a73-979a-42c2-9de7-87bb4603b684.pp:40 on node overcloud-controller-2.localdomain\u001b[0m\n",
  30. "deploy_status_code": 1
  31. },
  32. "creation_time": "2016-02-19T13:16:42Z",
  33. "updated_time": "2016-02-19T13:17:25Z",
  34. "input_values": {},
  35. "action": "CREATE",
  36. "status_reason": "deploy_status_code : Deployment exited with non-zero status code: 1",
  37. "id": "c721bb46-c2f6-4ccd-89ba-6568fcd5ff8c"
  38. }
  39.  
  40.  
  41.  
  42. 3. heat deployment-show 825f26c1-6212-4a78-9085-f99961edf960
  43.  
  44. Output:
  45.  
  46. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  47. SecurityWarning
  48. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  49. SecurityWarning
  50. {
  51. "status": "FAILED",
  52. "server_id": "91da5d56-d66d-4c2b-a66a-f9b5772681c2",
  53. "config_id": "e732b43d-bc02-4a8d-9c50-cd194544d553",
  54. "output_values": {
  55. "deploy_stdout": "",
  56. "deploy_stderr": "\u001b[1;31mError: Invalid resource type kmod::load at /var/lib/heat-config/heat-config-puppet/e732b43d-bc02-4a8d-9c50-cd194544d553.pp:40 on node overcloud-controller-1.localdomain\nWrapped exception:\nInvalid resource type kmod::load\u001b[0m\n\u001b[1;31mError: Invalid resource type kmod::load at /var/lib/heat-config/heat-config-puppet/e732b43d-bc02-4a8d-9c50-cd194544d553.pp:40 on node overcloud-controller-1.localdomain\u001b[0m\n",
  57. "deploy_status_code": 1
  58. },
  59. "creation_time": "2016-02-19T13:16:41Z",
  60. "updated_time": "2016-02-19T13:17:01Z",
  61. "input_values": {},
  62. "action": "CREATE",
  63. "status_reason": "deploy_status_code : Deployment exited with non-zero status code: 1",
  64. "id": "825f26c1-6212-4a78-9085-f99961edf960"
  65. }
Add Comment
Please, Sign In to add comment