CI: IPV6 - Enable Prometheus in IPV6 scenario

Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/940126
Change-Id: Ice51ef729f4e27c6315815fc1d0efed21728d141
This commit is contained in:
Matt Anson 2025-01-23 17:39:20 +00:00
parent b575c28804
commit 99b6800190
2 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,11 @@ enable_cinder_backend_lvm: "yes"
enable_swift: "yes"
{% endif %}
{% if scenario == "ipv6" %}
enable_prometheus: "yes"
enable_prometheus_openstack_exporter: "no"
{% endif %}
{% if scenario == "scenario_nfv" %}
enable_tacker: "yes"
enable_neutron_sfc: "yes"

View File

@ -108,6 +108,7 @@
neutron_tenant_network_prefix_length: "64"
neutron_tenant_network_dns_server: 2001:4860:4860::8888
address_family: 'ipv6'
scenario: ipv6
- job:
name: kolla-ansible-bifrost-base