--- # Kayobe Kolla configuration. ############################################################################### # Kolla installation. # Type of Kolla control installation. One of 'binary' or 'source'. #kolla_ctl_install_type: # URL of Kolla source code repository if type is 'source'. #kolla_source_url: # Version (branch, tag, etc.) of Kolla source code repository if type is # 'source'. #kolla_source_version: # URL of Kolla Ansible source code repository if type is 'source'. #kolla_ansible_source_url: # Version (branch, tag, etc.) of Kolla Ansible source code repository if type # is 'source'. #kolla_ansible_source_version: ############################################################################### # Kolla configuration. # Path to Kolla configuration directory. #kolla_config_path: # Kolla base container image distribution. #kolla_base_distro: # Kolla installation type: binary or source. #kolla_install_type: # Docker namespace to use for Kolla images. #kolla_docker_namespace: # Kolla OpenStack release version. This should be a Docker image tag. #kolla_openstack_release: # Dict mapping names of sources to their definitions for # kolla_install_type=source. See kolla.common.config for details. # Example: # kolla_sources: # ironic_base: # type: git # location: https://github.com/openstack/ironic # reference: master #kolla_sources: ############################################################################### # Kolla-ansible configuration. # Whether TLS is enabled for the external API endpoints. #kolla_enable_tls_external: # Path to external API certificate. #kolla_external_fqdn_cert: # Whether debug logging is enabled. #kolla_openstack_logging_debug: ############################################################################### # Kolla feature flag configuration. #kolla_enable_aodh: #kolla_enable_barbican: #kolla_enable_cadf_notifications: #kolla_enable_ceilometer: #kolla_enable_central_logging: #kolla_enable_ceph: #kolla_enable_ceph_rgw: #kolla_enable_cinder: #kolla_enable_cinder_backend_iscsi: #kolla_enable_cinder_backend_lvm: #kolla_enable_cloudkitty: #kolla_enable_congress: #kolla_enable_etcd: #kolla_enable_gnocchi: #kolla_enable_grafana: #kolla_enable_haproxy: #kolla_enable_heat: #kolla_enable_horizon: #kolla_enable_influxdb: #kolla_enable_ironic: #kolla_enable_iscsid: #kolla_enable_kuryr: #kolla_enable_magnum: #kolla_enable_manila: #kolla_enable_mistral: #kolla_enable_mongodb: #kolla_enable_multipathd: #kolla_enable_murano: #kolla_enable_neutron_vpnaas: #kolla_enable_neutron_dvr: #kolla_enable_neutron_lbaas: #kolla_enable_neutron_qos: #kolla_enable_neutron_agent_ha: #kolla_enable_rally: #kolla_enable_sahara: #kolla_enable_senlin: #kolla_enable_swift: #kolla_enable_telegraf: #kolla_enable_tempest: #kolla_enable_vmtp: #kolla_enable_watcher: ############################################################################### # Passwords and credentials. # Dictionary containing default custom passwords to add or override in the # Kolla passwords file. #kolla_ansible_default_custom_passwords: # Dictionary containing custom passwords to add or override in the Kolla # passwords file. #kolla_ansible_custom_passwords: ############################################################################### # Dummy variable to allow Ansible to accept this file. workaround_ansible_issue_8743: yes