Guest User

Untitled

a guest
Feb 14th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. [openstack]
  2. # specify the openstack authentication.
  3. openstack_admin_account = {OPENSTACK_ADMIN_ACCOUNT}
  4. openstack_admin_password = {OPENSTACK_ADMIN_PASSWORD}
  5. openstack_user_domain_id = {OPENSTACK_USER_DOMAIN_ID}
  6. openstack_project_domain_id = {OPENSTACK_PROJECT_DOMAIN_ID}
  7. openstack_project_name = {OPENSTACK_PROJECT_NAME}
  8.  
  9. [ipmi]
  10. # specify the ipmi ip.
  11. vendor = {HP/DELL}
  12. {COMPUTE_HOST_NAME} = {COMPUTE_HOST_IPMI_IP}
  13. #compute1 = 192.168.0.116
  14. #compute2 = 192.168.0.110
  15.  
  16. [ipmi_sensor]
  17. # specify the sensor you want to check.
  18. ipmi_watched_sensors = ["01-Inlet Ambient"]
  19. # upper bound of the sensor value
  20. upper_critical = 80
  21. # lower bound of the sensor value
  22. lower_critical = 10
  23.  
  24. [ipmi_user]
  25. # specify the ipmi account and password.
  26. {COMPUTE_HOST_NAME} = {ACCOUNT,PASSWORD}
  27. #compute1 = administrator,ncuissl105
  28. #compute2 = administrator,ncuissl105
  29.  
  30.  
  31. [rpc]
  32. # specify the RPC server account/password/binding port.
  33. rpc_username = {RPC_USERNAME}
  34. rpc_password = {RPC_PASSWORD}
  35. rpc_bind_port = {RPC_PORT}
  36.  
  37. [mysql]
  38. # specify the database ip/username/password/database.
  39. mysql_ip = {MYSQL_IP}
  40. mysql_username = {MYSQL_USER_NAME}
  41. mysql_password = {MYSQL_PASSWORD}
  42. mysql_db = {MYSQL_DATABASE}
  43.  
  44.  
  45. [log]
  46. # There are two level INFO and ERROR.
  47. # Note : Level need to use uppercase letters.
  48. level = INFO
  49. location = /var/log/hass/hass.log
  50.  
  51. [detection]
  52. # specify the polling port and thread interval.
  53. polling_interval = 5
  54. polling_port = 2468
  55.  
  56. [path]
  57. # compute node agent path.
  58. agent_path = /home/localadmin/hass/compute_node/
  59.  
  60. [version]
  61. # OS version, 14 or 16.
  62. version = 14
  63.  
  64. [default]
  65. # network traisient waiting time
  66. network_transient_time = 30
  67. # network heartbeat threshold
  68. heartbeat_time = 3
  69.  
  70. [iii]
  71. # DONT modify this
  72. iii_support = true
  73. mysql_ip = 192.168.4.11
  74. mysql_username = novaadmin
  75. mysql_password = openstack
  76. mysql_db = iSoftCloudFrontEndDB
Add Comment
Please, Sign In to add comment