Merge "CI: IPV6 - Enable Prometheus in IPV6 scenario"
This commit is contained in:
@@ -107,6 +107,11 @@ enable_cinder_backend_lvm: "yes"
|
|||||||
enable_swift: "yes"
|
enable_swift: "yes"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if scenario == "ipv6" %}
|
||||||
|
enable_prometheus: "yes"
|
||||||
|
enable_prometheus_openstack_exporter: "no"
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if scenario == "scenario_nfv" %}
|
{% if scenario == "scenario_nfv" %}
|
||||||
enable_tacker: "yes"
|
enable_tacker: "yes"
|
||||||
enable_neutron_sfc: "yes"
|
enable_neutron_sfc: "yes"
|
||||||
|
|||||||
@@ -108,6 +108,7 @@
|
|||||||
neutron_tenant_network_prefix_length: "64"
|
neutron_tenant_network_prefix_length: "64"
|
||||||
neutron_tenant_network_dns_server: 2001:4860:4860::8888
|
neutron_tenant_network_dns_server: 2001:4860:4860::8888
|
||||||
address_family: 'ipv6'
|
address_family: 'ipv6'
|
||||||
|
scenario: ipv6
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: kolla-ansible-bifrost-base
|
name: kolla-ansible-bifrost-base
|
||||||
|
|||||||
Reference in New Issue
Block a user