644805b7b6
This reverts commit 3e5df9727f
.
We have been testing with the kernel referenced in the original for
several days and have enough data. There is an open issue with oops
in fscache which we need to resolve for this to be stable.
Change-Id: I691e2bd676816884f732601229c98b578efc46b3
18 lines
782 B
YAML
18 lines
782 B
YAML
# This file contains ansible variables that are used by our zuul-executors.
|
|
---
|
|
# NOTE(ianw): 2019-05 this list of clouds will grow as we provision
|
|
# new opendev.org based mirrors, but then eventually be removed once
|
|
# all are updated.
|
|
zuul_site_mirror_fqdn: >-
|
|
{%- if nodepool.region + "." + nodepool.cloud in [ "DFW.rax", "ORD.rax", "regionOne.fortnebula" ] -%}
|
|
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org
|
|
{%- else -%}
|
|
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org
|
|
{%- endif -%}
|
|
zuul_site_traceroute_host: opendev.org
|
|
zuul_site_image_manifest_files:
|
|
- /etc/dib-builddate.txt
|
|
- /etc/image-hostname.txt
|
|
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"
|
|
bindep_command: /usr/bindep-env/bin/bindep
|