Advertisement
Guest User

Untitled

a guest
Nov 20th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.50 KB | None | 0 0
  1. ###################
  2. # Kolla options
  3. ###################
  4. # Valid options are [ COPY_ONCE, COPY_ALWAYS ]
  5. #config_strategy: "COPY_ALWAYS"
  6.  
  7. # Valid options are [ centos, fedora, oraclelinux, ubuntu ]
  8. #kolla_base_distro: "centos"
  9.  
  10. # Valid options are [ binary, source ]
  11. #kolla_install_type: "binary"
  12.  
  13. # Valid option is Docker repository tag
  14. #openstack_release: "3.0.0"
  15.  
  16. # This should be a VIP, an unused IP on your network that will float between
  17. # the hosts running keepalived for high-availability. When running an All-In-One
  18. /tls
  19. Last login: Sat Nov 19 11:48:59 on ttys001
  20. Henrys-Mac-Pro:~ henrybrock$ ssh root@192.168.4.2
  21. root@192.168.4.2's password:
  22. Last login: Wed Nov 16 23:44:43 2016 from 192.168.4.41
  23. [root@deployer ~]# vi /etc/kolla/globals.yml
  24. [root@deployer ~]# cat /etc/kolla/globals.yml
  25. ---
  26. # You can use this file to override _any_ variable throughout Kolla.
  27. # Additional options can be found in the 'kolla/ansible/group_vars/all.yml' file.
  28. # Default value of all the commented parameters are shown here, To override
  29. # the default value uncomment the parameter and change its value.
  30.  
  31. ###################
  32. # Kolla options
  33. ###################
  34. # Valid options are [ COPY_ONCE, COPY_ALWAYS ]
  35. #config_strategy: "COPY_ALWAYS"
  36.  
  37. # Valid options are [ centos, fedora, oraclelinux, ubuntu ]
  38. #kolla_base_distro: "centos"
  39.  
  40. # Valid options are [ binary, source ]
  41. #kolla_install_type: "binary"
  42.  
  43. # Valid option is Docker repository tag
  44. #openstack_release: "3.0.0"
  45.  
  46. # This should be a VIP, an unused IP on your network that will float between
  47. # the hosts running keepalived for high-availability. When running an All-In-One
  48. # without haproxy and keepalived, this should be the first IP on your
  49. # 'network_interface' as set in the Networking section below.
  50. kolla_internal_vip_address: "192.168.4.250"
  51.  
  52. # This is the DNS name that maps to the kolla_internal_vip_address VIP. By
  53. # default it is the same as kolla_internal_vip_address.
  54. #kolla_internal_fqdn: "{{ kolla_internal_vip_address }}"
  55.  
  56. # This should be a VIP, an unused IP on your network that will float between
  57. # the hosts running keepalived for high-availability. It defaults to the
  58. # kolla_internal_vip_address, allowing internal and external communication to
  59. # share the same address. Specify a kolla_external_vip_address to separate
  60. # internal and external requests between two VIPs.
  61. kolla_external_vip_address: "192.168.1.250"
  62.  
  63. # The Public address used to communicate with OpenStack as set in the public_url
  64. # for the endpoints that will be created. This DNS name should map to
  65. # kolla_external_vip_address.
  66. kolla_external_fqdn: "ddi.hopto.org"
  67.  
  68. ####################
  69. # Docker options
  70. ####################
  71. ### Example: Private repository with authentication
  72.  
  73. docker_registry: "deployer.local:4000"
  74. #docker_namespace: "companyname"
  75. #docker_registry_username: "sam"
  76. #docker_registry_password: "correcthorsebatterystaple"
  77.  
  78.  
  79. ####################
  80. # Networking options
  81. ####################
  82. # This interface is what all your api services will be bound to by default.
  83. # Additionally, all vxlan/tunnel and storage network traffic will go over this
  84. # interface by default. This interface must contain an IPv4 address.
  85. # It is possible for hosts to have non-matching names of interfaces - these can
  86. # be set in an inventory file per host or per group or stored separately, see
  87. # http://docs.ansible.com/ansible/intro_inventory.html
  88. # Yet another way to workaround the naming problem is to create a bond for the
  89. # interface on all hosts and give the bond name here. Similar strategy can be
  90. # followed for other types of interfaces.
  91. network_interface: "eth0"
  92.  
  93. # These can be adjusted for even more customization. The default is the same as
  94. # the 'network_interface'. These interfaces must contain an IPv4 address.
  95. kolla_external_vip_interface: "eth4"
  96. #api_interface: "{{ network_interface }}"
  97. #storage_interface: "{{ network_interface }}"
  98. #cluster_interface: "{{ network_interface }}"
  99. #tunnel_interface: "{{ network_interface }}"
  100.  
  101. # This is the raw interface given to neutron as its external network port. Even
  102. # though an IP address can exist on this interface, it will be unusable in most
  103. # configurations. It is recommended this interface not be configured with any IP
  104. # addresses for that reason.
  105. neutron_external_interface: "eth1"
  106.  
  107. # Valid options are [ openvswitch, linuxbridge ]
  108. neutron_plugin_agent: "openvswitch"
  109.  
  110.  
  111. ####################
  112. # keepalived options
  113. ####################
  114. # Arbitrary unique number from 0..255
  115. #keepalived_virtual_router_id: "51"
  116.  
  117.  
  118. ####################
  119. # TLS options
  120. ####################
  121. # To provide encryption and authentication on the kolla_external_vip_interface,
  122. # TLS can be enabled. When TLS is enabled, certificates must be provided to
  123. # allow clients to perform authentication.
  124. kolla_enable_tls_external: "yes"
  125. kolla_external_fqdn_cert: "{{ node_config_directory }}/certificates/haproxy.pem"
  126.  
  127.  
  128. ####################
  129. # OpenStack options
  130. ####################
  131. # Use these options to set the various log levels across all OpenStack projects
  132. # Valid options are [ True, False ]
  133. #openstack_logging_debug: "False"
  134.  
  135. # Valid options are [ novnc, spice ]
  136. #nova_console: "novnc"
  137.  
  138. # OpenStack services can be enabled or disabled with these options
  139. #enable_aodh: "no"
  140. #enable_barbican: "no"
  141. #enable_ceilometer: "no"
  142. enable_central_logging: "yes"
  143. enable_ceph: "yes"
  144. enable_ceph_rgw: "yes"
  145. enable_cinder: "yes"
  146. #enable_cinder_backend_iscsi: "no"
  147. #enable_cinder_backend_lvm: "no"
  148. #enable_cloudkitty: "no"
  149. #enable_congress: "no"
  150. #enable_etcd: "no"
  151. #enable_gnocchi: "no"
  152. #enable_grafana: "no"
  153. #enable_heat: "yes"
  154. #enable_horizon: "yes"
  155. #enable_influxdb: "no"
  156. #enable_ironic: "no"
  157. #enable_kuryr: "no"
  158. #enable_magnum: "no"
  159. #enable_manila: "yes"
  160. #enable_mistral: "no"
  161. #enable_mongodb: "no"
  162. enable_murano: "yes"
  163. #enable_multipathd: "no"
  164. #enable_neutron_dvr: "no"
  165. #enable_neutron_lbaas: "no"
  166. #enable_neutron_qos: "no"
  167. #enable_neutron_agent_ha: "no"
  168. #enable_neutron_vpnaas: "no"
  169. #enable_rally: "no"
  170. #enable_sahara: "no"
  171. #enable_senlin: "no"
  172. #enable_swift: "no"
  173. #enable_telegraf: "no"
  174. #enable_tempest: "no"
  175. #enable_watcher: "no"
  176.  
  177. ###################
  178. # Ceph options
  179. ###################
  180. # Ceph can be setup with a caching to improve performance. To use the cache you
  181. # must provide separate disks than those for the OSDs
  182. #ceph_enable_cache: "no"
  183. # Valid options are [ forward, none, writeback ]
  184. #ceph_cache_mode: "writeback"
  185.  
  186. # A requirement for using the erasure-coded pools is you must setup a cache tier
  187. # Valid options are [ erasure, replicated ]
  188. #ceph_pool_type: "replicated"
  189.  
  190.  
  191. #######################
  192. # Keystone options
  193. #######################
  194.  
  195. # Valid options are [ uuid, fernet ]
  196. #keystone_token_provider: 'uuid'
  197.  
  198. # Interval to rotate fernet keys by (in seconds). Must be an interval of
  199. # 60(1 min), 120(2 min), 180(3 min), 240(4 min), 300(5 min), 360(6 min),
  200. # 600(10 min), 720(12 min), 900(15 min), 1200(20 min), 1800(30 min),
  201. # 3600(1 hour), 7200(2 hour), 10800(3 hour), 14400(4 hour), 21600(6 hour),
  202. # 28800(8 hour), 43200(12 hour), 86400(1 day), 604800(1 week).
  203. #fernet_token_expiry: 86400
  204.  
  205.  
  206. #######################
  207. # Glance options
  208. #######################
  209. # Configure image backend.
  210. #glance_backend_file: "yes"
  211. glance_backend_ceph: "yes"
  212.  
  213. #######################
  214. # Ceilometer options
  215. #######################
  216. # Valid options are [ mongodb, mysql, gnocchi ]
  217. #ceilometer_database_type: "mongodb"
  218.  
  219.  
  220. #######################
  221. # Gnocchi options
  222. #######################
  223. # Valid options are [ file, ceph ]
  224. #gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"
  225.  
  226.  
  227. #######################
  228. # Cinder options
  229. #######################
  230. # Enable / disable Cinder backends
  231. cinder_backend_ceph: "{{ enable_ceph }}"
  232.  
  233. #cinder_volume_group: "cinder-volumes"
  234.  
  235.  
  236. #######################
  237. # Nova options
  238. #######################
  239. nova_backend_ceph: "{{ enable_ceph }}"
  240.  
  241.  
  242. #######################
  243. # Horizon options
  244. #######################
  245. #horizon_backend_database: "no"
  246.  
  247.  
  248. #######################################
  249. # Manila - Shared File Systems Options
  250. #######################################
  251. # Valid options are [ True, False ]
  252. #driver_handles_share_servers: "True"
  253.  
  254.  
  255. ##################################
  256. # Swift - Object Storage Options
  257. ##################################
  258. # Swift expects block devices to be available for storage. Two types of storage
  259. # are supported: 1 - storage device with a special partition name and filesystem
  260. # label, 2 - unpartitioned disk with a filesystem. The label of this filesystem
  261. # is used to detect the disk which Swift will be using.
  262.  
  263. # Swift support two mathcing modes, valid options are [ prefix, strict ]
  264. #swift_devices_match_mode: "strict"
  265.  
  266. # This parameter defines matching pattern: if "strict" mode was selected,
  267. # for swift_devices_match_mode then swift_device_name should specify the name of
  268. # the special swift partition for example: "KOLLA_SWIFT_DATA", if "prefix" mode was
  269. # selected then swift_devices_name should specify a pattern which would match to
  270. # filesystems' labels prepared for swift.
  271. #swift_devices_name: "KOLLA_SWIFT_DATA"
  272.  
  273.  
  274. ################################################
  275. # Tempest - The OpenStack Integration Test Suite
  276. ################################################
  277. # following value must be set when enable tempest
  278. tempest_image_id:
  279. tempest_flavor_ref_id:
  280. tempest_public_network_id:
  281. tempest_floating_network_name:
  282.  
  283. # tempest_image_alt_id: "{{ tempest_image_id }}"
  284. # tempest_flavor_ref_alt_id: "{{ tempest_flavor_ref_id }}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement