Advertisement
Guest User

Untitled

a guest
Feb 6th, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.98 KB | None | 0 0
  1. root@ctrl00:/usr/local/share/kolla-ansible# cat /etc/kolla/globals.yml
  2. ---
  3. # You can use this file to override _any_ variable throughout Kolla.
  4. # Additional options can be found in the
  5. # 'kolla-ansible/ansible/group_vars/all.yml' file. Default value of all the
  6. # commented parameters are shown here, To override the default value uncomment
  7. # the parameter and change its value.
  8.  
  9. ###############
  10. # Kolla options
  11. ###############
  12. # Valid options are [ COPY_ONCE, COPY_ALWAYS ]
  13. #config_strategy: "COPY_ALWAYS"
  14.  
  15. # Valid options are [ centos, oraclelinux, ubuntu ]
  16. kolla_base_distro: "ubuntu"
  17.  
  18. # Valid options are [ binary, source ]
  19. kolla_install_type: "source"
  20.  
  21. # Valid option is Docker repository tag
  22. openstack_release: "pike"
  23.  
  24. # Location of configuration overrides
  25. #node_custom_config: "/etc/kolla/config"
  26.  
  27. # This should be a VIP, an unused IP on your network that will float between
  28. # the hosts running keepalived for high-availability. If you want to run an
  29. # All-In-One without haproxy and keepalived, you can set enable_haproxy to no
  30. # in "OpenStack options" section, and set this value to the first IP on your
  31. # 'network_interface' as set in the Networking section below.
  32. kolla_internal_vip_address: "192.168.70.254"
  33.  
  34. # This is the DNS name that maps to the kolla_internal_vip_address VIP. By
  35. # default it is the same as kolla_internal_vip_address.
  36. #kolla_internal_fqdn: "{{ kolla_internal_vip_address }}"
  37.  
  38. # This should be a VIP, an unused IP on your network that will float between
  39. # the hosts running keepalived for high-availability. It defaults to the
  40. # kolla_internal_vip_address, allowing internal and external communication to
  41. # share the same address. Specify a kolla_external_vip_address to separate
  42. # internal and external requests between two VIPs.
  43. #kolla_external_vip_address: "{{ kolla_internal_vip_address }}"
  44.  
  45. # The Public address used to communicate with OpenStack as set in the public_url
  46. # for the endpoints that will be created. This DNS name should map to
  47. # kolla_external_vip_address.
  48. #kolla_external_fqdn: "{{ kolla_external_vip_address }}"
  49.  
  50. ################
  51. # Docker options
  52. ################
  53. # Below is an example of a private repository with authentication. Note the
  54. # Docker registry password can also be set in the passwords.yml file.
  55.  
  56. #docker_registry: "172.16.0.10:4000"
  57. #docker_namespace: "companyname"
  58. #docker_registry_username: "sam"
  59. #docker_registry_password: "correcthorsebatterystaple"
  60.  
  61.  
  62. ##############################
  63. # Neutron - Networking Options
  64. ##############################
  65. # This interface is what all your api services will be bound to by default.
  66. # Additionally, all vxlan/tunnel and storage network traffic will go over this
  67. # interface by default. This interface must contain an IPv4 address.
  68. # It is possible for hosts to have non-matching names of interfaces - these can
  69. # be set in an inventory file per host or per group or stored separately, see
  70. # http://docs.ansible.com/ansible/intro_inventory.html
  71. # Yet another way to workaround the naming problem is to create a bond for the
  72. # interface on all hosts and give the bond name here. Similar strategy can be
  73. # followed for other types of interfaces.
  74. network_interface: "eno2"
  75.  
  76. # These can be adjusted for even more customization. The default is the same as
  77. # the 'network_interface'. These interfaces must contain an IPv4 address.
  78. #kolla_external_vip_interface: "{{ network_interface }}"
  79. #api_interface: "{{ network_interface }}"
  80. #storage_interface: "{{ network_interface }}"
  81. #cluster_interface: "{{ network_interface }}"
  82. #tunnel_interface: "{{ network_interface }}"
  83. #dns_interface: "{{ network_interface }}"
  84.  
  85. # This is the raw interface given to neutron as its external network port. Even
  86. # though an IP address can exist on this interface, it will be unusable in most
  87. # configurations. It is recommended this interface not be configured with any IP
  88. # addresses for that reason.
  89. neutron_external_interface: "eno1"
  90.  
  91. # Valid options are [ openvswitch, linuxbridge, vmware_nsxv, vmware_dvs, opendaylight ]
  92. neutron_plugin_agent: "openvswitch"
  93.  
  94.  
  95. ####################
  96. # keepalived options
  97. ####################
  98. # Arbitrary unique number from 0..255
  99. #keepalived_virtual_router_id: "51"
  100.  
  101.  
  102. #############
  103. # TLS options
  104. #############
  105. # To provide encryption and authentication on the kolla_external_vip_interface,
  106. # TLS can be enabled. When TLS is enabled, certificates must be provided to
  107. # allow clients to perform authentication.
  108. #kolla_enable_tls_external: "no"
  109. #kolla_external_fqdn_cert: "{{ node_config_directory }}/certificates/haproxy.pem"
  110.  
  111.  
  112. ##############
  113. # OpenDaylight
  114. ##############
  115. #enable_opendaylight_qos: "no"
  116. #enable_opendaylight_l3: "yes"
  117.  
  118. ###################
  119. # OpenStack options
  120. ###################
  121. # Use these options to set the various log levels across all OpenStack projects
  122. # Valid options are [ True, False ]
  123. #openstack_logging_debug: "False"
  124.  
  125. # Valid options are [ novnc, spice, rdp ]
  126. #nova_console: "novnc"
  127.  
  128. # OpenStack services can be enabled or disabled with these options
  129. #enable_aodh: "no"
  130. #enable_barbican: "no"
  131. #enable_ceilometer: "no"
  132. #enable_central_logging: "no"
  133. #enable_ceph: "no"
  134. #enable_ceph_rgw: "no"
  135. #enable_chrony: "no"
  136. #enable_cinder: "no"
  137. #enable_cinder_backup: "yes"
  138. #enable_cinder_backend_hnas_iscsi: "no"
  139. #enable_cinder_backend_hnas_nfs: "no"
  140. #enable_cinder_backend_iscsi: "no"
  141. #enable_cinder_backend_lvm: "no"
  142. #enable_cinder_backend_nfs: "no"
  143. #enable_cloudkitty: "no"
  144. #enable_collectd: "no"
  145. #enable_congress: "no"
  146. #enable_designate: "no"
  147. #enable_destroy_images: "no"
  148. #enable_etcd: "no"
  149. #enable_freezer: "no"
  150. #enable_gnocchi: "no"
  151. #enable_grafana: "no"
  152. #enable_haproxy: "yes"
  153. #enable_heat: "yes"
  154. enable_horizon: "yes"
  155. #enable_horizon_cloudkitty: "{{ enable_cloudkitty | bool }}"
  156. #enable_horizon_designate: "{{ enable_designate | bool }}"
  157. #enable_horizon_freezer: "{{ enable_freezer | bool }}"
  158. #enable_horizon_ironic: "{{ enable_ironic | bool }}"
  159. #enable_horizon_karbor: "{{ enable_karbor | bool }}"
  160. #enable_horizon_magnum: "{{ enable_magnum | bool }}"
  161. #enable_horizon_manila: "{{ enable_manila | bool }}"
  162. #enable_horizon_mistral: "{{ enable_mistral | bool }}"
  163. #enable_horizon_murano: "{{ enable_murano | bool }}"
  164. #enable_horizon_neutron_lbaas: "{{ enable_neutron_lbaas | bool }}"
  165. #enable_horizon_sahara: "{{ enable_sahara | bool }}"
  166. #enable_horizon_searchlight: "{{ enable_searchlight | bool }}"
  167. #enable_horizon_senlin: "{{ enable_senlin | bool }}"
  168. #enable_horizon_solum: "{{ enable_solum | bool }}"
  169. #enable_horizon_tacker: "{{ enable_tacker | bool }}"
  170. #enable_horizon_trove: "{{ enable_trove | bool }}"
  171. #enable_horizon_watcher: "{{ enable_watcher | bool }}"
  172. #enable_horizon_zun: "{{ enable_zun | bool }}"
  173. #enable_hyperv: "no"
  174. #enable_influxdb: "no"
  175. #enable_ironic: "no"
  176. #enable_karbor: "no"
  177. #enable_kuryr: "no"
  178. #enable_magnum: "no"
  179. #enable_manila: "no"
  180. #enable_manila_backend_generic: "no"
  181. #enable_manila_backend_hnas: "no"
  182. #enable_mistral: "no"
  183. #enable_mongodb: "no"
  184. #enable_murano: "no"
  185. #enable_multipathd: "no"
  186. #enable_neutron_bgp_dragent: "no"
  187. enable_neutron_dvr: "yes"
  188. #enable_neutron_lbaas: "no"
  189. #enable_neutron_fwaas: "no"
  190. #enable_neutron_qos: "no"
  191. #enable_neutron_agent_ha: "no"
  192. #enable_neutron_vpnaas: "no"
  193. #enable_neutron_sfc: "no"
  194. #enable_nova_serialconsole_proxy: "no"
  195. #enable_octavia: "no"
  196. #enable_opendaylight: "no"
  197. enable_openvswitch: "{{ neutron_plugin_agent != 'linuxbridge' }}"
  198. #enable_ovs_dpdk: "no"
  199. #enable_osprofiler: "no"
  200. #enable_panko: "no"
  201. #enable_qdrouterd: "no"
  202. #enable_rally: "no"
  203. #enable_redis: "no"
  204. #enable_sahara: "no"
  205. #enable_searchlight: "no"
  206. #enable_senlin: "no"
  207. #enable_skydive: "no"
  208. #enable_solum: "no"
  209. #enable_swift: "no"
  210. #enable_telegraf: "no"
  211. #enable_tacker: "no"
  212. #enable_tempest: "no"
  213. #enable_trove: "no"
  214. #enable_vmtp: "no"
  215. #enable_watcher: "no"
  216. #enable_zun: "no"
  217.  
  218. ##############
  219. # Ceph options
  220. ##############
  221. # Ceph can be setup with a caching to improve performance. To use the cache you
  222. # must provide separate disks than those for the OSDs
  223. #ceph_enable_cache: "no"
  224.  
  225. # Set to no if using external Ceph without cephx.
  226. #external_ceph_cephx_enabled: "yes"
  227.  
  228. # Ceph is not able to determine the size of a cache pool automatically,
  229. # so the configuration on the absolute size is required here, otherwise the flush/evict will not work.
  230. #ceph_target_max_bytes: ""
  231. #ceph_target_max_objects: ""
  232.  
  233. # Valid options are [ forward, none, writeback ]
  234. #ceph_cache_mode: "writeback"
  235.  
  236. # A requirement for using the erasure-coded pools is you must setup a cache tier
  237. # Valid options are [ erasure, replicated ]
  238. #ceph_pool_type: "replicated"
  239.  
  240. # Integrate ceph rados object gateway with openstack keystone
  241. #enable_ceph_rgw_keystone: "no"
  242.  
  243.  
  244. #############################
  245. # Keystone - Identity Options
  246. #############################
  247.  
  248. # Valid options are [ uuid, fernet ]
  249. #keystone_token_provider: 'uuid'
  250.  
  251. # Interval to rotate fernet keys by (in seconds). Must be an interval of
  252. # 60(1 min), 120(2 min), 180(3 min), 240(4 min), 300(5 min), 360(6 min),
  253. # 600(10 min), 720(12 min), 900(15 min), 1200(20 min), 1800(30 min),
  254. # 3600(1 hour), 7200(2 hour), 10800(3 hour), 14400(4 hour), 21600(6 hour),
  255. # 28800(8 hour), 43200(12 hour), 86400(1 day), 604800(1 week).
  256. #fernet_token_expiry: 86400
  257.  
  258.  
  259. ########################
  260. # Glance - Image Options
  261. ########################
  262. # Configure image backend.
  263. #glance_backend_file: "yes"
  264. #glance_backend_ceph: "no"
  265. #glance_backend_vmware: "no"
  266. #glance_backend_swift: "no"
  267.  
  268.  
  269. ##################
  270. # Barbican options
  271. ##################
  272. # Valid options are [ simple_crypto, p11_crypto ]
  273. #barbican_crypto_plugin: "simple_crypto"
  274. #barbican_library_path: "/usr/lib/libCryptoki2_64.so"
  275.  
  276. ################
  277. ## Panko options
  278. ################
  279. # Valid options are [ mongodb, mysql ]
  280. #panko_database_type: "mysql"
  281.  
  282. #################
  283. # Gnocchi options
  284. #################
  285. # Valid options are [ file, ceph ]
  286. #gnocchi_backend_storage: "{{ 'ceph' if enable_ceph|bool else 'file' }}"
  287.  
  288.  
  289. ################################
  290. # Cinder - Block Storage Options
  291. ################################
  292. # Enable / disable Cinder backends
  293. #cinder_backend_ceph: "{{ enable_ceph }}"
  294. #cinder_backend_vmwarevc_vmdk: "no"
  295. #cinder_volume_group: "cinder-volumes"
  296.  
  297. # Valid options are [ nfs, swift, ceph ]
  298. #cinder_backup_driver: "ceph"
  299. #cinder_backup_share: ""
  300. #cinder_backup_mount_options_nfs: ""
  301.  
  302.  
  303. ###################
  304. # Designate options
  305. ###################
  306. # Valid options are [ bind9 ]
  307. #designate_backend: "bind9"
  308. #designate_ns_record: "sample.openstack.org"
  309.  
  310. ########################
  311. # Nova - Compute Options
  312. ########################
  313. #nova_backend_ceph: "{{ enable_ceph }}"
  314.  
  315. # Valid options are [ qemu, kvm, vmware ]
  316. nova_compute_virt_type: "kvm"
  317.  
  318. #################
  319. # Hyper-V options
  320. #################
  321. # Hyper-V can be used as hypervisor
  322. #hyperv_username: "user"
  323. #hyperv_password: "password"
  324. #vswitch_name: "vswitch"
  325. # URL from which Nova Hyper-V MSI is downloaded
  326. #nova_msi_url: "https://www.cloudbase.it/downloads/HyperVNovaCompute_Beta.msi"
  327.  
  328. #############################
  329. # Horizon - Dashboard Options
  330. #############################
  331. #horizon_backend_database: "{{ enable_murano | bool }}"
  332.  
  333.  
  334. ######################################
  335. # Manila - Shared File Systems Options
  336. ######################################
  337. # HNAS backend configuration
  338. #hnas_ip:
  339. #hnas_user:
  340. #hnas_password:
  341. #hnas_evs_id:
  342. #hnas_evs_ip:
  343. #hnas_file_system_name:
  344.  
  345. ################################
  346. # Swift - Object Storage Options
  347. ################################
  348. # Swift expects block devices to be available for storage. Two types of storage
  349. # are supported: 1 - storage device with a special partition name and filesystem
  350. # label, 2 - unpartitioned disk with a filesystem. The label of this filesystem
  351. # is used to detect the disk which Swift will be using.
  352.  
  353. # Swift support two matching modes, valid options are [ prefix, strict ]
  354. #swift_devices_match_mode: "strict"
  355.  
  356. # This parameter defines matching pattern: if "strict" mode was selected,
  357. # for swift_devices_match_mode then swift_device_name should specify the name of
  358. # the special swift partition for example: "KOLLA_SWIFT_DATA", if "prefix" mode was
  359. # selected then swift_devices_name should specify a pattern which would match to
  360. # filesystems' labels prepared for swift.
  361. #swift_devices_name: "KOLLA_SWIFT_DATA"
  362.  
  363.  
  364. ################################################
  365. # Tempest - The OpenStack Integration Test Suite
  366. ################################################
  367. # following value must be set when enable tempest
  368. tempest_image_id:
  369. tempest_flavor_ref_id:
  370. tempest_public_network_id:
  371. tempest_floating_network_name:
  372.  
  373. # tempest_image_alt_id: "{{ tempest_image_id }}"
  374. # tempest_flavor_ref_alt_id: "{{ tempest_flavor_ref_id }}"
  375.  
  376. ###################################
  377. # VMware - OpenStack VMware support
  378. ###################################
  379. #vmware_vcenter_host_ip:
  380. #vmware_vcenter_host_username:
  381. #vmware_vcenter_host_password:
  382. #vmware_datastore_name:
  383. #vmware_vcenter_name:
  384. #vmware_vcenter_cluster_name:
  385. root@ctrl00:/usr/local/share/kolla-ansible#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement