--- # Kayobe Kolla configuration. ############################################################################### # Kolla installation. # Type of Kolla control installation. One of 'binary' or 'source'. #kolla_ctl_install_type: # Path to directory for kolla source code checkout. #kolla_source_path: # 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: # Path to virtualenv in which to install kolla. #kolla_venv: # Path in which to generate kolla configuration. #kolla_build_config_path: ############################################################################### # Kolla-ansible installation. # Type of Kolla-ansible control installation. One of 'binary' or 'source'. #kolla_ansible_ctl_install_type: # Path to directory for kolla-ansible source code checkout. #kolla_ansible_source_path: # 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: # Path to virtualenv in which to install kolla-ansible. #kolla_ansible_venv: # Path to Kolla-ansible configuration directory. #kolla_config_path: # Path to Kolla-ansible node custom configuration directory. #kolla_node_custom_config_path: ############################################################################### # Kolla configuration. # Kolla base container image distribution. #kolla_base_distro: # Kolla installation type: binary or source. #kolla_install_type: # URL of docker registry to use for Kolla images. #kolla_docker_registry: # Docker namespace to use for Kolla images. #kolla_docker_namespace: # Username to use to access a docker registry. #kolla_docker_registry_username: # Password to use to access a docker registry. #kolla_docker_registry_password: # 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. # Virtualenv directory where Kolla-ansible's ansible modules will execute # remotely on the target nodes. If None, no virtualenv will be used. #kolla_ansible_target_venv: # 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_hnas_iscsi: #kolla_enable_cinder_backend_hnas_nfs: #kolla_enable_cinder_backend_iscsi: #kolla_enable_cinder_backend_lvm: #kolla_enable_cinder_backend_nfs: #kolla_enable_cloudkitty: #kolla_enable_congress: #kolla_enable_designate: #kolla_enable_etcd: #kolla_enable_freezer: #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_karbor: #kolla_enable_kuryr: #kolla_enable_magnum: #kolla_enable_manila: #kolla_enable_manila_backend_generic: #kolla_enable_manila_backend_hnas: #kolla_enable_mistral: #kolla_enable_monasca: #kolla_enable_mongodb: #kolla_enable_multipathd: #kolla_enable_murano: #kolla_enable_neutron_vpnaas: #kolla_enable_neutron_dvr: #kolla_enable_neutron_fwaas: #kolla_enable_neutron_lbaas: #kolla_enable_neutron_qos: #kolla_enable_neutron_agent_ha: #kolla_enable_neutron_bgp_dragent: #kolla_enable_neutron_provider_networks: #kolla_enable_nova_serialconsole_proxy: #kolla_enable_octavia: #kolla_enable_osprofiler: #kolla_enable_panko: #kolla_enable_rally: #kolla_enable_sahara: #kolla_enable_searchlight: #kolla_enable_senlin: #kolla_enable_skydive: #kolla_enable_solum: #kolla_enable_swift: #kolla_enable_tacker: #kolla_enable_telegraf: #kolla_enable_tempest: #kolla_enable_trove: #kolla_enable_vmtp: #kolla_enable_watcher: #kolla_enable_zun: ############################################################################### # 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