Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.08 KB | None | 0 0
  1. openstack stack create -e templates/env.yaml -e lib/lib.yaml -t templates/stack.yaml monitor-logging
  2.  
  3. +---------------------+-----------------------------------------------------------+
  4. | Field | Value |
  5. +---------------------+-----------------------------------------------------------+
  6. | id | 4653b7ab-4467-485c-9a3a-5a7cb10abfe3 |
  7. | stack_name | monitor-logging |
  8. | description | Etablerar tjänster relaterat till Monitoring och Logging. |
  9. | creation_time | 2016-10-05T14:56:04 |
  10. | updated_time | None |
  11. | stack_status | CREATE_IN_PROGRESS |
  12. | stack_status_reason | |
  13. +---------------------+-----------------------------------------------------------+
  14.  
  15. ➜ monitoring-logging git:(initial) ✗ openstack stack show monitor-logging
  16. +-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  17. | Field | Value |
  18. +-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  19. | id | 4653b7ab-4467-485c-9a3a-5a7cb10abfe3 |
  20. | stack_name | monitor-logging |
  21. | description | Etablerar tjänster relaterat till Monitoring och Logging. |
  22. | creation_time | 2016-10-05T14:56:04 |
  23. | updated_time | None |
  24. | stack_status | CREATE_FAILED |
  25. | stack_status_reason | Resource CREATE failed: ResourceInError: resources.logstash.resources.my_instance: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500" |
  26. | parameters | OS::project_id: df00326cc81048c28466529f82f4cf1a |
  27. | | OS::stack_id: 4653b7ab-4467-485c-9a3a-5a7cb10abfe3 |
  28. | | OS::stack_name: monitor-logging |
  29. | | cidr: 192.168.1.0/24 |
  30. | | dns: '[u''8.8.8.8'', u''10.20.10.1'']' |
  31. | | flavor: m1.small |
  32. | | image: CentOS-7-x86_64-GenericCloud-1608.qcow2 |
  33. | | key: SharedKey |
  34. | | public_network: public-net-01 |
  35. | | |
  36. | outputs | - description: The public IP address to access the test server. |
  37. | | output_key: logstash_ip |
  38. | | output_value: null |
  39. | | - description: The name of the server. |
  40. | | output_key: kibana_name |
  41. | | output_value: kibana |
  42. | | - description: The name of the server. |
  43. | | output_key: logstash_name |
  44. | | output_value: null |
  45. | | - description: The public IP address to access the test server. |
  46. | | output_key: kibana_ip |
  47. | | output_value: 10.60.12.163 |
  48. | | |
  49. | links | - href: http://10.60.11.200:8004/v1/df00326cc81048c28466529f82f4cf1a/stacks/monitor-logging/4653b7ab-4467-485c-9a3a-5a7cb10abfe3 |
  50. | | rel: self |
  51. | | |
  52. | disable_rollback | True |
  53. | parent | None |
  54. | tags | null |
  55. | | ... |
  56. | | |
  57. | stack_user_project_id | 0dad13ba507347edb7dc5919f002a19b |
  58. | capabilities | [] |
  59. | notification_topics | [] |
  60. | timeout_mins | None |
  61. | stack_owner | None |
  62. +-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  63.  
  64. ➜ monitoring-logging git:(initial) ✗ nova hypervisor-show 5
  65. +---------------------------+------------------------------------------+
  66. | Property | Value |
  67. +---------------------------+------------------------------------------+
  68. | cpu_info_arch | x86_64 |
  69. | cpu_info_features | ["pge", "avx", "clflush", "sep", |
  70. | | "syscall", "vme", "dtes64", "msr", |
  71. | | "xsave", "vmx", "xtpr", "cmov", "ssse3", |
  72. | | "est", "pat", "monitor", "smx", "pbe", |
  73. | | "lm", "tsc", "nx", "fxsr", "tm", |
  74. | | "sse4.1", "pae", "sse4.2", "pclmuldq", |
  75. | | "acpi", "tsc-deadline", "mmx", |
  76. | | "osxsave", "cx8", "mce", "de", "tm2", |
  77. | | "ht", "pse", "lahf_lm", "pdcm", "mca", |
  78. | | "apic", "sse", "ds", "invtsc", "pni", |
  79. | | "rdtscp", "aes", "sse2", "ss", "ds_cpl", |
  80. | | "pcid", "fpu", "cx16", "pse36", "mtrr", |
  81. | | "popcnt", "x2apic"] |
  82. | cpu_info_model | SandyBridge |
  83. | cpu_info_topology_cells | 1 |
  84. | cpu_info_topology_cores | 4 |
  85. | cpu_info_topology_sockets | 1 |
  86. | cpu_info_topology_threads | 2 |
  87. | cpu_info_vendor | Intel |
  88. | current_workload | 0 |
  89. | disk_available_least | 14 |
  90. | free_disk_gb | 49 |
  91. | free_ram_mb | 15333 |
  92. | host_ip | 10.60.11.12 |
  93. | hypervisor_hostname | control02.beans.local |
  94. | hypervisor_type | QEMU |
  95. | hypervisor_version | 2000000 |
  96. | id | 5 |
  97. | local_gb | 49 |
  98. | local_gb_used | 0 |
  99. | memory_mb | 15845 |
  100. | memory_mb_used | 512 |
  101. | running_vms | 0 |
  102. | service_disabled_reason | None |
  103. | service_host | control02.beans.local |
  104. | service_id | 33 |
  105. | state | up |
  106. | status | enabled |
  107. | vcpus | 8 |
  108. | vcpus_used | 0 |
  109. +---------------------------+------------------------------------------+
  110.  
  111. ➜ monitoring-logging git:(initial) ✗ nova hypervisor-show 5
  112. +---------------------------+------------------------------------------+
  113. | Property | Value |
  114. +---------------------------+------------------------------------------+
  115. | cpu_info_arch | x86_64 |
  116. | cpu_info_features | ["pge", "avx", "clflush", "sep", |
  117. | | "syscall", "vme", "dtes64", "msr", |
  118. | | "xsave", "vmx", "xtpr", "cmov", "ssse3", |
  119. | | "est", "pat", "monitor", "smx", "pbe", |
  120. | | "lm", "tsc", "nx", "fxsr", "tm", |
  121. | | "sse4.1", "pae", "sse4.2", "pclmuldq", |
  122. | | "acpi", "tsc-deadline", "mmx", |
  123. | | "osxsave", "cx8", "mce", "de", "tm2", |
  124. | | "ht", "pse", "lahf_lm", "pdcm", "mca", |
  125. | | "apic", "sse", "ds", "invtsc", "pni", |
  126. | | "rdtscp", "aes", "sse2", "ss", "ds_cpl", |
  127. | | "pcid", "fpu", "cx16", "pse36", "mtrr", |
  128. | | "popcnt", "x2apic"] |
  129. | cpu_info_model | SandyBridge |
  130. | cpu_info_topology_cells | 1 |
  131. | cpu_info_topology_cores | 4 |
  132. | cpu_info_topology_sockets | 1 |
  133. | cpu_info_topology_threads | 2 |
  134. | cpu_info_vendor | Intel |
  135. | current_workload | 0 |
  136. | disk_available_least | 14 |
  137. | free_disk_gb | 49 |
  138. | free_ram_mb | 15333 |
  139. | host_ip | 10.60.11.12 |
  140. | hypervisor_hostname | control02.beans.local |
  141. | hypervisor_type | QEMU |
  142. | hypervisor_version | 2000000 |
  143. | id | 5 |
  144. | local_gb | 49 |
  145. | local_gb_used | 0 |
  146. | memory_mb | 15845 |
  147. | memory_mb_used | 512 |
  148. | running_vms | 0 |
  149. | service_disabled_reason | None |
  150. | service_host | control02.beans.local |
  151. | service_id | 33 |
  152. | state | up |
  153. | status | enabled |
  154. | vcpus | 8 |
  155. | vcpus_used | 0 |
  156. +---------------------------+------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement