@@ -68,7 +68,8 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
6868
6969# Kolla base container image distribution. Options are "centos", "debian",
7070# "rocky", "ubuntu". Default is
71- # {{ 'centos' if (os_distribution == 'rocky' and os_release == '8') else os_distribution }}.
71+ # {{ 'centos' if (os_distribution == 'rocky' and os_release == '8') else
72+ # os_distribution }}.
7273# kolla_base_distro:
7374
7475# Kolla container image type: binary or source. Default is 'source'.
@@ -666,6 +667,7 @@ kolla_enable_elasticsearch_curator: true
666667# kolla_enable_gnocchi:
667668# kolla_enable_gnocchi_statsd:
668669kolla_enable_grafana : true
670+ # kolla_enable_grafana_external:
669671# kolla_enable_hacluster:
670672# kolla_enable_haproxy:
671673# kolla_enable_haproxy_memcached:
@@ -705,6 +707,7 @@ kolla_enable_grafana: true
705707# kolla_enable_keystone_federation:
706708# kolla_enable_keystone_horizon_policy_file:
707709# kolla_enable_kibana:
710+ # kolla_enable_kibana_external:
708711# kolla_enable_kuryr:
709712# kolla_enable_loadbalancer:
710713# kolla_enable_magnum:
@@ -717,6 +720,8 @@ kolla_enable_grafana: true
717720kolla_enable_mariabackup : True
718721# kolla_enable_mariadb:
719722# kolla_enable_masakari:
723+ # kolla_enable_masakari_hostmonitor:
724+ # kolla_enable_masakari_instancemonitor:
720725# kolla_enable_memcached:
721726# kolla_enable_mistral:
722727# kolla_enable_monasca:
@@ -747,6 +752,9 @@ kolla_enable_mariabackup: True
747752# kolla_enable_nova_ssh:
748753# kolla_enable_octavia:
749754# kolla_enable_octavia_driver_agent:
755+ # kolla_enable_opensearch:
756+ # kolla_enable_opensearch_dashboards:
757+ # kolla_enable_opensearch_dashboards_external:
750758# kolla_enable_openstack_core:
751759# kolla_enable_openvswitch:
752760# kolla_enable_osprofiler:
@@ -756,6 +764,7 @@ kolla_enable_mariabackup: True
756764# kolla_enable_placement:
757765kolla_enable_prometheus : true
758766# kolla_enable_prometheus_alertmanager:
767+ # kolla_enable_prometheus_alertmanager_external:
759768# kolla_enable_prometheus_blackbox_exporter:
760769# kolla_enable_prometheus_cadvisor:
761770# kolla_enable_prometheus_ceph_mgr_exporter:
@@ -765,6 +774,7 @@ kolla_enable_prometheus: true
765774# kolla_enable_prometheus_haproxy_exporter:
766775# kolla_enable_prometheus_libvirt_exporter:
767776# kolla_enable_prometheus_memcached_exporter:
777+ # kolla_enable_prometheus_msteams:
768778# kolla_enable_prometheus_mysqld_exporter:
769779# kolla_enable_prometheus_node_exporter:
770780# kolla_enable_prometheus_openstack_exporter:
@@ -798,6 +808,10 @@ kolla_enable_prometheus: true
798808# Kolla passwords file.
799809# kolla_ansible_default_custom_passwords:
800810
811+ # Dictionary containing extra custom passwords to add or override in the Kolla
812+ # passwords file.
813+ # kolla_ansible_extra_custom_passwords:
814+
801815# Dictionary containing custom passwords to add or override in the Kolla
802816# passwords file.
803817# kolla_ansible_custom_passwords:
@@ -837,7 +851,7 @@ kolla_enable_prometheus: true
837851# Path to a CA certificate file to use for the OS_CACERT environment variable
838852# in public-openrc.sh file when TLS is enabled, instead of Kolla-Ansible's
839853# default.
840- # kolla_external_fqdn_cacert :
854+ # kolla_public_openrc_cacert :
841855
842856# Internal API certificate bundle.
843857#
@@ -850,7 +864,7 @@ kolla_enable_prometheus: true
850864# Path to a CA certificate file to use for the OS_CACERT environment variable
851865# in admin-openrc.sh file when TLS is enabled, instead of Kolla-Ansible's
852866# default.
853- # kolla_internal_fqdn_cacert :
867+ # kolla_admin_openrc_cacert :
854868
855869# ##############################################################################
856870# Proxy configuration
0 commit comments