--- # This file contains settings that are specific to Vexxhost # These settings will override the ovb default settings cloudenv: "vexxhost" custom_nameserver: - 38.102.83.3 - 38.102.83.2 - 38.102.83.68 - 208.67.222.222 - 208.67.220.220 external_net: 'public' ntp_server: '0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org' workers_args: >- -e {{ overcloud_templates_path }}/environments/low-memory-usage.yaml -e {{ tripleo_root }}/tripleo-ci/test-environments/worker-config.yaml -e {{ overcloud_templates_path }}/environments/debug.yaml # Container update settings update_containers: >- {% if containerized_overcloud|bool or containerized_undercloud|bool -%} true {%- endif -%} # Rely on RDO registry instead of docker.io due to rate limit # job.build_container_images is defined in zuul as a # direct var. adding build_container_images as tqe # var so that we can turn this on/off per release w/o # changing zuul and breaking jobs via inheritance. docker_registry_host: >- {% if job is defined and job.build_container_images is defined and job.build_container_images|default(false)|bool or build_container_images|default(false)|bool -%} 127.0.0.1:5001 {%- elif job.consumer_job | default(false) | bool -%} {{ job.registry_ip_address_branch[release] }}:5001 {%- else -%} quay.rdoproject.org {%- endif -%} # build-test packages artg_repos_dir: "{{ tripleo_root }}" # disable disk cleaning before starting installation undercloud_clean_nodes: false # InfluxDB module settings influxdb_only_successful_tasks: true influxdb_measurement: job influxdb_url: https://influxdb.review.rdoproject.org influxdb_port: 8086 influxdb_user: tripleo_ci influxdb_password: influxdb_dbname: tripleo_ci influxdb_data_file_path: "{{ artcl_collect_dir }}/influxdb_data" influxdb_create_data_file: true # Browbeat settings cloud_name: vexxhost elastic_host: browbeat.test.com grafana_host: browbeat.test.com # Ironic debug # https://bugs.launchpad.net/tripleo/+bug/1797526 step_introspect_debug: true # Ensure logs are gzipped artcl_gzip: true