Advertisement
AshrafHassan

undercloud.conf - 07/11/2015

Nov 8th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.29 KB | None | 0 0
  1. [stack@rdo01 ~]$ cat undercloud.conf
  2. [DEFAULT]
  3.  
  4. #
  5. # From instack-undercloud
  6. #
  7.  
  8. # Local file path to the necessary images. The path should be a
  9. # directory readable by the current user that contains the full set of
  10. # images. (string value)
  11. #image_path = .
  12.  
  13. # IP information for the interface on the Undercloud that will be
  14. # handling the PXE boots and DHCP for Overcloud instances.  The IP
  15. # portion of the value will be assigned to the network interface
  16. # defined by local_interface, with the netmask defined by the prefix
  17. # portion of the value. (string value)
  18. local_ip = 192.168.1.1/24
  19.  
  20. # Network interface on the Undercloud that will be handling the PXE
  21. # boots and DHCP for Overcloud instances. (string value)
  22. local_interface = enp2s0f0
  23.  
  24. # Network that will be masqueraded for external access, if required.
  25. # This should be the subnet used for PXE booting. (string value)
  26. masquerade_network = 192.168.1.0/24
  27.  
  28. # Start of DHCP allocation range for PXE and DHCP of Overcloud
  29. # instances. (string value)
  30. dhcp_start = 192.168.1.50
  31.  
  32. # End of DHCP allocation range for PXE and DHCP of Overcloud
  33. # instances. (string value)
  34. dhcp_end = 192.168.1.151
  35.  
  36. # Network CIDR for the Neutron-managed network for Overcloud
  37. # instances. This should be the subnet used for PXE booting. (string
  38. # value)
  39. network_cidr = 192.168.1.0/24
  40.  
  41. # Network gateway for the Neutron-managed network for Overcloud
  42. # instances. This should match the local_ip above when using
  43. # masquerading. (string value)
  44. network_gateway = 192.168.1.1
  45.  
  46. # Network interface on which inspection dnsmasq will listen.  If in
  47. # doubt, use the default value. (string value)
  48. # Deprecated group/name - [DEFAULT]/discovery_interface
  49. #inspection_interface = br-ctlplane
  50.  
  51. # Temporary IP range that will be given to nodes during the inspection
  52. # process.  Should not overlap with the range defined by dhcp_start
  53. # and dhcp_end, but should be in the same network. (string value)
  54. # Deprecated group/name - [DEFAULT]/discovery_iprange
  55. inspection_iprange = 192.168.1.152,192.168.1.252
  56.  
  57. # Whether to run benchmarks when inspecting nodes. (boolean value)
  58. # Deprecated group/name - [DEFAULT]/discovery_runbench
  59. #inspection_runbench = false
  60.  
  61. # Whether to enable the debug log level for Undercloud OpenStack
  62. # services. (boolean value)
  63. #undercloud_debug = true
  64.  
  65. # Whether to install Tuskar services in the Undercloud. (boolean
  66. # value)
  67. #enable_tuskar = false
  68.  
  69. # Whether to install Tempest in the Undercloud. (boolean value)
  70. #enable_tempest = false
  71.  
  72.  
  73. [auth]
  74.  
  75. #
  76. # From instack-undercloud
  77. #
  78.  
  79. # Password used for MySQL databases. If left unset, one will be
  80. # automatically generated. (string value)
  81. #undercloud_db_password = <None>
  82.  
  83. # Keystone admin token. If left unset, one will be automatically
  84. # generated. (string value)
  85. #undercloud_admin_token = <None>
  86.  
  87. # Keystone admin password. If left unset, one will be automatically
  88. # generated. (string value)
  89. #undercloud_admin_password = <None>
  90.  
  91. # Glance service password. If left unset, one will be automatically
  92. # generated. (string value)
  93. #undercloud_glance_password = <None>
  94.  
  95. # Heat db encryption key(must be 16, 24, or 32 characters. If left
  96. # unset, one will be automatically generated. (string value)
  97. #undercloud_heat_encryption_key = <None>
  98.  
  99. # Heat service password. If left unset, one will be automatically
  100. # generated. (string value)
  101. #undercloud_heat_password = <None>
  102.  
  103. # Neutron service password. If left unset, one will be automatically
  104. # generated. (string value)
  105. #undercloud_neutron_password = <None>
  106.  
  107. # Nova service password. If left unset, one will be automatically
  108. # generated. (string value)
  109. #undercloud_nova_password = <None>
  110.  
  111. # Ironic service password. If left unset, one will be automatically
  112. # generated. (string value)
  113. #undercloud_ironic_password = <None>
  114.  
  115. # Tuskar service password. If left unset, one will be automatically
  116. # generated. (string value)
  117. #undercloud_tuskar_password = <None>
  118.  
  119. # Ceilometer service password. If left unset, one will be
  120. # automatically generated. (string value)
  121. #undercloud_ceilometer_password = <None>
  122.  
  123. # Ceilometer metering secret. If left unset, one will be automatically
  124. # generated. (string value)
  125. #undercloud_ceilometer_metering_secret = <None>
  126.  
  127. # Ceilometer snmpd user. If left unset, one will be automatically
  128. # generated. (string value)
  129. #undercloud_ceilometer_snmpd_user = <None>
  130.  
  131. # Ceilometer snmpd password. If left unset, one will be automatically
  132. # generated. (string value)
  133. #undercloud_ceilometer_snmpd_password = <None>
  134.  
  135. # Swift service password. If left unset, one will be automatically
  136. # generated. (string value)
  137. #undercloud_swift_password = <None>
  138.  
  139. # Rabbitmq cookie. If left unset, one will be automatically generated.
  140. # (string value)
  141. #undercloud_rabbit_cookie = <None>
  142.  
  143. # Rabbitmq password. If left unset, one will be automatically
  144. # generated. (string value)
  145. #undercloud_rabbit_password = <None>
  146.  
  147. # Rabbitmq username. If left unset, one will be automatically
  148. # generated. (string value)
  149. #undercloud_rabbit_username = <None>
  150.  
  151. # Heat stack domain admin password. If left unset, one will be
  152. # automatically generated. (string value)
  153. #undercloud_heat_stack_domain_admin_password = <None>
  154.  
  155. # Swift hash suffix. If left unset, one will be automatically
  156. # generated. (string value)
  157. #undercloud_swift_hash_suffix = <None>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement