--- # 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 image build configuration. # Dict mapping Jinja2 block names in kolla's Docker images to their contents. #kolla_build_blocks: # Dict mapping image customization variable names to their values. # Each variable takes the form: # __ # Hyphens in the image name are replaced with underscores. The customization is # most commonly packages. The operation should be one of override, append or # remove. The value should be a list. #kolla_build_customizations: ############################################################################### # Kolla-ansible inventory configuration. # Full custom seed inventory contents. #kolla_seed_inventory_custom: # Custom overcloud inventory containing a mapping from top level groups to # hosts. #kolla_overcloud_inventory_custom_top_level: # Custom overcloud inventory containing a mapping from components to top level # groups. #kolla_overcloud_inventory_custom_components: # Custom overcloud inventory containing a mapping from services to components. #kolla_overcloud_inventory_custom_services: # Full custom overcloud inventory contents. By default this will be the # concatenation of the top level, component, and service inventories. #kolla_overcloud_inventory_custom: # Dict mapping from kolla-ansible groups to kayobe groups and variables. Each # item is a dict with the following items: # * groups: A list of kayobe ansible groups to map to this kolla-ansible group. # * vars: A dict mapping variable names to values for hosts in this # kolla-ansible group. #kolla_overcloud_inventory_top_level_group_map: # List of names of top level kolla-ansible groups. Any of these groups which # have no hosts mapped to them will be provided with an empty group definition. #kolla_overcloud_inventory_kolla_top_level_groups: ############################################################################### # 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