52364c8632
Add vexxhost provider data for tripleo-ci jobs Depends-On: I53851edbb8bb562dc4194fb99d6ade259227d2f9 Change-Id: I39efbfc94fe3650704b636e94445ad859f3ac801
60 lines
2.0 KiB
YAML
60 lines
2.0 KiB
YAML
# This file contains settings that are specific to Vexxhost
|
|
# These settings will override the ovb default settings
|
|
|
|
# These values are defined now in the te-broker config
|
|
# https://github.com/openstack-infra/tripleo-ci/blob/master/scripts/te-broker/create-env#L47
|
|
|
|
custom_nameserver:
|
|
- 199.204.44.24
|
|
- 1.1.1.1
|
|
- 1.0.0.1
|
|
undercloud_undercloud_nameservers: "{{ custom_nameserver }}"
|
|
external_net: 'public'
|
|
overcloud_dns_servers: "{{ custom_nameserver }}"
|
|
ntp_server: '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
|
|
overcloud_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar
|
|
ipa_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar
|
|
|
|
# Container settings are set in release files
|
|
|
|
# Use cirros cached image
|
|
tempest_test_image_path: /opt/cache/files/cirros-0.3.5-x86_64-disk.img
|
|
|
|
# Container update settings
|
|
update_containers: >-
|
|
{% if containerized_overcloud|bool or containerized_undercloud|bool -%}
|
|
true
|
|
{%- endif -%}
|
|
|
|
# We don't need to cleanup TripleO CI
|
|
tempest_track_resources: false
|
|
|
|
# Tempestmail settings
|
|
tempestmail_log_server: http://logs.rdoproject.org
|
|
|
|
#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
|