
This commit adds the latency management into the HA validation process. If a user wants to go trough the HA validation with a specific latency applied on all the nodes he will pass the "latency_ms" variable with a value greater than zero and a "latency_eth_interface" variable with the value related to the device chose for the test. Change-Id: I3d0f9cc3301ba6be893919b58473f3f4135ea789
26 lines
971 B
YAML
26 lines
971 B
YAML
---
|
|
|
|
working_dir: "/home/stack"
|
|
validate_ha_logs_dir: "{{ working_dir }}/validate_ha_logs"
|
|
overcloud_working_dir: "/home/heat-admin"
|
|
|
|
validate_ha_heat_environment: "validate-ha-heat-environment.yaml.j2"
|
|
validate_ha_heat_template: "validate-ha-heat-template.yaml.j2"
|
|
validate_ha_heat_instance_image_format: "qcow2"
|
|
validate_ha_heat_instance_image_location: "http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"
|
|
validate_ha_heat_instance_volume_gb: 1
|
|
|
|
private_net_name: "private-network"
|
|
private_subnet_name: "private-subnet"
|
|
public_net_name: "public-network"
|
|
public_subnet_name: "public-subnet"
|
|
private_net_cidr: "10.1.1.0/24"
|
|
public_physical_network: "datacentre"
|
|
public_network_type: "flat"
|
|
floating_ip_cidr: "{{ undercloud_network_cidr|default('192.0.2.0/24') }}"
|
|
floating_ip_start: "{{ floating_ip_cidr|nthhost(100) }}"
|
|
floating_ip_end: "{{ floating_ip_cidr|nthhost(120) }}"
|
|
external_network_gateway: "{{ floating_ip_cidr|nthhost(1) }}"
|
|
|
|
latency_ms: 0
|